Documentation ¶
Index ¶
- type AcceptClientStream
- type AcceptDescriptor
- func (d *AcceptDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *AcceptDescriptor) GetApiName() string
- func (d *AcceptDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *AcceptDescriptor) GetFullMethodName() string
- func (d *AcceptDescriptor) GetMethodName() string
- func (d *AcceptDescriptor) GetProtoPkgName() string
- func (d *AcceptDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *AcceptDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *AcceptDescriptor) GetServiceDomain() string
- func (d *AcceptDescriptor) GetServiceVersion() string
- func (d *AcceptDescriptor) GetVerb() string
- func (d *AcceptDescriptor) HasResource() bool
- func (d *AcceptDescriptor) IsClientStream() bool
- func (d *AcceptDescriptor) IsCollection() bool
- func (d *AcceptDescriptor) IsPlural() bool
- func (d *AcceptDescriptor) IsServerStream() bool
- func (d *AcceptDescriptor) IsUnary() bool
- func (d *AcceptDescriptor) NewEmptyClientMsg() proto.Message
- func (d *AcceptDescriptor) NewEmptyServerMsg() proto.Message
- func (d *AcceptDescriptor) RequestHasResourceBody() bool
- type AcceptDescriptorClientMsgHandle
- func (h *AcceptDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *AcceptDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *AcceptDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type AcceptDescriptorServerMsgHandle
- func (h *AcceptDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *AcceptDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *AcceptDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type AcceptRequest
- func (o *AcceptRequest) Clone() *AcceptRequest
- func (o *AcceptRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*AcceptRequest) Descriptor() ([]byte, []int)
- func (m *AcceptRequest) GetAck() *Ack
- func (m *AcceptRequest) GetClose() *Close
- func (m *AcceptRequest) GetData() *Data
- func (m *AcceptRequest) GetError() *Error
- func (m *AcceptRequest) GetMessage() isAcceptRequest_Message
- func (m *AcceptRequest) GetOpenRequest() *AcceptRequest_OpenRequest
- func (m *AcceptRequest) GetPing() *Ping
- func (m *AcceptRequest) GetResumeRequest() *AcceptRequest_ResumeRequest
- func (*AcceptRequest) GotenMessage()
- func (o *AcceptRequest) GotenObjectExt()
- func (obj *AcceptRequest) GotenValidate() error
- func (o *AcceptRequest) MakeDiffFieldMask(other *AcceptRequest) *AcceptRequest_FieldMask
- func (o *AcceptRequest) MakeFullFieldMask() *AcceptRequest_FieldMask
- func (o *AcceptRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AcceptRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AcceptRequest) Marshal() ([]byte, error)
- func (m *AcceptRequest) MarshalJSON() ([]byte, error)
- func (o *AcceptRequest) Merge(source *AcceptRequest)
- func (o *AcceptRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AcceptRequest) ProtoMessage()
- func (m *AcceptRequest) ProtoReflect() preflect.Message
- func (m *AcceptRequest) Reset()
- func (m *AcceptRequest) SetAck(fv *Ack)
- func (m *AcceptRequest) SetClose(fv *Close)
- func (m *AcceptRequest) SetData(fv *Data)
- func (m *AcceptRequest) SetError(fv *Error)
- func (m *AcceptRequest) SetMessage(ofv isAcceptRequest_Message)
- func (m *AcceptRequest) SetOpenRequest(fv *AcceptRequest_OpenRequest)
- func (m *AcceptRequest) SetPing(fv *Ping)
- func (m *AcceptRequest) SetResumeRequest(fv *AcceptRequest_ResumeRequest)
- func (m *AcceptRequest) String() string
- func (m *AcceptRequest) Unmarshal(b []byte) error
- func (m *AcceptRequest) UnmarshalJSON(data []byte) error
- type AcceptRequestFieldPathBuilder
- func (AcceptRequestFieldPathBuilder) Ack() AcceptRequestPathSelectorAck
- func (AcceptRequestFieldPathBuilder) Close() AcceptRequestPathSelectorClose
- func (AcceptRequestFieldPathBuilder) Data() AcceptRequestPathSelectorData
- func (AcceptRequestFieldPathBuilder) Error() AcceptRequestPathSelectorError
- func (AcceptRequestFieldPathBuilder) OpenRequest() AcceptRequestPathSelectorOpenRequest
- func (AcceptRequestFieldPathBuilder) Ping() AcceptRequestPathSelectorPing
- func (AcceptRequestFieldPathBuilder) ResumeRequest() AcceptRequestPathSelectorResumeRequest
- type AcceptRequestOpenRequestFieldPathBuilder
- func (AcceptRequestOpenRequestFieldPathBuilder) ChannelId() AcceptRequest_OpenRequestPathSelectorChannelId
- func (AcceptRequestOpenRequestFieldPathBuilder) Name() AcceptRequest_OpenRequestPathSelectorName
- func (AcceptRequestOpenRequestFieldPathBuilder) Project() AcceptRequest_OpenRequestPathSelectorProject
- func (AcceptRequestOpenRequestFieldPathBuilder) RegionId() AcceptRequest_OpenRequestPathSelectorRegionId
- func (AcceptRequestOpenRequestFieldPathBuilder) SessionId() AcceptRequest_OpenRequestPathSelectorSessionId
- type AcceptRequestOpenRequest_FieldPath
- func BuildAcceptRequestOpenRequest_FieldPath(fp gotenobject.RawFieldPath) (AcceptRequestOpenRequest_FieldPath, error)
- func MustParseAcceptRequestOpenRequest_FieldPath(rawField string) AcceptRequestOpenRequest_FieldPath
- func ParseAcceptRequestOpenRequest_FieldPath(rawField string) (AcceptRequestOpenRequest_FieldPath, error)
- type AcceptRequestOpenRequest_FieldPathArrayItemValue
- type AcceptRequestOpenRequest_FieldPathArrayOfValues
- type AcceptRequestOpenRequest_FieldPathSelector
- type AcceptRequestOpenRequest_FieldPathValue
- type AcceptRequestOpenRequest_FieldTerminalPath
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) ClearValue(item *AcceptRequest_OpenRequest)
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) Get(source *AcceptRequest_OpenRequest) (values []interface{})
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetSingle(source *AcceptRequest_OpenRequest) (interface{}, bool)
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) JSONString() string
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) Selector() AcceptRequestOpenRequest_FieldPathSelector
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) String() string
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptRequestOpenRequest_FieldPathArrayItemValue
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptRequestOpenRequest_FieldPathArrayOfValues
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithIValue(value interface{}) AcceptRequestOpenRequest_FieldPathValue
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptRequest_OpenRequest) bool
- func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptRequest_OpenRequest) (interface{}, bool)
- func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
- func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
- func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
- func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AcceptRequestOpenRequest_FieldTerminalPathValue
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) CompareWith(source *AcceptRequest_OpenRequest) (int, bool)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) SetTo(target **AcceptRequest_OpenRequest)
- func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AcceptRequestPathSelectorAck
- func (AcceptRequestPathSelectorAck) FieldPath() *AcceptRequest_FieldTerminalPath
- func (AcceptRequestPathSelectorAck) Id() AcceptRequestPathSelectorAckId
- func (s AcceptRequestPathSelectorAck) WithArrayOfValues(values []*Ack) *AcceptRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequestPathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
- func (s AcceptRequestPathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
- func (AcceptRequestPathSelectorAck) WithSubPath(subPath Ack_FieldPath) *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *AcceptRequest_FieldSubPathValue
- func (s AcceptRequestPathSelectorAck) WithValue(value *Ack) *AcceptRequest_FieldTerminalPathValue
- type AcceptRequestPathSelectorAckId
- type AcceptRequestPathSelectorClose
- func (AcceptRequestPathSelectorClose) FieldPath() *AcceptRequest_FieldTerminalPath
- func (AcceptRequestPathSelectorClose) Id() AcceptRequestPathSelectorCloseId
- func (s AcceptRequestPathSelectorClose) WithArrayOfValues(values []*Close) *AcceptRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequestPathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
- func (s AcceptRequestPathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
- func (AcceptRequestPathSelectorClose) WithSubPath(subPath Close_FieldPath) *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *AcceptRequest_FieldSubPathValue
- func (s AcceptRequestPathSelectorClose) WithValue(value *Close) *AcceptRequest_FieldTerminalPathValue
- type AcceptRequestPathSelectorCloseId
- type AcceptRequestPathSelectorData
- func (AcceptRequestPathSelectorData) AckRequired() AcceptRequestPathSelectorDataAckRequired
- func (AcceptRequestPathSelectorData) Bytes() AcceptRequestPathSelectorDataBytes
- func (AcceptRequestPathSelectorData) FieldPath() *AcceptRequest_FieldTerminalPath
- func (AcceptRequestPathSelectorData) Id() AcceptRequestPathSelectorDataId
- func (s AcceptRequestPathSelectorData) WithArrayOfValues(values []*Data) *AcceptRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequestPathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
- func (s AcceptRequestPathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
- func (AcceptRequestPathSelectorData) WithSubPath(subPath Data_FieldPath) *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *AcceptRequest_FieldSubPathValue
- func (s AcceptRequestPathSelectorData) WithValue(value *Data) *AcceptRequest_FieldTerminalPathValue
- type AcceptRequestPathSelectorDataAckRequired
- func (AcceptRequestPathSelectorDataAckRequired) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorDataAckRequired) WithArrayOfValues(values []bool) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorDataAckRequired) WithValue(value bool) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorDataBytes
- func (AcceptRequestPathSelectorDataBytes) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorDataBytes) WithArrayOfValues(values [][]byte) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorDataBytes) WithValue(value []byte) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorDataId
- type AcceptRequestPathSelectorError
- func (AcceptRequestPathSelectorError) FieldPath() *AcceptRequest_FieldTerminalPath
- func (AcceptRequestPathSelectorError) Id() AcceptRequestPathSelectorErrorId
- func (AcceptRequestPathSelectorError) Message() AcceptRequestPathSelectorErrorMessage
- func (s AcceptRequestPathSelectorError) WithArrayOfValues(values []*Error) *AcceptRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequestPathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
- func (s AcceptRequestPathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
- func (AcceptRequestPathSelectorError) WithSubPath(subPath Error_FieldPath) *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *AcceptRequest_FieldSubPathValue
- func (s AcceptRequestPathSelectorError) WithValue(value *Error) *AcceptRequest_FieldTerminalPathValue
- type AcceptRequestPathSelectorErrorId
- type AcceptRequestPathSelectorErrorMessage
- func (AcceptRequestPathSelectorErrorMessage) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorErrorMessage) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorErrorMessage) WithValue(value string) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorOpenRequest
- func (AcceptRequestPathSelectorOpenRequest) ChannelId() AcceptRequestPathSelectorOpenRequestChannelId
- func (AcceptRequestPathSelectorOpenRequest) FieldPath() *AcceptRequest_FieldTerminalPath
- func (AcceptRequestPathSelectorOpenRequest) Name() AcceptRequestPathSelectorOpenRequestName
- func (AcceptRequestPathSelectorOpenRequest) Project() AcceptRequestPathSelectorOpenRequestProject
- func (AcceptRequestPathSelectorOpenRequest) RegionId() AcceptRequestPathSelectorOpenRequestRegionId
- func (AcceptRequestPathSelectorOpenRequest) SessionId() AcceptRequestPathSelectorOpenRequestSessionId
- func (s AcceptRequestPathSelectorOpenRequest) WithArrayOfValues(values []*AcceptRequest_OpenRequest) *AcceptRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequestPathSelectorOpenRequest) WithSubArrayItemValue(subPathArrayItemValue AcceptRequestOpenRequest_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
- func (s AcceptRequestPathSelectorOpenRequest) WithSubArrayOfValues(subPathArrayOfValues AcceptRequestOpenRequest_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
- func (AcceptRequestPathSelectorOpenRequest) WithSubPath(subPath AcceptRequestOpenRequest_FieldPath) *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorOpenRequest) WithSubValue(subPathValue AcceptRequestOpenRequest_FieldPathValue) *AcceptRequest_FieldSubPathValue
- func (s AcceptRequestPathSelectorOpenRequest) WithValue(value *AcceptRequest_OpenRequest) *AcceptRequest_FieldTerminalPathValue
- type AcceptRequestPathSelectorOpenRequestChannelId
- func (AcceptRequestPathSelectorOpenRequestChannelId) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorOpenRequestChannelId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorOpenRequestChannelId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorOpenRequestName
- func (AcceptRequestPathSelectorOpenRequestName) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorOpenRequestName) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorOpenRequestName) WithValue(value string) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorOpenRequestProject
- func (AcceptRequestPathSelectorOpenRequestProject) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorOpenRequestProject) WithArrayOfValues(values []*project.Reference) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorOpenRequestProject) WithValue(value *project.Reference) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorOpenRequestRegionId
- func (AcceptRequestPathSelectorOpenRequestRegionId) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorOpenRequestRegionId) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorOpenRequestRegionId) WithValue(value string) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorOpenRequestSessionId
- func (AcceptRequestPathSelectorOpenRequestSessionId) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorOpenRequestSessionId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorOpenRequestSessionId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorPing
- func (AcceptRequestPathSelectorPing) FieldPath() *AcceptRequest_FieldTerminalPath
- func (s AcceptRequestPathSelectorPing) WithArrayOfValues(values []*Ping) *AcceptRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequestPathSelectorPing) WithSubArrayItemValue(subPathArrayItemValue Ping_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
- func (s AcceptRequestPathSelectorPing) WithSubArrayOfValues(subPathArrayOfValues Ping_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
- func (AcceptRequestPathSelectorPing) WithSubPath(subPath Ping_FieldPath) *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorPing) WithSubValue(subPathValue Ping_FieldPathValue) *AcceptRequest_FieldSubPathValue
- func (s AcceptRequestPathSelectorPing) WithValue(value *Ping) *AcceptRequest_FieldTerminalPathValue
- type AcceptRequestPathSelectorResumeRequest
- func (AcceptRequestPathSelectorResumeRequest) ChannelId() AcceptRequestPathSelectorResumeRequestChannelId
- func (AcceptRequestPathSelectorResumeRequest) FieldPath() *AcceptRequest_FieldTerminalPath
- func (AcceptRequestPathSelectorResumeRequest) LastMessageId() AcceptRequestPathSelectorResumeRequestLastMessageId
- func (AcceptRequestPathSelectorResumeRequest) Name() AcceptRequestPathSelectorResumeRequestName
- func (AcceptRequestPathSelectorResumeRequest) Project() AcceptRequestPathSelectorResumeRequestProject
- func (AcceptRequestPathSelectorResumeRequest) RegionId() AcceptRequestPathSelectorResumeRequestRegionId
- func (AcceptRequestPathSelectorResumeRequest) SessionId() AcceptRequestPathSelectorResumeRequestSessionId
- func (s AcceptRequestPathSelectorResumeRequest) WithArrayOfValues(values []*AcceptRequest_ResumeRequest) *AcceptRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequestPathSelectorResumeRequest) WithSubArrayItemValue(subPathArrayItemValue AcceptRequestResumeRequest_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
- func (s AcceptRequestPathSelectorResumeRequest) WithSubArrayOfValues(subPathArrayOfValues AcceptRequestResumeRequest_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
- func (AcceptRequestPathSelectorResumeRequest) WithSubPath(subPath AcceptRequestResumeRequest_FieldPath) *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorResumeRequest) WithSubValue(subPathValue AcceptRequestResumeRequest_FieldPathValue) *AcceptRequest_FieldSubPathValue
- func (s AcceptRequestPathSelectorResumeRequest) WithValue(value *AcceptRequest_ResumeRequest) *AcceptRequest_FieldTerminalPathValue
- type AcceptRequestPathSelectorResumeRequestChannelId
- func (AcceptRequestPathSelectorResumeRequestChannelId) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorResumeRequestChannelId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorResumeRequestChannelId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorResumeRequestLastMessageId
- func (AcceptRequestPathSelectorResumeRequestLastMessageId) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorResumeRequestLastMessageId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorResumeRequestLastMessageId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorResumeRequestName
- func (AcceptRequestPathSelectorResumeRequestName) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorResumeRequestName) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorResumeRequestName) WithValue(value string) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorResumeRequestProject
- func (AcceptRequestPathSelectorResumeRequestProject) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorResumeRequestProject) WithArrayOfValues(values []*project.Reference) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorResumeRequestProject) WithValue(value *project.Reference) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorResumeRequestRegionId
- func (AcceptRequestPathSelectorResumeRequestRegionId) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorResumeRequestRegionId) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorResumeRequestRegionId) WithValue(value string) *AcceptRequest_FieldSubPathValue
- type AcceptRequestPathSelectorResumeRequestSessionId
- func (AcceptRequestPathSelectorResumeRequestSessionId) FieldPath() *AcceptRequest_FieldSubPath
- func (s AcceptRequestPathSelectorResumeRequestSessionId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
- func (s AcceptRequestPathSelectorResumeRequestSessionId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
- type AcceptRequestResumeRequestFieldPathBuilder
- func (AcceptRequestResumeRequestFieldPathBuilder) ChannelId() AcceptRequest_ResumeRequestPathSelectorChannelId
- func (AcceptRequestResumeRequestFieldPathBuilder) LastMessageId() AcceptRequest_ResumeRequestPathSelectorLastMessageId
- func (AcceptRequestResumeRequestFieldPathBuilder) Name() AcceptRequest_ResumeRequestPathSelectorName
- func (AcceptRequestResumeRequestFieldPathBuilder) Project() AcceptRequest_ResumeRequestPathSelectorProject
- func (AcceptRequestResumeRequestFieldPathBuilder) RegionId() AcceptRequest_ResumeRequestPathSelectorRegionId
- func (AcceptRequestResumeRequestFieldPathBuilder) SessionId() AcceptRequest_ResumeRequestPathSelectorSessionId
- type AcceptRequestResumeRequest_FieldPath
- func BuildAcceptRequestResumeRequest_FieldPath(fp gotenobject.RawFieldPath) (AcceptRequestResumeRequest_FieldPath, error)
- func MustParseAcceptRequestResumeRequest_FieldPath(rawField string) AcceptRequestResumeRequest_FieldPath
- func ParseAcceptRequestResumeRequest_FieldPath(rawField string) (AcceptRequestResumeRequest_FieldPath, error)
- type AcceptRequestResumeRequest_FieldPathArrayItemValue
- type AcceptRequestResumeRequest_FieldPathArrayOfValues
- type AcceptRequestResumeRequest_FieldPathSelector
- type AcceptRequestResumeRequest_FieldPathValue
- type AcceptRequestResumeRequest_FieldTerminalPath
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) ClearValue(item *AcceptRequest_ResumeRequest)
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) Get(source *AcceptRequest_ResumeRequest) (values []interface{})
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetSingle(source *AcceptRequest_ResumeRequest) (interface{}, bool)
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) JSONString() string
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) Selector() AcceptRequestResumeRequest_FieldPathSelector
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) String() string
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptRequestResumeRequest_FieldPathArrayItemValue
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptRequestResumeRequest_FieldPathArrayOfValues
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithIValue(value interface{}) AcceptRequestResumeRequest_FieldPathValue
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptRequest_ResumeRequest) bool
- func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptRequest_ResumeRequest) (interface{}, bool)
- func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
- func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
- func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
- func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
- func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AcceptRequestResumeRequest_FieldTerminalPathValue
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) CompareWith(source *AcceptRequest_ResumeRequest) (int, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) SetTo(target **AcceptRequest_ResumeRequest)
- func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AcceptRequest_Ack
- type AcceptRequest_Close
- type AcceptRequest_Data
- type AcceptRequest_Error
- type AcceptRequest_FieldMask
- func (fieldMask *AcceptRequest_FieldMask) AppendPath(path AcceptRequest_FieldPath)
- func (fieldMask *AcceptRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AcceptRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AcceptRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AcceptRequest_FieldMask) FilterInputFields() *AcceptRequest_FieldMask
- func (fieldMask *AcceptRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *AcceptRequest_FieldMask) GetPaths() []AcceptRequest_FieldPath
- func (fieldMask *AcceptRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AcceptRequest_FieldMask) IsFull() bool
- func (fieldMask AcceptRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AcceptRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AcceptRequest_FieldMask) PathsCount() int
- func (fieldMask *AcceptRequest_FieldMask) Project(source *AcceptRequest) *AcceptRequest
- func (fieldMask *AcceptRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AcceptRequest_FieldMask) ProtoMessage()
- func (fieldMask *AcceptRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AcceptRequest_FieldMask) Reset()
- func (fieldMask *AcceptRequest_FieldMask) Set(target, source *AcceptRequest)
- func (fieldMask *AcceptRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AcceptRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AcceptRequest_FieldMask) Size() int
- func (fieldMask *AcceptRequest_FieldMask) String() string
- func (fieldMask *AcceptRequest_FieldMask) Subtract(other *AcceptRequest_FieldMask) *AcceptRequest_FieldMask
- func (fieldMask *AcceptRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AcceptRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *AcceptRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AcceptRequest_FieldMask) UnmarshalJSON(data []byte) error
- type AcceptRequest_FieldPath
- type AcceptRequest_FieldPathArrayItemValue
- type AcceptRequest_FieldPathArrayOfValues
- type AcceptRequest_FieldPathSelector
- type AcceptRequest_FieldPathValue
- type AcceptRequest_FieldSubPath
- func (fps *AcceptRequest_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
- func (fps *AcceptRequest_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
- func (fps *AcceptRequest_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
- func (fps *AcceptRequest_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
- func (fps *AcceptRequest_FieldSubPath) AsOpenRequestSubPath() (AcceptRequestOpenRequest_FieldPath, bool)
- func (fps *AcceptRequest_FieldSubPath) AsPingSubPath() (Ping_FieldPath, bool)
- func (fps *AcceptRequest_FieldSubPath) AsResumeRequestSubPath() (AcceptRequestResumeRequest_FieldPath, bool)
- func (fps *AcceptRequest_FieldSubPath) ClearValue(item *AcceptRequest)
- func (fps *AcceptRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *AcceptRequest_FieldSubPath) Get(source *AcceptRequest) (values []interface{})
- func (fps *AcceptRequest_FieldSubPath) GetDefault() interface{}
- func (fps *AcceptRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *AcceptRequest_FieldSubPath) GetSingle(source *AcceptRequest) (interface{}, bool)
- func (fps *AcceptRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *AcceptRequest_FieldSubPath) IsLeaf() bool
- func (fps *AcceptRequest_FieldSubPath) JSONString() string
- func (fps *AcceptRequest_FieldSubPath) Selector() AcceptRequest_FieldPathSelector
- func (fps *AcceptRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *AcceptRequest_FieldSubPath) String() string
- func (fps *AcceptRequest_FieldSubPath) WithIArrayItemValue(value interface{}) AcceptRequest_FieldPathArrayItemValue
- func (fps *AcceptRequest_FieldSubPath) WithIArrayOfValues(values interface{}) AcceptRequest_FieldPathArrayOfValues
- func (fps *AcceptRequest_FieldSubPath) WithIValue(value interface{}) AcceptRequest_FieldPathValue
- func (fps *AcceptRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *AcceptRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *AcceptRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AcceptRequest_FieldSubPathArrayItemValue
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue() (AcceptRequestOpenRequest_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsPingPathItemValue() (Ping_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue() (AcceptRequestResumeRequest_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) ContainsValue(source *AcceptRequest) bool
- func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type AcceptRequest_FieldSubPathArrayOfValues
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues() (AcceptRequestOpenRequest_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues() (Ping_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues() (AcceptRequestResumeRequest_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type AcceptRequest_FieldSubPathValue
- func (fpvs *AcceptRequest_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) AsOpenRequestPathValue() (AcceptRequestOpenRequest_FieldPathValue, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) AsPingPathValue() (Ping_FieldPathValue, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) AsResumeRequestPathValue() (AcceptRequestResumeRequest_FieldPathValue, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) CompareWith(source *AcceptRequest) (int, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *AcceptRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *AcceptRequest_FieldSubPathValue) SetTo(target **AcceptRequest)
- func (fpvs *AcceptRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type AcceptRequest_FieldTerminalPath
- func (fp *AcceptRequest_FieldTerminalPath) ClearValue(item *AcceptRequest)
- func (fp *AcceptRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AcceptRequest_FieldTerminalPath) Get(source *AcceptRequest) (values []interface{})
- func (fp *AcceptRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *AcceptRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AcceptRequest_FieldTerminalPath) GetSingle(source *AcceptRequest) (interface{}, bool)
- func (fp *AcceptRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AcceptRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *AcceptRequest_FieldTerminalPath) JSONString() string
- func (fp *AcceptRequest_FieldTerminalPath) Selector() AcceptRequest_FieldPathSelector
- func (fp *AcceptRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AcceptRequest_FieldTerminalPath) String() string
- func (fp *AcceptRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptRequest_FieldPathArrayItemValue
- func (fp *AcceptRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptRequest_FieldPathArrayOfValues
- func (fp *AcceptRequest_FieldTerminalPath) WithIValue(value interface{}) AcceptRequest_FieldPathValue
- func (fp *AcceptRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AcceptRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AcceptRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AcceptRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptRequest) bool
- func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptRequest) (interface{}, bool)
- func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AcceptRequest_FieldTerminalPathArrayOfValues
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues() ([]*AcceptRequest_OpenRequest, bool)
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues() ([]*Ping, bool)
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues() ([]*AcceptRequest_ResumeRequest, bool)
- func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AcceptRequest_FieldTerminalPathValue
- func (fpv *AcceptRequest_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) AsDataValue() (*Data, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) AsOpenRequestValue() (*AcceptRequest_OpenRequest, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) AsPingValue() (*Ping, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) AsResumeRequestValue() (*AcceptRequest_ResumeRequest, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) CompareWith(source *AcceptRequest) (int, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AcceptRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AcceptRequest_FieldTerminalPathValue) SetTo(target **AcceptRequest)
- func (fpv *AcceptRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AcceptRequest_OpenRequest
- func (o *AcceptRequest_OpenRequest) Clone() *AcceptRequest_OpenRequest
- func (o *AcceptRequest_OpenRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*AcceptRequest_OpenRequest) Descriptor() ([]byte, []int)
- func (m *AcceptRequest_OpenRequest) GetChannelId() uint64
- func (m *AcceptRequest_OpenRequest) GetName() string
- func (m *AcceptRequest_OpenRequest) GetProject() *project.Reference
- func (m *AcceptRequest_OpenRequest) GetRegionId() string
- func (m *AcceptRequest_OpenRequest) GetSessionId() uint64
- func (*AcceptRequest_OpenRequest) GotenMessage()
- func (o *AcceptRequest_OpenRequest) GotenObjectExt()
- func (obj *AcceptRequest_OpenRequest) GotenValidate() error
- func (o *AcceptRequest_OpenRequest) MakeDiffFieldMask(other *AcceptRequest_OpenRequest) *AcceptRequest_OpenRequest_FieldMask
- func (o *AcceptRequest_OpenRequest) MakeFullFieldMask() *AcceptRequest_OpenRequest_FieldMask
- func (o *AcceptRequest_OpenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AcceptRequest_OpenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AcceptRequest_OpenRequest) Marshal() ([]byte, error)
- func (m *AcceptRequest_OpenRequest) MarshalJSON() ([]byte, error)
- func (o *AcceptRequest_OpenRequest) Merge(source *AcceptRequest_OpenRequest)
- func (o *AcceptRequest_OpenRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AcceptRequest_OpenRequest) ProtoMessage()
- func (m *AcceptRequest_OpenRequest) ProtoReflect() preflect.Message
- func (m *AcceptRequest_OpenRequest) Reset()
- func (m *AcceptRequest_OpenRequest) SetChannelId(fv uint64)
- func (m *AcceptRequest_OpenRequest) SetName(fv string)
- func (m *AcceptRequest_OpenRequest) SetProject(fv *project.Reference)
- func (m *AcceptRequest_OpenRequest) SetRegionId(fv string)
- func (m *AcceptRequest_OpenRequest) SetSessionId(fv uint64)
- func (m *AcceptRequest_OpenRequest) String() string
- func (m *AcceptRequest_OpenRequest) Unmarshal(b []byte) error
- func (m *AcceptRequest_OpenRequest) UnmarshalJSON(data []byte) error
- type AcceptRequest_OpenRequestPathSelectorChannelId
- func (AcceptRequest_OpenRequestPathSelectorChannelId) FieldPath() *AcceptRequestOpenRequest_FieldTerminalPath
- func (s AcceptRequest_OpenRequestPathSelectorChannelId) WithArrayOfValues(values []uint64) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_OpenRequestPathSelectorChannelId) WithValue(value uint64) *AcceptRequestOpenRequest_FieldTerminalPathValue
- type AcceptRequest_OpenRequestPathSelectorName
- func (AcceptRequest_OpenRequestPathSelectorName) FieldPath() *AcceptRequestOpenRequest_FieldTerminalPath
- func (s AcceptRequest_OpenRequestPathSelectorName) WithArrayOfValues(values []string) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_OpenRequestPathSelectorName) WithValue(value string) *AcceptRequestOpenRequest_FieldTerminalPathValue
- type AcceptRequest_OpenRequestPathSelectorProject
- func (AcceptRequest_OpenRequestPathSelectorProject) FieldPath() *AcceptRequestOpenRequest_FieldTerminalPath
- func (s AcceptRequest_OpenRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_OpenRequestPathSelectorProject) WithValue(value *project.Reference) *AcceptRequestOpenRequest_FieldTerminalPathValue
- type AcceptRequest_OpenRequestPathSelectorRegionId
- func (AcceptRequest_OpenRequestPathSelectorRegionId) FieldPath() *AcceptRequestOpenRequest_FieldTerminalPath
- func (s AcceptRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues(values []string) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_OpenRequestPathSelectorRegionId) WithValue(value string) *AcceptRequestOpenRequest_FieldTerminalPathValue
- type AcceptRequest_OpenRequestPathSelectorSessionId
- func (AcceptRequest_OpenRequestPathSelectorSessionId) FieldPath() *AcceptRequestOpenRequest_FieldTerminalPath
- func (s AcceptRequest_OpenRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_OpenRequestPathSelectorSessionId) WithValue(value uint64) *AcceptRequestOpenRequest_FieldTerminalPathValue
- type AcceptRequest_OpenRequest_
- type AcceptRequest_OpenRequest_FieldMask
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) AppendPath(path AcceptRequestOpenRequest_FieldPath)
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) FilterInputFields() *AcceptRequest_OpenRequest_FieldMask
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) GetPaths() []AcceptRequestOpenRequest_FieldPath
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) IsFull() bool
- func (fieldMask AcceptRequest_OpenRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AcceptRequest_OpenRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) PathsCount() int
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Project(source *AcceptRequest_OpenRequest) *AcceptRequest_OpenRequest
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ProtoMessage()
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Reset()
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Set(target, source *AcceptRequest_OpenRequest)
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Size() int
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) String() string
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Subtract(other *AcceptRequest_OpenRequest_FieldMask) *AcceptRequest_OpenRequest_FieldMask
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AcceptRequest_OpenRequest_FieldMask) UnmarshalJSON(data []byte) error
- type AcceptRequest_Ping
- type AcceptRequest_ResumeRequest
- func (o *AcceptRequest_ResumeRequest) Clone() *AcceptRequest_ResumeRequest
- func (o *AcceptRequest_ResumeRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*AcceptRequest_ResumeRequest) Descriptor() ([]byte, []int)
- func (m *AcceptRequest_ResumeRequest) GetChannelId() uint64
- func (m *AcceptRequest_ResumeRequest) GetLastMessageId() uint64
- func (m *AcceptRequest_ResumeRequest) GetName() string
- func (m *AcceptRequest_ResumeRequest) GetProject() *project.Reference
- func (m *AcceptRequest_ResumeRequest) GetRegionId() string
- func (m *AcceptRequest_ResumeRequest) GetSessionId() uint64
- func (*AcceptRequest_ResumeRequest) GotenMessage()
- func (o *AcceptRequest_ResumeRequest) GotenObjectExt()
- func (obj *AcceptRequest_ResumeRequest) GotenValidate() error
- func (o *AcceptRequest_ResumeRequest) MakeDiffFieldMask(other *AcceptRequest_ResumeRequest) *AcceptRequest_ResumeRequest_FieldMask
- func (o *AcceptRequest_ResumeRequest) MakeFullFieldMask() *AcceptRequest_ResumeRequest_FieldMask
- func (o *AcceptRequest_ResumeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AcceptRequest_ResumeRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AcceptRequest_ResumeRequest) Marshal() ([]byte, error)
- func (m *AcceptRequest_ResumeRequest) MarshalJSON() ([]byte, error)
- func (o *AcceptRequest_ResumeRequest) Merge(source *AcceptRequest_ResumeRequest)
- func (o *AcceptRequest_ResumeRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AcceptRequest_ResumeRequest) ProtoMessage()
- func (m *AcceptRequest_ResumeRequest) ProtoReflect() preflect.Message
- func (m *AcceptRequest_ResumeRequest) Reset()
- func (m *AcceptRequest_ResumeRequest) SetChannelId(fv uint64)
- func (m *AcceptRequest_ResumeRequest) SetLastMessageId(fv uint64)
- func (m *AcceptRequest_ResumeRequest) SetName(fv string)
- func (m *AcceptRequest_ResumeRequest) SetProject(fv *project.Reference)
- func (m *AcceptRequest_ResumeRequest) SetRegionId(fv string)
- func (m *AcceptRequest_ResumeRequest) SetSessionId(fv uint64)
- func (m *AcceptRequest_ResumeRequest) String() string
- func (m *AcceptRequest_ResumeRequest) Unmarshal(b []byte) error
- func (m *AcceptRequest_ResumeRequest) UnmarshalJSON(data []byte) error
- type AcceptRequest_ResumeRequestPathSelectorChannelId
- func (AcceptRequest_ResumeRequestPathSelectorChannelId) FieldPath() *AcceptRequestResumeRequest_FieldTerminalPath
- func (s AcceptRequest_ResumeRequestPathSelectorChannelId) WithArrayOfValues(values []uint64) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_ResumeRequestPathSelectorChannelId) WithValue(value uint64) *AcceptRequestResumeRequest_FieldTerminalPathValue
- type AcceptRequest_ResumeRequestPathSelectorLastMessageId
- func (AcceptRequest_ResumeRequestPathSelectorLastMessageId) FieldPath() *AcceptRequestResumeRequest_FieldTerminalPath
- func (s AcceptRequest_ResumeRequestPathSelectorLastMessageId) WithArrayOfValues(values []uint64) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_ResumeRequestPathSelectorLastMessageId) WithValue(value uint64) *AcceptRequestResumeRequest_FieldTerminalPathValue
- type AcceptRequest_ResumeRequestPathSelectorName
- func (AcceptRequest_ResumeRequestPathSelectorName) FieldPath() *AcceptRequestResumeRequest_FieldTerminalPath
- func (s AcceptRequest_ResumeRequestPathSelectorName) WithArrayOfValues(values []string) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_ResumeRequestPathSelectorName) WithValue(value string) *AcceptRequestResumeRequest_FieldTerminalPathValue
- type AcceptRequest_ResumeRequestPathSelectorProject
- func (AcceptRequest_ResumeRequestPathSelectorProject) FieldPath() *AcceptRequestResumeRequest_FieldTerminalPath
- func (s AcceptRequest_ResumeRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_ResumeRequestPathSelectorProject) WithValue(value *project.Reference) *AcceptRequestResumeRequest_FieldTerminalPathValue
- type AcceptRequest_ResumeRequestPathSelectorRegionId
- func (AcceptRequest_ResumeRequestPathSelectorRegionId) FieldPath() *AcceptRequestResumeRequest_FieldTerminalPath
- func (s AcceptRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues(values []string) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_ResumeRequestPathSelectorRegionId) WithValue(value string) *AcceptRequestResumeRequest_FieldTerminalPathValue
- type AcceptRequest_ResumeRequestPathSelectorSessionId
- func (AcceptRequest_ResumeRequestPathSelectorSessionId) FieldPath() *AcceptRequestResumeRequest_FieldTerminalPath
- func (s AcceptRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s AcceptRequest_ResumeRequestPathSelectorSessionId) WithValue(value uint64) *AcceptRequestResumeRequest_FieldTerminalPathValue
- type AcceptRequest_ResumeRequest_
- type AcceptRequest_ResumeRequest_FieldMask
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) AppendPath(path AcceptRequestResumeRequest_FieldPath)
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) FilterInputFields() *AcceptRequest_ResumeRequest_FieldMask
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) GetPaths() []AcceptRequestResumeRequest_FieldPath
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) IsFull() bool
- func (fieldMask AcceptRequest_ResumeRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AcceptRequest_ResumeRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) PathsCount() int
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Project(source *AcceptRequest_ResumeRequest) *AcceptRequest_ResumeRequest
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ProtoMessage()
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Reset()
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Set(target, source *AcceptRequest_ResumeRequest)
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Size() int
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) String() string
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Subtract(other *AcceptRequest_ResumeRequest_FieldMask) *AcceptRequest_ResumeRequest_FieldMask
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) UnmarshalJSON(data []byte) error
- type AcceptResponse
- func (o *AcceptResponse) Clone() *AcceptResponse
- func (o *AcceptResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*AcceptResponse) Descriptor() ([]byte, []int)
- func (m *AcceptResponse) GetAck() *Ack
- func (m *AcceptResponse) GetClose() *Close
- func (m *AcceptResponse) GetData() *Data
- func (m *AcceptResponse) GetError() *Error
- func (m *AcceptResponse) GetMessage() isAcceptResponse_Message
- func (*AcceptResponse) GotenMessage()
- func (o *AcceptResponse) GotenObjectExt()
- func (obj *AcceptResponse) GotenValidate() error
- func (o *AcceptResponse) MakeDiffFieldMask(other *AcceptResponse) *AcceptResponse_FieldMask
- func (o *AcceptResponse) MakeFullFieldMask() *AcceptResponse_FieldMask
- func (o *AcceptResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AcceptResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AcceptResponse) Marshal() ([]byte, error)
- func (m *AcceptResponse) MarshalJSON() ([]byte, error)
- func (o *AcceptResponse) Merge(source *AcceptResponse)
- func (o *AcceptResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AcceptResponse) ProtoMessage()
- func (m *AcceptResponse) ProtoReflect() preflect.Message
- func (m *AcceptResponse) Reset()
- func (m *AcceptResponse) SetAck(fv *Ack)
- func (m *AcceptResponse) SetClose(fv *Close)
- func (m *AcceptResponse) SetData(fv *Data)
- func (m *AcceptResponse) SetError(fv *Error)
- func (m *AcceptResponse) SetMessage(ofv isAcceptResponse_Message)
- func (m *AcceptResponse) String() string
- func (m *AcceptResponse) Unmarshal(b []byte) error
- func (m *AcceptResponse) UnmarshalJSON(data []byte) error
- type AcceptResponseFieldPathBuilder
- func (AcceptResponseFieldPathBuilder) Ack() AcceptResponsePathSelectorAck
- func (AcceptResponseFieldPathBuilder) Close() AcceptResponsePathSelectorClose
- func (AcceptResponseFieldPathBuilder) Data() AcceptResponsePathSelectorData
- func (AcceptResponseFieldPathBuilder) Error() AcceptResponsePathSelectorError
- type AcceptResponsePathSelectorAck
- func (AcceptResponsePathSelectorAck) FieldPath() *AcceptResponse_FieldTerminalPath
- func (AcceptResponsePathSelectorAck) Id() AcceptResponsePathSelectorAckId
- func (s AcceptResponsePathSelectorAck) WithArrayOfValues(values []*Ack) *AcceptResponse_FieldTerminalPathArrayOfValues
- func (s AcceptResponsePathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
- func (s AcceptResponsePathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
- func (AcceptResponsePathSelectorAck) WithSubPath(subPath Ack_FieldPath) *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *AcceptResponse_FieldSubPathValue
- func (s AcceptResponsePathSelectorAck) WithValue(value *Ack) *AcceptResponse_FieldTerminalPathValue
- type AcceptResponsePathSelectorAckId
- type AcceptResponsePathSelectorClose
- func (AcceptResponsePathSelectorClose) FieldPath() *AcceptResponse_FieldTerminalPath
- func (AcceptResponsePathSelectorClose) Id() AcceptResponsePathSelectorCloseId
- func (s AcceptResponsePathSelectorClose) WithArrayOfValues(values []*Close) *AcceptResponse_FieldTerminalPathArrayOfValues
- func (s AcceptResponsePathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
- func (s AcceptResponsePathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
- func (AcceptResponsePathSelectorClose) WithSubPath(subPath Close_FieldPath) *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *AcceptResponse_FieldSubPathValue
- func (s AcceptResponsePathSelectorClose) WithValue(value *Close) *AcceptResponse_FieldTerminalPathValue
- type AcceptResponsePathSelectorCloseId
- func (AcceptResponsePathSelectorCloseId) FieldPath() *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorCloseId) WithArrayOfValues(values []uint64) *AcceptResponse_FieldSubPathArrayOfValues
- func (s AcceptResponsePathSelectorCloseId) WithValue(value uint64) *AcceptResponse_FieldSubPathValue
- type AcceptResponsePathSelectorData
- func (AcceptResponsePathSelectorData) AckRequired() AcceptResponsePathSelectorDataAckRequired
- func (AcceptResponsePathSelectorData) Bytes() AcceptResponsePathSelectorDataBytes
- func (AcceptResponsePathSelectorData) FieldPath() *AcceptResponse_FieldTerminalPath
- func (AcceptResponsePathSelectorData) Id() AcceptResponsePathSelectorDataId
- func (s AcceptResponsePathSelectorData) WithArrayOfValues(values []*Data) *AcceptResponse_FieldTerminalPathArrayOfValues
- func (s AcceptResponsePathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
- func (s AcceptResponsePathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
- func (AcceptResponsePathSelectorData) WithSubPath(subPath Data_FieldPath) *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *AcceptResponse_FieldSubPathValue
- func (s AcceptResponsePathSelectorData) WithValue(value *Data) *AcceptResponse_FieldTerminalPathValue
- type AcceptResponsePathSelectorDataAckRequired
- func (AcceptResponsePathSelectorDataAckRequired) FieldPath() *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorDataAckRequired) WithArrayOfValues(values []bool) *AcceptResponse_FieldSubPathArrayOfValues
- func (s AcceptResponsePathSelectorDataAckRequired) WithValue(value bool) *AcceptResponse_FieldSubPathValue
- type AcceptResponsePathSelectorDataBytes
- func (AcceptResponsePathSelectorDataBytes) FieldPath() *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorDataBytes) WithArrayOfValues(values [][]byte) *AcceptResponse_FieldSubPathArrayOfValues
- func (s AcceptResponsePathSelectorDataBytes) WithValue(value []byte) *AcceptResponse_FieldSubPathValue
- type AcceptResponsePathSelectorDataId
- type AcceptResponsePathSelectorError
- func (AcceptResponsePathSelectorError) FieldPath() *AcceptResponse_FieldTerminalPath
- func (AcceptResponsePathSelectorError) Id() AcceptResponsePathSelectorErrorId
- func (AcceptResponsePathSelectorError) Message() AcceptResponsePathSelectorErrorMessage
- func (s AcceptResponsePathSelectorError) WithArrayOfValues(values []*Error) *AcceptResponse_FieldTerminalPathArrayOfValues
- func (s AcceptResponsePathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
- func (s AcceptResponsePathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
- func (AcceptResponsePathSelectorError) WithSubPath(subPath Error_FieldPath) *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *AcceptResponse_FieldSubPathValue
- func (s AcceptResponsePathSelectorError) WithValue(value *Error) *AcceptResponse_FieldTerminalPathValue
- type AcceptResponsePathSelectorErrorId
- func (AcceptResponsePathSelectorErrorId) FieldPath() *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorErrorId) WithArrayOfValues(values []uint64) *AcceptResponse_FieldSubPathArrayOfValues
- func (s AcceptResponsePathSelectorErrorId) WithValue(value uint64) *AcceptResponse_FieldSubPathValue
- type AcceptResponsePathSelectorErrorMessage
- func (AcceptResponsePathSelectorErrorMessage) FieldPath() *AcceptResponse_FieldSubPath
- func (s AcceptResponsePathSelectorErrorMessage) WithArrayOfValues(values []string) *AcceptResponse_FieldSubPathArrayOfValues
- func (s AcceptResponsePathSelectorErrorMessage) WithValue(value string) *AcceptResponse_FieldSubPathValue
- type AcceptResponse_Ack
- type AcceptResponse_Close
- type AcceptResponse_Data
- type AcceptResponse_Error
- type AcceptResponse_FieldMask
- func (fieldMask *AcceptResponse_FieldMask) AppendPath(path AcceptResponse_FieldPath)
- func (fieldMask *AcceptResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AcceptResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AcceptResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AcceptResponse_FieldMask) FilterInputFields() *AcceptResponse_FieldMask
- func (fieldMask *AcceptResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *AcceptResponse_FieldMask) GetPaths() []AcceptResponse_FieldPath
- func (fieldMask *AcceptResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AcceptResponse_FieldMask) IsFull() bool
- func (fieldMask AcceptResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AcceptResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AcceptResponse_FieldMask) PathsCount() int
- func (fieldMask *AcceptResponse_FieldMask) Project(source *AcceptResponse) *AcceptResponse
- func (fieldMask *AcceptResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AcceptResponse_FieldMask) ProtoMessage()
- func (fieldMask *AcceptResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AcceptResponse_FieldMask) Reset()
- func (fieldMask *AcceptResponse_FieldMask) Set(target, source *AcceptResponse)
- func (fieldMask *AcceptResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AcceptResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AcceptResponse_FieldMask) Size() int
- func (fieldMask *AcceptResponse_FieldMask) String() string
- func (fieldMask *AcceptResponse_FieldMask) Subtract(other *AcceptResponse_FieldMask) *AcceptResponse_FieldMask
- func (fieldMask *AcceptResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AcceptResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *AcceptResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AcceptResponse_FieldMask) UnmarshalJSON(data []byte) error
- type AcceptResponse_FieldPath
- type AcceptResponse_FieldPathArrayItemValue
- type AcceptResponse_FieldPathArrayOfValues
- type AcceptResponse_FieldPathSelector
- type AcceptResponse_FieldPathValue
- type AcceptResponse_FieldSubPath
- func (fps *AcceptResponse_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
- func (fps *AcceptResponse_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
- func (fps *AcceptResponse_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
- func (fps *AcceptResponse_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
- func (fps *AcceptResponse_FieldSubPath) ClearValue(item *AcceptResponse)
- func (fps *AcceptResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *AcceptResponse_FieldSubPath) Get(source *AcceptResponse) (values []interface{})
- func (fps *AcceptResponse_FieldSubPath) GetDefault() interface{}
- func (fps *AcceptResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *AcceptResponse_FieldSubPath) GetSingle(source *AcceptResponse) (interface{}, bool)
- func (fps *AcceptResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *AcceptResponse_FieldSubPath) IsLeaf() bool
- func (fps *AcceptResponse_FieldSubPath) JSONString() string
- func (fps *AcceptResponse_FieldSubPath) Selector() AcceptResponse_FieldPathSelector
- func (fps *AcceptResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *AcceptResponse_FieldSubPath) String() string
- func (fps *AcceptResponse_FieldSubPath) WithIArrayItemValue(value interface{}) AcceptResponse_FieldPathArrayItemValue
- func (fps *AcceptResponse_FieldSubPath) WithIArrayOfValues(values interface{}) AcceptResponse_FieldPathArrayOfValues
- func (fps *AcceptResponse_FieldSubPath) WithIValue(value interface{}) AcceptResponse_FieldPathValue
- func (fps *AcceptResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *AcceptResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *AcceptResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AcceptResponse_FieldSubPathArrayItemValue
- func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
- func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) ContainsValue(source *AcceptResponse) bool
- func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type AcceptResponse_FieldSubPathArrayOfValues
- func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
- func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type AcceptResponse_FieldSubPathValue
- func (fpvs *AcceptResponse_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
- func (fpvs *AcceptResponse_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
- func (fpvs *AcceptResponse_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
- func (fpvs *AcceptResponse_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
- func (fpvs *AcceptResponse_FieldSubPathValue) CompareWith(source *AcceptResponse) (int, bool)
- func (fpvs *AcceptResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *AcceptResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *AcceptResponse_FieldSubPathValue) SetTo(target **AcceptResponse)
- func (fpvs *AcceptResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type AcceptResponse_FieldTerminalPath
- func (fp *AcceptResponse_FieldTerminalPath) ClearValue(item *AcceptResponse)
- func (fp *AcceptResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AcceptResponse_FieldTerminalPath) Get(source *AcceptResponse) (values []interface{})
- func (fp *AcceptResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *AcceptResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AcceptResponse_FieldTerminalPath) GetSingle(source *AcceptResponse) (interface{}, bool)
- func (fp *AcceptResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AcceptResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *AcceptResponse_FieldTerminalPath) JSONString() string
- func (fp *AcceptResponse_FieldTerminalPath) Selector() AcceptResponse_FieldPathSelector
- func (fp *AcceptResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AcceptResponse_FieldTerminalPath) String() string
- func (fp *AcceptResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptResponse_FieldPathArrayItemValue
- func (fp *AcceptResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptResponse_FieldPathArrayOfValues
- func (fp *AcceptResponse_FieldTerminalPath) WithIValue(value interface{}) AcceptResponse_FieldPathValue
- func (fp *AcceptResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AcceptResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AcceptResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AcceptResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptResponse) bool
- func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptResponse) (interface{}, bool)
- func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AcceptResponse_FieldTerminalPathArrayOfValues
- func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
- func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
- func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
- func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
- func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AcceptResponse_FieldTerminalPathValue
- func (fpv *AcceptResponse_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
- func (fpv *AcceptResponse_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
- func (fpv *AcceptResponse_FieldTerminalPathValue) AsDataValue() (*Data, bool)
- func (fpv *AcceptResponse_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
- func (fpv *AcceptResponse_FieldTerminalPathValue) CompareWith(source *AcceptResponse) (int, bool)
- func (fpv *AcceptResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AcceptResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AcceptResponse_FieldTerminalPathValue) SetTo(target **AcceptResponse)
- func (fpv *AcceptResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Ack
- func (o *Ack) Clone() *Ack
- func (o *Ack) CloneRaw() gotenobject.GotenObjectExt
- func (*Ack) Descriptor() ([]byte, []int)
- func (m *Ack) GetId() uint64
- func (*Ack) GotenMessage()
- func (o *Ack) GotenObjectExt()
- func (obj *Ack) GotenValidate() error
- func (o *Ack) MakeDiffFieldMask(other *Ack) *Ack_FieldMask
- func (o *Ack) MakeFullFieldMask() *Ack_FieldMask
- func (o *Ack) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Ack) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Ack) Marshal() ([]byte, error)
- func (m *Ack) MarshalJSON() ([]byte, error)
- func (o *Ack) Merge(source *Ack)
- func (o *Ack) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Ack) ProtoMessage()
- func (m *Ack) ProtoReflect() preflect.Message
- func (m *Ack) Reset()
- func (m *Ack) SetId(fv uint64)
- func (m *Ack) String() string
- func (m *Ack) Unmarshal(b []byte) error
- func (m *Ack) UnmarshalJSON(data []byte) error
- type AckFieldPathBuilder
- type AckPathSelectorId
- type Ack_FieldMask
- func (fieldMask *Ack_FieldMask) AppendPath(path Ack_FieldPath)
- func (fieldMask *Ack_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Ack_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Ack_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Ack_FieldMask) FilterInputFields() *Ack_FieldMask
- func (fieldMask *Ack_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Ack_FieldMask) GetPaths() []Ack_FieldPath
- func (fieldMask *Ack_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Ack_FieldMask) IsFull() bool
- func (fieldMask Ack_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Ack_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Ack_FieldMask) PathsCount() int
- func (fieldMask *Ack_FieldMask) Project(source *Ack) *Ack
- func (fieldMask *Ack_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Ack_FieldMask) ProtoMessage()
- func (fieldMask *Ack_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Ack_FieldMask) Reset()
- func (fieldMask *Ack_FieldMask) Set(target, source *Ack)
- func (fieldMask *Ack_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Ack_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Ack_FieldMask) Size() int
- func (fieldMask *Ack_FieldMask) String() string
- func (fieldMask *Ack_FieldMask) Subtract(other *Ack_FieldMask) *Ack_FieldMask
- func (fieldMask *Ack_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Ack_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Ack_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Ack_FieldMask) UnmarshalJSON(data []byte) error
- type Ack_FieldPath
- type Ack_FieldPathArrayItemValue
- type Ack_FieldPathArrayOfValues
- type Ack_FieldPathSelector
- type Ack_FieldPathValue
- type Ack_FieldTerminalPath
- func (fp *Ack_FieldTerminalPath) ClearValue(item *Ack)
- func (fp *Ack_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Ack_FieldTerminalPath) Get(source *Ack) (values []interface{})
- func (fp *Ack_FieldTerminalPath) GetDefault() interface{}
- func (fp *Ack_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Ack_FieldTerminalPath) GetSingle(source *Ack) (interface{}, bool)
- func (fp *Ack_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Ack_FieldTerminalPath) IsLeaf() bool
- func (fp *Ack_FieldTerminalPath) JSONString() string
- func (fp *Ack_FieldTerminalPath) Selector() Ack_FieldPathSelector
- func (fp *Ack_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Ack_FieldTerminalPath) String() string
- func (fp *Ack_FieldTerminalPath) WithIArrayItemValue(value interface{}) Ack_FieldPathArrayItemValue
- func (fp *Ack_FieldTerminalPath) WithIArrayOfValues(values interface{}) Ack_FieldPathArrayOfValues
- func (fp *Ack_FieldTerminalPath) WithIValue(value interface{}) Ack_FieldPathValue
- func (fp *Ack_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Ack_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Ack_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Ack_FieldTerminalPathArrayItemValue
- func (fpaiv *Ack_FieldTerminalPathArrayItemValue) ContainsValue(source *Ack) bool
- func (fpaiv *Ack_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Ack_FieldTerminalPathArrayItemValue) GetSingle(source *Ack) (interface{}, bool)
- func (fpaiv *Ack_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Ack_FieldTerminalPathArrayOfValues
- type Ack_FieldTerminalPathValue
- func (fpv *Ack_FieldTerminalPathValue) AsIdValue() (uint64, bool)
- func (fpv *Ack_FieldTerminalPathValue) CompareWith(source *Ack) (int, bool)
- func (fpv *Ack_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Ack_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Ack_FieldTerminalPathValue) SetTo(target **Ack)
- func (fpv *Ack_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BrokerServiceClient
- type BrokerServiceDescriptor
- func (d *BrokerServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *BrokerServiceDescriptor) GetApiName() string
- func (d *BrokerServiceDescriptor) GetFullAPIName() string
- func (d *BrokerServiceDescriptor) GetProtoPkgName() string
- func (d *BrokerServiceDescriptor) GetServiceDomain() string
- func (d *BrokerServiceDescriptor) GetServiceVersion() string
- type Close
- func (o *Close) Clone() *Close
- func (o *Close) CloneRaw() gotenobject.GotenObjectExt
- func (*Close) Descriptor() ([]byte, []int)
- func (m *Close) GetId() uint64
- func (*Close) GotenMessage()
- func (o *Close) GotenObjectExt()
- func (obj *Close) GotenValidate() error
- func (o *Close) MakeDiffFieldMask(other *Close) *Close_FieldMask
- func (o *Close) MakeFullFieldMask() *Close_FieldMask
- func (o *Close) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Close) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Close) Marshal() ([]byte, error)
- func (m *Close) MarshalJSON() ([]byte, error)
- func (o *Close) Merge(source *Close)
- func (o *Close) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Close) ProtoMessage()
- func (m *Close) ProtoReflect() preflect.Message
- func (m *Close) Reset()
- func (m *Close) SetId(fv uint64)
- func (m *Close) String() string
- func (m *Close) Unmarshal(b []byte) error
- func (m *Close) UnmarshalJSON(data []byte) error
- type CloseFieldPathBuilder
- type ClosePathSelectorId
- type Close_FieldMask
- func (fieldMask *Close_FieldMask) AppendPath(path Close_FieldPath)
- func (fieldMask *Close_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Close_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Close_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Close_FieldMask) FilterInputFields() *Close_FieldMask
- func (fieldMask *Close_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Close_FieldMask) GetPaths() []Close_FieldPath
- func (fieldMask *Close_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Close_FieldMask) IsFull() bool
- func (fieldMask Close_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Close_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Close_FieldMask) PathsCount() int
- func (fieldMask *Close_FieldMask) Project(source *Close) *Close
- func (fieldMask *Close_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Close_FieldMask) ProtoMessage()
- func (fieldMask *Close_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Close_FieldMask) Reset()
- func (fieldMask *Close_FieldMask) Set(target, source *Close)
- func (fieldMask *Close_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Close_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Close_FieldMask) Size() int
- func (fieldMask *Close_FieldMask) String() string
- func (fieldMask *Close_FieldMask) Subtract(other *Close_FieldMask) *Close_FieldMask
- func (fieldMask *Close_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Close_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Close_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Close_FieldMask) UnmarshalJSON(data []byte) error
- type Close_FieldPath
- type Close_FieldPathArrayItemValue
- type Close_FieldPathArrayOfValues
- type Close_FieldPathSelector
- type Close_FieldPathValue
- type Close_FieldTerminalPath
- func (fp *Close_FieldTerminalPath) ClearValue(item *Close)
- func (fp *Close_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Close_FieldTerminalPath) Get(source *Close) (values []interface{})
- func (fp *Close_FieldTerminalPath) GetDefault() interface{}
- func (fp *Close_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Close_FieldTerminalPath) GetSingle(source *Close) (interface{}, bool)
- func (fp *Close_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Close_FieldTerminalPath) IsLeaf() bool
- func (fp *Close_FieldTerminalPath) JSONString() string
- func (fp *Close_FieldTerminalPath) Selector() Close_FieldPathSelector
- func (fp *Close_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Close_FieldTerminalPath) String() string
- func (fp *Close_FieldTerminalPath) WithIArrayItemValue(value interface{}) Close_FieldPathArrayItemValue
- func (fp *Close_FieldTerminalPath) WithIArrayOfValues(values interface{}) Close_FieldPathArrayOfValues
- func (fp *Close_FieldTerminalPath) WithIValue(value interface{}) Close_FieldPathValue
- func (fp *Close_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Close_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Close_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Close_FieldTerminalPathArrayItemValue
- func (fpaiv *Close_FieldTerminalPathArrayItemValue) ContainsValue(source *Close) bool
- func (fpaiv *Close_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Close_FieldTerminalPathArrayItemValue) GetSingle(source *Close) (interface{}, bool)
- func (fpaiv *Close_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Close_FieldTerminalPathArrayOfValues
- type Close_FieldTerminalPathValue
- func (fpv *Close_FieldTerminalPathValue) AsIdValue() (uint64, bool)
- func (fpv *Close_FieldTerminalPathValue) CompareWith(source *Close) (int, bool)
- func (fpv *Close_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Close_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Close_FieldTerminalPathValue) SetTo(target **Close)
- func (fpv *Close_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectClientStream
- type ConnectDescriptor
- func (d *ConnectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ConnectDescriptor) GetApiName() string
- func (d *ConnectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ConnectDescriptor) GetFullMethodName() string
- func (d *ConnectDescriptor) GetMethodName() string
- func (d *ConnectDescriptor) GetProtoPkgName() string
- func (d *ConnectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ConnectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ConnectDescriptor) GetServiceDomain() string
- func (d *ConnectDescriptor) GetServiceVersion() string
- func (d *ConnectDescriptor) GetVerb() string
- func (d *ConnectDescriptor) HasResource() bool
- func (d *ConnectDescriptor) IsClientStream() bool
- func (d *ConnectDescriptor) IsCollection() bool
- func (d *ConnectDescriptor) IsPlural() bool
- func (d *ConnectDescriptor) IsServerStream() bool
- func (d *ConnectDescriptor) IsUnary() bool
- func (d *ConnectDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ConnectDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ConnectDescriptor) RequestHasResourceBody() bool
- type ConnectDescriptorClientMsgHandle
- func (h *ConnectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ConnectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ConnectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ConnectDescriptorServerMsgHandle
- func (h *ConnectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ConnectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ConnectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ConnectRequest
- func (o *ConnectRequest) Clone() *ConnectRequest
- func (o *ConnectRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ConnectRequest) Descriptor() ([]byte, []int)
- func (m *ConnectRequest) GetAck() *Ack
- func (m *ConnectRequest) GetClose() *Close
- func (m *ConnectRequest) GetData() *Data
- func (m *ConnectRequest) GetError() *Error
- func (m *ConnectRequest) GetMessage() isConnectRequest_Message
- func (m *ConnectRequest) GetOpenRequest() *ConnectRequest_OpenRequest
- func (m *ConnectRequest) GetPing() *Ping
- func (m *ConnectRequest) GetResumeRequest() *ConnectRequest_ResumeRequest
- func (*ConnectRequest) GotenMessage()
- func (o *ConnectRequest) GotenObjectExt()
- func (obj *ConnectRequest) GotenValidate() error
- func (o *ConnectRequest) MakeDiffFieldMask(other *ConnectRequest) *ConnectRequest_FieldMask
- func (o *ConnectRequest) MakeFullFieldMask() *ConnectRequest_FieldMask
- func (o *ConnectRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConnectRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConnectRequest) Marshal() ([]byte, error)
- func (m *ConnectRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectRequest) Merge(source *ConnectRequest)
- func (o *ConnectRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConnectRequest) ProtoMessage()
- func (m *ConnectRequest) ProtoReflect() preflect.Message
- func (m *ConnectRequest) Reset()
- func (m *ConnectRequest) SetAck(fv *Ack)
- func (m *ConnectRequest) SetClose(fv *Close)
- func (m *ConnectRequest) SetData(fv *Data)
- func (m *ConnectRequest) SetError(fv *Error)
- func (m *ConnectRequest) SetMessage(ofv isConnectRequest_Message)
- func (m *ConnectRequest) SetOpenRequest(fv *ConnectRequest_OpenRequest)
- func (m *ConnectRequest) SetPing(fv *Ping)
- func (m *ConnectRequest) SetResumeRequest(fv *ConnectRequest_ResumeRequest)
- func (m *ConnectRequest) String() string
- func (m *ConnectRequest) Unmarshal(b []byte) error
- func (m *ConnectRequest) UnmarshalJSON(data []byte) error
- type ConnectRequestFieldPathBuilder
- func (ConnectRequestFieldPathBuilder) Ack() ConnectRequestPathSelectorAck
- func (ConnectRequestFieldPathBuilder) Close() ConnectRequestPathSelectorClose
- func (ConnectRequestFieldPathBuilder) Data() ConnectRequestPathSelectorData
- func (ConnectRequestFieldPathBuilder) Error() ConnectRequestPathSelectorError
- func (ConnectRequestFieldPathBuilder) OpenRequest() ConnectRequestPathSelectorOpenRequest
- func (ConnectRequestFieldPathBuilder) Ping() ConnectRequestPathSelectorPing
- func (ConnectRequestFieldPathBuilder) ResumeRequest() ConnectRequestPathSelectorResumeRequest
- type ConnectRequestOpenRequestFieldPathBuilder
- func (ConnectRequestOpenRequestFieldPathBuilder) Arg() ConnectRequest_OpenRequestPathSelectorArg
- func (ConnectRequestOpenRequestFieldPathBuilder) Name() ConnectRequest_OpenRequestPathSelectorName
- func (ConnectRequestOpenRequestFieldPathBuilder) Project() ConnectRequest_OpenRequestPathSelectorProject
- func (ConnectRequestOpenRequestFieldPathBuilder) ProviderName() ConnectRequest_OpenRequestPathSelectorProviderName
- func (ConnectRequestOpenRequestFieldPathBuilder) RegionId() ConnectRequest_OpenRequestPathSelectorRegionId
- func (ConnectRequestOpenRequestFieldPathBuilder) Service() ConnectRequest_OpenRequestPathSelectorService
- type ConnectRequestOpenRequest_FieldPath
- func BuildConnectRequestOpenRequest_FieldPath(fp gotenobject.RawFieldPath) (ConnectRequestOpenRequest_FieldPath, error)
- func MustParseConnectRequestOpenRequest_FieldPath(rawField string) ConnectRequestOpenRequest_FieldPath
- func ParseConnectRequestOpenRequest_FieldPath(rawField string) (ConnectRequestOpenRequest_FieldPath, error)
- type ConnectRequestOpenRequest_FieldPathArrayItemValue
- type ConnectRequestOpenRequest_FieldPathArrayOfValues
- type ConnectRequestOpenRequest_FieldPathSelector
- type ConnectRequestOpenRequest_FieldPathValue
- type ConnectRequestOpenRequest_FieldTerminalPath
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) ClearValue(item *ConnectRequest_OpenRequest)
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) Get(source *ConnectRequest_OpenRequest) (values []interface{})
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetSingle(source *ConnectRequest_OpenRequest) (interface{}, bool)
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) JSONString() string
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) Selector() ConnectRequestOpenRequest_FieldPathSelector
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) String() string
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectRequestOpenRequest_FieldPathArrayItemValue
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectRequestOpenRequest_FieldPathArrayOfValues
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithIValue(value interface{}) ConnectRequestOpenRequest_FieldPathValue
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectRequest_OpenRequest) bool
- func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectRequest_OpenRequest) (interface{}, bool)
- func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsArgArrayOfValues() ([][]byte, bool)
- func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
- func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProviderNameArrayOfValues() ([]string, bool)
- func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
- func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]string, bool)
- func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConnectRequestOpenRequest_FieldTerminalPathValue
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsArgValue() ([]byte, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsProviderNameValue() (string, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsServiceValue() (string, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) CompareWith(source *ConnectRequest_OpenRequest) (int, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) SetTo(target **ConnectRequest_OpenRequest)
- func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectRequestPathSelectorAck
- func (ConnectRequestPathSelectorAck) FieldPath() *ConnectRequest_FieldTerminalPath
- func (ConnectRequestPathSelectorAck) Id() ConnectRequestPathSelectorAckId
- func (s ConnectRequestPathSelectorAck) WithArrayOfValues(values []*Ack) *ConnectRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequestPathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
- func (s ConnectRequestPathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
- func (ConnectRequestPathSelectorAck) WithSubPath(subPath Ack_FieldPath) *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *ConnectRequest_FieldSubPathValue
- func (s ConnectRequestPathSelectorAck) WithValue(value *Ack) *ConnectRequest_FieldTerminalPathValue
- type ConnectRequestPathSelectorAckId
- type ConnectRequestPathSelectorClose
- func (ConnectRequestPathSelectorClose) FieldPath() *ConnectRequest_FieldTerminalPath
- func (ConnectRequestPathSelectorClose) Id() ConnectRequestPathSelectorCloseId
- func (s ConnectRequestPathSelectorClose) WithArrayOfValues(values []*Close) *ConnectRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequestPathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
- func (s ConnectRequestPathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
- func (ConnectRequestPathSelectorClose) WithSubPath(subPath Close_FieldPath) *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *ConnectRequest_FieldSubPathValue
- func (s ConnectRequestPathSelectorClose) WithValue(value *Close) *ConnectRequest_FieldTerminalPathValue
- type ConnectRequestPathSelectorCloseId
- func (ConnectRequestPathSelectorCloseId) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorCloseId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorCloseId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorData
- func (ConnectRequestPathSelectorData) AckRequired() ConnectRequestPathSelectorDataAckRequired
- func (ConnectRequestPathSelectorData) Bytes() ConnectRequestPathSelectorDataBytes
- func (ConnectRequestPathSelectorData) FieldPath() *ConnectRequest_FieldTerminalPath
- func (ConnectRequestPathSelectorData) Id() ConnectRequestPathSelectorDataId
- func (s ConnectRequestPathSelectorData) WithArrayOfValues(values []*Data) *ConnectRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequestPathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
- func (s ConnectRequestPathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
- func (ConnectRequestPathSelectorData) WithSubPath(subPath Data_FieldPath) *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *ConnectRequest_FieldSubPathValue
- func (s ConnectRequestPathSelectorData) WithValue(value *Data) *ConnectRequest_FieldTerminalPathValue
- type ConnectRequestPathSelectorDataAckRequired
- func (ConnectRequestPathSelectorDataAckRequired) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorDataAckRequired) WithArrayOfValues(values []bool) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorDataAckRequired) WithValue(value bool) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorDataBytes
- func (ConnectRequestPathSelectorDataBytes) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorDataBytes) WithArrayOfValues(values [][]byte) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorDataBytes) WithValue(value []byte) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorDataId
- type ConnectRequestPathSelectorError
- func (ConnectRequestPathSelectorError) FieldPath() *ConnectRequest_FieldTerminalPath
- func (ConnectRequestPathSelectorError) Id() ConnectRequestPathSelectorErrorId
- func (ConnectRequestPathSelectorError) Message() ConnectRequestPathSelectorErrorMessage
- func (s ConnectRequestPathSelectorError) WithArrayOfValues(values []*Error) *ConnectRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequestPathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
- func (s ConnectRequestPathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
- func (ConnectRequestPathSelectorError) WithSubPath(subPath Error_FieldPath) *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *ConnectRequest_FieldSubPathValue
- func (s ConnectRequestPathSelectorError) WithValue(value *Error) *ConnectRequest_FieldTerminalPathValue
- type ConnectRequestPathSelectorErrorId
- func (ConnectRequestPathSelectorErrorId) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorErrorId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorErrorId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorErrorMessage
- func (ConnectRequestPathSelectorErrorMessage) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorErrorMessage) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorErrorMessage) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorOpenRequest
- func (ConnectRequestPathSelectorOpenRequest) Arg() ConnectRequestPathSelectorOpenRequestArg
- func (ConnectRequestPathSelectorOpenRequest) FieldPath() *ConnectRequest_FieldTerminalPath
- func (ConnectRequestPathSelectorOpenRequest) Name() ConnectRequestPathSelectorOpenRequestName
- func (ConnectRequestPathSelectorOpenRequest) Project() ConnectRequestPathSelectorOpenRequestProject
- func (ConnectRequestPathSelectorOpenRequest) ProviderName() ConnectRequestPathSelectorOpenRequestProviderName
- func (ConnectRequestPathSelectorOpenRequest) RegionId() ConnectRequestPathSelectorOpenRequestRegionId
- func (ConnectRequestPathSelectorOpenRequest) Service() ConnectRequestPathSelectorOpenRequestService
- func (s ConnectRequestPathSelectorOpenRequest) WithArrayOfValues(values []*ConnectRequest_OpenRequest) *ConnectRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequestPathSelectorOpenRequest) WithSubArrayItemValue(subPathArrayItemValue ConnectRequestOpenRequest_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
- func (s ConnectRequestPathSelectorOpenRequest) WithSubArrayOfValues(subPathArrayOfValues ConnectRequestOpenRequest_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
- func (ConnectRequestPathSelectorOpenRequest) WithSubPath(subPath ConnectRequestOpenRequest_FieldPath) *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorOpenRequest) WithSubValue(subPathValue ConnectRequestOpenRequest_FieldPathValue) *ConnectRequest_FieldSubPathValue
- func (s ConnectRequestPathSelectorOpenRequest) WithValue(value *ConnectRequest_OpenRequest) *ConnectRequest_FieldTerminalPathValue
- type ConnectRequestPathSelectorOpenRequestArg
- func (ConnectRequestPathSelectorOpenRequestArg) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorOpenRequestArg) WithArrayOfValues(values [][]byte) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorOpenRequestArg) WithValue(value []byte) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorOpenRequestName
- func (ConnectRequestPathSelectorOpenRequestName) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorOpenRequestName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorOpenRequestName) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorOpenRequestProject
- func (ConnectRequestPathSelectorOpenRequestProject) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorOpenRequestProject) WithArrayOfValues(values []*project.Reference) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorOpenRequestProject) WithValue(value *project.Reference) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorOpenRequestProviderName
- func (ConnectRequestPathSelectorOpenRequestProviderName) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorOpenRequestProviderName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorOpenRequestProviderName) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorOpenRequestRegionId
- func (ConnectRequestPathSelectorOpenRequestRegionId) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorOpenRequestRegionId) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorOpenRequestRegionId) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorOpenRequestService
- func (ConnectRequestPathSelectorOpenRequestService) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorOpenRequestService) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorOpenRequestService) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorPing
- func (ConnectRequestPathSelectorPing) FieldPath() *ConnectRequest_FieldTerminalPath
- func (s ConnectRequestPathSelectorPing) WithArrayOfValues(values []*Ping) *ConnectRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequestPathSelectorPing) WithSubArrayItemValue(subPathArrayItemValue Ping_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
- func (s ConnectRequestPathSelectorPing) WithSubArrayOfValues(subPathArrayOfValues Ping_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
- func (ConnectRequestPathSelectorPing) WithSubPath(subPath Ping_FieldPath) *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorPing) WithSubValue(subPathValue Ping_FieldPathValue) *ConnectRequest_FieldSubPathValue
- func (s ConnectRequestPathSelectorPing) WithValue(value *Ping) *ConnectRequest_FieldTerminalPathValue
- type ConnectRequestPathSelectorResumeRequest
- func (ConnectRequestPathSelectorResumeRequest) ChannelId() ConnectRequestPathSelectorResumeRequestChannelId
- func (ConnectRequestPathSelectorResumeRequest) FieldPath() *ConnectRequest_FieldTerminalPath
- func (ConnectRequestPathSelectorResumeRequest) LastMessageId() ConnectRequestPathSelectorResumeRequestLastMessageId
- func (ConnectRequestPathSelectorResumeRequest) Name() ConnectRequestPathSelectorResumeRequestName
- func (ConnectRequestPathSelectorResumeRequest) Project() ConnectRequestPathSelectorResumeRequestProject
- func (ConnectRequestPathSelectorResumeRequest) ProviderName() ConnectRequestPathSelectorResumeRequestProviderName
- func (ConnectRequestPathSelectorResumeRequest) RegionId() ConnectRequestPathSelectorResumeRequestRegionId
- func (ConnectRequestPathSelectorResumeRequest) SessionId() ConnectRequestPathSelectorResumeRequestSessionId
- func (s ConnectRequestPathSelectorResumeRequest) WithArrayOfValues(values []*ConnectRequest_ResumeRequest) *ConnectRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequest) WithSubArrayItemValue(subPathArrayItemValue ConnectRequestResumeRequest_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
- func (s ConnectRequestPathSelectorResumeRequest) WithSubArrayOfValues(subPathArrayOfValues ConnectRequestResumeRequest_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
- func (ConnectRequestPathSelectorResumeRequest) WithSubPath(subPath ConnectRequestResumeRequest_FieldPath) *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequest) WithSubValue(subPathValue ConnectRequestResumeRequest_FieldPathValue) *ConnectRequest_FieldSubPathValue
- func (s ConnectRequestPathSelectorResumeRequest) WithValue(value *ConnectRequest_ResumeRequest) *ConnectRequest_FieldTerminalPathValue
- type ConnectRequestPathSelectorResumeRequestChannelId
- func (ConnectRequestPathSelectorResumeRequestChannelId) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequestChannelId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequestChannelId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorResumeRequestLastMessageId
- func (ConnectRequestPathSelectorResumeRequestLastMessageId) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequestLastMessageId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequestLastMessageId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorResumeRequestName
- func (ConnectRequestPathSelectorResumeRequestName) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequestName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequestName) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorResumeRequestProject
- func (ConnectRequestPathSelectorResumeRequestProject) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequestProject) WithArrayOfValues(values []*project.Reference) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequestProject) WithValue(value *project.Reference) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorResumeRequestProviderName
- func (ConnectRequestPathSelectorResumeRequestProviderName) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequestProviderName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequestProviderName) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorResumeRequestRegionId
- func (ConnectRequestPathSelectorResumeRequestRegionId) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequestRegionId) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequestRegionId) WithValue(value string) *ConnectRequest_FieldSubPathValue
- type ConnectRequestPathSelectorResumeRequestSessionId
- func (ConnectRequestPathSelectorResumeRequestSessionId) FieldPath() *ConnectRequest_FieldSubPath
- func (s ConnectRequestPathSelectorResumeRequestSessionId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
- func (s ConnectRequestPathSelectorResumeRequestSessionId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
- type ConnectRequestResumeRequestFieldPathBuilder
- func (ConnectRequestResumeRequestFieldPathBuilder) ChannelId() ConnectRequest_ResumeRequestPathSelectorChannelId
- func (ConnectRequestResumeRequestFieldPathBuilder) LastMessageId() ConnectRequest_ResumeRequestPathSelectorLastMessageId
- func (ConnectRequestResumeRequestFieldPathBuilder) Name() ConnectRequest_ResumeRequestPathSelectorName
- func (ConnectRequestResumeRequestFieldPathBuilder) Project() ConnectRequest_ResumeRequestPathSelectorProject
- func (ConnectRequestResumeRequestFieldPathBuilder) ProviderName() ConnectRequest_ResumeRequestPathSelectorProviderName
- func (ConnectRequestResumeRequestFieldPathBuilder) RegionId() ConnectRequest_ResumeRequestPathSelectorRegionId
- func (ConnectRequestResumeRequestFieldPathBuilder) SessionId() ConnectRequest_ResumeRequestPathSelectorSessionId
- type ConnectRequestResumeRequest_FieldPath
- func BuildConnectRequestResumeRequest_FieldPath(fp gotenobject.RawFieldPath) (ConnectRequestResumeRequest_FieldPath, error)
- func MustParseConnectRequestResumeRequest_FieldPath(rawField string) ConnectRequestResumeRequest_FieldPath
- func ParseConnectRequestResumeRequest_FieldPath(rawField string) (ConnectRequestResumeRequest_FieldPath, error)
- type ConnectRequestResumeRequest_FieldPathArrayItemValue
- type ConnectRequestResumeRequest_FieldPathArrayOfValues
- type ConnectRequestResumeRequest_FieldPathSelector
- type ConnectRequestResumeRequest_FieldPathValue
- type ConnectRequestResumeRequest_FieldTerminalPath
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) ClearValue(item *ConnectRequest_ResumeRequest)
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) Get(source *ConnectRequest_ResumeRequest) (values []interface{})
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetSingle(source *ConnectRequest_ResumeRequest) (interface{}, bool)
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) JSONString() string
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) Selector() ConnectRequestResumeRequest_FieldPathSelector
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) String() string
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectRequestResumeRequest_FieldPathArrayItemValue
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectRequestResumeRequest_FieldPathArrayOfValues
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithIValue(value interface{}) ConnectRequestResumeRequest_FieldPathValue
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectRequest_ResumeRequest) bool
- func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectRequest_ResumeRequest) (interface{}, bool)
- func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProviderNameArrayOfValues() ([]string, bool)
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConnectRequestResumeRequest_FieldTerminalPathValue
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsProviderNameValue() (string, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) CompareWith(source *ConnectRequest_ResumeRequest) (int, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) SetTo(target **ConnectRequest_ResumeRequest)
- func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectRequest_Ack
- type ConnectRequest_Close
- type ConnectRequest_Data
- type ConnectRequest_Error
- type ConnectRequest_FieldMask
- func (fieldMask *ConnectRequest_FieldMask) AppendPath(path ConnectRequest_FieldPath)
- func (fieldMask *ConnectRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConnectRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConnectRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConnectRequest_FieldMask) FilterInputFields() *ConnectRequest_FieldMask
- func (fieldMask *ConnectRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConnectRequest_FieldMask) GetPaths() []ConnectRequest_FieldPath
- func (fieldMask *ConnectRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConnectRequest_FieldMask) IsFull() bool
- func (fieldMask ConnectRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConnectRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConnectRequest_FieldMask) PathsCount() int
- func (fieldMask *ConnectRequest_FieldMask) Project(source *ConnectRequest) *ConnectRequest
- func (fieldMask *ConnectRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConnectRequest_FieldMask) ProtoMessage()
- func (fieldMask *ConnectRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConnectRequest_FieldMask) Reset()
- func (fieldMask *ConnectRequest_FieldMask) Set(target, source *ConnectRequest)
- func (fieldMask *ConnectRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConnectRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConnectRequest_FieldMask) Size() int
- func (fieldMask *ConnectRequest_FieldMask) String() string
- func (fieldMask *ConnectRequest_FieldMask) Subtract(other *ConnectRequest_FieldMask) *ConnectRequest_FieldMask
- func (fieldMask *ConnectRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConnectRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConnectRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConnectRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ConnectRequest_FieldPath
- type ConnectRequest_FieldPathArrayItemValue
- type ConnectRequest_FieldPathArrayOfValues
- type ConnectRequest_FieldPathSelector
- type ConnectRequest_FieldPathValue
- type ConnectRequest_FieldSubPath
- func (fps *ConnectRequest_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
- func (fps *ConnectRequest_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
- func (fps *ConnectRequest_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
- func (fps *ConnectRequest_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
- func (fps *ConnectRequest_FieldSubPath) AsOpenRequestSubPath() (ConnectRequestOpenRequest_FieldPath, bool)
- func (fps *ConnectRequest_FieldSubPath) AsPingSubPath() (Ping_FieldPath, bool)
- func (fps *ConnectRequest_FieldSubPath) AsResumeRequestSubPath() (ConnectRequestResumeRequest_FieldPath, bool)
- func (fps *ConnectRequest_FieldSubPath) ClearValue(item *ConnectRequest)
- func (fps *ConnectRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ConnectRequest_FieldSubPath) Get(source *ConnectRequest) (values []interface{})
- func (fps *ConnectRequest_FieldSubPath) GetDefault() interface{}
- func (fps *ConnectRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ConnectRequest_FieldSubPath) GetSingle(source *ConnectRequest) (interface{}, bool)
- func (fps *ConnectRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ConnectRequest_FieldSubPath) IsLeaf() bool
- func (fps *ConnectRequest_FieldSubPath) JSONString() string
- func (fps *ConnectRequest_FieldSubPath) Selector() ConnectRequest_FieldPathSelector
- func (fps *ConnectRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ConnectRequest_FieldSubPath) String() string
- func (fps *ConnectRequest_FieldSubPath) WithIArrayItemValue(value interface{}) ConnectRequest_FieldPathArrayItemValue
- func (fps *ConnectRequest_FieldSubPath) WithIArrayOfValues(values interface{}) ConnectRequest_FieldPathArrayOfValues
- func (fps *ConnectRequest_FieldSubPath) WithIValue(value interface{}) ConnectRequest_FieldPathValue
- func (fps *ConnectRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ConnectRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ConnectRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectRequest_FieldSubPathArrayItemValue
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue() (ConnectRequestOpenRequest_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsPingPathItemValue() (Ping_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue() (ConnectRequestResumeRequest_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) ContainsValue(source *ConnectRequest) bool
- func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ConnectRequest_FieldSubPathArrayOfValues
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues() (ConnectRequestOpenRequest_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues() (Ping_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues() (ConnectRequestResumeRequest_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ConnectRequest_FieldSubPathValue
- func (fpvs *ConnectRequest_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) AsOpenRequestPathValue() (ConnectRequestOpenRequest_FieldPathValue, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) AsPingPathValue() (Ping_FieldPathValue, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) AsResumeRequestPathValue() (ConnectRequestResumeRequest_FieldPathValue, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) CompareWith(source *ConnectRequest) (int, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ConnectRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ConnectRequest_FieldSubPathValue) SetTo(target **ConnectRequest)
- func (fpvs *ConnectRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type ConnectRequest_FieldTerminalPath
- func (fp *ConnectRequest_FieldTerminalPath) ClearValue(item *ConnectRequest)
- func (fp *ConnectRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConnectRequest_FieldTerminalPath) Get(source *ConnectRequest) (values []interface{})
- func (fp *ConnectRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConnectRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConnectRequest_FieldTerminalPath) GetSingle(source *ConnectRequest) (interface{}, bool)
- func (fp *ConnectRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConnectRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ConnectRequest_FieldTerminalPath) JSONString() string
- func (fp *ConnectRequest_FieldTerminalPath) Selector() ConnectRequest_FieldPathSelector
- func (fp *ConnectRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ConnectRequest_FieldTerminalPath) String() string
- func (fp *ConnectRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectRequest_FieldPathArrayItemValue
- func (fp *ConnectRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectRequest_FieldPathArrayOfValues
- func (fp *ConnectRequest_FieldTerminalPath) WithIValue(value interface{}) ConnectRequest_FieldPathValue
- func (fp *ConnectRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConnectRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConnectRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectRequest) bool
- func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectRequest) (interface{}, bool)
- func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConnectRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues() ([]*ConnectRequest_OpenRequest, bool)
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues() ([]*Ping, bool)
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues() ([]*ConnectRequest_ResumeRequest, bool)
- func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConnectRequest_FieldTerminalPathValue
- func (fpv *ConnectRequest_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) AsDataValue() (*Data, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) AsOpenRequestValue() (*ConnectRequest_OpenRequest, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) AsPingValue() (*Ping, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) AsResumeRequestValue() (*ConnectRequest_ResumeRequest, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) CompareWith(source *ConnectRequest) (int, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConnectRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConnectRequest_FieldTerminalPathValue) SetTo(target **ConnectRequest)
- func (fpv *ConnectRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectRequest_OpenRequest
- func (o *ConnectRequest_OpenRequest) Clone() *ConnectRequest_OpenRequest
- func (o *ConnectRequest_OpenRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ConnectRequest_OpenRequest) Descriptor() ([]byte, []int)
- func (m *ConnectRequest_OpenRequest) GetArg() []byte
- func (m *ConnectRequest_OpenRequest) GetName() string
- func (m *ConnectRequest_OpenRequest) GetProject() *project.Reference
- func (m *ConnectRequest_OpenRequest) GetProviderName() string
- func (m *ConnectRequest_OpenRequest) GetRegionId() string
- func (m *ConnectRequest_OpenRequest) GetService() string
- func (*ConnectRequest_OpenRequest) GotenMessage()
- func (o *ConnectRequest_OpenRequest) GotenObjectExt()
- func (obj *ConnectRequest_OpenRequest) GotenValidate() error
- func (o *ConnectRequest_OpenRequest) MakeDiffFieldMask(other *ConnectRequest_OpenRequest) *ConnectRequest_OpenRequest_FieldMask
- func (o *ConnectRequest_OpenRequest) MakeFullFieldMask() *ConnectRequest_OpenRequest_FieldMask
- func (o *ConnectRequest_OpenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConnectRequest_OpenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConnectRequest_OpenRequest) Marshal() ([]byte, error)
- func (m *ConnectRequest_OpenRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectRequest_OpenRequest) Merge(source *ConnectRequest_OpenRequest)
- func (o *ConnectRequest_OpenRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConnectRequest_OpenRequest) ProtoMessage()
- func (m *ConnectRequest_OpenRequest) ProtoReflect() preflect.Message
- func (m *ConnectRequest_OpenRequest) Reset()
- func (m *ConnectRequest_OpenRequest) SetArg(fv []byte)
- func (m *ConnectRequest_OpenRequest) SetName(fv string)
- func (m *ConnectRequest_OpenRequest) SetProject(fv *project.Reference)
- func (m *ConnectRequest_OpenRequest) SetProviderName(fv string)
- func (m *ConnectRequest_OpenRequest) SetRegionId(fv string)
- func (m *ConnectRequest_OpenRequest) SetService(fv string)
- func (m *ConnectRequest_OpenRequest) String() string
- func (m *ConnectRequest_OpenRequest) Unmarshal(b []byte) error
- func (m *ConnectRequest_OpenRequest) UnmarshalJSON(data []byte) error
- type ConnectRequest_OpenRequestPathSelectorArg
- func (ConnectRequest_OpenRequestPathSelectorArg) FieldPath() *ConnectRequestOpenRequest_FieldTerminalPath
- func (s ConnectRequest_OpenRequestPathSelectorArg) WithArrayOfValues(values [][]byte) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_OpenRequestPathSelectorArg) WithValue(value []byte) *ConnectRequestOpenRequest_FieldTerminalPathValue
- type ConnectRequest_OpenRequestPathSelectorName
- func (ConnectRequest_OpenRequestPathSelectorName) FieldPath() *ConnectRequestOpenRequest_FieldTerminalPath
- func (s ConnectRequest_OpenRequestPathSelectorName) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_OpenRequestPathSelectorName) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
- type ConnectRequest_OpenRequestPathSelectorProject
- func (ConnectRequest_OpenRequestPathSelectorProject) FieldPath() *ConnectRequestOpenRequest_FieldTerminalPath
- func (s ConnectRequest_OpenRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_OpenRequestPathSelectorProject) WithValue(value *project.Reference) *ConnectRequestOpenRequest_FieldTerminalPathValue
- type ConnectRequest_OpenRequestPathSelectorProviderName
- func (ConnectRequest_OpenRequestPathSelectorProviderName) FieldPath() *ConnectRequestOpenRequest_FieldTerminalPath
- func (s ConnectRequest_OpenRequestPathSelectorProviderName) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_OpenRequestPathSelectorProviderName) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
- type ConnectRequest_OpenRequestPathSelectorRegionId
- func (ConnectRequest_OpenRequestPathSelectorRegionId) FieldPath() *ConnectRequestOpenRequest_FieldTerminalPath
- func (s ConnectRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_OpenRequestPathSelectorRegionId) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
- type ConnectRequest_OpenRequestPathSelectorService
- func (ConnectRequest_OpenRequestPathSelectorService) FieldPath() *ConnectRequestOpenRequest_FieldTerminalPath
- func (s ConnectRequest_OpenRequestPathSelectorService) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_OpenRequestPathSelectorService) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
- type ConnectRequest_OpenRequest_
- type ConnectRequest_OpenRequest_FieldMask
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) AppendPath(path ConnectRequestOpenRequest_FieldPath)
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) FilterInputFields() *ConnectRequest_OpenRequest_FieldMask
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) GetPaths() []ConnectRequestOpenRequest_FieldPath
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) IsFull() bool
- func (fieldMask ConnectRequest_OpenRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConnectRequest_OpenRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) PathsCount() int
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Project(source *ConnectRequest_OpenRequest) *ConnectRequest_OpenRequest
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ProtoMessage()
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Reset()
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Set(target, source *ConnectRequest_OpenRequest)
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Size() int
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) String() string
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Subtract(other *ConnectRequest_OpenRequest_FieldMask) *ConnectRequest_OpenRequest_FieldMask
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConnectRequest_OpenRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ConnectRequest_Ping
- type ConnectRequest_ResumeRequest
- func (o *ConnectRequest_ResumeRequest) Clone() *ConnectRequest_ResumeRequest
- func (o *ConnectRequest_ResumeRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ConnectRequest_ResumeRequest) Descriptor() ([]byte, []int)
- func (m *ConnectRequest_ResumeRequest) GetChannelId() uint64
- func (m *ConnectRequest_ResumeRequest) GetLastMessageId() uint64
- func (m *ConnectRequest_ResumeRequest) GetName() string
- func (m *ConnectRequest_ResumeRequest) GetProject() *project.Reference
- func (m *ConnectRequest_ResumeRequest) GetProviderName() string
- func (m *ConnectRequest_ResumeRequest) GetRegionId() string
- func (m *ConnectRequest_ResumeRequest) GetSessionId() uint64
- func (*ConnectRequest_ResumeRequest) GotenMessage()
- func (o *ConnectRequest_ResumeRequest) GotenObjectExt()
- func (obj *ConnectRequest_ResumeRequest) GotenValidate() error
- func (o *ConnectRequest_ResumeRequest) MakeDiffFieldMask(other *ConnectRequest_ResumeRequest) *ConnectRequest_ResumeRequest_FieldMask
- func (o *ConnectRequest_ResumeRequest) MakeFullFieldMask() *ConnectRequest_ResumeRequest_FieldMask
- func (o *ConnectRequest_ResumeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConnectRequest_ResumeRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConnectRequest_ResumeRequest) Marshal() ([]byte, error)
- func (m *ConnectRequest_ResumeRequest) MarshalJSON() ([]byte, error)
- func (o *ConnectRequest_ResumeRequest) Merge(source *ConnectRequest_ResumeRequest)
- func (o *ConnectRequest_ResumeRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConnectRequest_ResumeRequest) ProtoMessage()
- func (m *ConnectRequest_ResumeRequest) ProtoReflect() preflect.Message
- func (m *ConnectRequest_ResumeRequest) Reset()
- func (m *ConnectRequest_ResumeRequest) SetChannelId(fv uint64)
- func (m *ConnectRequest_ResumeRequest) SetLastMessageId(fv uint64)
- func (m *ConnectRequest_ResumeRequest) SetName(fv string)
- func (m *ConnectRequest_ResumeRequest) SetProject(fv *project.Reference)
- func (m *ConnectRequest_ResumeRequest) SetProviderName(fv string)
- func (m *ConnectRequest_ResumeRequest) SetRegionId(fv string)
- func (m *ConnectRequest_ResumeRequest) SetSessionId(fv uint64)
- func (m *ConnectRequest_ResumeRequest) String() string
- func (m *ConnectRequest_ResumeRequest) Unmarshal(b []byte) error
- func (m *ConnectRequest_ResumeRequest) UnmarshalJSON(data []byte) error
- type ConnectRequest_ResumeRequestPathSelectorChannelId
- func (ConnectRequest_ResumeRequestPathSelectorChannelId) FieldPath() *ConnectRequestResumeRequest_FieldTerminalPath
- func (s ConnectRequest_ResumeRequestPathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_ResumeRequestPathSelectorChannelId) WithValue(value uint64) *ConnectRequestResumeRequest_FieldTerminalPathValue
- type ConnectRequest_ResumeRequestPathSelectorLastMessageId
- func (ConnectRequest_ResumeRequestPathSelectorLastMessageId) FieldPath() *ConnectRequestResumeRequest_FieldTerminalPath
- func (s ConnectRequest_ResumeRequestPathSelectorLastMessageId) WithArrayOfValues(values []uint64) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_ResumeRequestPathSelectorLastMessageId) WithValue(value uint64) *ConnectRequestResumeRequest_FieldTerminalPathValue
- type ConnectRequest_ResumeRequestPathSelectorName
- func (ConnectRequest_ResumeRequestPathSelectorName) FieldPath() *ConnectRequestResumeRequest_FieldTerminalPath
- func (s ConnectRequest_ResumeRequestPathSelectorName) WithArrayOfValues(values []string) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_ResumeRequestPathSelectorName) WithValue(value string) *ConnectRequestResumeRequest_FieldTerminalPathValue
- type ConnectRequest_ResumeRequestPathSelectorProject
- func (ConnectRequest_ResumeRequestPathSelectorProject) FieldPath() *ConnectRequestResumeRequest_FieldTerminalPath
- func (s ConnectRequest_ResumeRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_ResumeRequestPathSelectorProject) WithValue(value *project.Reference) *ConnectRequestResumeRequest_FieldTerminalPathValue
- type ConnectRequest_ResumeRequestPathSelectorProviderName
- func (ConnectRequest_ResumeRequestPathSelectorProviderName) FieldPath() *ConnectRequestResumeRequest_FieldTerminalPath
- func (s ConnectRequest_ResumeRequestPathSelectorProviderName) WithArrayOfValues(values []string) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_ResumeRequestPathSelectorProviderName) WithValue(value string) *ConnectRequestResumeRequest_FieldTerminalPathValue
- type ConnectRequest_ResumeRequestPathSelectorRegionId
- func (ConnectRequest_ResumeRequestPathSelectorRegionId) FieldPath() *ConnectRequestResumeRequest_FieldTerminalPath
- func (s ConnectRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_ResumeRequestPathSelectorRegionId) WithValue(value string) *ConnectRequestResumeRequest_FieldTerminalPathValue
- type ConnectRequest_ResumeRequestPathSelectorSessionId
- func (ConnectRequest_ResumeRequestPathSelectorSessionId) FieldPath() *ConnectRequestResumeRequest_FieldTerminalPath
- func (s ConnectRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ConnectRequest_ResumeRequestPathSelectorSessionId) WithValue(value uint64) *ConnectRequestResumeRequest_FieldTerminalPathValue
- type ConnectRequest_ResumeRequest_
- type ConnectRequest_ResumeRequest_FieldMask
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) AppendPath(path ConnectRequestResumeRequest_FieldPath)
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) FilterInputFields() *ConnectRequest_ResumeRequest_FieldMask
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) GetPaths() []ConnectRequestResumeRequest_FieldPath
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) IsFull() bool
- func (fieldMask ConnectRequest_ResumeRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConnectRequest_ResumeRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) PathsCount() int
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Project(source *ConnectRequest_ResumeRequest) *ConnectRequest_ResumeRequest
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ProtoMessage()
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Reset()
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Set(target, source *ConnectRequest_ResumeRequest)
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Size() int
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) String() string
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Subtract(other *ConnectRequest_ResumeRequest_FieldMask) *ConnectRequest_ResumeRequest_FieldMask
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ConnectResponse
- func (o *ConnectResponse) Clone() *ConnectResponse
- func (o *ConnectResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ConnectResponse) Descriptor() ([]byte, []int)
- func (m *ConnectResponse) GetAck() *Ack
- func (m *ConnectResponse) GetChannelOpenError() *ConnectResponse_ChannelOpenError
- func (m *ConnectResponse) GetClose() *Close
- func (m *ConnectResponse) GetData() *Data
- func (m *ConnectResponse) GetError() *Error
- func (m *ConnectResponse) GetMessage() isConnectResponse_Message
- func (m *ConnectResponse) GetOpenResponse() *ConnectResponse_OpenResponse
- func (m *ConnectResponse) GetResumeResponse() *ConnectResponse_ResumeResponse
- func (*ConnectResponse) GotenMessage()
- func (o *ConnectResponse) GotenObjectExt()
- func (obj *ConnectResponse) GotenValidate() error
- func (o *ConnectResponse) MakeDiffFieldMask(other *ConnectResponse) *ConnectResponse_FieldMask
- func (o *ConnectResponse) MakeFullFieldMask() *ConnectResponse_FieldMask
- func (o *ConnectResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConnectResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConnectResponse) Marshal() ([]byte, error)
- func (m *ConnectResponse) MarshalJSON() ([]byte, error)
- func (o *ConnectResponse) Merge(source *ConnectResponse)
- func (o *ConnectResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConnectResponse) ProtoMessage()
- func (m *ConnectResponse) ProtoReflect() preflect.Message
- func (m *ConnectResponse) Reset()
- func (m *ConnectResponse) SetAck(fv *Ack)
- func (m *ConnectResponse) SetChannelOpenError(fv *ConnectResponse_ChannelOpenError)
- func (m *ConnectResponse) SetClose(fv *Close)
- func (m *ConnectResponse) SetData(fv *Data)
- func (m *ConnectResponse) SetError(fv *Error)
- func (m *ConnectResponse) SetMessage(ofv isConnectResponse_Message)
- func (m *ConnectResponse) SetOpenResponse(fv *ConnectResponse_OpenResponse)
- func (m *ConnectResponse) SetResumeResponse(fv *ConnectResponse_ResumeResponse)
- func (m *ConnectResponse) String() string
- func (m *ConnectResponse) Unmarshal(b []byte) error
- func (m *ConnectResponse) UnmarshalJSON(data []byte) error
- type ConnectResponseChannelOpenErrorFieldPathBuilder
- type ConnectResponseChannelOpenError_FieldPath
- func BuildConnectResponseChannelOpenError_FieldPath(fp gotenobject.RawFieldPath) (ConnectResponseChannelOpenError_FieldPath, error)
- func MustParseConnectResponseChannelOpenError_FieldPath(rawField string) ConnectResponseChannelOpenError_FieldPath
- func ParseConnectResponseChannelOpenError_FieldPath(rawField string) (ConnectResponseChannelOpenError_FieldPath, error)
- type ConnectResponseChannelOpenError_FieldPathArrayItemValue
- func MustParseConnectResponseChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) ConnectResponseChannelOpenError_FieldPathArrayItemValue
- func ParseConnectResponseChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectResponseChannelOpenError_FieldPathArrayItemValue, error)
- type ConnectResponseChannelOpenError_FieldPathArrayOfValues
- func MustParseConnectResponseChannelOpenError_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectResponseChannelOpenError_FieldPathArrayOfValues
- func ParseConnectResponseChannelOpenError_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectResponseChannelOpenError_FieldPathArrayOfValues, error)
- type ConnectResponseChannelOpenError_FieldPathSelector
- type ConnectResponseChannelOpenError_FieldPathValue
- type ConnectResponseChannelOpenError_FieldTerminalPath
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) ClearValue(item *ConnectResponse_ChannelOpenError)
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) Get(source *ConnectResponse_ChannelOpenError) (values []interface{})
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetSingle(source *ConnectResponse_ChannelOpenError) (interface{}, bool)
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) IsLeaf() bool
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) JSONString() string
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) Selector() ConnectResponseChannelOpenError_FieldPathSelector
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) String() string
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponseChannelOpenError_FieldPathArrayItemValue
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponseChannelOpenError_FieldPathArrayOfValues
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithIValue(value interface{}) ConnectResponseChannelOpenError_FieldPathValue
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue
- func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse_ChannelOpenError) bool
- func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse_ChannelOpenError) (interface{}, bool)
- func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues
- func (fpaov *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
- func (fpaov *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConnectResponseChannelOpenError_FieldTerminalPathValue
- func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) AsMessageValue() (string, bool)
- func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) CompareWith(source *ConnectResponse_ChannelOpenError) (int, bool)
- func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) SetTo(target **ConnectResponse_ChannelOpenError)
- func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectResponseFieldPathBuilder
- func (ConnectResponseFieldPathBuilder) Ack() ConnectResponsePathSelectorAck
- func (ConnectResponseFieldPathBuilder) ChannelOpenError() ConnectResponsePathSelectorChannelOpenError
- func (ConnectResponseFieldPathBuilder) Close() ConnectResponsePathSelectorClose
- func (ConnectResponseFieldPathBuilder) Data() ConnectResponsePathSelectorData
- func (ConnectResponseFieldPathBuilder) Error() ConnectResponsePathSelectorError
- func (ConnectResponseFieldPathBuilder) OpenResponse() ConnectResponsePathSelectorOpenResponse
- func (ConnectResponseFieldPathBuilder) ResumeResponse() ConnectResponsePathSelectorResumeResponse
- type ConnectResponseOpenResponseFieldPathBuilder
- type ConnectResponseOpenResponse_FieldPath
- func BuildConnectResponseOpenResponse_FieldPath(fp gotenobject.RawFieldPath) (ConnectResponseOpenResponse_FieldPath, error)
- func MustParseConnectResponseOpenResponse_FieldPath(rawField string) ConnectResponseOpenResponse_FieldPath
- func ParseConnectResponseOpenResponse_FieldPath(rawField string) (ConnectResponseOpenResponse_FieldPath, error)
- type ConnectResponseOpenResponse_FieldPathArrayItemValue
- type ConnectResponseOpenResponse_FieldPathArrayOfValues
- type ConnectResponseOpenResponse_FieldPathSelector
- type ConnectResponseOpenResponse_FieldPathValue
- type ConnectResponseOpenResponse_FieldTerminalPath
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) ClearValue(item *ConnectResponse_OpenResponse)
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) Get(source *ConnectResponse_OpenResponse) (values []interface{})
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetSingle(source *ConnectResponse_OpenResponse) (interface{}, bool)
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) JSONString() string
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) Selector() ConnectResponseOpenResponse_FieldPathSelector
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) String() string
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponseOpenResponse_FieldPathArrayItemValue
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponseOpenResponse_FieldPathArrayOfValues
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithIValue(value interface{}) ConnectResponseOpenResponse_FieldPathValue
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse_OpenResponse) bool
- func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse_OpenResponse) (interface{}, bool)
- func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConnectResponseOpenResponse_FieldTerminalPathValue
- func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
- func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) CompareWith(source *ConnectResponse_OpenResponse) (int, bool)
- func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) SetTo(target **ConnectResponse_OpenResponse)
- func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectResponsePathSelectorAck
- func (ConnectResponsePathSelectorAck) FieldPath() *ConnectResponse_FieldTerminalPath
- func (ConnectResponsePathSelectorAck) Id() ConnectResponsePathSelectorAckId
- func (s ConnectResponsePathSelectorAck) WithArrayOfValues(values []*Ack) *ConnectResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponsePathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
- func (s ConnectResponsePathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
- func (ConnectResponsePathSelectorAck) WithSubPath(subPath Ack_FieldPath) *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *ConnectResponse_FieldSubPathValue
- func (s ConnectResponsePathSelectorAck) WithValue(value *Ack) *ConnectResponse_FieldTerminalPathValue
- type ConnectResponsePathSelectorAckId
- func (ConnectResponsePathSelectorAckId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorAckId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorAckId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorChannelOpenError
- func (ConnectResponsePathSelectorChannelOpenError) ChannelId() ConnectResponsePathSelectorChannelOpenErrorChannelId
- func (ConnectResponsePathSelectorChannelOpenError) FieldPath() *ConnectResponse_FieldTerminalPath
- func (ConnectResponsePathSelectorChannelOpenError) Message() ConnectResponsePathSelectorChannelOpenErrorMessage
- func (s ConnectResponsePathSelectorChannelOpenError) WithArrayOfValues(values []*ConnectResponse_ChannelOpenError) *ConnectResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponsePathSelectorChannelOpenError) WithSubArrayItemValue(subPathArrayItemValue ConnectResponseChannelOpenError_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
- func (s ConnectResponsePathSelectorChannelOpenError) WithSubArrayOfValues(subPathArrayOfValues ConnectResponseChannelOpenError_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
- func (ConnectResponsePathSelectorChannelOpenError) WithSubPath(subPath ConnectResponseChannelOpenError_FieldPath) *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorChannelOpenError) WithSubValue(subPathValue ConnectResponseChannelOpenError_FieldPathValue) *ConnectResponse_FieldSubPathValue
- func (s ConnectResponsePathSelectorChannelOpenError) WithValue(value *ConnectResponse_ChannelOpenError) *ConnectResponse_FieldTerminalPathValue
- type ConnectResponsePathSelectorChannelOpenErrorChannelId
- func (ConnectResponsePathSelectorChannelOpenErrorChannelId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorChannelOpenErrorChannelId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorChannelOpenErrorChannelId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorChannelOpenErrorMessage
- func (ConnectResponsePathSelectorChannelOpenErrorMessage) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorChannelOpenErrorMessage) WithArrayOfValues(values []string) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorChannelOpenErrorMessage) WithValue(value string) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorClose
- func (ConnectResponsePathSelectorClose) FieldPath() *ConnectResponse_FieldTerminalPath
- func (ConnectResponsePathSelectorClose) Id() ConnectResponsePathSelectorCloseId
- func (s ConnectResponsePathSelectorClose) WithArrayOfValues(values []*Close) *ConnectResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponsePathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
- func (s ConnectResponsePathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
- func (ConnectResponsePathSelectorClose) WithSubPath(subPath Close_FieldPath) *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *ConnectResponse_FieldSubPathValue
- func (s ConnectResponsePathSelectorClose) WithValue(value *Close) *ConnectResponse_FieldTerminalPathValue
- type ConnectResponsePathSelectorCloseId
- func (ConnectResponsePathSelectorCloseId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorCloseId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorCloseId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorData
- func (ConnectResponsePathSelectorData) AckRequired() ConnectResponsePathSelectorDataAckRequired
- func (ConnectResponsePathSelectorData) Bytes() ConnectResponsePathSelectorDataBytes
- func (ConnectResponsePathSelectorData) FieldPath() *ConnectResponse_FieldTerminalPath
- func (ConnectResponsePathSelectorData) Id() ConnectResponsePathSelectorDataId
- func (s ConnectResponsePathSelectorData) WithArrayOfValues(values []*Data) *ConnectResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponsePathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
- func (s ConnectResponsePathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
- func (ConnectResponsePathSelectorData) WithSubPath(subPath Data_FieldPath) *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *ConnectResponse_FieldSubPathValue
- func (s ConnectResponsePathSelectorData) WithValue(value *Data) *ConnectResponse_FieldTerminalPathValue
- type ConnectResponsePathSelectorDataAckRequired
- func (ConnectResponsePathSelectorDataAckRequired) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorDataAckRequired) WithArrayOfValues(values []bool) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorDataAckRequired) WithValue(value bool) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorDataBytes
- func (ConnectResponsePathSelectorDataBytes) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorDataBytes) WithArrayOfValues(values [][]byte) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorDataBytes) WithValue(value []byte) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorDataId
- func (ConnectResponsePathSelectorDataId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorDataId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorDataId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorError
- func (ConnectResponsePathSelectorError) FieldPath() *ConnectResponse_FieldTerminalPath
- func (ConnectResponsePathSelectorError) Id() ConnectResponsePathSelectorErrorId
- func (ConnectResponsePathSelectorError) Message() ConnectResponsePathSelectorErrorMessage
- func (s ConnectResponsePathSelectorError) WithArrayOfValues(values []*Error) *ConnectResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponsePathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
- func (s ConnectResponsePathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
- func (ConnectResponsePathSelectorError) WithSubPath(subPath Error_FieldPath) *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *ConnectResponse_FieldSubPathValue
- func (s ConnectResponsePathSelectorError) WithValue(value *Error) *ConnectResponse_FieldTerminalPathValue
- type ConnectResponsePathSelectorErrorId
- func (ConnectResponsePathSelectorErrorId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorErrorId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorErrorId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorErrorMessage
- func (ConnectResponsePathSelectorErrorMessage) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorErrorMessage) WithArrayOfValues(values []string) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorErrorMessage) WithValue(value string) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorOpenResponse
- func (ConnectResponsePathSelectorOpenResponse) ChannelId() ConnectResponsePathSelectorOpenResponseChannelId
- func (ConnectResponsePathSelectorOpenResponse) FieldPath() *ConnectResponse_FieldTerminalPath
- func (ConnectResponsePathSelectorOpenResponse) SessionId() ConnectResponsePathSelectorOpenResponseSessionId
- func (s ConnectResponsePathSelectorOpenResponse) WithArrayOfValues(values []*ConnectResponse_OpenResponse) *ConnectResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponsePathSelectorOpenResponse) WithSubArrayItemValue(subPathArrayItemValue ConnectResponseOpenResponse_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
- func (s ConnectResponsePathSelectorOpenResponse) WithSubArrayOfValues(subPathArrayOfValues ConnectResponseOpenResponse_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
- func (ConnectResponsePathSelectorOpenResponse) WithSubPath(subPath ConnectResponseOpenResponse_FieldPath) *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorOpenResponse) WithSubValue(subPathValue ConnectResponseOpenResponse_FieldPathValue) *ConnectResponse_FieldSubPathValue
- func (s ConnectResponsePathSelectorOpenResponse) WithValue(value *ConnectResponse_OpenResponse) *ConnectResponse_FieldTerminalPathValue
- type ConnectResponsePathSelectorOpenResponseChannelId
- func (ConnectResponsePathSelectorOpenResponseChannelId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorOpenResponseChannelId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorOpenResponseChannelId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorOpenResponseSessionId
- func (ConnectResponsePathSelectorOpenResponseSessionId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorOpenResponseSessionId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorOpenResponseSessionId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorResumeResponse
- func (ConnectResponsePathSelectorResumeResponse) ChannelId() ConnectResponsePathSelectorResumeResponseChannelId
- func (ConnectResponsePathSelectorResumeResponse) FieldPath() *ConnectResponse_FieldTerminalPath
- func (ConnectResponsePathSelectorResumeResponse) LastMessageId() ConnectResponsePathSelectorResumeResponseLastMessageId
- func (ConnectResponsePathSelectorResumeResponse) SessionId() ConnectResponsePathSelectorResumeResponseSessionId
- func (s ConnectResponsePathSelectorResumeResponse) WithArrayOfValues(values []*ConnectResponse_ResumeResponse) *ConnectResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponsePathSelectorResumeResponse) WithSubArrayItemValue(subPathArrayItemValue ConnectResponseResumeResponse_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
- func (s ConnectResponsePathSelectorResumeResponse) WithSubArrayOfValues(subPathArrayOfValues ConnectResponseResumeResponse_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
- func (ConnectResponsePathSelectorResumeResponse) WithSubPath(subPath ConnectResponseResumeResponse_FieldPath) *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorResumeResponse) WithSubValue(subPathValue ConnectResponseResumeResponse_FieldPathValue) *ConnectResponse_FieldSubPathValue
- func (s ConnectResponsePathSelectorResumeResponse) WithValue(value *ConnectResponse_ResumeResponse) *ConnectResponse_FieldTerminalPathValue
- type ConnectResponsePathSelectorResumeResponseChannelId
- func (ConnectResponsePathSelectorResumeResponseChannelId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorResumeResponseChannelId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorResumeResponseChannelId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorResumeResponseLastMessageId
- func (ConnectResponsePathSelectorResumeResponseLastMessageId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorResumeResponseLastMessageId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorResumeResponseLastMessageId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponsePathSelectorResumeResponseSessionId
- func (ConnectResponsePathSelectorResumeResponseSessionId) FieldPath() *ConnectResponse_FieldSubPath
- func (s ConnectResponsePathSelectorResumeResponseSessionId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
- func (s ConnectResponsePathSelectorResumeResponseSessionId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
- type ConnectResponseResumeResponseFieldPathBuilder
- func (ConnectResponseResumeResponseFieldPathBuilder) ChannelId() ConnectResponse_ResumeResponsePathSelectorChannelId
- func (ConnectResponseResumeResponseFieldPathBuilder) LastMessageId() ConnectResponse_ResumeResponsePathSelectorLastMessageId
- func (ConnectResponseResumeResponseFieldPathBuilder) SessionId() ConnectResponse_ResumeResponsePathSelectorSessionId
- type ConnectResponseResumeResponse_FieldPath
- func BuildConnectResponseResumeResponse_FieldPath(fp gotenobject.RawFieldPath) (ConnectResponseResumeResponse_FieldPath, error)
- func MustParseConnectResponseResumeResponse_FieldPath(rawField string) ConnectResponseResumeResponse_FieldPath
- func ParseConnectResponseResumeResponse_FieldPath(rawField string) (ConnectResponseResumeResponse_FieldPath, error)
- type ConnectResponseResumeResponse_FieldPathArrayItemValue
- func MustParseConnectResponseResumeResponse_FieldPathArrayItemValue(pathStr, valueStr string) ConnectResponseResumeResponse_FieldPathArrayItemValue
- func ParseConnectResponseResumeResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectResponseResumeResponse_FieldPathArrayItemValue, error)
- type ConnectResponseResumeResponse_FieldPathArrayOfValues
- type ConnectResponseResumeResponse_FieldPathSelector
- type ConnectResponseResumeResponse_FieldPathValue
- type ConnectResponseResumeResponse_FieldTerminalPath
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) ClearValue(item *ConnectResponse_ResumeResponse)
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) Get(source *ConnectResponse_ResumeResponse) (values []interface{})
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetSingle(source *ConnectResponse_ResumeResponse) (interface{}, bool)
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) JSONString() string
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) Selector() ConnectResponseResumeResponse_FieldPathSelector
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) String() string
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponseResumeResponse_FieldPathArrayItemValue
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponseResumeResponse_FieldPathArrayOfValues
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithIValue(value interface{}) ConnectResponseResumeResponse_FieldPathValue
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse_ResumeResponse) bool
- func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse_ResumeResponse) (interface{}, bool)
- func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConnectResponseResumeResponse_FieldTerminalPathValue
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) CompareWith(source *ConnectResponse_ResumeResponse) (int, bool)
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) SetTo(target **ConnectResponse_ResumeResponse)
- func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectResponse_Ack
- type ConnectResponse_ChannelOpenError
- func (o *ConnectResponse_ChannelOpenError) Clone() *ConnectResponse_ChannelOpenError
- func (o *ConnectResponse_ChannelOpenError) CloneRaw() gotenobject.GotenObjectExt
- func (*ConnectResponse_ChannelOpenError) Descriptor() ([]byte, []int)
- func (m *ConnectResponse_ChannelOpenError) GetChannelId() uint64
- func (m *ConnectResponse_ChannelOpenError) GetMessage() string
- func (*ConnectResponse_ChannelOpenError) GotenMessage()
- func (o *ConnectResponse_ChannelOpenError) GotenObjectExt()
- func (obj *ConnectResponse_ChannelOpenError) GotenValidate() error
- func (o *ConnectResponse_ChannelOpenError) MakeDiffFieldMask(other *ConnectResponse_ChannelOpenError) *ConnectResponse_ChannelOpenError_FieldMask
- func (o *ConnectResponse_ChannelOpenError) MakeFullFieldMask() *ConnectResponse_ChannelOpenError_FieldMask
- func (o *ConnectResponse_ChannelOpenError) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConnectResponse_ChannelOpenError) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConnectResponse_ChannelOpenError) Marshal() ([]byte, error)
- func (m *ConnectResponse_ChannelOpenError) MarshalJSON() ([]byte, error)
- func (o *ConnectResponse_ChannelOpenError) Merge(source *ConnectResponse_ChannelOpenError)
- func (o *ConnectResponse_ChannelOpenError) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConnectResponse_ChannelOpenError) ProtoMessage()
- func (m *ConnectResponse_ChannelOpenError) ProtoReflect() preflect.Message
- func (m *ConnectResponse_ChannelOpenError) Reset()
- func (m *ConnectResponse_ChannelOpenError) SetChannelId(fv uint64)
- func (m *ConnectResponse_ChannelOpenError) SetMessage(fv string)
- func (m *ConnectResponse_ChannelOpenError) String() string
- func (m *ConnectResponse_ChannelOpenError) Unmarshal(b []byte) error
- func (m *ConnectResponse_ChannelOpenError) UnmarshalJSON(data []byte) error
- type ConnectResponse_ChannelOpenErrorPathSelectorChannelId
- func (ConnectResponse_ChannelOpenErrorPathSelectorChannelId) FieldPath() *ConnectResponseChannelOpenError_FieldTerminalPath
- func (s ConnectResponse_ChannelOpenErrorPathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues
- func (s ConnectResponse_ChannelOpenErrorPathSelectorChannelId) WithValue(value uint64) *ConnectResponseChannelOpenError_FieldTerminalPathValue
- type ConnectResponse_ChannelOpenErrorPathSelectorMessage
- func (ConnectResponse_ChannelOpenErrorPathSelectorMessage) FieldPath() *ConnectResponseChannelOpenError_FieldTerminalPath
- func (s ConnectResponse_ChannelOpenErrorPathSelectorMessage) WithArrayOfValues(values []string) *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues
- func (s ConnectResponse_ChannelOpenErrorPathSelectorMessage) WithValue(value string) *ConnectResponseChannelOpenError_FieldTerminalPathValue
- type ConnectResponse_ChannelOpenError_
- type ConnectResponse_ChannelOpenError_FieldMask
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) AppendPath(path ConnectResponseChannelOpenError_FieldPath)
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) FilterInputFields() *ConnectResponse_ChannelOpenError_FieldMask
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) GetPaths() []ConnectResponseChannelOpenError_FieldPath
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) IsFull() bool
- func (fieldMask ConnectResponse_ChannelOpenError_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConnectResponse_ChannelOpenError_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) PathsCount() int
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Project(source *ConnectResponse_ChannelOpenError) *ConnectResponse_ChannelOpenError
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ProtoMessage()
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Reset()
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Set(target, source *ConnectResponse_ChannelOpenError)
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Size() int
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) String() string
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Subtract(other *ConnectResponse_ChannelOpenError_FieldMask) *ConnectResponse_ChannelOpenError_FieldMask
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) UnmarshalJSON(data []byte) error
- type ConnectResponse_Close
- type ConnectResponse_Data
- type ConnectResponse_Error
- type ConnectResponse_FieldMask
- func (fieldMask *ConnectResponse_FieldMask) AppendPath(path ConnectResponse_FieldPath)
- func (fieldMask *ConnectResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConnectResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConnectResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConnectResponse_FieldMask) FilterInputFields() *ConnectResponse_FieldMask
- func (fieldMask *ConnectResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConnectResponse_FieldMask) GetPaths() []ConnectResponse_FieldPath
- func (fieldMask *ConnectResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConnectResponse_FieldMask) IsFull() bool
- func (fieldMask ConnectResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConnectResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConnectResponse_FieldMask) PathsCount() int
- func (fieldMask *ConnectResponse_FieldMask) Project(source *ConnectResponse) *ConnectResponse
- func (fieldMask *ConnectResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConnectResponse_FieldMask) ProtoMessage()
- func (fieldMask *ConnectResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConnectResponse_FieldMask) Reset()
- func (fieldMask *ConnectResponse_FieldMask) Set(target, source *ConnectResponse)
- func (fieldMask *ConnectResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConnectResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConnectResponse_FieldMask) Size() int
- func (fieldMask *ConnectResponse_FieldMask) String() string
- func (fieldMask *ConnectResponse_FieldMask) Subtract(other *ConnectResponse_FieldMask) *ConnectResponse_FieldMask
- func (fieldMask *ConnectResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConnectResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConnectResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConnectResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ConnectResponse_FieldPath
- type ConnectResponse_FieldPathArrayItemValue
- type ConnectResponse_FieldPathArrayOfValues
- type ConnectResponse_FieldPathSelector
- type ConnectResponse_FieldPathValue
- type ConnectResponse_FieldSubPath
- func (fps *ConnectResponse_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
- func (fps *ConnectResponse_FieldSubPath) AsChannelOpenErrorSubPath() (ConnectResponseChannelOpenError_FieldPath, bool)
- func (fps *ConnectResponse_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
- func (fps *ConnectResponse_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
- func (fps *ConnectResponse_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
- func (fps *ConnectResponse_FieldSubPath) AsOpenResponseSubPath() (ConnectResponseOpenResponse_FieldPath, bool)
- func (fps *ConnectResponse_FieldSubPath) AsResumeResponseSubPath() (ConnectResponseResumeResponse_FieldPath, bool)
- func (fps *ConnectResponse_FieldSubPath) ClearValue(item *ConnectResponse)
- func (fps *ConnectResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ConnectResponse_FieldSubPath) Get(source *ConnectResponse) (values []interface{})
- func (fps *ConnectResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ConnectResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ConnectResponse_FieldSubPath) GetSingle(source *ConnectResponse) (interface{}, bool)
- func (fps *ConnectResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ConnectResponse_FieldSubPath) IsLeaf() bool
- func (fps *ConnectResponse_FieldSubPath) JSONString() string
- func (fps *ConnectResponse_FieldSubPath) Selector() ConnectResponse_FieldPathSelector
- func (fps *ConnectResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ConnectResponse_FieldSubPath) String() string
- func (fps *ConnectResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ConnectResponse_FieldPathArrayItemValue
- func (fps *ConnectResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ConnectResponse_FieldPathArrayOfValues
- func (fps *ConnectResponse_FieldSubPath) WithIValue(value interface{}) ConnectResponse_FieldPathValue
- func (fps *ConnectResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ConnectResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ConnectResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectResponse_FieldSubPathArrayItemValue
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsChannelOpenErrorPathItemValue() (ConnectResponseChannelOpenError_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsOpenResponsePathItemValue() (ConnectResponseOpenResponse_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsResumeResponsePathItemValue() (ConnectResponseResumeResponse_FieldPathArrayItemValue, bool)
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) ContainsValue(source *ConnectResponse) bool
- func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ConnectResponse_FieldSubPathArrayOfValues
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsChannelOpenErrorPathArrayOfValues() (ConnectResponseChannelOpenError_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsOpenResponsePathArrayOfValues() (ConnectResponseOpenResponse_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsResumeResponsePathArrayOfValues() (ConnectResponseResumeResponse_FieldPathArrayOfValues, bool)
- func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ConnectResponse_FieldSubPathValue
- func (fpvs *ConnectResponse_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) AsChannelOpenErrorPathValue() (ConnectResponseChannelOpenError_FieldPathValue, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) AsOpenResponsePathValue() (ConnectResponseOpenResponse_FieldPathValue, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) AsResumeResponsePathValue() (ConnectResponseResumeResponse_FieldPathValue, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) CompareWith(source *ConnectResponse) (int, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ConnectResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ConnectResponse_FieldSubPathValue) SetTo(target **ConnectResponse)
- func (fpvs *ConnectResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ConnectResponse_FieldTerminalPath
- func (fp *ConnectResponse_FieldTerminalPath) ClearValue(item *ConnectResponse)
- func (fp *ConnectResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConnectResponse_FieldTerminalPath) Get(source *ConnectResponse) (values []interface{})
- func (fp *ConnectResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConnectResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConnectResponse_FieldTerminalPath) GetSingle(source *ConnectResponse) (interface{}, bool)
- func (fp *ConnectResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConnectResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ConnectResponse_FieldTerminalPath) JSONString() string
- func (fp *ConnectResponse_FieldTerminalPath) Selector() ConnectResponse_FieldPathSelector
- func (fp *ConnectResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ConnectResponse_FieldTerminalPath) String() string
- func (fp *ConnectResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponse_FieldPathArrayItemValue
- func (fp *ConnectResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponse_FieldPathArrayOfValues
- func (fp *ConnectResponse_FieldTerminalPath) WithIValue(value interface{}) ConnectResponse_FieldPathValue
- func (fp *ConnectResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConnectResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConnectResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConnectResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse) bool
- func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse) (interface{}, bool)
- func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConnectResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsChannelOpenErrorArrayOfValues() ([]*ConnectResponse_ChannelOpenError, bool)
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsOpenResponseArrayOfValues() ([]*ConnectResponse_OpenResponse, bool)
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsResumeResponseArrayOfValues() ([]*ConnectResponse_ResumeResponse, bool)
- func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConnectResponse_FieldTerminalPathValue
- func (fpv *ConnectResponse_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) AsChannelOpenErrorValue() (*ConnectResponse_ChannelOpenError, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) AsDataValue() (*Data, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) AsOpenResponseValue() (*ConnectResponse_OpenResponse, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) AsResumeResponseValue() (*ConnectResponse_ResumeResponse, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) CompareWith(source *ConnectResponse) (int, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConnectResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConnectResponse_FieldTerminalPathValue) SetTo(target **ConnectResponse)
- func (fpv *ConnectResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConnectResponse_OpenResponse
- func (o *ConnectResponse_OpenResponse) Clone() *ConnectResponse_OpenResponse
- func (o *ConnectResponse_OpenResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ConnectResponse_OpenResponse) Descriptor() ([]byte, []int)
- func (m *ConnectResponse_OpenResponse) GetChannelId() uint64
- func (m *ConnectResponse_OpenResponse) GetSessionId() uint64
- func (*ConnectResponse_OpenResponse) GotenMessage()
- func (o *ConnectResponse_OpenResponse) GotenObjectExt()
- func (obj *ConnectResponse_OpenResponse) GotenValidate() error
- func (o *ConnectResponse_OpenResponse) MakeDiffFieldMask(other *ConnectResponse_OpenResponse) *ConnectResponse_OpenResponse_FieldMask
- func (o *ConnectResponse_OpenResponse) MakeFullFieldMask() *ConnectResponse_OpenResponse_FieldMask
- func (o *ConnectResponse_OpenResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConnectResponse_OpenResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConnectResponse_OpenResponse) Marshal() ([]byte, error)
- func (m *ConnectResponse_OpenResponse) MarshalJSON() ([]byte, error)
- func (o *ConnectResponse_OpenResponse) Merge(source *ConnectResponse_OpenResponse)
- func (o *ConnectResponse_OpenResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConnectResponse_OpenResponse) ProtoMessage()
- func (m *ConnectResponse_OpenResponse) ProtoReflect() preflect.Message
- func (m *ConnectResponse_OpenResponse) Reset()
- func (m *ConnectResponse_OpenResponse) SetChannelId(fv uint64)
- func (m *ConnectResponse_OpenResponse) SetSessionId(fv uint64)
- func (m *ConnectResponse_OpenResponse) String() string
- func (m *ConnectResponse_OpenResponse) Unmarshal(b []byte) error
- func (m *ConnectResponse_OpenResponse) UnmarshalJSON(data []byte) error
- type ConnectResponse_OpenResponsePathSelectorChannelId
- func (ConnectResponse_OpenResponsePathSelectorChannelId) FieldPath() *ConnectResponseOpenResponse_FieldTerminalPath
- func (s ConnectResponse_OpenResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponse_OpenResponsePathSelectorChannelId) WithValue(value uint64) *ConnectResponseOpenResponse_FieldTerminalPathValue
- type ConnectResponse_OpenResponsePathSelectorSessionId
- func (ConnectResponse_OpenResponsePathSelectorSessionId) FieldPath() *ConnectResponseOpenResponse_FieldTerminalPath
- func (s ConnectResponse_OpenResponsePathSelectorSessionId) WithArrayOfValues(values []uint64) *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponse_OpenResponsePathSelectorSessionId) WithValue(value uint64) *ConnectResponseOpenResponse_FieldTerminalPathValue
- type ConnectResponse_OpenResponse_
- type ConnectResponse_OpenResponse_FieldMask
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) AppendPath(path ConnectResponseOpenResponse_FieldPath)
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) FilterInputFields() *ConnectResponse_OpenResponse_FieldMask
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) GetPaths() []ConnectResponseOpenResponse_FieldPath
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) IsFull() bool
- func (fieldMask ConnectResponse_OpenResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConnectResponse_OpenResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) PathsCount() int
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Project(source *ConnectResponse_OpenResponse) *ConnectResponse_OpenResponse
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ProtoMessage()
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Reset()
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Set(target, source *ConnectResponse_OpenResponse)
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Size() int
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) String() string
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Subtract(other *ConnectResponse_OpenResponse_FieldMask) *ConnectResponse_OpenResponse_FieldMask
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConnectResponse_OpenResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ConnectResponse_ResumeResponse
- func (o *ConnectResponse_ResumeResponse) Clone() *ConnectResponse_ResumeResponse
- func (o *ConnectResponse_ResumeResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ConnectResponse_ResumeResponse) Descriptor() ([]byte, []int)
- func (m *ConnectResponse_ResumeResponse) GetChannelId() uint64
- func (m *ConnectResponse_ResumeResponse) GetLastMessageId() uint64
- func (m *ConnectResponse_ResumeResponse) GetSessionId() uint64
- func (*ConnectResponse_ResumeResponse) GotenMessage()
- func (o *ConnectResponse_ResumeResponse) GotenObjectExt()
- func (obj *ConnectResponse_ResumeResponse) GotenValidate() error
- func (o *ConnectResponse_ResumeResponse) MakeDiffFieldMask(other *ConnectResponse_ResumeResponse) *ConnectResponse_ResumeResponse_FieldMask
- func (o *ConnectResponse_ResumeResponse) MakeFullFieldMask() *ConnectResponse_ResumeResponse_FieldMask
- func (o *ConnectResponse_ResumeResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConnectResponse_ResumeResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConnectResponse_ResumeResponse) Marshal() ([]byte, error)
- func (m *ConnectResponse_ResumeResponse) MarshalJSON() ([]byte, error)
- func (o *ConnectResponse_ResumeResponse) Merge(source *ConnectResponse_ResumeResponse)
- func (o *ConnectResponse_ResumeResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConnectResponse_ResumeResponse) ProtoMessage()
- func (m *ConnectResponse_ResumeResponse) ProtoReflect() preflect.Message
- func (m *ConnectResponse_ResumeResponse) Reset()
- func (m *ConnectResponse_ResumeResponse) SetChannelId(fv uint64)
- func (m *ConnectResponse_ResumeResponse) SetLastMessageId(fv uint64)
- func (m *ConnectResponse_ResumeResponse) SetSessionId(fv uint64)
- func (m *ConnectResponse_ResumeResponse) String() string
- func (m *ConnectResponse_ResumeResponse) Unmarshal(b []byte) error
- func (m *ConnectResponse_ResumeResponse) UnmarshalJSON(data []byte) error
- type ConnectResponse_ResumeResponsePathSelectorChannelId
- func (ConnectResponse_ResumeResponsePathSelectorChannelId) FieldPath() *ConnectResponseResumeResponse_FieldTerminalPath
- func (s ConnectResponse_ResumeResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponse_ResumeResponsePathSelectorChannelId) WithValue(value uint64) *ConnectResponseResumeResponse_FieldTerminalPathValue
- type ConnectResponse_ResumeResponsePathSelectorLastMessageId
- func (ConnectResponse_ResumeResponsePathSelectorLastMessageId) FieldPath() *ConnectResponseResumeResponse_FieldTerminalPath
- func (s ConnectResponse_ResumeResponsePathSelectorLastMessageId) WithArrayOfValues(values []uint64) *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponse_ResumeResponsePathSelectorLastMessageId) WithValue(value uint64) *ConnectResponseResumeResponse_FieldTerminalPathValue
- type ConnectResponse_ResumeResponsePathSelectorSessionId
- func (ConnectResponse_ResumeResponsePathSelectorSessionId) FieldPath() *ConnectResponseResumeResponse_FieldTerminalPath
- func (s ConnectResponse_ResumeResponsePathSelectorSessionId) WithArrayOfValues(values []uint64) *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues
- func (s ConnectResponse_ResumeResponsePathSelectorSessionId) WithValue(value uint64) *ConnectResponseResumeResponse_FieldTerminalPathValue
- type ConnectResponse_ResumeResponse_
- type ConnectResponse_ResumeResponse_FieldMask
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) AppendPath(path ConnectResponseResumeResponse_FieldPath)
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) FilterInputFields() *ConnectResponse_ResumeResponse_FieldMask
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) GetPaths() []ConnectResponseResumeResponse_FieldPath
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) IsFull() bool
- func (fieldMask ConnectResponse_ResumeResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConnectResponse_ResumeResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) PathsCount() int
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Project(source *ConnectResponse_ResumeResponse) *ConnectResponse_ResumeResponse
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ProtoMessage()
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Reset()
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Set(target, source *ConnectResponse_ResumeResponse)
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Size() int
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) String() string
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Subtract(other *ConnectResponse_ResumeResponse_FieldMask) *ConnectResponse_ResumeResponse_FieldMask
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) UnmarshalJSON(data []byte) error
- type Data
- func (o *Data) Clone() *Data
- func (o *Data) CloneRaw() gotenobject.GotenObjectExt
- func (*Data) Descriptor() ([]byte, []int)
- func (m *Data) GetAckRequired() bool
- func (m *Data) GetBytes() []byte
- func (m *Data) GetId() uint64
- func (*Data) GotenMessage()
- func (o *Data) GotenObjectExt()
- func (obj *Data) GotenValidate() error
- func (o *Data) MakeDiffFieldMask(other *Data) *Data_FieldMask
- func (o *Data) MakeFullFieldMask() *Data_FieldMask
- func (o *Data) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Data) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Data) Marshal() ([]byte, error)
- func (m *Data) MarshalJSON() ([]byte, error)
- func (o *Data) Merge(source *Data)
- func (o *Data) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Data) ProtoMessage()
- func (m *Data) ProtoReflect() preflect.Message
- func (m *Data) Reset()
- func (m *Data) SetAckRequired(fv bool)
- func (m *Data) SetBytes(fv []byte)
- func (m *Data) SetId(fv uint64)
- func (m *Data) String() string
- func (m *Data) Unmarshal(b []byte) error
- func (m *Data) UnmarshalJSON(data []byte) error
- type DataFieldPathBuilder
- type DataPathSelectorAckRequired
- type DataPathSelectorBytes
- type DataPathSelectorId
- type Data_FieldMask
- func (fieldMask *Data_FieldMask) AppendPath(path Data_FieldPath)
- func (fieldMask *Data_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Data_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Data_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Data_FieldMask) FilterInputFields() *Data_FieldMask
- func (fieldMask *Data_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Data_FieldMask) GetPaths() []Data_FieldPath
- func (fieldMask *Data_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Data_FieldMask) IsFull() bool
- func (fieldMask Data_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Data_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Data_FieldMask) PathsCount() int
- func (fieldMask *Data_FieldMask) Project(source *Data) *Data
- func (fieldMask *Data_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Data_FieldMask) ProtoMessage()
- func (fieldMask *Data_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Data_FieldMask) Reset()
- func (fieldMask *Data_FieldMask) Set(target, source *Data)
- func (fieldMask *Data_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Data_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Data_FieldMask) Size() int
- func (fieldMask *Data_FieldMask) String() string
- func (fieldMask *Data_FieldMask) Subtract(other *Data_FieldMask) *Data_FieldMask
- func (fieldMask *Data_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Data_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Data_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Data_FieldMask) UnmarshalJSON(data []byte) error
- type Data_FieldPath
- type Data_FieldPathArrayItemValue
- type Data_FieldPathArrayOfValues
- type Data_FieldPathSelector
- type Data_FieldPathValue
- type Data_FieldTerminalPath
- func (fp *Data_FieldTerminalPath) ClearValue(item *Data)
- func (fp *Data_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Data_FieldTerminalPath) Get(source *Data) (values []interface{})
- func (fp *Data_FieldTerminalPath) GetDefault() interface{}
- func (fp *Data_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Data_FieldTerminalPath) GetSingle(source *Data) (interface{}, bool)
- func (fp *Data_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Data_FieldTerminalPath) IsLeaf() bool
- func (fp *Data_FieldTerminalPath) JSONString() string
- func (fp *Data_FieldTerminalPath) Selector() Data_FieldPathSelector
- func (fp *Data_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Data_FieldTerminalPath) String() string
- func (fp *Data_FieldTerminalPath) WithIArrayItemValue(value interface{}) Data_FieldPathArrayItemValue
- func (fp *Data_FieldTerminalPath) WithIArrayOfValues(values interface{}) Data_FieldPathArrayOfValues
- func (fp *Data_FieldTerminalPath) WithIValue(value interface{}) Data_FieldPathValue
- func (fp *Data_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Data_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Data_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Data_FieldTerminalPathArrayItemValue
- func (fpaiv *Data_FieldTerminalPathArrayItemValue) ContainsValue(source *Data) bool
- func (fpaiv *Data_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Data_FieldTerminalPathArrayItemValue) GetSingle(source *Data) (interface{}, bool)
- func (fpaiv *Data_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Data_FieldTerminalPathArrayOfValues
- func (fpaov *Data_FieldTerminalPathArrayOfValues) AsAckRequiredArrayOfValues() ([]bool, bool)
- func (fpaov *Data_FieldTerminalPathArrayOfValues) AsBytesArrayOfValues() ([][]byte, bool)
- func (fpaov *Data_FieldTerminalPathArrayOfValues) AsIdArrayOfValues() ([]uint64, bool)
- func (fpaov *Data_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Data_FieldTerminalPathValue
- func (fpv *Data_FieldTerminalPathValue) AsAckRequiredValue() (bool, bool)
- func (fpv *Data_FieldTerminalPathValue) AsBytesValue() ([]byte, bool)
- func (fpv *Data_FieldTerminalPathValue) AsIdValue() (uint64, bool)
- func (fpv *Data_FieldTerminalPathValue) CompareWith(source *Data) (int, bool)
- func (fpv *Data_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Data_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Data_FieldTerminalPathValue) SetTo(target **Data)
- func (fpv *Data_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Error
- func (o *Error) Clone() *Error
- func (o *Error) CloneRaw() gotenobject.GotenObjectExt
- func (*Error) Descriptor() ([]byte, []int)
- func (m *Error) GetId() uint64
- func (m *Error) GetMessage() string
- func (*Error) GotenMessage()
- func (o *Error) GotenObjectExt()
- func (obj *Error) GotenValidate() error
- func (o *Error) MakeDiffFieldMask(other *Error) *Error_FieldMask
- func (o *Error) MakeFullFieldMask() *Error_FieldMask
- func (o *Error) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Error) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Error) Marshal() ([]byte, error)
- func (m *Error) MarshalJSON() ([]byte, error)
- func (o *Error) Merge(source *Error)
- func (o *Error) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Error) ProtoMessage()
- func (m *Error) ProtoReflect() preflect.Message
- func (m *Error) Reset()
- func (m *Error) SetId(fv uint64)
- func (m *Error) SetMessage(fv string)
- func (m *Error) String() string
- func (m *Error) Unmarshal(b []byte) error
- func (m *Error) UnmarshalJSON(data []byte) error
- type ErrorFieldPathBuilder
- type ErrorPathSelectorId
- type ErrorPathSelectorMessage
- type Error_FieldMask
- func (fieldMask *Error_FieldMask) AppendPath(path Error_FieldPath)
- func (fieldMask *Error_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Error_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Error_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Error_FieldMask) FilterInputFields() *Error_FieldMask
- func (fieldMask *Error_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Error_FieldMask) GetPaths() []Error_FieldPath
- func (fieldMask *Error_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Error_FieldMask) IsFull() bool
- func (fieldMask Error_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Error_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Error_FieldMask) PathsCount() int
- func (fieldMask *Error_FieldMask) Project(source *Error) *Error
- func (fieldMask *Error_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Error_FieldMask) ProtoMessage()
- func (fieldMask *Error_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Error_FieldMask) Reset()
- func (fieldMask *Error_FieldMask) Set(target, source *Error)
- func (fieldMask *Error_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Error_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Error_FieldMask) Size() int
- func (fieldMask *Error_FieldMask) String() string
- func (fieldMask *Error_FieldMask) Subtract(other *Error_FieldMask) *Error_FieldMask
- func (fieldMask *Error_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Error_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Error_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Error_FieldMask) UnmarshalJSON(data []byte) error
- type Error_FieldPath
- type Error_FieldPathArrayItemValue
- type Error_FieldPathArrayOfValues
- type Error_FieldPathSelector
- type Error_FieldPathValue
- type Error_FieldTerminalPath
- func (fp *Error_FieldTerminalPath) ClearValue(item *Error)
- func (fp *Error_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Error_FieldTerminalPath) Get(source *Error) (values []interface{})
- func (fp *Error_FieldTerminalPath) GetDefault() interface{}
- func (fp *Error_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Error_FieldTerminalPath) GetSingle(source *Error) (interface{}, bool)
- func (fp *Error_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Error_FieldTerminalPath) IsLeaf() bool
- func (fp *Error_FieldTerminalPath) JSONString() string
- func (fp *Error_FieldTerminalPath) Selector() Error_FieldPathSelector
- func (fp *Error_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Error_FieldTerminalPath) String() string
- func (fp *Error_FieldTerminalPath) WithIArrayItemValue(value interface{}) Error_FieldPathArrayItemValue
- func (fp *Error_FieldTerminalPath) WithIArrayOfValues(values interface{}) Error_FieldPathArrayOfValues
- func (fp *Error_FieldTerminalPath) WithIValue(value interface{}) Error_FieldPathValue
- func (fp *Error_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Error_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Error_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Error_FieldTerminalPathArrayItemValue
- func (fpaiv *Error_FieldTerminalPathArrayItemValue) ContainsValue(source *Error) bool
- func (fpaiv *Error_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Error_FieldTerminalPathArrayItemValue) GetSingle(source *Error) (interface{}, bool)
- func (fpaiv *Error_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Error_FieldTerminalPathArrayOfValues
- type Error_FieldTerminalPathValue
- func (fpv *Error_FieldTerminalPathValue) AsIdValue() (uint64, bool)
- func (fpv *Error_FieldTerminalPathValue) AsMessageValue() (string, bool)
- func (fpv *Error_FieldTerminalPathValue) CompareWith(source *Error) (int, bool)
- func (fpv *Error_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Error_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Error_FieldTerminalPathValue) SetTo(target **Error)
- func (fpv *Error_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenClientStream
- type ListenDescriptor
- func (d *ListenDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListenDescriptor) GetApiName() string
- func (d *ListenDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListenDescriptor) GetFullMethodName() string
- func (d *ListenDescriptor) GetMethodName() string
- func (d *ListenDescriptor) GetProtoPkgName() string
- func (d *ListenDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListenDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListenDescriptor) GetServiceDomain() string
- func (d *ListenDescriptor) GetServiceVersion() string
- func (d *ListenDescriptor) GetVerb() string
- func (d *ListenDescriptor) HasResource() bool
- func (d *ListenDescriptor) IsClientStream() bool
- func (d *ListenDescriptor) IsCollection() bool
- func (d *ListenDescriptor) IsPlural() bool
- func (d *ListenDescriptor) IsServerStream() bool
- func (d *ListenDescriptor) IsUnary() bool
- func (d *ListenDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListenDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListenDescriptor) RequestHasResourceBody() bool
- type ListenDescriptorClientMsgHandle
- func (h *ListenDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListenDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListenDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListenDescriptorServerMsgHandle
- func (h *ListenDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListenDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListenDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListenRequest
- func (o *ListenRequest) Clone() *ListenRequest
- func (o *ListenRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenRequest) Descriptor() ([]byte, []int)
- func (m *ListenRequest) GetChannelOpenError() *ListenRequest_ChannelOpenError
- func (m *ListenRequest) GetMessage() isListenRequest_Message
- func (m *ListenRequest) GetOpenRequest() *ListenRequest_OpenRequest
- func (m *ListenRequest) GetPing() *Ping
- func (m *ListenRequest) GetResumeRequest() *ListenRequest_ResumeRequest
- func (*ListenRequest) GotenMessage()
- func (o *ListenRequest) GotenObjectExt()
- func (obj *ListenRequest) GotenValidate() error
- func (o *ListenRequest) MakeDiffFieldMask(other *ListenRequest) *ListenRequest_FieldMask
- func (o *ListenRequest) MakeFullFieldMask() *ListenRequest_FieldMask
- func (o *ListenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenRequest) Marshal() ([]byte, error)
- func (m *ListenRequest) MarshalJSON() ([]byte, error)
- func (o *ListenRequest) Merge(source *ListenRequest)
- func (o *ListenRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenRequest) ProtoMessage()
- func (m *ListenRequest) ProtoReflect() preflect.Message
- func (m *ListenRequest) Reset()
- func (m *ListenRequest) SetChannelOpenError(fv *ListenRequest_ChannelOpenError)
- func (m *ListenRequest) SetMessage(ofv isListenRequest_Message)
- func (m *ListenRequest) SetOpenRequest(fv *ListenRequest_OpenRequest)
- func (m *ListenRequest) SetPing(fv *Ping)
- func (m *ListenRequest) SetResumeRequest(fv *ListenRequest_ResumeRequest)
- func (m *ListenRequest) String() string
- func (m *ListenRequest) Unmarshal(b []byte) error
- func (m *ListenRequest) UnmarshalJSON(data []byte) error
- type ListenRequestChannelOpenErrorFieldPathBuilder
- type ListenRequestChannelOpenError_FieldPath
- func BuildListenRequestChannelOpenError_FieldPath(fp gotenobject.RawFieldPath) (ListenRequestChannelOpenError_FieldPath, error)
- func MustParseListenRequestChannelOpenError_FieldPath(rawField string) ListenRequestChannelOpenError_FieldPath
- func ParseListenRequestChannelOpenError_FieldPath(rawField string) (ListenRequestChannelOpenError_FieldPath, error)
- type ListenRequestChannelOpenError_FieldPathArrayItemValue
- func MustParseListenRequestChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) ListenRequestChannelOpenError_FieldPathArrayItemValue
- func ParseListenRequestChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) (ListenRequestChannelOpenError_FieldPathArrayItemValue, error)
- type ListenRequestChannelOpenError_FieldPathArrayOfValues
- type ListenRequestChannelOpenError_FieldPathSelector
- type ListenRequestChannelOpenError_FieldPathValue
- type ListenRequestChannelOpenError_FieldTerminalPath
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) ClearValue(item *ListenRequest_ChannelOpenError)
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) Get(source *ListenRequest_ChannelOpenError) (values []interface{})
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetSingle(source *ListenRequest_ChannelOpenError) (interface{}, bool)
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) JSONString() string
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) Selector() ListenRequestChannelOpenError_FieldPathSelector
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) String() string
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequestChannelOpenError_FieldPathArrayItemValue
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequestChannelOpenError_FieldPathArrayOfValues
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithIValue(value interface{}) ListenRequestChannelOpenError_FieldPathValue
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest_ChannelOpenError) bool
- func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest_ChannelOpenError) (interface{}, bool)
- func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues
- func (fpaov *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
- func (fpaov *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListenRequestChannelOpenError_FieldTerminalPathValue
- func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) AsMessageValue() (string, bool)
- func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) CompareWith(source *ListenRequest_ChannelOpenError) (int, bool)
- func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) SetTo(target **ListenRequest_ChannelOpenError)
- func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenRequestFieldPathBuilder
- func (ListenRequestFieldPathBuilder) ChannelOpenError() ListenRequestPathSelectorChannelOpenError
- func (ListenRequestFieldPathBuilder) OpenRequest() ListenRequestPathSelectorOpenRequest
- func (ListenRequestFieldPathBuilder) Ping() ListenRequestPathSelectorPing
- func (ListenRequestFieldPathBuilder) ResumeRequest() ListenRequestPathSelectorResumeRequest
- type ListenRequestOpenRequestFieldPathBuilder
- func (ListenRequestOpenRequestFieldPathBuilder) Name() ListenRequest_OpenRequestPathSelectorName
- func (ListenRequestOpenRequestFieldPathBuilder) Project() ListenRequest_OpenRequestPathSelectorProject
- func (ListenRequestOpenRequestFieldPathBuilder) RegionId() ListenRequest_OpenRequestPathSelectorRegionId
- type ListenRequestOpenRequest_FieldPath
- func BuildListenRequestOpenRequest_FieldPath(fp gotenobject.RawFieldPath) (ListenRequestOpenRequest_FieldPath, error)
- func MustParseListenRequestOpenRequest_FieldPath(rawField string) ListenRequestOpenRequest_FieldPath
- func ParseListenRequestOpenRequest_FieldPath(rawField string) (ListenRequestOpenRequest_FieldPath, error)
- type ListenRequestOpenRequest_FieldPathArrayItemValue
- type ListenRequestOpenRequest_FieldPathArrayOfValues
- type ListenRequestOpenRequest_FieldPathSelector
- type ListenRequestOpenRequest_FieldPathValue
- type ListenRequestOpenRequest_FieldTerminalPath
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) ClearValue(item *ListenRequest_OpenRequest)
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) Get(source *ListenRequest_OpenRequest) (values []interface{})
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetSingle(source *ListenRequest_OpenRequest) (interface{}, bool)
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) JSONString() string
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) Selector() ListenRequestOpenRequest_FieldPathSelector
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) String() string
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequestOpenRequest_FieldPathArrayItemValue
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequestOpenRequest_FieldPathArrayOfValues
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithIValue(value interface{}) ListenRequestOpenRequest_FieldPathValue
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenRequestOpenRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest_OpenRequest) bool
- func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest_OpenRequest) (interface{}, bool)
- func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
- func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
- func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListenRequestOpenRequest_FieldTerminalPathValue
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) CompareWith(source *ListenRequest_OpenRequest) (int, bool)
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) SetTo(target **ListenRequest_OpenRequest)
- func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenRequestPathSelectorChannelOpenError
- func (ListenRequestPathSelectorChannelOpenError) ChannelId() ListenRequestPathSelectorChannelOpenErrorChannelId
- func (ListenRequestPathSelectorChannelOpenError) FieldPath() *ListenRequest_FieldTerminalPath
- func (ListenRequestPathSelectorChannelOpenError) Message() ListenRequestPathSelectorChannelOpenErrorMessage
- func (s ListenRequestPathSelectorChannelOpenError) WithArrayOfValues(values []*ListenRequest_ChannelOpenError) *ListenRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequestPathSelectorChannelOpenError) WithSubArrayItemValue(subPathArrayItemValue ListenRequestChannelOpenError_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
- func (s ListenRequestPathSelectorChannelOpenError) WithSubArrayOfValues(subPathArrayOfValues ListenRequestChannelOpenError_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
- func (ListenRequestPathSelectorChannelOpenError) WithSubPath(subPath ListenRequestChannelOpenError_FieldPath) *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorChannelOpenError) WithSubValue(subPathValue ListenRequestChannelOpenError_FieldPathValue) *ListenRequest_FieldSubPathValue
- func (s ListenRequestPathSelectorChannelOpenError) WithValue(value *ListenRequest_ChannelOpenError) *ListenRequest_FieldTerminalPathValue
- type ListenRequestPathSelectorChannelOpenErrorChannelId
- func (ListenRequestPathSelectorChannelOpenErrorChannelId) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorChannelOpenErrorChannelId) WithArrayOfValues(values []uint64) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorChannelOpenErrorChannelId) WithValue(value uint64) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorChannelOpenErrorMessage
- func (ListenRequestPathSelectorChannelOpenErrorMessage) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorChannelOpenErrorMessage) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorChannelOpenErrorMessage) WithValue(value string) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorOpenRequest
- func (ListenRequestPathSelectorOpenRequest) FieldPath() *ListenRequest_FieldTerminalPath
- func (ListenRequestPathSelectorOpenRequest) Name() ListenRequestPathSelectorOpenRequestName
- func (ListenRequestPathSelectorOpenRequest) Project() ListenRequestPathSelectorOpenRequestProject
- func (ListenRequestPathSelectorOpenRequest) RegionId() ListenRequestPathSelectorOpenRequestRegionId
- func (s ListenRequestPathSelectorOpenRequest) WithArrayOfValues(values []*ListenRequest_OpenRequest) *ListenRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequestPathSelectorOpenRequest) WithSubArrayItemValue(subPathArrayItemValue ListenRequestOpenRequest_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
- func (s ListenRequestPathSelectorOpenRequest) WithSubArrayOfValues(subPathArrayOfValues ListenRequestOpenRequest_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
- func (ListenRequestPathSelectorOpenRequest) WithSubPath(subPath ListenRequestOpenRequest_FieldPath) *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorOpenRequest) WithSubValue(subPathValue ListenRequestOpenRequest_FieldPathValue) *ListenRequest_FieldSubPathValue
- func (s ListenRequestPathSelectorOpenRequest) WithValue(value *ListenRequest_OpenRequest) *ListenRequest_FieldTerminalPathValue
- type ListenRequestPathSelectorOpenRequestName
- func (ListenRequestPathSelectorOpenRequestName) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorOpenRequestName) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorOpenRequestName) WithValue(value string) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorOpenRequestProject
- func (ListenRequestPathSelectorOpenRequestProject) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorOpenRequestProject) WithArrayOfValues(values []*project.Reference) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorOpenRequestProject) WithValue(value *project.Reference) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorOpenRequestRegionId
- func (ListenRequestPathSelectorOpenRequestRegionId) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorOpenRequestRegionId) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorOpenRequestRegionId) WithValue(value string) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorPing
- func (ListenRequestPathSelectorPing) FieldPath() *ListenRequest_FieldTerminalPath
- func (s ListenRequestPathSelectorPing) WithArrayOfValues(values []*Ping) *ListenRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequestPathSelectorPing) WithSubArrayItemValue(subPathArrayItemValue Ping_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
- func (s ListenRequestPathSelectorPing) WithSubArrayOfValues(subPathArrayOfValues Ping_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
- func (ListenRequestPathSelectorPing) WithSubPath(subPath Ping_FieldPath) *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorPing) WithSubValue(subPathValue Ping_FieldPathValue) *ListenRequest_FieldSubPathValue
- func (s ListenRequestPathSelectorPing) WithValue(value *Ping) *ListenRequest_FieldTerminalPathValue
- type ListenRequestPathSelectorResumeRequest
- func (ListenRequestPathSelectorResumeRequest) FieldPath() *ListenRequest_FieldTerminalPath
- func (ListenRequestPathSelectorResumeRequest) Name() ListenRequestPathSelectorResumeRequestName
- func (ListenRequestPathSelectorResumeRequest) Project() ListenRequestPathSelectorResumeRequestProject
- func (ListenRequestPathSelectorResumeRequest) RegionId() ListenRequestPathSelectorResumeRequestRegionId
- func (ListenRequestPathSelectorResumeRequest) SessionId() ListenRequestPathSelectorResumeRequestSessionId
- func (s ListenRequestPathSelectorResumeRequest) WithArrayOfValues(values []*ListenRequest_ResumeRequest) *ListenRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequestPathSelectorResumeRequest) WithSubArrayItemValue(subPathArrayItemValue ListenRequestResumeRequest_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
- func (s ListenRequestPathSelectorResumeRequest) WithSubArrayOfValues(subPathArrayOfValues ListenRequestResumeRequest_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
- func (ListenRequestPathSelectorResumeRequest) WithSubPath(subPath ListenRequestResumeRequest_FieldPath) *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorResumeRequest) WithSubValue(subPathValue ListenRequestResumeRequest_FieldPathValue) *ListenRequest_FieldSubPathValue
- func (s ListenRequestPathSelectorResumeRequest) WithValue(value *ListenRequest_ResumeRequest) *ListenRequest_FieldTerminalPathValue
- type ListenRequestPathSelectorResumeRequestName
- func (ListenRequestPathSelectorResumeRequestName) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorResumeRequestName) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorResumeRequestName) WithValue(value string) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorResumeRequestProject
- func (ListenRequestPathSelectorResumeRequestProject) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorResumeRequestProject) WithArrayOfValues(values []*project.Reference) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorResumeRequestProject) WithValue(value *project.Reference) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorResumeRequestRegionId
- func (ListenRequestPathSelectorResumeRequestRegionId) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorResumeRequestRegionId) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorResumeRequestRegionId) WithValue(value string) *ListenRequest_FieldSubPathValue
- type ListenRequestPathSelectorResumeRequestSessionId
- func (ListenRequestPathSelectorResumeRequestSessionId) FieldPath() *ListenRequest_FieldSubPath
- func (s ListenRequestPathSelectorResumeRequestSessionId) WithArrayOfValues(values []uint64) *ListenRequest_FieldSubPathArrayOfValues
- func (s ListenRequestPathSelectorResumeRequestSessionId) WithValue(value uint64) *ListenRequest_FieldSubPathValue
- type ListenRequestResumeRequestFieldPathBuilder
- func (ListenRequestResumeRequestFieldPathBuilder) Name() ListenRequest_ResumeRequestPathSelectorName
- func (ListenRequestResumeRequestFieldPathBuilder) Project() ListenRequest_ResumeRequestPathSelectorProject
- func (ListenRequestResumeRequestFieldPathBuilder) RegionId() ListenRequest_ResumeRequestPathSelectorRegionId
- func (ListenRequestResumeRequestFieldPathBuilder) SessionId() ListenRequest_ResumeRequestPathSelectorSessionId
- type ListenRequestResumeRequest_FieldPath
- func BuildListenRequestResumeRequest_FieldPath(fp gotenobject.RawFieldPath) (ListenRequestResumeRequest_FieldPath, error)
- func MustParseListenRequestResumeRequest_FieldPath(rawField string) ListenRequestResumeRequest_FieldPath
- func ParseListenRequestResumeRequest_FieldPath(rawField string) (ListenRequestResumeRequest_FieldPath, error)
- type ListenRequestResumeRequest_FieldPathArrayItemValue
- type ListenRequestResumeRequest_FieldPathArrayOfValues
- type ListenRequestResumeRequest_FieldPathSelector
- type ListenRequestResumeRequest_FieldPathValue
- type ListenRequestResumeRequest_FieldTerminalPath
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) ClearValue(item *ListenRequest_ResumeRequest)
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) Get(source *ListenRequest_ResumeRequest) (values []interface{})
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetSingle(source *ListenRequest_ResumeRequest) (interface{}, bool)
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) JSONString() string
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) Selector() ListenRequestResumeRequest_FieldPathSelector
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) String() string
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequestResumeRequest_FieldPathArrayItemValue
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequestResumeRequest_FieldPathArrayOfValues
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithIValue(value interface{}) ListenRequestResumeRequest_FieldPathValue
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenRequestResumeRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest_ResumeRequest) bool
- func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest_ResumeRequest) (interface{}, bool)
- func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
- func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
- func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListenRequestResumeRequest_FieldTerminalPathValue
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) CompareWith(source *ListenRequest_ResumeRequest) (int, bool)
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) SetTo(target **ListenRequest_ResumeRequest)
- func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenRequest_ChannelOpenError
- func (o *ListenRequest_ChannelOpenError) Clone() *ListenRequest_ChannelOpenError
- func (o *ListenRequest_ChannelOpenError) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenRequest_ChannelOpenError) Descriptor() ([]byte, []int)
- func (m *ListenRequest_ChannelOpenError) GetChannelId() uint64
- func (m *ListenRequest_ChannelOpenError) GetMessage() string
- func (*ListenRequest_ChannelOpenError) GotenMessage()
- func (o *ListenRequest_ChannelOpenError) GotenObjectExt()
- func (obj *ListenRequest_ChannelOpenError) GotenValidate() error
- func (o *ListenRequest_ChannelOpenError) MakeDiffFieldMask(other *ListenRequest_ChannelOpenError) *ListenRequest_ChannelOpenError_FieldMask
- func (o *ListenRequest_ChannelOpenError) MakeFullFieldMask() *ListenRequest_ChannelOpenError_FieldMask
- func (o *ListenRequest_ChannelOpenError) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenRequest_ChannelOpenError) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenRequest_ChannelOpenError) Marshal() ([]byte, error)
- func (m *ListenRequest_ChannelOpenError) MarshalJSON() ([]byte, error)
- func (o *ListenRequest_ChannelOpenError) Merge(source *ListenRequest_ChannelOpenError)
- func (o *ListenRequest_ChannelOpenError) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenRequest_ChannelOpenError) ProtoMessage()
- func (m *ListenRequest_ChannelOpenError) ProtoReflect() preflect.Message
- func (m *ListenRequest_ChannelOpenError) Reset()
- func (m *ListenRequest_ChannelOpenError) SetChannelId(fv uint64)
- func (m *ListenRequest_ChannelOpenError) SetMessage(fv string)
- func (m *ListenRequest_ChannelOpenError) String() string
- func (m *ListenRequest_ChannelOpenError) Unmarshal(b []byte) error
- func (m *ListenRequest_ChannelOpenError) UnmarshalJSON(data []byte) error
- type ListenRequest_ChannelOpenErrorPathSelectorChannelId
- func (ListenRequest_ChannelOpenErrorPathSelectorChannelId) FieldPath() *ListenRequestChannelOpenError_FieldTerminalPath
- func (s ListenRequest_ChannelOpenErrorPathSelectorChannelId) WithArrayOfValues(values []uint64) *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues
- func (s ListenRequest_ChannelOpenErrorPathSelectorChannelId) WithValue(value uint64) *ListenRequestChannelOpenError_FieldTerminalPathValue
- type ListenRequest_ChannelOpenErrorPathSelectorMessage
- func (ListenRequest_ChannelOpenErrorPathSelectorMessage) FieldPath() *ListenRequestChannelOpenError_FieldTerminalPath
- func (s ListenRequest_ChannelOpenErrorPathSelectorMessage) WithArrayOfValues(values []string) *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues
- func (s ListenRequest_ChannelOpenErrorPathSelectorMessage) WithValue(value string) *ListenRequestChannelOpenError_FieldTerminalPathValue
- type ListenRequest_ChannelOpenError_
- type ListenRequest_ChannelOpenError_FieldMask
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) AppendPath(path ListenRequestChannelOpenError_FieldPath)
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) FilterInputFields() *ListenRequest_ChannelOpenError_FieldMask
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) GetPaths() []ListenRequestChannelOpenError_FieldPath
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) IsFull() bool
- func (fieldMask ListenRequest_ChannelOpenError_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenRequest_ChannelOpenError_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) PathsCount() int
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Project(source *ListenRequest_ChannelOpenError) *ListenRequest_ChannelOpenError
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ProtoMessage()
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Reset()
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Set(target, source *ListenRequest_ChannelOpenError)
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Size() int
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) String() string
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Subtract(other *ListenRequest_ChannelOpenError_FieldMask) *ListenRequest_ChannelOpenError_FieldMask
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) UnmarshalJSON(data []byte) error
- type ListenRequest_FieldMask
- func (fieldMask *ListenRequest_FieldMask) AppendPath(path ListenRequest_FieldPath)
- func (fieldMask *ListenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenRequest_FieldMask) FilterInputFields() *ListenRequest_FieldMask
- func (fieldMask *ListenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenRequest_FieldMask) GetPaths() []ListenRequest_FieldPath
- func (fieldMask *ListenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenRequest_FieldMask) IsFull() bool
- func (fieldMask ListenRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenRequest_FieldMask) PathsCount() int
- func (fieldMask *ListenRequest_FieldMask) Project(source *ListenRequest) *ListenRequest
- func (fieldMask *ListenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListenRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenRequest_FieldMask) Reset()
- func (fieldMask *ListenRequest_FieldMask) Set(target, source *ListenRequest)
- func (fieldMask *ListenRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenRequest_FieldMask) Size() int
- func (fieldMask *ListenRequest_FieldMask) String() string
- func (fieldMask *ListenRequest_FieldMask) Subtract(other *ListenRequest_FieldMask) *ListenRequest_FieldMask
- func (fieldMask *ListenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListenRequest_FieldPath
- type ListenRequest_FieldPathArrayItemValue
- type ListenRequest_FieldPathArrayOfValues
- type ListenRequest_FieldPathSelector
- type ListenRequest_FieldPathValue
- type ListenRequest_FieldSubPath
- func (fps *ListenRequest_FieldSubPath) AsChannelOpenErrorSubPath() (ListenRequestChannelOpenError_FieldPath, bool)
- func (fps *ListenRequest_FieldSubPath) AsOpenRequestSubPath() (ListenRequestOpenRequest_FieldPath, bool)
- func (fps *ListenRequest_FieldSubPath) AsPingSubPath() (Ping_FieldPath, bool)
- func (fps *ListenRequest_FieldSubPath) AsResumeRequestSubPath() (ListenRequestResumeRequest_FieldPath, bool)
- func (fps *ListenRequest_FieldSubPath) ClearValue(item *ListenRequest)
- func (fps *ListenRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListenRequest_FieldSubPath) Get(source *ListenRequest) (values []interface{})
- func (fps *ListenRequest_FieldSubPath) GetDefault() interface{}
- func (fps *ListenRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListenRequest_FieldSubPath) GetSingle(source *ListenRequest) (interface{}, bool)
- func (fps *ListenRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListenRequest_FieldSubPath) IsLeaf() bool
- func (fps *ListenRequest_FieldSubPath) JSONString() string
- func (fps *ListenRequest_FieldSubPath) Selector() ListenRequest_FieldPathSelector
- func (fps *ListenRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ListenRequest_FieldSubPath) String() string
- func (fps *ListenRequest_FieldSubPath) WithIArrayItemValue(value interface{}) ListenRequest_FieldPathArrayItemValue
- func (fps *ListenRequest_FieldSubPath) WithIArrayOfValues(values interface{}) ListenRequest_FieldPathArrayOfValues
- func (fps *ListenRequest_FieldSubPath) WithIValue(value interface{}) ListenRequest_FieldPathValue
- func (fps *ListenRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListenRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListenRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenRequest_FieldSubPathArrayItemValue
- func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsChannelOpenErrorPathItemValue() (ListenRequestChannelOpenError_FieldPathArrayItemValue, bool)
- func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue() (ListenRequestOpenRequest_FieldPathArrayItemValue, bool)
- func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsPingPathItemValue() (Ping_FieldPathArrayItemValue, bool)
- func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue() (ListenRequestResumeRequest_FieldPathArrayItemValue, bool)
- func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) ContainsValue(source *ListenRequest) bool
- func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListenRequest_FieldSubPathArrayOfValues
- func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsChannelOpenErrorPathArrayOfValues() (ListenRequestChannelOpenError_FieldPathArrayOfValues, bool)
- func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues() (ListenRequestOpenRequest_FieldPathArrayOfValues, bool)
- func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues() (Ping_FieldPathArrayOfValues, bool)
- func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues() (ListenRequestResumeRequest_FieldPathArrayOfValues, bool)
- func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ListenRequest_FieldSubPathValue
- func (fpvs *ListenRequest_FieldSubPathValue) AsChannelOpenErrorPathValue() (ListenRequestChannelOpenError_FieldPathValue, bool)
- func (fpvs *ListenRequest_FieldSubPathValue) AsOpenRequestPathValue() (ListenRequestOpenRequest_FieldPathValue, bool)
- func (fpvs *ListenRequest_FieldSubPathValue) AsPingPathValue() (Ping_FieldPathValue, bool)
- func (fpvs *ListenRequest_FieldSubPathValue) AsResumeRequestPathValue() (ListenRequestResumeRequest_FieldPathValue, bool)
- func (fpvs *ListenRequest_FieldSubPathValue) CompareWith(source *ListenRequest) (int, bool)
- func (fpvs *ListenRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListenRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListenRequest_FieldSubPathValue) SetTo(target **ListenRequest)
- func (fpvs *ListenRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListenRequest_FieldTerminalPath
- func (fp *ListenRequest_FieldTerminalPath) ClearValue(item *ListenRequest)
- func (fp *ListenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenRequest_FieldTerminalPath) Get(source *ListenRequest) (values []interface{})
- func (fp *ListenRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenRequest_FieldTerminalPath) GetSingle(source *ListenRequest) (interface{}, bool)
- func (fp *ListenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenRequest_FieldTerminalPath) JSONString() string
- func (fp *ListenRequest_FieldTerminalPath) Selector() ListenRequest_FieldPathSelector
- func (fp *ListenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenRequest_FieldTerminalPath) String() string
- func (fp *ListenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequest_FieldPathArrayItemValue
- func (fp *ListenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequest_FieldPathArrayOfValues
- func (fp *ListenRequest_FieldTerminalPath) WithIValue(value interface{}) ListenRequest_FieldPathValue
- func (fp *ListenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest) bool
- func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest) (interface{}, bool)
- func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsChannelOpenErrorArrayOfValues() ([]*ListenRequest_ChannelOpenError, bool)
- func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues() ([]*ListenRequest_OpenRequest, bool)
- func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues() ([]*Ping, bool)
- func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues() ([]*ListenRequest_ResumeRequest, bool)
- func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListenRequest_FieldTerminalPathValue
- func (fpv *ListenRequest_FieldTerminalPathValue) AsChannelOpenErrorValue() (*ListenRequest_ChannelOpenError, bool)
- func (fpv *ListenRequest_FieldTerminalPathValue) AsOpenRequestValue() (*ListenRequest_OpenRequest, bool)
- func (fpv *ListenRequest_FieldTerminalPathValue) AsPingValue() (*Ping, bool)
- func (fpv *ListenRequest_FieldTerminalPathValue) AsResumeRequestValue() (*ListenRequest_ResumeRequest, bool)
- func (fpv *ListenRequest_FieldTerminalPathValue) CompareWith(source *ListenRequest) (int, bool)
- func (fpv *ListenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenRequest_FieldTerminalPathValue) SetTo(target **ListenRequest)
- func (fpv *ListenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenRequest_OpenRequest
- func (o *ListenRequest_OpenRequest) Clone() *ListenRequest_OpenRequest
- func (o *ListenRequest_OpenRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenRequest_OpenRequest) Descriptor() ([]byte, []int)
- func (m *ListenRequest_OpenRequest) GetName() string
- func (m *ListenRequest_OpenRequest) GetProject() *project.Reference
- func (m *ListenRequest_OpenRequest) GetRegionId() string
- func (*ListenRequest_OpenRequest) GotenMessage()
- func (o *ListenRequest_OpenRequest) GotenObjectExt()
- func (obj *ListenRequest_OpenRequest) GotenValidate() error
- func (o *ListenRequest_OpenRequest) MakeDiffFieldMask(other *ListenRequest_OpenRequest) *ListenRequest_OpenRequest_FieldMask
- func (o *ListenRequest_OpenRequest) MakeFullFieldMask() *ListenRequest_OpenRequest_FieldMask
- func (o *ListenRequest_OpenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenRequest_OpenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenRequest_OpenRequest) Marshal() ([]byte, error)
- func (m *ListenRequest_OpenRequest) MarshalJSON() ([]byte, error)
- func (o *ListenRequest_OpenRequest) Merge(source *ListenRequest_OpenRequest)
- func (o *ListenRequest_OpenRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenRequest_OpenRequest) ProtoMessage()
- func (m *ListenRequest_OpenRequest) ProtoReflect() preflect.Message
- func (m *ListenRequest_OpenRequest) Reset()
- func (m *ListenRequest_OpenRequest) SetName(fv string)
- func (m *ListenRequest_OpenRequest) SetProject(fv *project.Reference)
- func (m *ListenRequest_OpenRequest) SetRegionId(fv string)
- func (m *ListenRequest_OpenRequest) String() string
- func (m *ListenRequest_OpenRequest) Unmarshal(b []byte) error
- func (m *ListenRequest_OpenRequest) UnmarshalJSON(data []byte) error
- type ListenRequest_OpenRequestPathSelectorName
- func (ListenRequest_OpenRequestPathSelectorName) FieldPath() *ListenRequestOpenRequest_FieldTerminalPath
- func (s ListenRequest_OpenRequestPathSelectorName) WithArrayOfValues(values []string) *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequest_OpenRequestPathSelectorName) WithValue(value string) *ListenRequestOpenRequest_FieldTerminalPathValue
- type ListenRequest_OpenRequestPathSelectorProject
- func (ListenRequest_OpenRequestPathSelectorProject) FieldPath() *ListenRequestOpenRequest_FieldTerminalPath
- func (s ListenRequest_OpenRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequest_OpenRequestPathSelectorProject) WithValue(value *project.Reference) *ListenRequestOpenRequest_FieldTerminalPathValue
- type ListenRequest_OpenRequestPathSelectorRegionId
- func (ListenRequest_OpenRequestPathSelectorRegionId) FieldPath() *ListenRequestOpenRequest_FieldTerminalPath
- func (s ListenRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequest_OpenRequestPathSelectorRegionId) WithValue(value string) *ListenRequestOpenRequest_FieldTerminalPathValue
- type ListenRequest_OpenRequest_
- type ListenRequest_OpenRequest_FieldMask
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) AppendPath(path ListenRequestOpenRequest_FieldPath)
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) FilterInputFields() *ListenRequest_OpenRequest_FieldMask
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) GetPaths() []ListenRequestOpenRequest_FieldPath
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) IsFull() bool
- func (fieldMask ListenRequest_OpenRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenRequest_OpenRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) PathsCount() int
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) Project(source *ListenRequest_OpenRequest) *ListenRequest_OpenRequest
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) Reset()
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) Set(target, source *ListenRequest_OpenRequest)
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) Size() int
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) String() string
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) Subtract(other *ListenRequest_OpenRequest_FieldMask) *ListenRequest_OpenRequest_FieldMask
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenRequest_OpenRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListenRequest_Ping
- type ListenRequest_ResumeRequest
- func (o *ListenRequest_ResumeRequest) Clone() *ListenRequest_ResumeRequest
- func (o *ListenRequest_ResumeRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenRequest_ResumeRequest) Descriptor() ([]byte, []int)
- func (m *ListenRequest_ResumeRequest) GetName() string
- func (m *ListenRequest_ResumeRequest) GetProject() *project.Reference
- func (m *ListenRequest_ResumeRequest) GetRegionId() string
- func (m *ListenRequest_ResumeRequest) GetSessionId() uint64
- func (*ListenRequest_ResumeRequest) GotenMessage()
- func (o *ListenRequest_ResumeRequest) GotenObjectExt()
- func (obj *ListenRequest_ResumeRequest) GotenValidate() error
- func (o *ListenRequest_ResumeRequest) MakeDiffFieldMask(other *ListenRequest_ResumeRequest) *ListenRequest_ResumeRequest_FieldMask
- func (o *ListenRequest_ResumeRequest) MakeFullFieldMask() *ListenRequest_ResumeRequest_FieldMask
- func (o *ListenRequest_ResumeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenRequest_ResumeRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenRequest_ResumeRequest) Marshal() ([]byte, error)
- func (m *ListenRequest_ResumeRequest) MarshalJSON() ([]byte, error)
- func (o *ListenRequest_ResumeRequest) Merge(source *ListenRequest_ResumeRequest)
- func (o *ListenRequest_ResumeRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenRequest_ResumeRequest) ProtoMessage()
- func (m *ListenRequest_ResumeRequest) ProtoReflect() preflect.Message
- func (m *ListenRequest_ResumeRequest) Reset()
- func (m *ListenRequest_ResumeRequest) SetName(fv string)
- func (m *ListenRequest_ResumeRequest) SetProject(fv *project.Reference)
- func (m *ListenRequest_ResumeRequest) SetRegionId(fv string)
- func (m *ListenRequest_ResumeRequest) SetSessionId(fv uint64)
- func (m *ListenRequest_ResumeRequest) String() string
- func (m *ListenRequest_ResumeRequest) Unmarshal(b []byte) error
- func (m *ListenRequest_ResumeRequest) UnmarshalJSON(data []byte) error
- type ListenRequest_ResumeRequestPathSelectorName
- func (ListenRequest_ResumeRequestPathSelectorName) FieldPath() *ListenRequestResumeRequest_FieldTerminalPath
- func (s ListenRequest_ResumeRequestPathSelectorName) WithArrayOfValues(values []string) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequest_ResumeRequestPathSelectorName) WithValue(value string) *ListenRequestResumeRequest_FieldTerminalPathValue
- type ListenRequest_ResumeRequestPathSelectorProject
- func (ListenRequest_ResumeRequestPathSelectorProject) FieldPath() *ListenRequestResumeRequest_FieldTerminalPath
- func (s ListenRequest_ResumeRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequest_ResumeRequestPathSelectorProject) WithValue(value *project.Reference) *ListenRequestResumeRequest_FieldTerminalPathValue
- type ListenRequest_ResumeRequestPathSelectorRegionId
- func (ListenRequest_ResumeRequestPathSelectorRegionId) FieldPath() *ListenRequestResumeRequest_FieldTerminalPath
- func (s ListenRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequest_ResumeRequestPathSelectorRegionId) WithValue(value string) *ListenRequestResumeRequest_FieldTerminalPathValue
- type ListenRequest_ResumeRequestPathSelectorSessionId
- func (ListenRequest_ResumeRequestPathSelectorSessionId) FieldPath() *ListenRequestResumeRequest_FieldTerminalPath
- func (s ListenRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
- func (s ListenRequest_ResumeRequestPathSelectorSessionId) WithValue(value uint64) *ListenRequestResumeRequest_FieldTerminalPathValue
- type ListenRequest_ResumeRequest_
- type ListenRequest_ResumeRequest_FieldMask
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) AppendPath(path ListenRequestResumeRequest_FieldPath)
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) FilterInputFields() *ListenRequest_ResumeRequest_FieldMask
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) GetPaths() []ListenRequestResumeRequest_FieldPath
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) IsFull() bool
- func (fieldMask ListenRequest_ResumeRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenRequest_ResumeRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) PathsCount() int
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Project(source *ListenRequest_ResumeRequest) *ListenRequest_ResumeRequest
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Reset()
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Set(target, source *ListenRequest_ResumeRequest)
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Size() int
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) String() string
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Subtract(other *ListenRequest_ResumeRequest_FieldMask) *ListenRequest_ResumeRequest_FieldMask
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenRequest_ResumeRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListenResponse
- func (o *ListenResponse) Clone() *ListenResponse
- func (o *ListenResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenResponse) Descriptor() ([]byte, []int)
- func (m *ListenResponse) GetListening() *ListenResponse_Listening
- func (m *ListenResponse) GetMessage() isListenResponse_Message
- func (m *ListenResponse) GetOpenChannelResponse() *ListenResponse_OpenChannelResponse
- func (m *ListenResponse) GetResumeChannelResponse() *ListenResponse_ResumeChannelResponse
- func (*ListenResponse) GotenMessage()
- func (o *ListenResponse) GotenObjectExt()
- func (obj *ListenResponse) GotenValidate() error
- func (o *ListenResponse) MakeDiffFieldMask(other *ListenResponse) *ListenResponse_FieldMask
- func (o *ListenResponse) MakeFullFieldMask() *ListenResponse_FieldMask
- func (o *ListenResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenResponse) Marshal() ([]byte, error)
- func (m *ListenResponse) MarshalJSON() ([]byte, error)
- func (o *ListenResponse) Merge(source *ListenResponse)
- func (o *ListenResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenResponse) ProtoMessage()
- func (m *ListenResponse) ProtoReflect() preflect.Message
- func (m *ListenResponse) Reset()
- func (m *ListenResponse) SetListening(fv *ListenResponse_Listening)
- func (m *ListenResponse) SetMessage(ofv isListenResponse_Message)
- func (m *ListenResponse) SetOpenChannelResponse(fv *ListenResponse_OpenChannelResponse)
- func (m *ListenResponse) SetResumeChannelResponse(fv *ListenResponse_ResumeChannelResponse)
- func (m *ListenResponse) String() string
- func (m *ListenResponse) Unmarshal(b []byte) error
- func (m *ListenResponse) UnmarshalJSON(data []byte) error
- type ListenResponseFieldPathBuilder
- func (ListenResponseFieldPathBuilder) Listening() ListenResponsePathSelectorListening
- func (ListenResponseFieldPathBuilder) OpenChannelResponse() ListenResponsePathSelectorOpenChannelResponse
- func (ListenResponseFieldPathBuilder) ResumeChannelResponse() ListenResponsePathSelectorResumeChannelResponse
- type ListenResponseListeningFieldPathBuilder
- type ListenResponseListening_FieldPath
- func BuildListenResponseListening_FieldPath(fp gotenobject.RawFieldPath) (ListenResponseListening_FieldPath, error)
- func MustParseListenResponseListening_FieldPath(rawField string) ListenResponseListening_FieldPath
- func ParseListenResponseListening_FieldPath(rawField string) (ListenResponseListening_FieldPath, error)
- type ListenResponseListening_FieldPathArrayItemValue
- type ListenResponseListening_FieldPathArrayOfValues
- type ListenResponseListening_FieldPathSelector
- type ListenResponseListening_FieldPathValue
- type ListenResponseListening_FieldTerminalPath
- func (fp *ListenResponseListening_FieldTerminalPath) ClearValue(item *ListenResponse_Listening)
- func (fp *ListenResponseListening_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenResponseListening_FieldTerminalPath) Get(source *ListenResponse_Listening) (values []interface{})
- func (fp *ListenResponseListening_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenResponseListening_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenResponseListening_FieldTerminalPath) GetSingle(source *ListenResponse_Listening) (interface{}, bool)
- func (fp *ListenResponseListening_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenResponseListening_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenResponseListening_FieldTerminalPath) JSONString() string
- func (fp *ListenResponseListening_FieldTerminalPath) Selector() ListenResponseListening_FieldPathSelector
- func (fp *ListenResponseListening_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenResponseListening_FieldTerminalPath) String() string
- func (fp *ListenResponseListening_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponseListening_FieldPathArrayItemValue
- func (fp *ListenResponseListening_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponseListening_FieldPathArrayOfValues
- func (fp *ListenResponseListening_FieldTerminalPath) WithIValue(value interface{}) ListenResponseListening_FieldPathValue
- func (fp *ListenResponseListening_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenResponseListening_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenResponseListening_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenResponseListening_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse_Listening) bool
- func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse_Listening) (interface{}, bool)
- func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenResponseListening_FieldTerminalPathArrayOfValues
- type ListenResponseListening_FieldTerminalPathValue
- func (fpv *ListenResponseListening_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
- func (fpv *ListenResponseListening_FieldTerminalPathValue) CompareWith(source *ListenResponse_Listening) (int, bool)
- func (fpv *ListenResponseListening_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenResponseListening_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenResponseListening_FieldTerminalPathValue) SetTo(target **ListenResponse_Listening)
- func (fpv *ListenResponseListening_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenResponseOpenChannelResponseFieldPathBuilder
- func (ListenResponseOpenChannelResponseFieldPathBuilder) Arg() ListenResponse_OpenChannelResponsePathSelectorArg
- func (ListenResponseOpenChannelResponseFieldPathBuilder) ChannelId() ListenResponse_OpenChannelResponsePathSelectorChannelId
- func (ListenResponseOpenChannelResponseFieldPathBuilder) Service() ListenResponse_OpenChannelResponsePathSelectorService
- type ListenResponseOpenChannelResponse_FieldPath
- func BuildListenResponseOpenChannelResponse_FieldPath(fp gotenobject.RawFieldPath) (ListenResponseOpenChannelResponse_FieldPath, error)
- func MustParseListenResponseOpenChannelResponse_FieldPath(rawField string) ListenResponseOpenChannelResponse_FieldPath
- func ParseListenResponseOpenChannelResponse_FieldPath(rawField string) (ListenResponseOpenChannelResponse_FieldPath, error)
- type ListenResponseOpenChannelResponse_FieldPathArrayItemValue
- func MustParseListenResponseOpenChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListenResponseOpenChannelResponse_FieldPathArrayItemValue
- func ParseListenResponseOpenChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListenResponseOpenChannelResponse_FieldPathArrayItemValue, error)
- type ListenResponseOpenChannelResponse_FieldPathArrayOfValues
- func MustParseListenResponseOpenChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListenResponseOpenChannelResponse_FieldPathArrayOfValues
- func ParseListenResponseOpenChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenResponseOpenChannelResponse_FieldPathArrayOfValues, error)
- type ListenResponseOpenChannelResponse_FieldPathSelector
- type ListenResponseOpenChannelResponse_FieldPathValue
- type ListenResponseOpenChannelResponse_FieldTerminalPath
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) ClearValue(item *ListenResponse_OpenChannelResponse)
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) Get(source *ListenResponse_OpenChannelResponse) (values []interface{})
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetSingle(source *ListenResponse_OpenChannelResponse) (interface{}, bool)
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) JSONString() string
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) Selector() ListenResponseOpenChannelResponse_FieldPathSelector
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) String() string
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponseOpenChannelResponse_FieldPathArrayItemValue
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponseOpenChannelResponse_FieldPathArrayOfValues
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithIValue(value interface{}) ListenResponseOpenChannelResponse_FieldPathValue
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse_OpenChannelResponse) bool
- func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse_OpenChannelResponse) (interface{}, bool)
- func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsArgArrayOfValues() ([][]byte, bool)
- func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]string, bool)
- func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListenResponseOpenChannelResponse_FieldTerminalPathValue
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsArgValue() ([]byte, bool)
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsServiceValue() (string, bool)
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) CompareWith(source *ListenResponse_OpenChannelResponse) (int, bool)
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) SetTo(target **ListenResponse_OpenChannelResponse)
- func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenResponsePathSelectorListening
- func (ListenResponsePathSelectorListening) FieldPath() *ListenResponse_FieldTerminalPath
- func (ListenResponsePathSelectorListening) SessionId() ListenResponsePathSelectorListeningSessionId
- func (s ListenResponsePathSelectorListening) WithArrayOfValues(values []*ListenResponse_Listening) *ListenResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponsePathSelectorListening) WithSubArrayItemValue(subPathArrayItemValue ListenResponseListening_FieldPathArrayItemValue) *ListenResponse_FieldSubPathArrayItemValue
- func (s ListenResponsePathSelectorListening) WithSubArrayOfValues(subPathArrayOfValues ListenResponseListening_FieldPathArrayOfValues) *ListenResponse_FieldSubPathArrayOfValues
- func (ListenResponsePathSelectorListening) WithSubPath(subPath ListenResponseListening_FieldPath) *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorListening) WithSubValue(subPathValue ListenResponseListening_FieldPathValue) *ListenResponse_FieldSubPathValue
- func (s ListenResponsePathSelectorListening) WithValue(value *ListenResponse_Listening) *ListenResponse_FieldTerminalPathValue
- type ListenResponsePathSelectorListeningSessionId
- func (ListenResponsePathSelectorListeningSessionId) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorListeningSessionId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorListeningSessionId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
- type ListenResponsePathSelectorOpenChannelResponse
- func (ListenResponsePathSelectorOpenChannelResponse) Arg() ListenResponsePathSelectorOpenChannelResponseArg
- func (ListenResponsePathSelectorOpenChannelResponse) ChannelId() ListenResponsePathSelectorOpenChannelResponseChannelId
- func (ListenResponsePathSelectorOpenChannelResponse) FieldPath() *ListenResponse_FieldTerminalPath
- func (ListenResponsePathSelectorOpenChannelResponse) Service() ListenResponsePathSelectorOpenChannelResponseService
- func (s ListenResponsePathSelectorOpenChannelResponse) WithArrayOfValues(values []*ListenResponse_OpenChannelResponse) *ListenResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponsePathSelectorOpenChannelResponse) WithSubArrayItemValue(...) *ListenResponse_FieldSubPathArrayItemValue
- func (s ListenResponsePathSelectorOpenChannelResponse) WithSubArrayOfValues(subPathArrayOfValues ListenResponseOpenChannelResponse_FieldPathArrayOfValues) *ListenResponse_FieldSubPathArrayOfValues
- func (ListenResponsePathSelectorOpenChannelResponse) WithSubPath(subPath ListenResponseOpenChannelResponse_FieldPath) *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorOpenChannelResponse) WithSubValue(subPathValue ListenResponseOpenChannelResponse_FieldPathValue) *ListenResponse_FieldSubPathValue
- func (s ListenResponsePathSelectorOpenChannelResponse) WithValue(value *ListenResponse_OpenChannelResponse) *ListenResponse_FieldTerminalPathValue
- type ListenResponsePathSelectorOpenChannelResponseArg
- func (ListenResponsePathSelectorOpenChannelResponseArg) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorOpenChannelResponseArg) WithArrayOfValues(values [][]byte) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorOpenChannelResponseArg) WithValue(value []byte) *ListenResponse_FieldSubPathValue
- type ListenResponsePathSelectorOpenChannelResponseChannelId
- func (ListenResponsePathSelectorOpenChannelResponseChannelId) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorOpenChannelResponseChannelId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorOpenChannelResponseChannelId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
- type ListenResponsePathSelectorOpenChannelResponseService
- func (ListenResponsePathSelectorOpenChannelResponseService) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorOpenChannelResponseService) WithArrayOfValues(values []string) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorOpenChannelResponseService) WithValue(value string) *ListenResponse_FieldSubPathValue
- type ListenResponsePathSelectorResumeChannelResponse
- func (ListenResponsePathSelectorResumeChannelResponse) Arg() ListenResponsePathSelectorResumeChannelResponseArg
- func (ListenResponsePathSelectorResumeChannelResponse) ChannelId() ListenResponsePathSelectorResumeChannelResponseChannelId
- func (ListenResponsePathSelectorResumeChannelResponse) FieldPath() *ListenResponse_FieldTerminalPath
- func (ListenResponsePathSelectorResumeChannelResponse) LastMessageId() ListenResponsePathSelectorResumeChannelResponseLastMessageId
- func (ListenResponsePathSelectorResumeChannelResponse) Service() ListenResponsePathSelectorResumeChannelResponseService
- func (s ListenResponsePathSelectorResumeChannelResponse) WithArrayOfValues(values []*ListenResponse_ResumeChannelResponse) *ListenResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponsePathSelectorResumeChannelResponse) WithSubArrayItemValue(...) *ListenResponse_FieldSubPathArrayItemValue
- func (s ListenResponsePathSelectorResumeChannelResponse) WithSubArrayOfValues(...) *ListenResponse_FieldSubPathArrayOfValues
- func (ListenResponsePathSelectorResumeChannelResponse) WithSubPath(subPath ListenResponseResumeChannelResponse_FieldPath) *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorResumeChannelResponse) WithSubValue(subPathValue ListenResponseResumeChannelResponse_FieldPathValue) *ListenResponse_FieldSubPathValue
- func (s ListenResponsePathSelectorResumeChannelResponse) WithValue(value *ListenResponse_ResumeChannelResponse) *ListenResponse_FieldTerminalPathValue
- type ListenResponsePathSelectorResumeChannelResponseArg
- func (ListenResponsePathSelectorResumeChannelResponseArg) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorResumeChannelResponseArg) WithArrayOfValues(values [][]byte) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorResumeChannelResponseArg) WithValue(value []byte) *ListenResponse_FieldSubPathValue
- type ListenResponsePathSelectorResumeChannelResponseChannelId
- func (ListenResponsePathSelectorResumeChannelResponseChannelId) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorResumeChannelResponseChannelId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorResumeChannelResponseChannelId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
- type ListenResponsePathSelectorResumeChannelResponseLastMessageId
- func (ListenResponsePathSelectorResumeChannelResponseLastMessageId) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorResumeChannelResponseLastMessageId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorResumeChannelResponseLastMessageId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
- type ListenResponsePathSelectorResumeChannelResponseService
- func (ListenResponsePathSelectorResumeChannelResponseService) FieldPath() *ListenResponse_FieldSubPath
- func (s ListenResponsePathSelectorResumeChannelResponseService) WithArrayOfValues(values []string) *ListenResponse_FieldSubPathArrayOfValues
- func (s ListenResponsePathSelectorResumeChannelResponseService) WithValue(value string) *ListenResponse_FieldSubPathValue
- type ListenResponseResumeChannelResponseFieldPathBuilder
- func (ListenResponseResumeChannelResponseFieldPathBuilder) Arg() ListenResponse_ResumeChannelResponsePathSelectorArg
- func (ListenResponseResumeChannelResponseFieldPathBuilder) ChannelId() ListenResponse_ResumeChannelResponsePathSelectorChannelId
- func (ListenResponseResumeChannelResponseFieldPathBuilder) LastMessageId() ListenResponse_ResumeChannelResponsePathSelectorLastMessageId
- func (ListenResponseResumeChannelResponseFieldPathBuilder) Service() ListenResponse_ResumeChannelResponsePathSelectorService
- type ListenResponseResumeChannelResponse_FieldPath
- func BuildListenResponseResumeChannelResponse_FieldPath(fp gotenobject.RawFieldPath) (ListenResponseResumeChannelResponse_FieldPath, error)
- func MustParseListenResponseResumeChannelResponse_FieldPath(rawField string) ListenResponseResumeChannelResponse_FieldPath
- func ParseListenResponseResumeChannelResponse_FieldPath(rawField string) (ListenResponseResumeChannelResponse_FieldPath, error)
- type ListenResponseResumeChannelResponse_FieldPathArrayItemValue
- func MustParseListenResponseResumeChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListenResponseResumeChannelResponse_FieldPathArrayItemValue
- func ParseListenResponseResumeChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListenResponseResumeChannelResponse_FieldPathArrayItemValue, error)
- type ListenResponseResumeChannelResponse_FieldPathArrayOfValues
- func MustParseListenResponseResumeChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListenResponseResumeChannelResponse_FieldPathArrayOfValues
- func ParseListenResponseResumeChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenResponseResumeChannelResponse_FieldPathArrayOfValues, error)
- type ListenResponseResumeChannelResponse_FieldPathSelector
- type ListenResponseResumeChannelResponse_FieldPathValue
- type ListenResponseResumeChannelResponse_FieldTerminalPath
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) ClearValue(item *ListenResponse_ResumeChannelResponse)
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) Get(source *ListenResponse_ResumeChannelResponse) (values []interface{})
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetSingle(source *ListenResponse_ResumeChannelResponse) (interface{}, bool)
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) JSONString() string
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) Selector() ListenResponseResumeChannelResponse_FieldPathSelector
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) String() string
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponseResumeChannelResponse_FieldPathArrayItemValue
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponseResumeChannelResponse_FieldPathArrayOfValues
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithIValue(value interface{}) ListenResponseResumeChannelResponse_FieldPathValue
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse_ResumeChannelResponse) bool
- func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse_ResumeChannelResponse) (interface{}, bool)
- func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsArgArrayOfValues() ([][]byte, bool)
- func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
- func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]string, bool)
- func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListenResponseResumeChannelResponse_FieldTerminalPathValue
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsArgValue() ([]byte, bool)
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsServiceValue() (string, bool)
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) CompareWith(source *ListenResponse_ResumeChannelResponse) (int, bool)
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) SetTo(target **ListenResponse_ResumeChannelResponse)
- func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenResponse_FieldMask
- func (fieldMask *ListenResponse_FieldMask) AppendPath(path ListenResponse_FieldPath)
- func (fieldMask *ListenResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenResponse_FieldMask) FilterInputFields() *ListenResponse_FieldMask
- func (fieldMask *ListenResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenResponse_FieldMask) GetPaths() []ListenResponse_FieldPath
- func (fieldMask *ListenResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenResponse_FieldMask) IsFull() bool
- func (fieldMask ListenResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenResponse_FieldMask) PathsCount() int
- func (fieldMask *ListenResponse_FieldMask) Project(source *ListenResponse) *ListenResponse
- func (fieldMask *ListenResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListenResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenResponse_FieldMask) Reset()
- func (fieldMask *ListenResponse_FieldMask) Set(target, source *ListenResponse)
- func (fieldMask *ListenResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenResponse_FieldMask) Size() int
- func (fieldMask *ListenResponse_FieldMask) String() string
- func (fieldMask *ListenResponse_FieldMask) Subtract(other *ListenResponse_FieldMask) *ListenResponse_FieldMask
- func (fieldMask *ListenResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListenResponse_FieldPath
- type ListenResponse_FieldPathArrayItemValue
- type ListenResponse_FieldPathArrayOfValues
- type ListenResponse_FieldPathSelector
- type ListenResponse_FieldPathValue
- type ListenResponse_FieldSubPath
- func (fps *ListenResponse_FieldSubPath) AsListeningSubPath() (ListenResponseListening_FieldPath, bool)
- func (fps *ListenResponse_FieldSubPath) AsOpenChannelResponseSubPath() (ListenResponseOpenChannelResponse_FieldPath, bool)
- func (fps *ListenResponse_FieldSubPath) AsResumeChannelResponseSubPath() (ListenResponseResumeChannelResponse_FieldPath, bool)
- func (fps *ListenResponse_FieldSubPath) ClearValue(item *ListenResponse)
- func (fps *ListenResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListenResponse_FieldSubPath) Get(source *ListenResponse) (values []interface{})
- func (fps *ListenResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListenResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListenResponse_FieldSubPath) GetSingle(source *ListenResponse) (interface{}, bool)
- func (fps *ListenResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListenResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListenResponse_FieldSubPath) JSONString() string
- func (fps *ListenResponse_FieldSubPath) Selector() ListenResponse_FieldPathSelector
- func (fps *ListenResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ListenResponse_FieldSubPath) String() string
- func (fps *ListenResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListenResponse_FieldPathArrayItemValue
- func (fps *ListenResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListenResponse_FieldPathArrayOfValues
- func (fps *ListenResponse_FieldSubPath) WithIValue(value interface{}) ListenResponse_FieldPathValue
- func (fps *ListenResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListenResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListenResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) AsListeningPathItemValue() (ListenResponseListening_FieldPathArrayItemValue, bool)
- func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) AsOpenChannelResponsePathItemValue() (ListenResponseOpenChannelResponse_FieldPathArrayItemValue, bool)
- func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) AsResumeChannelResponsePathItemValue() (ListenResponseResumeChannelResponse_FieldPathArrayItemValue, bool)
- func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListenResponse) bool
- func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListenResponse_FieldSubPathArrayOfValues
- func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) AsListeningPathArrayOfValues() (ListenResponseListening_FieldPathArrayOfValues, bool)
- func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) AsOpenChannelResponsePathArrayOfValues() (ListenResponseOpenChannelResponse_FieldPathArrayOfValues, bool)
- func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) AsResumeChannelResponsePathArrayOfValues() (ListenResponseResumeChannelResponse_FieldPathArrayOfValues, bool)
- func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type ListenResponse_FieldSubPathValue
- func (fpvs *ListenResponse_FieldSubPathValue) AsListeningPathValue() (ListenResponseListening_FieldPathValue, bool)
- func (fpvs *ListenResponse_FieldSubPathValue) AsOpenChannelResponsePathValue() (ListenResponseOpenChannelResponse_FieldPathValue, bool)
- func (fpvs *ListenResponse_FieldSubPathValue) AsResumeChannelResponsePathValue() (ListenResponseResumeChannelResponse_FieldPathValue, bool)
- func (fpvs *ListenResponse_FieldSubPathValue) CompareWith(source *ListenResponse) (int, bool)
- func (fpvs *ListenResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListenResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListenResponse_FieldSubPathValue) SetTo(target **ListenResponse)
- func (fpvs *ListenResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListenResponse_FieldTerminalPath
- func (fp *ListenResponse_FieldTerminalPath) ClearValue(item *ListenResponse)
- func (fp *ListenResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListenResponse_FieldTerminalPath) Get(source *ListenResponse) (values []interface{})
- func (fp *ListenResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListenResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListenResponse_FieldTerminalPath) GetSingle(source *ListenResponse) (interface{}, bool)
- func (fp *ListenResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListenResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListenResponse_FieldTerminalPath) JSONString() string
- func (fp *ListenResponse_FieldTerminalPath) Selector() ListenResponse_FieldPathSelector
- func (fp *ListenResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListenResponse_FieldTerminalPath) String() string
- func (fp *ListenResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponse_FieldPathArrayItemValue
- func (fp *ListenResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponse_FieldPathArrayOfValues
- func (fp *ListenResponse_FieldTerminalPath) WithIValue(value interface{}) ListenResponse_FieldPathValue
- func (fp *ListenResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListenResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListenResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListenResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse) bool
- func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse) (interface{}, bool)
- func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListenResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) AsListeningArrayOfValues() ([]*ListenResponse_Listening, bool)
- func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) AsOpenChannelResponseArrayOfValues() ([]*ListenResponse_OpenChannelResponse, bool)
- func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) AsResumeChannelResponseArrayOfValues() ([]*ListenResponse_ResumeChannelResponse, bool)
- func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListenResponse_FieldTerminalPathValue
- func (fpv *ListenResponse_FieldTerminalPathValue) AsListeningValue() (*ListenResponse_Listening, bool)
- func (fpv *ListenResponse_FieldTerminalPathValue) AsOpenChannelResponseValue() (*ListenResponse_OpenChannelResponse, bool)
- func (fpv *ListenResponse_FieldTerminalPathValue) AsResumeChannelResponseValue() (*ListenResponse_ResumeChannelResponse, bool)
- func (fpv *ListenResponse_FieldTerminalPathValue) CompareWith(source *ListenResponse) (int, bool)
- func (fpv *ListenResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListenResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListenResponse_FieldTerminalPathValue) SetTo(target **ListenResponse)
- func (fpv *ListenResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListenResponse_Listening
- func (o *ListenResponse_Listening) Clone() *ListenResponse_Listening
- func (o *ListenResponse_Listening) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenResponse_Listening) Descriptor() ([]byte, []int)
- func (m *ListenResponse_Listening) GetSessionId() uint64
- func (*ListenResponse_Listening) GotenMessage()
- func (o *ListenResponse_Listening) GotenObjectExt()
- func (obj *ListenResponse_Listening) GotenValidate() error
- func (o *ListenResponse_Listening) MakeDiffFieldMask(other *ListenResponse_Listening) *ListenResponse_Listening_FieldMask
- func (o *ListenResponse_Listening) MakeFullFieldMask() *ListenResponse_Listening_FieldMask
- func (o *ListenResponse_Listening) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenResponse_Listening) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenResponse_Listening) Marshal() ([]byte, error)
- func (m *ListenResponse_Listening) MarshalJSON() ([]byte, error)
- func (o *ListenResponse_Listening) Merge(source *ListenResponse_Listening)
- func (o *ListenResponse_Listening) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenResponse_Listening) ProtoMessage()
- func (m *ListenResponse_Listening) ProtoReflect() preflect.Message
- func (m *ListenResponse_Listening) Reset()
- func (m *ListenResponse_Listening) SetSessionId(fv uint64)
- func (m *ListenResponse_Listening) String() string
- func (m *ListenResponse_Listening) Unmarshal(b []byte) error
- func (m *ListenResponse_Listening) UnmarshalJSON(data []byte) error
- type ListenResponse_ListeningPathSelectorSessionId
- func (ListenResponse_ListeningPathSelectorSessionId) FieldPath() *ListenResponseListening_FieldTerminalPath
- func (s ListenResponse_ListeningPathSelectorSessionId) WithArrayOfValues(values []uint64) *ListenResponseListening_FieldTerminalPathArrayOfValues
- func (s ListenResponse_ListeningPathSelectorSessionId) WithValue(value uint64) *ListenResponseListening_FieldTerminalPathValue
- type ListenResponse_Listening_
- type ListenResponse_Listening_FieldMask
- func (fieldMask *ListenResponse_Listening_FieldMask) AppendPath(path ListenResponseListening_FieldPath)
- func (fieldMask *ListenResponse_Listening_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenResponse_Listening_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenResponse_Listening_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenResponse_Listening_FieldMask) FilterInputFields() *ListenResponse_Listening_FieldMask
- func (fieldMask *ListenResponse_Listening_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenResponse_Listening_FieldMask) GetPaths() []ListenResponseListening_FieldPath
- func (fieldMask *ListenResponse_Listening_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenResponse_Listening_FieldMask) IsFull() bool
- func (fieldMask ListenResponse_Listening_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenResponse_Listening_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenResponse_Listening_FieldMask) PathsCount() int
- func (fieldMask *ListenResponse_Listening_FieldMask) Project(source *ListenResponse_Listening) *ListenResponse_Listening
- func (fieldMask *ListenResponse_Listening_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenResponse_Listening_FieldMask) ProtoMessage()
- func (fieldMask *ListenResponse_Listening_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenResponse_Listening_FieldMask) Reset()
- func (fieldMask *ListenResponse_Listening_FieldMask) Set(target, source *ListenResponse_Listening)
- func (fieldMask *ListenResponse_Listening_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenResponse_Listening_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenResponse_Listening_FieldMask) Size() int
- func (fieldMask *ListenResponse_Listening_FieldMask) String() string
- func (fieldMask *ListenResponse_Listening_FieldMask) Subtract(other *ListenResponse_Listening_FieldMask) *ListenResponse_Listening_FieldMask
- func (fieldMask *ListenResponse_Listening_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenResponse_Listening_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenResponse_Listening_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenResponse_Listening_FieldMask) UnmarshalJSON(data []byte) error
- type ListenResponse_OpenChannelResponse
- func (o *ListenResponse_OpenChannelResponse) Clone() *ListenResponse_OpenChannelResponse
- func (o *ListenResponse_OpenChannelResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenResponse_OpenChannelResponse) Descriptor() ([]byte, []int)
- func (m *ListenResponse_OpenChannelResponse) GetArg() []byte
- func (m *ListenResponse_OpenChannelResponse) GetChannelId() uint64
- func (m *ListenResponse_OpenChannelResponse) GetService() string
- func (*ListenResponse_OpenChannelResponse) GotenMessage()
- func (o *ListenResponse_OpenChannelResponse) GotenObjectExt()
- func (obj *ListenResponse_OpenChannelResponse) GotenValidate() error
- func (o *ListenResponse_OpenChannelResponse) MakeDiffFieldMask(other *ListenResponse_OpenChannelResponse) *ListenResponse_OpenChannelResponse_FieldMask
- func (o *ListenResponse_OpenChannelResponse) MakeFullFieldMask() *ListenResponse_OpenChannelResponse_FieldMask
- func (o *ListenResponse_OpenChannelResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenResponse_OpenChannelResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenResponse_OpenChannelResponse) Marshal() ([]byte, error)
- func (m *ListenResponse_OpenChannelResponse) MarshalJSON() ([]byte, error)
- func (o *ListenResponse_OpenChannelResponse) Merge(source *ListenResponse_OpenChannelResponse)
- func (o *ListenResponse_OpenChannelResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenResponse_OpenChannelResponse) ProtoMessage()
- func (m *ListenResponse_OpenChannelResponse) ProtoReflect() preflect.Message
- func (m *ListenResponse_OpenChannelResponse) Reset()
- func (m *ListenResponse_OpenChannelResponse) SetArg(fv []byte)
- func (m *ListenResponse_OpenChannelResponse) SetChannelId(fv uint64)
- func (m *ListenResponse_OpenChannelResponse) SetService(fv string)
- func (m *ListenResponse_OpenChannelResponse) String() string
- func (m *ListenResponse_OpenChannelResponse) Unmarshal(b []byte) error
- func (m *ListenResponse_OpenChannelResponse) UnmarshalJSON(data []byte) error
- type ListenResponse_OpenChannelResponsePathSelectorArg
- func (ListenResponse_OpenChannelResponsePathSelectorArg) FieldPath() *ListenResponseOpenChannelResponse_FieldTerminalPath
- func (s ListenResponse_OpenChannelResponsePathSelectorArg) WithArrayOfValues(values [][]byte) *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponse_OpenChannelResponsePathSelectorArg) WithValue(value []byte) *ListenResponseOpenChannelResponse_FieldTerminalPathValue
- type ListenResponse_OpenChannelResponsePathSelectorChannelId
- func (ListenResponse_OpenChannelResponsePathSelectorChannelId) FieldPath() *ListenResponseOpenChannelResponse_FieldTerminalPath
- func (s ListenResponse_OpenChannelResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponse_OpenChannelResponsePathSelectorChannelId) WithValue(value uint64) *ListenResponseOpenChannelResponse_FieldTerminalPathValue
- type ListenResponse_OpenChannelResponsePathSelectorService
- func (ListenResponse_OpenChannelResponsePathSelectorService) FieldPath() *ListenResponseOpenChannelResponse_FieldTerminalPath
- func (s ListenResponse_OpenChannelResponsePathSelectorService) WithArrayOfValues(values []string) *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponse_OpenChannelResponsePathSelectorService) WithValue(value string) *ListenResponseOpenChannelResponse_FieldTerminalPathValue
- type ListenResponse_OpenChannelResponse_
- type ListenResponse_OpenChannelResponse_FieldMask
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) AppendPath(path ListenResponseOpenChannelResponse_FieldPath)
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) FilterInputFields() *ListenResponse_OpenChannelResponse_FieldMask
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) GetPaths() []ListenResponseOpenChannelResponse_FieldPath
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) IsFull() bool
- func (fieldMask ListenResponse_OpenChannelResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenResponse_OpenChannelResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) PathsCount() int
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Project(source *ListenResponse_OpenChannelResponse) *ListenResponse_OpenChannelResponse
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Reset()
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Set(target, source *ListenResponse_OpenChannelResponse)
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Size() int
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) String() string
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Subtract(other *ListenResponse_OpenChannelResponse_FieldMask) *ListenResponse_OpenChannelResponse_FieldMask
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListenResponse_ResumeChannelResponse
- func (o *ListenResponse_ResumeChannelResponse) Clone() *ListenResponse_ResumeChannelResponse
- func (o *ListenResponse_ResumeChannelResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListenResponse_ResumeChannelResponse) Descriptor() ([]byte, []int)
- func (m *ListenResponse_ResumeChannelResponse) GetArg() []byte
- func (m *ListenResponse_ResumeChannelResponse) GetChannelId() uint64
- func (m *ListenResponse_ResumeChannelResponse) GetLastMessageId() uint64
- func (m *ListenResponse_ResumeChannelResponse) GetService() string
- func (*ListenResponse_ResumeChannelResponse) GotenMessage()
- func (o *ListenResponse_ResumeChannelResponse) GotenObjectExt()
- func (obj *ListenResponse_ResumeChannelResponse) GotenValidate() error
- func (o *ListenResponse_ResumeChannelResponse) MakeDiffFieldMask(other *ListenResponse_ResumeChannelResponse) *ListenResponse_ResumeChannelResponse_FieldMask
- func (o *ListenResponse_ResumeChannelResponse) MakeFullFieldMask() *ListenResponse_ResumeChannelResponse_FieldMask
- func (o *ListenResponse_ResumeChannelResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListenResponse_ResumeChannelResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListenResponse_ResumeChannelResponse) Marshal() ([]byte, error)
- func (m *ListenResponse_ResumeChannelResponse) MarshalJSON() ([]byte, error)
- func (o *ListenResponse_ResumeChannelResponse) Merge(source *ListenResponse_ResumeChannelResponse)
- func (o *ListenResponse_ResumeChannelResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListenResponse_ResumeChannelResponse) ProtoMessage()
- func (m *ListenResponse_ResumeChannelResponse) ProtoReflect() preflect.Message
- func (m *ListenResponse_ResumeChannelResponse) Reset()
- func (m *ListenResponse_ResumeChannelResponse) SetArg(fv []byte)
- func (m *ListenResponse_ResumeChannelResponse) SetChannelId(fv uint64)
- func (m *ListenResponse_ResumeChannelResponse) SetLastMessageId(fv uint64)
- func (m *ListenResponse_ResumeChannelResponse) SetService(fv string)
- func (m *ListenResponse_ResumeChannelResponse) String() string
- func (m *ListenResponse_ResumeChannelResponse) Unmarshal(b []byte) error
- func (m *ListenResponse_ResumeChannelResponse) UnmarshalJSON(data []byte) error
- type ListenResponse_ResumeChannelResponsePathSelectorArg
- func (ListenResponse_ResumeChannelResponsePathSelectorArg) FieldPath() *ListenResponseResumeChannelResponse_FieldTerminalPath
- func (s ListenResponse_ResumeChannelResponsePathSelectorArg) WithArrayOfValues(values [][]byte) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponse_ResumeChannelResponsePathSelectorArg) WithValue(value []byte) *ListenResponseResumeChannelResponse_FieldTerminalPathValue
- type ListenResponse_ResumeChannelResponsePathSelectorChannelId
- func (ListenResponse_ResumeChannelResponsePathSelectorChannelId) FieldPath() *ListenResponseResumeChannelResponse_FieldTerminalPath
- func (s ListenResponse_ResumeChannelResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponse_ResumeChannelResponsePathSelectorChannelId) WithValue(value uint64) *ListenResponseResumeChannelResponse_FieldTerminalPathValue
- type ListenResponse_ResumeChannelResponsePathSelectorLastMessageId
- func (ListenResponse_ResumeChannelResponsePathSelectorLastMessageId) FieldPath() *ListenResponseResumeChannelResponse_FieldTerminalPath
- func (s ListenResponse_ResumeChannelResponsePathSelectorLastMessageId) WithArrayOfValues(values []uint64) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponse_ResumeChannelResponsePathSelectorLastMessageId) WithValue(value uint64) *ListenResponseResumeChannelResponse_FieldTerminalPathValue
- type ListenResponse_ResumeChannelResponsePathSelectorService
- func (ListenResponse_ResumeChannelResponsePathSelectorService) FieldPath() *ListenResponseResumeChannelResponse_FieldTerminalPath
- func (s ListenResponse_ResumeChannelResponsePathSelectorService) WithArrayOfValues(values []string) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
- func (s ListenResponse_ResumeChannelResponsePathSelectorService) WithValue(value string) *ListenResponseResumeChannelResponse_FieldTerminalPathValue
- type ListenResponse_ResumeChannelResponse_
- type ListenResponse_ResumeChannelResponse_FieldMask
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) AppendPath(path ListenResponseResumeChannelResponse_FieldPath)
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) FilterInputFields() *ListenResponse_ResumeChannelResponse_FieldMask
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) GetPaths() []ListenResponseResumeChannelResponse_FieldPath
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) IsFull() bool
- func (fieldMask ListenResponse_ResumeChannelResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListenResponse_ResumeChannelResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) PathsCount() int
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Project(source *ListenResponse_ResumeChannelResponse) *ListenResponse_ResumeChannelResponse
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Reset()
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Set(target, source *ListenResponse_ResumeChannelResponse)
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Size() int
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) String() string
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Subtract(other *ListenResponse_ResumeChannelResponse_FieldMask) *ListenResponse_ResumeChannelResponse_FieldMask
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) UnmarshalJSON(data []byte) error
- type Ping
- func (o *Ping) Clone() *Ping
- func (o *Ping) CloneRaw() gotenobject.GotenObjectExt
- func (*Ping) Descriptor() ([]byte, []int)
- func (*Ping) GotenMessage()
- func (o *Ping) GotenObjectExt()
- func (obj *Ping) GotenValidate() error
- func (o *Ping) MakeDiffFieldMask(other *Ping) *Ping_FieldMask
- func (o *Ping) MakeFullFieldMask() *Ping_FieldMask
- func (o *Ping) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Ping) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Ping) Marshal() ([]byte, error)
- func (m *Ping) MarshalJSON() ([]byte, error)
- func (o *Ping) Merge(source *Ping)
- func (o *Ping) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Ping) ProtoMessage()
- func (m *Ping) ProtoReflect() preflect.Message
- func (m *Ping) Reset()
- func (m *Ping) String() string
- func (m *Ping) Unmarshal(b []byte) error
- func (m *Ping) UnmarshalJSON(data []byte) error
- type PingFieldPathBuilder
- type Ping_FieldMask
- func (fieldMask *Ping_FieldMask) AppendPath(path Ping_FieldPath)
- func (fieldMask *Ping_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Ping_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Ping_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Ping_FieldMask) FilterInputFields() *Ping_FieldMask
- func (fieldMask *Ping_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Ping_FieldMask) GetPaths() []Ping_FieldPath
- func (fieldMask *Ping_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Ping_FieldMask) IsFull() bool
- func (fieldMask Ping_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Ping_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Ping_FieldMask) PathsCount() int
- func (fieldMask *Ping_FieldMask) Project(source *Ping) *Ping
- func (fieldMask *Ping_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Ping_FieldMask) ProtoMessage()
- func (fieldMask *Ping_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Ping_FieldMask) Reset()
- func (fieldMask *Ping_FieldMask) Set(target, source *Ping)
- func (fieldMask *Ping_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Ping_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Ping_FieldMask) Size() int
- func (fieldMask *Ping_FieldMask) String() string
- func (fieldMask *Ping_FieldMask) Subtract(other *Ping_FieldMask) *Ping_FieldMask
- func (fieldMask *Ping_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Ping_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Ping_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Ping_FieldMask) UnmarshalJSON(data []byte) error
- type Ping_FieldPath
- type Ping_FieldPathArrayItemValue
- type Ping_FieldPathArrayOfValues
- type Ping_FieldPathSelector
- type Ping_FieldPathValue
- type Ping_FieldTerminalPath
- func (fp *Ping_FieldTerminalPath) ClearValue(item *Ping)
- func (fp *Ping_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Ping_FieldTerminalPath) Get(source *Ping) (values []interface{})
- func (fp *Ping_FieldTerminalPath) GetDefault() interface{}
- func (fp *Ping_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Ping_FieldTerminalPath) GetSingle(source *Ping) (interface{}, bool)
- func (fp *Ping_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Ping_FieldTerminalPath) IsLeaf() bool
- func (fp *Ping_FieldTerminalPath) JSONString() string
- func (fp *Ping_FieldTerminalPath) Selector() Ping_FieldPathSelector
- func (fp *Ping_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Ping_FieldTerminalPath) String() string
- func (fp *Ping_FieldTerminalPath) WithIArrayItemValue(value interface{}) Ping_FieldPathArrayItemValue
- func (fp *Ping_FieldTerminalPath) WithIArrayOfValues(values interface{}) Ping_FieldPathArrayOfValues
- func (fp *Ping_FieldTerminalPath) WithIValue(value interface{}) Ping_FieldPathValue
- func (fp *Ping_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Ping_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Ping_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Ping_FieldTerminalPathArrayItemValue
- func (fpaiv *Ping_FieldTerminalPathArrayItemValue) ContainsValue(source *Ping) bool
- func (fpaiv *Ping_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Ping_FieldTerminalPathArrayItemValue) GetSingle(source *Ping) (interface{}, bool)
- func (fpaiv *Ping_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Ping_FieldTerminalPathArrayOfValues
- type Ping_FieldTerminalPathValue
- func (fpv *Ping_FieldTerminalPathValue) CompareWith(source *Ping) (int, bool)
- func (fpv *Ping_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Ping_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Ping_FieldTerminalPathValue) SetTo(target **Ping)
- func (fpv *Ping_FieldTerminalPathValue) SetToRaw(target proto.Message)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptClientStream ¶
type AcceptClientStream interface { Send(*AcceptRequest) error Recv() (*AcceptResponse, error) grpc.ClientStream }
type AcceptDescriptor ¶ added in v0.4.28
type AcceptDescriptor struct{}
func GetAcceptDescriptor ¶ added in v0.4.28
func GetAcceptDescriptor() *AcceptDescriptor
func (*AcceptDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *AcceptDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*AcceptDescriptor) GetApiName ¶ added in v0.4.28
func (d *AcceptDescriptor) GetApiName() string
func (*AcceptDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *AcceptDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*AcceptDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *AcceptDescriptor) GetFullMethodName() string
func (*AcceptDescriptor) GetMethodName ¶ added in v0.4.28
func (d *AcceptDescriptor) GetMethodName() string
func (*AcceptDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *AcceptDescriptor) GetProtoPkgName() string
func (*AcceptDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *AcceptDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*AcceptDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *AcceptDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*AcceptDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *AcceptDescriptor) GetServiceDomain() string
func (*AcceptDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *AcceptDescriptor) GetServiceVersion() string
func (*AcceptDescriptor) GetVerb ¶ added in v0.4.28
func (d *AcceptDescriptor) GetVerb() string
func (*AcceptDescriptor) HasResource ¶ added in v0.4.30
func (d *AcceptDescriptor) HasResource() bool
func (*AcceptDescriptor) IsClientStream ¶ added in v0.4.28
func (d *AcceptDescriptor) IsClientStream() bool
func (*AcceptDescriptor) IsCollection ¶ added in v0.4.30
func (d *AcceptDescriptor) IsCollection() bool
func (*AcceptDescriptor) IsPlural ¶ added in v0.4.30
func (d *AcceptDescriptor) IsPlural() bool
func (*AcceptDescriptor) IsServerStream ¶ added in v0.4.28
func (d *AcceptDescriptor) IsServerStream() bool
func (*AcceptDescriptor) IsUnary ¶ added in v0.4.28
func (d *AcceptDescriptor) IsUnary() bool
func (*AcceptDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *AcceptDescriptor) NewEmptyClientMsg() proto.Message
func (*AcceptDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *AcceptDescriptor) NewEmptyServerMsg() proto.Message
func (*AcceptDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *AcceptDescriptor) RequestHasResourceBody() bool
type AcceptDescriptorClientMsgHandle ¶ added in v0.4.28
type AcceptDescriptorClientMsgHandle struct{}
func (*AcceptDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *AcceptDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*AcceptDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *AcceptDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*AcceptDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *AcceptDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type AcceptDescriptorServerMsgHandle ¶ added in v0.4.28
type AcceptDescriptorServerMsgHandle struct{}
func (*AcceptDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *AcceptDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*AcceptDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *AcceptDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*AcceptDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *AcceptDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type AcceptRequest ¶
type AcceptRequest struct { // Types that are valid to be assigned to Message: // *AcceptRequest_OpenRequest_ // *AcceptRequest_ResumeRequest_ // *AcceptRequest_Data // *AcceptRequest_Ack // *AcceptRequest_Close // *AcceptRequest_Error // *AcceptRequest_Ping Message isAcceptRequest_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
Request message for method [Accept][ntt.proxies.v1alpha2.Accept]
func (*AcceptRequest) Clone ¶
func (o *AcceptRequest) Clone() *AcceptRequest
func (*AcceptRequest) CloneRaw ¶
func (o *AcceptRequest) CloneRaw() gotenobject.GotenObjectExt
func (*AcceptRequest) Descriptor ¶
func (*AcceptRequest) Descriptor() ([]byte, []int)
Deprecated, Use AcceptRequest.ProtoReflect.Descriptor instead.
func (*AcceptRequest) GetAck ¶
func (m *AcceptRequest) GetAck() *Ack
func (*AcceptRequest) GetClose ¶
func (m *AcceptRequest) GetClose() *Close
func (*AcceptRequest) GetData ¶
func (m *AcceptRequest) GetData() *Data
func (*AcceptRequest) GetError ¶
func (m *AcceptRequest) GetError() *Error
func (*AcceptRequest) GetMessage ¶
func (m *AcceptRequest) GetMessage() isAcceptRequest_Message
func (*AcceptRequest) GetOpenRequest ¶
func (m *AcceptRequest) GetOpenRequest() *AcceptRequest_OpenRequest
func (*AcceptRequest) GetPing ¶
func (m *AcceptRequest) GetPing() *Ping
func (*AcceptRequest) GetResumeRequest ¶
func (m *AcceptRequest) GetResumeRequest() *AcceptRequest_ResumeRequest
func (*AcceptRequest) GotenMessage ¶
func (*AcceptRequest) GotenMessage()
func (*AcceptRequest) GotenObjectExt ¶
func (o *AcceptRequest) GotenObjectExt()
func (*AcceptRequest) GotenValidate ¶
func (obj *AcceptRequest) GotenValidate() error
func (*AcceptRequest) MakeDiffFieldMask ¶
func (o *AcceptRequest) MakeDiffFieldMask(other *AcceptRequest) *AcceptRequest_FieldMask
func (*AcceptRequest) MakeFullFieldMask ¶
func (o *AcceptRequest) MakeFullFieldMask() *AcceptRequest_FieldMask
func (*AcceptRequest) MakeRawDiffFieldMask ¶
func (o *AcceptRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AcceptRequest) MakeRawFullFieldMask ¶
func (o *AcceptRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AcceptRequest) Marshal ¶
func (m *AcceptRequest) Marshal() ([]byte, error)
func (*AcceptRequest) MarshalJSON ¶
func (m *AcceptRequest) MarshalJSON() ([]byte, error)
func (*AcceptRequest) Merge ¶
func (o *AcceptRequest) Merge(source *AcceptRequest)
func (*AcceptRequest) MergeRaw ¶
func (o *AcceptRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*AcceptRequest) ProtoMessage ¶
func (*AcceptRequest) ProtoMessage()
func (*AcceptRequest) ProtoReflect ¶
func (m *AcceptRequest) ProtoReflect() preflect.Message
func (*AcceptRequest) Reset ¶
func (m *AcceptRequest) Reset()
func (*AcceptRequest) SetAck ¶
func (m *AcceptRequest) SetAck(fv *Ack)
func (*AcceptRequest) SetClose ¶
func (m *AcceptRequest) SetClose(fv *Close)
func (*AcceptRequest) SetData ¶
func (m *AcceptRequest) SetData(fv *Data)
func (*AcceptRequest) SetError ¶
func (m *AcceptRequest) SetError(fv *Error)
func (*AcceptRequest) SetMessage ¶
func (m *AcceptRequest) SetMessage(ofv isAcceptRequest_Message)
func (*AcceptRequest) SetOpenRequest ¶
func (m *AcceptRequest) SetOpenRequest(fv *AcceptRequest_OpenRequest)
func (*AcceptRequest) SetPing ¶
func (m *AcceptRequest) SetPing(fv *Ping)
func (*AcceptRequest) SetResumeRequest ¶
func (m *AcceptRequest) SetResumeRequest(fv *AcceptRequest_ResumeRequest)
func (*AcceptRequest) String ¶
func (m *AcceptRequest) String() string
func (*AcceptRequest) Unmarshal ¶
func (m *AcceptRequest) Unmarshal(b []byte) error
func (*AcceptRequest) UnmarshalJSON ¶
func (m *AcceptRequest) UnmarshalJSON(data []byte) error
type AcceptRequestFieldPathBuilder ¶
type AcceptRequestFieldPathBuilder struct{}
func NewAcceptRequestFieldPathBuilder ¶
func NewAcceptRequestFieldPathBuilder() AcceptRequestFieldPathBuilder
func (AcceptRequestFieldPathBuilder) Close ¶
func (AcceptRequestFieldPathBuilder) Close() AcceptRequestPathSelectorClose
func (AcceptRequestFieldPathBuilder) Data ¶
func (AcceptRequestFieldPathBuilder) Data() AcceptRequestPathSelectorData
func (AcceptRequestFieldPathBuilder) Error ¶
func (AcceptRequestFieldPathBuilder) Error() AcceptRequestPathSelectorError
func (AcceptRequestFieldPathBuilder) OpenRequest ¶
func (AcceptRequestFieldPathBuilder) OpenRequest() AcceptRequestPathSelectorOpenRequest
func (AcceptRequestFieldPathBuilder) Ping ¶
func (AcceptRequestFieldPathBuilder) Ping() AcceptRequestPathSelectorPing
func (AcceptRequestFieldPathBuilder) ResumeRequest ¶
func (AcceptRequestFieldPathBuilder) ResumeRequest() AcceptRequestPathSelectorResumeRequest
type AcceptRequestOpenRequestFieldPathBuilder ¶
type AcceptRequestOpenRequestFieldPathBuilder struct{}
func NewAcceptRequestOpenRequestFieldPathBuilder ¶
func NewAcceptRequestOpenRequestFieldPathBuilder() AcceptRequestOpenRequestFieldPathBuilder
type AcceptRequestOpenRequest_FieldPath ¶
type AcceptRequestOpenRequest_FieldPath interface { gotenobject.FieldPath Selector() AcceptRequestOpenRequest_FieldPathSelector Get(source *AcceptRequest_OpenRequest) []interface{} GetSingle(source *AcceptRequest_OpenRequest) (interface{}, bool) ClearValue(item *AcceptRequest_OpenRequest) // Those methods build corresponding AcceptRequestOpenRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AcceptRequestOpenRequest_FieldPathValue WithIArrayOfValues(values interface{}) AcceptRequestOpenRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AcceptRequestOpenRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAcceptRequestOpenRequest_FieldPath ¶
func BuildAcceptRequestOpenRequest_FieldPath(fp gotenobject.RawFieldPath) (AcceptRequestOpenRequest_FieldPath, error)
func MustParseAcceptRequestOpenRequest_FieldPath ¶
func MustParseAcceptRequestOpenRequest_FieldPath(rawField string) AcceptRequestOpenRequest_FieldPath
func ParseAcceptRequestOpenRequest_FieldPath ¶
func ParseAcceptRequestOpenRequest_FieldPath(rawField string) (AcceptRequestOpenRequest_FieldPath, error)
type AcceptRequestOpenRequest_FieldPathArrayItemValue ¶
type AcceptRequestOpenRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AcceptRequestOpenRequest_FieldPath ContainsValue(*AcceptRequest_OpenRequest) bool }
AcceptRequestOpenRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for OpenRequest according to their type Present only for array (repeated) types.
func MustParseAcceptRequestOpenRequest_FieldPathArrayItemValue ¶
func MustParseAcceptRequestOpenRequest_FieldPathArrayItemValue(pathStr, valueStr string) AcceptRequestOpenRequest_FieldPathArrayItemValue
func ParseAcceptRequestOpenRequest_FieldPathArrayItemValue ¶
func ParseAcceptRequestOpenRequest_FieldPathArrayItemValue(pathStr, valueStr string) (AcceptRequestOpenRequest_FieldPathArrayItemValue, error)
ParseAcceptRequestOpenRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AcceptRequestOpenRequest_FieldPathArrayOfValues ¶
type AcceptRequestOpenRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AcceptRequestOpenRequest_FieldPath }
AcceptRequestOpenRequest_FieldPathArrayOfValues allows storing slice of values for OpenRequest fields according to their type
func MustParseAcceptRequestOpenRequest_FieldPathArrayOfValues ¶
func MustParseAcceptRequestOpenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) AcceptRequestOpenRequest_FieldPathArrayOfValues
func ParseAcceptRequestOpenRequest_FieldPathArrayOfValues ¶
func ParseAcceptRequestOpenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (AcceptRequestOpenRequest_FieldPathArrayOfValues, error)
type AcceptRequestOpenRequest_FieldPathSelector ¶
type AcceptRequestOpenRequest_FieldPathSelector int32
const ( AcceptRequestOpenRequest_FieldPathSelectorProject AcceptRequestOpenRequest_FieldPathSelector = 0 AcceptRequestOpenRequest_FieldPathSelectorRegionId AcceptRequestOpenRequest_FieldPathSelector = 1 AcceptRequestOpenRequest_FieldPathSelectorName AcceptRequestOpenRequest_FieldPathSelector = 2 AcceptRequestOpenRequest_FieldPathSelectorSessionId AcceptRequestOpenRequest_FieldPathSelector = 3 AcceptRequestOpenRequest_FieldPathSelectorChannelId AcceptRequestOpenRequest_FieldPathSelector = 4 )
func (AcceptRequestOpenRequest_FieldPathSelector) String ¶
func (s AcceptRequestOpenRequest_FieldPathSelector) String() string
type AcceptRequestOpenRequest_FieldPathValue ¶
type AcceptRequestOpenRequest_FieldPathValue interface { AcceptRequestOpenRequest_FieldPath gotenobject.FieldPathValue SetTo(target **AcceptRequest_OpenRequest) CompareWith(*AcceptRequest_OpenRequest) (cmp int, comparable bool) }
AcceptRequestOpenRequest_FieldPathValue allows storing values for OpenRequest fields according to their type
func MustParseAcceptRequestOpenRequest_FieldPathValue ¶
func MustParseAcceptRequestOpenRequest_FieldPathValue(pathStr, valueStr string) AcceptRequestOpenRequest_FieldPathValue
func ParseAcceptRequestOpenRequest_FieldPathValue ¶
func ParseAcceptRequestOpenRequest_FieldPathValue(pathStr, valueStr string) (AcceptRequestOpenRequest_FieldPathValue, error)
type AcceptRequestOpenRequest_FieldTerminalPath ¶
type AcceptRequestOpenRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AcceptRequestOpenRequest_FieldTerminalPath) ClearValue ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) ClearValue(item *AcceptRequest_OpenRequest)
func (*AcceptRequestOpenRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AcceptRequestOpenRequest_FieldTerminalPath) Get ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) Get(source *AcceptRequest_OpenRequest) (values []interface{})
Get returns all values pointed by specific field from source AcceptRequest_OpenRequest
func (*AcceptRequestOpenRequest_FieldTerminalPath) GetDefault ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AcceptRequestOpenRequest_FieldTerminalPath) GetRaw ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AcceptRequestOpenRequest_FieldTerminalPath) GetSingle ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetSingle(source *AcceptRequest_OpenRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AcceptRequest_OpenRequest
func (*AcceptRequestOpenRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPath) IsLeaf ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AcceptRequestOpenRequest_FieldTerminalPath) JSONString ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AcceptRequestOpenRequest_FieldTerminalPath) Selector ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) Selector() AcceptRequestOpenRequest_FieldPathSelector
func (*AcceptRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AcceptRequestOpenRequest_FieldTerminalPath) String ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AcceptRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptRequestOpenRequest_FieldPathArrayItemValue
func (*AcceptRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptRequestOpenRequest_FieldPathArrayOfValues
func (*AcceptRequestOpenRequest_FieldTerminalPath) WithIValue ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithIValue(value interface{}) AcceptRequestOpenRequest_FieldPathValue
func (*AcceptRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AcceptRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AcceptRequestOpenRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *AcceptRequestOpenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue ¶
type AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue struct { AcceptRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptRequest_OpenRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'OpenRequest'
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AcceptRequest_OpenRequest as interface{}
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptRequest_OpenRequest) (interface{}, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AcceptRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues ¶
type AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues struct { AcceptRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues ¶
func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues ¶
func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues ¶
func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AcceptRequestOpenRequest_FieldTerminalPathValue ¶
type AcceptRequestOpenRequest_FieldTerminalPathValue struct { AcceptRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) AsProjectValue ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) AsSessionIdValue ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) CompareWith(source *AcceptRequest_OpenRequest) (int, bool)
CompareWith compares value in the 'AcceptRequestOpenRequest_FieldTerminalPathValue' with the value under path in 'AcceptRequest_OpenRequest'.
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'OpenRequest' as interface{}
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) SetTo(target **AcceptRequest_OpenRequest)
SetTo stores value for selected field for object OpenRequest
func (*AcceptRequestOpenRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AcceptRequestOpenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AcceptRequestPathSelectorAck ¶
type AcceptRequestPathSelectorAck struct{}
func (AcceptRequestPathSelectorAck) FieldPath ¶
func (AcceptRequestPathSelectorAck) FieldPath() *AcceptRequest_FieldTerminalPath
func (AcceptRequestPathSelectorAck) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorAck) WithArrayOfValues(values []*Ack) *AcceptRequest_FieldTerminalPathArrayOfValues
func (AcceptRequestPathSelectorAck) WithSubArrayItemValue ¶
func (s AcceptRequestPathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
func (AcceptRequestPathSelectorAck) WithSubArrayOfValues ¶
func (s AcceptRequestPathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorAck) WithSubPath ¶
func (AcceptRequestPathSelectorAck) WithSubPath(subPath Ack_FieldPath) *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorAck) WithSubValue ¶
func (s AcceptRequestPathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *AcceptRequest_FieldSubPathValue
func (AcceptRequestPathSelectorAck) WithValue ¶
func (s AcceptRequestPathSelectorAck) WithValue(value *Ack) *AcceptRequest_FieldTerminalPathValue
type AcceptRequestPathSelectorAckId ¶
type AcceptRequestPathSelectorAckId struct{}
func (AcceptRequestPathSelectorAckId) FieldPath ¶
func (AcceptRequestPathSelectorAckId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorAckId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorAckId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorAckId) WithValue ¶
func (s AcceptRequestPathSelectorAckId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorClose ¶
type AcceptRequestPathSelectorClose struct{}
func (AcceptRequestPathSelectorClose) FieldPath ¶
func (AcceptRequestPathSelectorClose) FieldPath() *AcceptRequest_FieldTerminalPath
func (AcceptRequestPathSelectorClose) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorClose) WithArrayOfValues(values []*Close) *AcceptRequest_FieldTerminalPathArrayOfValues
func (AcceptRequestPathSelectorClose) WithSubArrayItemValue ¶
func (s AcceptRequestPathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
func (AcceptRequestPathSelectorClose) WithSubArrayOfValues ¶
func (s AcceptRequestPathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorClose) WithSubPath ¶
func (AcceptRequestPathSelectorClose) WithSubPath(subPath Close_FieldPath) *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorClose) WithSubValue ¶
func (s AcceptRequestPathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *AcceptRequest_FieldSubPathValue
func (AcceptRequestPathSelectorClose) WithValue ¶
func (s AcceptRequestPathSelectorClose) WithValue(value *Close) *AcceptRequest_FieldTerminalPathValue
type AcceptRequestPathSelectorCloseId ¶
type AcceptRequestPathSelectorCloseId struct{}
func (AcceptRequestPathSelectorCloseId) FieldPath ¶
func (AcceptRequestPathSelectorCloseId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorCloseId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorCloseId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorCloseId) WithValue ¶
func (s AcceptRequestPathSelectorCloseId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorData ¶
type AcceptRequestPathSelectorData struct{}
func (AcceptRequestPathSelectorData) AckRequired ¶
func (AcceptRequestPathSelectorData) AckRequired() AcceptRequestPathSelectorDataAckRequired
func (AcceptRequestPathSelectorData) Bytes ¶
func (AcceptRequestPathSelectorData) Bytes() AcceptRequestPathSelectorDataBytes
func (AcceptRequestPathSelectorData) FieldPath ¶
func (AcceptRequestPathSelectorData) FieldPath() *AcceptRequest_FieldTerminalPath
func (AcceptRequestPathSelectorData) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorData) WithArrayOfValues(values []*Data) *AcceptRequest_FieldTerminalPathArrayOfValues
func (AcceptRequestPathSelectorData) WithSubArrayItemValue ¶
func (s AcceptRequestPathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
func (AcceptRequestPathSelectorData) WithSubArrayOfValues ¶
func (s AcceptRequestPathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorData) WithSubPath ¶
func (AcceptRequestPathSelectorData) WithSubPath(subPath Data_FieldPath) *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorData) WithSubValue ¶
func (s AcceptRequestPathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *AcceptRequest_FieldSubPathValue
func (AcceptRequestPathSelectorData) WithValue ¶
func (s AcceptRequestPathSelectorData) WithValue(value *Data) *AcceptRequest_FieldTerminalPathValue
type AcceptRequestPathSelectorDataAckRequired ¶
type AcceptRequestPathSelectorDataAckRequired struct{}
func (AcceptRequestPathSelectorDataAckRequired) FieldPath ¶
func (AcceptRequestPathSelectorDataAckRequired) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorDataAckRequired) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorDataAckRequired) WithArrayOfValues(values []bool) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorDataAckRequired) WithValue ¶
func (s AcceptRequestPathSelectorDataAckRequired) WithValue(value bool) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorDataBytes ¶
type AcceptRequestPathSelectorDataBytes struct{}
func (AcceptRequestPathSelectorDataBytes) FieldPath ¶
func (AcceptRequestPathSelectorDataBytes) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorDataBytes) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorDataBytes) WithArrayOfValues(values [][]byte) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorDataBytes) WithValue ¶
func (s AcceptRequestPathSelectorDataBytes) WithValue(value []byte) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorDataId ¶
type AcceptRequestPathSelectorDataId struct{}
func (AcceptRequestPathSelectorDataId) FieldPath ¶
func (AcceptRequestPathSelectorDataId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorDataId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorDataId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorDataId) WithValue ¶
func (s AcceptRequestPathSelectorDataId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorError ¶
type AcceptRequestPathSelectorError struct{}
func (AcceptRequestPathSelectorError) FieldPath ¶
func (AcceptRequestPathSelectorError) FieldPath() *AcceptRequest_FieldTerminalPath
func (AcceptRequestPathSelectorError) Message ¶
func (AcceptRequestPathSelectorError) Message() AcceptRequestPathSelectorErrorMessage
func (AcceptRequestPathSelectorError) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorError) WithArrayOfValues(values []*Error) *AcceptRequest_FieldTerminalPathArrayOfValues
func (AcceptRequestPathSelectorError) WithSubArrayItemValue ¶
func (s AcceptRequestPathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
func (AcceptRequestPathSelectorError) WithSubArrayOfValues ¶
func (s AcceptRequestPathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorError) WithSubPath ¶
func (AcceptRequestPathSelectorError) WithSubPath(subPath Error_FieldPath) *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorError) WithSubValue ¶
func (s AcceptRequestPathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *AcceptRequest_FieldSubPathValue
func (AcceptRequestPathSelectorError) WithValue ¶
func (s AcceptRequestPathSelectorError) WithValue(value *Error) *AcceptRequest_FieldTerminalPathValue
type AcceptRequestPathSelectorErrorId ¶
type AcceptRequestPathSelectorErrorId struct{}
func (AcceptRequestPathSelectorErrorId) FieldPath ¶
func (AcceptRequestPathSelectorErrorId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorErrorId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorErrorId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorErrorId) WithValue ¶
func (s AcceptRequestPathSelectorErrorId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorErrorMessage ¶
type AcceptRequestPathSelectorErrorMessage struct{}
func (AcceptRequestPathSelectorErrorMessage) FieldPath ¶
func (AcceptRequestPathSelectorErrorMessage) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorErrorMessage) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorErrorMessage) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorErrorMessage) WithValue ¶
func (s AcceptRequestPathSelectorErrorMessage) WithValue(value string) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorOpenRequest ¶
type AcceptRequestPathSelectorOpenRequest struct{}
func (AcceptRequestPathSelectorOpenRequest) FieldPath ¶
func (AcceptRequestPathSelectorOpenRequest) FieldPath() *AcceptRequest_FieldTerminalPath
func (AcceptRequestPathSelectorOpenRequest) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorOpenRequest) WithArrayOfValues(values []*AcceptRequest_OpenRequest) *AcceptRequest_FieldTerminalPathArrayOfValues
func (AcceptRequestPathSelectorOpenRequest) WithSubArrayItemValue ¶
func (s AcceptRequestPathSelectorOpenRequest) WithSubArrayItemValue(subPathArrayItemValue AcceptRequestOpenRequest_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
func (AcceptRequestPathSelectorOpenRequest) WithSubArrayOfValues ¶
func (s AcceptRequestPathSelectorOpenRequest) WithSubArrayOfValues(subPathArrayOfValues AcceptRequestOpenRequest_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorOpenRequest) WithSubPath ¶
func (AcceptRequestPathSelectorOpenRequest) WithSubPath(subPath AcceptRequestOpenRequest_FieldPath) *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorOpenRequest) WithSubValue ¶
func (s AcceptRequestPathSelectorOpenRequest) WithSubValue(subPathValue AcceptRequestOpenRequest_FieldPathValue) *AcceptRequest_FieldSubPathValue
func (AcceptRequestPathSelectorOpenRequest) WithValue ¶
func (s AcceptRequestPathSelectorOpenRequest) WithValue(value *AcceptRequest_OpenRequest) *AcceptRequest_FieldTerminalPathValue
type AcceptRequestPathSelectorOpenRequestChannelId ¶
type AcceptRequestPathSelectorOpenRequestChannelId struct{}
func (AcceptRequestPathSelectorOpenRequestChannelId) FieldPath ¶
func (AcceptRequestPathSelectorOpenRequestChannelId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorOpenRequestChannelId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorOpenRequestChannelId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorOpenRequestChannelId) WithValue ¶
func (s AcceptRequestPathSelectorOpenRequestChannelId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorOpenRequestName ¶
type AcceptRequestPathSelectorOpenRequestName struct{}
func (AcceptRequestPathSelectorOpenRequestName) FieldPath ¶
func (AcceptRequestPathSelectorOpenRequestName) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorOpenRequestName) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorOpenRequestName) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorOpenRequestName) WithValue ¶
func (s AcceptRequestPathSelectorOpenRequestName) WithValue(value string) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorOpenRequestProject ¶
type AcceptRequestPathSelectorOpenRequestProject struct{}
func (AcceptRequestPathSelectorOpenRequestProject) FieldPath ¶
func (AcceptRequestPathSelectorOpenRequestProject) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorOpenRequestProject) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorOpenRequestProject) WithArrayOfValues(values []*project.Reference) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorOpenRequestProject) WithValue ¶
func (s AcceptRequestPathSelectorOpenRequestProject) WithValue(value *project.Reference) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorOpenRequestRegionId ¶
type AcceptRequestPathSelectorOpenRequestRegionId struct{}
func (AcceptRequestPathSelectorOpenRequestRegionId) FieldPath ¶
func (AcceptRequestPathSelectorOpenRequestRegionId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorOpenRequestRegionId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorOpenRequestRegionId) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorOpenRequestRegionId) WithValue ¶
func (s AcceptRequestPathSelectorOpenRequestRegionId) WithValue(value string) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorOpenRequestSessionId ¶
type AcceptRequestPathSelectorOpenRequestSessionId struct{}
func (AcceptRequestPathSelectorOpenRequestSessionId) FieldPath ¶
func (AcceptRequestPathSelectorOpenRequestSessionId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorOpenRequestSessionId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorOpenRequestSessionId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorOpenRequestSessionId) WithValue ¶
func (s AcceptRequestPathSelectorOpenRequestSessionId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorPing ¶
type AcceptRequestPathSelectorPing struct{}
func (AcceptRequestPathSelectorPing) FieldPath ¶
func (AcceptRequestPathSelectorPing) FieldPath() *AcceptRequest_FieldTerminalPath
func (AcceptRequestPathSelectorPing) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorPing) WithArrayOfValues(values []*Ping) *AcceptRequest_FieldTerminalPathArrayOfValues
func (AcceptRequestPathSelectorPing) WithSubArrayItemValue ¶
func (s AcceptRequestPathSelectorPing) WithSubArrayItemValue(subPathArrayItemValue Ping_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
func (AcceptRequestPathSelectorPing) WithSubArrayOfValues ¶
func (s AcceptRequestPathSelectorPing) WithSubArrayOfValues(subPathArrayOfValues Ping_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorPing) WithSubPath ¶
func (AcceptRequestPathSelectorPing) WithSubPath(subPath Ping_FieldPath) *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorPing) WithSubValue ¶
func (s AcceptRequestPathSelectorPing) WithSubValue(subPathValue Ping_FieldPathValue) *AcceptRequest_FieldSubPathValue
func (AcceptRequestPathSelectorPing) WithValue ¶
func (s AcceptRequestPathSelectorPing) WithValue(value *Ping) *AcceptRequest_FieldTerminalPathValue
type AcceptRequestPathSelectorResumeRequest ¶
type AcceptRequestPathSelectorResumeRequest struct{}
func (AcceptRequestPathSelectorResumeRequest) FieldPath ¶
func (AcceptRequestPathSelectorResumeRequest) FieldPath() *AcceptRequest_FieldTerminalPath
func (AcceptRequestPathSelectorResumeRequest) LastMessageId ¶
func (AcceptRequestPathSelectorResumeRequest) LastMessageId() AcceptRequestPathSelectorResumeRequestLastMessageId
func (AcceptRequestPathSelectorResumeRequest) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequest) WithArrayOfValues(values []*AcceptRequest_ResumeRequest) *AcceptRequest_FieldTerminalPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequest) WithSubArrayItemValue ¶
func (s AcceptRequestPathSelectorResumeRequest) WithSubArrayItemValue(subPathArrayItemValue AcceptRequestResumeRequest_FieldPathArrayItemValue) *AcceptRequest_FieldSubPathArrayItemValue
func (AcceptRequestPathSelectorResumeRequest) WithSubArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequest) WithSubArrayOfValues(subPathArrayOfValues AcceptRequestResumeRequest_FieldPathArrayOfValues) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequest) WithSubPath ¶
func (AcceptRequestPathSelectorResumeRequest) WithSubPath(subPath AcceptRequestResumeRequest_FieldPath) *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorResumeRequest) WithSubValue ¶
func (s AcceptRequestPathSelectorResumeRequest) WithSubValue(subPathValue AcceptRequestResumeRequest_FieldPathValue) *AcceptRequest_FieldSubPathValue
func (AcceptRequestPathSelectorResumeRequest) WithValue ¶
func (s AcceptRequestPathSelectorResumeRequest) WithValue(value *AcceptRequest_ResumeRequest) *AcceptRequest_FieldTerminalPathValue
type AcceptRequestPathSelectorResumeRequestChannelId ¶
type AcceptRequestPathSelectorResumeRequestChannelId struct{}
func (AcceptRequestPathSelectorResumeRequestChannelId) FieldPath ¶
func (AcceptRequestPathSelectorResumeRequestChannelId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorResumeRequestChannelId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequestChannelId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequestChannelId) WithValue ¶
func (s AcceptRequestPathSelectorResumeRequestChannelId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorResumeRequestLastMessageId ¶
type AcceptRequestPathSelectorResumeRequestLastMessageId struct{}
func (AcceptRequestPathSelectorResumeRequestLastMessageId) FieldPath ¶
func (AcceptRequestPathSelectorResumeRequestLastMessageId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorResumeRequestLastMessageId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequestLastMessageId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequestLastMessageId) WithValue ¶
func (s AcceptRequestPathSelectorResumeRequestLastMessageId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorResumeRequestName ¶
type AcceptRequestPathSelectorResumeRequestName struct{}
func (AcceptRequestPathSelectorResumeRequestName) FieldPath ¶
func (AcceptRequestPathSelectorResumeRequestName) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorResumeRequestName) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequestName) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequestName) WithValue ¶
func (s AcceptRequestPathSelectorResumeRequestName) WithValue(value string) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorResumeRequestProject ¶
type AcceptRequestPathSelectorResumeRequestProject struct{}
func (AcceptRequestPathSelectorResumeRequestProject) FieldPath ¶
func (AcceptRequestPathSelectorResumeRequestProject) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorResumeRequestProject) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequestProject) WithArrayOfValues(values []*project.Reference) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequestProject) WithValue ¶
func (s AcceptRequestPathSelectorResumeRequestProject) WithValue(value *project.Reference) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorResumeRequestRegionId ¶
type AcceptRequestPathSelectorResumeRequestRegionId struct{}
func (AcceptRequestPathSelectorResumeRequestRegionId) FieldPath ¶
func (AcceptRequestPathSelectorResumeRequestRegionId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorResumeRequestRegionId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequestRegionId) WithArrayOfValues(values []string) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequestRegionId) WithValue ¶
func (s AcceptRequestPathSelectorResumeRequestRegionId) WithValue(value string) *AcceptRequest_FieldSubPathValue
type AcceptRequestPathSelectorResumeRequestSessionId ¶
type AcceptRequestPathSelectorResumeRequestSessionId struct{}
func (AcceptRequestPathSelectorResumeRequestSessionId) FieldPath ¶
func (AcceptRequestPathSelectorResumeRequestSessionId) FieldPath() *AcceptRequest_FieldSubPath
func (AcceptRequestPathSelectorResumeRequestSessionId) WithArrayOfValues ¶
func (s AcceptRequestPathSelectorResumeRequestSessionId) WithArrayOfValues(values []uint64) *AcceptRequest_FieldSubPathArrayOfValues
func (AcceptRequestPathSelectorResumeRequestSessionId) WithValue ¶
func (s AcceptRequestPathSelectorResumeRequestSessionId) WithValue(value uint64) *AcceptRequest_FieldSubPathValue
type AcceptRequestResumeRequestFieldPathBuilder ¶
type AcceptRequestResumeRequestFieldPathBuilder struct{}
func NewAcceptRequestResumeRequestFieldPathBuilder ¶
func NewAcceptRequestResumeRequestFieldPathBuilder() AcceptRequestResumeRequestFieldPathBuilder
func (AcceptRequestResumeRequestFieldPathBuilder) LastMessageId ¶
func (AcceptRequestResumeRequestFieldPathBuilder) LastMessageId() AcceptRequest_ResumeRequestPathSelectorLastMessageId
type AcceptRequestResumeRequest_FieldPath ¶
type AcceptRequestResumeRequest_FieldPath interface { gotenobject.FieldPath Selector() AcceptRequestResumeRequest_FieldPathSelector Get(source *AcceptRequest_ResumeRequest) []interface{} GetSingle(source *AcceptRequest_ResumeRequest) (interface{}, bool) ClearValue(item *AcceptRequest_ResumeRequest) // Those methods build corresponding AcceptRequestResumeRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AcceptRequestResumeRequest_FieldPathValue WithIArrayOfValues(values interface{}) AcceptRequestResumeRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AcceptRequestResumeRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAcceptRequestResumeRequest_FieldPath ¶
func BuildAcceptRequestResumeRequest_FieldPath(fp gotenobject.RawFieldPath) (AcceptRequestResumeRequest_FieldPath, error)
func MustParseAcceptRequestResumeRequest_FieldPath ¶
func MustParseAcceptRequestResumeRequest_FieldPath(rawField string) AcceptRequestResumeRequest_FieldPath
func ParseAcceptRequestResumeRequest_FieldPath ¶
func ParseAcceptRequestResumeRequest_FieldPath(rawField string) (AcceptRequestResumeRequest_FieldPath, error)
type AcceptRequestResumeRequest_FieldPathArrayItemValue ¶
type AcceptRequestResumeRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AcceptRequestResumeRequest_FieldPath ContainsValue(*AcceptRequest_ResumeRequest) bool }
AcceptRequestResumeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ResumeRequest according to their type Present only for array (repeated) types.
func MustParseAcceptRequestResumeRequest_FieldPathArrayItemValue ¶
func MustParseAcceptRequestResumeRequest_FieldPathArrayItemValue(pathStr, valueStr string) AcceptRequestResumeRequest_FieldPathArrayItemValue
func ParseAcceptRequestResumeRequest_FieldPathArrayItemValue ¶
func ParseAcceptRequestResumeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (AcceptRequestResumeRequest_FieldPathArrayItemValue, error)
ParseAcceptRequestResumeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AcceptRequestResumeRequest_FieldPathArrayOfValues ¶
type AcceptRequestResumeRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AcceptRequestResumeRequest_FieldPath }
AcceptRequestResumeRequest_FieldPathArrayOfValues allows storing slice of values for ResumeRequest fields according to their type
func MustParseAcceptRequestResumeRequest_FieldPathArrayOfValues ¶
func MustParseAcceptRequestResumeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) AcceptRequestResumeRequest_FieldPathArrayOfValues
func ParseAcceptRequestResumeRequest_FieldPathArrayOfValues ¶
func ParseAcceptRequestResumeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (AcceptRequestResumeRequest_FieldPathArrayOfValues, error)
type AcceptRequestResumeRequest_FieldPathSelector ¶
type AcceptRequestResumeRequest_FieldPathSelector int32
const ( AcceptRequestResumeRequest_FieldPathSelectorProject AcceptRequestResumeRequest_FieldPathSelector = 0 AcceptRequestResumeRequest_FieldPathSelectorRegionId AcceptRequestResumeRequest_FieldPathSelector = 1 AcceptRequestResumeRequest_FieldPathSelectorName AcceptRequestResumeRequest_FieldPathSelector = 2 AcceptRequestResumeRequest_FieldPathSelectorSessionId AcceptRequestResumeRequest_FieldPathSelector = 3 AcceptRequestResumeRequest_FieldPathSelectorChannelId AcceptRequestResumeRequest_FieldPathSelector = 4 AcceptRequestResumeRequest_FieldPathSelectorLastMessageId AcceptRequestResumeRequest_FieldPathSelector = 5 )
func (AcceptRequestResumeRequest_FieldPathSelector) String ¶
func (s AcceptRequestResumeRequest_FieldPathSelector) String() string
type AcceptRequestResumeRequest_FieldPathValue ¶
type AcceptRequestResumeRequest_FieldPathValue interface { AcceptRequestResumeRequest_FieldPath gotenobject.FieldPathValue SetTo(target **AcceptRequest_ResumeRequest) CompareWith(*AcceptRequest_ResumeRequest) (cmp int, comparable bool) }
AcceptRequestResumeRequest_FieldPathValue allows storing values for ResumeRequest fields according to their type
func MustParseAcceptRequestResumeRequest_FieldPathValue ¶
func MustParseAcceptRequestResumeRequest_FieldPathValue(pathStr, valueStr string) AcceptRequestResumeRequest_FieldPathValue
func ParseAcceptRequestResumeRequest_FieldPathValue ¶
func ParseAcceptRequestResumeRequest_FieldPathValue(pathStr, valueStr string) (AcceptRequestResumeRequest_FieldPathValue, error)
type AcceptRequestResumeRequest_FieldTerminalPath ¶
type AcceptRequestResumeRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AcceptRequestResumeRequest_FieldTerminalPath) ClearValue ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) ClearValue(item *AcceptRequest_ResumeRequest)
func (*AcceptRequestResumeRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AcceptRequestResumeRequest_FieldTerminalPath) Get ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) Get(source *AcceptRequest_ResumeRequest) (values []interface{})
Get returns all values pointed by specific field from source AcceptRequest_ResumeRequest
func (*AcceptRequestResumeRequest_FieldTerminalPath) GetDefault ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AcceptRequestResumeRequest_FieldTerminalPath) GetRaw ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AcceptRequestResumeRequest_FieldTerminalPath) GetSingle ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetSingle(source *AcceptRequest_ResumeRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AcceptRequest_ResumeRequest
func (*AcceptRequestResumeRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPath) IsLeaf ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AcceptRequestResumeRequest_FieldTerminalPath) JSONString ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AcceptRequestResumeRequest_FieldTerminalPath) Selector ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) Selector() AcceptRequestResumeRequest_FieldPathSelector
func (*AcceptRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AcceptRequestResumeRequest_FieldTerminalPath) String ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AcceptRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptRequestResumeRequest_FieldPathArrayItemValue
func (*AcceptRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptRequestResumeRequest_FieldPathArrayOfValues
func (*AcceptRequestResumeRequest_FieldTerminalPath) WithIValue ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithIValue(value interface{}) AcceptRequestResumeRequest_FieldPathValue
func (*AcceptRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AcceptRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AcceptRequestResumeRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *AcceptRequestResumeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue ¶
type AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue struct { AcceptRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptRequest_ResumeRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ResumeRequest'
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AcceptRequest_ResumeRequest as interface{}
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptRequest_ResumeRequest) (interface{}, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AcceptRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues ¶
type AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues struct { AcceptRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues ¶
func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues ¶
func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues ¶
func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues ¶
func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AcceptRequestResumeRequest_FieldTerminalPathValue ¶
type AcceptRequestResumeRequest_FieldTerminalPathValue struct { AcceptRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) AsLastMessageIdValue ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) AsProjectValue ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) CompareWith(source *AcceptRequest_ResumeRequest) (int, bool)
CompareWith compares value in the 'AcceptRequestResumeRequest_FieldTerminalPathValue' with the value under path in 'AcceptRequest_ResumeRequest'.
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ResumeRequest' as interface{}
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) SetTo(target **AcceptRequest_ResumeRequest)
SetTo stores value for selected field for object ResumeRequest
func (*AcceptRequestResumeRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AcceptRequestResumeRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AcceptRequest_Ack ¶
type AcceptRequest_Ack struct { // ACK message Ack *Ack `protobuf:"bytes,4,opt,name=ack,proto3,oneof" firestore:"ack"` }
type AcceptRequest_Close ¶
type AcceptRequest_Close struct {
Close *Close `protobuf:"bytes,5,opt,name=close,proto3,oneof" firestore:"close"`
}
type AcceptRequest_Data ¶
type AcceptRequest_Data struct { // Data from the agent to the endpoint (client). Data *Data `protobuf:"bytes,3,opt,name=data,proto3,oneof" firestore:"data"` }
type AcceptRequest_Error ¶
type AcceptRequest_Error struct {
Error *Error `protobuf:"bytes,6,opt,name=error,proto3,oneof" firestore:"error"`
}
type AcceptRequest_FieldMask ¶
type AcceptRequest_FieldMask struct {
Paths []AcceptRequest_FieldPath
}
func FullAcceptRequest_FieldMask ¶
func FullAcceptRequest_FieldMask() *AcceptRequest_FieldMask
func (*AcceptRequest_FieldMask) AppendPath ¶
func (fieldMask *AcceptRequest_FieldMask) AppendPath(path AcceptRequest_FieldPath)
func (*AcceptRequest_FieldMask) AppendRawPath ¶
func (fieldMask *AcceptRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AcceptRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *AcceptRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AcceptRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *AcceptRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AcceptRequest_FieldMask) FilterInputFields ¶
func (fieldMask *AcceptRequest_FieldMask) FilterInputFields() *AcceptRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AcceptRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AcceptRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*AcceptRequest_FieldMask) GetPaths ¶
func (fieldMask *AcceptRequest_FieldMask) GetPaths() []AcceptRequest_FieldPath
func (*AcceptRequest_FieldMask) GetRawPaths ¶
func (fieldMask *AcceptRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AcceptRequest_FieldMask) IsFull ¶
func (fieldMask *AcceptRequest_FieldMask) IsFull() bool
func (AcceptRequest_FieldMask) Marshal ¶
func (fieldMask AcceptRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AcceptRequest_FieldMask) MarshalJSON ¶
func (fieldMask AcceptRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*AcceptRequest_FieldMask) PathsCount ¶
func (fieldMask *AcceptRequest_FieldMask) PathsCount() int
func (*AcceptRequest_FieldMask) Project ¶
func (fieldMask *AcceptRequest_FieldMask) Project(source *AcceptRequest) *AcceptRequest
func (*AcceptRequest_FieldMask) ProjectRaw ¶
func (fieldMask *AcceptRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AcceptRequest_FieldMask) ProtoMessage ¶
func (fieldMask *AcceptRequest_FieldMask) ProtoMessage()
func (*AcceptRequest_FieldMask) ProtoReflect ¶
func (fieldMask *AcceptRequest_FieldMask) ProtoReflect() preflect.Message
func (*AcceptRequest_FieldMask) Reset ¶
func (fieldMask *AcceptRequest_FieldMask) Reset()
func (*AcceptRequest_FieldMask) Set ¶
func (fieldMask *AcceptRequest_FieldMask) Set(target, source *AcceptRequest)
func (*AcceptRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *AcceptRequest_FieldMask) SetFromCliFlag(raw string) error
func (*AcceptRequest_FieldMask) SetRaw ¶
func (fieldMask *AcceptRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AcceptRequest_FieldMask) Size ¶
func (fieldMask *AcceptRequest_FieldMask) Size() int
func (*AcceptRequest_FieldMask) String ¶
func (fieldMask *AcceptRequest_FieldMask) String() string
func (*AcceptRequest_FieldMask) Subtract ¶
func (fieldMask *AcceptRequest_FieldMask) Subtract(other *AcceptRequest_FieldMask) *AcceptRequest_FieldMask
func (*AcceptRequest_FieldMask) SubtractRaw ¶
func (fieldMask *AcceptRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AcceptRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AcceptRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AcceptRequest_FieldMask) Unmarshal ¶
func (fieldMask *AcceptRequest_FieldMask) Unmarshal(data []byte) error
func (*AcceptRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *AcceptRequest_FieldMask) UnmarshalJSON(data []byte) error
type AcceptRequest_FieldPath ¶
type AcceptRequest_FieldPath interface { gotenobject.FieldPath Selector() AcceptRequest_FieldPathSelector Get(source *AcceptRequest) []interface{} GetSingle(source *AcceptRequest) (interface{}, bool) ClearValue(item *AcceptRequest) // Those methods build corresponding AcceptRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AcceptRequest_FieldPathValue WithIArrayOfValues(values interface{}) AcceptRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AcceptRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAcceptRequest_FieldPath ¶
func BuildAcceptRequest_FieldPath(fp gotenobject.RawFieldPath) (AcceptRequest_FieldPath, error)
func MustParseAcceptRequest_FieldPath ¶
func MustParseAcceptRequest_FieldPath(rawField string) AcceptRequest_FieldPath
func ParseAcceptRequest_FieldPath ¶
func ParseAcceptRequest_FieldPath(rawField string) (AcceptRequest_FieldPath, error)
type AcceptRequest_FieldPathArrayItemValue ¶
type AcceptRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AcceptRequest_FieldPath ContainsValue(*AcceptRequest) bool }
AcceptRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for AcceptRequest according to their type Present only for array (repeated) types.
func MustParseAcceptRequest_FieldPathArrayItemValue ¶
func MustParseAcceptRequest_FieldPathArrayItemValue(pathStr, valueStr string) AcceptRequest_FieldPathArrayItemValue
func ParseAcceptRequest_FieldPathArrayItemValue ¶
func ParseAcceptRequest_FieldPathArrayItemValue(pathStr, valueStr string) (AcceptRequest_FieldPathArrayItemValue, error)
ParseAcceptRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AcceptRequest_FieldPathArrayOfValues ¶
type AcceptRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AcceptRequest_FieldPath }
AcceptRequest_FieldPathArrayOfValues allows storing slice of values for AcceptRequest fields according to their type
func MustParseAcceptRequest_FieldPathArrayOfValues ¶
func MustParseAcceptRequest_FieldPathArrayOfValues(pathStr, valuesStr string) AcceptRequest_FieldPathArrayOfValues
func ParseAcceptRequest_FieldPathArrayOfValues ¶
func ParseAcceptRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (AcceptRequest_FieldPathArrayOfValues, error)
type AcceptRequest_FieldPathSelector ¶
type AcceptRequest_FieldPathSelector int32
const ( AcceptRequest_FieldPathSelectorOpenRequest AcceptRequest_FieldPathSelector = 0 AcceptRequest_FieldPathSelectorResumeRequest AcceptRequest_FieldPathSelector = 1 AcceptRequest_FieldPathSelectorData AcceptRequest_FieldPathSelector = 2 AcceptRequest_FieldPathSelectorAck AcceptRequest_FieldPathSelector = 3 AcceptRequest_FieldPathSelectorClose AcceptRequest_FieldPathSelector = 4 AcceptRequest_FieldPathSelectorError AcceptRequest_FieldPathSelector = 5 AcceptRequest_FieldPathSelectorPing AcceptRequest_FieldPathSelector = 6 )
func (AcceptRequest_FieldPathSelector) String ¶
func (s AcceptRequest_FieldPathSelector) String() string
type AcceptRequest_FieldPathValue ¶
type AcceptRequest_FieldPathValue interface { AcceptRequest_FieldPath gotenobject.FieldPathValue SetTo(target **AcceptRequest) CompareWith(*AcceptRequest) (cmp int, comparable bool) }
AcceptRequest_FieldPathValue allows storing values for AcceptRequest fields according to their type
func MustParseAcceptRequest_FieldPathValue ¶
func MustParseAcceptRequest_FieldPathValue(pathStr, valueStr string) AcceptRequest_FieldPathValue
func ParseAcceptRequest_FieldPathValue ¶
func ParseAcceptRequest_FieldPathValue(pathStr, valueStr string) (AcceptRequest_FieldPathValue, error)
type AcceptRequest_FieldSubPath ¶
type AcceptRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*AcceptRequest_FieldSubPath) AsAckSubPath ¶
func (fps *AcceptRequest_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
func (*AcceptRequest_FieldSubPath) AsCloseSubPath ¶
func (fps *AcceptRequest_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
func (*AcceptRequest_FieldSubPath) AsDataSubPath ¶
func (fps *AcceptRequest_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
func (*AcceptRequest_FieldSubPath) AsErrorSubPath ¶
func (fps *AcceptRequest_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
func (*AcceptRequest_FieldSubPath) AsOpenRequestSubPath ¶
func (fps *AcceptRequest_FieldSubPath) AsOpenRequestSubPath() (AcceptRequestOpenRequest_FieldPath, bool)
func (*AcceptRequest_FieldSubPath) AsPingSubPath ¶
func (fps *AcceptRequest_FieldSubPath) AsPingSubPath() (Ping_FieldPath, bool)
func (*AcceptRequest_FieldSubPath) AsResumeRequestSubPath ¶
func (fps *AcceptRequest_FieldSubPath) AsResumeRequestSubPath() (AcceptRequestResumeRequest_FieldPath, bool)
func (*AcceptRequest_FieldSubPath) ClearValue ¶
func (fps *AcceptRequest_FieldSubPath) ClearValue(item *AcceptRequest)
func (*AcceptRequest_FieldSubPath) ClearValueRaw ¶
func (fps *AcceptRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*AcceptRequest_FieldSubPath) Get ¶
func (fps *AcceptRequest_FieldSubPath) Get(source *AcceptRequest) (values []interface{})
Get returns all values pointed by selected field from source AcceptRequest
func (*AcceptRequest_FieldSubPath) GetDefault ¶
func (fps *AcceptRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AcceptRequest_FieldSubPath) GetRaw ¶
func (fps *AcceptRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*AcceptRequest_FieldSubPath) GetSingle ¶
func (fps *AcceptRequest_FieldSubPath) GetSingle(source *AcceptRequest) (interface{}, bool)
GetSingle returns value of selected field from source AcceptRequest
func (*AcceptRequest_FieldSubPath) GetSingleRaw ¶
func (fps *AcceptRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AcceptRequest_FieldSubPath) IsLeaf ¶
func (fps *AcceptRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AcceptRequest_FieldSubPath) JSONString ¶
func (fps *AcceptRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AcceptRequest_FieldSubPath) Selector ¶
func (fps *AcceptRequest_FieldSubPath) Selector() AcceptRequest_FieldPathSelector
func (*AcceptRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *AcceptRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AcceptRequest_FieldSubPath) String ¶
func (fps *AcceptRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*AcceptRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *AcceptRequest_FieldSubPath) WithIArrayItemValue(value interface{}) AcceptRequest_FieldPathArrayItemValue
func (*AcceptRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *AcceptRequest_FieldSubPath) WithIArrayOfValues(values interface{}) AcceptRequest_FieldPathArrayOfValues
func (*AcceptRequest_FieldSubPath) WithIValue ¶
func (fps *AcceptRequest_FieldSubPath) WithIValue(value interface{}) AcceptRequest_FieldPathValue
func (*AcceptRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *AcceptRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AcceptRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *AcceptRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AcceptRequest_FieldSubPath) WithRawIValue ¶
func (fps *AcceptRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AcceptRequest_FieldSubPathArrayItemValue ¶
type AcceptRequest_FieldSubPathArrayItemValue struct { AcceptRequest_FieldPath // contains filtered or unexported fields }
func (*AcceptRequest_FieldSubPathArrayItemValue) AsAckPathItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
func (*AcceptRequest_FieldSubPathArrayItemValue) AsClosePathItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
func (*AcceptRequest_FieldSubPathArrayItemValue) AsDataPathItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
func (*AcceptRequest_FieldSubPathArrayItemValue) AsErrorPathItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
func (*AcceptRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue() (AcceptRequestOpenRequest_FieldPathArrayItemValue, bool)
func (*AcceptRequest_FieldSubPathArrayItemValue) AsPingPathItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsPingPathItemValue() (Ping_FieldPathArrayItemValue, bool)
func (*AcceptRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue() (AcceptRequestResumeRequest_FieldPathArrayItemValue, bool)
func (*AcceptRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) ContainsValue(source *AcceptRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'AcceptRequest'
func (*AcceptRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *AcceptRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type AcceptRequest_FieldSubPathArrayOfValues ¶
type AcceptRequest_FieldSubPathArrayOfValues struct { AcceptRequest_FieldPath // contains filtered or unexported fields }
func (*AcceptRequest_FieldSubPathArrayOfValues) AsAckPathArrayOfValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
func (*AcceptRequest_FieldSubPathArrayOfValues) AsClosePathArrayOfValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
func (*AcceptRequest_FieldSubPathArrayOfValues) AsDataPathArrayOfValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
func (*AcceptRequest_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
func (*AcceptRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues() (AcceptRequestOpenRequest_FieldPathArrayOfValues, bool)
func (*AcceptRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues() (Ping_FieldPathArrayOfValues, bool)
func (*AcceptRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues() (AcceptRequestResumeRequest_FieldPathArrayOfValues, bool)
func (*AcceptRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *AcceptRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type AcceptRequest_FieldSubPathValue ¶
type AcceptRequest_FieldSubPathValue struct { AcceptRequest_FieldPath // contains filtered or unexported fields }
func (*AcceptRequest_FieldSubPathValue) AsAckPathValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
func (*AcceptRequest_FieldSubPathValue) AsClosePathValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
func (*AcceptRequest_FieldSubPathValue) AsDataPathValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
func (*AcceptRequest_FieldSubPathValue) AsErrorPathValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
func (*AcceptRequest_FieldSubPathValue) AsOpenRequestPathValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) AsOpenRequestPathValue() (AcceptRequestOpenRequest_FieldPathValue, bool)
func (*AcceptRequest_FieldSubPathValue) AsPingPathValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) AsPingPathValue() (Ping_FieldPathValue, bool)
func (*AcceptRequest_FieldSubPathValue) AsResumeRequestPathValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) AsResumeRequestPathValue() (AcceptRequestResumeRequest_FieldPathValue, bool)
func (*AcceptRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *AcceptRequest_FieldSubPathValue) CompareWith(source *AcceptRequest) (int, bool)
func (*AcceptRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *AcceptRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AcceptRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *AcceptRequest_FieldSubPathValue) GetRawValue() interface{}
func (*AcceptRequest_FieldSubPathValue) SetTo ¶
func (fpvs *AcceptRequest_FieldSubPathValue) SetTo(target **AcceptRequest)
func (*AcceptRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *AcceptRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type AcceptRequest_FieldTerminalPath ¶
type AcceptRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AcceptRequest_FieldTerminalPath) ClearValue ¶
func (fp *AcceptRequest_FieldTerminalPath) ClearValue(item *AcceptRequest)
func (*AcceptRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *AcceptRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AcceptRequest_FieldTerminalPath) Get ¶
func (fp *AcceptRequest_FieldTerminalPath) Get(source *AcceptRequest) (values []interface{})
Get returns all values pointed by specific field from source AcceptRequest
func (*AcceptRequest_FieldTerminalPath) GetDefault ¶
func (fp *AcceptRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AcceptRequest_FieldTerminalPath) GetRaw ¶
func (fp *AcceptRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AcceptRequest_FieldTerminalPath) GetSingle ¶
func (fp *AcceptRequest_FieldTerminalPath) GetSingle(source *AcceptRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AcceptRequest
func (*AcceptRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *AcceptRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AcceptRequest_FieldTerminalPath) IsLeaf ¶
func (fp *AcceptRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AcceptRequest_FieldTerminalPath) JSONString ¶
func (fp *AcceptRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AcceptRequest_FieldTerminalPath) Selector ¶
func (fp *AcceptRequest_FieldTerminalPath) Selector() AcceptRequest_FieldPathSelector
func (*AcceptRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AcceptRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AcceptRequest_FieldTerminalPath) String ¶
func (fp *AcceptRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AcceptRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AcceptRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptRequest_FieldPathArrayItemValue
func (*AcceptRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AcceptRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptRequest_FieldPathArrayOfValues
func (*AcceptRequest_FieldTerminalPath) WithIValue ¶
func (fp *AcceptRequest_FieldTerminalPath) WithIValue(value interface{}) AcceptRequest_FieldPathValue
func (*AcceptRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AcceptRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AcceptRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AcceptRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AcceptRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *AcceptRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AcceptRequest_FieldTerminalPathArrayItemValue ¶
type AcceptRequest_FieldTerminalPathArrayItemValue struct { AcceptRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'AcceptRequest'
func (*AcceptRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AcceptRequest as interface{}
func (*AcceptRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptRequest) (interface{}, bool)
func (*AcceptRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AcceptRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AcceptRequest_FieldTerminalPathArrayOfValues ¶
type AcceptRequest_FieldTerminalPathArrayOfValues struct { AcceptRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequest_FieldTerminalPathArrayOfValues) AsAckArrayOfValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
func (*AcceptRequest_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
func (*AcceptRequest_FieldTerminalPathArrayOfValues) AsDataArrayOfValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
func (*AcceptRequest_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
func (*AcceptRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues() ([]*AcceptRequest_OpenRequest, bool)
func (*AcceptRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues() ([]*Ping, bool)
func (*AcceptRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues() ([]*AcceptRequest_ResumeRequest, bool)
func (*AcceptRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AcceptRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AcceptRequest_FieldTerminalPathValue ¶
type AcceptRequest_FieldTerminalPathValue struct { AcceptRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptRequest_FieldTerminalPathValue) AsAckValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
func (*AcceptRequest_FieldTerminalPathValue) AsCloseValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
func (*AcceptRequest_FieldTerminalPathValue) AsDataValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) AsDataValue() (*Data, bool)
func (*AcceptRequest_FieldTerminalPathValue) AsErrorValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
func (*AcceptRequest_FieldTerminalPathValue) AsOpenRequestValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) AsOpenRequestValue() (*AcceptRequest_OpenRequest, bool)
func (*AcceptRequest_FieldTerminalPathValue) AsPingValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) AsPingValue() (*Ping, bool)
func (*AcceptRequest_FieldTerminalPathValue) AsResumeRequestValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) AsResumeRequestValue() (*AcceptRequest_ResumeRequest, bool)
func (*AcceptRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) CompareWith(source *AcceptRequest) (int, bool)
CompareWith compares value in the 'AcceptRequest_FieldTerminalPathValue' with the value under path in 'AcceptRequest'.
func (*AcceptRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AcceptRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'AcceptRequest' as interface{}
func (*AcceptRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) SetTo(target **AcceptRequest)
SetTo stores value for selected field for object AcceptRequest
func (*AcceptRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AcceptRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AcceptRequest_OpenRequest ¶
type AcceptRequest_OpenRequest struct { Project *project.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=project,proto3" json:"project,omitempty" firestore:"project"` RegionId string `protobuf:"bytes,5,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // Name, to be authenticated/authorized. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` SessionId uint64 `protobuf:"varint,3,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty" firestore:"sessionId"` // Channel ID, requested by the endpoint in the ChannelRequested message. ChannelId uint64 `protobuf:"varint,4,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` // contains filtered or unexported fields }
func (*AcceptRequest_OpenRequest) Clone ¶
func (o *AcceptRequest_OpenRequest) Clone() *AcceptRequest_OpenRequest
func (*AcceptRequest_OpenRequest) CloneRaw ¶
func (o *AcceptRequest_OpenRequest) CloneRaw() gotenobject.GotenObjectExt
func (*AcceptRequest_OpenRequest) Descriptor ¶
func (*AcceptRequest_OpenRequest) Descriptor() ([]byte, []int)
Deprecated, Use AcceptRequest_OpenRequest.ProtoReflect.Descriptor instead.
func (*AcceptRequest_OpenRequest) GetChannelId ¶
func (m *AcceptRequest_OpenRequest) GetChannelId() uint64
func (*AcceptRequest_OpenRequest) GetName ¶
func (m *AcceptRequest_OpenRequest) GetName() string
func (*AcceptRequest_OpenRequest) GetProject ¶
func (m *AcceptRequest_OpenRequest) GetProject() *project.Reference
func (*AcceptRequest_OpenRequest) GetRegionId ¶
func (m *AcceptRequest_OpenRequest) GetRegionId() string
func (*AcceptRequest_OpenRequest) GetSessionId ¶
func (m *AcceptRequest_OpenRequest) GetSessionId() uint64
func (*AcceptRequest_OpenRequest) GotenMessage ¶
func (*AcceptRequest_OpenRequest) GotenMessage()
func (*AcceptRequest_OpenRequest) GotenObjectExt ¶
func (o *AcceptRequest_OpenRequest) GotenObjectExt()
func (*AcceptRequest_OpenRequest) GotenValidate ¶
func (obj *AcceptRequest_OpenRequest) GotenValidate() error
func (*AcceptRequest_OpenRequest) MakeDiffFieldMask ¶
func (o *AcceptRequest_OpenRequest) MakeDiffFieldMask(other *AcceptRequest_OpenRequest) *AcceptRequest_OpenRequest_FieldMask
func (*AcceptRequest_OpenRequest) MakeFullFieldMask ¶
func (o *AcceptRequest_OpenRequest) MakeFullFieldMask() *AcceptRequest_OpenRequest_FieldMask
func (*AcceptRequest_OpenRequest) MakeRawDiffFieldMask ¶
func (o *AcceptRequest_OpenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AcceptRequest_OpenRequest) MakeRawFullFieldMask ¶
func (o *AcceptRequest_OpenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AcceptRequest_OpenRequest) Marshal ¶
func (m *AcceptRequest_OpenRequest) Marshal() ([]byte, error)
func (*AcceptRequest_OpenRequest) MarshalJSON ¶
func (m *AcceptRequest_OpenRequest) MarshalJSON() ([]byte, error)
func (*AcceptRequest_OpenRequest) Merge ¶
func (o *AcceptRequest_OpenRequest) Merge(source *AcceptRequest_OpenRequest)
func (*AcceptRequest_OpenRequest) MergeRaw ¶
func (o *AcceptRequest_OpenRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*AcceptRequest_OpenRequest) ProtoMessage ¶
func (*AcceptRequest_OpenRequest) ProtoMessage()
func (*AcceptRequest_OpenRequest) ProtoReflect ¶
func (m *AcceptRequest_OpenRequest) ProtoReflect() preflect.Message
func (*AcceptRequest_OpenRequest) Reset ¶
func (m *AcceptRequest_OpenRequest) Reset()
func (*AcceptRequest_OpenRequest) SetChannelId ¶
func (m *AcceptRequest_OpenRequest) SetChannelId(fv uint64)
func (*AcceptRequest_OpenRequest) SetName ¶
func (m *AcceptRequest_OpenRequest) SetName(fv string)
func (*AcceptRequest_OpenRequest) SetProject ¶
func (m *AcceptRequest_OpenRequest) SetProject(fv *project.Reference)
func (*AcceptRequest_OpenRequest) SetRegionId ¶
func (m *AcceptRequest_OpenRequest) SetRegionId(fv string)
func (*AcceptRequest_OpenRequest) SetSessionId ¶
func (m *AcceptRequest_OpenRequest) SetSessionId(fv uint64)
func (*AcceptRequest_OpenRequest) String ¶
func (m *AcceptRequest_OpenRequest) String() string
func (*AcceptRequest_OpenRequest) Unmarshal ¶
func (m *AcceptRequest_OpenRequest) Unmarshal(b []byte) error
func (*AcceptRequest_OpenRequest) UnmarshalJSON ¶
func (m *AcceptRequest_OpenRequest) UnmarshalJSON(data []byte) error
type AcceptRequest_OpenRequestPathSelectorChannelId ¶
type AcceptRequest_OpenRequestPathSelectorChannelId struct{}
func (AcceptRequest_OpenRequestPathSelectorChannelId) WithArrayOfValues ¶
func (s AcceptRequest_OpenRequestPathSelectorChannelId) WithArrayOfValues(values []uint64) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_OpenRequestPathSelectorChannelId) WithValue ¶
func (s AcceptRequest_OpenRequestPathSelectorChannelId) WithValue(value uint64) *AcceptRequestOpenRequest_FieldTerminalPathValue
type AcceptRequest_OpenRequestPathSelectorName ¶
type AcceptRequest_OpenRequestPathSelectorName struct{}
func (AcceptRequest_OpenRequestPathSelectorName) FieldPath ¶
func (AcceptRequest_OpenRequestPathSelectorName) FieldPath() *AcceptRequestOpenRequest_FieldTerminalPath
func (AcceptRequest_OpenRequestPathSelectorName) WithArrayOfValues ¶
func (s AcceptRequest_OpenRequestPathSelectorName) WithArrayOfValues(values []string) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_OpenRequestPathSelectorName) WithValue ¶
func (s AcceptRequest_OpenRequestPathSelectorName) WithValue(value string) *AcceptRequestOpenRequest_FieldTerminalPathValue
type AcceptRequest_OpenRequestPathSelectorProject ¶
type AcceptRequest_OpenRequestPathSelectorProject struct{}
func (AcceptRequest_OpenRequestPathSelectorProject) WithArrayOfValues ¶
func (s AcceptRequest_OpenRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_OpenRequestPathSelectorProject) WithValue ¶
func (s AcceptRequest_OpenRequestPathSelectorProject) WithValue(value *project.Reference) *AcceptRequestOpenRequest_FieldTerminalPathValue
type AcceptRequest_OpenRequestPathSelectorRegionId ¶
type AcceptRequest_OpenRequestPathSelectorRegionId struct{}
func (AcceptRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues ¶
func (s AcceptRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues(values []string) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_OpenRequestPathSelectorRegionId) WithValue ¶
func (s AcceptRequest_OpenRequestPathSelectorRegionId) WithValue(value string) *AcceptRequestOpenRequest_FieldTerminalPathValue
type AcceptRequest_OpenRequestPathSelectorSessionId ¶
type AcceptRequest_OpenRequestPathSelectorSessionId struct{}
func (AcceptRequest_OpenRequestPathSelectorSessionId) WithArrayOfValues ¶
func (s AcceptRequest_OpenRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *AcceptRequestOpenRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_OpenRequestPathSelectorSessionId) WithValue ¶
func (s AcceptRequest_OpenRequestPathSelectorSessionId) WithValue(value uint64) *AcceptRequestOpenRequest_FieldTerminalPathValue
type AcceptRequest_OpenRequest_ ¶
type AcceptRequest_OpenRequest_ struct { // Registers a new socket on the endpoint. OpenRequest *AcceptRequest_OpenRequest `protobuf:"bytes,1,opt,name=open_request,json=openRequest,proto3,oneof" firestore:"openRequest"` }
type AcceptRequest_OpenRequest_FieldMask ¶
type AcceptRequest_OpenRequest_FieldMask struct {
Paths []AcceptRequestOpenRequest_FieldPath
}
func FullAcceptRequest_OpenRequest_FieldMask ¶
func FullAcceptRequest_OpenRequest_FieldMask() *AcceptRequest_OpenRequest_FieldMask
func (*AcceptRequest_OpenRequest_FieldMask) AppendPath ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) AppendPath(path AcceptRequestOpenRequest_FieldPath)
func (*AcceptRequest_OpenRequest_FieldMask) AppendRawPath ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AcceptRequest_OpenRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AcceptRequest_OpenRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AcceptRequest_OpenRequest_FieldMask) FilterInputFields ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) FilterInputFields() *AcceptRequest_OpenRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AcceptRequest_OpenRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*AcceptRequest_OpenRequest_FieldMask) GetPaths ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) GetPaths() []AcceptRequestOpenRequest_FieldPath
func (*AcceptRequest_OpenRequest_FieldMask) GetRawPaths ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AcceptRequest_OpenRequest_FieldMask) IsFull ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) IsFull() bool
func (AcceptRequest_OpenRequest_FieldMask) Marshal ¶
func (fieldMask AcceptRequest_OpenRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AcceptRequest_OpenRequest_FieldMask) MarshalJSON ¶
func (fieldMask AcceptRequest_OpenRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*AcceptRequest_OpenRequest_FieldMask) PathsCount ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) PathsCount() int
func (*AcceptRequest_OpenRequest_FieldMask) Project ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Project(source *AcceptRequest_OpenRequest) *AcceptRequest_OpenRequest
func (*AcceptRequest_OpenRequest_FieldMask) ProjectRaw ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AcceptRequest_OpenRequest_FieldMask) ProtoMessage ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ProtoMessage()
func (*AcceptRequest_OpenRequest_FieldMask) ProtoReflect ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ProtoReflect() preflect.Message
func (*AcceptRequest_OpenRequest_FieldMask) Reset ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Reset()
func (*AcceptRequest_OpenRequest_FieldMask) Set ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Set(target, source *AcceptRequest_OpenRequest)
func (*AcceptRequest_OpenRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) SetFromCliFlag(raw string) error
func (*AcceptRequest_OpenRequest_FieldMask) SetRaw ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AcceptRequest_OpenRequest_FieldMask) Size ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Size() int
func (*AcceptRequest_OpenRequest_FieldMask) String ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) String() string
func (*AcceptRequest_OpenRequest_FieldMask) Subtract ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Subtract(other *AcceptRequest_OpenRequest_FieldMask) *AcceptRequest_OpenRequest_FieldMask
func (*AcceptRequest_OpenRequest_FieldMask) SubtractRaw ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AcceptRequest_OpenRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AcceptRequest_OpenRequest_FieldMask) Unmarshal ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) Unmarshal(data []byte) error
func (*AcceptRequest_OpenRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *AcceptRequest_OpenRequest_FieldMask) UnmarshalJSON(data []byte) error
type AcceptRequest_Ping ¶
type AcceptRequest_Ping struct {
Ping *Ping `protobuf:"bytes,7,opt,name=ping,proto3,oneof" firestore:"ping"`
}
type AcceptRequest_ResumeRequest ¶
type AcceptRequest_ResumeRequest struct { Project *project.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=project,proto3" json:"project,omitempty" firestore:"project"` RegionId string `protobuf:"bytes,6,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // Name, to be authenticated/authorized. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` SessionId uint64 `protobuf:"varint,3,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty" firestore:"sessionId"` // Channel ID, requested by the endpoint in the ChannelRequested message. ChannelId uint64 `protobuf:"varint,4,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` LastMessageId uint64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AcceptRequest_ResumeRequest) Clone ¶
func (o *AcceptRequest_ResumeRequest) Clone() *AcceptRequest_ResumeRequest
func (*AcceptRequest_ResumeRequest) CloneRaw ¶
func (o *AcceptRequest_ResumeRequest) CloneRaw() gotenobject.GotenObjectExt
func (*AcceptRequest_ResumeRequest) Descriptor ¶
func (*AcceptRequest_ResumeRequest) Descriptor() ([]byte, []int)
Deprecated, Use AcceptRequest_ResumeRequest.ProtoReflect.Descriptor instead.
func (*AcceptRequest_ResumeRequest) GetChannelId ¶
func (m *AcceptRequest_ResumeRequest) GetChannelId() uint64
func (*AcceptRequest_ResumeRequest) GetLastMessageId ¶
func (m *AcceptRequest_ResumeRequest) GetLastMessageId() uint64
func (*AcceptRequest_ResumeRequest) GetName ¶
func (m *AcceptRequest_ResumeRequest) GetName() string
func (*AcceptRequest_ResumeRequest) GetProject ¶
func (m *AcceptRequest_ResumeRequest) GetProject() *project.Reference
func (*AcceptRequest_ResumeRequest) GetRegionId ¶
func (m *AcceptRequest_ResumeRequest) GetRegionId() string
func (*AcceptRequest_ResumeRequest) GetSessionId ¶
func (m *AcceptRequest_ResumeRequest) GetSessionId() uint64
func (*AcceptRequest_ResumeRequest) GotenMessage ¶
func (*AcceptRequest_ResumeRequest) GotenMessage()
func (*AcceptRequest_ResumeRequest) GotenObjectExt ¶
func (o *AcceptRequest_ResumeRequest) GotenObjectExt()
func (*AcceptRequest_ResumeRequest) GotenValidate ¶
func (obj *AcceptRequest_ResumeRequest) GotenValidate() error
func (*AcceptRequest_ResumeRequest) MakeDiffFieldMask ¶
func (o *AcceptRequest_ResumeRequest) MakeDiffFieldMask(other *AcceptRequest_ResumeRequest) *AcceptRequest_ResumeRequest_FieldMask
func (*AcceptRequest_ResumeRequest) MakeFullFieldMask ¶
func (o *AcceptRequest_ResumeRequest) MakeFullFieldMask() *AcceptRequest_ResumeRequest_FieldMask
func (*AcceptRequest_ResumeRequest) MakeRawDiffFieldMask ¶
func (o *AcceptRequest_ResumeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AcceptRequest_ResumeRequest) MakeRawFullFieldMask ¶
func (o *AcceptRequest_ResumeRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AcceptRequest_ResumeRequest) Marshal ¶
func (m *AcceptRequest_ResumeRequest) Marshal() ([]byte, error)
func (*AcceptRequest_ResumeRequest) MarshalJSON ¶
func (m *AcceptRequest_ResumeRequest) MarshalJSON() ([]byte, error)
func (*AcceptRequest_ResumeRequest) Merge ¶
func (o *AcceptRequest_ResumeRequest) Merge(source *AcceptRequest_ResumeRequest)
func (*AcceptRequest_ResumeRequest) MergeRaw ¶
func (o *AcceptRequest_ResumeRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*AcceptRequest_ResumeRequest) ProtoMessage ¶
func (*AcceptRequest_ResumeRequest) ProtoMessage()
func (*AcceptRequest_ResumeRequest) ProtoReflect ¶
func (m *AcceptRequest_ResumeRequest) ProtoReflect() preflect.Message
func (*AcceptRequest_ResumeRequest) Reset ¶
func (m *AcceptRequest_ResumeRequest) Reset()
func (*AcceptRequest_ResumeRequest) SetChannelId ¶
func (m *AcceptRequest_ResumeRequest) SetChannelId(fv uint64)
func (*AcceptRequest_ResumeRequest) SetLastMessageId ¶
func (m *AcceptRequest_ResumeRequest) SetLastMessageId(fv uint64)
func (*AcceptRequest_ResumeRequest) SetName ¶
func (m *AcceptRequest_ResumeRequest) SetName(fv string)
func (*AcceptRequest_ResumeRequest) SetProject ¶
func (m *AcceptRequest_ResumeRequest) SetProject(fv *project.Reference)
func (*AcceptRequest_ResumeRequest) SetRegionId ¶
func (m *AcceptRequest_ResumeRequest) SetRegionId(fv string)
func (*AcceptRequest_ResumeRequest) SetSessionId ¶
func (m *AcceptRequest_ResumeRequest) SetSessionId(fv uint64)
func (*AcceptRequest_ResumeRequest) String ¶
func (m *AcceptRequest_ResumeRequest) String() string
func (*AcceptRequest_ResumeRequest) Unmarshal ¶
func (m *AcceptRequest_ResumeRequest) Unmarshal(b []byte) error
func (*AcceptRequest_ResumeRequest) UnmarshalJSON ¶
func (m *AcceptRequest_ResumeRequest) UnmarshalJSON(data []byte) error
type AcceptRequest_ResumeRequestPathSelectorChannelId ¶
type AcceptRequest_ResumeRequestPathSelectorChannelId struct{}
func (AcceptRequest_ResumeRequestPathSelectorChannelId) WithArrayOfValues ¶
func (s AcceptRequest_ResumeRequestPathSelectorChannelId) WithArrayOfValues(values []uint64) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_ResumeRequestPathSelectorChannelId) WithValue ¶
func (s AcceptRequest_ResumeRequestPathSelectorChannelId) WithValue(value uint64) *AcceptRequestResumeRequest_FieldTerminalPathValue
type AcceptRequest_ResumeRequestPathSelectorLastMessageId ¶
type AcceptRequest_ResumeRequestPathSelectorLastMessageId struct{}
func (AcceptRequest_ResumeRequestPathSelectorLastMessageId) WithArrayOfValues ¶
func (s AcceptRequest_ResumeRequestPathSelectorLastMessageId) WithArrayOfValues(values []uint64) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_ResumeRequestPathSelectorLastMessageId) WithValue ¶
func (s AcceptRequest_ResumeRequestPathSelectorLastMessageId) WithValue(value uint64) *AcceptRequestResumeRequest_FieldTerminalPathValue
type AcceptRequest_ResumeRequestPathSelectorName ¶
type AcceptRequest_ResumeRequestPathSelectorName struct{}
func (AcceptRequest_ResumeRequestPathSelectorName) WithArrayOfValues ¶
func (s AcceptRequest_ResumeRequestPathSelectorName) WithArrayOfValues(values []string) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_ResumeRequestPathSelectorName) WithValue ¶
func (s AcceptRequest_ResumeRequestPathSelectorName) WithValue(value string) *AcceptRequestResumeRequest_FieldTerminalPathValue
type AcceptRequest_ResumeRequestPathSelectorProject ¶
type AcceptRequest_ResumeRequestPathSelectorProject struct{}
func (AcceptRequest_ResumeRequestPathSelectorProject) WithArrayOfValues ¶
func (s AcceptRequest_ResumeRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_ResumeRequestPathSelectorProject) WithValue ¶
func (s AcceptRequest_ResumeRequestPathSelectorProject) WithValue(value *project.Reference) *AcceptRequestResumeRequest_FieldTerminalPathValue
type AcceptRequest_ResumeRequestPathSelectorRegionId ¶
type AcceptRequest_ResumeRequestPathSelectorRegionId struct{}
func (AcceptRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues ¶
func (s AcceptRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues(values []string) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_ResumeRequestPathSelectorRegionId) WithValue ¶
func (s AcceptRequest_ResumeRequestPathSelectorRegionId) WithValue(value string) *AcceptRequestResumeRequest_FieldTerminalPathValue
type AcceptRequest_ResumeRequestPathSelectorSessionId ¶
type AcceptRequest_ResumeRequestPathSelectorSessionId struct{}
func (AcceptRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues ¶
func (s AcceptRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *AcceptRequestResumeRequest_FieldTerminalPathArrayOfValues
func (AcceptRequest_ResumeRequestPathSelectorSessionId) WithValue ¶
func (s AcceptRequest_ResumeRequestPathSelectorSessionId) WithValue(value uint64) *AcceptRequestResumeRequest_FieldTerminalPathValue
type AcceptRequest_ResumeRequest_ ¶
type AcceptRequest_ResumeRequest_ struct {
ResumeRequest *AcceptRequest_ResumeRequest `protobuf:"bytes,2,opt,name=resume_request,json=resumeRequest,proto3,oneof" firestore:"resumeRequest"`
}
type AcceptRequest_ResumeRequest_FieldMask ¶
type AcceptRequest_ResumeRequest_FieldMask struct {
Paths []AcceptRequestResumeRequest_FieldPath
}
func FullAcceptRequest_ResumeRequest_FieldMask ¶
func FullAcceptRequest_ResumeRequest_FieldMask() *AcceptRequest_ResumeRequest_FieldMask
func (*AcceptRequest_ResumeRequest_FieldMask) AppendPath ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) AppendPath(path AcceptRequestResumeRequest_FieldPath)
func (*AcceptRequest_ResumeRequest_FieldMask) AppendRawPath ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AcceptRequest_ResumeRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AcceptRequest_ResumeRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AcceptRequest_ResumeRequest_FieldMask) FilterInputFields ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) FilterInputFields() *AcceptRequest_ResumeRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AcceptRequest_ResumeRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*AcceptRequest_ResumeRequest_FieldMask) GetPaths ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) GetPaths() []AcceptRequestResumeRequest_FieldPath
func (*AcceptRequest_ResumeRequest_FieldMask) GetRawPaths ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AcceptRequest_ResumeRequest_FieldMask) IsFull ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) IsFull() bool
func (AcceptRequest_ResumeRequest_FieldMask) Marshal ¶
func (fieldMask AcceptRequest_ResumeRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AcceptRequest_ResumeRequest_FieldMask) MarshalJSON ¶
func (fieldMask AcceptRequest_ResumeRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*AcceptRequest_ResumeRequest_FieldMask) PathsCount ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) PathsCount() int
func (*AcceptRequest_ResumeRequest_FieldMask) Project ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Project(source *AcceptRequest_ResumeRequest) *AcceptRequest_ResumeRequest
func (*AcceptRequest_ResumeRequest_FieldMask) ProjectRaw ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AcceptRequest_ResumeRequest_FieldMask) ProtoMessage ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ProtoMessage()
func (*AcceptRequest_ResumeRequest_FieldMask) ProtoReflect ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ProtoReflect() preflect.Message
func (*AcceptRequest_ResumeRequest_FieldMask) Reset ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Reset()
func (*AcceptRequest_ResumeRequest_FieldMask) Set ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Set(target, source *AcceptRequest_ResumeRequest)
func (*AcceptRequest_ResumeRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) SetFromCliFlag(raw string) error
func (*AcceptRequest_ResumeRequest_FieldMask) SetRaw ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AcceptRequest_ResumeRequest_FieldMask) Size ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Size() int
func (*AcceptRequest_ResumeRequest_FieldMask) String ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) String() string
func (*AcceptRequest_ResumeRequest_FieldMask) Subtract ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Subtract(other *AcceptRequest_ResumeRequest_FieldMask) *AcceptRequest_ResumeRequest_FieldMask
func (*AcceptRequest_ResumeRequest_FieldMask) SubtractRaw ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AcceptRequest_ResumeRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AcceptRequest_ResumeRequest_FieldMask) Unmarshal ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) Unmarshal(data []byte) error
func (*AcceptRequest_ResumeRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *AcceptRequest_ResumeRequest_FieldMask) UnmarshalJSON(data []byte) error
type AcceptResponse ¶
type AcceptResponse struct { // Types that are valid to be assigned to Message: // *AcceptResponse_Data // *AcceptResponse_Ack // *AcceptResponse_Close // *AcceptResponse_Error Message isAcceptResponse_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
Response message for method [Accept][ntt.proxies.v1alpha2.Accept]
func (*AcceptResponse) Clone ¶
func (o *AcceptResponse) Clone() *AcceptResponse
func (*AcceptResponse) CloneRaw ¶
func (o *AcceptResponse) CloneRaw() gotenobject.GotenObjectExt
func (*AcceptResponse) Descriptor ¶
func (*AcceptResponse) Descriptor() ([]byte, []int)
Deprecated, Use AcceptResponse.ProtoReflect.Descriptor instead.
func (*AcceptResponse) GetAck ¶
func (m *AcceptResponse) GetAck() *Ack
func (*AcceptResponse) GetClose ¶
func (m *AcceptResponse) GetClose() *Close
func (*AcceptResponse) GetData ¶
func (m *AcceptResponse) GetData() *Data
func (*AcceptResponse) GetError ¶
func (m *AcceptResponse) GetError() *Error
func (*AcceptResponse) GetMessage ¶
func (m *AcceptResponse) GetMessage() isAcceptResponse_Message
func (*AcceptResponse) GotenMessage ¶
func (*AcceptResponse) GotenMessage()
func (*AcceptResponse) GotenObjectExt ¶
func (o *AcceptResponse) GotenObjectExt()
func (*AcceptResponse) GotenValidate ¶
func (obj *AcceptResponse) GotenValidate() error
func (*AcceptResponse) MakeDiffFieldMask ¶
func (o *AcceptResponse) MakeDiffFieldMask(other *AcceptResponse) *AcceptResponse_FieldMask
func (*AcceptResponse) MakeFullFieldMask ¶
func (o *AcceptResponse) MakeFullFieldMask() *AcceptResponse_FieldMask
func (*AcceptResponse) MakeRawDiffFieldMask ¶
func (o *AcceptResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AcceptResponse) MakeRawFullFieldMask ¶
func (o *AcceptResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AcceptResponse) Marshal ¶
func (m *AcceptResponse) Marshal() ([]byte, error)
func (*AcceptResponse) MarshalJSON ¶
func (m *AcceptResponse) MarshalJSON() ([]byte, error)
func (*AcceptResponse) Merge ¶
func (o *AcceptResponse) Merge(source *AcceptResponse)
func (*AcceptResponse) MergeRaw ¶
func (o *AcceptResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*AcceptResponse) ProtoMessage ¶
func (*AcceptResponse) ProtoMessage()
func (*AcceptResponse) ProtoReflect ¶
func (m *AcceptResponse) ProtoReflect() preflect.Message
func (*AcceptResponse) Reset ¶
func (m *AcceptResponse) Reset()
func (*AcceptResponse) SetAck ¶
func (m *AcceptResponse) SetAck(fv *Ack)
func (*AcceptResponse) SetClose ¶
func (m *AcceptResponse) SetClose(fv *Close)
func (*AcceptResponse) SetData ¶
func (m *AcceptResponse) SetData(fv *Data)
func (*AcceptResponse) SetError ¶
func (m *AcceptResponse) SetError(fv *Error)
func (*AcceptResponse) SetMessage ¶
func (m *AcceptResponse) SetMessage(ofv isAcceptResponse_Message)
func (*AcceptResponse) String ¶
func (m *AcceptResponse) String() string
func (*AcceptResponse) Unmarshal ¶
func (m *AcceptResponse) Unmarshal(b []byte) error
func (*AcceptResponse) UnmarshalJSON ¶
func (m *AcceptResponse) UnmarshalJSON(data []byte) error
type AcceptResponseFieldPathBuilder ¶
type AcceptResponseFieldPathBuilder struct{}
func NewAcceptResponseFieldPathBuilder ¶
func NewAcceptResponseFieldPathBuilder() AcceptResponseFieldPathBuilder
func (AcceptResponseFieldPathBuilder) Close ¶
func (AcceptResponseFieldPathBuilder) Close() AcceptResponsePathSelectorClose
func (AcceptResponseFieldPathBuilder) Data ¶
func (AcceptResponseFieldPathBuilder) Data() AcceptResponsePathSelectorData
func (AcceptResponseFieldPathBuilder) Error ¶
func (AcceptResponseFieldPathBuilder) Error() AcceptResponsePathSelectorError
type AcceptResponsePathSelectorAck ¶
type AcceptResponsePathSelectorAck struct{}
func (AcceptResponsePathSelectorAck) FieldPath ¶
func (AcceptResponsePathSelectorAck) FieldPath() *AcceptResponse_FieldTerminalPath
func (AcceptResponsePathSelectorAck) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorAck) WithArrayOfValues(values []*Ack) *AcceptResponse_FieldTerminalPathArrayOfValues
func (AcceptResponsePathSelectorAck) WithSubArrayItemValue ¶
func (s AcceptResponsePathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
func (AcceptResponsePathSelectorAck) WithSubArrayOfValues ¶
func (s AcceptResponsePathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorAck) WithSubPath ¶
func (AcceptResponsePathSelectorAck) WithSubPath(subPath Ack_FieldPath) *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorAck) WithSubValue ¶
func (s AcceptResponsePathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *AcceptResponse_FieldSubPathValue
func (AcceptResponsePathSelectorAck) WithValue ¶
func (s AcceptResponsePathSelectorAck) WithValue(value *Ack) *AcceptResponse_FieldTerminalPathValue
type AcceptResponsePathSelectorAckId ¶
type AcceptResponsePathSelectorAckId struct{}
func (AcceptResponsePathSelectorAckId) FieldPath ¶
func (AcceptResponsePathSelectorAckId) FieldPath() *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorAckId) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorAckId) WithArrayOfValues(values []uint64) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorAckId) WithValue ¶
func (s AcceptResponsePathSelectorAckId) WithValue(value uint64) *AcceptResponse_FieldSubPathValue
type AcceptResponsePathSelectorClose ¶
type AcceptResponsePathSelectorClose struct{}
func (AcceptResponsePathSelectorClose) FieldPath ¶
func (AcceptResponsePathSelectorClose) FieldPath() *AcceptResponse_FieldTerminalPath
func (AcceptResponsePathSelectorClose) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorClose) WithArrayOfValues(values []*Close) *AcceptResponse_FieldTerminalPathArrayOfValues
func (AcceptResponsePathSelectorClose) WithSubArrayItemValue ¶
func (s AcceptResponsePathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
func (AcceptResponsePathSelectorClose) WithSubArrayOfValues ¶
func (s AcceptResponsePathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorClose) WithSubPath ¶
func (AcceptResponsePathSelectorClose) WithSubPath(subPath Close_FieldPath) *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorClose) WithSubValue ¶
func (s AcceptResponsePathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *AcceptResponse_FieldSubPathValue
func (AcceptResponsePathSelectorClose) WithValue ¶
func (s AcceptResponsePathSelectorClose) WithValue(value *Close) *AcceptResponse_FieldTerminalPathValue
type AcceptResponsePathSelectorCloseId ¶
type AcceptResponsePathSelectorCloseId struct{}
func (AcceptResponsePathSelectorCloseId) FieldPath ¶
func (AcceptResponsePathSelectorCloseId) FieldPath() *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorCloseId) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorCloseId) WithArrayOfValues(values []uint64) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorCloseId) WithValue ¶
func (s AcceptResponsePathSelectorCloseId) WithValue(value uint64) *AcceptResponse_FieldSubPathValue
type AcceptResponsePathSelectorData ¶
type AcceptResponsePathSelectorData struct{}
func (AcceptResponsePathSelectorData) AckRequired ¶
func (AcceptResponsePathSelectorData) AckRequired() AcceptResponsePathSelectorDataAckRequired
func (AcceptResponsePathSelectorData) FieldPath ¶
func (AcceptResponsePathSelectorData) FieldPath() *AcceptResponse_FieldTerminalPath
func (AcceptResponsePathSelectorData) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorData) WithArrayOfValues(values []*Data) *AcceptResponse_FieldTerminalPathArrayOfValues
func (AcceptResponsePathSelectorData) WithSubArrayItemValue ¶
func (s AcceptResponsePathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
func (AcceptResponsePathSelectorData) WithSubArrayOfValues ¶
func (s AcceptResponsePathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorData) WithSubPath ¶
func (AcceptResponsePathSelectorData) WithSubPath(subPath Data_FieldPath) *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorData) WithSubValue ¶
func (s AcceptResponsePathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *AcceptResponse_FieldSubPathValue
func (AcceptResponsePathSelectorData) WithValue ¶
func (s AcceptResponsePathSelectorData) WithValue(value *Data) *AcceptResponse_FieldTerminalPathValue
type AcceptResponsePathSelectorDataAckRequired ¶
type AcceptResponsePathSelectorDataAckRequired struct{}
func (AcceptResponsePathSelectorDataAckRequired) FieldPath ¶
func (AcceptResponsePathSelectorDataAckRequired) FieldPath() *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorDataAckRequired) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorDataAckRequired) WithArrayOfValues(values []bool) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorDataAckRequired) WithValue ¶
func (s AcceptResponsePathSelectorDataAckRequired) WithValue(value bool) *AcceptResponse_FieldSubPathValue
type AcceptResponsePathSelectorDataBytes ¶
type AcceptResponsePathSelectorDataBytes struct{}
func (AcceptResponsePathSelectorDataBytes) FieldPath ¶
func (AcceptResponsePathSelectorDataBytes) FieldPath() *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorDataBytes) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorDataBytes) WithArrayOfValues(values [][]byte) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorDataBytes) WithValue ¶
func (s AcceptResponsePathSelectorDataBytes) WithValue(value []byte) *AcceptResponse_FieldSubPathValue
type AcceptResponsePathSelectorDataId ¶
type AcceptResponsePathSelectorDataId struct{}
func (AcceptResponsePathSelectorDataId) FieldPath ¶
func (AcceptResponsePathSelectorDataId) FieldPath() *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorDataId) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorDataId) WithArrayOfValues(values []uint64) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorDataId) WithValue ¶
func (s AcceptResponsePathSelectorDataId) WithValue(value uint64) *AcceptResponse_FieldSubPathValue
type AcceptResponsePathSelectorError ¶
type AcceptResponsePathSelectorError struct{}
func (AcceptResponsePathSelectorError) FieldPath ¶
func (AcceptResponsePathSelectorError) FieldPath() *AcceptResponse_FieldTerminalPath
func (AcceptResponsePathSelectorError) Message ¶
func (AcceptResponsePathSelectorError) Message() AcceptResponsePathSelectorErrorMessage
func (AcceptResponsePathSelectorError) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorError) WithArrayOfValues(values []*Error) *AcceptResponse_FieldTerminalPathArrayOfValues
func (AcceptResponsePathSelectorError) WithSubArrayItemValue ¶
func (s AcceptResponsePathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *AcceptResponse_FieldSubPathArrayItemValue
func (AcceptResponsePathSelectorError) WithSubArrayOfValues ¶
func (s AcceptResponsePathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorError) WithSubPath ¶
func (AcceptResponsePathSelectorError) WithSubPath(subPath Error_FieldPath) *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorError) WithSubValue ¶
func (s AcceptResponsePathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *AcceptResponse_FieldSubPathValue
func (AcceptResponsePathSelectorError) WithValue ¶
func (s AcceptResponsePathSelectorError) WithValue(value *Error) *AcceptResponse_FieldTerminalPathValue
type AcceptResponsePathSelectorErrorId ¶
type AcceptResponsePathSelectorErrorId struct{}
func (AcceptResponsePathSelectorErrorId) FieldPath ¶
func (AcceptResponsePathSelectorErrorId) FieldPath() *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorErrorId) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorErrorId) WithArrayOfValues(values []uint64) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorErrorId) WithValue ¶
func (s AcceptResponsePathSelectorErrorId) WithValue(value uint64) *AcceptResponse_FieldSubPathValue
type AcceptResponsePathSelectorErrorMessage ¶
type AcceptResponsePathSelectorErrorMessage struct{}
func (AcceptResponsePathSelectorErrorMessage) FieldPath ¶
func (AcceptResponsePathSelectorErrorMessage) FieldPath() *AcceptResponse_FieldSubPath
func (AcceptResponsePathSelectorErrorMessage) WithArrayOfValues ¶
func (s AcceptResponsePathSelectorErrorMessage) WithArrayOfValues(values []string) *AcceptResponse_FieldSubPathArrayOfValues
func (AcceptResponsePathSelectorErrorMessage) WithValue ¶
func (s AcceptResponsePathSelectorErrorMessage) WithValue(value string) *AcceptResponse_FieldSubPathValue
type AcceptResponse_Ack ¶
type AcceptResponse_Ack struct { // ACK message Ack *Ack `protobuf:"bytes,2,opt,name=ack,proto3,oneof" firestore:"ack"` }
type AcceptResponse_Close ¶
type AcceptResponse_Close struct {
Close *Close `protobuf:"bytes,3,opt,name=close,proto3,oneof" firestore:"close"`
}
type AcceptResponse_Data ¶
type AcceptResponse_Data struct { // Data from the endpoint (client) to the agent. Data *Data `protobuf:"bytes,1,opt,name=data,proto3,oneof" firestore:"data"` }
type AcceptResponse_Error ¶
type AcceptResponse_Error struct {
Error *Error `protobuf:"bytes,4,opt,name=error,proto3,oneof" firestore:"error"`
}
type AcceptResponse_FieldMask ¶
type AcceptResponse_FieldMask struct {
Paths []AcceptResponse_FieldPath
}
func FullAcceptResponse_FieldMask ¶
func FullAcceptResponse_FieldMask() *AcceptResponse_FieldMask
func (*AcceptResponse_FieldMask) AppendPath ¶
func (fieldMask *AcceptResponse_FieldMask) AppendPath(path AcceptResponse_FieldPath)
func (*AcceptResponse_FieldMask) AppendRawPath ¶
func (fieldMask *AcceptResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AcceptResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *AcceptResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AcceptResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *AcceptResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AcceptResponse_FieldMask) FilterInputFields ¶
func (fieldMask *AcceptResponse_FieldMask) FilterInputFields() *AcceptResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AcceptResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AcceptResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*AcceptResponse_FieldMask) GetPaths ¶
func (fieldMask *AcceptResponse_FieldMask) GetPaths() []AcceptResponse_FieldPath
func (*AcceptResponse_FieldMask) GetRawPaths ¶
func (fieldMask *AcceptResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AcceptResponse_FieldMask) IsFull ¶
func (fieldMask *AcceptResponse_FieldMask) IsFull() bool
func (AcceptResponse_FieldMask) Marshal ¶
func (fieldMask AcceptResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AcceptResponse_FieldMask) MarshalJSON ¶
func (fieldMask AcceptResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*AcceptResponse_FieldMask) PathsCount ¶
func (fieldMask *AcceptResponse_FieldMask) PathsCount() int
func (*AcceptResponse_FieldMask) Project ¶
func (fieldMask *AcceptResponse_FieldMask) Project(source *AcceptResponse) *AcceptResponse
func (*AcceptResponse_FieldMask) ProjectRaw ¶
func (fieldMask *AcceptResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AcceptResponse_FieldMask) ProtoMessage ¶
func (fieldMask *AcceptResponse_FieldMask) ProtoMessage()
func (*AcceptResponse_FieldMask) ProtoReflect ¶
func (fieldMask *AcceptResponse_FieldMask) ProtoReflect() preflect.Message
func (*AcceptResponse_FieldMask) Reset ¶
func (fieldMask *AcceptResponse_FieldMask) Reset()
func (*AcceptResponse_FieldMask) Set ¶
func (fieldMask *AcceptResponse_FieldMask) Set(target, source *AcceptResponse)
func (*AcceptResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *AcceptResponse_FieldMask) SetFromCliFlag(raw string) error
func (*AcceptResponse_FieldMask) SetRaw ¶
func (fieldMask *AcceptResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AcceptResponse_FieldMask) Size ¶
func (fieldMask *AcceptResponse_FieldMask) Size() int
func (*AcceptResponse_FieldMask) String ¶
func (fieldMask *AcceptResponse_FieldMask) String() string
func (*AcceptResponse_FieldMask) Subtract ¶
func (fieldMask *AcceptResponse_FieldMask) Subtract(other *AcceptResponse_FieldMask) *AcceptResponse_FieldMask
func (*AcceptResponse_FieldMask) SubtractRaw ¶
func (fieldMask *AcceptResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AcceptResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AcceptResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AcceptResponse_FieldMask) Unmarshal ¶
func (fieldMask *AcceptResponse_FieldMask) Unmarshal(data []byte) error
func (*AcceptResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *AcceptResponse_FieldMask) UnmarshalJSON(data []byte) error
type AcceptResponse_FieldPath ¶
type AcceptResponse_FieldPath interface { gotenobject.FieldPath Selector() AcceptResponse_FieldPathSelector Get(source *AcceptResponse) []interface{} GetSingle(source *AcceptResponse) (interface{}, bool) ClearValue(item *AcceptResponse) // Those methods build corresponding AcceptResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AcceptResponse_FieldPathValue WithIArrayOfValues(values interface{}) AcceptResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AcceptResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAcceptResponse_FieldPath ¶
func BuildAcceptResponse_FieldPath(fp gotenobject.RawFieldPath) (AcceptResponse_FieldPath, error)
func MustParseAcceptResponse_FieldPath ¶
func MustParseAcceptResponse_FieldPath(rawField string) AcceptResponse_FieldPath
func ParseAcceptResponse_FieldPath ¶
func ParseAcceptResponse_FieldPath(rawField string) (AcceptResponse_FieldPath, error)
type AcceptResponse_FieldPathArrayItemValue ¶
type AcceptResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AcceptResponse_FieldPath ContainsValue(*AcceptResponse) bool }
AcceptResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for AcceptResponse according to their type Present only for array (repeated) types.
func MustParseAcceptResponse_FieldPathArrayItemValue ¶
func MustParseAcceptResponse_FieldPathArrayItemValue(pathStr, valueStr string) AcceptResponse_FieldPathArrayItemValue
func ParseAcceptResponse_FieldPathArrayItemValue ¶
func ParseAcceptResponse_FieldPathArrayItemValue(pathStr, valueStr string) (AcceptResponse_FieldPathArrayItemValue, error)
ParseAcceptResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AcceptResponse_FieldPathArrayOfValues ¶
type AcceptResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AcceptResponse_FieldPath }
AcceptResponse_FieldPathArrayOfValues allows storing slice of values for AcceptResponse fields according to their type
func MustParseAcceptResponse_FieldPathArrayOfValues ¶
func MustParseAcceptResponse_FieldPathArrayOfValues(pathStr, valuesStr string) AcceptResponse_FieldPathArrayOfValues
func ParseAcceptResponse_FieldPathArrayOfValues ¶
func ParseAcceptResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (AcceptResponse_FieldPathArrayOfValues, error)
type AcceptResponse_FieldPathSelector ¶
type AcceptResponse_FieldPathSelector int32
const ( AcceptResponse_FieldPathSelectorData AcceptResponse_FieldPathSelector = 0 AcceptResponse_FieldPathSelectorAck AcceptResponse_FieldPathSelector = 1 AcceptResponse_FieldPathSelectorClose AcceptResponse_FieldPathSelector = 2 AcceptResponse_FieldPathSelectorError AcceptResponse_FieldPathSelector = 3 )
func (AcceptResponse_FieldPathSelector) String ¶
func (s AcceptResponse_FieldPathSelector) String() string
type AcceptResponse_FieldPathValue ¶
type AcceptResponse_FieldPathValue interface { AcceptResponse_FieldPath gotenobject.FieldPathValue SetTo(target **AcceptResponse) CompareWith(*AcceptResponse) (cmp int, comparable bool) }
AcceptResponse_FieldPathValue allows storing values for AcceptResponse fields according to their type
func MustParseAcceptResponse_FieldPathValue ¶
func MustParseAcceptResponse_FieldPathValue(pathStr, valueStr string) AcceptResponse_FieldPathValue
func ParseAcceptResponse_FieldPathValue ¶
func ParseAcceptResponse_FieldPathValue(pathStr, valueStr string) (AcceptResponse_FieldPathValue, error)
type AcceptResponse_FieldSubPath ¶
type AcceptResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*AcceptResponse_FieldSubPath) AsAckSubPath ¶
func (fps *AcceptResponse_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
func (*AcceptResponse_FieldSubPath) AsCloseSubPath ¶
func (fps *AcceptResponse_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
func (*AcceptResponse_FieldSubPath) AsDataSubPath ¶
func (fps *AcceptResponse_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
func (*AcceptResponse_FieldSubPath) AsErrorSubPath ¶
func (fps *AcceptResponse_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
func (*AcceptResponse_FieldSubPath) ClearValue ¶
func (fps *AcceptResponse_FieldSubPath) ClearValue(item *AcceptResponse)
func (*AcceptResponse_FieldSubPath) ClearValueRaw ¶
func (fps *AcceptResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*AcceptResponse_FieldSubPath) Get ¶
func (fps *AcceptResponse_FieldSubPath) Get(source *AcceptResponse) (values []interface{})
Get returns all values pointed by selected field from source AcceptResponse
func (*AcceptResponse_FieldSubPath) GetDefault ¶
func (fps *AcceptResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AcceptResponse_FieldSubPath) GetRaw ¶
func (fps *AcceptResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*AcceptResponse_FieldSubPath) GetSingle ¶
func (fps *AcceptResponse_FieldSubPath) GetSingle(source *AcceptResponse) (interface{}, bool)
GetSingle returns value of selected field from source AcceptResponse
func (*AcceptResponse_FieldSubPath) GetSingleRaw ¶
func (fps *AcceptResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AcceptResponse_FieldSubPath) IsLeaf ¶
func (fps *AcceptResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AcceptResponse_FieldSubPath) JSONString ¶
func (fps *AcceptResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AcceptResponse_FieldSubPath) Selector ¶
func (fps *AcceptResponse_FieldSubPath) Selector() AcceptResponse_FieldPathSelector
func (*AcceptResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *AcceptResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AcceptResponse_FieldSubPath) String ¶
func (fps *AcceptResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*AcceptResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *AcceptResponse_FieldSubPath) WithIArrayItemValue(value interface{}) AcceptResponse_FieldPathArrayItemValue
func (*AcceptResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *AcceptResponse_FieldSubPath) WithIArrayOfValues(values interface{}) AcceptResponse_FieldPathArrayOfValues
func (*AcceptResponse_FieldSubPath) WithIValue ¶
func (fps *AcceptResponse_FieldSubPath) WithIValue(value interface{}) AcceptResponse_FieldPathValue
func (*AcceptResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *AcceptResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AcceptResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *AcceptResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AcceptResponse_FieldSubPath) WithRawIValue ¶
func (fps *AcceptResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AcceptResponse_FieldSubPathArrayItemValue ¶
type AcceptResponse_FieldSubPathArrayItemValue struct { AcceptResponse_FieldPath // contains filtered or unexported fields }
func (*AcceptResponse_FieldSubPathArrayItemValue) AsAckPathItemValue ¶
func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
func (*AcceptResponse_FieldSubPathArrayItemValue) AsClosePathItemValue ¶
func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
func (*AcceptResponse_FieldSubPathArrayItemValue) AsDataPathItemValue ¶
func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
func (*AcceptResponse_FieldSubPathArrayItemValue) AsErrorPathItemValue ¶
func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
func (*AcceptResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) ContainsValue(source *AcceptResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'AcceptResponse'
func (*AcceptResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *AcceptResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type AcceptResponse_FieldSubPathArrayOfValues ¶
type AcceptResponse_FieldSubPathArrayOfValues struct { AcceptResponse_FieldPath // contains filtered or unexported fields }
func (*AcceptResponse_FieldSubPathArrayOfValues) AsAckPathArrayOfValues ¶
func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
func (*AcceptResponse_FieldSubPathArrayOfValues) AsClosePathArrayOfValues ¶
func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
func (*AcceptResponse_FieldSubPathArrayOfValues) AsDataPathArrayOfValues ¶
func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
func (*AcceptResponse_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues ¶
func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
func (*AcceptResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *AcceptResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type AcceptResponse_FieldSubPathValue ¶
type AcceptResponse_FieldSubPathValue struct { AcceptResponse_FieldPath // contains filtered or unexported fields }
func (*AcceptResponse_FieldSubPathValue) AsAckPathValue ¶
func (fpvs *AcceptResponse_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
func (*AcceptResponse_FieldSubPathValue) AsClosePathValue ¶
func (fpvs *AcceptResponse_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
func (*AcceptResponse_FieldSubPathValue) AsDataPathValue ¶
func (fpvs *AcceptResponse_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
func (*AcceptResponse_FieldSubPathValue) AsErrorPathValue ¶
func (fpvs *AcceptResponse_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
func (*AcceptResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *AcceptResponse_FieldSubPathValue) CompareWith(source *AcceptResponse) (int, bool)
func (*AcceptResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *AcceptResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AcceptResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *AcceptResponse_FieldSubPathValue) GetRawValue() interface{}
func (*AcceptResponse_FieldSubPathValue) SetTo ¶
func (fpvs *AcceptResponse_FieldSubPathValue) SetTo(target **AcceptResponse)
func (*AcceptResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *AcceptResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type AcceptResponse_FieldTerminalPath ¶
type AcceptResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AcceptResponse_FieldTerminalPath) ClearValue ¶
func (fp *AcceptResponse_FieldTerminalPath) ClearValue(item *AcceptResponse)
func (*AcceptResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *AcceptResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AcceptResponse_FieldTerminalPath) Get ¶
func (fp *AcceptResponse_FieldTerminalPath) Get(source *AcceptResponse) (values []interface{})
Get returns all values pointed by specific field from source AcceptResponse
func (*AcceptResponse_FieldTerminalPath) GetDefault ¶
func (fp *AcceptResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AcceptResponse_FieldTerminalPath) GetRaw ¶
func (fp *AcceptResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AcceptResponse_FieldTerminalPath) GetSingle ¶
func (fp *AcceptResponse_FieldTerminalPath) GetSingle(source *AcceptResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AcceptResponse
func (*AcceptResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *AcceptResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AcceptResponse_FieldTerminalPath) IsLeaf ¶
func (fp *AcceptResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AcceptResponse_FieldTerminalPath) JSONString ¶
func (fp *AcceptResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AcceptResponse_FieldTerminalPath) Selector ¶
func (fp *AcceptResponse_FieldTerminalPath) Selector() AcceptResponse_FieldPathSelector
func (*AcceptResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AcceptResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AcceptResponse_FieldTerminalPath) String ¶
func (fp *AcceptResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AcceptResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AcceptResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) AcceptResponse_FieldPathArrayItemValue
func (*AcceptResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AcceptResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) AcceptResponse_FieldPathArrayOfValues
func (*AcceptResponse_FieldTerminalPath) WithIValue ¶
func (fp *AcceptResponse_FieldTerminalPath) WithIValue(value interface{}) AcceptResponse_FieldPathValue
func (*AcceptResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AcceptResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AcceptResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AcceptResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AcceptResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *AcceptResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AcceptResponse_FieldTerminalPathArrayItemValue ¶
type AcceptResponse_FieldTerminalPathArrayItemValue struct { AcceptResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *AcceptResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'AcceptResponse'
func (*AcceptResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AcceptResponse as interface{}
func (*AcceptResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) GetSingle(source *AcceptResponse) (interface{}, bool)
func (*AcceptResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AcceptResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AcceptResponse_FieldTerminalPathArrayOfValues ¶
type AcceptResponse_FieldTerminalPathArrayOfValues struct { AcceptResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptResponse_FieldTerminalPathArrayOfValues) AsAckArrayOfValues ¶
func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
func (*AcceptResponse_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues ¶
func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
func (*AcceptResponse_FieldTerminalPathArrayOfValues) AsDataArrayOfValues ¶
func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
func (*AcceptResponse_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues ¶
func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
func (*AcceptResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AcceptResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AcceptResponse_FieldTerminalPathValue ¶
type AcceptResponse_FieldTerminalPathValue struct { AcceptResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*AcceptResponse_FieldTerminalPathValue) AsAckValue ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
func (*AcceptResponse_FieldTerminalPathValue) AsCloseValue ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
func (*AcceptResponse_FieldTerminalPathValue) AsDataValue ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) AsDataValue() (*Data, bool)
func (*AcceptResponse_FieldTerminalPathValue) AsErrorValue ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
func (*AcceptResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) CompareWith(source *AcceptResponse) (int, bool)
CompareWith compares value in the 'AcceptResponse_FieldTerminalPathValue' with the value under path in 'AcceptResponse'.
func (*AcceptResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AcceptResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'AcceptResponse' as interface{}
func (*AcceptResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) SetTo(target **AcceptResponse)
SetTo stores value for selected field for object AcceptResponse
func (*AcceptResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AcceptResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Ack ¶
type Ack struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" firestore:"id"` // contains filtered or unexported fields }
func (*Ack) CloneRaw ¶
func (o *Ack) CloneRaw() gotenobject.GotenObjectExt
func (*Ack) Descriptor ¶
Deprecated, Use Ack.ProtoReflect.Descriptor instead.
func (*Ack) GotenMessage ¶
func (*Ack) GotenMessage()
func (*Ack) GotenObjectExt ¶
func (o *Ack) GotenObjectExt()
func (*Ack) GotenValidate ¶
func (*Ack) MakeDiffFieldMask ¶
func (o *Ack) MakeDiffFieldMask(other *Ack) *Ack_FieldMask
func (*Ack) MakeFullFieldMask ¶
func (o *Ack) MakeFullFieldMask() *Ack_FieldMask
func (*Ack) MakeRawDiffFieldMask ¶
func (o *Ack) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Ack) MakeRawFullFieldMask ¶
func (o *Ack) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Ack) MarshalJSON ¶
func (*Ack) MergeRaw ¶
func (o *Ack) MergeRaw(source gotenobject.GotenObjectExt)
func (*Ack) ProtoMessage ¶
func (*Ack) ProtoMessage()
func (*Ack) ProtoReflect ¶
func (*Ack) UnmarshalJSON ¶
type AckFieldPathBuilder ¶
type AckFieldPathBuilder struct{}
func NewAckFieldPathBuilder ¶
func NewAckFieldPathBuilder() AckFieldPathBuilder
func (AckFieldPathBuilder) Id ¶
func (AckFieldPathBuilder) Id() AckPathSelectorId
type AckPathSelectorId ¶
type AckPathSelectorId struct{}
func (AckPathSelectorId) FieldPath ¶
func (AckPathSelectorId) FieldPath() *Ack_FieldTerminalPath
func (AckPathSelectorId) WithArrayOfValues ¶
func (s AckPathSelectorId) WithArrayOfValues(values []uint64) *Ack_FieldTerminalPathArrayOfValues
func (AckPathSelectorId) WithValue ¶
func (s AckPathSelectorId) WithValue(value uint64) *Ack_FieldTerminalPathValue
type Ack_FieldMask ¶
type Ack_FieldMask struct {
Paths []Ack_FieldPath
}
func FullAck_FieldMask ¶
func FullAck_FieldMask() *Ack_FieldMask
func (*Ack_FieldMask) AppendPath ¶
func (fieldMask *Ack_FieldMask) AppendPath(path Ack_FieldPath)
func (*Ack_FieldMask) AppendRawPath ¶
func (fieldMask *Ack_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Ack_FieldMask) DecodeFirestore ¶
func (fieldMask *Ack_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Ack_FieldMask) EncodeFirestore ¶
func (fieldMask *Ack_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Ack_FieldMask) FilterInputFields ¶
func (fieldMask *Ack_FieldMask) FilterInputFields() *Ack_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Ack_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Ack_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Ack_FieldMask) GetPaths ¶
func (fieldMask *Ack_FieldMask) GetPaths() []Ack_FieldPath
func (*Ack_FieldMask) GetRawPaths ¶
func (fieldMask *Ack_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Ack_FieldMask) IsFull ¶
func (fieldMask *Ack_FieldMask) IsFull() bool
func (Ack_FieldMask) Marshal ¶
func (fieldMask Ack_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Ack_FieldMask) MarshalJSON ¶
func (fieldMask Ack_FieldMask) MarshalJSON() ([]byte, error)
func (*Ack_FieldMask) PathsCount ¶
func (fieldMask *Ack_FieldMask) PathsCount() int
func (*Ack_FieldMask) Project ¶
func (fieldMask *Ack_FieldMask) Project(source *Ack) *Ack
func (*Ack_FieldMask) ProjectRaw ¶
func (fieldMask *Ack_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Ack_FieldMask) ProtoMessage ¶
func (fieldMask *Ack_FieldMask) ProtoMessage()
func (*Ack_FieldMask) ProtoReflect ¶
func (fieldMask *Ack_FieldMask) ProtoReflect() preflect.Message
func (*Ack_FieldMask) Reset ¶
func (fieldMask *Ack_FieldMask) Reset()
func (*Ack_FieldMask) Set ¶
func (fieldMask *Ack_FieldMask) Set(target, source *Ack)
func (*Ack_FieldMask) SetFromCliFlag ¶
func (fieldMask *Ack_FieldMask) SetFromCliFlag(raw string) error
func (*Ack_FieldMask) SetRaw ¶
func (fieldMask *Ack_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Ack_FieldMask) Size ¶
func (fieldMask *Ack_FieldMask) Size() int
func (*Ack_FieldMask) String ¶
func (fieldMask *Ack_FieldMask) String() string
func (*Ack_FieldMask) Subtract ¶
func (fieldMask *Ack_FieldMask) Subtract(other *Ack_FieldMask) *Ack_FieldMask
func (*Ack_FieldMask) SubtractRaw ¶
func (fieldMask *Ack_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Ack_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Ack_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Ack_FieldMask) Unmarshal ¶
func (fieldMask *Ack_FieldMask) Unmarshal(data []byte) error
func (*Ack_FieldMask) UnmarshalJSON ¶
func (fieldMask *Ack_FieldMask) UnmarshalJSON(data []byte) error
type Ack_FieldPath ¶
type Ack_FieldPath interface { gotenobject.FieldPath Selector() Ack_FieldPathSelector Get(source *Ack) []interface{} GetSingle(source *Ack) (interface{}, bool) ClearValue(item *Ack) // Those methods build corresponding Ack_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Ack_FieldPathValue WithIArrayOfValues(values interface{}) Ack_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Ack_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAck_FieldPath ¶
func BuildAck_FieldPath(fp gotenobject.RawFieldPath) (Ack_FieldPath, error)
func MustParseAck_FieldPath ¶
func MustParseAck_FieldPath(rawField string) Ack_FieldPath
func ParseAck_FieldPath ¶
func ParseAck_FieldPath(rawField string) (Ack_FieldPath, error)
type Ack_FieldPathArrayItemValue ¶
type Ack_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Ack_FieldPath ContainsValue(*Ack) bool }
Ack_FieldPathArrayItemValue allows storing single item in Path-specific values for Ack according to their type Present only for array (repeated) types.
func MustParseAck_FieldPathArrayItemValue ¶
func MustParseAck_FieldPathArrayItemValue(pathStr, valueStr string) Ack_FieldPathArrayItemValue
func ParseAck_FieldPathArrayItemValue ¶
func ParseAck_FieldPathArrayItemValue(pathStr, valueStr string) (Ack_FieldPathArrayItemValue, error)
ParseAck_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Ack_FieldPathArrayOfValues ¶
type Ack_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Ack_FieldPath }
Ack_FieldPathArrayOfValues allows storing slice of values for Ack fields according to their type
func MustParseAck_FieldPathArrayOfValues ¶
func MustParseAck_FieldPathArrayOfValues(pathStr, valuesStr string) Ack_FieldPathArrayOfValues
func ParseAck_FieldPathArrayOfValues ¶
func ParseAck_FieldPathArrayOfValues(pathStr, valuesStr string) (Ack_FieldPathArrayOfValues, error)
type Ack_FieldPathSelector ¶
type Ack_FieldPathSelector int32
const (
Ack_FieldPathSelectorId Ack_FieldPathSelector = 0
)
func (Ack_FieldPathSelector) String ¶
func (s Ack_FieldPathSelector) String() string
type Ack_FieldPathValue ¶
type Ack_FieldPathValue interface { Ack_FieldPath gotenobject.FieldPathValue SetTo(target **Ack) CompareWith(*Ack) (cmp int, comparable bool) }
Ack_FieldPathValue allows storing values for Ack fields according to their type
func MustParseAck_FieldPathValue ¶
func MustParseAck_FieldPathValue(pathStr, valueStr string) Ack_FieldPathValue
func ParseAck_FieldPathValue ¶
func ParseAck_FieldPathValue(pathStr, valueStr string) (Ack_FieldPathValue, error)
type Ack_FieldTerminalPath ¶
type Ack_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Ack_FieldTerminalPath) ClearValue ¶
func (fp *Ack_FieldTerminalPath) ClearValue(item *Ack)
func (*Ack_FieldTerminalPath) ClearValueRaw ¶
func (fp *Ack_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Ack_FieldTerminalPath) Get ¶
func (fp *Ack_FieldTerminalPath) Get(source *Ack) (values []interface{})
Get returns all values pointed by specific field from source Ack
func (*Ack_FieldTerminalPath) GetDefault ¶
func (fp *Ack_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Ack_FieldTerminalPath) GetRaw ¶
func (fp *Ack_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Ack_FieldTerminalPath) GetSingle ¶
func (fp *Ack_FieldTerminalPath) GetSingle(source *Ack) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Ack
func (*Ack_FieldTerminalPath) GetSingleRaw ¶
func (fp *Ack_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Ack_FieldTerminalPath) IsLeaf ¶
func (fp *Ack_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Ack_FieldTerminalPath) JSONString ¶
func (fp *Ack_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Ack_FieldTerminalPath) Selector ¶
func (fp *Ack_FieldTerminalPath) Selector() Ack_FieldPathSelector
func (*Ack_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *Ack_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Ack_FieldTerminalPath) String ¶
func (fp *Ack_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Ack_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Ack_FieldTerminalPath) WithIArrayItemValue(value interface{}) Ack_FieldPathArrayItemValue
func (*Ack_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Ack_FieldTerminalPath) WithIArrayOfValues(values interface{}) Ack_FieldPathArrayOfValues
func (*Ack_FieldTerminalPath) WithIValue ¶
func (fp *Ack_FieldTerminalPath) WithIValue(value interface{}) Ack_FieldPathValue
func (*Ack_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Ack_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Ack_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Ack_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Ack_FieldTerminalPath) WithRawIValue ¶
func (fp *Ack_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Ack_FieldTerminalPathArrayItemValue ¶
type Ack_FieldTerminalPathArrayItemValue struct { Ack_FieldTerminalPath // contains filtered or unexported fields }
func (*Ack_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Ack_FieldTerminalPathArrayItemValue) ContainsValue(source *Ack) bool
Contains returns a boolean indicating if value that is being held is present in given 'Ack'
func (*Ack_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Ack_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Ack as interface{}
func (*Ack_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Ack_FieldTerminalPathArrayItemValue) GetSingle(source *Ack) (interface{}, bool)
func (*Ack_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Ack_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Ack_FieldTerminalPathArrayOfValues ¶
type Ack_FieldTerminalPathArrayOfValues struct { Ack_FieldTerminalPath // contains filtered or unexported fields }
func (*Ack_FieldTerminalPathArrayOfValues) AsIdArrayOfValues ¶
func (fpaov *Ack_FieldTerminalPathArrayOfValues) AsIdArrayOfValues() ([]uint64, bool)
func (*Ack_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Ack_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Ack_FieldTerminalPathValue ¶
type Ack_FieldTerminalPathValue struct { Ack_FieldTerminalPath // contains filtered or unexported fields }
func (*Ack_FieldTerminalPathValue) AsIdValue ¶
func (fpv *Ack_FieldTerminalPathValue) AsIdValue() (uint64, bool)
func (*Ack_FieldTerminalPathValue) CompareWith ¶
func (fpv *Ack_FieldTerminalPathValue) CompareWith(source *Ack) (int, bool)
CompareWith compares value in the 'Ack_FieldTerminalPathValue' with the value under path in 'Ack'.
func (*Ack_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Ack_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Ack_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Ack_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Ack' as interface{}
func (*Ack_FieldTerminalPathValue) SetTo ¶
func (fpv *Ack_FieldTerminalPathValue) SetTo(target **Ack)
SetTo stores value for selected field for object Ack
func (*Ack_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Ack_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BrokerServiceClient ¶
type BrokerServiceClient interface { Connect(ctx context.Context, opts ...grpc.CallOption) (ConnectClientStream, error) Listen(ctx context.Context, opts ...grpc.CallOption) (ListenClientStream, error) Accept(ctx context.Context, opts ...grpc.CallOption) (AcceptClientStream, error) }
BrokerServiceClient is the client API for BrokerService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewBrokerServiceClient ¶
func NewBrokerServiceClient(cc grpc.ClientConnInterface) BrokerServiceClient
type BrokerServiceDescriptor ¶ added in v0.4.28
type BrokerServiceDescriptor struct{}
func GetBrokerServiceDescriptor ¶ added in v0.4.28
func GetBrokerServiceDescriptor() *BrokerServiceDescriptor
func (*BrokerServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *BrokerServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*BrokerServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *BrokerServiceDescriptor) GetApiName() string
func (*BrokerServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *BrokerServiceDescriptor) GetFullAPIName() string
func (*BrokerServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *BrokerServiceDescriptor) GetProtoPkgName() string
func (*BrokerServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *BrokerServiceDescriptor) GetServiceDomain() string
func (*BrokerServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *BrokerServiceDescriptor) GetServiceVersion() string
type Close ¶
type Close struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" firestore:"id"` // contains filtered or unexported fields }
func (*Close) CloneRaw ¶
func (o *Close) CloneRaw() gotenobject.GotenObjectExt
func (*Close) Descriptor ¶
Deprecated, Use Close.ProtoReflect.Descriptor instead.
func (*Close) GotenMessage ¶
func (*Close) GotenMessage()
func (*Close) GotenObjectExt ¶
func (o *Close) GotenObjectExt()
func (*Close) GotenValidate ¶
func (*Close) MakeDiffFieldMask ¶
func (o *Close) MakeDiffFieldMask(other *Close) *Close_FieldMask
func (*Close) MakeFullFieldMask ¶
func (o *Close) MakeFullFieldMask() *Close_FieldMask
func (*Close) MakeRawDiffFieldMask ¶
func (o *Close) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Close) MakeRawFullFieldMask ¶
func (o *Close) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Close) MarshalJSON ¶
func (*Close) MergeRaw ¶
func (o *Close) MergeRaw(source gotenobject.GotenObjectExt)
func (*Close) ProtoMessage ¶
func (*Close) ProtoMessage()
func (*Close) ProtoReflect ¶
func (*Close) UnmarshalJSON ¶
type CloseFieldPathBuilder ¶
type CloseFieldPathBuilder struct{}
func NewCloseFieldPathBuilder ¶
func NewCloseFieldPathBuilder() CloseFieldPathBuilder
func (CloseFieldPathBuilder) Id ¶
func (CloseFieldPathBuilder) Id() ClosePathSelectorId
type ClosePathSelectorId ¶
type ClosePathSelectorId struct{}
func (ClosePathSelectorId) FieldPath ¶
func (ClosePathSelectorId) FieldPath() *Close_FieldTerminalPath
func (ClosePathSelectorId) WithArrayOfValues ¶
func (s ClosePathSelectorId) WithArrayOfValues(values []uint64) *Close_FieldTerminalPathArrayOfValues
func (ClosePathSelectorId) WithValue ¶
func (s ClosePathSelectorId) WithValue(value uint64) *Close_FieldTerminalPathValue
type Close_FieldMask ¶
type Close_FieldMask struct {
Paths []Close_FieldPath
}
func FullClose_FieldMask ¶
func FullClose_FieldMask() *Close_FieldMask
func (*Close_FieldMask) AppendPath ¶
func (fieldMask *Close_FieldMask) AppendPath(path Close_FieldPath)
func (*Close_FieldMask) AppendRawPath ¶
func (fieldMask *Close_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Close_FieldMask) DecodeFirestore ¶
func (fieldMask *Close_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Close_FieldMask) EncodeFirestore ¶
func (fieldMask *Close_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Close_FieldMask) FilterInputFields ¶
func (fieldMask *Close_FieldMask) FilterInputFields() *Close_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Close_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Close_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Close_FieldMask) GetPaths ¶
func (fieldMask *Close_FieldMask) GetPaths() []Close_FieldPath
func (*Close_FieldMask) GetRawPaths ¶
func (fieldMask *Close_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Close_FieldMask) IsFull ¶
func (fieldMask *Close_FieldMask) IsFull() bool
func (Close_FieldMask) Marshal ¶
func (fieldMask Close_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Close_FieldMask) MarshalJSON ¶
func (fieldMask Close_FieldMask) MarshalJSON() ([]byte, error)
func (*Close_FieldMask) PathsCount ¶
func (fieldMask *Close_FieldMask) PathsCount() int
func (*Close_FieldMask) Project ¶
func (fieldMask *Close_FieldMask) Project(source *Close) *Close
func (*Close_FieldMask) ProjectRaw ¶
func (fieldMask *Close_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Close_FieldMask) ProtoMessage ¶
func (fieldMask *Close_FieldMask) ProtoMessage()
func (*Close_FieldMask) ProtoReflect ¶
func (fieldMask *Close_FieldMask) ProtoReflect() preflect.Message
func (*Close_FieldMask) Reset ¶
func (fieldMask *Close_FieldMask) Reset()
func (*Close_FieldMask) Set ¶
func (fieldMask *Close_FieldMask) Set(target, source *Close)
func (*Close_FieldMask) SetFromCliFlag ¶
func (fieldMask *Close_FieldMask) SetFromCliFlag(raw string) error
func (*Close_FieldMask) SetRaw ¶
func (fieldMask *Close_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Close_FieldMask) Size ¶
func (fieldMask *Close_FieldMask) Size() int
func (*Close_FieldMask) String ¶
func (fieldMask *Close_FieldMask) String() string
func (*Close_FieldMask) Subtract ¶
func (fieldMask *Close_FieldMask) Subtract(other *Close_FieldMask) *Close_FieldMask
func (*Close_FieldMask) SubtractRaw ¶
func (fieldMask *Close_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Close_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Close_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Close_FieldMask) Unmarshal ¶
func (fieldMask *Close_FieldMask) Unmarshal(data []byte) error
func (*Close_FieldMask) UnmarshalJSON ¶
func (fieldMask *Close_FieldMask) UnmarshalJSON(data []byte) error
type Close_FieldPath ¶
type Close_FieldPath interface { gotenobject.FieldPath Selector() Close_FieldPathSelector Get(source *Close) []interface{} GetSingle(source *Close) (interface{}, bool) ClearValue(item *Close) // Those methods build corresponding Close_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Close_FieldPathValue WithIArrayOfValues(values interface{}) Close_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Close_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildClose_FieldPath ¶
func BuildClose_FieldPath(fp gotenobject.RawFieldPath) (Close_FieldPath, error)
func MustParseClose_FieldPath ¶
func MustParseClose_FieldPath(rawField string) Close_FieldPath
func ParseClose_FieldPath ¶
func ParseClose_FieldPath(rawField string) (Close_FieldPath, error)
type Close_FieldPathArrayItemValue ¶
type Close_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Close_FieldPath ContainsValue(*Close) bool }
Close_FieldPathArrayItemValue allows storing single item in Path-specific values for Close according to their type Present only for array (repeated) types.
func MustParseClose_FieldPathArrayItemValue ¶
func MustParseClose_FieldPathArrayItemValue(pathStr, valueStr string) Close_FieldPathArrayItemValue
func ParseClose_FieldPathArrayItemValue ¶
func ParseClose_FieldPathArrayItemValue(pathStr, valueStr string) (Close_FieldPathArrayItemValue, error)
ParseClose_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Close_FieldPathArrayOfValues ¶
type Close_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Close_FieldPath }
Close_FieldPathArrayOfValues allows storing slice of values for Close fields according to their type
func MustParseClose_FieldPathArrayOfValues ¶
func MustParseClose_FieldPathArrayOfValues(pathStr, valuesStr string) Close_FieldPathArrayOfValues
func ParseClose_FieldPathArrayOfValues ¶
func ParseClose_FieldPathArrayOfValues(pathStr, valuesStr string) (Close_FieldPathArrayOfValues, error)
type Close_FieldPathSelector ¶
type Close_FieldPathSelector int32
const (
Close_FieldPathSelectorId Close_FieldPathSelector = 0
)
func (Close_FieldPathSelector) String ¶
func (s Close_FieldPathSelector) String() string
type Close_FieldPathValue ¶
type Close_FieldPathValue interface { Close_FieldPath gotenobject.FieldPathValue SetTo(target **Close) CompareWith(*Close) (cmp int, comparable bool) }
Close_FieldPathValue allows storing values for Close fields according to their type
func MustParseClose_FieldPathValue ¶
func MustParseClose_FieldPathValue(pathStr, valueStr string) Close_FieldPathValue
func ParseClose_FieldPathValue ¶
func ParseClose_FieldPathValue(pathStr, valueStr string) (Close_FieldPathValue, error)
type Close_FieldTerminalPath ¶
type Close_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Close_FieldTerminalPath) ClearValue ¶
func (fp *Close_FieldTerminalPath) ClearValue(item *Close)
func (*Close_FieldTerminalPath) ClearValueRaw ¶
func (fp *Close_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Close_FieldTerminalPath) Get ¶
func (fp *Close_FieldTerminalPath) Get(source *Close) (values []interface{})
Get returns all values pointed by specific field from source Close
func (*Close_FieldTerminalPath) GetDefault ¶
func (fp *Close_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Close_FieldTerminalPath) GetRaw ¶
func (fp *Close_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Close_FieldTerminalPath) GetSingle ¶
func (fp *Close_FieldTerminalPath) GetSingle(source *Close) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Close
func (*Close_FieldTerminalPath) GetSingleRaw ¶
func (fp *Close_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Close_FieldTerminalPath) IsLeaf ¶
func (fp *Close_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Close_FieldTerminalPath) JSONString ¶
func (fp *Close_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Close_FieldTerminalPath) Selector ¶
func (fp *Close_FieldTerminalPath) Selector() Close_FieldPathSelector
func (*Close_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *Close_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Close_FieldTerminalPath) String ¶
func (fp *Close_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Close_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Close_FieldTerminalPath) WithIArrayItemValue(value interface{}) Close_FieldPathArrayItemValue
func (*Close_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Close_FieldTerminalPath) WithIArrayOfValues(values interface{}) Close_FieldPathArrayOfValues
func (*Close_FieldTerminalPath) WithIValue ¶
func (fp *Close_FieldTerminalPath) WithIValue(value interface{}) Close_FieldPathValue
func (*Close_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Close_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Close_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Close_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Close_FieldTerminalPath) WithRawIValue ¶
func (fp *Close_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Close_FieldTerminalPathArrayItemValue ¶
type Close_FieldTerminalPathArrayItemValue struct { Close_FieldTerminalPath // contains filtered or unexported fields }
func (*Close_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Close_FieldTerminalPathArrayItemValue) ContainsValue(source *Close) bool
Contains returns a boolean indicating if value that is being held is present in given 'Close'
func (*Close_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Close_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Close as interface{}
func (*Close_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Close_FieldTerminalPathArrayItemValue) GetSingle(source *Close) (interface{}, bool)
func (*Close_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Close_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Close_FieldTerminalPathArrayOfValues ¶
type Close_FieldTerminalPathArrayOfValues struct { Close_FieldTerminalPath // contains filtered or unexported fields }
func (*Close_FieldTerminalPathArrayOfValues) AsIdArrayOfValues ¶
func (fpaov *Close_FieldTerminalPathArrayOfValues) AsIdArrayOfValues() ([]uint64, bool)
func (*Close_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Close_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Close_FieldTerminalPathValue ¶
type Close_FieldTerminalPathValue struct { Close_FieldTerminalPath // contains filtered or unexported fields }
func (*Close_FieldTerminalPathValue) AsIdValue ¶
func (fpv *Close_FieldTerminalPathValue) AsIdValue() (uint64, bool)
func (*Close_FieldTerminalPathValue) CompareWith ¶
func (fpv *Close_FieldTerminalPathValue) CompareWith(source *Close) (int, bool)
CompareWith compares value in the 'Close_FieldTerminalPathValue' with the value under path in 'Close'.
func (*Close_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Close_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Close_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Close_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Close' as interface{}
func (*Close_FieldTerminalPathValue) SetTo ¶
func (fpv *Close_FieldTerminalPathValue) SetTo(target **Close)
SetTo stores value for selected field for object Close
func (*Close_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Close_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectClientStream ¶
type ConnectClientStream interface { Send(*ConnectRequest) error Recv() (*ConnectResponse, error) grpc.ClientStream }
type ConnectDescriptor ¶ added in v0.4.28
type ConnectDescriptor struct{}
func GetConnectDescriptor ¶ added in v0.4.28
func GetConnectDescriptor() *ConnectDescriptor
func (*ConnectDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ConnectDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ConnectDescriptor) GetApiName ¶ added in v0.4.28
func (d *ConnectDescriptor) GetApiName() string
func (*ConnectDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ConnectDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ConnectDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ConnectDescriptor) GetFullMethodName() string
func (*ConnectDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ConnectDescriptor) GetMethodName() string
func (*ConnectDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ConnectDescriptor) GetProtoPkgName() string
func (*ConnectDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ConnectDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ConnectDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ConnectDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ConnectDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ConnectDescriptor) GetServiceDomain() string
func (*ConnectDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ConnectDescriptor) GetServiceVersion() string
func (*ConnectDescriptor) GetVerb ¶ added in v0.4.28
func (d *ConnectDescriptor) GetVerb() string
func (*ConnectDescriptor) HasResource ¶ added in v0.4.30
func (d *ConnectDescriptor) HasResource() bool
func (*ConnectDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ConnectDescriptor) IsClientStream() bool
func (*ConnectDescriptor) IsCollection ¶ added in v0.4.30
func (d *ConnectDescriptor) IsCollection() bool
func (*ConnectDescriptor) IsPlural ¶ added in v0.4.30
func (d *ConnectDescriptor) IsPlural() bool
func (*ConnectDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ConnectDescriptor) IsServerStream() bool
func (*ConnectDescriptor) IsUnary ¶ added in v0.4.28
func (d *ConnectDescriptor) IsUnary() bool
func (*ConnectDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ConnectDescriptor) NewEmptyClientMsg() proto.Message
func (*ConnectDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ConnectDescriptor) NewEmptyServerMsg() proto.Message
func (*ConnectDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ConnectDescriptor) RequestHasResourceBody() bool
type ConnectDescriptorClientMsgHandle ¶ added in v0.4.28
type ConnectDescriptorClientMsgHandle struct{}
func (*ConnectDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ConnectDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ConnectDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ConnectDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ConnectDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ConnectDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ConnectDescriptorServerMsgHandle ¶ added in v0.4.28
type ConnectDescriptorServerMsgHandle struct{}
func (*ConnectDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ConnectDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ConnectDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ConnectDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ConnectDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ConnectDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ConnectRequest ¶
type ConnectRequest struct { // Types that are valid to be assigned to Message: // *ConnectRequest_OpenRequest_ // *ConnectRequest_ResumeRequest_ // *ConnectRequest_Ack // *ConnectRequest_Data // *ConnectRequest_Close // *ConnectRequest_Error // *ConnectRequest_Ping Message isConnectRequest_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
Request message for method [Connect][ntt.proxies.v1alpha2.Connect]
func (*ConnectRequest) Clone ¶
func (o *ConnectRequest) Clone() *ConnectRequest
func (*ConnectRequest) CloneRaw ¶
func (o *ConnectRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ConnectRequest) Descriptor ¶
func (*ConnectRequest) Descriptor() ([]byte, []int)
Deprecated, Use ConnectRequest.ProtoReflect.Descriptor instead.
func (*ConnectRequest) GetAck ¶
func (m *ConnectRequest) GetAck() *Ack
func (*ConnectRequest) GetClose ¶
func (m *ConnectRequest) GetClose() *Close
func (*ConnectRequest) GetData ¶
func (m *ConnectRequest) GetData() *Data
func (*ConnectRequest) GetError ¶
func (m *ConnectRequest) GetError() *Error
func (*ConnectRequest) GetMessage ¶
func (m *ConnectRequest) GetMessage() isConnectRequest_Message
func (*ConnectRequest) GetOpenRequest ¶
func (m *ConnectRequest) GetOpenRequest() *ConnectRequest_OpenRequest
func (*ConnectRequest) GetPing ¶
func (m *ConnectRequest) GetPing() *Ping
func (*ConnectRequest) GetResumeRequest ¶
func (m *ConnectRequest) GetResumeRequest() *ConnectRequest_ResumeRequest
func (*ConnectRequest) GotenMessage ¶
func (*ConnectRequest) GotenMessage()
func (*ConnectRequest) GotenObjectExt ¶
func (o *ConnectRequest) GotenObjectExt()
func (*ConnectRequest) GotenValidate ¶
func (obj *ConnectRequest) GotenValidate() error
func (*ConnectRequest) MakeDiffFieldMask ¶
func (o *ConnectRequest) MakeDiffFieldMask(other *ConnectRequest) *ConnectRequest_FieldMask
func (*ConnectRequest) MakeFullFieldMask ¶
func (o *ConnectRequest) MakeFullFieldMask() *ConnectRequest_FieldMask
func (*ConnectRequest) MakeRawDiffFieldMask ¶
func (o *ConnectRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConnectRequest) MakeRawFullFieldMask ¶
func (o *ConnectRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConnectRequest) Marshal ¶
func (m *ConnectRequest) Marshal() ([]byte, error)
func (*ConnectRequest) MarshalJSON ¶
func (m *ConnectRequest) MarshalJSON() ([]byte, error)
func (*ConnectRequest) Merge ¶
func (o *ConnectRequest) Merge(source *ConnectRequest)
func (*ConnectRequest) MergeRaw ¶
func (o *ConnectRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConnectRequest) ProtoMessage ¶
func (*ConnectRequest) ProtoMessage()
func (*ConnectRequest) ProtoReflect ¶
func (m *ConnectRequest) ProtoReflect() preflect.Message
func (*ConnectRequest) Reset ¶
func (m *ConnectRequest) Reset()
func (*ConnectRequest) SetAck ¶
func (m *ConnectRequest) SetAck(fv *Ack)
func (*ConnectRequest) SetClose ¶
func (m *ConnectRequest) SetClose(fv *Close)
func (*ConnectRequest) SetData ¶
func (m *ConnectRequest) SetData(fv *Data)
func (*ConnectRequest) SetError ¶
func (m *ConnectRequest) SetError(fv *Error)
func (*ConnectRequest) SetMessage ¶
func (m *ConnectRequest) SetMessage(ofv isConnectRequest_Message)
func (*ConnectRequest) SetOpenRequest ¶
func (m *ConnectRequest) SetOpenRequest(fv *ConnectRequest_OpenRequest)
func (*ConnectRequest) SetPing ¶
func (m *ConnectRequest) SetPing(fv *Ping)
func (*ConnectRequest) SetResumeRequest ¶
func (m *ConnectRequest) SetResumeRequest(fv *ConnectRequest_ResumeRequest)
func (*ConnectRequest) String ¶
func (m *ConnectRequest) String() string
func (*ConnectRequest) Unmarshal ¶
func (m *ConnectRequest) Unmarshal(b []byte) error
func (*ConnectRequest) UnmarshalJSON ¶
func (m *ConnectRequest) UnmarshalJSON(data []byte) error
type ConnectRequestFieldPathBuilder ¶
type ConnectRequestFieldPathBuilder struct{}
func NewConnectRequestFieldPathBuilder ¶
func NewConnectRequestFieldPathBuilder() ConnectRequestFieldPathBuilder
func (ConnectRequestFieldPathBuilder) Close ¶
func (ConnectRequestFieldPathBuilder) Close() ConnectRequestPathSelectorClose
func (ConnectRequestFieldPathBuilder) Data ¶
func (ConnectRequestFieldPathBuilder) Data() ConnectRequestPathSelectorData
func (ConnectRequestFieldPathBuilder) Error ¶
func (ConnectRequestFieldPathBuilder) Error() ConnectRequestPathSelectorError
func (ConnectRequestFieldPathBuilder) OpenRequest ¶
func (ConnectRequestFieldPathBuilder) OpenRequest() ConnectRequestPathSelectorOpenRequest
func (ConnectRequestFieldPathBuilder) Ping ¶
func (ConnectRequestFieldPathBuilder) Ping() ConnectRequestPathSelectorPing
func (ConnectRequestFieldPathBuilder) ResumeRequest ¶
func (ConnectRequestFieldPathBuilder) ResumeRequest() ConnectRequestPathSelectorResumeRequest
type ConnectRequestOpenRequestFieldPathBuilder ¶
type ConnectRequestOpenRequestFieldPathBuilder struct{}
func NewConnectRequestOpenRequestFieldPathBuilder ¶
func NewConnectRequestOpenRequestFieldPathBuilder() ConnectRequestOpenRequestFieldPathBuilder
func (ConnectRequestOpenRequestFieldPathBuilder) ProviderName ¶
func (ConnectRequestOpenRequestFieldPathBuilder) ProviderName() ConnectRequest_OpenRequestPathSelectorProviderName
type ConnectRequestOpenRequest_FieldPath ¶
type ConnectRequestOpenRequest_FieldPath interface { gotenobject.FieldPath Selector() ConnectRequestOpenRequest_FieldPathSelector Get(source *ConnectRequest_OpenRequest) []interface{} GetSingle(source *ConnectRequest_OpenRequest) (interface{}, bool) ClearValue(item *ConnectRequest_OpenRequest) // Those methods build corresponding ConnectRequestOpenRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConnectRequestOpenRequest_FieldPathValue WithIArrayOfValues(values interface{}) ConnectRequestOpenRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConnectRequestOpenRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConnectRequestOpenRequest_FieldPath ¶
func BuildConnectRequestOpenRequest_FieldPath(fp gotenobject.RawFieldPath) (ConnectRequestOpenRequest_FieldPath, error)
func MustParseConnectRequestOpenRequest_FieldPath ¶
func MustParseConnectRequestOpenRequest_FieldPath(rawField string) ConnectRequestOpenRequest_FieldPath
func ParseConnectRequestOpenRequest_FieldPath ¶
func ParseConnectRequestOpenRequest_FieldPath(rawField string) (ConnectRequestOpenRequest_FieldPath, error)
type ConnectRequestOpenRequest_FieldPathArrayItemValue ¶
type ConnectRequestOpenRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConnectRequestOpenRequest_FieldPath ContainsValue(*ConnectRequest_OpenRequest) bool }
ConnectRequestOpenRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for OpenRequest according to their type Present only for array (repeated) types.
func MustParseConnectRequestOpenRequest_FieldPathArrayItemValue ¶
func MustParseConnectRequestOpenRequest_FieldPathArrayItemValue(pathStr, valueStr string) ConnectRequestOpenRequest_FieldPathArrayItemValue
func ParseConnectRequestOpenRequest_FieldPathArrayItemValue ¶
func ParseConnectRequestOpenRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectRequestOpenRequest_FieldPathArrayItemValue, error)
ParseConnectRequestOpenRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConnectRequestOpenRequest_FieldPathArrayOfValues ¶
type ConnectRequestOpenRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConnectRequestOpenRequest_FieldPath }
ConnectRequestOpenRequest_FieldPathArrayOfValues allows storing slice of values for OpenRequest fields according to their type
func MustParseConnectRequestOpenRequest_FieldPathArrayOfValues ¶
func MustParseConnectRequestOpenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectRequestOpenRequest_FieldPathArrayOfValues
func ParseConnectRequestOpenRequest_FieldPathArrayOfValues ¶
func ParseConnectRequestOpenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectRequestOpenRequest_FieldPathArrayOfValues, error)
type ConnectRequestOpenRequest_FieldPathSelector ¶
type ConnectRequestOpenRequest_FieldPathSelector int32
const ( ConnectRequestOpenRequest_FieldPathSelectorProject ConnectRequestOpenRequest_FieldPathSelector = 0 ConnectRequestOpenRequest_FieldPathSelectorRegionId ConnectRequestOpenRequest_FieldPathSelector = 1 ConnectRequestOpenRequest_FieldPathSelectorName ConnectRequestOpenRequest_FieldPathSelector = 2 ConnectRequestOpenRequest_FieldPathSelectorProviderName ConnectRequestOpenRequest_FieldPathSelector = 3 ConnectRequestOpenRequest_FieldPathSelectorService ConnectRequestOpenRequest_FieldPathSelector = 4 ConnectRequestOpenRequest_FieldPathSelectorArg ConnectRequestOpenRequest_FieldPathSelector = 5 )
func (ConnectRequestOpenRequest_FieldPathSelector) String ¶
func (s ConnectRequestOpenRequest_FieldPathSelector) String() string
type ConnectRequestOpenRequest_FieldPathValue ¶
type ConnectRequestOpenRequest_FieldPathValue interface { ConnectRequestOpenRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ConnectRequest_OpenRequest) CompareWith(*ConnectRequest_OpenRequest) (cmp int, comparable bool) }
ConnectRequestOpenRequest_FieldPathValue allows storing values for OpenRequest fields according to their type
func MustParseConnectRequestOpenRequest_FieldPathValue ¶
func MustParseConnectRequestOpenRequest_FieldPathValue(pathStr, valueStr string) ConnectRequestOpenRequest_FieldPathValue
func ParseConnectRequestOpenRequest_FieldPathValue ¶
func ParseConnectRequestOpenRequest_FieldPathValue(pathStr, valueStr string) (ConnectRequestOpenRequest_FieldPathValue, error)
type ConnectRequestOpenRequest_FieldTerminalPath ¶
type ConnectRequestOpenRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConnectRequestOpenRequest_FieldTerminalPath) ClearValue ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) ClearValue(item *ConnectRequest_OpenRequest)
func (*ConnectRequestOpenRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConnectRequestOpenRequest_FieldTerminalPath) Get ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) Get(source *ConnectRequest_OpenRequest) (values []interface{})
Get returns all values pointed by specific field from source ConnectRequest_OpenRequest
func (*ConnectRequestOpenRequest_FieldTerminalPath) GetDefault ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectRequestOpenRequest_FieldTerminalPath) GetRaw ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConnectRequestOpenRequest_FieldTerminalPath) GetSingle ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetSingle(source *ConnectRequest_OpenRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConnectRequest_OpenRequest
func (*ConnectRequestOpenRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectRequestOpenRequest_FieldTerminalPath) JSONString ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectRequestOpenRequest_FieldTerminalPath) Selector ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) Selector() ConnectRequestOpenRequest_FieldPathSelector
func (*ConnectRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectRequestOpenRequest_FieldTerminalPath) String ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConnectRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectRequestOpenRequest_FieldPathArrayItemValue
func (*ConnectRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectRequestOpenRequest_FieldPathArrayOfValues
func (*ConnectRequestOpenRequest_FieldTerminalPath) WithIValue ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithIValue(value interface{}) ConnectRequestOpenRequest_FieldPathValue
func (*ConnectRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectRequestOpenRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ConnectRequestOpenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue ¶
type ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue struct { ConnectRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectRequest_OpenRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'OpenRequest'
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConnectRequest_OpenRequest as interface{}
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectRequest_OpenRequest) (interface{}, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConnectRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues ¶
type ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues struct { ConnectRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsArgArrayOfValues ¶
func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsArgArrayOfValues() ([][]byte, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues ¶
func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProviderNameArrayOfValues ¶
func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProviderNameArrayOfValues() ([]string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues ¶
func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues ¶
func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConnectRequestOpenRequest_FieldTerminalPathValue ¶
type ConnectRequestOpenRequest_FieldTerminalPathValue struct { ConnectRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) AsArgValue ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsArgValue() ([]byte, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) AsProjectValue ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) AsProviderNameValue ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsProviderNameValue() (string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) AsServiceValue ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) AsServiceValue() (string, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) CompareWith(source *ConnectRequest_OpenRequest) (int, bool)
CompareWith compares value in the 'ConnectRequestOpenRequest_FieldTerminalPathValue' with the value under path in 'ConnectRequest_OpenRequest'.
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'OpenRequest' as interface{}
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) SetTo(target **ConnectRequest_OpenRequest)
SetTo stores value for selected field for object OpenRequest
func (*ConnectRequestOpenRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConnectRequestOpenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectRequestPathSelectorAck ¶
type ConnectRequestPathSelectorAck struct{}
func (ConnectRequestPathSelectorAck) FieldPath ¶
func (ConnectRequestPathSelectorAck) FieldPath() *ConnectRequest_FieldTerminalPath
func (ConnectRequestPathSelectorAck) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorAck) WithArrayOfValues(values []*Ack) *ConnectRequest_FieldTerminalPathArrayOfValues
func (ConnectRequestPathSelectorAck) WithSubArrayItemValue ¶
func (s ConnectRequestPathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
func (ConnectRequestPathSelectorAck) WithSubArrayOfValues ¶
func (s ConnectRequestPathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorAck) WithSubPath ¶
func (ConnectRequestPathSelectorAck) WithSubPath(subPath Ack_FieldPath) *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorAck) WithSubValue ¶
func (s ConnectRequestPathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *ConnectRequest_FieldSubPathValue
func (ConnectRequestPathSelectorAck) WithValue ¶
func (s ConnectRequestPathSelectorAck) WithValue(value *Ack) *ConnectRequest_FieldTerminalPathValue
type ConnectRequestPathSelectorAckId ¶
type ConnectRequestPathSelectorAckId struct{}
func (ConnectRequestPathSelectorAckId) FieldPath ¶
func (ConnectRequestPathSelectorAckId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorAckId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorAckId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorAckId) WithValue ¶
func (s ConnectRequestPathSelectorAckId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorClose ¶
type ConnectRequestPathSelectorClose struct{}
func (ConnectRequestPathSelectorClose) FieldPath ¶
func (ConnectRequestPathSelectorClose) FieldPath() *ConnectRequest_FieldTerminalPath
func (ConnectRequestPathSelectorClose) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorClose) WithArrayOfValues(values []*Close) *ConnectRequest_FieldTerminalPathArrayOfValues
func (ConnectRequestPathSelectorClose) WithSubArrayItemValue ¶
func (s ConnectRequestPathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
func (ConnectRequestPathSelectorClose) WithSubArrayOfValues ¶
func (s ConnectRequestPathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorClose) WithSubPath ¶
func (ConnectRequestPathSelectorClose) WithSubPath(subPath Close_FieldPath) *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorClose) WithSubValue ¶
func (s ConnectRequestPathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *ConnectRequest_FieldSubPathValue
func (ConnectRequestPathSelectorClose) WithValue ¶
func (s ConnectRequestPathSelectorClose) WithValue(value *Close) *ConnectRequest_FieldTerminalPathValue
type ConnectRequestPathSelectorCloseId ¶
type ConnectRequestPathSelectorCloseId struct{}
func (ConnectRequestPathSelectorCloseId) FieldPath ¶
func (ConnectRequestPathSelectorCloseId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorCloseId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorCloseId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorCloseId) WithValue ¶
func (s ConnectRequestPathSelectorCloseId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorData ¶
type ConnectRequestPathSelectorData struct{}
func (ConnectRequestPathSelectorData) AckRequired ¶
func (ConnectRequestPathSelectorData) AckRequired() ConnectRequestPathSelectorDataAckRequired
func (ConnectRequestPathSelectorData) FieldPath ¶
func (ConnectRequestPathSelectorData) FieldPath() *ConnectRequest_FieldTerminalPath
func (ConnectRequestPathSelectorData) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorData) WithArrayOfValues(values []*Data) *ConnectRequest_FieldTerminalPathArrayOfValues
func (ConnectRequestPathSelectorData) WithSubArrayItemValue ¶
func (s ConnectRequestPathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
func (ConnectRequestPathSelectorData) WithSubArrayOfValues ¶
func (s ConnectRequestPathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorData) WithSubPath ¶
func (ConnectRequestPathSelectorData) WithSubPath(subPath Data_FieldPath) *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorData) WithSubValue ¶
func (s ConnectRequestPathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *ConnectRequest_FieldSubPathValue
func (ConnectRequestPathSelectorData) WithValue ¶
func (s ConnectRequestPathSelectorData) WithValue(value *Data) *ConnectRequest_FieldTerminalPathValue
type ConnectRequestPathSelectorDataAckRequired ¶
type ConnectRequestPathSelectorDataAckRequired struct{}
func (ConnectRequestPathSelectorDataAckRequired) FieldPath ¶
func (ConnectRequestPathSelectorDataAckRequired) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorDataAckRequired) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorDataAckRequired) WithArrayOfValues(values []bool) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorDataAckRequired) WithValue ¶
func (s ConnectRequestPathSelectorDataAckRequired) WithValue(value bool) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorDataBytes ¶
type ConnectRequestPathSelectorDataBytes struct{}
func (ConnectRequestPathSelectorDataBytes) FieldPath ¶
func (ConnectRequestPathSelectorDataBytes) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorDataBytes) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorDataBytes) WithArrayOfValues(values [][]byte) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorDataBytes) WithValue ¶
func (s ConnectRequestPathSelectorDataBytes) WithValue(value []byte) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorDataId ¶
type ConnectRequestPathSelectorDataId struct{}
func (ConnectRequestPathSelectorDataId) FieldPath ¶
func (ConnectRequestPathSelectorDataId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorDataId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorDataId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorDataId) WithValue ¶
func (s ConnectRequestPathSelectorDataId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorError ¶
type ConnectRequestPathSelectorError struct{}
func (ConnectRequestPathSelectorError) FieldPath ¶
func (ConnectRequestPathSelectorError) FieldPath() *ConnectRequest_FieldTerminalPath
func (ConnectRequestPathSelectorError) Message ¶
func (ConnectRequestPathSelectorError) Message() ConnectRequestPathSelectorErrorMessage
func (ConnectRequestPathSelectorError) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorError) WithArrayOfValues(values []*Error) *ConnectRequest_FieldTerminalPathArrayOfValues
func (ConnectRequestPathSelectorError) WithSubArrayItemValue ¶
func (s ConnectRequestPathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
func (ConnectRequestPathSelectorError) WithSubArrayOfValues ¶
func (s ConnectRequestPathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorError) WithSubPath ¶
func (ConnectRequestPathSelectorError) WithSubPath(subPath Error_FieldPath) *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorError) WithSubValue ¶
func (s ConnectRequestPathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *ConnectRequest_FieldSubPathValue
func (ConnectRequestPathSelectorError) WithValue ¶
func (s ConnectRequestPathSelectorError) WithValue(value *Error) *ConnectRequest_FieldTerminalPathValue
type ConnectRequestPathSelectorErrorId ¶
type ConnectRequestPathSelectorErrorId struct{}
func (ConnectRequestPathSelectorErrorId) FieldPath ¶
func (ConnectRequestPathSelectorErrorId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorErrorId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorErrorId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorErrorId) WithValue ¶
func (s ConnectRequestPathSelectorErrorId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorErrorMessage ¶
type ConnectRequestPathSelectorErrorMessage struct{}
func (ConnectRequestPathSelectorErrorMessage) FieldPath ¶
func (ConnectRequestPathSelectorErrorMessage) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorErrorMessage) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorErrorMessage) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorErrorMessage) WithValue ¶
func (s ConnectRequestPathSelectorErrorMessage) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorOpenRequest ¶
type ConnectRequestPathSelectorOpenRequest struct{}
func (ConnectRequestPathSelectorOpenRequest) FieldPath ¶
func (ConnectRequestPathSelectorOpenRequest) FieldPath() *ConnectRequest_FieldTerminalPath
func (ConnectRequestPathSelectorOpenRequest) ProviderName ¶
func (ConnectRequestPathSelectorOpenRequest) ProviderName() ConnectRequestPathSelectorOpenRequestProviderName
func (ConnectRequestPathSelectorOpenRequest) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequest) WithArrayOfValues(values []*ConnectRequest_OpenRequest) *ConnectRequest_FieldTerminalPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequest) WithSubArrayItemValue ¶
func (s ConnectRequestPathSelectorOpenRequest) WithSubArrayItemValue(subPathArrayItemValue ConnectRequestOpenRequest_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
func (ConnectRequestPathSelectorOpenRequest) WithSubArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequest) WithSubArrayOfValues(subPathArrayOfValues ConnectRequestOpenRequest_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequest) WithSubPath ¶
func (ConnectRequestPathSelectorOpenRequest) WithSubPath(subPath ConnectRequestOpenRequest_FieldPath) *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorOpenRequest) WithSubValue ¶
func (s ConnectRequestPathSelectorOpenRequest) WithSubValue(subPathValue ConnectRequestOpenRequest_FieldPathValue) *ConnectRequest_FieldSubPathValue
func (ConnectRequestPathSelectorOpenRequest) WithValue ¶
func (s ConnectRequestPathSelectorOpenRequest) WithValue(value *ConnectRequest_OpenRequest) *ConnectRequest_FieldTerminalPathValue
type ConnectRequestPathSelectorOpenRequestArg ¶
type ConnectRequestPathSelectorOpenRequestArg struct{}
func (ConnectRequestPathSelectorOpenRequestArg) FieldPath ¶
func (ConnectRequestPathSelectorOpenRequestArg) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorOpenRequestArg) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequestArg) WithArrayOfValues(values [][]byte) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequestArg) WithValue ¶
func (s ConnectRequestPathSelectorOpenRequestArg) WithValue(value []byte) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorOpenRequestName ¶
type ConnectRequestPathSelectorOpenRequestName struct{}
func (ConnectRequestPathSelectorOpenRequestName) FieldPath ¶
func (ConnectRequestPathSelectorOpenRequestName) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorOpenRequestName) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequestName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequestName) WithValue ¶
func (s ConnectRequestPathSelectorOpenRequestName) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorOpenRequestProject ¶
type ConnectRequestPathSelectorOpenRequestProject struct{}
func (ConnectRequestPathSelectorOpenRequestProject) FieldPath ¶
func (ConnectRequestPathSelectorOpenRequestProject) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorOpenRequestProject) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequestProject) WithArrayOfValues(values []*project.Reference) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequestProject) WithValue ¶
func (s ConnectRequestPathSelectorOpenRequestProject) WithValue(value *project.Reference) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorOpenRequestProviderName ¶
type ConnectRequestPathSelectorOpenRequestProviderName struct{}
func (ConnectRequestPathSelectorOpenRequestProviderName) FieldPath ¶
func (ConnectRequestPathSelectorOpenRequestProviderName) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorOpenRequestProviderName) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequestProviderName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequestProviderName) WithValue ¶
func (s ConnectRequestPathSelectorOpenRequestProviderName) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorOpenRequestRegionId ¶
type ConnectRequestPathSelectorOpenRequestRegionId struct{}
func (ConnectRequestPathSelectorOpenRequestRegionId) FieldPath ¶
func (ConnectRequestPathSelectorOpenRequestRegionId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorOpenRequestRegionId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequestRegionId) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequestRegionId) WithValue ¶
func (s ConnectRequestPathSelectorOpenRequestRegionId) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorOpenRequestService ¶
type ConnectRequestPathSelectorOpenRequestService struct{}
func (ConnectRequestPathSelectorOpenRequestService) FieldPath ¶
func (ConnectRequestPathSelectorOpenRequestService) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorOpenRequestService) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorOpenRequestService) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorOpenRequestService) WithValue ¶
func (s ConnectRequestPathSelectorOpenRequestService) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorPing ¶
type ConnectRequestPathSelectorPing struct{}
func (ConnectRequestPathSelectorPing) FieldPath ¶
func (ConnectRequestPathSelectorPing) FieldPath() *ConnectRequest_FieldTerminalPath
func (ConnectRequestPathSelectorPing) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorPing) WithArrayOfValues(values []*Ping) *ConnectRequest_FieldTerminalPathArrayOfValues
func (ConnectRequestPathSelectorPing) WithSubArrayItemValue ¶
func (s ConnectRequestPathSelectorPing) WithSubArrayItemValue(subPathArrayItemValue Ping_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
func (ConnectRequestPathSelectorPing) WithSubArrayOfValues ¶
func (s ConnectRequestPathSelectorPing) WithSubArrayOfValues(subPathArrayOfValues Ping_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorPing) WithSubPath ¶
func (ConnectRequestPathSelectorPing) WithSubPath(subPath Ping_FieldPath) *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorPing) WithSubValue ¶
func (s ConnectRequestPathSelectorPing) WithSubValue(subPathValue Ping_FieldPathValue) *ConnectRequest_FieldSubPathValue
func (ConnectRequestPathSelectorPing) WithValue ¶
func (s ConnectRequestPathSelectorPing) WithValue(value *Ping) *ConnectRequest_FieldTerminalPathValue
type ConnectRequestPathSelectorResumeRequest ¶
type ConnectRequestPathSelectorResumeRequest struct{}
func (ConnectRequestPathSelectorResumeRequest) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequest) FieldPath() *ConnectRequest_FieldTerminalPath
func (ConnectRequestPathSelectorResumeRequest) LastMessageId ¶
func (ConnectRequestPathSelectorResumeRequest) LastMessageId() ConnectRequestPathSelectorResumeRequestLastMessageId
func (ConnectRequestPathSelectorResumeRequest) ProviderName ¶
func (ConnectRequestPathSelectorResumeRequest) ProviderName() ConnectRequestPathSelectorResumeRequestProviderName
func (ConnectRequestPathSelectorResumeRequest) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequest) WithArrayOfValues(values []*ConnectRequest_ResumeRequest) *ConnectRequest_FieldTerminalPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequest) WithSubArrayItemValue ¶
func (s ConnectRequestPathSelectorResumeRequest) WithSubArrayItemValue(subPathArrayItemValue ConnectRequestResumeRequest_FieldPathArrayItemValue) *ConnectRequest_FieldSubPathArrayItemValue
func (ConnectRequestPathSelectorResumeRequest) WithSubArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequest) WithSubArrayOfValues(subPathArrayOfValues ConnectRequestResumeRequest_FieldPathArrayOfValues) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequest) WithSubPath ¶
func (ConnectRequestPathSelectorResumeRequest) WithSubPath(subPath ConnectRequestResumeRequest_FieldPath) *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequest) WithSubValue ¶
func (s ConnectRequestPathSelectorResumeRequest) WithSubValue(subPathValue ConnectRequestResumeRequest_FieldPathValue) *ConnectRequest_FieldSubPathValue
func (ConnectRequestPathSelectorResumeRequest) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequest) WithValue(value *ConnectRequest_ResumeRequest) *ConnectRequest_FieldTerminalPathValue
type ConnectRequestPathSelectorResumeRequestChannelId ¶
type ConnectRequestPathSelectorResumeRequestChannelId struct{}
func (ConnectRequestPathSelectorResumeRequestChannelId) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequestChannelId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequestChannelId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequestChannelId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequestChannelId) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequestChannelId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorResumeRequestLastMessageId ¶
type ConnectRequestPathSelectorResumeRequestLastMessageId struct{}
func (ConnectRequestPathSelectorResumeRequestLastMessageId) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequestLastMessageId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequestLastMessageId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequestLastMessageId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequestLastMessageId) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequestLastMessageId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorResumeRequestName ¶
type ConnectRequestPathSelectorResumeRequestName struct{}
func (ConnectRequestPathSelectorResumeRequestName) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequestName) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequestName) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequestName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequestName) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequestName) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorResumeRequestProject ¶
type ConnectRequestPathSelectorResumeRequestProject struct{}
func (ConnectRequestPathSelectorResumeRequestProject) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequestProject) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequestProject) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequestProject) WithArrayOfValues(values []*project.Reference) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequestProject) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequestProject) WithValue(value *project.Reference) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorResumeRequestProviderName ¶
type ConnectRequestPathSelectorResumeRequestProviderName struct{}
func (ConnectRequestPathSelectorResumeRequestProviderName) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequestProviderName) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequestProviderName) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequestProviderName) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequestProviderName) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequestProviderName) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorResumeRequestRegionId ¶
type ConnectRequestPathSelectorResumeRequestRegionId struct{}
func (ConnectRequestPathSelectorResumeRequestRegionId) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequestRegionId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequestRegionId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequestRegionId) WithArrayOfValues(values []string) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequestRegionId) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequestRegionId) WithValue(value string) *ConnectRequest_FieldSubPathValue
type ConnectRequestPathSelectorResumeRequestSessionId ¶
type ConnectRequestPathSelectorResumeRequestSessionId struct{}
func (ConnectRequestPathSelectorResumeRequestSessionId) FieldPath ¶
func (ConnectRequestPathSelectorResumeRequestSessionId) FieldPath() *ConnectRequest_FieldSubPath
func (ConnectRequestPathSelectorResumeRequestSessionId) WithArrayOfValues ¶
func (s ConnectRequestPathSelectorResumeRequestSessionId) WithArrayOfValues(values []uint64) *ConnectRequest_FieldSubPathArrayOfValues
func (ConnectRequestPathSelectorResumeRequestSessionId) WithValue ¶
func (s ConnectRequestPathSelectorResumeRequestSessionId) WithValue(value uint64) *ConnectRequest_FieldSubPathValue
type ConnectRequestResumeRequestFieldPathBuilder ¶
type ConnectRequestResumeRequestFieldPathBuilder struct{}
func NewConnectRequestResumeRequestFieldPathBuilder ¶
func NewConnectRequestResumeRequestFieldPathBuilder() ConnectRequestResumeRequestFieldPathBuilder
func (ConnectRequestResumeRequestFieldPathBuilder) LastMessageId ¶
func (ConnectRequestResumeRequestFieldPathBuilder) LastMessageId() ConnectRequest_ResumeRequestPathSelectorLastMessageId
func (ConnectRequestResumeRequestFieldPathBuilder) ProviderName ¶
type ConnectRequestResumeRequest_FieldPath ¶
type ConnectRequestResumeRequest_FieldPath interface { gotenobject.FieldPath Selector() ConnectRequestResumeRequest_FieldPathSelector Get(source *ConnectRequest_ResumeRequest) []interface{} GetSingle(source *ConnectRequest_ResumeRequest) (interface{}, bool) ClearValue(item *ConnectRequest_ResumeRequest) // Those methods build corresponding ConnectRequestResumeRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConnectRequestResumeRequest_FieldPathValue WithIArrayOfValues(values interface{}) ConnectRequestResumeRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConnectRequestResumeRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConnectRequestResumeRequest_FieldPath ¶
func BuildConnectRequestResumeRequest_FieldPath(fp gotenobject.RawFieldPath) (ConnectRequestResumeRequest_FieldPath, error)
func MustParseConnectRequestResumeRequest_FieldPath ¶
func MustParseConnectRequestResumeRequest_FieldPath(rawField string) ConnectRequestResumeRequest_FieldPath
func ParseConnectRequestResumeRequest_FieldPath ¶
func ParseConnectRequestResumeRequest_FieldPath(rawField string) (ConnectRequestResumeRequest_FieldPath, error)
type ConnectRequestResumeRequest_FieldPathArrayItemValue ¶
type ConnectRequestResumeRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConnectRequestResumeRequest_FieldPath ContainsValue(*ConnectRequest_ResumeRequest) bool }
ConnectRequestResumeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ResumeRequest according to their type Present only for array (repeated) types.
func MustParseConnectRequestResumeRequest_FieldPathArrayItemValue ¶
func MustParseConnectRequestResumeRequest_FieldPathArrayItemValue(pathStr, valueStr string) ConnectRequestResumeRequest_FieldPathArrayItemValue
func ParseConnectRequestResumeRequest_FieldPathArrayItemValue ¶
func ParseConnectRequestResumeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectRequestResumeRequest_FieldPathArrayItemValue, error)
ParseConnectRequestResumeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConnectRequestResumeRequest_FieldPathArrayOfValues ¶
type ConnectRequestResumeRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConnectRequestResumeRequest_FieldPath }
ConnectRequestResumeRequest_FieldPathArrayOfValues allows storing slice of values for ResumeRequest fields according to their type
func MustParseConnectRequestResumeRequest_FieldPathArrayOfValues ¶
func MustParseConnectRequestResumeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectRequestResumeRequest_FieldPathArrayOfValues
func ParseConnectRequestResumeRequest_FieldPathArrayOfValues ¶
func ParseConnectRequestResumeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectRequestResumeRequest_FieldPathArrayOfValues, error)
type ConnectRequestResumeRequest_FieldPathSelector ¶
type ConnectRequestResumeRequest_FieldPathSelector int32
const ( ConnectRequestResumeRequest_FieldPathSelectorProject ConnectRequestResumeRequest_FieldPathSelector = 0 ConnectRequestResumeRequest_FieldPathSelectorRegionId ConnectRequestResumeRequest_FieldPathSelector = 1 ConnectRequestResumeRequest_FieldPathSelectorName ConnectRequestResumeRequest_FieldPathSelector = 2 ConnectRequestResumeRequest_FieldPathSelectorProviderName ConnectRequestResumeRequest_FieldPathSelector = 3 ConnectRequestResumeRequest_FieldPathSelectorSessionId ConnectRequestResumeRequest_FieldPathSelector = 4 ConnectRequestResumeRequest_FieldPathSelectorChannelId ConnectRequestResumeRequest_FieldPathSelector = 5 ConnectRequestResumeRequest_FieldPathSelectorLastMessageId ConnectRequestResumeRequest_FieldPathSelector = 6 )
func (ConnectRequestResumeRequest_FieldPathSelector) String ¶
func (s ConnectRequestResumeRequest_FieldPathSelector) String() string
type ConnectRequestResumeRequest_FieldPathValue ¶
type ConnectRequestResumeRequest_FieldPathValue interface { ConnectRequestResumeRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ConnectRequest_ResumeRequest) CompareWith(*ConnectRequest_ResumeRequest) (cmp int, comparable bool) }
ConnectRequestResumeRequest_FieldPathValue allows storing values for ResumeRequest fields according to their type
func MustParseConnectRequestResumeRequest_FieldPathValue ¶
func MustParseConnectRequestResumeRequest_FieldPathValue(pathStr, valueStr string) ConnectRequestResumeRequest_FieldPathValue
func ParseConnectRequestResumeRequest_FieldPathValue ¶
func ParseConnectRequestResumeRequest_FieldPathValue(pathStr, valueStr string) (ConnectRequestResumeRequest_FieldPathValue, error)
type ConnectRequestResumeRequest_FieldTerminalPath ¶
type ConnectRequestResumeRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConnectRequestResumeRequest_FieldTerminalPath) ClearValue ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) ClearValue(item *ConnectRequest_ResumeRequest)
func (*ConnectRequestResumeRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConnectRequestResumeRequest_FieldTerminalPath) Get ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) Get(source *ConnectRequest_ResumeRequest) (values []interface{})
Get returns all values pointed by specific field from source ConnectRequest_ResumeRequest
func (*ConnectRequestResumeRequest_FieldTerminalPath) GetDefault ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectRequestResumeRequest_FieldTerminalPath) GetRaw ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConnectRequestResumeRequest_FieldTerminalPath) GetSingle ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetSingle(source *ConnectRequest_ResumeRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConnectRequest_ResumeRequest
func (*ConnectRequestResumeRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectRequestResumeRequest_FieldTerminalPath) JSONString ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectRequestResumeRequest_FieldTerminalPath) Selector ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) Selector() ConnectRequestResumeRequest_FieldPathSelector
func (*ConnectRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectRequestResumeRequest_FieldTerminalPath) String ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConnectRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectRequestResumeRequest_FieldPathArrayItemValue
func (*ConnectRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectRequestResumeRequest_FieldPathArrayOfValues
func (*ConnectRequestResumeRequest_FieldTerminalPath) WithIValue ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithIValue(value interface{}) ConnectRequestResumeRequest_FieldPathValue
func (*ConnectRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectRequestResumeRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ConnectRequestResumeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue ¶
type ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue struct { ConnectRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectRequest_ResumeRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ResumeRequest'
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConnectRequest_ResumeRequest as interface{}
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectRequest_ResumeRequest) (interface{}, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConnectRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues ¶
type ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues struct { ConnectRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProviderNameArrayOfValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProviderNameArrayOfValues() ([]string, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConnectRequestResumeRequest_FieldTerminalPathValue ¶
type ConnectRequestResumeRequest_FieldTerminalPathValue struct { ConnectRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) AsLastMessageIdValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) AsProjectValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) AsProviderNameValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsProviderNameValue() (string, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) CompareWith(source *ConnectRequest_ResumeRequest) (int, bool)
CompareWith compares value in the 'ConnectRequestResumeRequest_FieldTerminalPathValue' with the value under path in 'ConnectRequest_ResumeRequest'.
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ResumeRequest' as interface{}
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) SetTo(target **ConnectRequest_ResumeRequest)
SetTo stores value for selected field for object ResumeRequest
func (*ConnectRequestResumeRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConnectRequestResumeRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectRequest_Ack ¶
type ConnectRequest_Ack struct { // ACK message Ack *Ack `protobuf:"bytes,3,opt,name=ack,proto3,oneof" firestore:"ack"` }
type ConnectRequest_Close ¶
type ConnectRequest_Close struct {
Close *Close `protobuf:"bytes,5,opt,name=close,proto3,oneof" firestore:"close"`
}
type ConnectRequest_Data ¶
type ConnectRequest_Data struct { // Any data sent to the device through the endpoint. Data *Data `protobuf:"bytes,4,opt,name=data,proto3,oneof" firestore:"data"` }
type ConnectRequest_Error ¶
type ConnectRequest_Error struct {
Error *Error `protobuf:"bytes,6,opt,name=error,proto3,oneof" firestore:"error"`
}
type ConnectRequest_FieldMask ¶
type ConnectRequest_FieldMask struct {
Paths []ConnectRequest_FieldPath
}
func FullConnectRequest_FieldMask ¶
func FullConnectRequest_FieldMask() *ConnectRequest_FieldMask
func (*ConnectRequest_FieldMask) AppendPath ¶
func (fieldMask *ConnectRequest_FieldMask) AppendPath(path ConnectRequest_FieldPath)
func (*ConnectRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ConnectRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConnectRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ConnectRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConnectRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ConnectRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConnectRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ConnectRequest_FieldMask) FilterInputFields() *ConnectRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConnectRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConnectRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConnectRequest_FieldMask) GetPaths ¶
func (fieldMask *ConnectRequest_FieldMask) GetPaths() []ConnectRequest_FieldPath
func (*ConnectRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ConnectRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConnectRequest_FieldMask) IsFull ¶
func (fieldMask *ConnectRequest_FieldMask) IsFull() bool
func (ConnectRequest_FieldMask) Marshal ¶
func (fieldMask ConnectRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConnectRequest_FieldMask) MarshalJSON ¶
func (fieldMask ConnectRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ConnectRequest_FieldMask) PathsCount ¶
func (fieldMask *ConnectRequest_FieldMask) PathsCount() int
func (*ConnectRequest_FieldMask) Project ¶
func (fieldMask *ConnectRequest_FieldMask) Project(source *ConnectRequest) *ConnectRequest
func (*ConnectRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ConnectRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConnectRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ConnectRequest_FieldMask) ProtoMessage()
func (*ConnectRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ConnectRequest_FieldMask) ProtoReflect() preflect.Message
func (*ConnectRequest_FieldMask) Reset ¶
func (fieldMask *ConnectRequest_FieldMask) Reset()
func (*ConnectRequest_FieldMask) Set ¶
func (fieldMask *ConnectRequest_FieldMask) Set(target, source *ConnectRequest)
func (*ConnectRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConnectRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ConnectRequest_FieldMask) SetRaw ¶
func (fieldMask *ConnectRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConnectRequest_FieldMask) Size ¶
func (fieldMask *ConnectRequest_FieldMask) Size() int
func (*ConnectRequest_FieldMask) String ¶
func (fieldMask *ConnectRequest_FieldMask) String() string
func (*ConnectRequest_FieldMask) Subtract ¶
func (fieldMask *ConnectRequest_FieldMask) Subtract(other *ConnectRequest_FieldMask) *ConnectRequest_FieldMask
func (*ConnectRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ConnectRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConnectRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConnectRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConnectRequest_FieldMask) Unmarshal ¶
func (fieldMask *ConnectRequest_FieldMask) Unmarshal(data []byte) error
func (*ConnectRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConnectRequest_FieldMask) UnmarshalJSON(data []byte) error
type ConnectRequest_FieldPath ¶
type ConnectRequest_FieldPath interface { gotenobject.FieldPath Selector() ConnectRequest_FieldPathSelector Get(source *ConnectRequest) []interface{} GetSingle(source *ConnectRequest) (interface{}, bool) ClearValue(item *ConnectRequest) // Those methods build corresponding ConnectRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConnectRequest_FieldPathValue WithIArrayOfValues(values interface{}) ConnectRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConnectRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConnectRequest_FieldPath ¶
func BuildConnectRequest_FieldPath(fp gotenobject.RawFieldPath) (ConnectRequest_FieldPath, error)
func MustParseConnectRequest_FieldPath ¶
func MustParseConnectRequest_FieldPath(rawField string) ConnectRequest_FieldPath
func ParseConnectRequest_FieldPath ¶
func ParseConnectRequest_FieldPath(rawField string) (ConnectRequest_FieldPath, error)
type ConnectRequest_FieldPathArrayItemValue ¶
type ConnectRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConnectRequest_FieldPath ContainsValue(*ConnectRequest) bool }
ConnectRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ConnectRequest according to their type Present only for array (repeated) types.
func MustParseConnectRequest_FieldPathArrayItemValue ¶
func MustParseConnectRequest_FieldPathArrayItemValue(pathStr, valueStr string) ConnectRequest_FieldPathArrayItemValue
func ParseConnectRequest_FieldPathArrayItemValue ¶
func ParseConnectRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectRequest_FieldPathArrayItemValue, error)
ParseConnectRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConnectRequest_FieldPathArrayOfValues ¶
type ConnectRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConnectRequest_FieldPath }
ConnectRequest_FieldPathArrayOfValues allows storing slice of values for ConnectRequest fields according to their type
func MustParseConnectRequest_FieldPathArrayOfValues ¶
func MustParseConnectRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectRequest_FieldPathArrayOfValues
func ParseConnectRequest_FieldPathArrayOfValues ¶
func ParseConnectRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectRequest_FieldPathArrayOfValues, error)
type ConnectRequest_FieldPathSelector ¶
type ConnectRequest_FieldPathSelector int32
const ( ConnectRequest_FieldPathSelectorOpenRequest ConnectRequest_FieldPathSelector = 0 ConnectRequest_FieldPathSelectorResumeRequest ConnectRequest_FieldPathSelector = 1 ConnectRequest_FieldPathSelectorAck ConnectRequest_FieldPathSelector = 2 ConnectRequest_FieldPathSelectorData ConnectRequest_FieldPathSelector = 3 ConnectRequest_FieldPathSelectorClose ConnectRequest_FieldPathSelector = 4 ConnectRequest_FieldPathSelectorError ConnectRequest_FieldPathSelector = 5 ConnectRequest_FieldPathSelectorPing ConnectRequest_FieldPathSelector = 6 )
func (ConnectRequest_FieldPathSelector) String ¶
func (s ConnectRequest_FieldPathSelector) String() string
type ConnectRequest_FieldPathValue ¶
type ConnectRequest_FieldPathValue interface { ConnectRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ConnectRequest) CompareWith(*ConnectRequest) (cmp int, comparable bool) }
ConnectRequest_FieldPathValue allows storing values for ConnectRequest fields according to their type
func MustParseConnectRequest_FieldPathValue ¶
func MustParseConnectRequest_FieldPathValue(pathStr, valueStr string) ConnectRequest_FieldPathValue
func ParseConnectRequest_FieldPathValue ¶
func ParseConnectRequest_FieldPathValue(pathStr, valueStr string) (ConnectRequest_FieldPathValue, error)
type ConnectRequest_FieldSubPath ¶
type ConnectRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ConnectRequest_FieldSubPath) AsAckSubPath ¶
func (fps *ConnectRequest_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
func (*ConnectRequest_FieldSubPath) AsCloseSubPath ¶
func (fps *ConnectRequest_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
func (*ConnectRequest_FieldSubPath) AsDataSubPath ¶
func (fps *ConnectRequest_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
func (*ConnectRequest_FieldSubPath) AsErrorSubPath ¶
func (fps *ConnectRequest_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
func (*ConnectRequest_FieldSubPath) AsOpenRequestSubPath ¶
func (fps *ConnectRequest_FieldSubPath) AsOpenRequestSubPath() (ConnectRequestOpenRequest_FieldPath, bool)
func (*ConnectRequest_FieldSubPath) AsPingSubPath ¶
func (fps *ConnectRequest_FieldSubPath) AsPingSubPath() (Ping_FieldPath, bool)
func (*ConnectRequest_FieldSubPath) AsResumeRequestSubPath ¶
func (fps *ConnectRequest_FieldSubPath) AsResumeRequestSubPath() (ConnectRequestResumeRequest_FieldPath, bool)
func (*ConnectRequest_FieldSubPath) ClearValue ¶
func (fps *ConnectRequest_FieldSubPath) ClearValue(item *ConnectRequest)
func (*ConnectRequest_FieldSubPath) ClearValueRaw ¶
func (fps *ConnectRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ConnectRequest_FieldSubPath) Get ¶
func (fps *ConnectRequest_FieldSubPath) Get(source *ConnectRequest) (values []interface{})
Get returns all values pointed by selected field from source ConnectRequest
func (*ConnectRequest_FieldSubPath) GetDefault ¶
func (fps *ConnectRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectRequest_FieldSubPath) GetRaw ¶
func (fps *ConnectRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ConnectRequest_FieldSubPath) GetSingle ¶
func (fps *ConnectRequest_FieldSubPath) GetSingle(source *ConnectRequest) (interface{}, bool)
GetSingle returns value of selected field from source ConnectRequest
func (*ConnectRequest_FieldSubPath) GetSingleRaw ¶
func (fps *ConnectRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectRequest_FieldSubPath) IsLeaf ¶
func (fps *ConnectRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectRequest_FieldSubPath) JSONString ¶
func (fps *ConnectRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectRequest_FieldSubPath) Selector ¶
func (fps *ConnectRequest_FieldSubPath) Selector() ConnectRequest_FieldPathSelector
func (*ConnectRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ConnectRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectRequest_FieldSubPath) String ¶
func (fps *ConnectRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*ConnectRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *ConnectRequest_FieldSubPath) WithIArrayItemValue(value interface{}) ConnectRequest_FieldPathArrayItemValue
func (*ConnectRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *ConnectRequest_FieldSubPath) WithIArrayOfValues(values interface{}) ConnectRequest_FieldPathArrayOfValues
func (*ConnectRequest_FieldSubPath) WithIValue ¶
func (fps *ConnectRequest_FieldSubPath) WithIValue(value interface{}) ConnectRequest_FieldPathValue
func (*ConnectRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ConnectRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ConnectRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectRequest_FieldSubPath) WithRawIValue ¶
func (fps *ConnectRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectRequest_FieldSubPathArrayItemValue ¶
type ConnectRequest_FieldSubPathArrayItemValue struct { ConnectRequest_FieldPath // contains filtered or unexported fields }
func (*ConnectRequest_FieldSubPathArrayItemValue) AsAckPathItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
func (*ConnectRequest_FieldSubPathArrayItemValue) AsClosePathItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
func (*ConnectRequest_FieldSubPathArrayItemValue) AsDataPathItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
func (*ConnectRequest_FieldSubPathArrayItemValue) AsErrorPathItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
func (*ConnectRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue() (ConnectRequestOpenRequest_FieldPathArrayItemValue, bool)
func (*ConnectRequest_FieldSubPathArrayItemValue) AsPingPathItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsPingPathItemValue() (Ping_FieldPathArrayItemValue, bool)
func (*ConnectRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue() (ConnectRequestResumeRequest_FieldPathArrayItemValue, bool)
func (*ConnectRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) ContainsValue(source *ConnectRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConnectRequest'
func (*ConnectRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ConnectRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ConnectRequest_FieldSubPathArrayOfValues ¶
type ConnectRequest_FieldSubPathArrayOfValues struct { ConnectRequest_FieldPath // contains filtered or unexported fields }
func (*ConnectRequest_FieldSubPathArrayOfValues) AsAckPathArrayOfValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
func (*ConnectRequest_FieldSubPathArrayOfValues) AsClosePathArrayOfValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
func (*ConnectRequest_FieldSubPathArrayOfValues) AsDataPathArrayOfValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
func (*ConnectRequest_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
func (*ConnectRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues() (ConnectRequestOpenRequest_FieldPathArrayOfValues, bool)
func (*ConnectRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues() (Ping_FieldPathArrayOfValues, bool)
func (*ConnectRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues() (ConnectRequestResumeRequest_FieldPathArrayOfValues, bool)
func (*ConnectRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ConnectRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ConnectRequest_FieldSubPathValue ¶
type ConnectRequest_FieldSubPathValue struct { ConnectRequest_FieldPath // contains filtered or unexported fields }
func (*ConnectRequest_FieldSubPathValue) AsAckPathValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
func (*ConnectRequest_FieldSubPathValue) AsClosePathValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
func (*ConnectRequest_FieldSubPathValue) AsDataPathValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
func (*ConnectRequest_FieldSubPathValue) AsErrorPathValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
func (*ConnectRequest_FieldSubPathValue) AsOpenRequestPathValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) AsOpenRequestPathValue() (ConnectRequestOpenRequest_FieldPathValue, bool)
func (*ConnectRequest_FieldSubPathValue) AsPingPathValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) AsPingPathValue() (Ping_FieldPathValue, bool)
func (*ConnectRequest_FieldSubPathValue) AsResumeRequestPathValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) AsResumeRequestPathValue() (ConnectRequestResumeRequest_FieldPathValue, bool)
func (*ConnectRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *ConnectRequest_FieldSubPathValue) CompareWith(source *ConnectRequest) (int, bool)
func (*ConnectRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ConnectRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *ConnectRequest_FieldSubPathValue) GetRawValue() interface{}
func (*ConnectRequest_FieldSubPathValue) SetTo ¶
func (fpvs *ConnectRequest_FieldSubPathValue) SetTo(target **ConnectRequest)
func (*ConnectRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *ConnectRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type ConnectRequest_FieldTerminalPath ¶
type ConnectRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConnectRequest_FieldTerminalPath) ClearValue ¶
func (fp *ConnectRequest_FieldTerminalPath) ClearValue(item *ConnectRequest)
func (*ConnectRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConnectRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConnectRequest_FieldTerminalPath) Get ¶
func (fp *ConnectRequest_FieldTerminalPath) Get(source *ConnectRequest) (values []interface{})
Get returns all values pointed by specific field from source ConnectRequest
func (*ConnectRequest_FieldTerminalPath) GetDefault ¶
func (fp *ConnectRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectRequest_FieldTerminalPath) GetRaw ¶
func (fp *ConnectRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConnectRequest_FieldTerminalPath) GetSingle ¶
func (fp *ConnectRequest_FieldTerminalPath) GetSingle(source *ConnectRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConnectRequest
func (*ConnectRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConnectRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ConnectRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectRequest_FieldTerminalPath) JSONString ¶
func (fp *ConnectRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectRequest_FieldTerminalPath) Selector ¶
func (fp *ConnectRequest_FieldTerminalPath) Selector() ConnectRequest_FieldPathSelector
func (*ConnectRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ConnectRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectRequest_FieldTerminalPath) String ¶
func (fp *ConnectRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConnectRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConnectRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectRequest_FieldPathArrayItemValue
func (*ConnectRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConnectRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectRequest_FieldPathArrayOfValues
func (*ConnectRequest_FieldTerminalPath) WithIValue ¶
func (fp *ConnectRequest_FieldTerminalPath) WithIValue(value interface{}) ConnectRequest_FieldPathValue
func (*ConnectRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConnectRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConnectRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ConnectRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectRequest_FieldTerminalPathArrayItemValue ¶
type ConnectRequest_FieldTerminalPathArrayItemValue struct { ConnectRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConnectRequest'
func (*ConnectRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConnectRequest as interface{}
func (*ConnectRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectRequest) (interface{}, bool)
func (*ConnectRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConnectRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConnectRequest_FieldTerminalPathArrayOfValues ¶
type ConnectRequest_FieldTerminalPathArrayOfValues struct { ConnectRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequest_FieldTerminalPathArrayOfValues) AsAckArrayOfValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
func (*ConnectRequest_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
func (*ConnectRequest_FieldTerminalPathArrayOfValues) AsDataArrayOfValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
func (*ConnectRequest_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
func (*ConnectRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues() ([]*ConnectRequest_OpenRequest, bool)
func (*ConnectRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues() ([]*Ping, bool)
func (*ConnectRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues() ([]*ConnectRequest_ResumeRequest, bool)
func (*ConnectRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConnectRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConnectRequest_FieldTerminalPathValue ¶
type ConnectRequest_FieldTerminalPathValue struct { ConnectRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectRequest_FieldTerminalPathValue) AsAckValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
func (*ConnectRequest_FieldTerminalPathValue) AsCloseValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
func (*ConnectRequest_FieldTerminalPathValue) AsDataValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) AsDataValue() (*Data, bool)
func (*ConnectRequest_FieldTerminalPathValue) AsErrorValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
func (*ConnectRequest_FieldTerminalPathValue) AsOpenRequestValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) AsOpenRequestValue() (*ConnectRequest_OpenRequest, bool)
func (*ConnectRequest_FieldTerminalPathValue) AsPingValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) AsPingValue() (*Ping, bool)
func (*ConnectRequest_FieldTerminalPathValue) AsResumeRequestValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) AsResumeRequestValue() (*ConnectRequest_ResumeRequest, bool)
func (*ConnectRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) CompareWith(source *ConnectRequest) (int, bool)
CompareWith compares value in the 'ConnectRequest_FieldTerminalPathValue' with the value under path in 'ConnectRequest'.
func (*ConnectRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ConnectRequest' as interface{}
func (*ConnectRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) SetTo(target **ConnectRequest)
SetTo stores value for selected field for object ConnectRequest
func (*ConnectRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConnectRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectRequest_OpenRequest ¶
type ConnectRequest_OpenRequest struct { Project *project.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=project,proto3" json:"project,omitempty" firestore:"project"` RegionId string `protobuf:"bytes,6,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // name to connect. ProviderName string `protobuf:"bytes,3,opt,name=provider_name,json=providerName,proto3" json:"provider_name,omitempty" firestore:"providerName"` // Device service Service string `protobuf:"bytes,4,opt,name=service,proto3" json:"service,omitempty" firestore:"service"` // Initial argument (optional) Arg []byte `protobuf:"bytes,5,opt,name=arg,proto3" json:"arg,omitempty" firestore:"arg"` // contains filtered or unexported fields }
func (*ConnectRequest_OpenRequest) Clone ¶
func (o *ConnectRequest_OpenRequest) Clone() *ConnectRequest_OpenRequest
func (*ConnectRequest_OpenRequest) CloneRaw ¶
func (o *ConnectRequest_OpenRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ConnectRequest_OpenRequest) Descriptor ¶
func (*ConnectRequest_OpenRequest) Descriptor() ([]byte, []int)
Deprecated, Use ConnectRequest_OpenRequest.ProtoReflect.Descriptor instead.
func (*ConnectRequest_OpenRequest) GetArg ¶
func (m *ConnectRequest_OpenRequest) GetArg() []byte
func (*ConnectRequest_OpenRequest) GetName ¶
func (m *ConnectRequest_OpenRequest) GetName() string
func (*ConnectRequest_OpenRequest) GetProject ¶
func (m *ConnectRequest_OpenRequest) GetProject() *project.Reference
func (*ConnectRequest_OpenRequest) GetProviderName ¶
func (m *ConnectRequest_OpenRequest) GetProviderName() string
func (*ConnectRequest_OpenRequest) GetRegionId ¶
func (m *ConnectRequest_OpenRequest) GetRegionId() string
func (*ConnectRequest_OpenRequest) GetService ¶
func (m *ConnectRequest_OpenRequest) GetService() string
func (*ConnectRequest_OpenRequest) GotenMessage ¶
func (*ConnectRequest_OpenRequest) GotenMessage()
func (*ConnectRequest_OpenRequest) GotenObjectExt ¶
func (o *ConnectRequest_OpenRequest) GotenObjectExt()
func (*ConnectRequest_OpenRequest) GotenValidate ¶
func (obj *ConnectRequest_OpenRequest) GotenValidate() error
func (*ConnectRequest_OpenRequest) MakeDiffFieldMask ¶
func (o *ConnectRequest_OpenRequest) MakeDiffFieldMask(other *ConnectRequest_OpenRequest) *ConnectRequest_OpenRequest_FieldMask
func (*ConnectRequest_OpenRequest) MakeFullFieldMask ¶
func (o *ConnectRequest_OpenRequest) MakeFullFieldMask() *ConnectRequest_OpenRequest_FieldMask
func (*ConnectRequest_OpenRequest) MakeRawDiffFieldMask ¶
func (o *ConnectRequest_OpenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConnectRequest_OpenRequest) MakeRawFullFieldMask ¶
func (o *ConnectRequest_OpenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConnectRequest_OpenRequest) Marshal ¶
func (m *ConnectRequest_OpenRequest) Marshal() ([]byte, error)
func (*ConnectRequest_OpenRequest) MarshalJSON ¶
func (m *ConnectRequest_OpenRequest) MarshalJSON() ([]byte, error)
func (*ConnectRequest_OpenRequest) Merge ¶
func (o *ConnectRequest_OpenRequest) Merge(source *ConnectRequest_OpenRequest)
func (*ConnectRequest_OpenRequest) MergeRaw ¶
func (o *ConnectRequest_OpenRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConnectRequest_OpenRequest) ProtoMessage ¶
func (*ConnectRequest_OpenRequest) ProtoMessage()
func (*ConnectRequest_OpenRequest) ProtoReflect ¶
func (m *ConnectRequest_OpenRequest) ProtoReflect() preflect.Message
func (*ConnectRequest_OpenRequest) Reset ¶
func (m *ConnectRequest_OpenRequest) Reset()
func (*ConnectRequest_OpenRequest) SetArg ¶
func (m *ConnectRequest_OpenRequest) SetArg(fv []byte)
func (*ConnectRequest_OpenRequest) SetName ¶
func (m *ConnectRequest_OpenRequest) SetName(fv string)
func (*ConnectRequest_OpenRequest) SetProject ¶
func (m *ConnectRequest_OpenRequest) SetProject(fv *project.Reference)
func (*ConnectRequest_OpenRequest) SetProviderName ¶
func (m *ConnectRequest_OpenRequest) SetProviderName(fv string)
func (*ConnectRequest_OpenRequest) SetRegionId ¶
func (m *ConnectRequest_OpenRequest) SetRegionId(fv string)
func (*ConnectRequest_OpenRequest) SetService ¶
func (m *ConnectRequest_OpenRequest) SetService(fv string)
func (*ConnectRequest_OpenRequest) String ¶
func (m *ConnectRequest_OpenRequest) String() string
func (*ConnectRequest_OpenRequest) Unmarshal ¶
func (m *ConnectRequest_OpenRequest) Unmarshal(b []byte) error
func (*ConnectRequest_OpenRequest) UnmarshalJSON ¶
func (m *ConnectRequest_OpenRequest) UnmarshalJSON(data []byte) error
type ConnectRequest_OpenRequestPathSelectorArg ¶
type ConnectRequest_OpenRequestPathSelectorArg struct{}
func (ConnectRequest_OpenRequestPathSelectorArg) FieldPath ¶
func (ConnectRequest_OpenRequestPathSelectorArg) FieldPath() *ConnectRequestOpenRequest_FieldTerminalPath
func (ConnectRequest_OpenRequestPathSelectorArg) WithArrayOfValues ¶
func (s ConnectRequest_OpenRequestPathSelectorArg) WithArrayOfValues(values [][]byte) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_OpenRequestPathSelectorArg) WithValue ¶
func (s ConnectRequest_OpenRequestPathSelectorArg) WithValue(value []byte) *ConnectRequestOpenRequest_FieldTerminalPathValue
type ConnectRequest_OpenRequestPathSelectorName ¶
type ConnectRequest_OpenRequestPathSelectorName struct{}
func (ConnectRequest_OpenRequestPathSelectorName) WithArrayOfValues ¶
func (s ConnectRequest_OpenRequestPathSelectorName) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_OpenRequestPathSelectorName) WithValue ¶
func (s ConnectRequest_OpenRequestPathSelectorName) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
type ConnectRequest_OpenRequestPathSelectorProject ¶
type ConnectRequest_OpenRequestPathSelectorProject struct{}
func (ConnectRequest_OpenRequestPathSelectorProject) WithArrayOfValues ¶
func (s ConnectRequest_OpenRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_OpenRequestPathSelectorProject) WithValue ¶
func (s ConnectRequest_OpenRequestPathSelectorProject) WithValue(value *project.Reference) *ConnectRequestOpenRequest_FieldTerminalPathValue
type ConnectRequest_OpenRequestPathSelectorProviderName ¶
type ConnectRequest_OpenRequestPathSelectorProviderName struct{}
func (ConnectRequest_OpenRequestPathSelectorProviderName) WithArrayOfValues ¶
func (s ConnectRequest_OpenRequestPathSelectorProviderName) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_OpenRequestPathSelectorProviderName) WithValue ¶
func (s ConnectRequest_OpenRequestPathSelectorProviderName) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
type ConnectRequest_OpenRequestPathSelectorRegionId ¶
type ConnectRequest_OpenRequestPathSelectorRegionId struct{}
func (ConnectRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues ¶
func (s ConnectRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_OpenRequestPathSelectorRegionId) WithValue ¶
func (s ConnectRequest_OpenRequestPathSelectorRegionId) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
type ConnectRequest_OpenRequestPathSelectorService ¶
type ConnectRequest_OpenRequestPathSelectorService struct{}
func (ConnectRequest_OpenRequestPathSelectorService) WithArrayOfValues ¶
func (s ConnectRequest_OpenRequestPathSelectorService) WithArrayOfValues(values []string) *ConnectRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_OpenRequestPathSelectorService) WithValue ¶
func (s ConnectRequest_OpenRequestPathSelectorService) WithValue(value string) *ConnectRequestOpenRequest_FieldTerminalPathValue
type ConnectRequest_OpenRequest_ ¶
type ConnectRequest_OpenRequest_ struct { // The initiation message to open a channel to a device. OpenRequest *ConnectRequest_OpenRequest `protobuf:"bytes,1,opt,name=open_request,json=openRequest,proto3,oneof" firestore:"openRequest"` }
type ConnectRequest_OpenRequest_FieldMask ¶
type ConnectRequest_OpenRequest_FieldMask struct {
Paths []ConnectRequestOpenRequest_FieldPath
}
func FullConnectRequest_OpenRequest_FieldMask ¶
func FullConnectRequest_OpenRequest_FieldMask() *ConnectRequest_OpenRequest_FieldMask
func (*ConnectRequest_OpenRequest_FieldMask) AppendPath ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) AppendPath(path ConnectRequestOpenRequest_FieldPath)
func (*ConnectRequest_OpenRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConnectRequest_OpenRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConnectRequest_OpenRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConnectRequest_OpenRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) FilterInputFields() *ConnectRequest_OpenRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConnectRequest_OpenRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConnectRequest_OpenRequest_FieldMask) GetPaths ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) GetPaths() []ConnectRequestOpenRequest_FieldPath
func (*ConnectRequest_OpenRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConnectRequest_OpenRequest_FieldMask) IsFull ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) IsFull() bool
func (ConnectRequest_OpenRequest_FieldMask) Marshal ¶
func (fieldMask ConnectRequest_OpenRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConnectRequest_OpenRequest_FieldMask) MarshalJSON ¶
func (fieldMask ConnectRequest_OpenRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ConnectRequest_OpenRequest_FieldMask) PathsCount ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) PathsCount() int
func (*ConnectRequest_OpenRequest_FieldMask) Project ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Project(source *ConnectRequest_OpenRequest) *ConnectRequest_OpenRequest
func (*ConnectRequest_OpenRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConnectRequest_OpenRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ProtoMessage()
func (*ConnectRequest_OpenRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ProtoReflect() preflect.Message
func (*ConnectRequest_OpenRequest_FieldMask) Reset ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Reset()
func (*ConnectRequest_OpenRequest_FieldMask) Set ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Set(target, source *ConnectRequest_OpenRequest)
func (*ConnectRequest_OpenRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ConnectRequest_OpenRequest_FieldMask) SetRaw ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConnectRequest_OpenRequest_FieldMask) Size ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Size() int
func (*ConnectRequest_OpenRequest_FieldMask) String ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) String() string
func (*ConnectRequest_OpenRequest_FieldMask) Subtract ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Subtract(other *ConnectRequest_OpenRequest_FieldMask) *ConnectRequest_OpenRequest_FieldMask
func (*ConnectRequest_OpenRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConnectRequest_OpenRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConnectRequest_OpenRequest_FieldMask) Unmarshal ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) Unmarshal(data []byte) error
func (*ConnectRequest_OpenRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConnectRequest_OpenRequest_FieldMask) UnmarshalJSON(data []byte) error
type ConnectRequest_Ping ¶
type ConnectRequest_Ping struct {
Ping *Ping `protobuf:"bytes,7,opt,name=ping,proto3,oneof" firestore:"ping"`
}
type ConnectRequest_ResumeRequest ¶
type ConnectRequest_ResumeRequest struct { Project *project.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=project,proto3" json:"project,omitempty" firestore:"project"` RegionId string `protobuf:"bytes,7,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // name to connect. ProviderName string `protobuf:"bytes,3,opt,name=provider_name,json=providerName,proto3" json:"provider_name,omitempty" firestore:"providerName"` SessionId uint64 `protobuf:"varint,4,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty" firestore:"sessionId"` ChannelId uint64 `protobuf:"varint,5,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` LastMessageId uint64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConnectRequest_ResumeRequest) Clone ¶
func (o *ConnectRequest_ResumeRequest) Clone() *ConnectRequest_ResumeRequest
func (*ConnectRequest_ResumeRequest) CloneRaw ¶
func (o *ConnectRequest_ResumeRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ConnectRequest_ResumeRequest) Descriptor ¶
func (*ConnectRequest_ResumeRequest) Descriptor() ([]byte, []int)
Deprecated, Use ConnectRequest_ResumeRequest.ProtoReflect.Descriptor instead.
func (*ConnectRequest_ResumeRequest) GetChannelId ¶
func (m *ConnectRequest_ResumeRequest) GetChannelId() uint64
func (*ConnectRequest_ResumeRequest) GetLastMessageId ¶
func (m *ConnectRequest_ResumeRequest) GetLastMessageId() uint64
func (*ConnectRequest_ResumeRequest) GetName ¶
func (m *ConnectRequest_ResumeRequest) GetName() string
func (*ConnectRequest_ResumeRequest) GetProject ¶
func (m *ConnectRequest_ResumeRequest) GetProject() *project.Reference
func (*ConnectRequest_ResumeRequest) GetProviderName ¶
func (m *ConnectRequest_ResumeRequest) GetProviderName() string
func (*ConnectRequest_ResumeRequest) GetRegionId ¶
func (m *ConnectRequest_ResumeRequest) GetRegionId() string
func (*ConnectRequest_ResumeRequest) GetSessionId ¶
func (m *ConnectRequest_ResumeRequest) GetSessionId() uint64
func (*ConnectRequest_ResumeRequest) GotenMessage ¶
func (*ConnectRequest_ResumeRequest) GotenMessage()
func (*ConnectRequest_ResumeRequest) GotenObjectExt ¶
func (o *ConnectRequest_ResumeRequest) GotenObjectExt()
func (*ConnectRequest_ResumeRequest) GotenValidate ¶
func (obj *ConnectRequest_ResumeRequest) GotenValidate() error
func (*ConnectRequest_ResumeRequest) MakeDiffFieldMask ¶
func (o *ConnectRequest_ResumeRequest) MakeDiffFieldMask(other *ConnectRequest_ResumeRequest) *ConnectRequest_ResumeRequest_FieldMask
func (*ConnectRequest_ResumeRequest) MakeFullFieldMask ¶
func (o *ConnectRequest_ResumeRequest) MakeFullFieldMask() *ConnectRequest_ResumeRequest_FieldMask
func (*ConnectRequest_ResumeRequest) MakeRawDiffFieldMask ¶
func (o *ConnectRequest_ResumeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConnectRequest_ResumeRequest) MakeRawFullFieldMask ¶
func (o *ConnectRequest_ResumeRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConnectRequest_ResumeRequest) Marshal ¶
func (m *ConnectRequest_ResumeRequest) Marshal() ([]byte, error)
func (*ConnectRequest_ResumeRequest) MarshalJSON ¶
func (m *ConnectRequest_ResumeRequest) MarshalJSON() ([]byte, error)
func (*ConnectRequest_ResumeRequest) Merge ¶
func (o *ConnectRequest_ResumeRequest) Merge(source *ConnectRequest_ResumeRequest)
func (*ConnectRequest_ResumeRequest) MergeRaw ¶
func (o *ConnectRequest_ResumeRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConnectRequest_ResumeRequest) ProtoMessage ¶
func (*ConnectRequest_ResumeRequest) ProtoMessage()
func (*ConnectRequest_ResumeRequest) ProtoReflect ¶
func (m *ConnectRequest_ResumeRequest) ProtoReflect() preflect.Message
func (*ConnectRequest_ResumeRequest) Reset ¶
func (m *ConnectRequest_ResumeRequest) Reset()
func (*ConnectRequest_ResumeRequest) SetChannelId ¶
func (m *ConnectRequest_ResumeRequest) SetChannelId(fv uint64)
func (*ConnectRequest_ResumeRequest) SetLastMessageId ¶
func (m *ConnectRequest_ResumeRequest) SetLastMessageId(fv uint64)
func (*ConnectRequest_ResumeRequest) SetName ¶
func (m *ConnectRequest_ResumeRequest) SetName(fv string)
func (*ConnectRequest_ResumeRequest) SetProject ¶
func (m *ConnectRequest_ResumeRequest) SetProject(fv *project.Reference)
func (*ConnectRequest_ResumeRequest) SetProviderName ¶
func (m *ConnectRequest_ResumeRequest) SetProviderName(fv string)
func (*ConnectRequest_ResumeRequest) SetRegionId ¶
func (m *ConnectRequest_ResumeRequest) SetRegionId(fv string)
func (*ConnectRequest_ResumeRequest) SetSessionId ¶
func (m *ConnectRequest_ResumeRequest) SetSessionId(fv uint64)
func (*ConnectRequest_ResumeRequest) String ¶
func (m *ConnectRequest_ResumeRequest) String() string
func (*ConnectRequest_ResumeRequest) Unmarshal ¶
func (m *ConnectRequest_ResumeRequest) Unmarshal(b []byte) error
func (*ConnectRequest_ResumeRequest) UnmarshalJSON ¶
func (m *ConnectRequest_ResumeRequest) UnmarshalJSON(data []byte) error
type ConnectRequest_ResumeRequestPathSelectorChannelId ¶
type ConnectRequest_ResumeRequestPathSelectorChannelId struct{}
func (ConnectRequest_ResumeRequestPathSelectorChannelId) WithArrayOfValues ¶
func (s ConnectRequest_ResumeRequestPathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_ResumeRequestPathSelectorChannelId) WithValue ¶
func (s ConnectRequest_ResumeRequestPathSelectorChannelId) WithValue(value uint64) *ConnectRequestResumeRequest_FieldTerminalPathValue
type ConnectRequest_ResumeRequestPathSelectorLastMessageId ¶
type ConnectRequest_ResumeRequestPathSelectorLastMessageId struct{}
func (ConnectRequest_ResumeRequestPathSelectorLastMessageId) WithArrayOfValues ¶
func (s ConnectRequest_ResumeRequestPathSelectorLastMessageId) WithArrayOfValues(values []uint64) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_ResumeRequestPathSelectorLastMessageId) WithValue ¶
func (s ConnectRequest_ResumeRequestPathSelectorLastMessageId) WithValue(value uint64) *ConnectRequestResumeRequest_FieldTerminalPathValue
type ConnectRequest_ResumeRequestPathSelectorName ¶
type ConnectRequest_ResumeRequestPathSelectorName struct{}
func (ConnectRequest_ResumeRequestPathSelectorName) WithArrayOfValues ¶
func (s ConnectRequest_ResumeRequestPathSelectorName) WithArrayOfValues(values []string) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_ResumeRequestPathSelectorName) WithValue ¶
func (s ConnectRequest_ResumeRequestPathSelectorName) WithValue(value string) *ConnectRequestResumeRequest_FieldTerminalPathValue
type ConnectRequest_ResumeRequestPathSelectorProject ¶
type ConnectRequest_ResumeRequestPathSelectorProject struct{}
func (ConnectRequest_ResumeRequestPathSelectorProject) WithArrayOfValues ¶
func (s ConnectRequest_ResumeRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_ResumeRequestPathSelectorProject) WithValue ¶
func (s ConnectRequest_ResumeRequestPathSelectorProject) WithValue(value *project.Reference) *ConnectRequestResumeRequest_FieldTerminalPathValue
type ConnectRequest_ResumeRequestPathSelectorProviderName ¶
type ConnectRequest_ResumeRequestPathSelectorProviderName struct{}
func (ConnectRequest_ResumeRequestPathSelectorProviderName) WithArrayOfValues ¶
func (s ConnectRequest_ResumeRequestPathSelectorProviderName) WithArrayOfValues(values []string) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_ResumeRequestPathSelectorProviderName) WithValue ¶
func (s ConnectRequest_ResumeRequestPathSelectorProviderName) WithValue(value string) *ConnectRequestResumeRequest_FieldTerminalPathValue
type ConnectRequest_ResumeRequestPathSelectorRegionId ¶
type ConnectRequest_ResumeRequestPathSelectorRegionId struct{}
func (ConnectRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues ¶
func (s ConnectRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_ResumeRequestPathSelectorRegionId) WithValue ¶
func (s ConnectRequest_ResumeRequestPathSelectorRegionId) WithValue(value string) *ConnectRequestResumeRequest_FieldTerminalPathValue
type ConnectRequest_ResumeRequestPathSelectorSessionId ¶
type ConnectRequest_ResumeRequestPathSelectorSessionId struct{}
func (ConnectRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues ¶
func (s ConnectRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *ConnectRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ConnectRequest_ResumeRequestPathSelectorSessionId) WithValue ¶
func (s ConnectRequest_ResumeRequestPathSelectorSessionId) WithValue(value uint64) *ConnectRequestResumeRequest_FieldTerminalPathValue
type ConnectRequest_ResumeRequest_ ¶
type ConnectRequest_ResumeRequest_ struct { // Attempt to resume stream of data ResumeRequest *ConnectRequest_ResumeRequest `protobuf:"bytes,2,opt,name=resume_request,json=resumeRequest,proto3,oneof" firestore:"resumeRequest"` }
type ConnectRequest_ResumeRequest_FieldMask ¶
type ConnectRequest_ResumeRequest_FieldMask struct {
Paths []ConnectRequestResumeRequest_FieldPath
}
func FullConnectRequest_ResumeRequest_FieldMask ¶
func FullConnectRequest_ResumeRequest_FieldMask() *ConnectRequest_ResumeRequest_FieldMask
func (*ConnectRequest_ResumeRequest_FieldMask) AppendPath ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) AppendPath(path ConnectRequestResumeRequest_FieldPath)
func (*ConnectRequest_ResumeRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConnectRequest_ResumeRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConnectRequest_ResumeRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConnectRequest_ResumeRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) FilterInputFields() *ConnectRequest_ResumeRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConnectRequest_ResumeRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConnectRequest_ResumeRequest_FieldMask) GetPaths ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) GetPaths() []ConnectRequestResumeRequest_FieldPath
func (*ConnectRequest_ResumeRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConnectRequest_ResumeRequest_FieldMask) IsFull ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) IsFull() bool
func (ConnectRequest_ResumeRequest_FieldMask) Marshal ¶
func (fieldMask ConnectRequest_ResumeRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConnectRequest_ResumeRequest_FieldMask) MarshalJSON ¶
func (fieldMask ConnectRequest_ResumeRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ConnectRequest_ResumeRequest_FieldMask) PathsCount ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) PathsCount() int
func (*ConnectRequest_ResumeRequest_FieldMask) Project ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Project(source *ConnectRequest_ResumeRequest) *ConnectRequest_ResumeRequest
func (*ConnectRequest_ResumeRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConnectRequest_ResumeRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ProtoMessage()
func (*ConnectRequest_ResumeRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ProtoReflect() preflect.Message
func (*ConnectRequest_ResumeRequest_FieldMask) Reset ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Reset()
func (*ConnectRequest_ResumeRequest_FieldMask) Set ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Set(target, source *ConnectRequest_ResumeRequest)
func (*ConnectRequest_ResumeRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ConnectRequest_ResumeRequest_FieldMask) SetRaw ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConnectRequest_ResumeRequest_FieldMask) Size ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Size() int
func (*ConnectRequest_ResumeRequest_FieldMask) String ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) String() string
func (*ConnectRequest_ResumeRequest_FieldMask) Subtract ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Subtract(other *ConnectRequest_ResumeRequest_FieldMask) *ConnectRequest_ResumeRequest_FieldMask
func (*ConnectRequest_ResumeRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConnectRequest_ResumeRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConnectRequest_ResumeRequest_FieldMask) Unmarshal ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) Unmarshal(data []byte) error
func (*ConnectRequest_ResumeRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConnectRequest_ResumeRequest_FieldMask) UnmarshalJSON(data []byte) error
type ConnectResponse ¶
type ConnectResponse struct { // Types that are valid to be assigned to Message: // *ConnectResponse_OpenResponse_ // *ConnectResponse_ResumeResponse_ // *ConnectResponse_ChannelOpenError_ // *ConnectResponse_Ack // *ConnectResponse_Data // *ConnectResponse_Close // *ConnectResponse_Error Message isConnectResponse_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
Response message for method [Connect][ntt.proxies.v1alpha2.Connect]
func (*ConnectResponse) Clone ¶
func (o *ConnectResponse) Clone() *ConnectResponse
func (*ConnectResponse) CloneRaw ¶
func (o *ConnectResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ConnectResponse) Descriptor ¶
func (*ConnectResponse) Descriptor() ([]byte, []int)
Deprecated, Use ConnectResponse.ProtoReflect.Descriptor instead.
func (*ConnectResponse) GetAck ¶
func (m *ConnectResponse) GetAck() *Ack
func (*ConnectResponse) GetChannelOpenError ¶
func (m *ConnectResponse) GetChannelOpenError() *ConnectResponse_ChannelOpenError
func (*ConnectResponse) GetClose ¶
func (m *ConnectResponse) GetClose() *Close
func (*ConnectResponse) GetData ¶
func (m *ConnectResponse) GetData() *Data
func (*ConnectResponse) GetError ¶
func (m *ConnectResponse) GetError() *Error
func (*ConnectResponse) GetMessage ¶
func (m *ConnectResponse) GetMessage() isConnectResponse_Message
func (*ConnectResponse) GetOpenResponse ¶
func (m *ConnectResponse) GetOpenResponse() *ConnectResponse_OpenResponse
func (*ConnectResponse) GetResumeResponse ¶
func (m *ConnectResponse) GetResumeResponse() *ConnectResponse_ResumeResponse
func (*ConnectResponse) GotenMessage ¶
func (*ConnectResponse) GotenMessage()
func (*ConnectResponse) GotenObjectExt ¶
func (o *ConnectResponse) GotenObjectExt()
func (*ConnectResponse) GotenValidate ¶
func (obj *ConnectResponse) GotenValidate() error
func (*ConnectResponse) MakeDiffFieldMask ¶
func (o *ConnectResponse) MakeDiffFieldMask(other *ConnectResponse) *ConnectResponse_FieldMask
func (*ConnectResponse) MakeFullFieldMask ¶
func (o *ConnectResponse) MakeFullFieldMask() *ConnectResponse_FieldMask
func (*ConnectResponse) MakeRawDiffFieldMask ¶
func (o *ConnectResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConnectResponse) MakeRawFullFieldMask ¶
func (o *ConnectResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConnectResponse) Marshal ¶
func (m *ConnectResponse) Marshal() ([]byte, error)
func (*ConnectResponse) MarshalJSON ¶
func (m *ConnectResponse) MarshalJSON() ([]byte, error)
func (*ConnectResponse) Merge ¶
func (o *ConnectResponse) Merge(source *ConnectResponse)
func (*ConnectResponse) MergeRaw ¶
func (o *ConnectResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConnectResponse) ProtoMessage ¶
func (*ConnectResponse) ProtoMessage()
func (*ConnectResponse) ProtoReflect ¶
func (m *ConnectResponse) ProtoReflect() preflect.Message
func (*ConnectResponse) Reset ¶
func (m *ConnectResponse) Reset()
func (*ConnectResponse) SetAck ¶
func (m *ConnectResponse) SetAck(fv *Ack)
func (*ConnectResponse) SetChannelOpenError ¶
func (m *ConnectResponse) SetChannelOpenError(fv *ConnectResponse_ChannelOpenError)
func (*ConnectResponse) SetClose ¶
func (m *ConnectResponse) SetClose(fv *Close)
func (*ConnectResponse) SetData ¶
func (m *ConnectResponse) SetData(fv *Data)
func (*ConnectResponse) SetError ¶
func (m *ConnectResponse) SetError(fv *Error)
func (*ConnectResponse) SetMessage ¶
func (m *ConnectResponse) SetMessage(ofv isConnectResponse_Message)
func (*ConnectResponse) SetOpenResponse ¶
func (m *ConnectResponse) SetOpenResponse(fv *ConnectResponse_OpenResponse)
func (*ConnectResponse) SetResumeResponse ¶
func (m *ConnectResponse) SetResumeResponse(fv *ConnectResponse_ResumeResponse)
func (*ConnectResponse) String ¶
func (m *ConnectResponse) String() string
func (*ConnectResponse) Unmarshal ¶
func (m *ConnectResponse) Unmarshal(b []byte) error
func (*ConnectResponse) UnmarshalJSON ¶
func (m *ConnectResponse) UnmarshalJSON(data []byte) error
type ConnectResponseChannelOpenErrorFieldPathBuilder ¶
type ConnectResponseChannelOpenErrorFieldPathBuilder struct{}
func NewConnectResponseChannelOpenErrorFieldPathBuilder ¶
func NewConnectResponseChannelOpenErrorFieldPathBuilder() ConnectResponseChannelOpenErrorFieldPathBuilder
type ConnectResponseChannelOpenError_FieldPath ¶
type ConnectResponseChannelOpenError_FieldPath interface { gotenobject.FieldPath Selector() ConnectResponseChannelOpenError_FieldPathSelector Get(source *ConnectResponse_ChannelOpenError) []interface{} GetSingle(source *ConnectResponse_ChannelOpenError) (interface{}, bool) ClearValue(item *ConnectResponse_ChannelOpenError) // Those methods build corresponding ConnectResponseChannelOpenError_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConnectResponseChannelOpenError_FieldPathValue WithIArrayOfValues(values interface{}) ConnectResponseChannelOpenError_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConnectResponseChannelOpenError_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConnectResponseChannelOpenError_FieldPath ¶
func BuildConnectResponseChannelOpenError_FieldPath(fp gotenobject.RawFieldPath) (ConnectResponseChannelOpenError_FieldPath, error)
func MustParseConnectResponseChannelOpenError_FieldPath ¶
func MustParseConnectResponseChannelOpenError_FieldPath(rawField string) ConnectResponseChannelOpenError_FieldPath
func ParseConnectResponseChannelOpenError_FieldPath ¶
func ParseConnectResponseChannelOpenError_FieldPath(rawField string) (ConnectResponseChannelOpenError_FieldPath, error)
type ConnectResponseChannelOpenError_FieldPathArrayItemValue ¶
type ConnectResponseChannelOpenError_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConnectResponseChannelOpenError_FieldPath ContainsValue(*ConnectResponse_ChannelOpenError) bool }
ConnectResponseChannelOpenError_FieldPathArrayItemValue allows storing single item in Path-specific values for ChannelOpenError according to their type Present only for array (repeated) types.
func MustParseConnectResponseChannelOpenError_FieldPathArrayItemValue ¶
func MustParseConnectResponseChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) ConnectResponseChannelOpenError_FieldPathArrayItemValue
func ParseConnectResponseChannelOpenError_FieldPathArrayItemValue ¶
func ParseConnectResponseChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectResponseChannelOpenError_FieldPathArrayItemValue, error)
ParseConnectResponseChannelOpenError_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConnectResponseChannelOpenError_FieldPathArrayOfValues ¶
type ConnectResponseChannelOpenError_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConnectResponseChannelOpenError_FieldPath }
ConnectResponseChannelOpenError_FieldPathArrayOfValues allows storing slice of values for ChannelOpenError fields according to their type
func MustParseConnectResponseChannelOpenError_FieldPathArrayOfValues ¶
func MustParseConnectResponseChannelOpenError_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectResponseChannelOpenError_FieldPathArrayOfValues
func ParseConnectResponseChannelOpenError_FieldPathArrayOfValues ¶
func ParseConnectResponseChannelOpenError_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectResponseChannelOpenError_FieldPathArrayOfValues, error)
type ConnectResponseChannelOpenError_FieldPathSelector ¶
type ConnectResponseChannelOpenError_FieldPathSelector int32
const ( ConnectResponseChannelOpenError_FieldPathSelectorChannelId ConnectResponseChannelOpenError_FieldPathSelector = 0 ConnectResponseChannelOpenError_FieldPathSelectorMessage ConnectResponseChannelOpenError_FieldPathSelector = 1 )
func (ConnectResponseChannelOpenError_FieldPathSelector) String ¶
func (s ConnectResponseChannelOpenError_FieldPathSelector) String() string
type ConnectResponseChannelOpenError_FieldPathValue ¶
type ConnectResponseChannelOpenError_FieldPathValue interface { ConnectResponseChannelOpenError_FieldPath gotenobject.FieldPathValue SetTo(target **ConnectResponse_ChannelOpenError) CompareWith(*ConnectResponse_ChannelOpenError) (cmp int, comparable bool) }
ConnectResponseChannelOpenError_FieldPathValue allows storing values for ChannelOpenError fields according to their type
func MustParseConnectResponseChannelOpenError_FieldPathValue ¶
func MustParseConnectResponseChannelOpenError_FieldPathValue(pathStr, valueStr string) ConnectResponseChannelOpenError_FieldPathValue
func ParseConnectResponseChannelOpenError_FieldPathValue ¶
func ParseConnectResponseChannelOpenError_FieldPathValue(pathStr, valueStr string) (ConnectResponseChannelOpenError_FieldPathValue, error)
type ConnectResponseChannelOpenError_FieldTerminalPath ¶
type ConnectResponseChannelOpenError_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConnectResponseChannelOpenError_FieldTerminalPath) ClearValue ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) ClearValue(item *ConnectResponse_ChannelOpenError)
func (*ConnectResponseChannelOpenError_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConnectResponseChannelOpenError_FieldTerminalPath) Get ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) Get(source *ConnectResponse_ChannelOpenError) (values []interface{})
Get returns all values pointed by specific field from source ConnectResponse_ChannelOpenError
func (*ConnectResponseChannelOpenError_FieldTerminalPath) GetDefault ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectResponseChannelOpenError_FieldTerminalPath) GetRaw ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConnectResponseChannelOpenError_FieldTerminalPath) GetSingle ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetSingle(source *ConnectResponse_ChannelOpenError) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConnectResponse_ChannelOpenError
func (*ConnectResponseChannelOpenError_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectResponseChannelOpenError_FieldTerminalPath) IsLeaf ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectResponseChannelOpenError_FieldTerminalPath) JSONString ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectResponseChannelOpenError_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectResponseChannelOpenError_FieldTerminalPath) String ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConnectResponseChannelOpenError_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponseChannelOpenError_FieldPathArrayItemValue
func (*ConnectResponseChannelOpenError_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponseChannelOpenError_FieldPathArrayOfValues
func (*ConnectResponseChannelOpenError_FieldTerminalPath) WithIValue ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithIValue(value interface{}) ConnectResponseChannelOpenError_FieldPathValue
func (*ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIValue ¶
func (fp *ConnectResponseChannelOpenError_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue ¶
type ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue struct { ConnectResponseChannelOpenError_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse_ChannelOpenError) bool
Contains returns a boolean indicating if value that is being held is present in given 'ChannelOpenError'
func (*ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConnectResponse_ChannelOpenError as interface{}
func (*ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse_ChannelOpenError) (interface{}, bool)
func (*ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConnectResponseChannelOpenError_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues ¶
type ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues struct { ConnectResponseChannelOpenError_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues ¶
func (fpaov *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
func (*ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConnectResponseChannelOpenError_FieldTerminalPathValue ¶
type ConnectResponseChannelOpenError_FieldTerminalPathValue struct { ConnectResponseChannelOpenError_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseChannelOpenError_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*ConnectResponseChannelOpenError_FieldTerminalPathValue) AsMessageValue ¶
func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) AsMessageValue() (string, bool)
func (*ConnectResponseChannelOpenError_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) CompareWith(source *ConnectResponse_ChannelOpenError) (int, bool)
CompareWith compares value in the 'ConnectResponseChannelOpenError_FieldTerminalPathValue' with the value under path in 'ConnectResponse_ChannelOpenError'.
func (*ConnectResponseChannelOpenError_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectResponseChannelOpenError_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ChannelOpenError' as interface{}
func (*ConnectResponseChannelOpenError_FieldTerminalPathValue) SetTo ¶
func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) SetTo(target **ConnectResponse_ChannelOpenError)
SetTo stores value for selected field for object ChannelOpenError
func (*ConnectResponseChannelOpenError_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConnectResponseChannelOpenError_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectResponseFieldPathBuilder ¶
type ConnectResponseFieldPathBuilder struct{}
func NewConnectResponseFieldPathBuilder ¶
func NewConnectResponseFieldPathBuilder() ConnectResponseFieldPathBuilder
func (ConnectResponseFieldPathBuilder) ChannelOpenError ¶
func (ConnectResponseFieldPathBuilder) ChannelOpenError() ConnectResponsePathSelectorChannelOpenError
func (ConnectResponseFieldPathBuilder) Close ¶
func (ConnectResponseFieldPathBuilder) Close() ConnectResponsePathSelectorClose
func (ConnectResponseFieldPathBuilder) Error ¶
func (ConnectResponseFieldPathBuilder) Error() ConnectResponsePathSelectorError
func (ConnectResponseFieldPathBuilder) OpenResponse ¶
func (ConnectResponseFieldPathBuilder) OpenResponse() ConnectResponsePathSelectorOpenResponse
func (ConnectResponseFieldPathBuilder) ResumeResponse ¶
func (ConnectResponseFieldPathBuilder) ResumeResponse() ConnectResponsePathSelectorResumeResponse
type ConnectResponseOpenResponseFieldPathBuilder ¶
type ConnectResponseOpenResponseFieldPathBuilder struct{}
func NewConnectResponseOpenResponseFieldPathBuilder ¶
func NewConnectResponseOpenResponseFieldPathBuilder() ConnectResponseOpenResponseFieldPathBuilder
type ConnectResponseOpenResponse_FieldPath ¶
type ConnectResponseOpenResponse_FieldPath interface { gotenobject.FieldPath Selector() ConnectResponseOpenResponse_FieldPathSelector Get(source *ConnectResponse_OpenResponse) []interface{} GetSingle(source *ConnectResponse_OpenResponse) (interface{}, bool) ClearValue(item *ConnectResponse_OpenResponse) // Those methods build corresponding ConnectResponseOpenResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConnectResponseOpenResponse_FieldPathValue WithIArrayOfValues(values interface{}) ConnectResponseOpenResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConnectResponseOpenResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConnectResponseOpenResponse_FieldPath ¶
func BuildConnectResponseOpenResponse_FieldPath(fp gotenobject.RawFieldPath) (ConnectResponseOpenResponse_FieldPath, error)
func MustParseConnectResponseOpenResponse_FieldPath ¶
func MustParseConnectResponseOpenResponse_FieldPath(rawField string) ConnectResponseOpenResponse_FieldPath
func ParseConnectResponseOpenResponse_FieldPath ¶
func ParseConnectResponseOpenResponse_FieldPath(rawField string) (ConnectResponseOpenResponse_FieldPath, error)
type ConnectResponseOpenResponse_FieldPathArrayItemValue ¶
type ConnectResponseOpenResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConnectResponseOpenResponse_FieldPath ContainsValue(*ConnectResponse_OpenResponse) bool }
ConnectResponseOpenResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for OpenResponse according to their type Present only for array (repeated) types.
func MustParseConnectResponseOpenResponse_FieldPathArrayItemValue ¶
func MustParseConnectResponseOpenResponse_FieldPathArrayItemValue(pathStr, valueStr string) ConnectResponseOpenResponse_FieldPathArrayItemValue
func ParseConnectResponseOpenResponse_FieldPathArrayItemValue ¶
func ParseConnectResponseOpenResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectResponseOpenResponse_FieldPathArrayItemValue, error)
ParseConnectResponseOpenResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConnectResponseOpenResponse_FieldPathArrayOfValues ¶
type ConnectResponseOpenResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConnectResponseOpenResponse_FieldPath }
ConnectResponseOpenResponse_FieldPathArrayOfValues allows storing slice of values for OpenResponse fields according to their type
func MustParseConnectResponseOpenResponse_FieldPathArrayOfValues ¶
func MustParseConnectResponseOpenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectResponseOpenResponse_FieldPathArrayOfValues
func ParseConnectResponseOpenResponse_FieldPathArrayOfValues ¶
func ParseConnectResponseOpenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectResponseOpenResponse_FieldPathArrayOfValues, error)
type ConnectResponseOpenResponse_FieldPathSelector ¶
type ConnectResponseOpenResponse_FieldPathSelector int32
const ( ConnectResponseOpenResponse_FieldPathSelectorSessionId ConnectResponseOpenResponse_FieldPathSelector = 0 ConnectResponseOpenResponse_FieldPathSelectorChannelId ConnectResponseOpenResponse_FieldPathSelector = 1 )
func (ConnectResponseOpenResponse_FieldPathSelector) String ¶
func (s ConnectResponseOpenResponse_FieldPathSelector) String() string
type ConnectResponseOpenResponse_FieldPathValue ¶
type ConnectResponseOpenResponse_FieldPathValue interface { ConnectResponseOpenResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ConnectResponse_OpenResponse) CompareWith(*ConnectResponse_OpenResponse) (cmp int, comparable bool) }
ConnectResponseOpenResponse_FieldPathValue allows storing values for OpenResponse fields according to their type
func MustParseConnectResponseOpenResponse_FieldPathValue ¶
func MustParseConnectResponseOpenResponse_FieldPathValue(pathStr, valueStr string) ConnectResponseOpenResponse_FieldPathValue
func ParseConnectResponseOpenResponse_FieldPathValue ¶
func ParseConnectResponseOpenResponse_FieldPathValue(pathStr, valueStr string) (ConnectResponseOpenResponse_FieldPathValue, error)
type ConnectResponseOpenResponse_FieldTerminalPath ¶
type ConnectResponseOpenResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConnectResponseOpenResponse_FieldTerminalPath) ClearValue ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) ClearValue(item *ConnectResponse_OpenResponse)
func (*ConnectResponseOpenResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConnectResponseOpenResponse_FieldTerminalPath) Get ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) Get(source *ConnectResponse_OpenResponse) (values []interface{})
Get returns all values pointed by specific field from source ConnectResponse_OpenResponse
func (*ConnectResponseOpenResponse_FieldTerminalPath) GetDefault ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectResponseOpenResponse_FieldTerminalPath) GetRaw ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConnectResponseOpenResponse_FieldTerminalPath) GetSingle ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetSingle(source *ConnectResponse_OpenResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConnectResponse_OpenResponse
func (*ConnectResponseOpenResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectResponseOpenResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectResponseOpenResponse_FieldTerminalPath) JSONString ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectResponseOpenResponse_FieldTerminalPath) Selector ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) Selector() ConnectResponseOpenResponse_FieldPathSelector
func (*ConnectResponseOpenResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectResponseOpenResponse_FieldTerminalPath) String ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConnectResponseOpenResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponseOpenResponse_FieldPathArrayItemValue
func (*ConnectResponseOpenResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponseOpenResponse_FieldPathArrayOfValues
func (*ConnectResponseOpenResponse_FieldTerminalPath) WithIValue ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithIValue(value interface{}) ConnectResponseOpenResponse_FieldPathValue
func (*ConnectResponseOpenResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectResponseOpenResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectResponseOpenResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ConnectResponseOpenResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue ¶
type ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue struct { ConnectResponseOpenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse_OpenResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'OpenResponse'
func (*ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConnectResponse_OpenResponse as interface{}
func (*ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse_OpenResponse) (interface{}, bool)
func (*ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConnectResponseOpenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues ¶
type ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues struct { ConnectResponseOpenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues ¶
func (fpaov *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
func (*ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConnectResponseOpenResponse_FieldTerminalPathValue ¶
type ConnectResponseOpenResponse_FieldTerminalPathValue struct { ConnectResponseOpenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseOpenResponse_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*ConnectResponseOpenResponse_FieldTerminalPathValue) AsSessionIdValue ¶
func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
func (*ConnectResponseOpenResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) CompareWith(source *ConnectResponse_OpenResponse) (int, bool)
CompareWith compares value in the 'ConnectResponseOpenResponse_FieldTerminalPathValue' with the value under path in 'ConnectResponse_OpenResponse'.
func (*ConnectResponseOpenResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectResponseOpenResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'OpenResponse' as interface{}
func (*ConnectResponseOpenResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) SetTo(target **ConnectResponse_OpenResponse)
SetTo stores value for selected field for object OpenResponse
func (*ConnectResponseOpenResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConnectResponseOpenResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectResponsePathSelectorAck ¶
type ConnectResponsePathSelectorAck struct{}
func (ConnectResponsePathSelectorAck) FieldPath ¶
func (ConnectResponsePathSelectorAck) FieldPath() *ConnectResponse_FieldTerminalPath
func (ConnectResponsePathSelectorAck) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorAck) WithArrayOfValues(values []*Ack) *ConnectResponse_FieldTerminalPathArrayOfValues
func (ConnectResponsePathSelectorAck) WithSubArrayItemValue ¶
func (s ConnectResponsePathSelectorAck) WithSubArrayItemValue(subPathArrayItemValue Ack_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
func (ConnectResponsePathSelectorAck) WithSubArrayOfValues ¶
func (s ConnectResponsePathSelectorAck) WithSubArrayOfValues(subPathArrayOfValues Ack_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorAck) WithSubPath ¶
func (ConnectResponsePathSelectorAck) WithSubPath(subPath Ack_FieldPath) *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorAck) WithSubValue ¶
func (s ConnectResponsePathSelectorAck) WithSubValue(subPathValue Ack_FieldPathValue) *ConnectResponse_FieldSubPathValue
func (ConnectResponsePathSelectorAck) WithValue ¶
func (s ConnectResponsePathSelectorAck) WithValue(value *Ack) *ConnectResponse_FieldTerminalPathValue
type ConnectResponsePathSelectorAckId ¶
type ConnectResponsePathSelectorAckId struct{}
func (ConnectResponsePathSelectorAckId) FieldPath ¶
func (ConnectResponsePathSelectorAckId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorAckId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorAckId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorAckId) WithValue ¶
func (s ConnectResponsePathSelectorAckId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorChannelOpenError ¶
type ConnectResponsePathSelectorChannelOpenError struct{}
func (ConnectResponsePathSelectorChannelOpenError) FieldPath ¶
func (ConnectResponsePathSelectorChannelOpenError) FieldPath() *ConnectResponse_FieldTerminalPath
func (ConnectResponsePathSelectorChannelOpenError) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorChannelOpenError) WithArrayOfValues(values []*ConnectResponse_ChannelOpenError) *ConnectResponse_FieldTerminalPathArrayOfValues
func (ConnectResponsePathSelectorChannelOpenError) WithSubArrayItemValue ¶
func (s ConnectResponsePathSelectorChannelOpenError) WithSubArrayItemValue(subPathArrayItemValue ConnectResponseChannelOpenError_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
func (ConnectResponsePathSelectorChannelOpenError) WithSubArrayOfValues ¶
func (s ConnectResponsePathSelectorChannelOpenError) WithSubArrayOfValues(subPathArrayOfValues ConnectResponseChannelOpenError_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorChannelOpenError) WithSubPath ¶
func (ConnectResponsePathSelectorChannelOpenError) WithSubPath(subPath ConnectResponseChannelOpenError_FieldPath) *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorChannelOpenError) WithSubValue ¶
func (s ConnectResponsePathSelectorChannelOpenError) WithSubValue(subPathValue ConnectResponseChannelOpenError_FieldPathValue) *ConnectResponse_FieldSubPathValue
func (ConnectResponsePathSelectorChannelOpenError) WithValue ¶
func (s ConnectResponsePathSelectorChannelOpenError) WithValue(value *ConnectResponse_ChannelOpenError) *ConnectResponse_FieldTerminalPathValue
type ConnectResponsePathSelectorChannelOpenErrorChannelId ¶
type ConnectResponsePathSelectorChannelOpenErrorChannelId struct{}
func (ConnectResponsePathSelectorChannelOpenErrorChannelId) FieldPath ¶
func (ConnectResponsePathSelectorChannelOpenErrorChannelId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorChannelOpenErrorChannelId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorChannelOpenErrorChannelId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorChannelOpenErrorChannelId) WithValue ¶
func (s ConnectResponsePathSelectorChannelOpenErrorChannelId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorChannelOpenErrorMessage ¶
type ConnectResponsePathSelectorChannelOpenErrorMessage struct{}
func (ConnectResponsePathSelectorChannelOpenErrorMessage) FieldPath ¶
func (ConnectResponsePathSelectorChannelOpenErrorMessage) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorChannelOpenErrorMessage) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorChannelOpenErrorMessage) WithArrayOfValues(values []string) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorChannelOpenErrorMessage) WithValue ¶
func (s ConnectResponsePathSelectorChannelOpenErrorMessage) WithValue(value string) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorClose ¶
type ConnectResponsePathSelectorClose struct{}
func (ConnectResponsePathSelectorClose) FieldPath ¶
func (ConnectResponsePathSelectorClose) FieldPath() *ConnectResponse_FieldTerminalPath
func (ConnectResponsePathSelectorClose) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorClose) WithArrayOfValues(values []*Close) *ConnectResponse_FieldTerminalPathArrayOfValues
func (ConnectResponsePathSelectorClose) WithSubArrayItemValue ¶
func (s ConnectResponsePathSelectorClose) WithSubArrayItemValue(subPathArrayItemValue Close_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
func (ConnectResponsePathSelectorClose) WithSubArrayOfValues ¶
func (s ConnectResponsePathSelectorClose) WithSubArrayOfValues(subPathArrayOfValues Close_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorClose) WithSubPath ¶
func (ConnectResponsePathSelectorClose) WithSubPath(subPath Close_FieldPath) *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorClose) WithSubValue ¶
func (s ConnectResponsePathSelectorClose) WithSubValue(subPathValue Close_FieldPathValue) *ConnectResponse_FieldSubPathValue
func (ConnectResponsePathSelectorClose) WithValue ¶
func (s ConnectResponsePathSelectorClose) WithValue(value *Close) *ConnectResponse_FieldTerminalPathValue
type ConnectResponsePathSelectorCloseId ¶
type ConnectResponsePathSelectorCloseId struct{}
func (ConnectResponsePathSelectorCloseId) FieldPath ¶
func (ConnectResponsePathSelectorCloseId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorCloseId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorCloseId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorCloseId) WithValue ¶
func (s ConnectResponsePathSelectorCloseId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorData ¶
type ConnectResponsePathSelectorData struct{}
func (ConnectResponsePathSelectorData) AckRequired ¶
func (ConnectResponsePathSelectorData) AckRequired() ConnectResponsePathSelectorDataAckRequired
func (ConnectResponsePathSelectorData) FieldPath ¶
func (ConnectResponsePathSelectorData) FieldPath() *ConnectResponse_FieldTerminalPath
func (ConnectResponsePathSelectorData) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorData) WithArrayOfValues(values []*Data) *ConnectResponse_FieldTerminalPathArrayOfValues
func (ConnectResponsePathSelectorData) WithSubArrayItemValue ¶
func (s ConnectResponsePathSelectorData) WithSubArrayItemValue(subPathArrayItemValue Data_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
func (ConnectResponsePathSelectorData) WithSubArrayOfValues ¶
func (s ConnectResponsePathSelectorData) WithSubArrayOfValues(subPathArrayOfValues Data_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorData) WithSubPath ¶
func (ConnectResponsePathSelectorData) WithSubPath(subPath Data_FieldPath) *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorData) WithSubValue ¶
func (s ConnectResponsePathSelectorData) WithSubValue(subPathValue Data_FieldPathValue) *ConnectResponse_FieldSubPathValue
func (ConnectResponsePathSelectorData) WithValue ¶
func (s ConnectResponsePathSelectorData) WithValue(value *Data) *ConnectResponse_FieldTerminalPathValue
type ConnectResponsePathSelectorDataAckRequired ¶
type ConnectResponsePathSelectorDataAckRequired struct{}
func (ConnectResponsePathSelectorDataAckRequired) FieldPath ¶
func (ConnectResponsePathSelectorDataAckRequired) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorDataAckRequired) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorDataAckRequired) WithArrayOfValues(values []bool) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorDataAckRequired) WithValue ¶
func (s ConnectResponsePathSelectorDataAckRequired) WithValue(value bool) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorDataBytes ¶
type ConnectResponsePathSelectorDataBytes struct{}
func (ConnectResponsePathSelectorDataBytes) FieldPath ¶
func (ConnectResponsePathSelectorDataBytes) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorDataBytes) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorDataBytes) WithArrayOfValues(values [][]byte) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorDataBytes) WithValue ¶
func (s ConnectResponsePathSelectorDataBytes) WithValue(value []byte) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorDataId ¶
type ConnectResponsePathSelectorDataId struct{}
func (ConnectResponsePathSelectorDataId) FieldPath ¶
func (ConnectResponsePathSelectorDataId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorDataId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorDataId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorDataId) WithValue ¶
func (s ConnectResponsePathSelectorDataId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorError ¶
type ConnectResponsePathSelectorError struct{}
func (ConnectResponsePathSelectorError) FieldPath ¶
func (ConnectResponsePathSelectorError) FieldPath() *ConnectResponse_FieldTerminalPath
func (ConnectResponsePathSelectorError) Message ¶
func (ConnectResponsePathSelectorError) Message() ConnectResponsePathSelectorErrorMessage
func (ConnectResponsePathSelectorError) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorError) WithArrayOfValues(values []*Error) *ConnectResponse_FieldTerminalPathArrayOfValues
func (ConnectResponsePathSelectorError) WithSubArrayItemValue ¶
func (s ConnectResponsePathSelectorError) WithSubArrayItemValue(subPathArrayItemValue Error_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
func (ConnectResponsePathSelectorError) WithSubArrayOfValues ¶
func (s ConnectResponsePathSelectorError) WithSubArrayOfValues(subPathArrayOfValues Error_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorError) WithSubPath ¶
func (ConnectResponsePathSelectorError) WithSubPath(subPath Error_FieldPath) *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorError) WithSubValue ¶
func (s ConnectResponsePathSelectorError) WithSubValue(subPathValue Error_FieldPathValue) *ConnectResponse_FieldSubPathValue
func (ConnectResponsePathSelectorError) WithValue ¶
func (s ConnectResponsePathSelectorError) WithValue(value *Error) *ConnectResponse_FieldTerminalPathValue
type ConnectResponsePathSelectorErrorId ¶
type ConnectResponsePathSelectorErrorId struct{}
func (ConnectResponsePathSelectorErrorId) FieldPath ¶
func (ConnectResponsePathSelectorErrorId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorErrorId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorErrorId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorErrorId) WithValue ¶
func (s ConnectResponsePathSelectorErrorId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorErrorMessage ¶
type ConnectResponsePathSelectorErrorMessage struct{}
func (ConnectResponsePathSelectorErrorMessage) FieldPath ¶
func (ConnectResponsePathSelectorErrorMessage) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorErrorMessage) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorErrorMessage) WithArrayOfValues(values []string) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorErrorMessage) WithValue ¶
func (s ConnectResponsePathSelectorErrorMessage) WithValue(value string) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorOpenResponse ¶
type ConnectResponsePathSelectorOpenResponse struct{}
func (ConnectResponsePathSelectorOpenResponse) FieldPath ¶
func (ConnectResponsePathSelectorOpenResponse) FieldPath() *ConnectResponse_FieldTerminalPath
func (ConnectResponsePathSelectorOpenResponse) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorOpenResponse) WithArrayOfValues(values []*ConnectResponse_OpenResponse) *ConnectResponse_FieldTerminalPathArrayOfValues
func (ConnectResponsePathSelectorOpenResponse) WithSubArrayItemValue ¶
func (s ConnectResponsePathSelectorOpenResponse) WithSubArrayItemValue(subPathArrayItemValue ConnectResponseOpenResponse_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
func (ConnectResponsePathSelectorOpenResponse) WithSubArrayOfValues ¶
func (s ConnectResponsePathSelectorOpenResponse) WithSubArrayOfValues(subPathArrayOfValues ConnectResponseOpenResponse_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorOpenResponse) WithSubPath ¶
func (ConnectResponsePathSelectorOpenResponse) WithSubPath(subPath ConnectResponseOpenResponse_FieldPath) *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorOpenResponse) WithSubValue ¶
func (s ConnectResponsePathSelectorOpenResponse) WithSubValue(subPathValue ConnectResponseOpenResponse_FieldPathValue) *ConnectResponse_FieldSubPathValue
func (ConnectResponsePathSelectorOpenResponse) WithValue ¶
func (s ConnectResponsePathSelectorOpenResponse) WithValue(value *ConnectResponse_OpenResponse) *ConnectResponse_FieldTerminalPathValue
type ConnectResponsePathSelectorOpenResponseChannelId ¶
type ConnectResponsePathSelectorOpenResponseChannelId struct{}
func (ConnectResponsePathSelectorOpenResponseChannelId) FieldPath ¶
func (ConnectResponsePathSelectorOpenResponseChannelId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorOpenResponseChannelId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorOpenResponseChannelId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorOpenResponseChannelId) WithValue ¶
func (s ConnectResponsePathSelectorOpenResponseChannelId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorOpenResponseSessionId ¶
type ConnectResponsePathSelectorOpenResponseSessionId struct{}
func (ConnectResponsePathSelectorOpenResponseSessionId) FieldPath ¶
func (ConnectResponsePathSelectorOpenResponseSessionId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorOpenResponseSessionId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorOpenResponseSessionId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorOpenResponseSessionId) WithValue ¶
func (s ConnectResponsePathSelectorOpenResponseSessionId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorResumeResponse ¶
type ConnectResponsePathSelectorResumeResponse struct{}
func (ConnectResponsePathSelectorResumeResponse) FieldPath ¶
func (ConnectResponsePathSelectorResumeResponse) FieldPath() *ConnectResponse_FieldTerminalPath
func (ConnectResponsePathSelectorResumeResponse) LastMessageId ¶
func (ConnectResponsePathSelectorResumeResponse) LastMessageId() ConnectResponsePathSelectorResumeResponseLastMessageId
func (ConnectResponsePathSelectorResumeResponse) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorResumeResponse) WithArrayOfValues(values []*ConnectResponse_ResumeResponse) *ConnectResponse_FieldTerminalPathArrayOfValues
func (ConnectResponsePathSelectorResumeResponse) WithSubArrayItemValue ¶
func (s ConnectResponsePathSelectorResumeResponse) WithSubArrayItemValue(subPathArrayItemValue ConnectResponseResumeResponse_FieldPathArrayItemValue) *ConnectResponse_FieldSubPathArrayItemValue
func (ConnectResponsePathSelectorResumeResponse) WithSubArrayOfValues ¶
func (s ConnectResponsePathSelectorResumeResponse) WithSubArrayOfValues(subPathArrayOfValues ConnectResponseResumeResponse_FieldPathArrayOfValues) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorResumeResponse) WithSubPath ¶
func (ConnectResponsePathSelectorResumeResponse) WithSubPath(subPath ConnectResponseResumeResponse_FieldPath) *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorResumeResponse) WithSubValue ¶
func (s ConnectResponsePathSelectorResumeResponse) WithSubValue(subPathValue ConnectResponseResumeResponse_FieldPathValue) *ConnectResponse_FieldSubPathValue
func (ConnectResponsePathSelectorResumeResponse) WithValue ¶
func (s ConnectResponsePathSelectorResumeResponse) WithValue(value *ConnectResponse_ResumeResponse) *ConnectResponse_FieldTerminalPathValue
type ConnectResponsePathSelectorResumeResponseChannelId ¶
type ConnectResponsePathSelectorResumeResponseChannelId struct{}
func (ConnectResponsePathSelectorResumeResponseChannelId) FieldPath ¶
func (ConnectResponsePathSelectorResumeResponseChannelId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorResumeResponseChannelId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorResumeResponseChannelId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorResumeResponseChannelId) WithValue ¶
func (s ConnectResponsePathSelectorResumeResponseChannelId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorResumeResponseLastMessageId ¶
type ConnectResponsePathSelectorResumeResponseLastMessageId struct{}
func (ConnectResponsePathSelectorResumeResponseLastMessageId) FieldPath ¶
func (ConnectResponsePathSelectorResumeResponseLastMessageId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorResumeResponseLastMessageId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorResumeResponseLastMessageId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorResumeResponseLastMessageId) WithValue ¶
func (s ConnectResponsePathSelectorResumeResponseLastMessageId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponsePathSelectorResumeResponseSessionId ¶
type ConnectResponsePathSelectorResumeResponseSessionId struct{}
func (ConnectResponsePathSelectorResumeResponseSessionId) FieldPath ¶
func (ConnectResponsePathSelectorResumeResponseSessionId) FieldPath() *ConnectResponse_FieldSubPath
func (ConnectResponsePathSelectorResumeResponseSessionId) WithArrayOfValues ¶
func (s ConnectResponsePathSelectorResumeResponseSessionId) WithArrayOfValues(values []uint64) *ConnectResponse_FieldSubPathArrayOfValues
func (ConnectResponsePathSelectorResumeResponseSessionId) WithValue ¶
func (s ConnectResponsePathSelectorResumeResponseSessionId) WithValue(value uint64) *ConnectResponse_FieldSubPathValue
type ConnectResponseResumeResponseFieldPathBuilder ¶
type ConnectResponseResumeResponseFieldPathBuilder struct{}
func NewConnectResponseResumeResponseFieldPathBuilder ¶
func NewConnectResponseResumeResponseFieldPathBuilder() ConnectResponseResumeResponseFieldPathBuilder
func (ConnectResponseResumeResponseFieldPathBuilder) LastMessageId ¶
type ConnectResponseResumeResponse_FieldPath ¶
type ConnectResponseResumeResponse_FieldPath interface { gotenobject.FieldPath Selector() ConnectResponseResumeResponse_FieldPathSelector Get(source *ConnectResponse_ResumeResponse) []interface{} GetSingle(source *ConnectResponse_ResumeResponse) (interface{}, bool) ClearValue(item *ConnectResponse_ResumeResponse) // Those methods build corresponding ConnectResponseResumeResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConnectResponseResumeResponse_FieldPathValue WithIArrayOfValues(values interface{}) ConnectResponseResumeResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConnectResponseResumeResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConnectResponseResumeResponse_FieldPath ¶
func BuildConnectResponseResumeResponse_FieldPath(fp gotenobject.RawFieldPath) (ConnectResponseResumeResponse_FieldPath, error)
func MustParseConnectResponseResumeResponse_FieldPath ¶
func MustParseConnectResponseResumeResponse_FieldPath(rawField string) ConnectResponseResumeResponse_FieldPath
func ParseConnectResponseResumeResponse_FieldPath ¶
func ParseConnectResponseResumeResponse_FieldPath(rawField string) (ConnectResponseResumeResponse_FieldPath, error)
type ConnectResponseResumeResponse_FieldPathArrayItemValue ¶
type ConnectResponseResumeResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConnectResponseResumeResponse_FieldPath ContainsValue(*ConnectResponse_ResumeResponse) bool }
ConnectResponseResumeResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ResumeResponse according to their type Present only for array (repeated) types.
func MustParseConnectResponseResumeResponse_FieldPathArrayItemValue ¶
func MustParseConnectResponseResumeResponse_FieldPathArrayItemValue(pathStr, valueStr string) ConnectResponseResumeResponse_FieldPathArrayItemValue
func ParseConnectResponseResumeResponse_FieldPathArrayItemValue ¶
func ParseConnectResponseResumeResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectResponseResumeResponse_FieldPathArrayItemValue, error)
ParseConnectResponseResumeResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConnectResponseResumeResponse_FieldPathArrayOfValues ¶
type ConnectResponseResumeResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConnectResponseResumeResponse_FieldPath }
ConnectResponseResumeResponse_FieldPathArrayOfValues allows storing slice of values for ResumeResponse fields according to their type
func MustParseConnectResponseResumeResponse_FieldPathArrayOfValues ¶
func MustParseConnectResponseResumeResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectResponseResumeResponse_FieldPathArrayOfValues
func ParseConnectResponseResumeResponse_FieldPathArrayOfValues ¶
func ParseConnectResponseResumeResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectResponseResumeResponse_FieldPathArrayOfValues, error)
type ConnectResponseResumeResponse_FieldPathSelector ¶
type ConnectResponseResumeResponse_FieldPathSelector int32
const ( ConnectResponseResumeResponse_FieldPathSelectorSessionId ConnectResponseResumeResponse_FieldPathSelector = 0 ConnectResponseResumeResponse_FieldPathSelectorChannelId ConnectResponseResumeResponse_FieldPathSelector = 1 ConnectResponseResumeResponse_FieldPathSelectorLastMessageId ConnectResponseResumeResponse_FieldPathSelector = 2 )
func (ConnectResponseResumeResponse_FieldPathSelector) String ¶
func (s ConnectResponseResumeResponse_FieldPathSelector) String() string
type ConnectResponseResumeResponse_FieldPathValue ¶
type ConnectResponseResumeResponse_FieldPathValue interface { ConnectResponseResumeResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ConnectResponse_ResumeResponse) CompareWith(*ConnectResponse_ResumeResponse) (cmp int, comparable bool) }
ConnectResponseResumeResponse_FieldPathValue allows storing values for ResumeResponse fields according to their type
func MustParseConnectResponseResumeResponse_FieldPathValue ¶
func MustParseConnectResponseResumeResponse_FieldPathValue(pathStr, valueStr string) ConnectResponseResumeResponse_FieldPathValue
func ParseConnectResponseResumeResponse_FieldPathValue ¶
func ParseConnectResponseResumeResponse_FieldPathValue(pathStr, valueStr string) (ConnectResponseResumeResponse_FieldPathValue, error)
type ConnectResponseResumeResponse_FieldTerminalPath ¶
type ConnectResponseResumeResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConnectResponseResumeResponse_FieldTerminalPath) ClearValue ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) ClearValue(item *ConnectResponse_ResumeResponse)
func (*ConnectResponseResumeResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConnectResponseResumeResponse_FieldTerminalPath) Get ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) Get(source *ConnectResponse_ResumeResponse) (values []interface{})
Get returns all values pointed by specific field from source ConnectResponse_ResumeResponse
func (*ConnectResponseResumeResponse_FieldTerminalPath) GetDefault ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectResponseResumeResponse_FieldTerminalPath) GetRaw ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConnectResponseResumeResponse_FieldTerminalPath) GetSingle ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetSingle(source *ConnectResponse_ResumeResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConnectResponse_ResumeResponse
func (*ConnectResponseResumeResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectResponseResumeResponse_FieldTerminalPath) JSONString ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectResponseResumeResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectResponseResumeResponse_FieldTerminalPath) String ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConnectResponseResumeResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponseResumeResponse_FieldPathArrayItemValue
func (*ConnectResponseResumeResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponseResumeResponse_FieldPathArrayOfValues
func (*ConnectResponseResumeResponse_FieldTerminalPath) WithIValue ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithIValue(value interface{}) ConnectResponseResumeResponse_FieldPathValue
func (*ConnectResponseResumeResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectResponseResumeResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectResponseResumeResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ConnectResponseResumeResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue ¶
type ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue struct { ConnectResponseResumeResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse_ResumeResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ResumeResponse'
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConnectResponse_ResumeResponse as interface{}
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse_ResumeResponse) (interface{}, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConnectResponseResumeResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues ¶
type ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues struct { ConnectResponseResumeResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues ¶
func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues ¶
func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConnectResponseResumeResponse_FieldTerminalPathValue ¶
type ConnectResponseResumeResponse_FieldTerminalPathValue struct { ConnectResponseResumeResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) AsLastMessageIdValue ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) AsSessionIdValue ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) CompareWith(source *ConnectResponse_ResumeResponse) (int, bool)
CompareWith compares value in the 'ConnectResponseResumeResponse_FieldTerminalPathValue' with the value under path in 'ConnectResponse_ResumeResponse'.
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ResumeResponse' as interface{}
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) SetTo(target **ConnectResponse_ResumeResponse)
SetTo stores value for selected field for object ResumeResponse
func (*ConnectResponseResumeResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConnectResponseResumeResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectResponse_Ack ¶
type ConnectResponse_Ack struct { // ACK message Ack *Ack `protobuf:"bytes,4,opt,name=ack,proto3,oneof" firestore:"ack"` }
type ConnectResponse_ChannelOpenError ¶
type ConnectResponse_ChannelOpenError struct { // ID of the channel failed to open. ChannelId uint64 `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` // Error message. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" firestore:"message"` // contains filtered or unexported fields }
func (*ConnectResponse_ChannelOpenError) Clone ¶
func (o *ConnectResponse_ChannelOpenError) Clone() *ConnectResponse_ChannelOpenError
func (*ConnectResponse_ChannelOpenError) CloneRaw ¶
func (o *ConnectResponse_ChannelOpenError) CloneRaw() gotenobject.GotenObjectExt
func (*ConnectResponse_ChannelOpenError) Descriptor ¶
func (*ConnectResponse_ChannelOpenError) Descriptor() ([]byte, []int)
Deprecated, Use ConnectResponse_ChannelOpenError.ProtoReflect.Descriptor instead.
func (*ConnectResponse_ChannelOpenError) GetChannelId ¶
func (m *ConnectResponse_ChannelOpenError) GetChannelId() uint64
func (*ConnectResponse_ChannelOpenError) GetMessage ¶
func (m *ConnectResponse_ChannelOpenError) GetMessage() string
func (*ConnectResponse_ChannelOpenError) GotenMessage ¶
func (*ConnectResponse_ChannelOpenError) GotenMessage()
func (*ConnectResponse_ChannelOpenError) GotenObjectExt ¶
func (o *ConnectResponse_ChannelOpenError) GotenObjectExt()
func (*ConnectResponse_ChannelOpenError) GotenValidate ¶
func (obj *ConnectResponse_ChannelOpenError) GotenValidate() error
func (*ConnectResponse_ChannelOpenError) MakeDiffFieldMask ¶
func (o *ConnectResponse_ChannelOpenError) MakeDiffFieldMask(other *ConnectResponse_ChannelOpenError) *ConnectResponse_ChannelOpenError_FieldMask
func (*ConnectResponse_ChannelOpenError) MakeFullFieldMask ¶
func (o *ConnectResponse_ChannelOpenError) MakeFullFieldMask() *ConnectResponse_ChannelOpenError_FieldMask
func (*ConnectResponse_ChannelOpenError) MakeRawDiffFieldMask ¶
func (o *ConnectResponse_ChannelOpenError) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConnectResponse_ChannelOpenError) MakeRawFullFieldMask ¶
func (o *ConnectResponse_ChannelOpenError) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConnectResponse_ChannelOpenError) Marshal ¶
func (m *ConnectResponse_ChannelOpenError) Marshal() ([]byte, error)
func (*ConnectResponse_ChannelOpenError) MarshalJSON ¶
func (m *ConnectResponse_ChannelOpenError) MarshalJSON() ([]byte, error)
func (*ConnectResponse_ChannelOpenError) Merge ¶
func (o *ConnectResponse_ChannelOpenError) Merge(source *ConnectResponse_ChannelOpenError)
func (*ConnectResponse_ChannelOpenError) MergeRaw ¶
func (o *ConnectResponse_ChannelOpenError) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConnectResponse_ChannelOpenError) ProtoMessage ¶
func (*ConnectResponse_ChannelOpenError) ProtoMessage()
func (*ConnectResponse_ChannelOpenError) ProtoReflect ¶
func (m *ConnectResponse_ChannelOpenError) ProtoReflect() preflect.Message
func (*ConnectResponse_ChannelOpenError) Reset ¶
func (m *ConnectResponse_ChannelOpenError) Reset()
func (*ConnectResponse_ChannelOpenError) SetChannelId ¶
func (m *ConnectResponse_ChannelOpenError) SetChannelId(fv uint64)
func (*ConnectResponse_ChannelOpenError) SetMessage ¶
func (m *ConnectResponse_ChannelOpenError) SetMessage(fv string)
func (*ConnectResponse_ChannelOpenError) String ¶
func (m *ConnectResponse_ChannelOpenError) String() string
func (*ConnectResponse_ChannelOpenError) Unmarshal ¶
func (m *ConnectResponse_ChannelOpenError) Unmarshal(b []byte) error
func (*ConnectResponse_ChannelOpenError) UnmarshalJSON ¶
func (m *ConnectResponse_ChannelOpenError) UnmarshalJSON(data []byte) error
type ConnectResponse_ChannelOpenErrorPathSelectorChannelId ¶
type ConnectResponse_ChannelOpenErrorPathSelectorChannelId struct{}
func (ConnectResponse_ChannelOpenErrorPathSelectorChannelId) WithArrayOfValues ¶
func (s ConnectResponse_ChannelOpenErrorPathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues
func (ConnectResponse_ChannelOpenErrorPathSelectorChannelId) WithValue ¶
func (s ConnectResponse_ChannelOpenErrorPathSelectorChannelId) WithValue(value uint64) *ConnectResponseChannelOpenError_FieldTerminalPathValue
type ConnectResponse_ChannelOpenErrorPathSelectorMessage ¶
type ConnectResponse_ChannelOpenErrorPathSelectorMessage struct{}
func (ConnectResponse_ChannelOpenErrorPathSelectorMessage) WithArrayOfValues ¶
func (s ConnectResponse_ChannelOpenErrorPathSelectorMessage) WithArrayOfValues(values []string) *ConnectResponseChannelOpenError_FieldTerminalPathArrayOfValues
func (ConnectResponse_ChannelOpenErrorPathSelectorMessage) WithValue ¶
func (s ConnectResponse_ChannelOpenErrorPathSelectorMessage) WithValue(value string) *ConnectResponseChannelOpenError_FieldTerminalPathValue
type ConnectResponse_ChannelOpenError_ ¶
type ConnectResponse_ChannelOpenError_ struct {
ChannelOpenError *ConnectResponse_ChannelOpenError `protobuf:"bytes,3,opt,name=channel_open_error,json=channelOpenError,proto3,oneof" firestore:"channelOpenError"`
}
type ConnectResponse_ChannelOpenError_FieldMask ¶
type ConnectResponse_ChannelOpenError_FieldMask struct {
Paths []ConnectResponseChannelOpenError_FieldPath
}
func FullConnectResponse_ChannelOpenError_FieldMask ¶
func FullConnectResponse_ChannelOpenError_FieldMask() *ConnectResponse_ChannelOpenError_FieldMask
func (*ConnectResponse_ChannelOpenError_FieldMask) AppendPath ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) AppendPath(path ConnectResponseChannelOpenError_FieldPath)
func (*ConnectResponse_ChannelOpenError_FieldMask) AppendRawPath ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConnectResponse_ChannelOpenError_FieldMask) DecodeFirestore ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConnectResponse_ChannelOpenError_FieldMask) EncodeFirestore ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConnectResponse_ChannelOpenError_FieldMask) FilterInputFields ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) FilterInputFields() *ConnectResponse_ChannelOpenError_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConnectResponse_ChannelOpenError_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConnectResponse_ChannelOpenError_FieldMask) GetPaths ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) GetPaths() []ConnectResponseChannelOpenError_FieldPath
func (*ConnectResponse_ChannelOpenError_FieldMask) GetRawPaths ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConnectResponse_ChannelOpenError_FieldMask) IsFull ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) IsFull() bool
func (ConnectResponse_ChannelOpenError_FieldMask) Marshal ¶
func (fieldMask ConnectResponse_ChannelOpenError_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConnectResponse_ChannelOpenError_FieldMask) MarshalJSON ¶
func (fieldMask ConnectResponse_ChannelOpenError_FieldMask) MarshalJSON() ([]byte, error)
func (*ConnectResponse_ChannelOpenError_FieldMask) PathsCount ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) PathsCount() int
func (*ConnectResponse_ChannelOpenError_FieldMask) Project ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Project(source *ConnectResponse_ChannelOpenError) *ConnectResponse_ChannelOpenError
func (*ConnectResponse_ChannelOpenError_FieldMask) ProjectRaw ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConnectResponse_ChannelOpenError_FieldMask) ProtoMessage ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ProtoMessage()
func (*ConnectResponse_ChannelOpenError_FieldMask) ProtoReflect ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ProtoReflect() preflect.Message
func (*ConnectResponse_ChannelOpenError_FieldMask) Reset ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Reset()
func (*ConnectResponse_ChannelOpenError_FieldMask) Set ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Set(target, source *ConnectResponse_ChannelOpenError)
func (*ConnectResponse_ChannelOpenError_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) SetFromCliFlag(raw string) error
func (*ConnectResponse_ChannelOpenError_FieldMask) SetRaw ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConnectResponse_ChannelOpenError_FieldMask) Size ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Size() int
func (*ConnectResponse_ChannelOpenError_FieldMask) String ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) String() string
func (*ConnectResponse_ChannelOpenError_FieldMask) Subtract ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Subtract(other *ConnectResponse_ChannelOpenError_FieldMask) *ConnectResponse_ChannelOpenError_FieldMask
func (*ConnectResponse_ChannelOpenError_FieldMask) SubtractRaw ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConnectResponse_ChannelOpenError_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConnectResponse_ChannelOpenError_FieldMask) Unmarshal ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) Unmarshal(data []byte) error
func (*ConnectResponse_ChannelOpenError_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConnectResponse_ChannelOpenError_FieldMask) UnmarshalJSON(data []byte) error
type ConnectResponse_Close ¶
type ConnectResponse_Close struct {
Close *Close `protobuf:"bytes,6,opt,name=close,proto3,oneof" firestore:"close"`
}
type ConnectResponse_Data ¶
type ConnectResponse_Data struct { // Any data from the device (endpoint) to the client. Data *Data `protobuf:"bytes,5,opt,name=data,proto3,oneof" firestore:"data"` }
type ConnectResponse_Error ¶
type ConnectResponse_Error struct {
Error *Error `protobuf:"bytes,7,opt,name=error,proto3,oneof" firestore:"error"`
}
type ConnectResponse_FieldMask ¶
type ConnectResponse_FieldMask struct {
Paths []ConnectResponse_FieldPath
}
func FullConnectResponse_FieldMask ¶
func FullConnectResponse_FieldMask() *ConnectResponse_FieldMask
func (*ConnectResponse_FieldMask) AppendPath ¶
func (fieldMask *ConnectResponse_FieldMask) AppendPath(path ConnectResponse_FieldPath)
func (*ConnectResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ConnectResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConnectResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ConnectResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConnectResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ConnectResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConnectResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ConnectResponse_FieldMask) FilterInputFields() *ConnectResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConnectResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConnectResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConnectResponse_FieldMask) GetPaths ¶
func (fieldMask *ConnectResponse_FieldMask) GetPaths() []ConnectResponse_FieldPath
func (*ConnectResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ConnectResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConnectResponse_FieldMask) IsFull ¶
func (fieldMask *ConnectResponse_FieldMask) IsFull() bool
func (ConnectResponse_FieldMask) Marshal ¶
func (fieldMask ConnectResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConnectResponse_FieldMask) MarshalJSON ¶
func (fieldMask ConnectResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ConnectResponse_FieldMask) PathsCount ¶
func (fieldMask *ConnectResponse_FieldMask) PathsCount() int
func (*ConnectResponse_FieldMask) Project ¶
func (fieldMask *ConnectResponse_FieldMask) Project(source *ConnectResponse) *ConnectResponse
func (*ConnectResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ConnectResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConnectResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ConnectResponse_FieldMask) ProtoMessage()
func (*ConnectResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ConnectResponse_FieldMask) ProtoReflect() preflect.Message
func (*ConnectResponse_FieldMask) Reset ¶
func (fieldMask *ConnectResponse_FieldMask) Reset()
func (*ConnectResponse_FieldMask) Set ¶
func (fieldMask *ConnectResponse_FieldMask) Set(target, source *ConnectResponse)
func (*ConnectResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConnectResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ConnectResponse_FieldMask) SetRaw ¶
func (fieldMask *ConnectResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConnectResponse_FieldMask) Size ¶
func (fieldMask *ConnectResponse_FieldMask) Size() int
func (*ConnectResponse_FieldMask) String ¶
func (fieldMask *ConnectResponse_FieldMask) String() string
func (*ConnectResponse_FieldMask) Subtract ¶
func (fieldMask *ConnectResponse_FieldMask) Subtract(other *ConnectResponse_FieldMask) *ConnectResponse_FieldMask
func (*ConnectResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ConnectResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConnectResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConnectResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConnectResponse_FieldMask) Unmarshal ¶
func (fieldMask *ConnectResponse_FieldMask) Unmarshal(data []byte) error
func (*ConnectResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConnectResponse_FieldMask) UnmarshalJSON(data []byte) error
type ConnectResponse_FieldPath ¶
type ConnectResponse_FieldPath interface { gotenobject.FieldPath Selector() ConnectResponse_FieldPathSelector Get(source *ConnectResponse) []interface{} GetSingle(source *ConnectResponse) (interface{}, bool) ClearValue(item *ConnectResponse) // Those methods build corresponding ConnectResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConnectResponse_FieldPathValue WithIArrayOfValues(values interface{}) ConnectResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConnectResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConnectResponse_FieldPath ¶
func BuildConnectResponse_FieldPath(fp gotenobject.RawFieldPath) (ConnectResponse_FieldPath, error)
func MustParseConnectResponse_FieldPath ¶
func MustParseConnectResponse_FieldPath(rawField string) ConnectResponse_FieldPath
func ParseConnectResponse_FieldPath ¶
func ParseConnectResponse_FieldPath(rawField string) (ConnectResponse_FieldPath, error)
type ConnectResponse_FieldPathArrayItemValue ¶
type ConnectResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConnectResponse_FieldPath ContainsValue(*ConnectResponse) bool }
ConnectResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ConnectResponse according to their type Present only for array (repeated) types.
func MustParseConnectResponse_FieldPathArrayItemValue ¶
func MustParseConnectResponse_FieldPathArrayItemValue(pathStr, valueStr string) ConnectResponse_FieldPathArrayItemValue
func ParseConnectResponse_FieldPathArrayItemValue ¶
func ParseConnectResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ConnectResponse_FieldPathArrayItemValue, error)
ParseConnectResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConnectResponse_FieldPathArrayOfValues ¶
type ConnectResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConnectResponse_FieldPath }
ConnectResponse_FieldPathArrayOfValues allows storing slice of values for ConnectResponse fields according to their type
func MustParseConnectResponse_FieldPathArrayOfValues ¶
func MustParseConnectResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ConnectResponse_FieldPathArrayOfValues
func ParseConnectResponse_FieldPathArrayOfValues ¶
func ParseConnectResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ConnectResponse_FieldPathArrayOfValues, error)
type ConnectResponse_FieldPathSelector ¶
type ConnectResponse_FieldPathSelector int32
const ( ConnectResponse_FieldPathSelectorOpenResponse ConnectResponse_FieldPathSelector = 0 ConnectResponse_FieldPathSelectorResumeResponse ConnectResponse_FieldPathSelector = 1 ConnectResponse_FieldPathSelectorChannelOpenError ConnectResponse_FieldPathSelector = 2 ConnectResponse_FieldPathSelectorAck ConnectResponse_FieldPathSelector = 3 ConnectResponse_FieldPathSelectorData ConnectResponse_FieldPathSelector = 4 ConnectResponse_FieldPathSelectorClose ConnectResponse_FieldPathSelector = 5 ConnectResponse_FieldPathSelectorError ConnectResponse_FieldPathSelector = 6 )
func (ConnectResponse_FieldPathSelector) String ¶
func (s ConnectResponse_FieldPathSelector) String() string
type ConnectResponse_FieldPathValue ¶
type ConnectResponse_FieldPathValue interface { ConnectResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ConnectResponse) CompareWith(*ConnectResponse) (cmp int, comparable bool) }
ConnectResponse_FieldPathValue allows storing values for ConnectResponse fields according to their type
func MustParseConnectResponse_FieldPathValue ¶
func MustParseConnectResponse_FieldPathValue(pathStr, valueStr string) ConnectResponse_FieldPathValue
func ParseConnectResponse_FieldPathValue ¶
func ParseConnectResponse_FieldPathValue(pathStr, valueStr string) (ConnectResponse_FieldPathValue, error)
type ConnectResponse_FieldSubPath ¶
type ConnectResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ConnectResponse_FieldSubPath) AsAckSubPath ¶
func (fps *ConnectResponse_FieldSubPath) AsAckSubPath() (Ack_FieldPath, bool)
func (*ConnectResponse_FieldSubPath) AsChannelOpenErrorSubPath ¶
func (fps *ConnectResponse_FieldSubPath) AsChannelOpenErrorSubPath() (ConnectResponseChannelOpenError_FieldPath, bool)
func (*ConnectResponse_FieldSubPath) AsCloseSubPath ¶
func (fps *ConnectResponse_FieldSubPath) AsCloseSubPath() (Close_FieldPath, bool)
func (*ConnectResponse_FieldSubPath) AsDataSubPath ¶
func (fps *ConnectResponse_FieldSubPath) AsDataSubPath() (Data_FieldPath, bool)
func (*ConnectResponse_FieldSubPath) AsErrorSubPath ¶
func (fps *ConnectResponse_FieldSubPath) AsErrorSubPath() (Error_FieldPath, bool)
func (*ConnectResponse_FieldSubPath) AsOpenResponseSubPath ¶
func (fps *ConnectResponse_FieldSubPath) AsOpenResponseSubPath() (ConnectResponseOpenResponse_FieldPath, bool)
func (*ConnectResponse_FieldSubPath) AsResumeResponseSubPath ¶
func (fps *ConnectResponse_FieldSubPath) AsResumeResponseSubPath() (ConnectResponseResumeResponse_FieldPath, bool)
func (*ConnectResponse_FieldSubPath) ClearValue ¶
func (fps *ConnectResponse_FieldSubPath) ClearValue(item *ConnectResponse)
func (*ConnectResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ConnectResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ConnectResponse_FieldSubPath) Get ¶
func (fps *ConnectResponse_FieldSubPath) Get(source *ConnectResponse) (values []interface{})
Get returns all values pointed by selected field from source ConnectResponse
func (*ConnectResponse_FieldSubPath) GetDefault ¶
func (fps *ConnectResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectResponse_FieldSubPath) GetRaw ¶
func (fps *ConnectResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ConnectResponse_FieldSubPath) GetSingle ¶
func (fps *ConnectResponse_FieldSubPath) GetSingle(source *ConnectResponse) (interface{}, bool)
GetSingle returns value of selected field from source ConnectResponse
func (*ConnectResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ConnectResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectResponse_FieldSubPath) IsLeaf ¶
func (fps *ConnectResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectResponse_FieldSubPath) JSONString ¶
func (fps *ConnectResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectResponse_FieldSubPath) Selector ¶
func (fps *ConnectResponse_FieldSubPath) Selector() ConnectResponse_FieldPathSelector
func (*ConnectResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ConnectResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectResponse_FieldSubPath) String ¶
func (fps *ConnectResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ConnectResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ConnectResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ConnectResponse_FieldPathArrayItemValue
func (*ConnectResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ConnectResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ConnectResponse_FieldPathArrayOfValues
func (*ConnectResponse_FieldSubPath) WithIValue ¶
func (fps *ConnectResponse_FieldSubPath) WithIValue(value interface{}) ConnectResponse_FieldPathValue
func (*ConnectResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ConnectResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ConnectResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectResponse_FieldSubPath) WithRawIValue ¶
func (fps *ConnectResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectResponse_FieldSubPathArrayItemValue ¶
type ConnectResponse_FieldSubPathArrayItemValue struct { ConnectResponse_FieldPath // contains filtered or unexported fields }
func (*ConnectResponse_FieldSubPathArrayItemValue) AsAckPathItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsAckPathItemValue() (Ack_FieldPathArrayItemValue, bool)
func (*ConnectResponse_FieldSubPathArrayItemValue) AsChannelOpenErrorPathItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsChannelOpenErrorPathItemValue() (ConnectResponseChannelOpenError_FieldPathArrayItemValue, bool)
func (*ConnectResponse_FieldSubPathArrayItemValue) AsClosePathItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsClosePathItemValue() (Close_FieldPathArrayItemValue, bool)
func (*ConnectResponse_FieldSubPathArrayItemValue) AsDataPathItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsDataPathItemValue() (Data_FieldPathArrayItemValue, bool)
func (*ConnectResponse_FieldSubPathArrayItemValue) AsErrorPathItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsErrorPathItemValue() (Error_FieldPathArrayItemValue, bool)
func (*ConnectResponse_FieldSubPathArrayItemValue) AsOpenResponsePathItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsOpenResponsePathItemValue() (ConnectResponseOpenResponse_FieldPathArrayItemValue, bool)
func (*ConnectResponse_FieldSubPathArrayItemValue) AsResumeResponsePathItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) AsResumeResponsePathItemValue() (ConnectResponseResumeResponse_FieldPathArrayItemValue, bool)
func (*ConnectResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) ContainsValue(source *ConnectResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConnectResponse'
func (*ConnectResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ConnectResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ConnectResponse_FieldSubPathArrayOfValues ¶
type ConnectResponse_FieldSubPathArrayOfValues struct { ConnectResponse_FieldPath // contains filtered or unexported fields }
func (*ConnectResponse_FieldSubPathArrayOfValues) AsAckPathArrayOfValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsAckPathArrayOfValues() (Ack_FieldPathArrayOfValues, bool)
func (*ConnectResponse_FieldSubPathArrayOfValues) AsChannelOpenErrorPathArrayOfValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsChannelOpenErrorPathArrayOfValues() (ConnectResponseChannelOpenError_FieldPathArrayOfValues, bool)
func (*ConnectResponse_FieldSubPathArrayOfValues) AsClosePathArrayOfValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsClosePathArrayOfValues() (Close_FieldPathArrayOfValues, bool)
func (*ConnectResponse_FieldSubPathArrayOfValues) AsDataPathArrayOfValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsDataPathArrayOfValues() (Data_FieldPathArrayOfValues, bool)
func (*ConnectResponse_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsErrorPathArrayOfValues() (Error_FieldPathArrayOfValues, bool)
func (*ConnectResponse_FieldSubPathArrayOfValues) AsOpenResponsePathArrayOfValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsOpenResponsePathArrayOfValues() (ConnectResponseOpenResponse_FieldPathArrayOfValues, bool)
func (*ConnectResponse_FieldSubPathArrayOfValues) AsResumeResponsePathArrayOfValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) AsResumeResponsePathArrayOfValues() (ConnectResponseResumeResponse_FieldPathArrayOfValues, bool)
func (*ConnectResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ConnectResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ConnectResponse_FieldSubPathValue ¶
type ConnectResponse_FieldSubPathValue struct { ConnectResponse_FieldPath // contains filtered or unexported fields }
func (*ConnectResponse_FieldSubPathValue) AsAckPathValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) AsAckPathValue() (Ack_FieldPathValue, bool)
func (*ConnectResponse_FieldSubPathValue) AsChannelOpenErrorPathValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) AsChannelOpenErrorPathValue() (ConnectResponseChannelOpenError_FieldPathValue, bool)
func (*ConnectResponse_FieldSubPathValue) AsClosePathValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) AsClosePathValue() (Close_FieldPathValue, bool)
func (*ConnectResponse_FieldSubPathValue) AsDataPathValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) AsDataPathValue() (Data_FieldPathValue, bool)
func (*ConnectResponse_FieldSubPathValue) AsErrorPathValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) AsErrorPathValue() (Error_FieldPathValue, bool)
func (*ConnectResponse_FieldSubPathValue) AsOpenResponsePathValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) AsOpenResponsePathValue() (ConnectResponseOpenResponse_FieldPathValue, bool)
func (*ConnectResponse_FieldSubPathValue) AsResumeResponsePathValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) AsResumeResponsePathValue() (ConnectResponseResumeResponse_FieldPathValue, bool)
func (*ConnectResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ConnectResponse_FieldSubPathValue) CompareWith(source *ConnectResponse) (int, bool)
func (*ConnectResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ConnectResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ConnectResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ConnectResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ConnectResponse_FieldSubPathValue) SetTo(target **ConnectResponse)
func (*ConnectResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ConnectResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ConnectResponse_FieldTerminalPath ¶
type ConnectResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConnectResponse_FieldTerminalPath) ClearValue ¶
func (fp *ConnectResponse_FieldTerminalPath) ClearValue(item *ConnectResponse)
func (*ConnectResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConnectResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConnectResponse_FieldTerminalPath) Get ¶
func (fp *ConnectResponse_FieldTerminalPath) Get(source *ConnectResponse) (values []interface{})
Get returns all values pointed by specific field from source ConnectResponse
func (*ConnectResponse_FieldTerminalPath) GetDefault ¶
func (fp *ConnectResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConnectResponse_FieldTerminalPath) GetRaw ¶
func (fp *ConnectResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConnectResponse_FieldTerminalPath) GetSingle ¶
func (fp *ConnectResponse_FieldTerminalPath) GetSingle(source *ConnectResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConnectResponse
func (*ConnectResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConnectResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConnectResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ConnectResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConnectResponse_FieldTerminalPath) JSONString ¶
func (fp *ConnectResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConnectResponse_FieldTerminalPath) Selector ¶
func (fp *ConnectResponse_FieldTerminalPath) Selector() ConnectResponse_FieldPathSelector
func (*ConnectResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ConnectResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ConnectResponse_FieldTerminalPath) String ¶
func (fp *ConnectResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConnectResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConnectResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConnectResponse_FieldPathArrayItemValue
func (*ConnectResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConnectResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConnectResponse_FieldPathArrayOfValues
func (*ConnectResponse_FieldTerminalPath) WithIValue ¶
func (fp *ConnectResponse_FieldTerminalPath) WithIValue(value interface{}) ConnectResponse_FieldPathValue
func (*ConnectResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConnectResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConnectResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConnectResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConnectResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ConnectResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConnectResponse_FieldTerminalPathArrayItemValue ¶
type ConnectResponse_FieldTerminalPathArrayItemValue struct { ConnectResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ConnectResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConnectResponse'
func (*ConnectResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConnectResponse as interface{}
func (*ConnectResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ConnectResponse) (interface{}, bool)
func (*ConnectResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConnectResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConnectResponse_FieldTerminalPathArrayOfValues ¶
type ConnectResponse_FieldTerminalPathArrayOfValues struct { ConnectResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponse_FieldTerminalPathArrayOfValues) AsAckArrayOfValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsAckArrayOfValues() ([]*Ack, bool)
func (*ConnectResponse_FieldTerminalPathArrayOfValues) AsChannelOpenErrorArrayOfValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsChannelOpenErrorArrayOfValues() ([]*ConnectResponse_ChannelOpenError, bool)
func (*ConnectResponse_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsCloseArrayOfValues() ([]*Close, bool)
func (*ConnectResponse_FieldTerminalPathArrayOfValues) AsDataArrayOfValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsDataArrayOfValues() ([]*Data, bool)
func (*ConnectResponse_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsErrorArrayOfValues() ([]*Error, bool)
func (*ConnectResponse_FieldTerminalPathArrayOfValues) AsOpenResponseArrayOfValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsOpenResponseArrayOfValues() ([]*ConnectResponse_OpenResponse, bool)
func (*ConnectResponse_FieldTerminalPathArrayOfValues) AsResumeResponseArrayOfValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) AsResumeResponseArrayOfValues() ([]*ConnectResponse_ResumeResponse, bool)
func (*ConnectResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConnectResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConnectResponse_FieldTerminalPathValue ¶
type ConnectResponse_FieldTerminalPathValue struct { ConnectResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ConnectResponse_FieldTerminalPathValue) AsAckValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) AsAckValue() (*Ack, bool)
func (*ConnectResponse_FieldTerminalPathValue) AsChannelOpenErrorValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) AsChannelOpenErrorValue() (*ConnectResponse_ChannelOpenError, bool)
func (*ConnectResponse_FieldTerminalPathValue) AsCloseValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) AsCloseValue() (*Close, bool)
func (*ConnectResponse_FieldTerminalPathValue) AsDataValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) AsDataValue() (*Data, bool)
func (*ConnectResponse_FieldTerminalPathValue) AsErrorValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) AsErrorValue() (*Error, bool)
func (*ConnectResponse_FieldTerminalPathValue) AsOpenResponseValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) AsOpenResponseValue() (*ConnectResponse_OpenResponse, bool)
func (*ConnectResponse_FieldTerminalPathValue) AsResumeResponseValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) AsResumeResponseValue() (*ConnectResponse_ResumeResponse, bool)
func (*ConnectResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) CompareWith(source *ConnectResponse) (int, bool)
CompareWith compares value in the 'ConnectResponse_FieldTerminalPathValue' with the value under path in 'ConnectResponse'.
func (*ConnectResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConnectResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ConnectResponse' as interface{}
func (*ConnectResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) SetTo(target **ConnectResponse)
SetTo stores value for selected field for object ConnectResponse
func (*ConnectResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConnectResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConnectResponse_OpenResponse ¶
type ConnectResponse_OpenResponse struct { SessionId uint64 `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty" firestore:"sessionId"` ChannelId uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` // contains filtered or unexported fields }
func (*ConnectResponse_OpenResponse) Clone ¶
func (o *ConnectResponse_OpenResponse) Clone() *ConnectResponse_OpenResponse
func (*ConnectResponse_OpenResponse) CloneRaw ¶
func (o *ConnectResponse_OpenResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ConnectResponse_OpenResponse) Descriptor ¶
func (*ConnectResponse_OpenResponse) Descriptor() ([]byte, []int)
Deprecated, Use ConnectResponse_OpenResponse.ProtoReflect.Descriptor instead.
func (*ConnectResponse_OpenResponse) GetChannelId ¶
func (m *ConnectResponse_OpenResponse) GetChannelId() uint64
func (*ConnectResponse_OpenResponse) GetSessionId ¶
func (m *ConnectResponse_OpenResponse) GetSessionId() uint64
func (*ConnectResponse_OpenResponse) GotenMessage ¶
func (*ConnectResponse_OpenResponse) GotenMessage()
func (*ConnectResponse_OpenResponse) GotenObjectExt ¶
func (o *ConnectResponse_OpenResponse) GotenObjectExt()
func (*ConnectResponse_OpenResponse) GotenValidate ¶
func (obj *ConnectResponse_OpenResponse) GotenValidate() error
func (*ConnectResponse_OpenResponse) MakeDiffFieldMask ¶
func (o *ConnectResponse_OpenResponse) MakeDiffFieldMask(other *ConnectResponse_OpenResponse) *ConnectResponse_OpenResponse_FieldMask
func (*ConnectResponse_OpenResponse) MakeFullFieldMask ¶
func (o *ConnectResponse_OpenResponse) MakeFullFieldMask() *ConnectResponse_OpenResponse_FieldMask
func (*ConnectResponse_OpenResponse) MakeRawDiffFieldMask ¶
func (o *ConnectResponse_OpenResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConnectResponse_OpenResponse) MakeRawFullFieldMask ¶
func (o *ConnectResponse_OpenResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConnectResponse_OpenResponse) Marshal ¶
func (m *ConnectResponse_OpenResponse) Marshal() ([]byte, error)
func (*ConnectResponse_OpenResponse) MarshalJSON ¶
func (m *ConnectResponse_OpenResponse) MarshalJSON() ([]byte, error)
func (*ConnectResponse_OpenResponse) Merge ¶
func (o *ConnectResponse_OpenResponse) Merge(source *ConnectResponse_OpenResponse)
func (*ConnectResponse_OpenResponse) MergeRaw ¶
func (o *ConnectResponse_OpenResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConnectResponse_OpenResponse) ProtoMessage ¶
func (*ConnectResponse_OpenResponse) ProtoMessage()
func (*ConnectResponse_OpenResponse) ProtoReflect ¶
func (m *ConnectResponse_OpenResponse) ProtoReflect() preflect.Message
func (*ConnectResponse_OpenResponse) Reset ¶
func (m *ConnectResponse_OpenResponse) Reset()
func (*ConnectResponse_OpenResponse) SetChannelId ¶
func (m *ConnectResponse_OpenResponse) SetChannelId(fv uint64)
func (*ConnectResponse_OpenResponse) SetSessionId ¶
func (m *ConnectResponse_OpenResponse) SetSessionId(fv uint64)
func (*ConnectResponse_OpenResponse) String ¶
func (m *ConnectResponse_OpenResponse) String() string
func (*ConnectResponse_OpenResponse) Unmarshal ¶
func (m *ConnectResponse_OpenResponse) Unmarshal(b []byte) error
func (*ConnectResponse_OpenResponse) UnmarshalJSON ¶
func (m *ConnectResponse_OpenResponse) UnmarshalJSON(data []byte) error
type ConnectResponse_OpenResponsePathSelectorChannelId ¶
type ConnectResponse_OpenResponsePathSelectorChannelId struct{}
func (ConnectResponse_OpenResponsePathSelectorChannelId) WithArrayOfValues ¶
func (s ConnectResponse_OpenResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues
func (ConnectResponse_OpenResponsePathSelectorChannelId) WithValue ¶
func (s ConnectResponse_OpenResponsePathSelectorChannelId) WithValue(value uint64) *ConnectResponseOpenResponse_FieldTerminalPathValue
type ConnectResponse_OpenResponsePathSelectorSessionId ¶
type ConnectResponse_OpenResponsePathSelectorSessionId struct{}
func (ConnectResponse_OpenResponsePathSelectorSessionId) WithArrayOfValues ¶
func (s ConnectResponse_OpenResponsePathSelectorSessionId) WithArrayOfValues(values []uint64) *ConnectResponseOpenResponse_FieldTerminalPathArrayOfValues
func (ConnectResponse_OpenResponsePathSelectorSessionId) WithValue ¶
func (s ConnectResponse_OpenResponsePathSelectorSessionId) WithValue(value uint64) *ConnectResponseOpenResponse_FieldTerminalPathValue
type ConnectResponse_OpenResponse_ ¶
type ConnectResponse_OpenResponse_ struct { // Notification from the agent (endpoint) to the channel has been opened. OpenResponse *ConnectResponse_OpenResponse `protobuf:"bytes,1,opt,name=open_response,json=openResponse,proto3,oneof" firestore:"openResponse"` }
type ConnectResponse_OpenResponse_FieldMask ¶
type ConnectResponse_OpenResponse_FieldMask struct {
Paths []ConnectResponseOpenResponse_FieldPath
}
func FullConnectResponse_OpenResponse_FieldMask ¶
func FullConnectResponse_OpenResponse_FieldMask() *ConnectResponse_OpenResponse_FieldMask
func (*ConnectResponse_OpenResponse_FieldMask) AppendPath ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) AppendPath(path ConnectResponseOpenResponse_FieldPath)
func (*ConnectResponse_OpenResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConnectResponse_OpenResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConnectResponse_OpenResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConnectResponse_OpenResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) FilterInputFields() *ConnectResponse_OpenResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConnectResponse_OpenResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConnectResponse_OpenResponse_FieldMask) GetPaths ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) GetPaths() []ConnectResponseOpenResponse_FieldPath
func (*ConnectResponse_OpenResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConnectResponse_OpenResponse_FieldMask) IsFull ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) IsFull() bool
func (ConnectResponse_OpenResponse_FieldMask) Marshal ¶
func (fieldMask ConnectResponse_OpenResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConnectResponse_OpenResponse_FieldMask) MarshalJSON ¶
func (fieldMask ConnectResponse_OpenResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ConnectResponse_OpenResponse_FieldMask) PathsCount ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) PathsCount() int
func (*ConnectResponse_OpenResponse_FieldMask) Project ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Project(source *ConnectResponse_OpenResponse) *ConnectResponse_OpenResponse
func (*ConnectResponse_OpenResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConnectResponse_OpenResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ProtoMessage()
func (*ConnectResponse_OpenResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ProtoReflect() preflect.Message
func (*ConnectResponse_OpenResponse_FieldMask) Reset ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Reset()
func (*ConnectResponse_OpenResponse_FieldMask) Set ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Set(target, source *ConnectResponse_OpenResponse)
func (*ConnectResponse_OpenResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ConnectResponse_OpenResponse_FieldMask) SetRaw ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConnectResponse_OpenResponse_FieldMask) Size ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Size() int
func (*ConnectResponse_OpenResponse_FieldMask) String ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) String() string
func (*ConnectResponse_OpenResponse_FieldMask) Subtract ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Subtract(other *ConnectResponse_OpenResponse_FieldMask) *ConnectResponse_OpenResponse_FieldMask
func (*ConnectResponse_OpenResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConnectResponse_OpenResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConnectResponse_OpenResponse_FieldMask) Unmarshal ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) Unmarshal(data []byte) error
func (*ConnectResponse_OpenResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConnectResponse_OpenResponse_FieldMask) UnmarshalJSON(data []byte) error
type ConnectResponse_ResumeResponse ¶
type ConnectResponse_ResumeResponse struct { SessionId uint64 `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty" firestore:"sessionId"` ChannelId uint64 `protobuf:"varint,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` LastMessageId uint64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConnectResponse_ResumeResponse) Clone ¶
func (o *ConnectResponse_ResumeResponse) Clone() *ConnectResponse_ResumeResponse
func (*ConnectResponse_ResumeResponse) CloneRaw ¶
func (o *ConnectResponse_ResumeResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ConnectResponse_ResumeResponse) Descriptor ¶
func (*ConnectResponse_ResumeResponse) Descriptor() ([]byte, []int)
Deprecated, Use ConnectResponse_ResumeResponse.ProtoReflect.Descriptor instead.
func (*ConnectResponse_ResumeResponse) GetChannelId ¶
func (m *ConnectResponse_ResumeResponse) GetChannelId() uint64
func (*ConnectResponse_ResumeResponse) GetLastMessageId ¶
func (m *ConnectResponse_ResumeResponse) GetLastMessageId() uint64
func (*ConnectResponse_ResumeResponse) GetSessionId ¶
func (m *ConnectResponse_ResumeResponse) GetSessionId() uint64
func (*ConnectResponse_ResumeResponse) GotenMessage ¶
func (*ConnectResponse_ResumeResponse) GotenMessage()
func (*ConnectResponse_ResumeResponse) GotenObjectExt ¶
func (o *ConnectResponse_ResumeResponse) GotenObjectExt()
func (*ConnectResponse_ResumeResponse) GotenValidate ¶
func (obj *ConnectResponse_ResumeResponse) GotenValidate() error
func (*ConnectResponse_ResumeResponse) MakeDiffFieldMask ¶
func (o *ConnectResponse_ResumeResponse) MakeDiffFieldMask(other *ConnectResponse_ResumeResponse) *ConnectResponse_ResumeResponse_FieldMask
func (*ConnectResponse_ResumeResponse) MakeFullFieldMask ¶
func (o *ConnectResponse_ResumeResponse) MakeFullFieldMask() *ConnectResponse_ResumeResponse_FieldMask
func (*ConnectResponse_ResumeResponse) MakeRawDiffFieldMask ¶
func (o *ConnectResponse_ResumeResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConnectResponse_ResumeResponse) MakeRawFullFieldMask ¶
func (o *ConnectResponse_ResumeResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConnectResponse_ResumeResponse) Marshal ¶
func (m *ConnectResponse_ResumeResponse) Marshal() ([]byte, error)
func (*ConnectResponse_ResumeResponse) MarshalJSON ¶
func (m *ConnectResponse_ResumeResponse) MarshalJSON() ([]byte, error)
func (*ConnectResponse_ResumeResponse) Merge ¶
func (o *ConnectResponse_ResumeResponse) Merge(source *ConnectResponse_ResumeResponse)
func (*ConnectResponse_ResumeResponse) MergeRaw ¶
func (o *ConnectResponse_ResumeResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConnectResponse_ResumeResponse) ProtoMessage ¶
func (*ConnectResponse_ResumeResponse) ProtoMessage()
func (*ConnectResponse_ResumeResponse) ProtoReflect ¶
func (m *ConnectResponse_ResumeResponse) ProtoReflect() preflect.Message
func (*ConnectResponse_ResumeResponse) Reset ¶
func (m *ConnectResponse_ResumeResponse) Reset()
func (*ConnectResponse_ResumeResponse) SetChannelId ¶
func (m *ConnectResponse_ResumeResponse) SetChannelId(fv uint64)
func (*ConnectResponse_ResumeResponse) SetLastMessageId ¶
func (m *ConnectResponse_ResumeResponse) SetLastMessageId(fv uint64)
func (*ConnectResponse_ResumeResponse) SetSessionId ¶
func (m *ConnectResponse_ResumeResponse) SetSessionId(fv uint64)
func (*ConnectResponse_ResumeResponse) String ¶
func (m *ConnectResponse_ResumeResponse) String() string
func (*ConnectResponse_ResumeResponse) Unmarshal ¶
func (m *ConnectResponse_ResumeResponse) Unmarshal(b []byte) error
func (*ConnectResponse_ResumeResponse) UnmarshalJSON ¶
func (m *ConnectResponse_ResumeResponse) UnmarshalJSON(data []byte) error
type ConnectResponse_ResumeResponsePathSelectorChannelId ¶
type ConnectResponse_ResumeResponsePathSelectorChannelId struct{}
func (ConnectResponse_ResumeResponsePathSelectorChannelId) WithArrayOfValues ¶
func (s ConnectResponse_ResumeResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues
func (ConnectResponse_ResumeResponsePathSelectorChannelId) WithValue ¶
func (s ConnectResponse_ResumeResponsePathSelectorChannelId) WithValue(value uint64) *ConnectResponseResumeResponse_FieldTerminalPathValue
type ConnectResponse_ResumeResponsePathSelectorLastMessageId ¶
type ConnectResponse_ResumeResponsePathSelectorLastMessageId struct{}
func (ConnectResponse_ResumeResponsePathSelectorLastMessageId) WithArrayOfValues ¶
func (s ConnectResponse_ResumeResponsePathSelectorLastMessageId) WithArrayOfValues(values []uint64) *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues
func (ConnectResponse_ResumeResponsePathSelectorLastMessageId) WithValue ¶
func (s ConnectResponse_ResumeResponsePathSelectorLastMessageId) WithValue(value uint64) *ConnectResponseResumeResponse_FieldTerminalPathValue
type ConnectResponse_ResumeResponsePathSelectorSessionId ¶
type ConnectResponse_ResumeResponsePathSelectorSessionId struct{}
func (ConnectResponse_ResumeResponsePathSelectorSessionId) WithArrayOfValues ¶
func (s ConnectResponse_ResumeResponsePathSelectorSessionId) WithArrayOfValues(values []uint64) *ConnectResponseResumeResponse_FieldTerminalPathArrayOfValues
func (ConnectResponse_ResumeResponsePathSelectorSessionId) WithValue ¶
func (s ConnectResponse_ResumeResponsePathSelectorSessionId) WithValue(value uint64) *ConnectResponseResumeResponse_FieldTerminalPathValue
type ConnectResponse_ResumeResponse_ ¶
type ConnectResponse_ResumeResponse_ struct {
ResumeResponse *ConnectResponse_ResumeResponse `protobuf:"bytes,2,opt,name=resume_response,json=resumeResponse,proto3,oneof" firestore:"resumeResponse"`
}
type ConnectResponse_ResumeResponse_FieldMask ¶
type ConnectResponse_ResumeResponse_FieldMask struct {
Paths []ConnectResponseResumeResponse_FieldPath
}
func FullConnectResponse_ResumeResponse_FieldMask ¶
func FullConnectResponse_ResumeResponse_FieldMask() *ConnectResponse_ResumeResponse_FieldMask
func (*ConnectResponse_ResumeResponse_FieldMask) AppendPath ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) AppendPath(path ConnectResponseResumeResponse_FieldPath)
func (*ConnectResponse_ResumeResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConnectResponse_ResumeResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConnectResponse_ResumeResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConnectResponse_ResumeResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) FilterInputFields() *ConnectResponse_ResumeResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConnectResponse_ResumeResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConnectResponse_ResumeResponse_FieldMask) GetPaths ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) GetPaths() []ConnectResponseResumeResponse_FieldPath
func (*ConnectResponse_ResumeResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConnectResponse_ResumeResponse_FieldMask) IsFull ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) IsFull() bool
func (ConnectResponse_ResumeResponse_FieldMask) Marshal ¶
func (fieldMask ConnectResponse_ResumeResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConnectResponse_ResumeResponse_FieldMask) MarshalJSON ¶
func (fieldMask ConnectResponse_ResumeResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ConnectResponse_ResumeResponse_FieldMask) PathsCount ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) PathsCount() int
func (*ConnectResponse_ResumeResponse_FieldMask) Project ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Project(source *ConnectResponse_ResumeResponse) *ConnectResponse_ResumeResponse
func (*ConnectResponse_ResumeResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConnectResponse_ResumeResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ProtoMessage()
func (*ConnectResponse_ResumeResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ProtoReflect() preflect.Message
func (*ConnectResponse_ResumeResponse_FieldMask) Reset ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Reset()
func (*ConnectResponse_ResumeResponse_FieldMask) Set ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Set(target, source *ConnectResponse_ResumeResponse)
func (*ConnectResponse_ResumeResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ConnectResponse_ResumeResponse_FieldMask) SetRaw ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConnectResponse_ResumeResponse_FieldMask) Size ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Size() int
func (*ConnectResponse_ResumeResponse_FieldMask) String ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) String() string
func (*ConnectResponse_ResumeResponse_FieldMask) Subtract ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Subtract(other *ConnectResponse_ResumeResponse_FieldMask) *ConnectResponse_ResumeResponse_FieldMask
func (*ConnectResponse_ResumeResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConnectResponse_ResumeResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConnectResponse_ResumeResponse_FieldMask) Unmarshal ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) Unmarshal(data []byte) error
func (*ConnectResponse_ResumeResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConnectResponse_ResumeResponse_FieldMask) UnmarshalJSON(data []byte) error
type Data ¶
type Data struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" firestore:"id"` Bytes []byte `protobuf:"bytes,2,opt,name=bytes,proto3" json:"bytes,omitempty" firestore:"bytes"` AckRequired bool `protobuf:"varint,3,opt,name=ack_required,json=ackRequired,proto3" json:"ack_required,omitempty" firestore:"ackRequired"` // contains filtered or unexported fields }
func (*Data) CloneRaw ¶
func (o *Data) CloneRaw() gotenobject.GotenObjectExt
func (*Data) Descriptor ¶
Deprecated, Use Data.ProtoReflect.Descriptor instead.
func (*Data) GetAckRequired ¶
func (*Data) GotenMessage ¶
func (*Data) GotenMessage()
func (*Data) GotenObjectExt ¶
func (o *Data) GotenObjectExt()
func (*Data) GotenValidate ¶
func (*Data) MakeDiffFieldMask ¶
func (o *Data) MakeDiffFieldMask(other *Data) *Data_FieldMask
func (*Data) MakeFullFieldMask ¶
func (o *Data) MakeFullFieldMask() *Data_FieldMask
func (*Data) MakeRawDiffFieldMask ¶
func (o *Data) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Data) MakeRawFullFieldMask ¶
func (o *Data) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Data) MarshalJSON ¶
func (*Data) MergeRaw ¶
func (o *Data) MergeRaw(source gotenobject.GotenObjectExt)
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (*Data) SetAckRequired ¶
func (*Data) UnmarshalJSON ¶
type DataFieldPathBuilder ¶
type DataFieldPathBuilder struct{}
func NewDataFieldPathBuilder ¶
func NewDataFieldPathBuilder() DataFieldPathBuilder
func (DataFieldPathBuilder) AckRequired ¶
func (DataFieldPathBuilder) AckRequired() DataPathSelectorAckRequired
func (DataFieldPathBuilder) Bytes ¶
func (DataFieldPathBuilder) Bytes() DataPathSelectorBytes
func (DataFieldPathBuilder) Id ¶
func (DataFieldPathBuilder) Id() DataPathSelectorId
type DataPathSelectorAckRequired ¶
type DataPathSelectorAckRequired struct{}
func (DataPathSelectorAckRequired) FieldPath ¶
func (DataPathSelectorAckRequired) FieldPath() *Data_FieldTerminalPath
func (DataPathSelectorAckRequired) WithArrayOfValues ¶
func (s DataPathSelectorAckRequired) WithArrayOfValues(values []bool) *Data_FieldTerminalPathArrayOfValues
func (DataPathSelectorAckRequired) WithValue ¶
func (s DataPathSelectorAckRequired) WithValue(value bool) *Data_FieldTerminalPathValue
type DataPathSelectorBytes ¶
type DataPathSelectorBytes struct{}
func (DataPathSelectorBytes) FieldPath ¶
func (DataPathSelectorBytes) FieldPath() *Data_FieldTerminalPath
func (DataPathSelectorBytes) WithArrayOfValues ¶
func (s DataPathSelectorBytes) WithArrayOfValues(values [][]byte) *Data_FieldTerminalPathArrayOfValues
func (DataPathSelectorBytes) WithValue ¶
func (s DataPathSelectorBytes) WithValue(value []byte) *Data_FieldTerminalPathValue
type DataPathSelectorId ¶
type DataPathSelectorId struct{}
func (DataPathSelectorId) FieldPath ¶
func (DataPathSelectorId) FieldPath() *Data_FieldTerminalPath
func (DataPathSelectorId) WithArrayOfValues ¶
func (s DataPathSelectorId) WithArrayOfValues(values []uint64) *Data_FieldTerminalPathArrayOfValues
func (DataPathSelectorId) WithValue ¶
func (s DataPathSelectorId) WithValue(value uint64) *Data_FieldTerminalPathValue
type Data_FieldMask ¶
type Data_FieldMask struct {
Paths []Data_FieldPath
}
func FullData_FieldMask ¶
func FullData_FieldMask() *Data_FieldMask
func (*Data_FieldMask) AppendPath ¶
func (fieldMask *Data_FieldMask) AppendPath(path Data_FieldPath)
func (*Data_FieldMask) AppendRawPath ¶
func (fieldMask *Data_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Data_FieldMask) DecodeFirestore ¶
func (fieldMask *Data_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Data_FieldMask) EncodeFirestore ¶
func (fieldMask *Data_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Data_FieldMask) FilterInputFields ¶
func (fieldMask *Data_FieldMask) FilterInputFields() *Data_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Data_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Data_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Data_FieldMask) GetPaths ¶
func (fieldMask *Data_FieldMask) GetPaths() []Data_FieldPath
func (*Data_FieldMask) GetRawPaths ¶
func (fieldMask *Data_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Data_FieldMask) IsFull ¶
func (fieldMask *Data_FieldMask) IsFull() bool
func (Data_FieldMask) Marshal ¶
func (fieldMask Data_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Data_FieldMask) MarshalJSON ¶
func (fieldMask Data_FieldMask) MarshalJSON() ([]byte, error)
func (*Data_FieldMask) PathsCount ¶
func (fieldMask *Data_FieldMask) PathsCount() int
func (*Data_FieldMask) Project ¶
func (fieldMask *Data_FieldMask) Project(source *Data) *Data
func (*Data_FieldMask) ProjectRaw ¶
func (fieldMask *Data_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Data_FieldMask) ProtoMessage ¶
func (fieldMask *Data_FieldMask) ProtoMessage()
func (*Data_FieldMask) ProtoReflect ¶
func (fieldMask *Data_FieldMask) ProtoReflect() preflect.Message
func (*Data_FieldMask) Reset ¶
func (fieldMask *Data_FieldMask) Reset()
func (*Data_FieldMask) Set ¶
func (fieldMask *Data_FieldMask) Set(target, source *Data)
func (*Data_FieldMask) SetFromCliFlag ¶
func (fieldMask *Data_FieldMask) SetFromCliFlag(raw string) error
func (*Data_FieldMask) SetRaw ¶
func (fieldMask *Data_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Data_FieldMask) Size ¶
func (fieldMask *Data_FieldMask) Size() int
func (*Data_FieldMask) String ¶
func (fieldMask *Data_FieldMask) String() string
func (*Data_FieldMask) Subtract ¶
func (fieldMask *Data_FieldMask) Subtract(other *Data_FieldMask) *Data_FieldMask
func (*Data_FieldMask) SubtractRaw ¶
func (fieldMask *Data_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Data_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Data_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Data_FieldMask) Unmarshal ¶
func (fieldMask *Data_FieldMask) Unmarshal(data []byte) error
func (*Data_FieldMask) UnmarshalJSON ¶
func (fieldMask *Data_FieldMask) UnmarshalJSON(data []byte) error
type Data_FieldPath ¶
type Data_FieldPath interface { gotenobject.FieldPath Selector() Data_FieldPathSelector Get(source *Data) []interface{} GetSingle(source *Data) (interface{}, bool) ClearValue(item *Data) // Those methods build corresponding Data_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Data_FieldPathValue WithIArrayOfValues(values interface{}) Data_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Data_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildData_FieldPath ¶
func BuildData_FieldPath(fp gotenobject.RawFieldPath) (Data_FieldPath, error)
func MustParseData_FieldPath ¶
func MustParseData_FieldPath(rawField string) Data_FieldPath
func ParseData_FieldPath ¶
func ParseData_FieldPath(rawField string) (Data_FieldPath, error)
type Data_FieldPathArrayItemValue ¶
type Data_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Data_FieldPath ContainsValue(*Data) bool }
Data_FieldPathArrayItemValue allows storing single item in Path-specific values for Data according to their type Present only for array (repeated) types.
func MustParseData_FieldPathArrayItemValue ¶
func MustParseData_FieldPathArrayItemValue(pathStr, valueStr string) Data_FieldPathArrayItemValue
func ParseData_FieldPathArrayItemValue ¶
func ParseData_FieldPathArrayItemValue(pathStr, valueStr string) (Data_FieldPathArrayItemValue, error)
ParseData_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Data_FieldPathArrayOfValues ¶
type Data_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Data_FieldPath }
Data_FieldPathArrayOfValues allows storing slice of values for Data fields according to their type
func MustParseData_FieldPathArrayOfValues ¶
func MustParseData_FieldPathArrayOfValues(pathStr, valuesStr string) Data_FieldPathArrayOfValues
func ParseData_FieldPathArrayOfValues ¶
func ParseData_FieldPathArrayOfValues(pathStr, valuesStr string) (Data_FieldPathArrayOfValues, error)
type Data_FieldPathSelector ¶
type Data_FieldPathSelector int32
const ( Data_FieldPathSelectorId Data_FieldPathSelector = 0 Data_FieldPathSelectorBytes Data_FieldPathSelector = 1 Data_FieldPathSelectorAckRequired Data_FieldPathSelector = 2 )
func (Data_FieldPathSelector) String ¶
func (s Data_FieldPathSelector) String() string
type Data_FieldPathValue ¶
type Data_FieldPathValue interface { Data_FieldPath gotenobject.FieldPathValue SetTo(target **Data) CompareWith(*Data) (cmp int, comparable bool) }
Data_FieldPathValue allows storing values for Data fields according to their type
func MustParseData_FieldPathValue ¶
func MustParseData_FieldPathValue(pathStr, valueStr string) Data_FieldPathValue
func ParseData_FieldPathValue ¶
func ParseData_FieldPathValue(pathStr, valueStr string) (Data_FieldPathValue, error)
type Data_FieldTerminalPath ¶
type Data_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Data_FieldTerminalPath) ClearValue ¶
func (fp *Data_FieldTerminalPath) ClearValue(item *Data)
func (*Data_FieldTerminalPath) ClearValueRaw ¶
func (fp *Data_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Data_FieldTerminalPath) Get ¶
func (fp *Data_FieldTerminalPath) Get(source *Data) (values []interface{})
Get returns all values pointed by specific field from source Data
func (*Data_FieldTerminalPath) GetDefault ¶
func (fp *Data_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Data_FieldTerminalPath) GetRaw ¶
func (fp *Data_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Data_FieldTerminalPath) GetSingle ¶
func (fp *Data_FieldTerminalPath) GetSingle(source *Data) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Data
func (*Data_FieldTerminalPath) GetSingleRaw ¶
func (fp *Data_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Data_FieldTerminalPath) IsLeaf ¶
func (fp *Data_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Data_FieldTerminalPath) JSONString ¶
func (fp *Data_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Data_FieldTerminalPath) Selector ¶
func (fp *Data_FieldTerminalPath) Selector() Data_FieldPathSelector
func (*Data_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *Data_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Data_FieldTerminalPath) String ¶
func (fp *Data_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Data_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Data_FieldTerminalPath) WithIArrayItemValue(value interface{}) Data_FieldPathArrayItemValue
func (*Data_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Data_FieldTerminalPath) WithIArrayOfValues(values interface{}) Data_FieldPathArrayOfValues
func (*Data_FieldTerminalPath) WithIValue ¶
func (fp *Data_FieldTerminalPath) WithIValue(value interface{}) Data_FieldPathValue
func (*Data_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Data_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Data_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Data_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Data_FieldTerminalPath) WithRawIValue ¶
func (fp *Data_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Data_FieldTerminalPathArrayItemValue ¶
type Data_FieldTerminalPathArrayItemValue struct { Data_FieldTerminalPath // contains filtered or unexported fields }
func (*Data_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Data_FieldTerminalPathArrayItemValue) ContainsValue(source *Data) bool
Contains returns a boolean indicating if value that is being held is present in given 'Data'
func (*Data_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Data_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Data as interface{}
func (*Data_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Data_FieldTerminalPathArrayItemValue) GetSingle(source *Data) (interface{}, bool)
func (*Data_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Data_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Data_FieldTerminalPathArrayOfValues ¶
type Data_FieldTerminalPathArrayOfValues struct { Data_FieldTerminalPath // contains filtered or unexported fields }
func (*Data_FieldTerminalPathArrayOfValues) AsAckRequiredArrayOfValues ¶
func (fpaov *Data_FieldTerminalPathArrayOfValues) AsAckRequiredArrayOfValues() ([]bool, bool)
func (*Data_FieldTerminalPathArrayOfValues) AsBytesArrayOfValues ¶
func (fpaov *Data_FieldTerminalPathArrayOfValues) AsBytesArrayOfValues() ([][]byte, bool)
func (*Data_FieldTerminalPathArrayOfValues) AsIdArrayOfValues ¶
func (fpaov *Data_FieldTerminalPathArrayOfValues) AsIdArrayOfValues() ([]uint64, bool)
func (*Data_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Data_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Data_FieldTerminalPathValue ¶
type Data_FieldTerminalPathValue struct { Data_FieldTerminalPath // contains filtered or unexported fields }
func (*Data_FieldTerminalPathValue) AsAckRequiredValue ¶
func (fpv *Data_FieldTerminalPathValue) AsAckRequiredValue() (bool, bool)
func (*Data_FieldTerminalPathValue) AsBytesValue ¶
func (fpv *Data_FieldTerminalPathValue) AsBytesValue() ([]byte, bool)
func (*Data_FieldTerminalPathValue) AsIdValue ¶
func (fpv *Data_FieldTerminalPathValue) AsIdValue() (uint64, bool)
func (*Data_FieldTerminalPathValue) CompareWith ¶
func (fpv *Data_FieldTerminalPathValue) CompareWith(source *Data) (int, bool)
CompareWith compares value in the 'Data_FieldTerminalPathValue' with the value under path in 'Data'.
func (*Data_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Data_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Data_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Data_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Data' as interface{}
func (*Data_FieldTerminalPathValue) SetTo ¶
func (fpv *Data_FieldTerminalPathValue) SetTo(target **Data)
SetTo stores value for selected field for object Data
func (*Data_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Data_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Error ¶
type Error struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" firestore:"id"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" firestore:"message"` // contains filtered or unexported fields }
func (*Error) CloneRaw ¶
func (o *Error) CloneRaw() gotenobject.GotenObjectExt
func (*Error) Descriptor ¶
Deprecated, Use Error.ProtoReflect.Descriptor instead.
func (*Error) GetMessage ¶
func (*Error) GotenMessage ¶
func (*Error) GotenMessage()
func (*Error) GotenObjectExt ¶
func (o *Error) GotenObjectExt()
func (*Error) GotenValidate ¶
func (*Error) MakeDiffFieldMask ¶
func (o *Error) MakeDiffFieldMask(other *Error) *Error_FieldMask
func (*Error) MakeFullFieldMask ¶
func (o *Error) MakeFullFieldMask() *Error_FieldMask
func (*Error) MakeRawDiffFieldMask ¶
func (o *Error) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Error) MakeRawFullFieldMask ¶
func (o *Error) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Error) MarshalJSON ¶
func (*Error) MergeRaw ¶
func (o *Error) MergeRaw(source gotenobject.GotenObjectExt)
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) ProtoReflect ¶
func (*Error) SetMessage ¶
func (*Error) UnmarshalJSON ¶
type ErrorFieldPathBuilder ¶
type ErrorFieldPathBuilder struct{}
func NewErrorFieldPathBuilder ¶
func NewErrorFieldPathBuilder() ErrorFieldPathBuilder
func (ErrorFieldPathBuilder) Id ¶
func (ErrorFieldPathBuilder) Id() ErrorPathSelectorId
func (ErrorFieldPathBuilder) Message ¶
func (ErrorFieldPathBuilder) Message() ErrorPathSelectorMessage
type ErrorPathSelectorId ¶
type ErrorPathSelectorId struct{}
func (ErrorPathSelectorId) FieldPath ¶
func (ErrorPathSelectorId) FieldPath() *Error_FieldTerminalPath
func (ErrorPathSelectorId) WithArrayOfValues ¶
func (s ErrorPathSelectorId) WithArrayOfValues(values []uint64) *Error_FieldTerminalPathArrayOfValues
func (ErrorPathSelectorId) WithValue ¶
func (s ErrorPathSelectorId) WithValue(value uint64) *Error_FieldTerminalPathValue
type ErrorPathSelectorMessage ¶
type ErrorPathSelectorMessage struct{}
func (ErrorPathSelectorMessage) FieldPath ¶
func (ErrorPathSelectorMessage) FieldPath() *Error_FieldTerminalPath
func (ErrorPathSelectorMessage) WithArrayOfValues ¶
func (s ErrorPathSelectorMessage) WithArrayOfValues(values []string) *Error_FieldTerminalPathArrayOfValues
func (ErrorPathSelectorMessage) WithValue ¶
func (s ErrorPathSelectorMessage) WithValue(value string) *Error_FieldTerminalPathValue
type Error_FieldMask ¶
type Error_FieldMask struct {
Paths []Error_FieldPath
}
func FullError_FieldMask ¶
func FullError_FieldMask() *Error_FieldMask
func (*Error_FieldMask) AppendPath ¶
func (fieldMask *Error_FieldMask) AppendPath(path Error_FieldPath)
func (*Error_FieldMask) AppendRawPath ¶
func (fieldMask *Error_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Error_FieldMask) DecodeFirestore ¶
func (fieldMask *Error_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Error_FieldMask) EncodeFirestore ¶
func (fieldMask *Error_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Error_FieldMask) FilterInputFields ¶
func (fieldMask *Error_FieldMask) FilterInputFields() *Error_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Error_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Error_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Error_FieldMask) GetPaths ¶
func (fieldMask *Error_FieldMask) GetPaths() []Error_FieldPath
func (*Error_FieldMask) GetRawPaths ¶
func (fieldMask *Error_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Error_FieldMask) IsFull ¶
func (fieldMask *Error_FieldMask) IsFull() bool
func (Error_FieldMask) Marshal ¶
func (fieldMask Error_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Error_FieldMask) MarshalJSON ¶
func (fieldMask Error_FieldMask) MarshalJSON() ([]byte, error)
func (*Error_FieldMask) PathsCount ¶
func (fieldMask *Error_FieldMask) PathsCount() int
func (*Error_FieldMask) Project ¶
func (fieldMask *Error_FieldMask) Project(source *Error) *Error
func (*Error_FieldMask) ProjectRaw ¶
func (fieldMask *Error_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Error_FieldMask) ProtoMessage ¶
func (fieldMask *Error_FieldMask) ProtoMessage()
func (*Error_FieldMask) ProtoReflect ¶
func (fieldMask *Error_FieldMask) ProtoReflect() preflect.Message
func (*Error_FieldMask) Reset ¶
func (fieldMask *Error_FieldMask) Reset()
func (*Error_FieldMask) Set ¶
func (fieldMask *Error_FieldMask) Set(target, source *Error)
func (*Error_FieldMask) SetFromCliFlag ¶
func (fieldMask *Error_FieldMask) SetFromCliFlag(raw string) error
func (*Error_FieldMask) SetRaw ¶
func (fieldMask *Error_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Error_FieldMask) Size ¶
func (fieldMask *Error_FieldMask) Size() int
func (*Error_FieldMask) String ¶
func (fieldMask *Error_FieldMask) String() string
func (*Error_FieldMask) Subtract ¶
func (fieldMask *Error_FieldMask) Subtract(other *Error_FieldMask) *Error_FieldMask
func (*Error_FieldMask) SubtractRaw ¶
func (fieldMask *Error_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Error_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Error_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Error_FieldMask) Unmarshal ¶
func (fieldMask *Error_FieldMask) Unmarshal(data []byte) error
func (*Error_FieldMask) UnmarshalJSON ¶
func (fieldMask *Error_FieldMask) UnmarshalJSON(data []byte) error
type Error_FieldPath ¶
type Error_FieldPath interface { gotenobject.FieldPath Selector() Error_FieldPathSelector Get(source *Error) []interface{} GetSingle(source *Error) (interface{}, bool) ClearValue(item *Error) // Those methods build corresponding Error_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Error_FieldPathValue WithIArrayOfValues(values interface{}) Error_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Error_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildError_FieldPath ¶
func BuildError_FieldPath(fp gotenobject.RawFieldPath) (Error_FieldPath, error)
func MustParseError_FieldPath ¶
func MustParseError_FieldPath(rawField string) Error_FieldPath
func ParseError_FieldPath ¶
func ParseError_FieldPath(rawField string) (Error_FieldPath, error)
type Error_FieldPathArrayItemValue ¶
type Error_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Error_FieldPath ContainsValue(*Error) bool }
Error_FieldPathArrayItemValue allows storing single item in Path-specific values for Error according to their type Present only for array (repeated) types.
func MustParseError_FieldPathArrayItemValue ¶
func MustParseError_FieldPathArrayItemValue(pathStr, valueStr string) Error_FieldPathArrayItemValue
func ParseError_FieldPathArrayItemValue ¶
func ParseError_FieldPathArrayItemValue(pathStr, valueStr string) (Error_FieldPathArrayItemValue, error)
ParseError_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Error_FieldPathArrayOfValues ¶
type Error_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Error_FieldPath }
Error_FieldPathArrayOfValues allows storing slice of values for Error fields according to their type
func MustParseError_FieldPathArrayOfValues ¶
func MustParseError_FieldPathArrayOfValues(pathStr, valuesStr string) Error_FieldPathArrayOfValues
func ParseError_FieldPathArrayOfValues ¶
func ParseError_FieldPathArrayOfValues(pathStr, valuesStr string) (Error_FieldPathArrayOfValues, error)
type Error_FieldPathSelector ¶
type Error_FieldPathSelector int32
const ( Error_FieldPathSelectorId Error_FieldPathSelector = 0 Error_FieldPathSelectorMessage Error_FieldPathSelector = 1 )
func (Error_FieldPathSelector) String ¶
func (s Error_FieldPathSelector) String() string
type Error_FieldPathValue ¶
type Error_FieldPathValue interface { Error_FieldPath gotenobject.FieldPathValue SetTo(target **Error) CompareWith(*Error) (cmp int, comparable bool) }
Error_FieldPathValue allows storing values for Error fields according to their type
func MustParseError_FieldPathValue ¶
func MustParseError_FieldPathValue(pathStr, valueStr string) Error_FieldPathValue
func ParseError_FieldPathValue ¶
func ParseError_FieldPathValue(pathStr, valueStr string) (Error_FieldPathValue, error)
type Error_FieldTerminalPath ¶
type Error_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Error_FieldTerminalPath) ClearValue ¶
func (fp *Error_FieldTerminalPath) ClearValue(item *Error)
func (*Error_FieldTerminalPath) ClearValueRaw ¶
func (fp *Error_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Error_FieldTerminalPath) Get ¶
func (fp *Error_FieldTerminalPath) Get(source *Error) (values []interface{})
Get returns all values pointed by specific field from source Error
func (*Error_FieldTerminalPath) GetDefault ¶
func (fp *Error_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Error_FieldTerminalPath) GetRaw ¶
func (fp *Error_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Error_FieldTerminalPath) GetSingle ¶
func (fp *Error_FieldTerminalPath) GetSingle(source *Error) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Error
func (*Error_FieldTerminalPath) GetSingleRaw ¶
func (fp *Error_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Error_FieldTerminalPath) IsLeaf ¶
func (fp *Error_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Error_FieldTerminalPath) JSONString ¶
func (fp *Error_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Error_FieldTerminalPath) Selector ¶
func (fp *Error_FieldTerminalPath) Selector() Error_FieldPathSelector
func (*Error_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *Error_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Error_FieldTerminalPath) String ¶
func (fp *Error_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Error_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Error_FieldTerminalPath) WithIArrayItemValue(value interface{}) Error_FieldPathArrayItemValue
func (*Error_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Error_FieldTerminalPath) WithIArrayOfValues(values interface{}) Error_FieldPathArrayOfValues
func (*Error_FieldTerminalPath) WithIValue ¶
func (fp *Error_FieldTerminalPath) WithIValue(value interface{}) Error_FieldPathValue
func (*Error_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Error_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Error_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Error_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Error_FieldTerminalPath) WithRawIValue ¶
func (fp *Error_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Error_FieldTerminalPathArrayItemValue ¶
type Error_FieldTerminalPathArrayItemValue struct { Error_FieldTerminalPath // contains filtered or unexported fields }
func (*Error_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Error_FieldTerminalPathArrayItemValue) ContainsValue(source *Error) bool
Contains returns a boolean indicating if value that is being held is present in given 'Error'
func (*Error_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Error_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Error as interface{}
func (*Error_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Error_FieldTerminalPathArrayItemValue) GetSingle(source *Error) (interface{}, bool)
func (*Error_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Error_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Error_FieldTerminalPathArrayOfValues ¶
type Error_FieldTerminalPathArrayOfValues struct { Error_FieldTerminalPath // contains filtered or unexported fields }
func (*Error_FieldTerminalPathArrayOfValues) AsIdArrayOfValues ¶
func (fpaov *Error_FieldTerminalPathArrayOfValues) AsIdArrayOfValues() ([]uint64, bool)
func (*Error_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues ¶
func (fpaov *Error_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
func (*Error_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Error_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Error_FieldTerminalPathValue ¶
type Error_FieldTerminalPathValue struct { Error_FieldTerminalPath // contains filtered or unexported fields }
func (*Error_FieldTerminalPathValue) AsIdValue ¶
func (fpv *Error_FieldTerminalPathValue) AsIdValue() (uint64, bool)
func (*Error_FieldTerminalPathValue) AsMessageValue ¶
func (fpv *Error_FieldTerminalPathValue) AsMessageValue() (string, bool)
func (*Error_FieldTerminalPathValue) CompareWith ¶
func (fpv *Error_FieldTerminalPathValue) CompareWith(source *Error) (int, bool)
CompareWith compares value in the 'Error_FieldTerminalPathValue' with the value under path in 'Error'.
func (*Error_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Error_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Error_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Error_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Error' as interface{}
func (*Error_FieldTerminalPathValue) SetTo ¶
func (fpv *Error_FieldTerminalPathValue) SetTo(target **Error)
SetTo stores value for selected field for object Error
func (*Error_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Error_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenClientStream ¶
type ListenClientStream interface { Send(*ListenRequest) error Recv() (*ListenResponse, error) grpc.ClientStream }
type ListenDescriptor ¶ added in v0.4.28
type ListenDescriptor struct{}
func GetListenDescriptor ¶ added in v0.4.28
func GetListenDescriptor() *ListenDescriptor
func (*ListenDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListenDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListenDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListenDescriptor) GetApiName() string
func (*ListenDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListenDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListenDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListenDescriptor) GetFullMethodName() string
func (*ListenDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListenDescriptor) GetMethodName() string
func (*ListenDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListenDescriptor) GetProtoPkgName() string
func (*ListenDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListenDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListenDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListenDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListenDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListenDescriptor) GetServiceDomain() string
func (*ListenDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListenDescriptor) GetServiceVersion() string
func (*ListenDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListenDescriptor) GetVerb() string
func (*ListenDescriptor) HasResource ¶ added in v0.4.30
func (d *ListenDescriptor) HasResource() bool
func (*ListenDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListenDescriptor) IsClientStream() bool
func (*ListenDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListenDescriptor) IsCollection() bool
func (*ListenDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListenDescriptor) IsPlural() bool
func (*ListenDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListenDescriptor) IsServerStream() bool
func (*ListenDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListenDescriptor) IsUnary() bool
func (*ListenDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListenDescriptor) NewEmptyClientMsg() proto.Message
func (*ListenDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListenDescriptor) NewEmptyServerMsg() proto.Message
func (*ListenDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListenDescriptor) RequestHasResourceBody() bool
type ListenDescriptorClientMsgHandle ¶ added in v0.4.28
type ListenDescriptorClientMsgHandle struct{}
func (*ListenDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListenDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListenDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListenDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListenDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListenDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListenDescriptorServerMsgHandle ¶ added in v0.4.28
type ListenDescriptorServerMsgHandle struct{}
func (*ListenDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListenDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListenDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListenDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListenDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListenDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListenRequest ¶
type ListenRequest struct { // Types that are valid to be assigned to Message: // *ListenRequest_OpenRequest_ // *ListenRequest_ResumeRequest_ // *ListenRequest_ChannelOpenError_ // *ListenRequest_Ping Message isListenRequest_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
Request message for method [Listen][ntt.proxies.v1alpha2.Listen]
func (*ListenRequest) Clone ¶
func (o *ListenRequest) Clone() *ListenRequest
func (*ListenRequest) CloneRaw ¶
func (o *ListenRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListenRequest) Descriptor ¶
func (*ListenRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListenRequest.ProtoReflect.Descriptor instead.
func (*ListenRequest) GetChannelOpenError ¶
func (m *ListenRequest) GetChannelOpenError() *ListenRequest_ChannelOpenError
func (*ListenRequest) GetMessage ¶
func (m *ListenRequest) GetMessage() isListenRequest_Message
func (*ListenRequest) GetOpenRequest ¶
func (m *ListenRequest) GetOpenRequest() *ListenRequest_OpenRequest
func (*ListenRequest) GetPing ¶
func (m *ListenRequest) GetPing() *Ping
func (*ListenRequest) GetResumeRequest ¶
func (m *ListenRequest) GetResumeRequest() *ListenRequest_ResumeRequest
func (*ListenRequest) GotenMessage ¶
func (*ListenRequest) GotenMessage()
func (*ListenRequest) GotenObjectExt ¶
func (o *ListenRequest) GotenObjectExt()
func (*ListenRequest) GotenValidate ¶
func (obj *ListenRequest) GotenValidate() error
func (*ListenRequest) MakeDiffFieldMask ¶
func (o *ListenRequest) MakeDiffFieldMask(other *ListenRequest) *ListenRequest_FieldMask
func (*ListenRequest) MakeFullFieldMask ¶
func (o *ListenRequest) MakeFullFieldMask() *ListenRequest_FieldMask
func (*ListenRequest) MakeRawDiffFieldMask ¶
func (o *ListenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenRequest) MakeRawFullFieldMask ¶
func (o *ListenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenRequest) Marshal ¶
func (m *ListenRequest) Marshal() ([]byte, error)
func (*ListenRequest) MarshalJSON ¶
func (m *ListenRequest) MarshalJSON() ([]byte, error)
func (*ListenRequest) Merge ¶
func (o *ListenRequest) Merge(source *ListenRequest)
func (*ListenRequest) MergeRaw ¶
func (o *ListenRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenRequest) ProtoMessage ¶
func (*ListenRequest) ProtoMessage()
func (*ListenRequest) ProtoReflect ¶
func (m *ListenRequest) ProtoReflect() preflect.Message
func (*ListenRequest) Reset ¶
func (m *ListenRequest) Reset()
func (*ListenRequest) SetChannelOpenError ¶
func (m *ListenRequest) SetChannelOpenError(fv *ListenRequest_ChannelOpenError)
func (*ListenRequest) SetMessage ¶
func (m *ListenRequest) SetMessage(ofv isListenRequest_Message)
func (*ListenRequest) SetOpenRequest ¶
func (m *ListenRequest) SetOpenRequest(fv *ListenRequest_OpenRequest)
func (*ListenRequest) SetPing ¶
func (m *ListenRequest) SetPing(fv *Ping)
func (*ListenRequest) SetResumeRequest ¶
func (m *ListenRequest) SetResumeRequest(fv *ListenRequest_ResumeRequest)
func (*ListenRequest) String ¶
func (m *ListenRequest) String() string
func (*ListenRequest) Unmarshal ¶
func (m *ListenRequest) Unmarshal(b []byte) error
func (*ListenRequest) UnmarshalJSON ¶
func (m *ListenRequest) UnmarshalJSON(data []byte) error
type ListenRequestChannelOpenErrorFieldPathBuilder ¶
type ListenRequestChannelOpenErrorFieldPathBuilder struct{}
func NewListenRequestChannelOpenErrorFieldPathBuilder ¶
func NewListenRequestChannelOpenErrorFieldPathBuilder() ListenRequestChannelOpenErrorFieldPathBuilder
type ListenRequestChannelOpenError_FieldPath ¶
type ListenRequestChannelOpenError_FieldPath interface { gotenobject.FieldPath Selector() ListenRequestChannelOpenError_FieldPathSelector Get(source *ListenRequest_ChannelOpenError) []interface{} GetSingle(source *ListenRequest_ChannelOpenError) (interface{}, bool) ClearValue(item *ListenRequest_ChannelOpenError) // Those methods build corresponding ListenRequestChannelOpenError_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenRequestChannelOpenError_FieldPathValue WithIArrayOfValues(values interface{}) ListenRequestChannelOpenError_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenRequestChannelOpenError_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenRequestChannelOpenError_FieldPath ¶
func BuildListenRequestChannelOpenError_FieldPath(fp gotenobject.RawFieldPath) (ListenRequestChannelOpenError_FieldPath, error)
func MustParseListenRequestChannelOpenError_FieldPath ¶
func MustParseListenRequestChannelOpenError_FieldPath(rawField string) ListenRequestChannelOpenError_FieldPath
func ParseListenRequestChannelOpenError_FieldPath ¶
func ParseListenRequestChannelOpenError_FieldPath(rawField string) (ListenRequestChannelOpenError_FieldPath, error)
type ListenRequestChannelOpenError_FieldPathArrayItemValue ¶
type ListenRequestChannelOpenError_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenRequestChannelOpenError_FieldPath ContainsValue(*ListenRequest_ChannelOpenError) bool }
ListenRequestChannelOpenError_FieldPathArrayItemValue allows storing single item in Path-specific values for ChannelOpenError according to their type Present only for array (repeated) types.
func MustParseListenRequestChannelOpenError_FieldPathArrayItemValue ¶
func MustParseListenRequestChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) ListenRequestChannelOpenError_FieldPathArrayItemValue
func ParseListenRequestChannelOpenError_FieldPathArrayItemValue ¶
func ParseListenRequestChannelOpenError_FieldPathArrayItemValue(pathStr, valueStr string) (ListenRequestChannelOpenError_FieldPathArrayItemValue, error)
ParseListenRequestChannelOpenError_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenRequestChannelOpenError_FieldPathArrayOfValues ¶
type ListenRequestChannelOpenError_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenRequestChannelOpenError_FieldPath }
ListenRequestChannelOpenError_FieldPathArrayOfValues allows storing slice of values for ChannelOpenError fields according to their type
func MustParseListenRequestChannelOpenError_FieldPathArrayOfValues ¶
func MustParseListenRequestChannelOpenError_FieldPathArrayOfValues(pathStr, valuesStr string) ListenRequestChannelOpenError_FieldPathArrayOfValues
func ParseListenRequestChannelOpenError_FieldPathArrayOfValues ¶
func ParseListenRequestChannelOpenError_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenRequestChannelOpenError_FieldPathArrayOfValues, error)
type ListenRequestChannelOpenError_FieldPathSelector ¶
type ListenRequestChannelOpenError_FieldPathSelector int32
const ( ListenRequestChannelOpenError_FieldPathSelectorChannelId ListenRequestChannelOpenError_FieldPathSelector = 0 ListenRequestChannelOpenError_FieldPathSelectorMessage ListenRequestChannelOpenError_FieldPathSelector = 1 )
func (ListenRequestChannelOpenError_FieldPathSelector) String ¶
func (s ListenRequestChannelOpenError_FieldPathSelector) String() string
type ListenRequestChannelOpenError_FieldPathValue ¶
type ListenRequestChannelOpenError_FieldPathValue interface { ListenRequestChannelOpenError_FieldPath gotenobject.FieldPathValue SetTo(target **ListenRequest_ChannelOpenError) CompareWith(*ListenRequest_ChannelOpenError) (cmp int, comparable bool) }
ListenRequestChannelOpenError_FieldPathValue allows storing values for ChannelOpenError fields according to their type
func MustParseListenRequestChannelOpenError_FieldPathValue ¶
func MustParseListenRequestChannelOpenError_FieldPathValue(pathStr, valueStr string) ListenRequestChannelOpenError_FieldPathValue
func ParseListenRequestChannelOpenError_FieldPathValue ¶
func ParseListenRequestChannelOpenError_FieldPathValue(pathStr, valueStr string) (ListenRequestChannelOpenError_FieldPathValue, error)
type ListenRequestChannelOpenError_FieldTerminalPath ¶
type ListenRequestChannelOpenError_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenRequestChannelOpenError_FieldTerminalPath) ClearValue ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) ClearValue(item *ListenRequest_ChannelOpenError)
func (*ListenRequestChannelOpenError_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenRequestChannelOpenError_FieldTerminalPath) Get ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) Get(source *ListenRequest_ChannelOpenError) (values []interface{})
Get returns all values pointed by specific field from source ListenRequest_ChannelOpenError
func (*ListenRequestChannelOpenError_FieldTerminalPath) GetDefault ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenRequestChannelOpenError_FieldTerminalPath) GetRaw ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenRequestChannelOpenError_FieldTerminalPath) GetSingle ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetSingle(source *ListenRequest_ChannelOpenError) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenRequest_ChannelOpenError
func (*ListenRequestChannelOpenError_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenRequestChannelOpenError_FieldTerminalPath) IsLeaf ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenRequestChannelOpenError_FieldTerminalPath) JSONString ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenRequestChannelOpenError_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenRequestChannelOpenError_FieldTerminalPath) String ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenRequestChannelOpenError_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequestChannelOpenError_FieldPathArrayItemValue
func (*ListenRequestChannelOpenError_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequestChannelOpenError_FieldPathArrayOfValues
func (*ListenRequestChannelOpenError_FieldTerminalPath) WithIValue ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithIValue(value interface{}) ListenRequestChannelOpenError_FieldPathValue
func (*ListenRequestChannelOpenError_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenRequestChannelOpenError_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenRequestChannelOpenError_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenRequestChannelOpenError_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue ¶
type ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue struct { ListenRequestChannelOpenError_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest_ChannelOpenError) bool
Contains returns a boolean indicating if value that is being held is present in given 'ChannelOpenError'
func (*ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenRequest_ChannelOpenError as interface{}
func (*ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest_ChannelOpenError) (interface{}, bool)
func (*ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenRequestChannelOpenError_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues ¶
type ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues struct { ListenRequestChannelOpenError_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues ¶
func (fpaov *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
func (*ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenRequestChannelOpenError_FieldTerminalPathValue ¶
type ListenRequestChannelOpenError_FieldTerminalPathValue struct { ListenRequestChannelOpenError_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestChannelOpenError_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*ListenRequestChannelOpenError_FieldTerminalPathValue) AsMessageValue ¶
func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) AsMessageValue() (string, bool)
func (*ListenRequestChannelOpenError_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) CompareWith(source *ListenRequest_ChannelOpenError) (int, bool)
CompareWith compares value in the 'ListenRequestChannelOpenError_FieldTerminalPathValue' with the value under path in 'ListenRequest_ChannelOpenError'.
func (*ListenRequestChannelOpenError_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenRequestChannelOpenError_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ChannelOpenError' as interface{}
func (*ListenRequestChannelOpenError_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) SetTo(target **ListenRequest_ChannelOpenError)
SetTo stores value for selected field for object ChannelOpenError
func (*ListenRequestChannelOpenError_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenRequestChannelOpenError_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenRequestFieldPathBuilder ¶
type ListenRequestFieldPathBuilder struct{}
func NewListenRequestFieldPathBuilder ¶
func NewListenRequestFieldPathBuilder() ListenRequestFieldPathBuilder
func (ListenRequestFieldPathBuilder) ChannelOpenError ¶
func (ListenRequestFieldPathBuilder) ChannelOpenError() ListenRequestPathSelectorChannelOpenError
func (ListenRequestFieldPathBuilder) OpenRequest ¶
func (ListenRequestFieldPathBuilder) OpenRequest() ListenRequestPathSelectorOpenRequest
func (ListenRequestFieldPathBuilder) Ping ¶
func (ListenRequestFieldPathBuilder) Ping() ListenRequestPathSelectorPing
func (ListenRequestFieldPathBuilder) ResumeRequest ¶
func (ListenRequestFieldPathBuilder) ResumeRequest() ListenRequestPathSelectorResumeRequest
type ListenRequestOpenRequestFieldPathBuilder ¶
type ListenRequestOpenRequestFieldPathBuilder struct{}
func NewListenRequestOpenRequestFieldPathBuilder ¶
func NewListenRequestOpenRequestFieldPathBuilder() ListenRequestOpenRequestFieldPathBuilder
type ListenRequestOpenRequest_FieldPath ¶
type ListenRequestOpenRequest_FieldPath interface { gotenobject.FieldPath Selector() ListenRequestOpenRequest_FieldPathSelector Get(source *ListenRequest_OpenRequest) []interface{} GetSingle(source *ListenRequest_OpenRequest) (interface{}, bool) ClearValue(item *ListenRequest_OpenRequest) // Those methods build corresponding ListenRequestOpenRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenRequestOpenRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListenRequestOpenRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenRequestOpenRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenRequestOpenRequest_FieldPath ¶
func BuildListenRequestOpenRequest_FieldPath(fp gotenobject.RawFieldPath) (ListenRequestOpenRequest_FieldPath, error)
func MustParseListenRequestOpenRequest_FieldPath ¶
func MustParseListenRequestOpenRequest_FieldPath(rawField string) ListenRequestOpenRequest_FieldPath
func ParseListenRequestOpenRequest_FieldPath ¶
func ParseListenRequestOpenRequest_FieldPath(rawField string) (ListenRequestOpenRequest_FieldPath, error)
type ListenRequestOpenRequest_FieldPathArrayItemValue ¶
type ListenRequestOpenRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenRequestOpenRequest_FieldPath ContainsValue(*ListenRequest_OpenRequest) bool }
ListenRequestOpenRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for OpenRequest according to their type Present only for array (repeated) types.
func MustParseListenRequestOpenRequest_FieldPathArrayItemValue ¶
func MustParseListenRequestOpenRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListenRequestOpenRequest_FieldPathArrayItemValue
func ParseListenRequestOpenRequest_FieldPathArrayItemValue ¶
func ParseListenRequestOpenRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListenRequestOpenRequest_FieldPathArrayItemValue, error)
ParseListenRequestOpenRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenRequestOpenRequest_FieldPathArrayOfValues ¶
type ListenRequestOpenRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenRequestOpenRequest_FieldPath }
ListenRequestOpenRequest_FieldPathArrayOfValues allows storing slice of values for OpenRequest fields according to their type
func MustParseListenRequestOpenRequest_FieldPathArrayOfValues ¶
func MustParseListenRequestOpenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListenRequestOpenRequest_FieldPathArrayOfValues
func ParseListenRequestOpenRequest_FieldPathArrayOfValues ¶
func ParseListenRequestOpenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenRequestOpenRequest_FieldPathArrayOfValues, error)
type ListenRequestOpenRequest_FieldPathSelector ¶
type ListenRequestOpenRequest_FieldPathSelector int32
const ( ListenRequestOpenRequest_FieldPathSelectorProject ListenRequestOpenRequest_FieldPathSelector = 0 ListenRequestOpenRequest_FieldPathSelectorRegionId ListenRequestOpenRequest_FieldPathSelector = 1 ListenRequestOpenRequest_FieldPathSelectorName ListenRequestOpenRequest_FieldPathSelector = 2 )
func (ListenRequestOpenRequest_FieldPathSelector) String ¶
func (s ListenRequestOpenRequest_FieldPathSelector) String() string
type ListenRequestOpenRequest_FieldPathValue ¶
type ListenRequestOpenRequest_FieldPathValue interface { ListenRequestOpenRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListenRequest_OpenRequest) CompareWith(*ListenRequest_OpenRequest) (cmp int, comparable bool) }
ListenRequestOpenRequest_FieldPathValue allows storing values for OpenRequest fields according to their type
func MustParseListenRequestOpenRequest_FieldPathValue ¶
func MustParseListenRequestOpenRequest_FieldPathValue(pathStr, valueStr string) ListenRequestOpenRequest_FieldPathValue
func ParseListenRequestOpenRequest_FieldPathValue ¶
func ParseListenRequestOpenRequest_FieldPathValue(pathStr, valueStr string) (ListenRequestOpenRequest_FieldPathValue, error)
type ListenRequestOpenRequest_FieldTerminalPath ¶
type ListenRequestOpenRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenRequestOpenRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) ClearValue(item *ListenRequest_OpenRequest)
func (*ListenRequestOpenRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenRequestOpenRequest_FieldTerminalPath) Get ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) Get(source *ListenRequest_OpenRequest) (values []interface{})
Get returns all values pointed by specific field from source ListenRequest_OpenRequest
func (*ListenRequestOpenRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenRequestOpenRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenRequestOpenRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetSingle(source *ListenRequest_OpenRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenRequest_OpenRequest
func (*ListenRequestOpenRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenRequestOpenRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenRequestOpenRequest_FieldTerminalPath) JSONString ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenRequestOpenRequest_FieldTerminalPath) Selector ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) Selector() ListenRequestOpenRequest_FieldPathSelector
func (*ListenRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenRequestOpenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenRequestOpenRequest_FieldTerminalPath) String ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequestOpenRequest_FieldPathArrayItemValue
func (*ListenRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequestOpenRequest_FieldPathArrayOfValues
func (*ListenRequestOpenRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithIValue(value interface{}) ListenRequestOpenRequest_FieldPathValue
func (*ListenRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenRequestOpenRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenRequestOpenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenRequestOpenRequest_FieldTerminalPathArrayItemValue ¶
type ListenRequestOpenRequest_FieldTerminalPathArrayItemValue struct { ListenRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest_OpenRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'OpenRequest'
func (*ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenRequest_OpenRequest as interface{}
func (*ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest_OpenRequest) (interface{}, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenRequestOpenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenRequestOpenRequest_FieldTerminalPathArrayOfValues ¶
type ListenRequestOpenRequest_FieldTerminalPathArrayOfValues struct { ListenRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues ¶
func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues ¶
func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenRequestOpenRequest_FieldTerminalPathValue ¶
type ListenRequestOpenRequest_FieldTerminalPathValue struct { ListenRequestOpenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestOpenRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathValue) AsProjectValue ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) CompareWith(source *ListenRequest_OpenRequest) (int, bool)
CompareWith compares value in the 'ListenRequestOpenRequest_FieldTerminalPathValue' with the value under path in 'ListenRequest_OpenRequest'.
func (*ListenRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenRequestOpenRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'OpenRequest' as interface{}
func (*ListenRequestOpenRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) SetTo(target **ListenRequest_OpenRequest)
SetTo stores value for selected field for object OpenRequest
func (*ListenRequestOpenRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenRequestOpenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenRequestPathSelectorChannelOpenError ¶
type ListenRequestPathSelectorChannelOpenError struct{}
func (ListenRequestPathSelectorChannelOpenError) FieldPath ¶
func (ListenRequestPathSelectorChannelOpenError) FieldPath() *ListenRequest_FieldTerminalPath
func (ListenRequestPathSelectorChannelOpenError) WithArrayOfValues ¶
func (s ListenRequestPathSelectorChannelOpenError) WithArrayOfValues(values []*ListenRequest_ChannelOpenError) *ListenRequest_FieldTerminalPathArrayOfValues
func (ListenRequestPathSelectorChannelOpenError) WithSubArrayItemValue ¶
func (s ListenRequestPathSelectorChannelOpenError) WithSubArrayItemValue(subPathArrayItemValue ListenRequestChannelOpenError_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
func (ListenRequestPathSelectorChannelOpenError) WithSubArrayOfValues ¶
func (s ListenRequestPathSelectorChannelOpenError) WithSubArrayOfValues(subPathArrayOfValues ListenRequestChannelOpenError_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorChannelOpenError) WithSubPath ¶
func (ListenRequestPathSelectorChannelOpenError) WithSubPath(subPath ListenRequestChannelOpenError_FieldPath) *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorChannelOpenError) WithSubValue ¶
func (s ListenRequestPathSelectorChannelOpenError) WithSubValue(subPathValue ListenRequestChannelOpenError_FieldPathValue) *ListenRequest_FieldSubPathValue
func (ListenRequestPathSelectorChannelOpenError) WithValue ¶
func (s ListenRequestPathSelectorChannelOpenError) WithValue(value *ListenRequest_ChannelOpenError) *ListenRequest_FieldTerminalPathValue
type ListenRequestPathSelectorChannelOpenErrorChannelId ¶
type ListenRequestPathSelectorChannelOpenErrorChannelId struct{}
func (ListenRequestPathSelectorChannelOpenErrorChannelId) FieldPath ¶
func (ListenRequestPathSelectorChannelOpenErrorChannelId) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorChannelOpenErrorChannelId) WithArrayOfValues ¶
func (s ListenRequestPathSelectorChannelOpenErrorChannelId) WithArrayOfValues(values []uint64) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorChannelOpenErrorChannelId) WithValue ¶
func (s ListenRequestPathSelectorChannelOpenErrorChannelId) WithValue(value uint64) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorChannelOpenErrorMessage ¶
type ListenRequestPathSelectorChannelOpenErrorMessage struct{}
func (ListenRequestPathSelectorChannelOpenErrorMessage) FieldPath ¶
func (ListenRequestPathSelectorChannelOpenErrorMessage) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorChannelOpenErrorMessage) WithArrayOfValues ¶
func (s ListenRequestPathSelectorChannelOpenErrorMessage) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorChannelOpenErrorMessage) WithValue ¶
func (s ListenRequestPathSelectorChannelOpenErrorMessage) WithValue(value string) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorOpenRequest ¶
type ListenRequestPathSelectorOpenRequest struct{}
func (ListenRequestPathSelectorOpenRequest) FieldPath ¶
func (ListenRequestPathSelectorOpenRequest) FieldPath() *ListenRequest_FieldTerminalPath
func (ListenRequestPathSelectorOpenRequest) WithArrayOfValues ¶
func (s ListenRequestPathSelectorOpenRequest) WithArrayOfValues(values []*ListenRequest_OpenRequest) *ListenRequest_FieldTerminalPathArrayOfValues
func (ListenRequestPathSelectorOpenRequest) WithSubArrayItemValue ¶
func (s ListenRequestPathSelectorOpenRequest) WithSubArrayItemValue(subPathArrayItemValue ListenRequestOpenRequest_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
func (ListenRequestPathSelectorOpenRequest) WithSubArrayOfValues ¶
func (s ListenRequestPathSelectorOpenRequest) WithSubArrayOfValues(subPathArrayOfValues ListenRequestOpenRequest_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorOpenRequest) WithSubPath ¶
func (ListenRequestPathSelectorOpenRequest) WithSubPath(subPath ListenRequestOpenRequest_FieldPath) *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorOpenRequest) WithSubValue ¶
func (s ListenRequestPathSelectorOpenRequest) WithSubValue(subPathValue ListenRequestOpenRequest_FieldPathValue) *ListenRequest_FieldSubPathValue
func (ListenRequestPathSelectorOpenRequest) WithValue ¶
func (s ListenRequestPathSelectorOpenRequest) WithValue(value *ListenRequest_OpenRequest) *ListenRequest_FieldTerminalPathValue
type ListenRequestPathSelectorOpenRequestName ¶
type ListenRequestPathSelectorOpenRequestName struct{}
func (ListenRequestPathSelectorOpenRequestName) FieldPath ¶
func (ListenRequestPathSelectorOpenRequestName) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorOpenRequestName) WithArrayOfValues ¶
func (s ListenRequestPathSelectorOpenRequestName) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorOpenRequestName) WithValue ¶
func (s ListenRequestPathSelectorOpenRequestName) WithValue(value string) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorOpenRequestProject ¶
type ListenRequestPathSelectorOpenRequestProject struct{}
func (ListenRequestPathSelectorOpenRequestProject) FieldPath ¶
func (ListenRequestPathSelectorOpenRequestProject) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorOpenRequestProject) WithArrayOfValues ¶
func (s ListenRequestPathSelectorOpenRequestProject) WithArrayOfValues(values []*project.Reference) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorOpenRequestProject) WithValue ¶
func (s ListenRequestPathSelectorOpenRequestProject) WithValue(value *project.Reference) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorOpenRequestRegionId ¶
type ListenRequestPathSelectorOpenRequestRegionId struct{}
func (ListenRequestPathSelectorOpenRequestRegionId) FieldPath ¶
func (ListenRequestPathSelectorOpenRequestRegionId) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorOpenRequestRegionId) WithArrayOfValues ¶
func (s ListenRequestPathSelectorOpenRequestRegionId) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorOpenRequestRegionId) WithValue ¶
func (s ListenRequestPathSelectorOpenRequestRegionId) WithValue(value string) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorPing ¶
type ListenRequestPathSelectorPing struct{}
func (ListenRequestPathSelectorPing) FieldPath ¶
func (ListenRequestPathSelectorPing) FieldPath() *ListenRequest_FieldTerminalPath
func (ListenRequestPathSelectorPing) WithArrayOfValues ¶
func (s ListenRequestPathSelectorPing) WithArrayOfValues(values []*Ping) *ListenRequest_FieldTerminalPathArrayOfValues
func (ListenRequestPathSelectorPing) WithSubArrayItemValue ¶
func (s ListenRequestPathSelectorPing) WithSubArrayItemValue(subPathArrayItemValue Ping_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
func (ListenRequestPathSelectorPing) WithSubArrayOfValues ¶
func (s ListenRequestPathSelectorPing) WithSubArrayOfValues(subPathArrayOfValues Ping_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorPing) WithSubPath ¶
func (ListenRequestPathSelectorPing) WithSubPath(subPath Ping_FieldPath) *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorPing) WithSubValue ¶
func (s ListenRequestPathSelectorPing) WithSubValue(subPathValue Ping_FieldPathValue) *ListenRequest_FieldSubPathValue
func (ListenRequestPathSelectorPing) WithValue ¶
func (s ListenRequestPathSelectorPing) WithValue(value *Ping) *ListenRequest_FieldTerminalPathValue
type ListenRequestPathSelectorResumeRequest ¶
type ListenRequestPathSelectorResumeRequest struct{}
func (ListenRequestPathSelectorResumeRequest) FieldPath ¶
func (ListenRequestPathSelectorResumeRequest) FieldPath() *ListenRequest_FieldTerminalPath
func (ListenRequestPathSelectorResumeRequest) WithArrayOfValues ¶
func (s ListenRequestPathSelectorResumeRequest) WithArrayOfValues(values []*ListenRequest_ResumeRequest) *ListenRequest_FieldTerminalPathArrayOfValues
func (ListenRequestPathSelectorResumeRequest) WithSubArrayItemValue ¶
func (s ListenRequestPathSelectorResumeRequest) WithSubArrayItemValue(subPathArrayItemValue ListenRequestResumeRequest_FieldPathArrayItemValue) *ListenRequest_FieldSubPathArrayItemValue
func (ListenRequestPathSelectorResumeRequest) WithSubArrayOfValues ¶
func (s ListenRequestPathSelectorResumeRequest) WithSubArrayOfValues(subPathArrayOfValues ListenRequestResumeRequest_FieldPathArrayOfValues) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorResumeRequest) WithSubPath ¶
func (ListenRequestPathSelectorResumeRequest) WithSubPath(subPath ListenRequestResumeRequest_FieldPath) *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorResumeRequest) WithSubValue ¶
func (s ListenRequestPathSelectorResumeRequest) WithSubValue(subPathValue ListenRequestResumeRequest_FieldPathValue) *ListenRequest_FieldSubPathValue
func (ListenRequestPathSelectorResumeRequest) WithValue ¶
func (s ListenRequestPathSelectorResumeRequest) WithValue(value *ListenRequest_ResumeRequest) *ListenRequest_FieldTerminalPathValue
type ListenRequestPathSelectorResumeRequestName ¶
type ListenRequestPathSelectorResumeRequestName struct{}
func (ListenRequestPathSelectorResumeRequestName) FieldPath ¶
func (ListenRequestPathSelectorResumeRequestName) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorResumeRequestName) WithArrayOfValues ¶
func (s ListenRequestPathSelectorResumeRequestName) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorResumeRequestName) WithValue ¶
func (s ListenRequestPathSelectorResumeRequestName) WithValue(value string) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorResumeRequestProject ¶
type ListenRequestPathSelectorResumeRequestProject struct{}
func (ListenRequestPathSelectorResumeRequestProject) FieldPath ¶
func (ListenRequestPathSelectorResumeRequestProject) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorResumeRequestProject) WithArrayOfValues ¶
func (s ListenRequestPathSelectorResumeRequestProject) WithArrayOfValues(values []*project.Reference) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorResumeRequestProject) WithValue ¶
func (s ListenRequestPathSelectorResumeRequestProject) WithValue(value *project.Reference) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorResumeRequestRegionId ¶
type ListenRequestPathSelectorResumeRequestRegionId struct{}
func (ListenRequestPathSelectorResumeRequestRegionId) FieldPath ¶
func (ListenRequestPathSelectorResumeRequestRegionId) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorResumeRequestRegionId) WithArrayOfValues ¶
func (s ListenRequestPathSelectorResumeRequestRegionId) WithArrayOfValues(values []string) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorResumeRequestRegionId) WithValue ¶
func (s ListenRequestPathSelectorResumeRequestRegionId) WithValue(value string) *ListenRequest_FieldSubPathValue
type ListenRequestPathSelectorResumeRequestSessionId ¶
type ListenRequestPathSelectorResumeRequestSessionId struct{}
func (ListenRequestPathSelectorResumeRequestSessionId) FieldPath ¶
func (ListenRequestPathSelectorResumeRequestSessionId) FieldPath() *ListenRequest_FieldSubPath
func (ListenRequestPathSelectorResumeRequestSessionId) WithArrayOfValues ¶
func (s ListenRequestPathSelectorResumeRequestSessionId) WithArrayOfValues(values []uint64) *ListenRequest_FieldSubPathArrayOfValues
func (ListenRequestPathSelectorResumeRequestSessionId) WithValue ¶
func (s ListenRequestPathSelectorResumeRequestSessionId) WithValue(value uint64) *ListenRequest_FieldSubPathValue
type ListenRequestResumeRequestFieldPathBuilder ¶
type ListenRequestResumeRequestFieldPathBuilder struct{}
func NewListenRequestResumeRequestFieldPathBuilder ¶
func NewListenRequestResumeRequestFieldPathBuilder() ListenRequestResumeRequestFieldPathBuilder
type ListenRequestResumeRequest_FieldPath ¶
type ListenRequestResumeRequest_FieldPath interface { gotenobject.FieldPath Selector() ListenRequestResumeRequest_FieldPathSelector Get(source *ListenRequest_ResumeRequest) []interface{} GetSingle(source *ListenRequest_ResumeRequest) (interface{}, bool) ClearValue(item *ListenRequest_ResumeRequest) // Those methods build corresponding ListenRequestResumeRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenRequestResumeRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListenRequestResumeRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenRequestResumeRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenRequestResumeRequest_FieldPath ¶
func BuildListenRequestResumeRequest_FieldPath(fp gotenobject.RawFieldPath) (ListenRequestResumeRequest_FieldPath, error)
func MustParseListenRequestResumeRequest_FieldPath ¶
func MustParseListenRequestResumeRequest_FieldPath(rawField string) ListenRequestResumeRequest_FieldPath
func ParseListenRequestResumeRequest_FieldPath ¶
func ParseListenRequestResumeRequest_FieldPath(rawField string) (ListenRequestResumeRequest_FieldPath, error)
type ListenRequestResumeRequest_FieldPathArrayItemValue ¶
type ListenRequestResumeRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenRequestResumeRequest_FieldPath ContainsValue(*ListenRequest_ResumeRequest) bool }
ListenRequestResumeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ResumeRequest according to their type Present only for array (repeated) types.
func MustParseListenRequestResumeRequest_FieldPathArrayItemValue ¶
func MustParseListenRequestResumeRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListenRequestResumeRequest_FieldPathArrayItemValue
func ParseListenRequestResumeRequest_FieldPathArrayItemValue ¶
func ParseListenRequestResumeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListenRequestResumeRequest_FieldPathArrayItemValue, error)
ParseListenRequestResumeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenRequestResumeRequest_FieldPathArrayOfValues ¶
type ListenRequestResumeRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenRequestResumeRequest_FieldPath }
ListenRequestResumeRequest_FieldPathArrayOfValues allows storing slice of values for ResumeRequest fields according to their type
func MustParseListenRequestResumeRequest_FieldPathArrayOfValues ¶
func MustParseListenRequestResumeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListenRequestResumeRequest_FieldPathArrayOfValues
func ParseListenRequestResumeRequest_FieldPathArrayOfValues ¶
func ParseListenRequestResumeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenRequestResumeRequest_FieldPathArrayOfValues, error)
type ListenRequestResumeRequest_FieldPathSelector ¶
type ListenRequestResumeRequest_FieldPathSelector int32
const ( ListenRequestResumeRequest_FieldPathSelectorProject ListenRequestResumeRequest_FieldPathSelector = 0 ListenRequestResumeRequest_FieldPathSelectorRegionId ListenRequestResumeRequest_FieldPathSelector = 1 ListenRequestResumeRequest_FieldPathSelectorName ListenRequestResumeRequest_FieldPathSelector = 2 ListenRequestResumeRequest_FieldPathSelectorSessionId ListenRequestResumeRequest_FieldPathSelector = 3 )
func (ListenRequestResumeRequest_FieldPathSelector) String ¶
func (s ListenRequestResumeRequest_FieldPathSelector) String() string
type ListenRequestResumeRequest_FieldPathValue ¶
type ListenRequestResumeRequest_FieldPathValue interface { ListenRequestResumeRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListenRequest_ResumeRequest) CompareWith(*ListenRequest_ResumeRequest) (cmp int, comparable bool) }
ListenRequestResumeRequest_FieldPathValue allows storing values for ResumeRequest fields according to their type
func MustParseListenRequestResumeRequest_FieldPathValue ¶
func MustParseListenRequestResumeRequest_FieldPathValue(pathStr, valueStr string) ListenRequestResumeRequest_FieldPathValue
func ParseListenRequestResumeRequest_FieldPathValue ¶
func ParseListenRequestResumeRequest_FieldPathValue(pathStr, valueStr string) (ListenRequestResumeRequest_FieldPathValue, error)
type ListenRequestResumeRequest_FieldTerminalPath ¶
type ListenRequestResumeRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenRequestResumeRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) ClearValue(item *ListenRequest_ResumeRequest)
func (*ListenRequestResumeRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenRequestResumeRequest_FieldTerminalPath) Get ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) Get(source *ListenRequest_ResumeRequest) (values []interface{})
Get returns all values pointed by specific field from source ListenRequest_ResumeRequest
func (*ListenRequestResumeRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenRequestResumeRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenRequestResumeRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetSingle(source *ListenRequest_ResumeRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenRequest_ResumeRequest
func (*ListenRequestResumeRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenRequestResumeRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenRequestResumeRequest_FieldTerminalPath) JSONString ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenRequestResumeRequest_FieldTerminalPath) Selector ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) Selector() ListenRequestResumeRequest_FieldPathSelector
func (*ListenRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenRequestResumeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenRequestResumeRequest_FieldTerminalPath) String ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequestResumeRequest_FieldPathArrayItemValue
func (*ListenRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequestResumeRequest_FieldPathArrayOfValues
func (*ListenRequestResumeRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithIValue(value interface{}) ListenRequestResumeRequest_FieldPathValue
func (*ListenRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenRequestResumeRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenRequestResumeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenRequestResumeRequest_FieldTerminalPathArrayItemValue ¶
type ListenRequestResumeRequest_FieldTerminalPathArrayItemValue struct { ListenRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest_ResumeRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ResumeRequest'
func (*ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenRequest_ResumeRequest as interface{}
func (*ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest_ResumeRequest) (interface{}, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenRequestResumeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenRequestResumeRequest_FieldTerminalPathArrayOfValues ¶
type ListenRequestResumeRequest_FieldTerminalPathArrayOfValues struct { ListenRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues ¶
func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsProjectArrayOfValues() ([]*project.Reference, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues ¶
func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsRegionIdArrayOfValues() ([]string, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues ¶
func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenRequestResumeRequest_FieldTerminalPathValue ¶
type ListenRequestResumeRequest_FieldTerminalPathValue struct { ListenRequestResumeRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequestResumeRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathValue) AsProjectValue ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsProjectValue() (*project.Reference, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsRegionIdValue() (string, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) CompareWith(source *ListenRequest_ResumeRequest) (int, bool)
CompareWith compares value in the 'ListenRequestResumeRequest_FieldTerminalPathValue' with the value under path in 'ListenRequest_ResumeRequest'.
func (*ListenRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenRequestResumeRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ResumeRequest' as interface{}
func (*ListenRequestResumeRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) SetTo(target **ListenRequest_ResumeRequest)
SetTo stores value for selected field for object ResumeRequest
func (*ListenRequestResumeRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenRequestResumeRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenRequest_ChannelOpenError ¶
type ListenRequest_ChannelOpenError struct { // ID of the channel failed to open. ChannelId uint64 `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` // Error message. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" firestore:"message"` // contains filtered or unexported fields }
func (*ListenRequest_ChannelOpenError) Clone ¶
func (o *ListenRequest_ChannelOpenError) Clone() *ListenRequest_ChannelOpenError
func (*ListenRequest_ChannelOpenError) CloneRaw ¶
func (o *ListenRequest_ChannelOpenError) CloneRaw() gotenobject.GotenObjectExt
func (*ListenRequest_ChannelOpenError) Descriptor ¶
func (*ListenRequest_ChannelOpenError) Descriptor() ([]byte, []int)
Deprecated, Use ListenRequest_ChannelOpenError.ProtoReflect.Descriptor instead.
func (*ListenRequest_ChannelOpenError) GetChannelId ¶
func (m *ListenRequest_ChannelOpenError) GetChannelId() uint64
func (*ListenRequest_ChannelOpenError) GetMessage ¶
func (m *ListenRequest_ChannelOpenError) GetMessage() string
func (*ListenRequest_ChannelOpenError) GotenMessage ¶
func (*ListenRequest_ChannelOpenError) GotenMessage()
func (*ListenRequest_ChannelOpenError) GotenObjectExt ¶
func (o *ListenRequest_ChannelOpenError) GotenObjectExt()
func (*ListenRequest_ChannelOpenError) GotenValidate ¶
func (obj *ListenRequest_ChannelOpenError) GotenValidate() error
func (*ListenRequest_ChannelOpenError) MakeDiffFieldMask ¶
func (o *ListenRequest_ChannelOpenError) MakeDiffFieldMask(other *ListenRequest_ChannelOpenError) *ListenRequest_ChannelOpenError_FieldMask
func (*ListenRequest_ChannelOpenError) MakeFullFieldMask ¶
func (o *ListenRequest_ChannelOpenError) MakeFullFieldMask() *ListenRequest_ChannelOpenError_FieldMask
func (*ListenRequest_ChannelOpenError) MakeRawDiffFieldMask ¶
func (o *ListenRequest_ChannelOpenError) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenRequest_ChannelOpenError) MakeRawFullFieldMask ¶
func (o *ListenRequest_ChannelOpenError) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenRequest_ChannelOpenError) Marshal ¶
func (m *ListenRequest_ChannelOpenError) Marshal() ([]byte, error)
func (*ListenRequest_ChannelOpenError) MarshalJSON ¶
func (m *ListenRequest_ChannelOpenError) MarshalJSON() ([]byte, error)
func (*ListenRequest_ChannelOpenError) Merge ¶
func (o *ListenRequest_ChannelOpenError) Merge(source *ListenRequest_ChannelOpenError)
func (*ListenRequest_ChannelOpenError) MergeRaw ¶
func (o *ListenRequest_ChannelOpenError) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenRequest_ChannelOpenError) ProtoMessage ¶
func (*ListenRequest_ChannelOpenError) ProtoMessage()
func (*ListenRequest_ChannelOpenError) ProtoReflect ¶
func (m *ListenRequest_ChannelOpenError) ProtoReflect() preflect.Message
func (*ListenRequest_ChannelOpenError) Reset ¶
func (m *ListenRequest_ChannelOpenError) Reset()
func (*ListenRequest_ChannelOpenError) SetChannelId ¶
func (m *ListenRequest_ChannelOpenError) SetChannelId(fv uint64)
func (*ListenRequest_ChannelOpenError) SetMessage ¶
func (m *ListenRequest_ChannelOpenError) SetMessage(fv string)
func (*ListenRequest_ChannelOpenError) String ¶
func (m *ListenRequest_ChannelOpenError) String() string
func (*ListenRequest_ChannelOpenError) Unmarshal ¶
func (m *ListenRequest_ChannelOpenError) Unmarshal(b []byte) error
func (*ListenRequest_ChannelOpenError) UnmarshalJSON ¶
func (m *ListenRequest_ChannelOpenError) UnmarshalJSON(data []byte) error
type ListenRequest_ChannelOpenErrorPathSelectorChannelId ¶
type ListenRequest_ChannelOpenErrorPathSelectorChannelId struct{}
func (ListenRequest_ChannelOpenErrorPathSelectorChannelId) WithArrayOfValues ¶
func (s ListenRequest_ChannelOpenErrorPathSelectorChannelId) WithArrayOfValues(values []uint64) *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues
func (ListenRequest_ChannelOpenErrorPathSelectorChannelId) WithValue ¶
func (s ListenRequest_ChannelOpenErrorPathSelectorChannelId) WithValue(value uint64) *ListenRequestChannelOpenError_FieldTerminalPathValue
type ListenRequest_ChannelOpenErrorPathSelectorMessage ¶
type ListenRequest_ChannelOpenErrorPathSelectorMessage struct{}
func (ListenRequest_ChannelOpenErrorPathSelectorMessage) WithArrayOfValues ¶
func (s ListenRequest_ChannelOpenErrorPathSelectorMessage) WithArrayOfValues(values []string) *ListenRequestChannelOpenError_FieldTerminalPathArrayOfValues
func (ListenRequest_ChannelOpenErrorPathSelectorMessage) WithValue ¶
func (s ListenRequest_ChannelOpenErrorPathSelectorMessage) WithValue(value string) *ListenRequestChannelOpenError_FieldTerminalPathValue
type ListenRequest_ChannelOpenError_ ¶
type ListenRequest_ChannelOpenError_ struct { // When the agent failed to open a requested channel, this message will be // sent from the agent to the endpoint. ChannelOpenError *ListenRequest_ChannelOpenError `protobuf:"bytes,3,opt,name=channel_open_error,json=channelOpenError,proto3,oneof" firestore:"channelOpenError"` }
type ListenRequest_ChannelOpenError_FieldMask ¶
type ListenRequest_ChannelOpenError_FieldMask struct {
Paths []ListenRequestChannelOpenError_FieldPath
}
func FullListenRequest_ChannelOpenError_FieldMask ¶
func FullListenRequest_ChannelOpenError_FieldMask() *ListenRequest_ChannelOpenError_FieldMask
func (*ListenRequest_ChannelOpenError_FieldMask) AppendPath ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) AppendPath(path ListenRequestChannelOpenError_FieldPath)
func (*ListenRequest_ChannelOpenError_FieldMask) AppendRawPath ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenRequest_ChannelOpenError_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenRequest_ChannelOpenError_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenRequest_ChannelOpenError_FieldMask) FilterInputFields ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) FilterInputFields() *ListenRequest_ChannelOpenError_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenRequest_ChannelOpenError_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenRequest_ChannelOpenError_FieldMask) GetPaths ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) GetPaths() []ListenRequestChannelOpenError_FieldPath
func (*ListenRequest_ChannelOpenError_FieldMask) GetRawPaths ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenRequest_ChannelOpenError_FieldMask) IsFull ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) IsFull() bool
func (ListenRequest_ChannelOpenError_FieldMask) Marshal ¶
func (fieldMask ListenRequest_ChannelOpenError_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenRequest_ChannelOpenError_FieldMask) MarshalJSON ¶
func (fieldMask ListenRequest_ChannelOpenError_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenRequest_ChannelOpenError_FieldMask) PathsCount ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) PathsCount() int
func (*ListenRequest_ChannelOpenError_FieldMask) Project ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Project(source *ListenRequest_ChannelOpenError) *ListenRequest_ChannelOpenError
func (*ListenRequest_ChannelOpenError_FieldMask) ProjectRaw ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenRequest_ChannelOpenError_FieldMask) ProtoMessage ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ProtoMessage()
func (*ListenRequest_ChannelOpenError_FieldMask) ProtoReflect ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ProtoReflect() preflect.Message
func (*ListenRequest_ChannelOpenError_FieldMask) Reset ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Reset()
func (*ListenRequest_ChannelOpenError_FieldMask) Set ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Set(target, source *ListenRequest_ChannelOpenError)
func (*ListenRequest_ChannelOpenError_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) SetFromCliFlag(raw string) error
func (*ListenRequest_ChannelOpenError_FieldMask) SetRaw ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenRequest_ChannelOpenError_FieldMask) Size ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Size() int
func (*ListenRequest_ChannelOpenError_FieldMask) String ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) String() string
func (*ListenRequest_ChannelOpenError_FieldMask) Subtract ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Subtract(other *ListenRequest_ChannelOpenError_FieldMask) *ListenRequest_ChannelOpenError_FieldMask
func (*ListenRequest_ChannelOpenError_FieldMask) SubtractRaw ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenRequest_ChannelOpenError_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenRequest_ChannelOpenError_FieldMask) Unmarshal ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) Unmarshal(data []byte) error
func (*ListenRequest_ChannelOpenError_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenRequest_ChannelOpenError_FieldMask) UnmarshalJSON(data []byte) error
type ListenRequest_FieldMask ¶
type ListenRequest_FieldMask struct {
Paths []ListenRequest_FieldPath
}
func FullListenRequest_FieldMask ¶
func FullListenRequest_FieldMask() *ListenRequest_FieldMask
func (*ListenRequest_FieldMask) AppendPath ¶
func (fieldMask *ListenRequest_FieldMask) AppendPath(path ListenRequest_FieldPath)
func (*ListenRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListenRequest_FieldMask) FilterInputFields() *ListenRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenRequest_FieldMask) GetPaths ¶
func (fieldMask *ListenRequest_FieldMask) GetPaths() []ListenRequest_FieldPath
func (*ListenRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenRequest_FieldMask) IsFull ¶
func (fieldMask *ListenRequest_FieldMask) IsFull() bool
func (ListenRequest_FieldMask) Marshal ¶
func (fieldMask ListenRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListenRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenRequest_FieldMask) PathsCount ¶
func (fieldMask *ListenRequest_FieldMask) PathsCount() int
func (*ListenRequest_FieldMask) Project ¶
func (fieldMask *ListenRequest_FieldMask) Project(source *ListenRequest) *ListenRequest
func (*ListenRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListenRequest_FieldMask) ProtoMessage()
func (*ListenRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListenRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListenRequest_FieldMask) Reset ¶
func (fieldMask *ListenRequest_FieldMask) Reset()
func (*ListenRequest_FieldMask) Set ¶
func (fieldMask *ListenRequest_FieldMask) Set(target, source *ListenRequest)
func (*ListenRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListenRequest_FieldMask) SetRaw ¶
func (fieldMask *ListenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenRequest_FieldMask) Size ¶
func (fieldMask *ListenRequest_FieldMask) Size() int
func (*ListenRequest_FieldMask) String ¶
func (fieldMask *ListenRequest_FieldMask) String() string
func (*ListenRequest_FieldMask) Subtract ¶
func (fieldMask *ListenRequest_FieldMask) Subtract(other *ListenRequest_FieldMask) *ListenRequest_FieldMask
func (*ListenRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListenRequest_FieldMask) Unmarshal(data []byte) error
func (*ListenRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListenRequest_FieldPath ¶
type ListenRequest_FieldPath interface { gotenobject.FieldPath Selector() ListenRequest_FieldPathSelector Get(source *ListenRequest) []interface{} GetSingle(source *ListenRequest) (interface{}, bool) ClearValue(item *ListenRequest) // Those methods build corresponding ListenRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListenRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenRequest_FieldPath ¶
func BuildListenRequest_FieldPath(fp gotenobject.RawFieldPath) (ListenRequest_FieldPath, error)
func MustParseListenRequest_FieldPath ¶
func MustParseListenRequest_FieldPath(rawField string) ListenRequest_FieldPath
func ParseListenRequest_FieldPath ¶
func ParseListenRequest_FieldPath(rawField string) (ListenRequest_FieldPath, error)
type ListenRequest_FieldPathArrayItemValue ¶
type ListenRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenRequest_FieldPath ContainsValue(*ListenRequest) bool }
ListenRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListenRequest according to their type Present only for array (repeated) types.
func MustParseListenRequest_FieldPathArrayItemValue ¶
func MustParseListenRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListenRequest_FieldPathArrayItemValue
func ParseListenRequest_FieldPathArrayItemValue ¶
func ParseListenRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListenRequest_FieldPathArrayItemValue, error)
ParseListenRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenRequest_FieldPathArrayOfValues ¶
type ListenRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenRequest_FieldPath }
ListenRequest_FieldPathArrayOfValues allows storing slice of values for ListenRequest fields according to their type
func MustParseListenRequest_FieldPathArrayOfValues ¶
func MustParseListenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListenRequest_FieldPathArrayOfValues
func ParseListenRequest_FieldPathArrayOfValues ¶
func ParseListenRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenRequest_FieldPathArrayOfValues, error)
type ListenRequest_FieldPathSelector ¶
type ListenRequest_FieldPathSelector int32
const ( ListenRequest_FieldPathSelectorOpenRequest ListenRequest_FieldPathSelector = 0 ListenRequest_FieldPathSelectorResumeRequest ListenRequest_FieldPathSelector = 1 ListenRequest_FieldPathSelectorChannelOpenError ListenRequest_FieldPathSelector = 2 ListenRequest_FieldPathSelectorPing ListenRequest_FieldPathSelector = 3 )
func (ListenRequest_FieldPathSelector) String ¶
func (s ListenRequest_FieldPathSelector) String() string
type ListenRequest_FieldPathValue ¶
type ListenRequest_FieldPathValue interface { ListenRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListenRequest) CompareWith(*ListenRequest) (cmp int, comparable bool) }
ListenRequest_FieldPathValue allows storing values for ListenRequest fields according to their type
func MustParseListenRequest_FieldPathValue ¶
func MustParseListenRequest_FieldPathValue(pathStr, valueStr string) ListenRequest_FieldPathValue
func ParseListenRequest_FieldPathValue ¶
func ParseListenRequest_FieldPathValue(pathStr, valueStr string) (ListenRequest_FieldPathValue, error)
type ListenRequest_FieldSubPath ¶
type ListenRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListenRequest_FieldSubPath) AsChannelOpenErrorSubPath ¶
func (fps *ListenRequest_FieldSubPath) AsChannelOpenErrorSubPath() (ListenRequestChannelOpenError_FieldPath, bool)
func (*ListenRequest_FieldSubPath) AsOpenRequestSubPath ¶
func (fps *ListenRequest_FieldSubPath) AsOpenRequestSubPath() (ListenRequestOpenRequest_FieldPath, bool)
func (*ListenRequest_FieldSubPath) AsPingSubPath ¶
func (fps *ListenRequest_FieldSubPath) AsPingSubPath() (Ping_FieldPath, bool)
func (*ListenRequest_FieldSubPath) AsResumeRequestSubPath ¶
func (fps *ListenRequest_FieldSubPath) AsResumeRequestSubPath() (ListenRequestResumeRequest_FieldPath, bool)
func (*ListenRequest_FieldSubPath) ClearValue ¶
func (fps *ListenRequest_FieldSubPath) ClearValue(item *ListenRequest)
func (*ListenRequest_FieldSubPath) ClearValueRaw ¶
func (fps *ListenRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListenRequest_FieldSubPath) Get ¶
func (fps *ListenRequest_FieldSubPath) Get(source *ListenRequest) (values []interface{})
Get returns all values pointed by selected field from source ListenRequest
func (*ListenRequest_FieldSubPath) GetDefault ¶
func (fps *ListenRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenRequest_FieldSubPath) GetRaw ¶
func (fps *ListenRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListenRequest_FieldSubPath) GetSingle ¶
func (fps *ListenRequest_FieldSubPath) GetSingle(source *ListenRequest) (interface{}, bool)
GetSingle returns value of selected field from source ListenRequest
func (*ListenRequest_FieldSubPath) GetSingleRaw ¶
func (fps *ListenRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenRequest_FieldSubPath) IsLeaf ¶
func (fps *ListenRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenRequest_FieldSubPath) JSONString ¶
func (fps *ListenRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenRequest_FieldSubPath) Selector ¶
func (fps *ListenRequest_FieldSubPath) Selector() ListenRequest_FieldPathSelector
func (*ListenRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ListenRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenRequest_FieldSubPath) String ¶
func (fps *ListenRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListenRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListenRequest_FieldSubPath) WithIArrayItemValue(value interface{}) ListenRequest_FieldPathArrayItemValue
func (*ListenRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListenRequest_FieldSubPath) WithIArrayOfValues(values interface{}) ListenRequest_FieldPathArrayOfValues
func (*ListenRequest_FieldSubPath) WithIValue ¶
func (fps *ListenRequest_FieldSubPath) WithIValue(value interface{}) ListenRequest_FieldPathValue
func (*ListenRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListenRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListenRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenRequest_FieldSubPath) WithRawIValue ¶
func (fps *ListenRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenRequest_FieldSubPathArrayItemValue ¶
type ListenRequest_FieldSubPathArrayItemValue struct { ListenRequest_FieldPath // contains filtered or unexported fields }
func (*ListenRequest_FieldSubPathArrayItemValue) AsChannelOpenErrorPathItemValue ¶
func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsChannelOpenErrorPathItemValue() (ListenRequestChannelOpenError_FieldPathArrayItemValue, bool)
func (*ListenRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue ¶
func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsOpenRequestPathItemValue() (ListenRequestOpenRequest_FieldPathArrayItemValue, bool)
func (*ListenRequest_FieldSubPathArrayItemValue) AsPingPathItemValue ¶
func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsPingPathItemValue() (Ping_FieldPathArrayItemValue, bool)
func (*ListenRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue ¶
func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) AsResumeRequestPathItemValue() (ListenRequestResumeRequest_FieldPathArrayItemValue, bool)
func (*ListenRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) ContainsValue(source *ListenRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListenRequest'
func (*ListenRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListenRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListenRequest_FieldSubPathArrayOfValues ¶
type ListenRequest_FieldSubPathArrayOfValues struct { ListenRequest_FieldPath // contains filtered or unexported fields }
func (*ListenRequest_FieldSubPathArrayOfValues) AsChannelOpenErrorPathArrayOfValues ¶
func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsChannelOpenErrorPathArrayOfValues() (ListenRequestChannelOpenError_FieldPathArrayOfValues, bool)
func (*ListenRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues ¶
func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsOpenRequestPathArrayOfValues() (ListenRequestOpenRequest_FieldPathArrayOfValues, bool)
func (*ListenRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues ¶
func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsPingPathArrayOfValues() (Ping_FieldPathArrayOfValues, bool)
func (*ListenRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues ¶
func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) AsResumeRequestPathArrayOfValues() (ListenRequestResumeRequest_FieldPathArrayOfValues, bool)
func (*ListenRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListenRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListenRequest_FieldSubPathValue ¶
type ListenRequest_FieldSubPathValue struct { ListenRequest_FieldPath // contains filtered or unexported fields }
func (*ListenRequest_FieldSubPathValue) AsChannelOpenErrorPathValue ¶
func (fpvs *ListenRequest_FieldSubPathValue) AsChannelOpenErrorPathValue() (ListenRequestChannelOpenError_FieldPathValue, bool)
func (*ListenRequest_FieldSubPathValue) AsOpenRequestPathValue ¶
func (fpvs *ListenRequest_FieldSubPathValue) AsOpenRequestPathValue() (ListenRequestOpenRequest_FieldPathValue, bool)
func (*ListenRequest_FieldSubPathValue) AsPingPathValue ¶
func (fpvs *ListenRequest_FieldSubPathValue) AsPingPathValue() (Ping_FieldPathValue, bool)
func (*ListenRequest_FieldSubPathValue) AsResumeRequestPathValue ¶
func (fpvs *ListenRequest_FieldSubPathValue) AsResumeRequestPathValue() (ListenRequestResumeRequest_FieldPathValue, bool)
func (*ListenRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *ListenRequest_FieldSubPathValue) CompareWith(source *ListenRequest) (int, bool)
func (*ListenRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListenRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListenRequest_FieldSubPathValue) GetRawValue() interface{}
func (*ListenRequest_FieldSubPathValue) SetTo ¶
func (fpvs *ListenRequest_FieldSubPathValue) SetTo(target **ListenRequest)
func (*ListenRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListenRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type ListenRequest_FieldTerminalPath ¶
type ListenRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListenRequest_FieldTerminalPath) ClearValue(item *ListenRequest)
func (*ListenRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenRequest_FieldTerminalPath) Get ¶
func (fp *ListenRequest_FieldTerminalPath) Get(source *ListenRequest) (values []interface{})
Get returns all values pointed by specific field from source ListenRequest
func (*ListenRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListenRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListenRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListenRequest_FieldTerminalPath) GetSingle(source *ListenRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenRequest
func (*ListenRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListenRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenRequest_FieldTerminalPath) JSONString ¶
func (fp *ListenRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenRequest_FieldTerminalPath) Selector ¶
func (fp *ListenRequest_FieldTerminalPath) Selector() ListenRequest_FieldPathSelector
func (*ListenRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenRequest_FieldTerminalPath) String ¶
func (fp *ListenRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenRequest_FieldPathArrayItemValue
func (*ListenRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenRequest_FieldPathArrayOfValues
func (*ListenRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListenRequest_FieldTerminalPath) WithIValue(value interface{}) ListenRequest_FieldPathValue
func (*ListenRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenRequest_FieldTerminalPathArrayItemValue ¶
type ListenRequest_FieldTerminalPathArrayItemValue struct { ListenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListenRequest'
func (*ListenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenRequest as interface{}
func (*ListenRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListenRequest) (interface{}, bool)
func (*ListenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenRequest_FieldTerminalPathArrayOfValues ¶
type ListenRequest_FieldTerminalPathArrayOfValues struct { ListenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequest_FieldTerminalPathArrayOfValues) AsChannelOpenErrorArrayOfValues ¶
func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsChannelOpenErrorArrayOfValues() ([]*ListenRequest_ChannelOpenError, bool)
func (*ListenRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues ¶
func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsOpenRequestArrayOfValues() ([]*ListenRequest_OpenRequest, bool)
func (*ListenRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues ¶
func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsPingArrayOfValues() ([]*Ping, bool)
func (*ListenRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues ¶
func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) AsResumeRequestArrayOfValues() ([]*ListenRequest_ResumeRequest, bool)
func (*ListenRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenRequest_FieldTerminalPathValue ¶
type ListenRequest_FieldTerminalPathValue struct { ListenRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenRequest_FieldTerminalPathValue) AsChannelOpenErrorValue ¶
func (fpv *ListenRequest_FieldTerminalPathValue) AsChannelOpenErrorValue() (*ListenRequest_ChannelOpenError, bool)
func (*ListenRequest_FieldTerminalPathValue) AsOpenRequestValue ¶
func (fpv *ListenRequest_FieldTerminalPathValue) AsOpenRequestValue() (*ListenRequest_OpenRequest, bool)
func (*ListenRequest_FieldTerminalPathValue) AsPingValue ¶
func (fpv *ListenRequest_FieldTerminalPathValue) AsPingValue() (*Ping, bool)
func (*ListenRequest_FieldTerminalPathValue) AsResumeRequestValue ¶
func (fpv *ListenRequest_FieldTerminalPathValue) AsResumeRequestValue() (*ListenRequest_ResumeRequest, bool)
func (*ListenRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenRequest_FieldTerminalPathValue) CompareWith(source *ListenRequest) (int, bool)
CompareWith compares value in the 'ListenRequest_FieldTerminalPathValue' with the value under path in 'ListenRequest'.
func (*ListenRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListenRequest' as interface{}
func (*ListenRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenRequest_FieldTerminalPathValue) SetTo(target **ListenRequest)
SetTo stores value for selected field for object ListenRequest
func (*ListenRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenRequest_OpenRequest ¶
type ListenRequest_OpenRequest struct { Project *project.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=project,proto3" json:"project,omitempty" firestore:"project"` RegionId string `protobuf:"bytes,3,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // The self-declared device name, used for authentication/authorization. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
func (*ListenRequest_OpenRequest) Clone ¶
func (o *ListenRequest_OpenRequest) Clone() *ListenRequest_OpenRequest
func (*ListenRequest_OpenRequest) CloneRaw ¶
func (o *ListenRequest_OpenRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListenRequest_OpenRequest) Descriptor ¶
func (*ListenRequest_OpenRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListenRequest_OpenRequest.ProtoReflect.Descriptor instead.
func (*ListenRequest_OpenRequest) GetName ¶
func (m *ListenRequest_OpenRequest) GetName() string
func (*ListenRequest_OpenRequest) GetProject ¶
func (m *ListenRequest_OpenRequest) GetProject() *project.Reference
func (*ListenRequest_OpenRequest) GetRegionId ¶
func (m *ListenRequest_OpenRequest) GetRegionId() string
func (*ListenRequest_OpenRequest) GotenMessage ¶
func (*ListenRequest_OpenRequest) GotenMessage()
func (*ListenRequest_OpenRequest) GotenObjectExt ¶
func (o *ListenRequest_OpenRequest) GotenObjectExt()
func (*ListenRequest_OpenRequest) GotenValidate ¶
func (obj *ListenRequest_OpenRequest) GotenValidate() error
func (*ListenRequest_OpenRequest) MakeDiffFieldMask ¶
func (o *ListenRequest_OpenRequest) MakeDiffFieldMask(other *ListenRequest_OpenRequest) *ListenRequest_OpenRequest_FieldMask
func (*ListenRequest_OpenRequest) MakeFullFieldMask ¶
func (o *ListenRequest_OpenRequest) MakeFullFieldMask() *ListenRequest_OpenRequest_FieldMask
func (*ListenRequest_OpenRequest) MakeRawDiffFieldMask ¶
func (o *ListenRequest_OpenRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenRequest_OpenRequest) MakeRawFullFieldMask ¶
func (o *ListenRequest_OpenRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenRequest_OpenRequest) Marshal ¶
func (m *ListenRequest_OpenRequest) Marshal() ([]byte, error)
func (*ListenRequest_OpenRequest) MarshalJSON ¶
func (m *ListenRequest_OpenRequest) MarshalJSON() ([]byte, error)
func (*ListenRequest_OpenRequest) Merge ¶
func (o *ListenRequest_OpenRequest) Merge(source *ListenRequest_OpenRequest)
func (*ListenRequest_OpenRequest) MergeRaw ¶
func (o *ListenRequest_OpenRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenRequest_OpenRequest) ProtoMessage ¶
func (*ListenRequest_OpenRequest) ProtoMessage()
func (*ListenRequest_OpenRequest) ProtoReflect ¶
func (m *ListenRequest_OpenRequest) ProtoReflect() preflect.Message
func (*ListenRequest_OpenRequest) Reset ¶
func (m *ListenRequest_OpenRequest) Reset()
func (*ListenRequest_OpenRequest) SetName ¶
func (m *ListenRequest_OpenRequest) SetName(fv string)
func (*ListenRequest_OpenRequest) SetProject ¶
func (m *ListenRequest_OpenRequest) SetProject(fv *project.Reference)
func (*ListenRequest_OpenRequest) SetRegionId ¶
func (m *ListenRequest_OpenRequest) SetRegionId(fv string)
func (*ListenRequest_OpenRequest) String ¶
func (m *ListenRequest_OpenRequest) String() string
func (*ListenRequest_OpenRequest) Unmarshal ¶
func (m *ListenRequest_OpenRequest) Unmarshal(b []byte) error
func (*ListenRequest_OpenRequest) UnmarshalJSON ¶
func (m *ListenRequest_OpenRequest) UnmarshalJSON(data []byte) error
type ListenRequest_OpenRequestPathSelectorName ¶
type ListenRequest_OpenRequestPathSelectorName struct{}
func (ListenRequest_OpenRequestPathSelectorName) FieldPath ¶
func (ListenRequest_OpenRequestPathSelectorName) FieldPath() *ListenRequestOpenRequest_FieldTerminalPath
func (ListenRequest_OpenRequestPathSelectorName) WithArrayOfValues ¶
func (s ListenRequest_OpenRequestPathSelectorName) WithArrayOfValues(values []string) *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ListenRequest_OpenRequestPathSelectorName) WithValue ¶
func (s ListenRequest_OpenRequestPathSelectorName) WithValue(value string) *ListenRequestOpenRequest_FieldTerminalPathValue
type ListenRequest_OpenRequestPathSelectorProject ¶
type ListenRequest_OpenRequestPathSelectorProject struct{}
func (ListenRequest_OpenRequestPathSelectorProject) WithArrayOfValues ¶
func (s ListenRequest_OpenRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ListenRequest_OpenRequestPathSelectorProject) WithValue ¶
func (s ListenRequest_OpenRequestPathSelectorProject) WithValue(value *project.Reference) *ListenRequestOpenRequest_FieldTerminalPathValue
type ListenRequest_OpenRequestPathSelectorRegionId ¶
type ListenRequest_OpenRequestPathSelectorRegionId struct{}
func (ListenRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues ¶
func (s ListenRequest_OpenRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ListenRequestOpenRequest_FieldTerminalPathArrayOfValues
func (ListenRequest_OpenRequestPathSelectorRegionId) WithValue ¶
func (s ListenRequest_OpenRequestPathSelectorRegionId) WithValue(value string) *ListenRequestOpenRequest_FieldTerminalPathValue
type ListenRequest_OpenRequest_ ¶
type ListenRequest_OpenRequest_ struct { // This is a hello message from the agent with its name. OpenRequest *ListenRequest_OpenRequest `protobuf:"bytes,1,opt,name=open_request,json=openRequest,proto3,oneof" firestore:"openRequest"` }
type ListenRequest_OpenRequest_FieldMask ¶
type ListenRequest_OpenRequest_FieldMask struct {
Paths []ListenRequestOpenRequest_FieldPath
}
func FullListenRequest_OpenRequest_FieldMask ¶
func FullListenRequest_OpenRequest_FieldMask() *ListenRequest_OpenRequest_FieldMask
func (*ListenRequest_OpenRequest_FieldMask) AppendPath ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) AppendPath(path ListenRequestOpenRequest_FieldPath)
func (*ListenRequest_OpenRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenRequest_OpenRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenRequest_OpenRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenRequest_OpenRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) FilterInputFields() *ListenRequest_OpenRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenRequest_OpenRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenRequest_OpenRequest_FieldMask) GetPaths ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) GetPaths() []ListenRequestOpenRequest_FieldPath
func (*ListenRequest_OpenRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenRequest_OpenRequest_FieldMask) IsFull ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) IsFull() bool
func (ListenRequest_OpenRequest_FieldMask) Marshal ¶
func (fieldMask ListenRequest_OpenRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenRequest_OpenRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListenRequest_OpenRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenRequest_OpenRequest_FieldMask) PathsCount ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) PathsCount() int
func (*ListenRequest_OpenRequest_FieldMask) Project ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) Project(source *ListenRequest_OpenRequest) *ListenRequest_OpenRequest
func (*ListenRequest_OpenRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenRequest_OpenRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) ProtoMessage()
func (*ListenRequest_OpenRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListenRequest_OpenRequest_FieldMask) Reset ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) Reset()
func (*ListenRequest_OpenRequest_FieldMask) Set ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) Set(target, source *ListenRequest_OpenRequest)
func (*ListenRequest_OpenRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListenRequest_OpenRequest_FieldMask) SetRaw ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenRequest_OpenRequest_FieldMask) Size ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) Size() int
func (*ListenRequest_OpenRequest_FieldMask) String ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) String() string
func (*ListenRequest_OpenRequest_FieldMask) Subtract ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) Subtract(other *ListenRequest_OpenRequest_FieldMask) *ListenRequest_OpenRequest_FieldMask
func (*ListenRequest_OpenRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenRequest_OpenRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenRequest_OpenRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) Unmarshal(data []byte) error
func (*ListenRequest_OpenRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenRequest_OpenRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListenRequest_Ping ¶
type ListenRequest_Ping struct {
Ping *Ping `protobuf:"bytes,4,opt,name=ping,proto3,oneof" firestore:"ping"`
}
type ListenRequest_ResumeRequest ¶
type ListenRequest_ResumeRequest struct { Project *project.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=project,proto3" json:"project,omitempty" firestore:"project"` RegionId string `protobuf:"bytes,4,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // The self-declared device name, used for authentication/authorization. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` SessionId uint64 `protobuf:"varint,3,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty" firestore:"sessionId"` // contains filtered or unexported fields }
func (*ListenRequest_ResumeRequest) Clone ¶
func (o *ListenRequest_ResumeRequest) Clone() *ListenRequest_ResumeRequest
func (*ListenRequest_ResumeRequest) CloneRaw ¶
func (o *ListenRequest_ResumeRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListenRequest_ResumeRequest) Descriptor ¶
func (*ListenRequest_ResumeRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListenRequest_ResumeRequest.ProtoReflect.Descriptor instead.
func (*ListenRequest_ResumeRequest) GetName ¶
func (m *ListenRequest_ResumeRequest) GetName() string
func (*ListenRequest_ResumeRequest) GetProject ¶
func (m *ListenRequest_ResumeRequest) GetProject() *project.Reference
func (*ListenRequest_ResumeRequest) GetRegionId ¶
func (m *ListenRequest_ResumeRequest) GetRegionId() string
func (*ListenRequest_ResumeRequest) GetSessionId ¶
func (m *ListenRequest_ResumeRequest) GetSessionId() uint64
func (*ListenRequest_ResumeRequest) GotenMessage ¶
func (*ListenRequest_ResumeRequest) GotenMessage()
func (*ListenRequest_ResumeRequest) GotenObjectExt ¶
func (o *ListenRequest_ResumeRequest) GotenObjectExt()
func (*ListenRequest_ResumeRequest) GotenValidate ¶
func (obj *ListenRequest_ResumeRequest) GotenValidate() error
func (*ListenRequest_ResumeRequest) MakeDiffFieldMask ¶
func (o *ListenRequest_ResumeRequest) MakeDiffFieldMask(other *ListenRequest_ResumeRequest) *ListenRequest_ResumeRequest_FieldMask
func (*ListenRequest_ResumeRequest) MakeFullFieldMask ¶
func (o *ListenRequest_ResumeRequest) MakeFullFieldMask() *ListenRequest_ResumeRequest_FieldMask
func (*ListenRequest_ResumeRequest) MakeRawDiffFieldMask ¶
func (o *ListenRequest_ResumeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenRequest_ResumeRequest) MakeRawFullFieldMask ¶
func (o *ListenRequest_ResumeRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenRequest_ResumeRequest) Marshal ¶
func (m *ListenRequest_ResumeRequest) Marshal() ([]byte, error)
func (*ListenRequest_ResumeRequest) MarshalJSON ¶
func (m *ListenRequest_ResumeRequest) MarshalJSON() ([]byte, error)
func (*ListenRequest_ResumeRequest) Merge ¶
func (o *ListenRequest_ResumeRequest) Merge(source *ListenRequest_ResumeRequest)
func (*ListenRequest_ResumeRequest) MergeRaw ¶
func (o *ListenRequest_ResumeRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenRequest_ResumeRequest) ProtoMessage ¶
func (*ListenRequest_ResumeRequest) ProtoMessage()
func (*ListenRequest_ResumeRequest) ProtoReflect ¶
func (m *ListenRequest_ResumeRequest) ProtoReflect() preflect.Message
func (*ListenRequest_ResumeRequest) Reset ¶
func (m *ListenRequest_ResumeRequest) Reset()
func (*ListenRequest_ResumeRequest) SetName ¶
func (m *ListenRequest_ResumeRequest) SetName(fv string)
func (*ListenRequest_ResumeRequest) SetProject ¶
func (m *ListenRequest_ResumeRequest) SetProject(fv *project.Reference)
func (*ListenRequest_ResumeRequest) SetRegionId ¶
func (m *ListenRequest_ResumeRequest) SetRegionId(fv string)
func (*ListenRequest_ResumeRequest) SetSessionId ¶
func (m *ListenRequest_ResumeRequest) SetSessionId(fv uint64)
func (*ListenRequest_ResumeRequest) String ¶
func (m *ListenRequest_ResumeRequest) String() string
func (*ListenRequest_ResumeRequest) Unmarshal ¶
func (m *ListenRequest_ResumeRequest) Unmarshal(b []byte) error
func (*ListenRequest_ResumeRequest) UnmarshalJSON ¶
func (m *ListenRequest_ResumeRequest) UnmarshalJSON(data []byte) error
type ListenRequest_ResumeRequestPathSelectorName ¶
type ListenRequest_ResumeRequestPathSelectorName struct{}
func (ListenRequest_ResumeRequestPathSelectorName) WithArrayOfValues ¶
func (s ListenRequest_ResumeRequestPathSelectorName) WithArrayOfValues(values []string) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ListenRequest_ResumeRequestPathSelectorName) WithValue ¶
func (s ListenRequest_ResumeRequestPathSelectorName) WithValue(value string) *ListenRequestResumeRequest_FieldTerminalPathValue
type ListenRequest_ResumeRequestPathSelectorProject ¶
type ListenRequest_ResumeRequestPathSelectorProject struct{}
func (ListenRequest_ResumeRequestPathSelectorProject) WithArrayOfValues ¶
func (s ListenRequest_ResumeRequestPathSelectorProject) WithArrayOfValues(values []*project.Reference) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ListenRequest_ResumeRequestPathSelectorProject) WithValue ¶
func (s ListenRequest_ResumeRequestPathSelectorProject) WithValue(value *project.Reference) *ListenRequestResumeRequest_FieldTerminalPathValue
type ListenRequest_ResumeRequestPathSelectorRegionId ¶
type ListenRequest_ResumeRequestPathSelectorRegionId struct{}
func (ListenRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues ¶
func (s ListenRequest_ResumeRequestPathSelectorRegionId) WithArrayOfValues(values []string) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ListenRequest_ResumeRequestPathSelectorRegionId) WithValue ¶
func (s ListenRequest_ResumeRequestPathSelectorRegionId) WithValue(value string) *ListenRequestResumeRequest_FieldTerminalPathValue
type ListenRequest_ResumeRequestPathSelectorSessionId ¶
type ListenRequest_ResumeRequestPathSelectorSessionId struct{}
func (ListenRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues ¶
func (s ListenRequest_ResumeRequestPathSelectorSessionId) WithArrayOfValues(values []uint64) *ListenRequestResumeRequest_FieldTerminalPathArrayOfValues
func (ListenRequest_ResumeRequestPathSelectorSessionId) WithValue ¶
func (s ListenRequest_ResumeRequestPathSelectorSessionId) WithValue(value uint64) *ListenRequestResumeRequest_FieldTerminalPathValue
type ListenRequest_ResumeRequest_ ¶
type ListenRequest_ResumeRequest_ struct {
ResumeRequest *ListenRequest_ResumeRequest `protobuf:"bytes,2,opt,name=resume_request,json=resumeRequest,proto3,oneof" firestore:"resumeRequest"`
}
type ListenRequest_ResumeRequest_FieldMask ¶
type ListenRequest_ResumeRequest_FieldMask struct {
Paths []ListenRequestResumeRequest_FieldPath
}
func FullListenRequest_ResumeRequest_FieldMask ¶
func FullListenRequest_ResumeRequest_FieldMask() *ListenRequest_ResumeRequest_FieldMask
func (*ListenRequest_ResumeRequest_FieldMask) AppendPath ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) AppendPath(path ListenRequestResumeRequest_FieldPath)
func (*ListenRequest_ResumeRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenRequest_ResumeRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenRequest_ResumeRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenRequest_ResumeRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) FilterInputFields() *ListenRequest_ResumeRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenRequest_ResumeRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenRequest_ResumeRequest_FieldMask) GetPaths ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) GetPaths() []ListenRequestResumeRequest_FieldPath
func (*ListenRequest_ResumeRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenRequest_ResumeRequest_FieldMask) IsFull ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) IsFull() bool
func (ListenRequest_ResumeRequest_FieldMask) Marshal ¶
func (fieldMask ListenRequest_ResumeRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenRequest_ResumeRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListenRequest_ResumeRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenRequest_ResumeRequest_FieldMask) PathsCount ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) PathsCount() int
func (*ListenRequest_ResumeRequest_FieldMask) Project ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Project(source *ListenRequest_ResumeRequest) *ListenRequest_ResumeRequest
func (*ListenRequest_ResumeRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenRequest_ResumeRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ProtoMessage()
func (*ListenRequest_ResumeRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListenRequest_ResumeRequest_FieldMask) Reset ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Reset()
func (*ListenRequest_ResumeRequest_FieldMask) Set ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Set(target, source *ListenRequest_ResumeRequest)
func (*ListenRequest_ResumeRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListenRequest_ResumeRequest_FieldMask) SetRaw ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenRequest_ResumeRequest_FieldMask) Size ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Size() int
func (*ListenRequest_ResumeRequest_FieldMask) String ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) String() string
func (*ListenRequest_ResumeRequest_FieldMask) Subtract ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Subtract(other *ListenRequest_ResumeRequest_FieldMask) *ListenRequest_ResumeRequest_FieldMask
func (*ListenRequest_ResumeRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenRequest_ResumeRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenRequest_ResumeRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) Unmarshal(data []byte) error
func (*ListenRequest_ResumeRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenRequest_ResumeRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListenResponse ¶
type ListenResponse struct { // Types that are valid to be assigned to Message: // *ListenResponse_Listening_ // *ListenResponse_OpenChannelResponse_ // *ListenResponse_ResumeChannelResponse_ Message isListenResponse_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
Response message for method [Listen][ntt.proxies.v1alpha2.Listen]
func (*ListenResponse) Clone ¶
func (o *ListenResponse) Clone() *ListenResponse
func (*ListenResponse) CloneRaw ¶
func (o *ListenResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListenResponse) Descriptor ¶
func (*ListenResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListenResponse.ProtoReflect.Descriptor instead.
func (*ListenResponse) GetListening ¶
func (m *ListenResponse) GetListening() *ListenResponse_Listening
func (*ListenResponse) GetMessage ¶
func (m *ListenResponse) GetMessage() isListenResponse_Message
func (*ListenResponse) GetOpenChannelResponse ¶
func (m *ListenResponse) GetOpenChannelResponse() *ListenResponse_OpenChannelResponse
func (*ListenResponse) GetResumeChannelResponse ¶
func (m *ListenResponse) GetResumeChannelResponse() *ListenResponse_ResumeChannelResponse
func (*ListenResponse) GotenMessage ¶
func (*ListenResponse) GotenMessage()
func (*ListenResponse) GotenObjectExt ¶
func (o *ListenResponse) GotenObjectExt()
func (*ListenResponse) GotenValidate ¶
func (obj *ListenResponse) GotenValidate() error
func (*ListenResponse) MakeDiffFieldMask ¶
func (o *ListenResponse) MakeDiffFieldMask(other *ListenResponse) *ListenResponse_FieldMask
func (*ListenResponse) MakeFullFieldMask ¶
func (o *ListenResponse) MakeFullFieldMask() *ListenResponse_FieldMask
func (*ListenResponse) MakeRawDiffFieldMask ¶
func (o *ListenResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenResponse) MakeRawFullFieldMask ¶
func (o *ListenResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenResponse) Marshal ¶
func (m *ListenResponse) Marshal() ([]byte, error)
func (*ListenResponse) MarshalJSON ¶
func (m *ListenResponse) MarshalJSON() ([]byte, error)
func (*ListenResponse) Merge ¶
func (o *ListenResponse) Merge(source *ListenResponse)
func (*ListenResponse) MergeRaw ¶
func (o *ListenResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenResponse) ProtoMessage ¶
func (*ListenResponse) ProtoMessage()
func (*ListenResponse) ProtoReflect ¶
func (m *ListenResponse) ProtoReflect() preflect.Message
func (*ListenResponse) Reset ¶
func (m *ListenResponse) Reset()
func (*ListenResponse) SetListening ¶
func (m *ListenResponse) SetListening(fv *ListenResponse_Listening)
func (*ListenResponse) SetMessage ¶
func (m *ListenResponse) SetMessage(ofv isListenResponse_Message)
func (*ListenResponse) SetOpenChannelResponse ¶
func (m *ListenResponse) SetOpenChannelResponse(fv *ListenResponse_OpenChannelResponse)
func (*ListenResponse) SetResumeChannelResponse ¶
func (m *ListenResponse) SetResumeChannelResponse(fv *ListenResponse_ResumeChannelResponse)
func (*ListenResponse) String ¶
func (m *ListenResponse) String() string
func (*ListenResponse) Unmarshal ¶
func (m *ListenResponse) Unmarshal(b []byte) error
func (*ListenResponse) UnmarshalJSON ¶
func (m *ListenResponse) UnmarshalJSON(data []byte) error
type ListenResponseFieldPathBuilder ¶
type ListenResponseFieldPathBuilder struct{}
func NewListenResponseFieldPathBuilder ¶
func NewListenResponseFieldPathBuilder() ListenResponseFieldPathBuilder
func (ListenResponseFieldPathBuilder) Listening ¶
func (ListenResponseFieldPathBuilder) Listening() ListenResponsePathSelectorListening
func (ListenResponseFieldPathBuilder) OpenChannelResponse ¶
func (ListenResponseFieldPathBuilder) OpenChannelResponse() ListenResponsePathSelectorOpenChannelResponse
func (ListenResponseFieldPathBuilder) ResumeChannelResponse ¶
func (ListenResponseFieldPathBuilder) ResumeChannelResponse() ListenResponsePathSelectorResumeChannelResponse
type ListenResponseListeningFieldPathBuilder ¶
type ListenResponseListeningFieldPathBuilder struct{}
func NewListenResponseListeningFieldPathBuilder ¶
func NewListenResponseListeningFieldPathBuilder() ListenResponseListeningFieldPathBuilder
type ListenResponseListening_FieldPath ¶
type ListenResponseListening_FieldPath interface { gotenobject.FieldPath Selector() ListenResponseListening_FieldPathSelector Get(source *ListenResponse_Listening) []interface{} GetSingle(source *ListenResponse_Listening) (interface{}, bool) ClearValue(item *ListenResponse_Listening) // Those methods build corresponding ListenResponseListening_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenResponseListening_FieldPathValue WithIArrayOfValues(values interface{}) ListenResponseListening_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenResponseListening_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenResponseListening_FieldPath ¶
func BuildListenResponseListening_FieldPath(fp gotenobject.RawFieldPath) (ListenResponseListening_FieldPath, error)
func MustParseListenResponseListening_FieldPath ¶
func MustParseListenResponseListening_FieldPath(rawField string) ListenResponseListening_FieldPath
func ParseListenResponseListening_FieldPath ¶
func ParseListenResponseListening_FieldPath(rawField string) (ListenResponseListening_FieldPath, error)
type ListenResponseListening_FieldPathArrayItemValue ¶
type ListenResponseListening_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenResponseListening_FieldPath ContainsValue(*ListenResponse_Listening) bool }
ListenResponseListening_FieldPathArrayItemValue allows storing single item in Path-specific values for Listening according to their type Present only for array (repeated) types.
func MustParseListenResponseListening_FieldPathArrayItemValue ¶
func MustParseListenResponseListening_FieldPathArrayItemValue(pathStr, valueStr string) ListenResponseListening_FieldPathArrayItemValue
func ParseListenResponseListening_FieldPathArrayItemValue ¶
func ParseListenResponseListening_FieldPathArrayItemValue(pathStr, valueStr string) (ListenResponseListening_FieldPathArrayItemValue, error)
ParseListenResponseListening_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenResponseListening_FieldPathArrayOfValues ¶
type ListenResponseListening_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenResponseListening_FieldPath }
ListenResponseListening_FieldPathArrayOfValues allows storing slice of values for Listening fields according to their type
func MustParseListenResponseListening_FieldPathArrayOfValues ¶
func MustParseListenResponseListening_FieldPathArrayOfValues(pathStr, valuesStr string) ListenResponseListening_FieldPathArrayOfValues
func ParseListenResponseListening_FieldPathArrayOfValues ¶
func ParseListenResponseListening_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenResponseListening_FieldPathArrayOfValues, error)
type ListenResponseListening_FieldPathSelector ¶
type ListenResponseListening_FieldPathSelector int32
const (
ListenResponseListening_FieldPathSelectorSessionId ListenResponseListening_FieldPathSelector = 0
)
func (ListenResponseListening_FieldPathSelector) String ¶
func (s ListenResponseListening_FieldPathSelector) String() string
type ListenResponseListening_FieldPathValue ¶
type ListenResponseListening_FieldPathValue interface { ListenResponseListening_FieldPath gotenobject.FieldPathValue SetTo(target **ListenResponse_Listening) CompareWith(*ListenResponse_Listening) (cmp int, comparable bool) }
ListenResponseListening_FieldPathValue allows storing values for Listening fields according to their type
func MustParseListenResponseListening_FieldPathValue ¶
func MustParseListenResponseListening_FieldPathValue(pathStr, valueStr string) ListenResponseListening_FieldPathValue
func ParseListenResponseListening_FieldPathValue ¶
func ParseListenResponseListening_FieldPathValue(pathStr, valueStr string) (ListenResponseListening_FieldPathValue, error)
type ListenResponseListening_FieldTerminalPath ¶
type ListenResponseListening_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenResponseListening_FieldTerminalPath) ClearValue ¶
func (fp *ListenResponseListening_FieldTerminalPath) ClearValue(item *ListenResponse_Listening)
func (*ListenResponseListening_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenResponseListening_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenResponseListening_FieldTerminalPath) Get ¶
func (fp *ListenResponseListening_FieldTerminalPath) Get(source *ListenResponse_Listening) (values []interface{})
Get returns all values pointed by specific field from source ListenResponse_Listening
func (*ListenResponseListening_FieldTerminalPath) GetDefault ¶
func (fp *ListenResponseListening_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenResponseListening_FieldTerminalPath) GetRaw ¶
func (fp *ListenResponseListening_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenResponseListening_FieldTerminalPath) GetSingle ¶
func (fp *ListenResponseListening_FieldTerminalPath) GetSingle(source *ListenResponse_Listening) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenResponse_Listening
func (*ListenResponseListening_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenResponseListening_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenResponseListening_FieldTerminalPath) IsLeaf ¶
func (fp *ListenResponseListening_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenResponseListening_FieldTerminalPath) JSONString ¶
func (fp *ListenResponseListening_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenResponseListening_FieldTerminalPath) Selector ¶
func (fp *ListenResponseListening_FieldTerminalPath) Selector() ListenResponseListening_FieldPathSelector
func (*ListenResponseListening_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenResponseListening_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenResponseListening_FieldTerminalPath) String ¶
func (fp *ListenResponseListening_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenResponseListening_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenResponseListening_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponseListening_FieldPathArrayItemValue
func (*ListenResponseListening_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenResponseListening_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponseListening_FieldPathArrayOfValues
func (*ListenResponseListening_FieldTerminalPath) WithIValue ¶
func (fp *ListenResponseListening_FieldTerminalPath) WithIValue(value interface{}) ListenResponseListening_FieldPathValue
func (*ListenResponseListening_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenResponseListening_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenResponseListening_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenResponseListening_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenResponseListening_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenResponseListening_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenResponseListening_FieldTerminalPathArrayItemValue ¶
type ListenResponseListening_FieldTerminalPathArrayItemValue struct { ListenResponseListening_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseListening_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse_Listening) bool
Contains returns a boolean indicating if value that is being held is present in given 'Listening'
func (*ListenResponseListening_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenResponse_Listening as interface{}
func (*ListenResponseListening_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse_Listening) (interface{}, bool)
func (*ListenResponseListening_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenResponseListening_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenResponseListening_FieldTerminalPathArrayOfValues ¶
type ListenResponseListening_FieldTerminalPathArrayOfValues struct { ListenResponseListening_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseListening_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues ¶
func (fpaov *ListenResponseListening_FieldTerminalPathArrayOfValues) AsSessionIdArrayOfValues() ([]uint64, bool)
func (*ListenResponseListening_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenResponseListening_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenResponseListening_FieldTerminalPathValue ¶
type ListenResponseListening_FieldTerminalPathValue struct { ListenResponseListening_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseListening_FieldTerminalPathValue) AsSessionIdValue ¶
func (fpv *ListenResponseListening_FieldTerminalPathValue) AsSessionIdValue() (uint64, bool)
func (*ListenResponseListening_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenResponseListening_FieldTerminalPathValue) CompareWith(source *ListenResponse_Listening) (int, bool)
CompareWith compares value in the 'ListenResponseListening_FieldTerminalPathValue' with the value under path in 'ListenResponse_Listening'.
func (*ListenResponseListening_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenResponseListening_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenResponseListening_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenResponseListening_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Listening' as interface{}
func (*ListenResponseListening_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenResponseListening_FieldTerminalPathValue) SetTo(target **ListenResponse_Listening)
SetTo stores value for selected field for object Listening
func (*ListenResponseListening_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenResponseListening_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenResponseOpenChannelResponseFieldPathBuilder ¶
type ListenResponseOpenChannelResponseFieldPathBuilder struct{}
func NewListenResponseOpenChannelResponseFieldPathBuilder ¶
func NewListenResponseOpenChannelResponseFieldPathBuilder() ListenResponseOpenChannelResponseFieldPathBuilder
type ListenResponseOpenChannelResponse_FieldPath ¶
type ListenResponseOpenChannelResponse_FieldPath interface { gotenobject.FieldPath Selector() ListenResponseOpenChannelResponse_FieldPathSelector Get(source *ListenResponse_OpenChannelResponse) []interface{} GetSingle(source *ListenResponse_OpenChannelResponse) (interface{}, bool) ClearValue(item *ListenResponse_OpenChannelResponse) // Those methods build corresponding ListenResponseOpenChannelResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenResponseOpenChannelResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListenResponseOpenChannelResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenResponseOpenChannelResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenResponseOpenChannelResponse_FieldPath ¶
func BuildListenResponseOpenChannelResponse_FieldPath(fp gotenobject.RawFieldPath) (ListenResponseOpenChannelResponse_FieldPath, error)
func MustParseListenResponseOpenChannelResponse_FieldPath ¶
func MustParseListenResponseOpenChannelResponse_FieldPath(rawField string) ListenResponseOpenChannelResponse_FieldPath
func ParseListenResponseOpenChannelResponse_FieldPath ¶
func ParseListenResponseOpenChannelResponse_FieldPath(rawField string) (ListenResponseOpenChannelResponse_FieldPath, error)
type ListenResponseOpenChannelResponse_FieldPathArrayItemValue ¶
type ListenResponseOpenChannelResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenResponseOpenChannelResponse_FieldPath ContainsValue(*ListenResponse_OpenChannelResponse) bool }
ListenResponseOpenChannelResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for OpenChannelResponse according to their type Present only for array (repeated) types.
func MustParseListenResponseOpenChannelResponse_FieldPathArrayItemValue ¶
func MustParseListenResponseOpenChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListenResponseOpenChannelResponse_FieldPathArrayItemValue
func ParseListenResponseOpenChannelResponse_FieldPathArrayItemValue ¶
func ParseListenResponseOpenChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListenResponseOpenChannelResponse_FieldPathArrayItemValue, error)
ParseListenResponseOpenChannelResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenResponseOpenChannelResponse_FieldPathArrayOfValues ¶
type ListenResponseOpenChannelResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenResponseOpenChannelResponse_FieldPath }
ListenResponseOpenChannelResponse_FieldPathArrayOfValues allows storing slice of values for OpenChannelResponse fields according to their type
func MustParseListenResponseOpenChannelResponse_FieldPathArrayOfValues ¶
func MustParseListenResponseOpenChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListenResponseOpenChannelResponse_FieldPathArrayOfValues
func ParseListenResponseOpenChannelResponse_FieldPathArrayOfValues ¶
func ParseListenResponseOpenChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenResponseOpenChannelResponse_FieldPathArrayOfValues, error)
type ListenResponseOpenChannelResponse_FieldPathSelector ¶
type ListenResponseOpenChannelResponse_FieldPathSelector int32
const ( ListenResponseOpenChannelResponse_FieldPathSelectorChannelId ListenResponseOpenChannelResponse_FieldPathSelector = 0 ListenResponseOpenChannelResponse_FieldPathSelectorService ListenResponseOpenChannelResponse_FieldPathSelector = 1 ListenResponseOpenChannelResponse_FieldPathSelectorArg ListenResponseOpenChannelResponse_FieldPathSelector = 2 )
func (ListenResponseOpenChannelResponse_FieldPathSelector) String ¶
func (s ListenResponseOpenChannelResponse_FieldPathSelector) String() string
type ListenResponseOpenChannelResponse_FieldPathValue ¶
type ListenResponseOpenChannelResponse_FieldPathValue interface { ListenResponseOpenChannelResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListenResponse_OpenChannelResponse) CompareWith(*ListenResponse_OpenChannelResponse) (cmp int, comparable bool) }
ListenResponseOpenChannelResponse_FieldPathValue allows storing values for OpenChannelResponse fields according to their type
func MustParseListenResponseOpenChannelResponse_FieldPathValue ¶
func MustParseListenResponseOpenChannelResponse_FieldPathValue(pathStr, valueStr string) ListenResponseOpenChannelResponse_FieldPathValue
func ParseListenResponseOpenChannelResponse_FieldPathValue ¶
func ParseListenResponseOpenChannelResponse_FieldPathValue(pathStr, valueStr string) (ListenResponseOpenChannelResponse_FieldPathValue, error)
type ListenResponseOpenChannelResponse_FieldTerminalPath ¶
type ListenResponseOpenChannelResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) ClearValue(item *ListenResponse_OpenChannelResponse)
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) Get ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) Get(source *ListenResponse_OpenChannelResponse) (values []interface{})
Get returns all values pointed by specific field from source ListenResponse_OpenChannelResponse
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetSingle(source *ListenResponse_OpenChannelResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenResponse_OpenChannelResponse
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) JSONString ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) String ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponseOpenChannelResponse_FieldPathArrayItemValue
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponseOpenChannelResponse_FieldPathArrayOfValues
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithIValue(value interface{}) ListenResponseOpenChannelResponse_FieldPathValue
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenResponseOpenChannelResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue ¶
type ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue struct { ListenResponseOpenChannelResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse_OpenChannelResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'OpenChannelResponse'
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenResponse_OpenChannelResponse as interface{}
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse_OpenChannelResponse) (interface{}, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenResponseOpenChannelResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues ¶
type ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues struct { ListenResponseOpenChannelResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsArgArrayOfValues ¶
func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsArgArrayOfValues() ([][]byte, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues ¶
func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]string, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenResponseOpenChannelResponse_FieldTerminalPathValue ¶
type ListenResponseOpenChannelResponse_FieldTerminalPathValue struct { ListenResponseOpenChannelResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsArgValue ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsArgValue() ([]byte, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsServiceValue ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) AsServiceValue() (string, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) CompareWith(source *ListenResponse_OpenChannelResponse) (int, bool)
CompareWith compares value in the 'ListenResponseOpenChannelResponse_FieldTerminalPathValue' with the value under path in 'ListenResponse_OpenChannelResponse'.
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'OpenChannelResponse' as interface{}
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) SetTo(target **ListenResponse_OpenChannelResponse)
SetTo stores value for selected field for object OpenChannelResponse
func (*ListenResponseOpenChannelResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenResponseOpenChannelResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenResponsePathSelectorListening ¶
type ListenResponsePathSelectorListening struct{}
func (ListenResponsePathSelectorListening) FieldPath ¶
func (ListenResponsePathSelectorListening) FieldPath() *ListenResponse_FieldTerminalPath
func (ListenResponsePathSelectorListening) SessionId ¶
func (ListenResponsePathSelectorListening) SessionId() ListenResponsePathSelectorListeningSessionId
func (ListenResponsePathSelectorListening) WithArrayOfValues ¶
func (s ListenResponsePathSelectorListening) WithArrayOfValues(values []*ListenResponse_Listening) *ListenResponse_FieldTerminalPathArrayOfValues
func (ListenResponsePathSelectorListening) WithSubArrayItemValue ¶
func (s ListenResponsePathSelectorListening) WithSubArrayItemValue(subPathArrayItemValue ListenResponseListening_FieldPathArrayItemValue) *ListenResponse_FieldSubPathArrayItemValue
func (ListenResponsePathSelectorListening) WithSubArrayOfValues ¶
func (s ListenResponsePathSelectorListening) WithSubArrayOfValues(subPathArrayOfValues ListenResponseListening_FieldPathArrayOfValues) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorListening) WithSubPath ¶
func (ListenResponsePathSelectorListening) WithSubPath(subPath ListenResponseListening_FieldPath) *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorListening) WithSubValue ¶
func (s ListenResponsePathSelectorListening) WithSubValue(subPathValue ListenResponseListening_FieldPathValue) *ListenResponse_FieldSubPathValue
func (ListenResponsePathSelectorListening) WithValue ¶
func (s ListenResponsePathSelectorListening) WithValue(value *ListenResponse_Listening) *ListenResponse_FieldTerminalPathValue
type ListenResponsePathSelectorListeningSessionId ¶
type ListenResponsePathSelectorListeningSessionId struct{}
func (ListenResponsePathSelectorListeningSessionId) FieldPath ¶
func (ListenResponsePathSelectorListeningSessionId) FieldPath() *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorListeningSessionId) WithArrayOfValues ¶
func (s ListenResponsePathSelectorListeningSessionId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorListeningSessionId) WithValue ¶
func (s ListenResponsePathSelectorListeningSessionId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
type ListenResponsePathSelectorOpenChannelResponse ¶
type ListenResponsePathSelectorOpenChannelResponse struct{}
func (ListenResponsePathSelectorOpenChannelResponse) FieldPath ¶
func (ListenResponsePathSelectorOpenChannelResponse) FieldPath() *ListenResponse_FieldTerminalPath
func (ListenResponsePathSelectorOpenChannelResponse) WithArrayOfValues ¶
func (s ListenResponsePathSelectorOpenChannelResponse) WithArrayOfValues(values []*ListenResponse_OpenChannelResponse) *ListenResponse_FieldTerminalPathArrayOfValues
func (ListenResponsePathSelectorOpenChannelResponse) WithSubArrayItemValue ¶
func (s ListenResponsePathSelectorOpenChannelResponse) WithSubArrayItemValue(subPathArrayItemValue ListenResponseOpenChannelResponse_FieldPathArrayItemValue) *ListenResponse_FieldSubPathArrayItemValue
func (ListenResponsePathSelectorOpenChannelResponse) WithSubArrayOfValues ¶
func (s ListenResponsePathSelectorOpenChannelResponse) WithSubArrayOfValues(subPathArrayOfValues ListenResponseOpenChannelResponse_FieldPathArrayOfValues) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorOpenChannelResponse) WithSubPath ¶
func (ListenResponsePathSelectorOpenChannelResponse) WithSubPath(subPath ListenResponseOpenChannelResponse_FieldPath) *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorOpenChannelResponse) WithSubValue ¶
func (s ListenResponsePathSelectorOpenChannelResponse) WithSubValue(subPathValue ListenResponseOpenChannelResponse_FieldPathValue) *ListenResponse_FieldSubPathValue
func (ListenResponsePathSelectorOpenChannelResponse) WithValue ¶
func (s ListenResponsePathSelectorOpenChannelResponse) WithValue(value *ListenResponse_OpenChannelResponse) *ListenResponse_FieldTerminalPathValue
type ListenResponsePathSelectorOpenChannelResponseArg ¶
type ListenResponsePathSelectorOpenChannelResponseArg struct{}
func (ListenResponsePathSelectorOpenChannelResponseArg) FieldPath ¶
func (ListenResponsePathSelectorOpenChannelResponseArg) FieldPath() *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorOpenChannelResponseArg) WithArrayOfValues ¶
func (s ListenResponsePathSelectorOpenChannelResponseArg) WithArrayOfValues(values [][]byte) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorOpenChannelResponseArg) WithValue ¶
func (s ListenResponsePathSelectorOpenChannelResponseArg) WithValue(value []byte) *ListenResponse_FieldSubPathValue
type ListenResponsePathSelectorOpenChannelResponseChannelId ¶
type ListenResponsePathSelectorOpenChannelResponseChannelId struct{}
func (ListenResponsePathSelectorOpenChannelResponseChannelId) FieldPath ¶
func (ListenResponsePathSelectorOpenChannelResponseChannelId) FieldPath() *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorOpenChannelResponseChannelId) WithArrayOfValues ¶
func (s ListenResponsePathSelectorOpenChannelResponseChannelId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorOpenChannelResponseChannelId) WithValue ¶
func (s ListenResponsePathSelectorOpenChannelResponseChannelId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
type ListenResponsePathSelectorOpenChannelResponseService ¶
type ListenResponsePathSelectorOpenChannelResponseService struct{}
func (ListenResponsePathSelectorOpenChannelResponseService) FieldPath ¶
func (ListenResponsePathSelectorOpenChannelResponseService) FieldPath() *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorOpenChannelResponseService) WithArrayOfValues ¶
func (s ListenResponsePathSelectorOpenChannelResponseService) WithArrayOfValues(values []string) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorOpenChannelResponseService) WithValue ¶
func (s ListenResponsePathSelectorOpenChannelResponseService) WithValue(value string) *ListenResponse_FieldSubPathValue
type ListenResponsePathSelectorResumeChannelResponse ¶
type ListenResponsePathSelectorResumeChannelResponse struct{}
func (ListenResponsePathSelectorResumeChannelResponse) FieldPath ¶
func (ListenResponsePathSelectorResumeChannelResponse) FieldPath() *ListenResponse_FieldTerminalPath
func (ListenResponsePathSelectorResumeChannelResponse) LastMessageId ¶
func (ListenResponsePathSelectorResumeChannelResponse) WithArrayOfValues ¶
func (s ListenResponsePathSelectorResumeChannelResponse) WithArrayOfValues(values []*ListenResponse_ResumeChannelResponse) *ListenResponse_FieldTerminalPathArrayOfValues
func (ListenResponsePathSelectorResumeChannelResponse) WithSubArrayItemValue ¶
func (s ListenResponsePathSelectorResumeChannelResponse) WithSubArrayItemValue(subPathArrayItemValue ListenResponseResumeChannelResponse_FieldPathArrayItemValue) *ListenResponse_FieldSubPathArrayItemValue
func (ListenResponsePathSelectorResumeChannelResponse) WithSubArrayOfValues ¶
func (s ListenResponsePathSelectorResumeChannelResponse) WithSubArrayOfValues(subPathArrayOfValues ListenResponseResumeChannelResponse_FieldPathArrayOfValues) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorResumeChannelResponse) WithSubPath ¶
func (ListenResponsePathSelectorResumeChannelResponse) WithSubPath(subPath ListenResponseResumeChannelResponse_FieldPath) *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorResumeChannelResponse) WithSubValue ¶
func (s ListenResponsePathSelectorResumeChannelResponse) WithSubValue(subPathValue ListenResponseResumeChannelResponse_FieldPathValue) *ListenResponse_FieldSubPathValue
func (ListenResponsePathSelectorResumeChannelResponse) WithValue ¶
func (s ListenResponsePathSelectorResumeChannelResponse) WithValue(value *ListenResponse_ResumeChannelResponse) *ListenResponse_FieldTerminalPathValue
type ListenResponsePathSelectorResumeChannelResponseArg ¶
type ListenResponsePathSelectorResumeChannelResponseArg struct{}
func (ListenResponsePathSelectorResumeChannelResponseArg) FieldPath ¶
func (ListenResponsePathSelectorResumeChannelResponseArg) FieldPath() *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorResumeChannelResponseArg) WithArrayOfValues ¶
func (s ListenResponsePathSelectorResumeChannelResponseArg) WithArrayOfValues(values [][]byte) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorResumeChannelResponseArg) WithValue ¶
func (s ListenResponsePathSelectorResumeChannelResponseArg) WithValue(value []byte) *ListenResponse_FieldSubPathValue
type ListenResponsePathSelectorResumeChannelResponseChannelId ¶
type ListenResponsePathSelectorResumeChannelResponseChannelId struct{}
func (ListenResponsePathSelectorResumeChannelResponseChannelId) FieldPath ¶
func (ListenResponsePathSelectorResumeChannelResponseChannelId) FieldPath() *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorResumeChannelResponseChannelId) WithArrayOfValues ¶
func (s ListenResponsePathSelectorResumeChannelResponseChannelId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorResumeChannelResponseChannelId) WithValue ¶
func (s ListenResponsePathSelectorResumeChannelResponseChannelId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
type ListenResponsePathSelectorResumeChannelResponseLastMessageId ¶
type ListenResponsePathSelectorResumeChannelResponseLastMessageId struct{}
func (ListenResponsePathSelectorResumeChannelResponseLastMessageId) WithArrayOfValues ¶
func (s ListenResponsePathSelectorResumeChannelResponseLastMessageId) WithArrayOfValues(values []uint64) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorResumeChannelResponseLastMessageId) WithValue ¶
func (s ListenResponsePathSelectorResumeChannelResponseLastMessageId) WithValue(value uint64) *ListenResponse_FieldSubPathValue
type ListenResponsePathSelectorResumeChannelResponseService ¶
type ListenResponsePathSelectorResumeChannelResponseService struct{}
func (ListenResponsePathSelectorResumeChannelResponseService) FieldPath ¶
func (ListenResponsePathSelectorResumeChannelResponseService) FieldPath() *ListenResponse_FieldSubPath
func (ListenResponsePathSelectorResumeChannelResponseService) WithArrayOfValues ¶
func (s ListenResponsePathSelectorResumeChannelResponseService) WithArrayOfValues(values []string) *ListenResponse_FieldSubPathArrayOfValues
func (ListenResponsePathSelectorResumeChannelResponseService) WithValue ¶
func (s ListenResponsePathSelectorResumeChannelResponseService) WithValue(value string) *ListenResponse_FieldSubPathValue
type ListenResponseResumeChannelResponseFieldPathBuilder ¶
type ListenResponseResumeChannelResponseFieldPathBuilder struct{}
func NewListenResponseResumeChannelResponseFieldPathBuilder ¶
func NewListenResponseResumeChannelResponseFieldPathBuilder() ListenResponseResumeChannelResponseFieldPathBuilder
func (ListenResponseResumeChannelResponseFieldPathBuilder) LastMessageId ¶
type ListenResponseResumeChannelResponse_FieldPath ¶
type ListenResponseResumeChannelResponse_FieldPath interface { gotenobject.FieldPath Selector() ListenResponseResumeChannelResponse_FieldPathSelector Get(source *ListenResponse_ResumeChannelResponse) []interface{} GetSingle(source *ListenResponse_ResumeChannelResponse) (interface{}, bool) ClearValue(item *ListenResponse_ResumeChannelResponse) // Those methods build corresponding ListenResponseResumeChannelResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenResponseResumeChannelResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListenResponseResumeChannelResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenResponseResumeChannelResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenResponseResumeChannelResponse_FieldPath ¶
func BuildListenResponseResumeChannelResponse_FieldPath(fp gotenobject.RawFieldPath) (ListenResponseResumeChannelResponse_FieldPath, error)
func MustParseListenResponseResumeChannelResponse_FieldPath ¶
func MustParseListenResponseResumeChannelResponse_FieldPath(rawField string) ListenResponseResumeChannelResponse_FieldPath
func ParseListenResponseResumeChannelResponse_FieldPath ¶
func ParseListenResponseResumeChannelResponse_FieldPath(rawField string) (ListenResponseResumeChannelResponse_FieldPath, error)
type ListenResponseResumeChannelResponse_FieldPathArrayItemValue ¶
type ListenResponseResumeChannelResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenResponseResumeChannelResponse_FieldPath ContainsValue(*ListenResponse_ResumeChannelResponse) bool }
ListenResponseResumeChannelResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ResumeChannelResponse according to their type Present only for array (repeated) types.
func MustParseListenResponseResumeChannelResponse_FieldPathArrayItemValue ¶
func MustParseListenResponseResumeChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListenResponseResumeChannelResponse_FieldPathArrayItemValue
func ParseListenResponseResumeChannelResponse_FieldPathArrayItemValue ¶
func ParseListenResponseResumeChannelResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListenResponseResumeChannelResponse_FieldPathArrayItemValue, error)
ParseListenResponseResumeChannelResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenResponseResumeChannelResponse_FieldPathArrayOfValues ¶
type ListenResponseResumeChannelResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenResponseResumeChannelResponse_FieldPath }
ListenResponseResumeChannelResponse_FieldPathArrayOfValues allows storing slice of values for ResumeChannelResponse fields according to their type
func MustParseListenResponseResumeChannelResponse_FieldPathArrayOfValues ¶
func MustParseListenResponseResumeChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListenResponseResumeChannelResponse_FieldPathArrayOfValues
func ParseListenResponseResumeChannelResponse_FieldPathArrayOfValues ¶
func ParseListenResponseResumeChannelResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenResponseResumeChannelResponse_FieldPathArrayOfValues, error)
type ListenResponseResumeChannelResponse_FieldPathSelector ¶
type ListenResponseResumeChannelResponse_FieldPathSelector int32
const ( ListenResponseResumeChannelResponse_FieldPathSelectorChannelId ListenResponseResumeChannelResponse_FieldPathSelector = 0 ListenResponseResumeChannelResponse_FieldPathSelectorService ListenResponseResumeChannelResponse_FieldPathSelector = 1 ListenResponseResumeChannelResponse_FieldPathSelectorArg ListenResponseResumeChannelResponse_FieldPathSelector = 2 ListenResponseResumeChannelResponse_FieldPathSelectorLastMessageId ListenResponseResumeChannelResponse_FieldPathSelector = 3 )
func (ListenResponseResumeChannelResponse_FieldPathSelector) String ¶
func (s ListenResponseResumeChannelResponse_FieldPathSelector) String() string
type ListenResponseResumeChannelResponse_FieldPathValue ¶
type ListenResponseResumeChannelResponse_FieldPathValue interface { ListenResponseResumeChannelResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListenResponse_ResumeChannelResponse) CompareWith(*ListenResponse_ResumeChannelResponse) (cmp int, comparable bool) }
ListenResponseResumeChannelResponse_FieldPathValue allows storing values for ResumeChannelResponse fields according to their type
func MustParseListenResponseResumeChannelResponse_FieldPathValue ¶
func MustParseListenResponseResumeChannelResponse_FieldPathValue(pathStr, valueStr string) ListenResponseResumeChannelResponse_FieldPathValue
func ParseListenResponseResumeChannelResponse_FieldPathValue ¶
func ParseListenResponseResumeChannelResponse_FieldPathValue(pathStr, valueStr string) (ListenResponseResumeChannelResponse_FieldPathValue, error)
type ListenResponseResumeChannelResponse_FieldTerminalPath ¶
type ListenResponseResumeChannelResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) ClearValue(item *ListenResponse_ResumeChannelResponse)
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) Get ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) Get(source *ListenResponse_ResumeChannelResponse) (values []interface{})
Get returns all values pointed by specific field from source ListenResponse_ResumeChannelResponse
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetSingle(source *ListenResponse_ResumeChannelResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenResponse_ResumeChannelResponse
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) JSONString ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) String ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponseResumeChannelResponse_FieldPathArrayItemValue
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponseResumeChannelResponse_FieldPathArrayOfValues
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithIValue(value interface{}) ListenResponseResumeChannelResponse_FieldPathValue
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenResponseResumeChannelResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue ¶
type ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue struct { ListenResponseResumeChannelResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse_ResumeChannelResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ResumeChannelResponse'
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenResponse_ResumeChannelResponse as interface{}
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse_ResumeChannelResponse) (interface{}, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenResponseResumeChannelResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues ¶
type ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues struct { ListenResponseResumeChannelResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsArgArrayOfValues ¶
func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsArgArrayOfValues() ([][]byte, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues ¶
func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsChannelIdArrayOfValues() ([]uint64, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues ¶
func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsLastMessageIdArrayOfValues() ([]uint64, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues ¶
func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]string, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenResponseResumeChannelResponse_FieldTerminalPathValue ¶
type ListenResponseResumeChannelResponse_FieldTerminalPathValue struct { ListenResponseResumeChannelResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsArgValue ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsArgValue() ([]byte, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsChannelIdValue ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsChannelIdValue() (uint64, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsLastMessageIdValue ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsLastMessageIdValue() (uint64, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsServiceValue ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) AsServiceValue() (string, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) CompareWith(source *ListenResponse_ResumeChannelResponse) (int, bool)
CompareWith compares value in the 'ListenResponseResumeChannelResponse_FieldTerminalPathValue' with the value under path in 'ListenResponse_ResumeChannelResponse'.
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ResumeChannelResponse' as interface{}
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) SetTo(target **ListenResponse_ResumeChannelResponse)
SetTo stores value for selected field for object ResumeChannelResponse
func (*ListenResponseResumeChannelResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenResponseResumeChannelResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenResponse_FieldMask ¶
type ListenResponse_FieldMask struct {
Paths []ListenResponse_FieldPath
}
func FullListenResponse_FieldMask ¶
func FullListenResponse_FieldMask() *ListenResponse_FieldMask
func (*ListenResponse_FieldMask) AppendPath ¶
func (fieldMask *ListenResponse_FieldMask) AppendPath(path ListenResponse_FieldPath)
func (*ListenResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListenResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListenResponse_FieldMask) FilterInputFields() *ListenResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenResponse_FieldMask) GetPaths ¶
func (fieldMask *ListenResponse_FieldMask) GetPaths() []ListenResponse_FieldPath
func (*ListenResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListenResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenResponse_FieldMask) IsFull ¶
func (fieldMask *ListenResponse_FieldMask) IsFull() bool
func (ListenResponse_FieldMask) Marshal ¶
func (fieldMask ListenResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListenResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenResponse_FieldMask) PathsCount ¶
func (fieldMask *ListenResponse_FieldMask) PathsCount() int
func (*ListenResponse_FieldMask) Project ¶
func (fieldMask *ListenResponse_FieldMask) Project(source *ListenResponse) *ListenResponse
func (*ListenResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListenResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListenResponse_FieldMask) ProtoMessage()
func (*ListenResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListenResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListenResponse_FieldMask) Reset ¶
func (fieldMask *ListenResponse_FieldMask) Reset()
func (*ListenResponse_FieldMask) Set ¶
func (fieldMask *ListenResponse_FieldMask) Set(target, source *ListenResponse)
func (*ListenResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListenResponse_FieldMask) SetRaw ¶
func (fieldMask *ListenResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenResponse_FieldMask) Size ¶
func (fieldMask *ListenResponse_FieldMask) Size() int
func (*ListenResponse_FieldMask) String ¶
func (fieldMask *ListenResponse_FieldMask) String() string
func (*ListenResponse_FieldMask) Subtract ¶
func (fieldMask *ListenResponse_FieldMask) Subtract(other *ListenResponse_FieldMask) *ListenResponse_FieldMask
func (*ListenResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListenResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListenResponse_FieldMask) Unmarshal(data []byte) error
func (*ListenResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListenResponse_FieldPath ¶
type ListenResponse_FieldPath interface { gotenobject.FieldPath Selector() ListenResponse_FieldPathSelector Get(source *ListenResponse) []interface{} GetSingle(source *ListenResponse) (interface{}, bool) ClearValue(item *ListenResponse) // Those methods build corresponding ListenResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListenResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListenResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListenResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListenResponse_FieldPath ¶
func BuildListenResponse_FieldPath(fp gotenobject.RawFieldPath) (ListenResponse_FieldPath, error)
func MustParseListenResponse_FieldPath ¶
func MustParseListenResponse_FieldPath(rawField string) ListenResponse_FieldPath
func ParseListenResponse_FieldPath ¶
func ParseListenResponse_FieldPath(rawField string) (ListenResponse_FieldPath, error)
type ListenResponse_FieldPathArrayItemValue ¶
type ListenResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListenResponse_FieldPath ContainsValue(*ListenResponse) bool }
ListenResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListenResponse according to their type Present only for array (repeated) types.
func MustParseListenResponse_FieldPathArrayItemValue ¶
func MustParseListenResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListenResponse_FieldPathArrayItemValue
func ParseListenResponse_FieldPathArrayItemValue ¶
func ParseListenResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListenResponse_FieldPathArrayItemValue, error)
ParseListenResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListenResponse_FieldPathArrayOfValues ¶
type ListenResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListenResponse_FieldPath }
ListenResponse_FieldPathArrayOfValues allows storing slice of values for ListenResponse fields according to their type
func MustParseListenResponse_FieldPathArrayOfValues ¶
func MustParseListenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListenResponse_FieldPathArrayOfValues
func ParseListenResponse_FieldPathArrayOfValues ¶
func ParseListenResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListenResponse_FieldPathArrayOfValues, error)
type ListenResponse_FieldPathSelector ¶
type ListenResponse_FieldPathSelector int32
const ( ListenResponse_FieldPathSelectorListening ListenResponse_FieldPathSelector = 0 ListenResponse_FieldPathSelectorOpenChannelResponse ListenResponse_FieldPathSelector = 1 ListenResponse_FieldPathSelectorResumeChannelResponse ListenResponse_FieldPathSelector = 2 )
func (ListenResponse_FieldPathSelector) String ¶
func (s ListenResponse_FieldPathSelector) String() string
type ListenResponse_FieldPathValue ¶
type ListenResponse_FieldPathValue interface { ListenResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListenResponse) CompareWith(*ListenResponse) (cmp int, comparable bool) }
ListenResponse_FieldPathValue allows storing values for ListenResponse fields according to their type
func MustParseListenResponse_FieldPathValue ¶
func MustParseListenResponse_FieldPathValue(pathStr, valueStr string) ListenResponse_FieldPathValue
func ParseListenResponse_FieldPathValue ¶
func ParseListenResponse_FieldPathValue(pathStr, valueStr string) (ListenResponse_FieldPathValue, error)
type ListenResponse_FieldSubPath ¶
type ListenResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListenResponse_FieldSubPath) AsListeningSubPath ¶
func (fps *ListenResponse_FieldSubPath) AsListeningSubPath() (ListenResponseListening_FieldPath, bool)
func (*ListenResponse_FieldSubPath) AsOpenChannelResponseSubPath ¶
func (fps *ListenResponse_FieldSubPath) AsOpenChannelResponseSubPath() (ListenResponseOpenChannelResponse_FieldPath, bool)
func (*ListenResponse_FieldSubPath) AsResumeChannelResponseSubPath ¶
func (fps *ListenResponse_FieldSubPath) AsResumeChannelResponseSubPath() (ListenResponseResumeChannelResponse_FieldPath, bool)
func (*ListenResponse_FieldSubPath) ClearValue ¶
func (fps *ListenResponse_FieldSubPath) ClearValue(item *ListenResponse)
func (*ListenResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ListenResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListenResponse_FieldSubPath) Get ¶
func (fps *ListenResponse_FieldSubPath) Get(source *ListenResponse) (values []interface{})
Get returns all values pointed by selected field from source ListenResponse
func (*ListenResponse_FieldSubPath) GetDefault ¶
func (fps *ListenResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenResponse_FieldSubPath) GetRaw ¶
func (fps *ListenResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListenResponse_FieldSubPath) GetSingle ¶
func (fps *ListenResponse_FieldSubPath) GetSingle(source *ListenResponse) (interface{}, bool)
GetSingle returns value of selected field from source ListenResponse
func (*ListenResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ListenResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenResponse_FieldSubPath) IsLeaf ¶
func (fps *ListenResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenResponse_FieldSubPath) JSONString ¶
func (fps *ListenResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenResponse_FieldSubPath) Selector ¶
func (fps *ListenResponse_FieldSubPath) Selector() ListenResponse_FieldPathSelector
func (*ListenResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ListenResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenResponse_FieldSubPath) String ¶
func (fps *ListenResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListenResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListenResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListenResponse_FieldPathArrayItemValue
func (*ListenResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListenResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListenResponse_FieldPathArrayOfValues
func (*ListenResponse_FieldSubPath) WithIValue ¶
func (fps *ListenResponse_FieldSubPath) WithIValue(value interface{}) ListenResponse_FieldPathValue
func (*ListenResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListenResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListenResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenResponse_FieldSubPath) WithRawIValue ¶
func (fps *ListenResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenResponse_FieldSubPathArrayItemValue ¶
type ListenResponse_FieldSubPathArrayItemValue struct { ListenResponse_FieldPath // contains filtered or unexported fields }
func (*ListenResponse_FieldSubPathArrayItemValue) AsListeningPathItemValue ¶
func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) AsListeningPathItemValue() (ListenResponseListening_FieldPathArrayItemValue, bool)
func (*ListenResponse_FieldSubPathArrayItemValue) AsOpenChannelResponsePathItemValue ¶
func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) AsOpenChannelResponsePathItemValue() (ListenResponseOpenChannelResponse_FieldPathArrayItemValue, bool)
func (*ListenResponse_FieldSubPathArrayItemValue) AsResumeChannelResponsePathItemValue ¶
func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) AsResumeChannelResponsePathItemValue() (ListenResponseResumeChannelResponse_FieldPathArrayItemValue, bool)
func (*ListenResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListenResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListenResponse'
func (*ListenResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListenResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListenResponse_FieldSubPathArrayOfValues ¶
type ListenResponse_FieldSubPathArrayOfValues struct { ListenResponse_FieldPath // contains filtered or unexported fields }
func (*ListenResponse_FieldSubPathArrayOfValues) AsListeningPathArrayOfValues ¶
func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) AsListeningPathArrayOfValues() (ListenResponseListening_FieldPathArrayOfValues, bool)
func (*ListenResponse_FieldSubPathArrayOfValues) AsOpenChannelResponsePathArrayOfValues ¶
func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) AsOpenChannelResponsePathArrayOfValues() (ListenResponseOpenChannelResponse_FieldPathArrayOfValues, bool)
func (*ListenResponse_FieldSubPathArrayOfValues) AsResumeChannelResponsePathArrayOfValues ¶
func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) AsResumeChannelResponsePathArrayOfValues() (ListenResponseResumeChannelResponse_FieldPathArrayOfValues, bool)
func (*ListenResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListenResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListenResponse_FieldSubPathValue ¶
type ListenResponse_FieldSubPathValue struct { ListenResponse_FieldPath // contains filtered or unexported fields }
func (*ListenResponse_FieldSubPathValue) AsListeningPathValue ¶
func (fpvs *ListenResponse_FieldSubPathValue) AsListeningPathValue() (ListenResponseListening_FieldPathValue, bool)
func (*ListenResponse_FieldSubPathValue) AsOpenChannelResponsePathValue ¶
func (fpvs *ListenResponse_FieldSubPathValue) AsOpenChannelResponsePathValue() (ListenResponseOpenChannelResponse_FieldPathValue, bool)
func (*ListenResponse_FieldSubPathValue) AsResumeChannelResponsePathValue ¶
func (fpvs *ListenResponse_FieldSubPathValue) AsResumeChannelResponsePathValue() (ListenResponseResumeChannelResponse_FieldPathValue, bool)
func (*ListenResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListenResponse_FieldSubPathValue) CompareWith(source *ListenResponse) (int, bool)
func (*ListenResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListenResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListenResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ListenResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ListenResponse_FieldSubPathValue) SetTo(target **ListenResponse)
func (*ListenResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListenResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListenResponse_FieldTerminalPath ¶
type ListenResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListenResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListenResponse_FieldTerminalPath) ClearValue(item *ListenResponse)
func (*ListenResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListenResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListenResponse_FieldTerminalPath) Get ¶
func (fp *ListenResponse_FieldTerminalPath) Get(source *ListenResponse) (values []interface{})
Get returns all values pointed by specific field from source ListenResponse
func (*ListenResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListenResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListenResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListenResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListenResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListenResponse_FieldTerminalPath) GetSingle(source *ListenResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListenResponse
func (*ListenResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListenResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListenResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListenResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListenResponse_FieldTerminalPath) JSONString ¶
func (fp *ListenResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListenResponse_FieldTerminalPath) Selector ¶
func (fp *ListenResponse_FieldTerminalPath) Selector() ListenResponse_FieldPathSelector
func (*ListenResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListenResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListenResponse_FieldTerminalPath) String ¶
func (fp *ListenResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListenResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListenResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListenResponse_FieldPathArrayItemValue
func (*ListenResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListenResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListenResponse_FieldPathArrayOfValues
func (*ListenResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListenResponse_FieldTerminalPath) WithIValue(value interface{}) ListenResponse_FieldPathValue
func (*ListenResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListenResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListenResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListenResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListenResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListenResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListenResponse_FieldTerminalPathArrayItemValue ¶
type ListenResponse_FieldTerminalPathArrayItemValue struct { ListenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListenResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListenResponse'
func (*ListenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListenResponse as interface{}
func (*ListenResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListenResponse) (interface{}, bool)
func (*ListenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListenResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListenResponse_FieldTerminalPathArrayOfValues ¶
type ListenResponse_FieldTerminalPathArrayOfValues struct { ListenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponse_FieldTerminalPathArrayOfValues) AsListeningArrayOfValues ¶
func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) AsListeningArrayOfValues() ([]*ListenResponse_Listening, bool)
func (*ListenResponse_FieldTerminalPathArrayOfValues) AsOpenChannelResponseArrayOfValues ¶
func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) AsOpenChannelResponseArrayOfValues() ([]*ListenResponse_OpenChannelResponse, bool)
func (*ListenResponse_FieldTerminalPathArrayOfValues) AsResumeChannelResponseArrayOfValues ¶
func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) AsResumeChannelResponseArrayOfValues() ([]*ListenResponse_ResumeChannelResponse, bool)
func (*ListenResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListenResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListenResponse_FieldTerminalPathValue ¶
type ListenResponse_FieldTerminalPathValue struct { ListenResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListenResponse_FieldTerminalPathValue) AsListeningValue ¶
func (fpv *ListenResponse_FieldTerminalPathValue) AsListeningValue() (*ListenResponse_Listening, bool)
func (*ListenResponse_FieldTerminalPathValue) AsOpenChannelResponseValue ¶
func (fpv *ListenResponse_FieldTerminalPathValue) AsOpenChannelResponseValue() (*ListenResponse_OpenChannelResponse, bool)
func (*ListenResponse_FieldTerminalPathValue) AsResumeChannelResponseValue ¶
func (fpv *ListenResponse_FieldTerminalPathValue) AsResumeChannelResponseValue() (*ListenResponse_ResumeChannelResponse, bool)
func (*ListenResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListenResponse_FieldTerminalPathValue) CompareWith(source *ListenResponse) (int, bool)
CompareWith compares value in the 'ListenResponse_FieldTerminalPathValue' with the value under path in 'ListenResponse'.
func (*ListenResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListenResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListenResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListenResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListenResponse' as interface{}
func (*ListenResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListenResponse_FieldTerminalPathValue) SetTo(target **ListenResponse)
SetTo stores value for selected field for object ListenResponse
func (*ListenResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListenResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListenResponse_Listening ¶
type ListenResponse_Listening struct { SessionId uint64 `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty" firestore:"sessionId"` // contains filtered or unexported fields }
func (*ListenResponse_Listening) Clone ¶
func (o *ListenResponse_Listening) Clone() *ListenResponse_Listening
func (*ListenResponse_Listening) CloneRaw ¶
func (o *ListenResponse_Listening) CloneRaw() gotenobject.GotenObjectExt
func (*ListenResponse_Listening) Descriptor ¶
func (*ListenResponse_Listening) Descriptor() ([]byte, []int)
Deprecated, Use ListenResponse_Listening.ProtoReflect.Descriptor instead.
func (*ListenResponse_Listening) GetSessionId ¶
func (m *ListenResponse_Listening) GetSessionId() uint64
func (*ListenResponse_Listening) GotenMessage ¶
func (*ListenResponse_Listening) GotenMessage()
func (*ListenResponse_Listening) GotenObjectExt ¶
func (o *ListenResponse_Listening) GotenObjectExt()
func (*ListenResponse_Listening) GotenValidate ¶
func (obj *ListenResponse_Listening) GotenValidate() error
func (*ListenResponse_Listening) MakeDiffFieldMask ¶
func (o *ListenResponse_Listening) MakeDiffFieldMask(other *ListenResponse_Listening) *ListenResponse_Listening_FieldMask
func (*ListenResponse_Listening) MakeFullFieldMask ¶
func (o *ListenResponse_Listening) MakeFullFieldMask() *ListenResponse_Listening_FieldMask
func (*ListenResponse_Listening) MakeRawDiffFieldMask ¶
func (o *ListenResponse_Listening) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenResponse_Listening) MakeRawFullFieldMask ¶
func (o *ListenResponse_Listening) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenResponse_Listening) Marshal ¶
func (m *ListenResponse_Listening) Marshal() ([]byte, error)
func (*ListenResponse_Listening) MarshalJSON ¶
func (m *ListenResponse_Listening) MarshalJSON() ([]byte, error)
func (*ListenResponse_Listening) Merge ¶
func (o *ListenResponse_Listening) Merge(source *ListenResponse_Listening)
func (*ListenResponse_Listening) MergeRaw ¶
func (o *ListenResponse_Listening) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenResponse_Listening) ProtoMessage ¶
func (*ListenResponse_Listening) ProtoMessage()
func (*ListenResponse_Listening) ProtoReflect ¶
func (m *ListenResponse_Listening) ProtoReflect() preflect.Message
func (*ListenResponse_Listening) Reset ¶
func (m *ListenResponse_Listening) Reset()
func (*ListenResponse_Listening) SetSessionId ¶
func (m *ListenResponse_Listening) SetSessionId(fv uint64)
func (*ListenResponse_Listening) String ¶
func (m *ListenResponse_Listening) String() string
func (*ListenResponse_Listening) Unmarshal ¶
func (m *ListenResponse_Listening) Unmarshal(b []byte) error
func (*ListenResponse_Listening) UnmarshalJSON ¶
func (m *ListenResponse_Listening) UnmarshalJSON(data []byte) error
type ListenResponse_ListeningPathSelectorSessionId ¶
type ListenResponse_ListeningPathSelectorSessionId struct{}
func (ListenResponse_ListeningPathSelectorSessionId) WithArrayOfValues ¶
func (s ListenResponse_ListeningPathSelectorSessionId) WithArrayOfValues(values []uint64) *ListenResponseListening_FieldTerminalPathArrayOfValues
func (ListenResponse_ListeningPathSelectorSessionId) WithValue ¶
func (s ListenResponse_ListeningPathSelectorSessionId) WithValue(value uint64) *ListenResponseListening_FieldTerminalPathValue
type ListenResponse_Listening_ ¶
type ListenResponse_Listening_ struct {
Listening *ListenResponse_Listening `protobuf:"bytes,1,opt,name=listening,proto3,oneof" firestore:"listening"`
}
type ListenResponse_Listening_FieldMask ¶
type ListenResponse_Listening_FieldMask struct {
Paths []ListenResponseListening_FieldPath
}
func FullListenResponse_Listening_FieldMask ¶
func FullListenResponse_Listening_FieldMask() *ListenResponse_Listening_FieldMask
func (*ListenResponse_Listening_FieldMask) AppendPath ¶
func (fieldMask *ListenResponse_Listening_FieldMask) AppendPath(path ListenResponseListening_FieldPath)
func (*ListenResponse_Listening_FieldMask) AppendRawPath ¶
func (fieldMask *ListenResponse_Listening_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenResponse_Listening_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenResponse_Listening_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenResponse_Listening_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenResponse_Listening_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenResponse_Listening_FieldMask) FilterInputFields ¶
func (fieldMask *ListenResponse_Listening_FieldMask) FilterInputFields() *ListenResponse_Listening_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenResponse_Listening_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenResponse_Listening_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenResponse_Listening_FieldMask) GetPaths ¶
func (fieldMask *ListenResponse_Listening_FieldMask) GetPaths() []ListenResponseListening_FieldPath
func (*ListenResponse_Listening_FieldMask) GetRawPaths ¶
func (fieldMask *ListenResponse_Listening_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenResponse_Listening_FieldMask) IsFull ¶
func (fieldMask *ListenResponse_Listening_FieldMask) IsFull() bool
func (ListenResponse_Listening_FieldMask) Marshal ¶
func (fieldMask ListenResponse_Listening_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenResponse_Listening_FieldMask) MarshalJSON ¶
func (fieldMask ListenResponse_Listening_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenResponse_Listening_FieldMask) PathsCount ¶
func (fieldMask *ListenResponse_Listening_FieldMask) PathsCount() int
func (*ListenResponse_Listening_FieldMask) Project ¶
func (fieldMask *ListenResponse_Listening_FieldMask) Project(source *ListenResponse_Listening) *ListenResponse_Listening
func (*ListenResponse_Listening_FieldMask) ProjectRaw ¶
func (fieldMask *ListenResponse_Listening_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenResponse_Listening_FieldMask) ProtoMessage ¶
func (fieldMask *ListenResponse_Listening_FieldMask) ProtoMessage()
func (*ListenResponse_Listening_FieldMask) ProtoReflect ¶
func (fieldMask *ListenResponse_Listening_FieldMask) ProtoReflect() preflect.Message
func (*ListenResponse_Listening_FieldMask) Reset ¶
func (fieldMask *ListenResponse_Listening_FieldMask) Reset()
func (*ListenResponse_Listening_FieldMask) Set ¶
func (fieldMask *ListenResponse_Listening_FieldMask) Set(target, source *ListenResponse_Listening)
func (*ListenResponse_Listening_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenResponse_Listening_FieldMask) SetFromCliFlag(raw string) error
func (*ListenResponse_Listening_FieldMask) SetRaw ¶
func (fieldMask *ListenResponse_Listening_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenResponse_Listening_FieldMask) Size ¶
func (fieldMask *ListenResponse_Listening_FieldMask) Size() int
func (*ListenResponse_Listening_FieldMask) String ¶
func (fieldMask *ListenResponse_Listening_FieldMask) String() string
func (*ListenResponse_Listening_FieldMask) Subtract ¶
func (fieldMask *ListenResponse_Listening_FieldMask) Subtract(other *ListenResponse_Listening_FieldMask) *ListenResponse_Listening_FieldMask
func (*ListenResponse_Listening_FieldMask) SubtractRaw ¶
func (fieldMask *ListenResponse_Listening_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenResponse_Listening_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenResponse_Listening_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenResponse_Listening_FieldMask) Unmarshal ¶
func (fieldMask *ListenResponse_Listening_FieldMask) Unmarshal(data []byte) error
func (*ListenResponse_Listening_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenResponse_Listening_FieldMask) UnmarshalJSON(data []byte) error
type ListenResponse_OpenChannelResponse ¶
type ListenResponse_OpenChannelResponse struct { // Channel ID ChannelId uint64 `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` // Device service; Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty" firestore:"service"` // Initial argument (optional) Arg []byte `protobuf:"bytes,3,opt,name=arg,proto3" json:"arg,omitempty" firestore:"arg"` // contains filtered or unexported fields }
func (*ListenResponse_OpenChannelResponse) Clone ¶
func (o *ListenResponse_OpenChannelResponse) Clone() *ListenResponse_OpenChannelResponse
func (*ListenResponse_OpenChannelResponse) CloneRaw ¶
func (o *ListenResponse_OpenChannelResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListenResponse_OpenChannelResponse) Descriptor ¶
func (*ListenResponse_OpenChannelResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListenResponse_OpenChannelResponse.ProtoReflect.Descriptor instead.
func (*ListenResponse_OpenChannelResponse) GetArg ¶
func (m *ListenResponse_OpenChannelResponse) GetArg() []byte
func (*ListenResponse_OpenChannelResponse) GetChannelId ¶
func (m *ListenResponse_OpenChannelResponse) GetChannelId() uint64
func (*ListenResponse_OpenChannelResponse) GetService ¶
func (m *ListenResponse_OpenChannelResponse) GetService() string
func (*ListenResponse_OpenChannelResponse) GotenMessage ¶
func (*ListenResponse_OpenChannelResponse) GotenMessage()
func (*ListenResponse_OpenChannelResponse) GotenObjectExt ¶
func (o *ListenResponse_OpenChannelResponse) GotenObjectExt()
func (*ListenResponse_OpenChannelResponse) GotenValidate ¶
func (obj *ListenResponse_OpenChannelResponse) GotenValidate() error
func (*ListenResponse_OpenChannelResponse) MakeDiffFieldMask ¶
func (o *ListenResponse_OpenChannelResponse) MakeDiffFieldMask(other *ListenResponse_OpenChannelResponse) *ListenResponse_OpenChannelResponse_FieldMask
func (*ListenResponse_OpenChannelResponse) MakeFullFieldMask ¶
func (o *ListenResponse_OpenChannelResponse) MakeFullFieldMask() *ListenResponse_OpenChannelResponse_FieldMask
func (*ListenResponse_OpenChannelResponse) MakeRawDiffFieldMask ¶
func (o *ListenResponse_OpenChannelResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenResponse_OpenChannelResponse) MakeRawFullFieldMask ¶
func (o *ListenResponse_OpenChannelResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenResponse_OpenChannelResponse) Marshal ¶
func (m *ListenResponse_OpenChannelResponse) Marshal() ([]byte, error)
func (*ListenResponse_OpenChannelResponse) MarshalJSON ¶
func (m *ListenResponse_OpenChannelResponse) MarshalJSON() ([]byte, error)
func (*ListenResponse_OpenChannelResponse) Merge ¶
func (o *ListenResponse_OpenChannelResponse) Merge(source *ListenResponse_OpenChannelResponse)
func (*ListenResponse_OpenChannelResponse) MergeRaw ¶
func (o *ListenResponse_OpenChannelResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenResponse_OpenChannelResponse) ProtoMessage ¶
func (*ListenResponse_OpenChannelResponse) ProtoMessage()
func (*ListenResponse_OpenChannelResponse) ProtoReflect ¶
func (m *ListenResponse_OpenChannelResponse) ProtoReflect() preflect.Message
func (*ListenResponse_OpenChannelResponse) Reset ¶
func (m *ListenResponse_OpenChannelResponse) Reset()
func (*ListenResponse_OpenChannelResponse) SetArg ¶
func (m *ListenResponse_OpenChannelResponse) SetArg(fv []byte)
func (*ListenResponse_OpenChannelResponse) SetChannelId ¶
func (m *ListenResponse_OpenChannelResponse) SetChannelId(fv uint64)
func (*ListenResponse_OpenChannelResponse) SetService ¶
func (m *ListenResponse_OpenChannelResponse) SetService(fv string)
func (*ListenResponse_OpenChannelResponse) String ¶
func (m *ListenResponse_OpenChannelResponse) String() string
func (*ListenResponse_OpenChannelResponse) Unmarshal ¶
func (m *ListenResponse_OpenChannelResponse) Unmarshal(b []byte) error
func (*ListenResponse_OpenChannelResponse) UnmarshalJSON ¶
func (m *ListenResponse_OpenChannelResponse) UnmarshalJSON(data []byte) error
type ListenResponse_OpenChannelResponsePathSelectorArg ¶
type ListenResponse_OpenChannelResponsePathSelectorArg struct{}
func (ListenResponse_OpenChannelResponsePathSelectorArg) WithArrayOfValues ¶
func (s ListenResponse_OpenChannelResponsePathSelectorArg) WithArrayOfValues(values [][]byte) *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues
func (ListenResponse_OpenChannelResponsePathSelectorArg) WithValue ¶
func (s ListenResponse_OpenChannelResponsePathSelectorArg) WithValue(value []byte) *ListenResponseOpenChannelResponse_FieldTerminalPathValue
type ListenResponse_OpenChannelResponsePathSelectorChannelId ¶
type ListenResponse_OpenChannelResponsePathSelectorChannelId struct{}
func (ListenResponse_OpenChannelResponsePathSelectorChannelId) WithArrayOfValues ¶
func (s ListenResponse_OpenChannelResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues
type ListenResponse_OpenChannelResponsePathSelectorService ¶
type ListenResponse_OpenChannelResponsePathSelectorService struct{}
func (ListenResponse_OpenChannelResponsePathSelectorService) WithArrayOfValues ¶
func (s ListenResponse_OpenChannelResponsePathSelectorService) WithArrayOfValues(values []string) *ListenResponseOpenChannelResponse_FieldTerminalPathArrayOfValues
func (ListenResponse_OpenChannelResponsePathSelectorService) WithValue ¶
func (s ListenResponse_OpenChannelResponsePathSelectorService) WithValue(value string) *ListenResponseOpenChannelResponse_FieldTerminalPathValue
type ListenResponse_OpenChannelResponse_ ¶
type ListenResponse_OpenChannelResponse_ struct { // Notifies a new channel has been requested by a client. OpenChannelResponse *ListenResponse_OpenChannelResponse `protobuf:"bytes,2,opt,name=open_channel_response,json=openChannelResponse,proto3,oneof" firestore:"openChannelResponse"` }
type ListenResponse_OpenChannelResponse_FieldMask ¶
type ListenResponse_OpenChannelResponse_FieldMask struct {
Paths []ListenResponseOpenChannelResponse_FieldPath
}
func FullListenResponse_OpenChannelResponse_FieldMask ¶
func FullListenResponse_OpenChannelResponse_FieldMask() *ListenResponse_OpenChannelResponse_FieldMask
func (*ListenResponse_OpenChannelResponse_FieldMask) AppendPath ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) AppendPath(path ListenResponseOpenChannelResponse_FieldPath)
func (*ListenResponse_OpenChannelResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenResponse_OpenChannelResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenResponse_OpenChannelResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenResponse_OpenChannelResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) FilterInputFields() *ListenResponse_OpenChannelResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenResponse_OpenChannelResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenResponse_OpenChannelResponse_FieldMask) GetPaths ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) GetPaths() []ListenResponseOpenChannelResponse_FieldPath
func (*ListenResponse_OpenChannelResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenResponse_OpenChannelResponse_FieldMask) IsFull ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) IsFull() bool
func (ListenResponse_OpenChannelResponse_FieldMask) Marshal ¶
func (fieldMask ListenResponse_OpenChannelResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenResponse_OpenChannelResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListenResponse_OpenChannelResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenResponse_OpenChannelResponse_FieldMask) PathsCount ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) PathsCount() int
func (*ListenResponse_OpenChannelResponse_FieldMask) Project ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Project(source *ListenResponse_OpenChannelResponse) *ListenResponse_OpenChannelResponse
func (*ListenResponse_OpenChannelResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenResponse_OpenChannelResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ProtoMessage()
func (*ListenResponse_OpenChannelResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListenResponse_OpenChannelResponse_FieldMask) Reset ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Reset()
func (*ListenResponse_OpenChannelResponse_FieldMask) Set ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Set(target, source *ListenResponse_OpenChannelResponse)
func (*ListenResponse_OpenChannelResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListenResponse_OpenChannelResponse_FieldMask) SetRaw ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenResponse_OpenChannelResponse_FieldMask) Size ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Size() int
func (*ListenResponse_OpenChannelResponse_FieldMask) String ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) String() string
func (*ListenResponse_OpenChannelResponse_FieldMask) Subtract ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Subtract(other *ListenResponse_OpenChannelResponse_FieldMask) *ListenResponse_OpenChannelResponse_FieldMask
func (*ListenResponse_OpenChannelResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenResponse_OpenChannelResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenResponse_OpenChannelResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) Unmarshal(data []byte) error
func (*ListenResponse_OpenChannelResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenResponse_OpenChannelResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListenResponse_ResumeChannelResponse ¶
type ListenResponse_ResumeChannelResponse struct { // Channel ID ChannelId uint64 `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty" firestore:"channelId"` // Device service; Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty" firestore:"service"` // Initial argument (optional) Arg []byte `protobuf:"bytes,3,opt,name=arg,proto3" json:"arg,omitempty" firestore:"arg"` LastMessageId uint64 `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListenResponse_ResumeChannelResponse) Clone ¶
func (o *ListenResponse_ResumeChannelResponse) Clone() *ListenResponse_ResumeChannelResponse
func (*ListenResponse_ResumeChannelResponse) CloneRaw ¶
func (o *ListenResponse_ResumeChannelResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListenResponse_ResumeChannelResponse) Descriptor ¶
func (*ListenResponse_ResumeChannelResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListenResponse_ResumeChannelResponse.ProtoReflect.Descriptor instead.
func (*ListenResponse_ResumeChannelResponse) GetArg ¶
func (m *ListenResponse_ResumeChannelResponse) GetArg() []byte
func (*ListenResponse_ResumeChannelResponse) GetChannelId ¶
func (m *ListenResponse_ResumeChannelResponse) GetChannelId() uint64
func (*ListenResponse_ResumeChannelResponse) GetLastMessageId ¶
func (m *ListenResponse_ResumeChannelResponse) GetLastMessageId() uint64
func (*ListenResponse_ResumeChannelResponse) GetService ¶
func (m *ListenResponse_ResumeChannelResponse) GetService() string
func (*ListenResponse_ResumeChannelResponse) GotenMessage ¶
func (*ListenResponse_ResumeChannelResponse) GotenMessage()
func (*ListenResponse_ResumeChannelResponse) GotenObjectExt ¶
func (o *ListenResponse_ResumeChannelResponse) GotenObjectExt()
func (*ListenResponse_ResumeChannelResponse) GotenValidate ¶
func (obj *ListenResponse_ResumeChannelResponse) GotenValidate() error
func (*ListenResponse_ResumeChannelResponse) MakeDiffFieldMask ¶
func (o *ListenResponse_ResumeChannelResponse) MakeDiffFieldMask(other *ListenResponse_ResumeChannelResponse) *ListenResponse_ResumeChannelResponse_FieldMask
func (*ListenResponse_ResumeChannelResponse) MakeFullFieldMask ¶
func (o *ListenResponse_ResumeChannelResponse) MakeFullFieldMask() *ListenResponse_ResumeChannelResponse_FieldMask
func (*ListenResponse_ResumeChannelResponse) MakeRawDiffFieldMask ¶
func (o *ListenResponse_ResumeChannelResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListenResponse_ResumeChannelResponse) MakeRawFullFieldMask ¶
func (o *ListenResponse_ResumeChannelResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListenResponse_ResumeChannelResponse) Marshal ¶
func (m *ListenResponse_ResumeChannelResponse) Marshal() ([]byte, error)
func (*ListenResponse_ResumeChannelResponse) MarshalJSON ¶
func (m *ListenResponse_ResumeChannelResponse) MarshalJSON() ([]byte, error)
func (*ListenResponse_ResumeChannelResponse) Merge ¶
func (o *ListenResponse_ResumeChannelResponse) Merge(source *ListenResponse_ResumeChannelResponse)
func (*ListenResponse_ResumeChannelResponse) MergeRaw ¶
func (o *ListenResponse_ResumeChannelResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListenResponse_ResumeChannelResponse) ProtoMessage ¶
func (*ListenResponse_ResumeChannelResponse) ProtoMessage()
func (*ListenResponse_ResumeChannelResponse) ProtoReflect ¶
func (m *ListenResponse_ResumeChannelResponse) ProtoReflect() preflect.Message
func (*ListenResponse_ResumeChannelResponse) Reset ¶
func (m *ListenResponse_ResumeChannelResponse) Reset()
func (*ListenResponse_ResumeChannelResponse) SetArg ¶
func (m *ListenResponse_ResumeChannelResponse) SetArg(fv []byte)
func (*ListenResponse_ResumeChannelResponse) SetChannelId ¶
func (m *ListenResponse_ResumeChannelResponse) SetChannelId(fv uint64)
func (*ListenResponse_ResumeChannelResponse) SetLastMessageId ¶
func (m *ListenResponse_ResumeChannelResponse) SetLastMessageId(fv uint64)
func (*ListenResponse_ResumeChannelResponse) SetService ¶
func (m *ListenResponse_ResumeChannelResponse) SetService(fv string)
func (*ListenResponse_ResumeChannelResponse) String ¶
func (m *ListenResponse_ResumeChannelResponse) String() string
func (*ListenResponse_ResumeChannelResponse) Unmarshal ¶
func (m *ListenResponse_ResumeChannelResponse) Unmarshal(b []byte) error
func (*ListenResponse_ResumeChannelResponse) UnmarshalJSON ¶
func (m *ListenResponse_ResumeChannelResponse) UnmarshalJSON(data []byte) error
type ListenResponse_ResumeChannelResponsePathSelectorArg ¶
type ListenResponse_ResumeChannelResponsePathSelectorArg struct{}
func (ListenResponse_ResumeChannelResponsePathSelectorArg) WithArrayOfValues ¶
func (s ListenResponse_ResumeChannelResponsePathSelectorArg) WithArrayOfValues(values [][]byte) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
func (ListenResponse_ResumeChannelResponsePathSelectorArg) WithValue ¶
func (s ListenResponse_ResumeChannelResponsePathSelectorArg) WithValue(value []byte) *ListenResponseResumeChannelResponse_FieldTerminalPathValue
type ListenResponse_ResumeChannelResponsePathSelectorChannelId ¶
type ListenResponse_ResumeChannelResponsePathSelectorChannelId struct{}
func (ListenResponse_ResumeChannelResponsePathSelectorChannelId) WithArrayOfValues ¶
func (s ListenResponse_ResumeChannelResponsePathSelectorChannelId) WithArrayOfValues(values []uint64) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
type ListenResponse_ResumeChannelResponsePathSelectorLastMessageId ¶
type ListenResponse_ResumeChannelResponsePathSelectorLastMessageId struct{}
func (ListenResponse_ResumeChannelResponsePathSelectorLastMessageId) WithArrayOfValues ¶
func (s ListenResponse_ResumeChannelResponsePathSelectorLastMessageId) WithArrayOfValues(values []uint64) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
type ListenResponse_ResumeChannelResponsePathSelectorService ¶
type ListenResponse_ResumeChannelResponsePathSelectorService struct{}
func (ListenResponse_ResumeChannelResponsePathSelectorService) WithArrayOfValues ¶
func (s ListenResponse_ResumeChannelResponsePathSelectorService) WithArrayOfValues(values []string) *ListenResponseResumeChannelResponse_FieldTerminalPathArrayOfValues
type ListenResponse_ResumeChannelResponse_ ¶
type ListenResponse_ResumeChannelResponse_ struct { // Notifies a channel was asked to be resumed by a client ResumeChannelResponse *ListenResponse_ResumeChannelResponse `protobuf:"bytes,3,opt,name=resume_channel_response,json=resumeChannelResponse,proto3,oneof" firestore:"resumeChannelResponse"` }
type ListenResponse_ResumeChannelResponse_FieldMask ¶
type ListenResponse_ResumeChannelResponse_FieldMask struct {
Paths []ListenResponseResumeChannelResponse_FieldPath
}
func FullListenResponse_ResumeChannelResponse_FieldMask ¶
func FullListenResponse_ResumeChannelResponse_FieldMask() *ListenResponse_ResumeChannelResponse_FieldMask
func (*ListenResponse_ResumeChannelResponse_FieldMask) AppendPath ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) AppendPath(path ListenResponseResumeChannelResponse_FieldPath)
func (*ListenResponse_ResumeChannelResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListenResponse_ResumeChannelResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListenResponse_ResumeChannelResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListenResponse_ResumeChannelResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) FilterInputFields() *ListenResponse_ResumeChannelResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListenResponse_ResumeChannelResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListenResponse_ResumeChannelResponse_FieldMask) GetPaths ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) GetPaths() []ListenResponseResumeChannelResponse_FieldPath
func (*ListenResponse_ResumeChannelResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListenResponse_ResumeChannelResponse_FieldMask) IsFull ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) IsFull() bool
func (ListenResponse_ResumeChannelResponse_FieldMask) Marshal ¶
func (fieldMask ListenResponse_ResumeChannelResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListenResponse_ResumeChannelResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListenResponse_ResumeChannelResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListenResponse_ResumeChannelResponse_FieldMask) PathsCount ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) PathsCount() int
func (*ListenResponse_ResumeChannelResponse_FieldMask) Project ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Project(source *ListenResponse_ResumeChannelResponse) *ListenResponse_ResumeChannelResponse
func (*ListenResponse_ResumeChannelResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListenResponse_ResumeChannelResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ProtoMessage()
func (*ListenResponse_ResumeChannelResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListenResponse_ResumeChannelResponse_FieldMask) Reset ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Reset()
func (*ListenResponse_ResumeChannelResponse_FieldMask) Set ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Set(target, source *ListenResponse_ResumeChannelResponse)
func (*ListenResponse_ResumeChannelResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListenResponse_ResumeChannelResponse_FieldMask) SetRaw ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListenResponse_ResumeChannelResponse_FieldMask) Size ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Size() int
func (*ListenResponse_ResumeChannelResponse_FieldMask) String ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) String() string
func (*ListenResponse_ResumeChannelResponse_FieldMask) Subtract ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Subtract(other *ListenResponse_ResumeChannelResponse_FieldMask) *ListenResponse_ResumeChannelResponse_FieldMask
func (*ListenResponse_ResumeChannelResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListenResponse_ResumeChannelResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListenResponse_ResumeChannelResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) Unmarshal(data []byte) error
func (*ListenResponse_ResumeChannelResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListenResponse_ResumeChannelResponse_FieldMask) UnmarshalJSON(data []byte) error
type Ping ¶
type Ping struct {
// contains filtered or unexported fields
}
func (*Ping) CloneRaw ¶
func (o *Ping) CloneRaw() gotenobject.GotenObjectExt
func (*Ping) Descriptor ¶
Deprecated, Use Ping.ProtoReflect.Descriptor instead.
func (*Ping) GotenMessage ¶
func (*Ping) GotenMessage()
func (*Ping) GotenObjectExt ¶
func (o *Ping) GotenObjectExt()
func (*Ping) GotenValidate ¶
func (*Ping) MakeDiffFieldMask ¶
func (o *Ping) MakeDiffFieldMask(other *Ping) *Ping_FieldMask
func (*Ping) MakeFullFieldMask ¶
func (o *Ping) MakeFullFieldMask() *Ping_FieldMask
func (*Ping) MakeRawDiffFieldMask ¶
func (o *Ping) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Ping) MakeRawFullFieldMask ¶
func (o *Ping) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Ping) MarshalJSON ¶
func (*Ping) MergeRaw ¶
func (o *Ping) MergeRaw(source gotenobject.GotenObjectExt)
func (*Ping) ProtoMessage ¶
func (*Ping) ProtoMessage()
func (*Ping) ProtoReflect ¶
func (*Ping) UnmarshalJSON ¶
type PingFieldPathBuilder ¶
type PingFieldPathBuilder struct{}
func NewPingFieldPathBuilder ¶
func NewPingFieldPathBuilder() PingFieldPathBuilder
type Ping_FieldMask ¶
type Ping_FieldMask struct {
Paths []Ping_FieldPath
}
func FullPing_FieldMask ¶
func FullPing_FieldMask() *Ping_FieldMask
func (*Ping_FieldMask) AppendPath ¶
func (fieldMask *Ping_FieldMask) AppendPath(path Ping_FieldPath)
func (*Ping_FieldMask) AppendRawPath ¶
func (fieldMask *Ping_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Ping_FieldMask) DecodeFirestore ¶
func (fieldMask *Ping_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Ping_FieldMask) EncodeFirestore ¶
func (fieldMask *Ping_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Ping_FieldMask) FilterInputFields ¶
func (fieldMask *Ping_FieldMask) FilterInputFields() *Ping_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Ping_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Ping_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Ping_FieldMask) GetPaths ¶
func (fieldMask *Ping_FieldMask) GetPaths() []Ping_FieldPath
func (*Ping_FieldMask) GetRawPaths ¶
func (fieldMask *Ping_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Ping_FieldMask) IsFull ¶
func (fieldMask *Ping_FieldMask) IsFull() bool
func (Ping_FieldMask) Marshal ¶
func (fieldMask Ping_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Ping_FieldMask) MarshalJSON ¶
func (fieldMask Ping_FieldMask) MarshalJSON() ([]byte, error)
func (*Ping_FieldMask) PathsCount ¶
func (fieldMask *Ping_FieldMask) PathsCount() int
func (*Ping_FieldMask) Project ¶
func (fieldMask *Ping_FieldMask) Project(source *Ping) *Ping
func (*Ping_FieldMask) ProjectRaw ¶
func (fieldMask *Ping_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Ping_FieldMask) ProtoMessage ¶
func (fieldMask *Ping_FieldMask) ProtoMessage()
func (*Ping_FieldMask) ProtoReflect ¶
func (fieldMask *Ping_FieldMask) ProtoReflect() preflect.Message
func (*Ping_FieldMask) Reset ¶
func (fieldMask *Ping_FieldMask) Reset()
func (*Ping_FieldMask) Set ¶
func (fieldMask *Ping_FieldMask) Set(target, source *Ping)
func (*Ping_FieldMask) SetFromCliFlag ¶
func (fieldMask *Ping_FieldMask) SetFromCliFlag(raw string) error
func (*Ping_FieldMask) SetRaw ¶
func (fieldMask *Ping_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Ping_FieldMask) Size ¶
func (fieldMask *Ping_FieldMask) Size() int
func (*Ping_FieldMask) String ¶
func (fieldMask *Ping_FieldMask) String() string
func (*Ping_FieldMask) Subtract ¶
func (fieldMask *Ping_FieldMask) Subtract(other *Ping_FieldMask) *Ping_FieldMask
func (*Ping_FieldMask) SubtractRaw ¶
func (fieldMask *Ping_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Ping_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Ping_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Ping_FieldMask) Unmarshal ¶
func (fieldMask *Ping_FieldMask) Unmarshal(data []byte) error
func (*Ping_FieldMask) UnmarshalJSON ¶
func (fieldMask *Ping_FieldMask) UnmarshalJSON(data []byte) error
type Ping_FieldPath ¶
type Ping_FieldPath interface { gotenobject.FieldPath Selector() Ping_FieldPathSelector Get(source *Ping) []interface{} GetSingle(source *Ping) (interface{}, bool) ClearValue(item *Ping) // Those methods build corresponding Ping_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Ping_FieldPathValue WithIArrayOfValues(values interface{}) Ping_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Ping_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPing_FieldPath ¶
func BuildPing_FieldPath(fp gotenobject.RawFieldPath) (Ping_FieldPath, error)
func MustParsePing_FieldPath ¶
func MustParsePing_FieldPath(rawField string) Ping_FieldPath
func ParsePing_FieldPath ¶
func ParsePing_FieldPath(rawField string) (Ping_FieldPath, error)
type Ping_FieldPathArrayItemValue ¶
type Ping_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Ping_FieldPath ContainsValue(*Ping) bool }
Ping_FieldPathArrayItemValue allows storing single item in Path-specific values for Ping according to their type Present only for array (repeated) types.
func MustParsePing_FieldPathArrayItemValue ¶
func MustParsePing_FieldPathArrayItemValue(pathStr, valueStr string) Ping_FieldPathArrayItemValue
func ParsePing_FieldPathArrayItemValue ¶
func ParsePing_FieldPathArrayItemValue(pathStr, valueStr string) (Ping_FieldPathArrayItemValue, error)
ParsePing_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Ping_FieldPathArrayOfValues ¶
type Ping_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Ping_FieldPath }
Ping_FieldPathArrayOfValues allows storing slice of values for Ping fields according to their type
func MustParsePing_FieldPathArrayOfValues ¶
func MustParsePing_FieldPathArrayOfValues(pathStr, valuesStr string) Ping_FieldPathArrayOfValues
func ParsePing_FieldPathArrayOfValues ¶
func ParsePing_FieldPathArrayOfValues(pathStr, valuesStr string) (Ping_FieldPathArrayOfValues, error)
type Ping_FieldPathSelector ¶
type Ping_FieldPathSelector int32
func (Ping_FieldPathSelector) String ¶
func (s Ping_FieldPathSelector) String() string
type Ping_FieldPathValue ¶
type Ping_FieldPathValue interface { Ping_FieldPath gotenobject.FieldPathValue SetTo(target **Ping) CompareWith(*Ping) (cmp int, comparable bool) }
Ping_FieldPathValue allows storing values for Ping fields according to their type
func MustParsePing_FieldPathValue ¶
func MustParsePing_FieldPathValue(pathStr, valueStr string) Ping_FieldPathValue
func ParsePing_FieldPathValue ¶
func ParsePing_FieldPathValue(pathStr, valueStr string) (Ping_FieldPathValue, error)
type Ping_FieldTerminalPath ¶
type Ping_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Ping_FieldTerminalPath) ClearValue ¶
func (fp *Ping_FieldTerminalPath) ClearValue(item *Ping)
func (*Ping_FieldTerminalPath) ClearValueRaw ¶
func (fp *Ping_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Ping_FieldTerminalPath) Get ¶
func (fp *Ping_FieldTerminalPath) Get(source *Ping) (values []interface{})
Get returns all values pointed by specific field from source Ping
func (*Ping_FieldTerminalPath) GetDefault ¶
func (fp *Ping_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Ping_FieldTerminalPath) GetRaw ¶
func (fp *Ping_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Ping_FieldTerminalPath) GetSingle ¶
func (fp *Ping_FieldTerminalPath) GetSingle(source *Ping) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Ping
func (*Ping_FieldTerminalPath) GetSingleRaw ¶
func (fp *Ping_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Ping_FieldTerminalPath) IsLeaf ¶
func (fp *Ping_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Ping_FieldTerminalPath) JSONString ¶
func (fp *Ping_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Ping_FieldTerminalPath) Selector ¶
func (fp *Ping_FieldTerminalPath) Selector() Ping_FieldPathSelector
func (*Ping_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *Ping_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Ping_FieldTerminalPath) String ¶
func (fp *Ping_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Ping_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Ping_FieldTerminalPath) WithIArrayItemValue(value interface{}) Ping_FieldPathArrayItemValue
func (*Ping_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Ping_FieldTerminalPath) WithIArrayOfValues(values interface{}) Ping_FieldPathArrayOfValues
func (*Ping_FieldTerminalPath) WithIValue ¶
func (fp *Ping_FieldTerminalPath) WithIValue(value interface{}) Ping_FieldPathValue
func (*Ping_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Ping_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Ping_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Ping_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Ping_FieldTerminalPath) WithRawIValue ¶
func (fp *Ping_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Ping_FieldTerminalPathArrayItemValue ¶
type Ping_FieldTerminalPathArrayItemValue struct { Ping_FieldTerminalPath // contains filtered or unexported fields }
func (*Ping_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Ping_FieldTerminalPathArrayItemValue) ContainsValue(source *Ping) bool
Contains returns a boolean indicating if value that is being held is present in given 'Ping'
func (*Ping_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Ping_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Ping as interface{}
func (*Ping_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Ping_FieldTerminalPathArrayItemValue) GetSingle(source *Ping) (interface{}, bool)
func (*Ping_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Ping_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Ping_FieldTerminalPathArrayOfValues ¶
type Ping_FieldTerminalPathArrayOfValues struct { Ping_FieldTerminalPath // contains filtered or unexported fields }
func (*Ping_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Ping_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Ping_FieldTerminalPathValue ¶
type Ping_FieldTerminalPathValue struct { Ping_FieldTerminalPath // contains filtered or unexported fields }
func (*Ping_FieldTerminalPathValue) CompareWith ¶
func (fpv *Ping_FieldTerminalPathValue) CompareWith(source *Ping) (int, bool)
CompareWith compares value in the 'Ping_FieldTerminalPathValue' with the value under path in 'Ping'.
func (*Ping_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Ping_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Ping_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Ping_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Ping' as interface{}
func (*Ping_FieldTerminalPathValue) SetTo ¶
func (fpv *Ping_FieldTerminalPathValue) SetTo(target **Ping)
SetTo stores value for selected field for object Ping
func (*Ping_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Ping_FieldTerminalPathValue) SetToRaw(target proto.Message)