Documentation ¶
Index ¶
- Variables
- type Actor
- func (o *Actor) Clone() *Actor
- func (o *Actor) CloneRaw() gotenobject.GotenObjectExt
- func (*Actor) Descriptor() ([]byte, []int)
- func (m *Actor) GetServiceAccount() *service_account.Reference
- func (m *Actor) GetUser() *user.Reference
- func (*Actor) GotenMessage()
- func (o *Actor) GotenObjectExt()
- func (obj *Actor) GotenValidate() error
- func (o *Actor) MakeDiffFieldMask(other *Actor) *Actor_FieldMask
- func (o *Actor) MakeFullFieldMask() *Actor_FieldMask
- func (o *Actor) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Actor) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Actor) Marshal() ([]byte, error)
- func (m *Actor) MarshalJSON() ([]byte, error)
- func (o *Actor) Merge(source *Actor)
- func (o *Actor) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Actor) ProtoMessage()
- func (m *Actor) ProtoReflect() preflect.Message
- func (m *Actor) Reset()
- func (m *Actor) SetServiceAccount(fv *service_account.Reference)
- func (m *Actor) SetUser(fv *user.Reference)
- func (m *Actor) String() string
- func (m *Actor) Unmarshal(b []byte) error
- func (m *Actor) UnmarshalJSON(data []byte) error
- type ActorFieldPathBuilder
- type ActorPathSelectorServiceAccount
- func (ActorPathSelectorServiceAccount) FieldPath() *Actor_FieldTerminalPath
- func (s ActorPathSelectorServiceAccount) WithArrayOfValues(values []*service_account.Reference) *Actor_FieldTerminalPathArrayOfValues
- func (s ActorPathSelectorServiceAccount) WithValue(value *service_account.Reference) *Actor_FieldTerminalPathValue
- type ActorPathSelectorUser
- type Actor_FieldMask
- func (fieldMask *Actor_FieldMask) AppendPath(path Actor_FieldPath)
- func (fieldMask *Actor_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Actor_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Actor_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Actor_FieldMask) FilterInputFields() *Actor_FieldMask
- func (fieldMask *Actor_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Actor_FieldMask) GetPaths() []Actor_FieldPath
- func (fieldMask *Actor_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Actor_FieldMask) IsFull() bool
- func (fieldMask Actor_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Actor_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Actor_FieldMask) PathsCount() int
- func (fieldMask *Actor_FieldMask) Project(source *Actor) *Actor
- func (fieldMask *Actor_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Actor_FieldMask) ProtoMessage()
- func (fieldMask *Actor_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Actor_FieldMask) Reset()
- func (fieldMask *Actor_FieldMask) Set(target, source *Actor)
- func (fieldMask *Actor_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Actor_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Actor_FieldMask) Size() int
- func (fieldMask *Actor_FieldMask) String() string
- func (fieldMask *Actor_FieldMask) Subtract(other *Actor_FieldMask) *Actor_FieldMask
- func (fieldMask *Actor_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Actor_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Actor_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Actor_FieldMask) UnmarshalJSON(data []byte) error
- type Actor_FieldPath
- type Actor_FieldPathArrayItemValue
- type Actor_FieldPathArrayOfValues
- type Actor_FieldPathSelector
- type Actor_FieldPathValue
- type Actor_FieldTerminalPath
- func (fp *Actor_FieldTerminalPath) ClearValue(item *Actor)
- func (fp *Actor_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Actor_FieldTerminalPath) Get(source *Actor) (values []interface{})
- func (fp *Actor_FieldTerminalPath) GetDefault() interface{}
- func (fp *Actor_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Actor_FieldTerminalPath) GetSingle(source *Actor) (interface{}, bool)
- func (fp *Actor_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Actor_FieldTerminalPath) IsLeaf() bool
- func (fp *Actor_FieldTerminalPath) JSONString() string
- func (fp *Actor_FieldTerminalPath) Selector() Actor_FieldPathSelector
- func (fp *Actor_FieldTerminalPath) String() string
- func (fp *Actor_FieldTerminalPath) WithIArrayItemValue(value interface{}) Actor_FieldPathArrayItemValue
- func (fp *Actor_FieldTerminalPath) WithIArrayOfValues(values interface{}) Actor_FieldPathArrayOfValues
- func (fp *Actor_FieldTerminalPath) WithIValue(value interface{}) Actor_FieldPathValue
- func (fp *Actor_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Actor_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Actor_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Actor_FieldTerminalPathArrayItemValue
- func (fpaiv *Actor_FieldTerminalPathArrayItemValue) ContainsValue(source *Actor) bool
- func (fpaiv *Actor_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Actor_FieldTerminalPathArrayItemValue) GetSingle(source *Actor) (interface{}, bool)
- func (fpaiv *Actor_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Actor_FieldTerminalPathArrayOfValues
- func (fpaov *Actor_FieldTerminalPathArrayOfValues) AsServiceAccountArrayOfValues() ([]*service_account.Reference, bool)
- func (fpaov *Actor_FieldTerminalPathArrayOfValues) AsUserArrayOfValues() ([]*user.Reference, bool)
- func (fpaov *Actor_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Actor_FieldTerminalPathValue
- func (fpv *Actor_FieldTerminalPathValue) AsServiceAccountValue() (*service_account.Reference, bool)
- func (fpv *Actor_FieldTerminalPathValue) AsUserValue() (*user.Reference, bool)
- func (fpv *Actor_FieldTerminalPathValue) CompareWith(source *Actor) (int, bool)
- func (fpv *Actor_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Actor_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Actor_FieldTerminalPathValue) SetTo(target **Actor)
- func (fpv *Actor_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Invitation
- func (o *Invitation) Clone() *Invitation
- func (o *Invitation) CloneRaw() gotenobject.GotenObjectExt
- func (*Invitation) Descriptor() ([]byte, []int)
- func (m *Invitation) GetExpirationDate() *timestamp.Timestamp
- func (m *Invitation) GetInviteeEmail() string
- func (m *Invitation) GetInviterActor() *Actor
- func (m *Invitation) GetInviterEmail() string
- func (m *Invitation) GetInviterFullName() string
- func (m *Invitation) GetRoles() []*role.Reference
- func (m *Invitation) GetState() Invitation_State
- func (*Invitation) GotenMessage()
- func (o *Invitation) GotenObjectExt()
- func (obj *Invitation) GotenValidate() error
- func (o *Invitation) MakeDiffFieldMask(other *Invitation) *Invitation_FieldMask
- func (o *Invitation) MakeFullFieldMask() *Invitation_FieldMask
- func (o *Invitation) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Invitation) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Invitation) Marshal() ([]byte, error)
- func (m *Invitation) MarshalJSON() ([]byte, error)
- func (o *Invitation) Merge(source *Invitation)
- func (o *Invitation) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Invitation) ProtoMessage()
- func (m *Invitation) ProtoReflect() preflect.Message
- func (m *Invitation) Reset()
- func (m *Invitation) SetExpirationDate(fv *timestamp.Timestamp)
- func (m *Invitation) SetInviteeEmail(fv string)
- func (m *Invitation) SetInviterActor(fv *Actor)
- func (m *Invitation) SetInviterEmail(fv string)
- func (m *Invitation) SetInviterFullName(fv string)
- func (m *Invitation) SetRoles(fv []*role.Reference)
- func (m *Invitation) SetState(fv Invitation_State)
- func (m *Invitation) String() string
- func (m *Invitation) Unmarshal(b []byte) error
- func (m *Invitation) UnmarshalJSON(data []byte) error
- type InvitationFieldPathBuilder
- func (InvitationFieldPathBuilder) ExpirationDate() InvitationPathSelectorExpirationDate
- func (InvitationFieldPathBuilder) InviteeEmail() InvitationPathSelectorInviteeEmail
- func (InvitationFieldPathBuilder) InviterActor() InvitationPathSelectorInviterActor
- func (InvitationFieldPathBuilder) InviterEmail() InvitationPathSelectorInviterEmail
- func (InvitationFieldPathBuilder) InviterFullName() InvitationPathSelectorInviterFullName
- func (InvitationFieldPathBuilder) Roles() InvitationPathSelectorRoles
- func (InvitationFieldPathBuilder) State() InvitationPathSelectorState
- type InvitationPathSelectorExpirationDate
- func (InvitationPathSelectorExpirationDate) FieldPath() *Invitation_FieldTerminalPath
- func (s InvitationPathSelectorExpirationDate) WithArrayOfValues(values []*timestamp.Timestamp) *Invitation_FieldTerminalPathArrayOfValues
- func (s InvitationPathSelectorExpirationDate) WithValue(value *timestamp.Timestamp) *Invitation_FieldTerminalPathValue
- type InvitationPathSelectorInviteeEmail
- func (InvitationPathSelectorInviteeEmail) FieldPath() *Invitation_FieldTerminalPath
- func (s InvitationPathSelectorInviteeEmail) WithArrayOfValues(values []string) *Invitation_FieldTerminalPathArrayOfValues
- func (s InvitationPathSelectorInviteeEmail) WithValue(value string) *Invitation_FieldTerminalPathValue
- type InvitationPathSelectorInviterActor
- func (InvitationPathSelectorInviterActor) FieldPath() *Invitation_FieldTerminalPath
- func (InvitationPathSelectorInviterActor) ServiceAccount() InvitationPathSelectorInviterActorServiceAccount
- func (InvitationPathSelectorInviterActor) User() InvitationPathSelectorInviterActorUser
- func (s InvitationPathSelectorInviterActor) WithArrayOfValues(values []*Actor) *Invitation_FieldTerminalPathArrayOfValues
- func (s InvitationPathSelectorInviterActor) WithSubArrayItemValue(subPathArrayItemValue Actor_FieldPathArrayItemValue) *Invitation_FieldSubPathArrayItemValue
- func (s InvitationPathSelectorInviterActor) WithSubArrayOfValues(subPathArrayOfValues Actor_FieldPathArrayOfValues) *Invitation_FieldSubPathArrayOfValues
- func (InvitationPathSelectorInviterActor) WithSubPath(subPath Actor_FieldPath) *Invitation_FieldSubPath
- func (s InvitationPathSelectorInviterActor) WithSubValue(subPathValue Actor_FieldPathValue) *Invitation_FieldSubPathValue
- func (s InvitationPathSelectorInviterActor) WithValue(value *Actor) *Invitation_FieldTerminalPathValue
- type InvitationPathSelectorInviterActorServiceAccount
- func (InvitationPathSelectorInviterActorServiceAccount) FieldPath() *Invitation_FieldSubPath
- func (s InvitationPathSelectorInviterActorServiceAccount) WithArrayOfValues(values []*service_account.Reference) *Invitation_FieldSubPathArrayOfValues
- func (s InvitationPathSelectorInviterActorServiceAccount) WithValue(value *service_account.Reference) *Invitation_FieldSubPathValue
- type InvitationPathSelectorInviterActorUser
- func (InvitationPathSelectorInviterActorUser) FieldPath() *Invitation_FieldSubPath
- func (s InvitationPathSelectorInviterActorUser) WithArrayOfValues(values []*user.Reference) *Invitation_FieldSubPathArrayOfValues
- func (s InvitationPathSelectorInviterActorUser) WithValue(value *user.Reference) *Invitation_FieldSubPathValue
- type InvitationPathSelectorInviterEmail
- func (InvitationPathSelectorInviterEmail) FieldPath() *Invitation_FieldTerminalPath
- func (s InvitationPathSelectorInviterEmail) WithArrayOfValues(values []string) *Invitation_FieldTerminalPathArrayOfValues
- func (s InvitationPathSelectorInviterEmail) WithValue(value string) *Invitation_FieldTerminalPathValue
- type InvitationPathSelectorInviterFullName
- func (InvitationPathSelectorInviterFullName) FieldPath() *Invitation_FieldTerminalPath
- func (s InvitationPathSelectorInviterFullName) WithArrayOfValues(values []string) *Invitation_FieldTerminalPathArrayOfValues
- func (s InvitationPathSelectorInviterFullName) WithValue(value string) *Invitation_FieldTerminalPathValue
- type InvitationPathSelectorRoles
- func (InvitationPathSelectorRoles) FieldPath() *Invitation_FieldTerminalPath
- func (s InvitationPathSelectorRoles) WithArrayOfValues(values [][]*role.Reference) *Invitation_FieldTerminalPathArrayOfValues
- func (s InvitationPathSelectorRoles) WithItemValue(value *role.Reference) *Invitation_FieldTerminalPathArrayItemValue
- func (s InvitationPathSelectorRoles) WithValue(value []*role.Reference) *Invitation_FieldTerminalPathValue
- type InvitationPathSelectorState
- func (InvitationPathSelectorState) FieldPath() *Invitation_FieldTerminalPath
- func (s InvitationPathSelectorState) WithArrayOfValues(values []Invitation_State) *Invitation_FieldTerminalPathArrayOfValues
- func (s InvitationPathSelectorState) WithValue(value Invitation_State) *Invitation_FieldTerminalPathValue
- type Invitation_FieldMask
- func (fieldMask *Invitation_FieldMask) AppendPath(path Invitation_FieldPath)
- func (fieldMask *Invitation_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Invitation_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Invitation_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Invitation_FieldMask) FilterInputFields() *Invitation_FieldMask
- func (fieldMask *Invitation_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Invitation_FieldMask) GetPaths() []Invitation_FieldPath
- func (fieldMask *Invitation_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Invitation_FieldMask) IsFull() bool
- func (fieldMask Invitation_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Invitation_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Invitation_FieldMask) PathsCount() int
- func (fieldMask *Invitation_FieldMask) Project(source *Invitation) *Invitation
- func (fieldMask *Invitation_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Invitation_FieldMask) ProtoMessage()
- func (fieldMask *Invitation_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Invitation_FieldMask) Reset()
- func (fieldMask *Invitation_FieldMask) Set(target, source *Invitation)
- func (fieldMask *Invitation_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Invitation_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Invitation_FieldMask) Size() int
- func (fieldMask *Invitation_FieldMask) String() string
- func (fieldMask *Invitation_FieldMask) Subtract(other *Invitation_FieldMask) *Invitation_FieldMask
- func (fieldMask *Invitation_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Invitation_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Invitation_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Invitation_FieldMask) UnmarshalJSON(data []byte) error
- type Invitation_FieldPath
- type Invitation_FieldPathArrayItemValue
- type Invitation_FieldPathArrayOfValues
- type Invitation_FieldPathSelector
- type Invitation_FieldPathValue
- type Invitation_FieldSubPath
- func (fps *Invitation_FieldSubPath) AsInviterActorSubPath() (Actor_FieldPath, bool)
- func (fps *Invitation_FieldSubPath) ClearValue(item *Invitation)
- func (fps *Invitation_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *Invitation_FieldSubPath) Get(source *Invitation) (values []interface{})
- func (fps *Invitation_FieldSubPath) GetDefault() interface{}
- func (fps *Invitation_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *Invitation_FieldSubPath) GetSingle(source *Invitation) (interface{}, bool)
- func (fps *Invitation_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *Invitation_FieldSubPath) IsLeaf() bool
- func (fps *Invitation_FieldSubPath) JSONString() string
- func (fps *Invitation_FieldSubPath) Selector() Invitation_FieldPathSelector
- func (fps *Invitation_FieldSubPath) String() string
- func (fps *Invitation_FieldSubPath) WithIArrayItemValue(value interface{}) Invitation_FieldPathArrayItemValue
- func (fps *Invitation_FieldSubPath) WithIArrayOfValues(values interface{}) Invitation_FieldPathArrayOfValues
- func (fps *Invitation_FieldSubPath) WithIValue(value interface{}) Invitation_FieldPathValue
- func (fps *Invitation_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *Invitation_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *Invitation_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Invitation_FieldSubPathArrayItemValue
- type Invitation_FieldSubPathArrayOfValues
- type Invitation_FieldSubPathValue
- func (fpvs *Invitation_FieldSubPathValue) AsInviterActorPathValue() (Actor_FieldPathValue, bool)
- func (fpvs *Invitation_FieldSubPathValue) CompareWith(source *Invitation) (int, bool)
- func (fpvs *Invitation_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *Invitation_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *Invitation_FieldSubPathValue) SetTo(target **Invitation)
- func (fpvs *Invitation_FieldSubPathValue) SetToRaw(target proto.Message)
- type Invitation_FieldTerminalPath
- func (fp *Invitation_FieldTerminalPath) ClearValue(item *Invitation)
- func (fp *Invitation_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Invitation_FieldTerminalPath) Get(source *Invitation) (values []interface{})
- func (fp *Invitation_FieldTerminalPath) GetDefault() interface{}
- func (fp *Invitation_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Invitation_FieldTerminalPath) GetSingle(source *Invitation) (interface{}, bool)
- func (fp *Invitation_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Invitation_FieldTerminalPath) IsLeaf() bool
- func (fp *Invitation_FieldTerminalPath) JSONString() string
- func (fp *Invitation_FieldTerminalPath) Selector() Invitation_FieldPathSelector
- func (fp *Invitation_FieldTerminalPath) String() string
- func (fp *Invitation_FieldTerminalPath) WithIArrayItemValue(value interface{}) Invitation_FieldPathArrayItemValue
- func (fp *Invitation_FieldTerminalPath) WithIArrayOfValues(values interface{}) Invitation_FieldPathArrayOfValues
- func (fp *Invitation_FieldTerminalPath) WithIValue(value interface{}) Invitation_FieldPathValue
- func (fp *Invitation_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Invitation_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Invitation_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Invitation_FieldTerminalPathArrayItemValue
- func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) AsRolesItemValue() (*role.Reference, bool)
- func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) ContainsValue(source *Invitation) bool
- func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) GetSingle(source *Invitation) (interface{}, bool)
- func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Invitation_FieldTerminalPathArrayOfValues
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsExpirationDateArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviteeEmailArrayOfValues() ([]string, bool)
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviterActorArrayOfValues() ([]*Actor, bool)
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviterEmailArrayOfValues() ([]string, bool)
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviterFullNameArrayOfValues() ([]string, bool)
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsRolesArrayOfValues() ([][]*role.Reference, bool)
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]Invitation_State, bool)
- func (fpaov *Invitation_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Invitation_FieldTerminalPathValue
- func (fpv *Invitation_FieldTerminalPathValue) AsExpirationDateValue() (*timestamp.Timestamp, bool)
- func (fpv *Invitation_FieldTerminalPathValue) AsInviteeEmailValue() (string, bool)
- func (fpv *Invitation_FieldTerminalPathValue) AsInviterActorValue() (*Actor, bool)
- func (fpv *Invitation_FieldTerminalPathValue) AsInviterEmailValue() (string, bool)
- func (fpv *Invitation_FieldTerminalPathValue) AsInviterFullNameValue() (string, bool)
- func (fpv *Invitation_FieldTerminalPathValue) AsRolesValue() ([]*role.Reference, bool)
- func (fpv *Invitation_FieldTerminalPathValue) AsStateValue() (Invitation_State, bool)
- func (fpv *Invitation_FieldTerminalPathValue) CompareWith(source *Invitation) (int, bool)
- func (fpv *Invitation_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Invitation_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Invitation_FieldTerminalPathValue) SetTo(target **Invitation)
- func (fpv *Invitation_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Invitation_State
- func (Invitation_State) Descriptor() preflect.EnumDescriptor
- func (x Invitation_State) Enum() *Invitation_State
- func (Invitation_State) EnumDescriptor() ([]byte, []int)
- func (x Invitation_State) Number() preflect.EnumNumber
- func (x Invitation_State) String() string
- func (Invitation_State) Type() preflect.EnumType
Constants ¶
This section is empty.
Variables ¶
var ( Invitation_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "PENDING", 2: "ACCEPTED", 3: "DECLINED", 4: "EXPIRED", } Invitation_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "PENDING": 1, "ACCEPTED": 2, "DECLINED": 3, "EXPIRED": 4, } )
Functions ¶
This section is empty.
Types ¶
type Actor ¶
type Actor struct { User *user.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=user,proto3" json:"user,omitempty" firestore:"user"` ServiceAccount *service_account.Reference `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Actor is a party performing an action
func (*Actor) CloneRaw ¶
func (o *Actor) CloneRaw() gotenobject.GotenObjectExt
func (*Actor) Descriptor ¶
Deprecated, Use Actor.ProtoReflect.Descriptor instead.
func (*Actor) GetServiceAccount ¶
func (m *Actor) GetServiceAccount() *service_account.Reference
func (*Actor) GotenMessage ¶
func (*Actor) GotenMessage()
func (*Actor) GotenObjectExt ¶
func (o *Actor) GotenObjectExt()
func (*Actor) GotenValidate ¶
func (*Actor) MakeDiffFieldMask ¶
func (o *Actor) MakeDiffFieldMask(other *Actor) *Actor_FieldMask
func (*Actor) MakeFullFieldMask ¶
func (o *Actor) MakeFullFieldMask() *Actor_FieldMask
func (*Actor) MakeRawDiffFieldMask ¶
func (o *Actor) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Actor) MakeRawFullFieldMask ¶
func (o *Actor) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Actor) MarshalJSON ¶
func (*Actor) MergeRaw ¶
func (o *Actor) MergeRaw(source gotenobject.GotenObjectExt)
func (*Actor) ProtoMessage ¶
func (*Actor) ProtoMessage()
func (*Actor) ProtoReflect ¶
func (*Actor) SetServiceAccount ¶
func (m *Actor) SetServiceAccount(fv *service_account.Reference)
func (*Actor) UnmarshalJSON ¶
type ActorFieldPathBuilder ¶
type ActorFieldPathBuilder struct{}
func NewActorFieldPathBuilder ¶
func NewActorFieldPathBuilder() ActorFieldPathBuilder
func (ActorFieldPathBuilder) ServiceAccount ¶
func (ActorFieldPathBuilder) ServiceAccount() ActorPathSelectorServiceAccount
func (ActorFieldPathBuilder) User ¶
func (ActorFieldPathBuilder) User() ActorPathSelectorUser
type ActorPathSelectorServiceAccount ¶
type ActorPathSelectorServiceAccount struct{}
func (ActorPathSelectorServiceAccount) FieldPath ¶
func (ActorPathSelectorServiceAccount) FieldPath() *Actor_FieldTerminalPath
func (ActorPathSelectorServiceAccount) WithArrayOfValues ¶
func (s ActorPathSelectorServiceAccount) WithArrayOfValues(values []*service_account.Reference) *Actor_FieldTerminalPathArrayOfValues
func (ActorPathSelectorServiceAccount) WithValue ¶
func (s ActorPathSelectorServiceAccount) WithValue(value *service_account.Reference) *Actor_FieldTerminalPathValue
type ActorPathSelectorUser ¶
type ActorPathSelectorUser struct{}
func (ActorPathSelectorUser) FieldPath ¶
func (ActorPathSelectorUser) FieldPath() *Actor_FieldTerminalPath
func (ActorPathSelectorUser) WithArrayOfValues ¶
func (s ActorPathSelectorUser) WithArrayOfValues(values []*user.Reference) *Actor_FieldTerminalPathArrayOfValues
func (ActorPathSelectorUser) WithValue ¶
func (s ActorPathSelectorUser) WithValue(value *user.Reference) *Actor_FieldTerminalPathValue
type Actor_FieldMask ¶
type Actor_FieldMask struct {
Paths []Actor_FieldPath
}
func FullActor_FieldMask ¶
func FullActor_FieldMask() *Actor_FieldMask
func (*Actor_FieldMask) AppendPath ¶
func (fieldMask *Actor_FieldMask) AppendPath(path Actor_FieldPath)
func (*Actor_FieldMask) AppendRawPath ¶
func (fieldMask *Actor_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Actor_FieldMask) DecodeFirestore ¶
func (fieldMask *Actor_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Actor_FieldMask) EncodeFirestore ¶
func (fieldMask *Actor_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Actor_FieldMask) FilterInputFields ¶
func (fieldMask *Actor_FieldMask) FilterInputFields() *Actor_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Actor_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Actor_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Actor_FieldMask) GetPaths ¶
func (fieldMask *Actor_FieldMask) GetPaths() []Actor_FieldPath
func (*Actor_FieldMask) GetRawPaths ¶
func (fieldMask *Actor_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Actor_FieldMask) IsFull ¶
func (fieldMask *Actor_FieldMask) IsFull() bool
func (Actor_FieldMask) Marshal ¶
func (fieldMask Actor_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Actor_FieldMask) MarshalJSON ¶
func (fieldMask Actor_FieldMask) MarshalJSON() ([]byte, error)
func (*Actor_FieldMask) PathsCount ¶
func (fieldMask *Actor_FieldMask) PathsCount() int
func (*Actor_FieldMask) Project ¶
func (fieldMask *Actor_FieldMask) Project(source *Actor) *Actor
func (*Actor_FieldMask) ProjectRaw ¶
func (fieldMask *Actor_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Actor_FieldMask) ProtoMessage ¶
func (fieldMask *Actor_FieldMask) ProtoMessage()
func (*Actor_FieldMask) ProtoReflect ¶
func (fieldMask *Actor_FieldMask) ProtoReflect() preflect.Message
func (*Actor_FieldMask) Reset ¶
func (fieldMask *Actor_FieldMask) Reset()
func (*Actor_FieldMask) Set ¶
func (fieldMask *Actor_FieldMask) Set(target, source *Actor)
func (*Actor_FieldMask) SetFromCliFlag ¶
func (fieldMask *Actor_FieldMask) SetFromCliFlag(raw string) error
func (*Actor_FieldMask) SetRaw ¶
func (fieldMask *Actor_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Actor_FieldMask) Size ¶
func (fieldMask *Actor_FieldMask) Size() int
func (*Actor_FieldMask) String ¶
func (fieldMask *Actor_FieldMask) String() string
func (*Actor_FieldMask) Subtract ¶
func (fieldMask *Actor_FieldMask) Subtract(other *Actor_FieldMask) *Actor_FieldMask
func (*Actor_FieldMask) SubtractRaw ¶
func (fieldMask *Actor_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Actor_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Actor_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Actor_FieldMask) Unmarshal ¶
func (fieldMask *Actor_FieldMask) Unmarshal(data []byte) error
func (*Actor_FieldMask) UnmarshalJSON ¶
func (fieldMask *Actor_FieldMask) UnmarshalJSON(data []byte) error
type Actor_FieldPath ¶
type Actor_FieldPath interface { gotenobject.FieldPath Selector() Actor_FieldPathSelector Get(source *Actor) []interface{} GetSingle(source *Actor) (interface{}, bool) ClearValue(item *Actor) // Those methods build corresponding Actor_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Actor_FieldPathValue WithIArrayOfValues(values interface{}) Actor_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Actor_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildActor_FieldPath ¶
func BuildActor_FieldPath(fp gotenobject.RawFieldPath) (Actor_FieldPath, error)
func MustParseActor_FieldPath ¶
func MustParseActor_FieldPath(rawField string) Actor_FieldPath
func ParseActor_FieldPath ¶
func ParseActor_FieldPath(rawField string) (Actor_FieldPath, error)
type Actor_FieldPathArrayItemValue ¶
type Actor_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Actor_FieldPath ContainsValue(*Actor) bool }
Actor_FieldPathArrayItemValue allows storing single item in Path-specific values for Actor according to their type Present only for array (repeated) types.
func MustParseActor_FieldPathArrayItemValue ¶
func MustParseActor_FieldPathArrayItemValue(pathStr, valueStr string) Actor_FieldPathArrayItemValue
func ParseActor_FieldPathArrayItemValue ¶
func ParseActor_FieldPathArrayItemValue(pathStr, valueStr string) (Actor_FieldPathArrayItemValue, error)
ParseActor_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Actor_FieldPathArrayOfValues ¶
type Actor_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Actor_FieldPath }
Actor_FieldPathArrayOfValues allows storing slice of values for Actor fields according to their type
func MustParseActor_FieldPathArrayOfValues ¶
func MustParseActor_FieldPathArrayOfValues(pathStr, valuesStr string) Actor_FieldPathArrayOfValues
func ParseActor_FieldPathArrayOfValues ¶
func ParseActor_FieldPathArrayOfValues(pathStr, valuesStr string) (Actor_FieldPathArrayOfValues, error)
type Actor_FieldPathSelector ¶
type Actor_FieldPathSelector int32
const ( Actor_FieldPathSelectorUser Actor_FieldPathSelector = 0 Actor_FieldPathSelectorServiceAccount Actor_FieldPathSelector = 1 )
func (Actor_FieldPathSelector) String ¶
func (s Actor_FieldPathSelector) String() string
type Actor_FieldPathValue ¶
type Actor_FieldPathValue interface { Actor_FieldPath gotenobject.FieldPathValue SetTo(target **Actor) CompareWith(*Actor) (cmp int, comparable bool) }
Actor_FieldPathValue allows storing values for Actor fields according to their type
func MustParseActor_FieldPathValue ¶
func MustParseActor_FieldPathValue(pathStr, valueStr string) Actor_FieldPathValue
func ParseActor_FieldPathValue ¶
func ParseActor_FieldPathValue(pathStr, valueStr string) (Actor_FieldPathValue, error)
type Actor_FieldTerminalPath ¶
type Actor_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Actor_FieldTerminalPath) ClearValue ¶
func (fp *Actor_FieldTerminalPath) ClearValue(item *Actor)
func (*Actor_FieldTerminalPath) ClearValueRaw ¶
func (fp *Actor_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Actor_FieldTerminalPath) Get ¶
func (fp *Actor_FieldTerminalPath) Get(source *Actor) (values []interface{})
Get returns all values pointed by specific field from source Actor
func (*Actor_FieldTerminalPath) GetDefault ¶
func (fp *Actor_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Actor_FieldTerminalPath) GetRaw ¶
func (fp *Actor_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Actor_FieldTerminalPath) GetSingle ¶
func (fp *Actor_FieldTerminalPath) GetSingle(source *Actor) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Actor
func (*Actor_FieldTerminalPath) GetSingleRaw ¶
func (fp *Actor_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Actor_FieldTerminalPath) IsLeaf ¶
func (fp *Actor_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Actor_FieldTerminalPath) JSONString ¶
func (fp *Actor_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Actor_FieldTerminalPath) Selector ¶
func (fp *Actor_FieldTerminalPath) Selector() Actor_FieldPathSelector
func (*Actor_FieldTerminalPath) String ¶
func (fp *Actor_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Actor_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Actor_FieldTerminalPath) WithIArrayItemValue(value interface{}) Actor_FieldPathArrayItemValue
func (*Actor_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Actor_FieldTerminalPath) WithIArrayOfValues(values interface{}) Actor_FieldPathArrayOfValues
func (*Actor_FieldTerminalPath) WithIValue ¶
func (fp *Actor_FieldTerminalPath) WithIValue(value interface{}) Actor_FieldPathValue
func (*Actor_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Actor_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Actor_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Actor_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Actor_FieldTerminalPath) WithRawIValue ¶
func (fp *Actor_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Actor_FieldTerminalPathArrayItemValue ¶
type Actor_FieldTerminalPathArrayItemValue struct { Actor_FieldTerminalPath // contains filtered or unexported fields }
func (*Actor_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Actor_FieldTerminalPathArrayItemValue) ContainsValue(source *Actor) bool
Contains returns a boolean indicating if value that is being held is present in given 'Actor'
func (*Actor_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Actor_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Actor as interface{}
func (*Actor_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Actor_FieldTerminalPathArrayItemValue) GetSingle(source *Actor) (interface{}, bool)
func (*Actor_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Actor_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Actor_FieldTerminalPathArrayOfValues ¶
type Actor_FieldTerminalPathArrayOfValues struct { Actor_FieldTerminalPath // contains filtered or unexported fields }
func (*Actor_FieldTerminalPathArrayOfValues) AsServiceAccountArrayOfValues ¶
func (fpaov *Actor_FieldTerminalPathArrayOfValues) AsServiceAccountArrayOfValues() ([]*service_account.Reference, bool)
func (*Actor_FieldTerminalPathArrayOfValues) AsUserArrayOfValues ¶
func (fpaov *Actor_FieldTerminalPathArrayOfValues) AsUserArrayOfValues() ([]*user.Reference, bool)
func (*Actor_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Actor_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Actor_FieldTerminalPathValue ¶
type Actor_FieldTerminalPathValue struct { Actor_FieldTerminalPath // contains filtered or unexported fields }
func (*Actor_FieldTerminalPathValue) AsServiceAccountValue ¶
func (fpv *Actor_FieldTerminalPathValue) AsServiceAccountValue() (*service_account.Reference, bool)
func (*Actor_FieldTerminalPathValue) AsUserValue ¶
func (fpv *Actor_FieldTerminalPathValue) AsUserValue() (*user.Reference, bool)
func (*Actor_FieldTerminalPathValue) CompareWith ¶
func (fpv *Actor_FieldTerminalPathValue) CompareWith(source *Actor) (int, bool)
CompareWith compares value in the 'Actor_FieldTerminalPathValue' with the value under path in 'Actor'.
func (*Actor_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Actor_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Actor_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Actor_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Actor' as interface{}
func (*Actor_FieldTerminalPathValue) SetTo ¶
func (fpv *Actor_FieldTerminalPathValue) SetTo(target **Actor)
SetTo stores value for selected field for object Actor
func (*Actor_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Actor_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Invitation ¶
type Invitation struct { // Invitee Email address InviteeEmail string `protobuf:"bytes,3,opt,name=invitee_email,json=inviteeEmail,proto3" json:"invitee_email,omitempty" firestore:"inviteeEmail"` // Inviter User InviterActor *Actor `protobuf:"bytes,6,opt,name=inviter_actor,json=inviterActor,proto3" json:"inviter_actor,omitempty" firestore:"inviterActor"` // Denormalized data - TODO: remove it InviterFullName string `` /* 136-byte string literal not displayed */ // Inviter Email InviterEmail string `protobuf:"bytes,10,opt,name=inviter_email,json=inviterEmail,proto3" json:"inviter_email,omitempty" firestore:"inviterEmail"` // List of Roles to be granted on project when invitation is accepted Roles []*role.Reference `protobuf:"bytes,7,rep,customtype=Reference,name=roles,proto3" json:"roles,omitempty" firestore:"roles"` // Expiration date ExpirationDate *timestamp.Timestamp `` /* 130-byte string literal not displayed */ // Status of Invitation State Invitation_State `protobuf:"varint,9,opt,name=state,proto3,enum=ntt.iam.v1alpha.Invitation_State" json:"state,omitempty" firestore:"state"` // contains filtered or unexported fields }
Common invitation body. It's used in Project/Organization Invitations
func (*Invitation) Clone ¶
func (o *Invitation) Clone() *Invitation
func (*Invitation) CloneRaw ¶
func (o *Invitation) CloneRaw() gotenobject.GotenObjectExt
func (*Invitation) Descriptor ¶
func (*Invitation) Descriptor() ([]byte, []int)
Deprecated, Use Invitation.ProtoReflect.Descriptor instead.
func (*Invitation) GetExpirationDate ¶
func (m *Invitation) GetExpirationDate() *timestamp.Timestamp
func (*Invitation) GetInviteeEmail ¶
func (m *Invitation) GetInviteeEmail() string
func (*Invitation) GetInviterActor ¶
func (m *Invitation) GetInviterActor() *Actor
func (*Invitation) GetInviterEmail ¶
func (m *Invitation) GetInviterEmail() string
func (*Invitation) GetInviterFullName ¶
func (m *Invitation) GetInviterFullName() string
func (*Invitation) GetRoles ¶
func (m *Invitation) GetRoles() []*role.Reference
func (*Invitation) GetState ¶
func (m *Invitation) GetState() Invitation_State
func (*Invitation) GotenMessage ¶
func (*Invitation) GotenMessage()
func (*Invitation) GotenObjectExt ¶
func (o *Invitation) GotenObjectExt()
func (*Invitation) GotenValidate ¶
func (obj *Invitation) GotenValidate() error
func (*Invitation) MakeDiffFieldMask ¶
func (o *Invitation) MakeDiffFieldMask(other *Invitation) *Invitation_FieldMask
func (*Invitation) MakeFullFieldMask ¶
func (o *Invitation) MakeFullFieldMask() *Invitation_FieldMask
func (*Invitation) MakeRawDiffFieldMask ¶
func (o *Invitation) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Invitation) MakeRawFullFieldMask ¶
func (o *Invitation) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Invitation) Marshal ¶
func (m *Invitation) Marshal() ([]byte, error)
func (*Invitation) MarshalJSON ¶
func (m *Invitation) MarshalJSON() ([]byte, error)
func (*Invitation) Merge ¶
func (o *Invitation) Merge(source *Invitation)
func (*Invitation) MergeRaw ¶
func (o *Invitation) MergeRaw(source gotenobject.GotenObjectExt)
func (*Invitation) ProtoMessage ¶
func (*Invitation) ProtoMessage()
func (*Invitation) ProtoReflect ¶
func (m *Invitation) ProtoReflect() preflect.Message
func (*Invitation) Reset ¶
func (m *Invitation) Reset()
func (*Invitation) SetExpirationDate ¶
func (m *Invitation) SetExpirationDate(fv *timestamp.Timestamp)
func (*Invitation) SetInviteeEmail ¶
func (m *Invitation) SetInviteeEmail(fv string)
func (*Invitation) SetInviterActor ¶
func (m *Invitation) SetInviterActor(fv *Actor)
func (*Invitation) SetInviterEmail ¶
func (m *Invitation) SetInviterEmail(fv string)
func (*Invitation) SetInviterFullName ¶
func (m *Invitation) SetInviterFullName(fv string)
func (*Invitation) SetRoles ¶
func (m *Invitation) SetRoles(fv []*role.Reference)
func (*Invitation) SetState ¶
func (m *Invitation) SetState(fv Invitation_State)
func (*Invitation) String ¶
func (m *Invitation) String() string
func (*Invitation) Unmarshal ¶
func (m *Invitation) Unmarshal(b []byte) error
func (*Invitation) UnmarshalJSON ¶
func (m *Invitation) UnmarshalJSON(data []byte) error
type InvitationFieldPathBuilder ¶
type InvitationFieldPathBuilder struct{}
func NewInvitationFieldPathBuilder ¶
func NewInvitationFieldPathBuilder() InvitationFieldPathBuilder
func (InvitationFieldPathBuilder) ExpirationDate ¶
func (InvitationFieldPathBuilder) ExpirationDate() InvitationPathSelectorExpirationDate
func (InvitationFieldPathBuilder) InviteeEmail ¶
func (InvitationFieldPathBuilder) InviteeEmail() InvitationPathSelectorInviteeEmail
func (InvitationFieldPathBuilder) InviterActor ¶
func (InvitationFieldPathBuilder) InviterActor() InvitationPathSelectorInviterActor
func (InvitationFieldPathBuilder) InviterEmail ¶
func (InvitationFieldPathBuilder) InviterEmail() InvitationPathSelectorInviterEmail
func (InvitationFieldPathBuilder) InviterFullName ¶
func (InvitationFieldPathBuilder) InviterFullName() InvitationPathSelectorInviterFullName
func (InvitationFieldPathBuilder) Roles ¶
func (InvitationFieldPathBuilder) Roles() InvitationPathSelectorRoles
func (InvitationFieldPathBuilder) State ¶
func (InvitationFieldPathBuilder) State() InvitationPathSelectorState
type InvitationPathSelectorExpirationDate ¶
type InvitationPathSelectorExpirationDate struct{}
func (InvitationPathSelectorExpirationDate) FieldPath ¶
func (InvitationPathSelectorExpirationDate) FieldPath() *Invitation_FieldTerminalPath
func (InvitationPathSelectorExpirationDate) WithArrayOfValues ¶
func (s InvitationPathSelectorExpirationDate) WithArrayOfValues(values []*timestamp.Timestamp) *Invitation_FieldTerminalPathArrayOfValues
func (InvitationPathSelectorExpirationDate) WithValue ¶
func (s InvitationPathSelectorExpirationDate) WithValue(value *timestamp.Timestamp) *Invitation_FieldTerminalPathValue
type InvitationPathSelectorInviteeEmail ¶
type InvitationPathSelectorInviteeEmail struct{}
func (InvitationPathSelectorInviteeEmail) FieldPath ¶
func (InvitationPathSelectorInviteeEmail) FieldPath() *Invitation_FieldTerminalPath
func (InvitationPathSelectorInviteeEmail) WithArrayOfValues ¶
func (s InvitationPathSelectorInviteeEmail) WithArrayOfValues(values []string) *Invitation_FieldTerminalPathArrayOfValues
func (InvitationPathSelectorInviteeEmail) WithValue ¶
func (s InvitationPathSelectorInviteeEmail) WithValue(value string) *Invitation_FieldTerminalPathValue
type InvitationPathSelectorInviterActor ¶
type InvitationPathSelectorInviterActor struct{}
func (InvitationPathSelectorInviterActor) FieldPath ¶
func (InvitationPathSelectorInviterActor) FieldPath() *Invitation_FieldTerminalPath
func (InvitationPathSelectorInviterActor) ServiceAccount ¶
func (InvitationPathSelectorInviterActor) ServiceAccount() InvitationPathSelectorInviterActorServiceAccount
func (InvitationPathSelectorInviterActor) WithArrayOfValues ¶
func (s InvitationPathSelectorInviterActor) WithArrayOfValues(values []*Actor) *Invitation_FieldTerminalPathArrayOfValues
func (InvitationPathSelectorInviterActor) WithSubArrayItemValue ¶
func (s InvitationPathSelectorInviterActor) WithSubArrayItemValue(subPathArrayItemValue Actor_FieldPathArrayItemValue) *Invitation_FieldSubPathArrayItemValue
func (InvitationPathSelectorInviterActor) WithSubArrayOfValues ¶
func (s InvitationPathSelectorInviterActor) WithSubArrayOfValues(subPathArrayOfValues Actor_FieldPathArrayOfValues) *Invitation_FieldSubPathArrayOfValues
func (InvitationPathSelectorInviterActor) WithSubPath ¶
func (InvitationPathSelectorInviterActor) WithSubPath(subPath Actor_FieldPath) *Invitation_FieldSubPath
func (InvitationPathSelectorInviterActor) WithSubValue ¶
func (s InvitationPathSelectorInviterActor) WithSubValue(subPathValue Actor_FieldPathValue) *Invitation_FieldSubPathValue
func (InvitationPathSelectorInviterActor) WithValue ¶
func (s InvitationPathSelectorInviterActor) WithValue(value *Actor) *Invitation_FieldTerminalPathValue
type InvitationPathSelectorInviterActorServiceAccount ¶
type InvitationPathSelectorInviterActorServiceAccount struct{}
func (InvitationPathSelectorInviterActorServiceAccount) FieldPath ¶
func (InvitationPathSelectorInviterActorServiceAccount) FieldPath() *Invitation_FieldSubPath
func (InvitationPathSelectorInviterActorServiceAccount) WithArrayOfValues ¶
func (s InvitationPathSelectorInviterActorServiceAccount) WithArrayOfValues(values []*service_account.Reference) *Invitation_FieldSubPathArrayOfValues
func (InvitationPathSelectorInviterActorServiceAccount) WithValue ¶
func (s InvitationPathSelectorInviterActorServiceAccount) WithValue(value *service_account.Reference) *Invitation_FieldSubPathValue
type InvitationPathSelectorInviterActorUser ¶
type InvitationPathSelectorInviterActorUser struct{}
func (InvitationPathSelectorInviterActorUser) FieldPath ¶
func (InvitationPathSelectorInviterActorUser) FieldPath() *Invitation_FieldSubPath
func (InvitationPathSelectorInviterActorUser) WithArrayOfValues ¶
func (s InvitationPathSelectorInviterActorUser) WithArrayOfValues(values []*user.Reference) *Invitation_FieldSubPathArrayOfValues
func (InvitationPathSelectorInviterActorUser) WithValue ¶
func (s InvitationPathSelectorInviterActorUser) WithValue(value *user.Reference) *Invitation_FieldSubPathValue
type InvitationPathSelectorInviterEmail ¶
type InvitationPathSelectorInviterEmail struct{}
func (InvitationPathSelectorInviterEmail) FieldPath ¶
func (InvitationPathSelectorInviterEmail) FieldPath() *Invitation_FieldTerminalPath
func (InvitationPathSelectorInviterEmail) WithArrayOfValues ¶
func (s InvitationPathSelectorInviterEmail) WithArrayOfValues(values []string) *Invitation_FieldTerminalPathArrayOfValues
func (InvitationPathSelectorInviterEmail) WithValue ¶
func (s InvitationPathSelectorInviterEmail) WithValue(value string) *Invitation_FieldTerminalPathValue
type InvitationPathSelectorInviterFullName ¶
type InvitationPathSelectorInviterFullName struct{}
func (InvitationPathSelectorInviterFullName) FieldPath ¶
func (InvitationPathSelectorInviterFullName) FieldPath() *Invitation_FieldTerminalPath
func (InvitationPathSelectorInviterFullName) WithArrayOfValues ¶
func (s InvitationPathSelectorInviterFullName) WithArrayOfValues(values []string) *Invitation_FieldTerminalPathArrayOfValues
func (InvitationPathSelectorInviterFullName) WithValue ¶
func (s InvitationPathSelectorInviterFullName) WithValue(value string) *Invitation_FieldTerminalPathValue
type InvitationPathSelectorRoles ¶
type InvitationPathSelectorRoles struct{}
func (InvitationPathSelectorRoles) FieldPath ¶
func (InvitationPathSelectorRoles) FieldPath() *Invitation_FieldTerminalPath
func (InvitationPathSelectorRoles) WithArrayOfValues ¶
func (s InvitationPathSelectorRoles) WithArrayOfValues(values [][]*role.Reference) *Invitation_FieldTerminalPathArrayOfValues
func (InvitationPathSelectorRoles) WithItemValue ¶
func (s InvitationPathSelectorRoles) WithItemValue(value *role.Reference) *Invitation_FieldTerminalPathArrayItemValue
func (InvitationPathSelectorRoles) WithValue ¶
func (s InvitationPathSelectorRoles) WithValue(value []*role.Reference) *Invitation_FieldTerminalPathValue
type InvitationPathSelectorState ¶
type InvitationPathSelectorState struct{}
func (InvitationPathSelectorState) FieldPath ¶
func (InvitationPathSelectorState) FieldPath() *Invitation_FieldTerminalPath
func (InvitationPathSelectorState) WithArrayOfValues ¶
func (s InvitationPathSelectorState) WithArrayOfValues(values []Invitation_State) *Invitation_FieldTerminalPathArrayOfValues
func (InvitationPathSelectorState) WithValue ¶
func (s InvitationPathSelectorState) WithValue(value Invitation_State) *Invitation_FieldTerminalPathValue
type Invitation_FieldMask ¶
type Invitation_FieldMask struct {
Paths []Invitation_FieldPath
}
func FullInvitation_FieldMask ¶
func FullInvitation_FieldMask() *Invitation_FieldMask
func (*Invitation_FieldMask) AppendPath ¶
func (fieldMask *Invitation_FieldMask) AppendPath(path Invitation_FieldPath)
func (*Invitation_FieldMask) AppendRawPath ¶
func (fieldMask *Invitation_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Invitation_FieldMask) DecodeFirestore ¶
func (fieldMask *Invitation_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Invitation_FieldMask) EncodeFirestore ¶
func (fieldMask *Invitation_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Invitation_FieldMask) FilterInputFields ¶
func (fieldMask *Invitation_FieldMask) FilterInputFields() *Invitation_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Invitation_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Invitation_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Invitation_FieldMask) GetPaths ¶
func (fieldMask *Invitation_FieldMask) GetPaths() []Invitation_FieldPath
func (*Invitation_FieldMask) GetRawPaths ¶
func (fieldMask *Invitation_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Invitation_FieldMask) IsFull ¶
func (fieldMask *Invitation_FieldMask) IsFull() bool
func (Invitation_FieldMask) Marshal ¶
func (fieldMask Invitation_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Invitation_FieldMask) MarshalJSON ¶
func (fieldMask Invitation_FieldMask) MarshalJSON() ([]byte, error)
func (*Invitation_FieldMask) PathsCount ¶
func (fieldMask *Invitation_FieldMask) PathsCount() int
func (*Invitation_FieldMask) Project ¶
func (fieldMask *Invitation_FieldMask) Project(source *Invitation) *Invitation
func (*Invitation_FieldMask) ProjectRaw ¶
func (fieldMask *Invitation_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Invitation_FieldMask) ProtoMessage ¶
func (fieldMask *Invitation_FieldMask) ProtoMessage()
func (*Invitation_FieldMask) ProtoReflect ¶
func (fieldMask *Invitation_FieldMask) ProtoReflect() preflect.Message
func (*Invitation_FieldMask) Reset ¶
func (fieldMask *Invitation_FieldMask) Reset()
func (*Invitation_FieldMask) Set ¶
func (fieldMask *Invitation_FieldMask) Set(target, source *Invitation)
func (*Invitation_FieldMask) SetFromCliFlag ¶
func (fieldMask *Invitation_FieldMask) SetFromCliFlag(raw string) error
func (*Invitation_FieldMask) SetRaw ¶
func (fieldMask *Invitation_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Invitation_FieldMask) Size ¶
func (fieldMask *Invitation_FieldMask) Size() int
func (*Invitation_FieldMask) String ¶
func (fieldMask *Invitation_FieldMask) String() string
func (*Invitation_FieldMask) Subtract ¶
func (fieldMask *Invitation_FieldMask) Subtract(other *Invitation_FieldMask) *Invitation_FieldMask
func (*Invitation_FieldMask) SubtractRaw ¶
func (fieldMask *Invitation_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Invitation_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Invitation_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Invitation_FieldMask) Unmarshal ¶
func (fieldMask *Invitation_FieldMask) Unmarshal(data []byte) error
func (*Invitation_FieldMask) UnmarshalJSON ¶
func (fieldMask *Invitation_FieldMask) UnmarshalJSON(data []byte) error
type Invitation_FieldPath ¶
type Invitation_FieldPath interface { gotenobject.FieldPath Selector() Invitation_FieldPathSelector Get(source *Invitation) []interface{} GetSingle(source *Invitation) (interface{}, bool) ClearValue(item *Invitation) // Those methods build corresponding Invitation_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Invitation_FieldPathValue WithIArrayOfValues(values interface{}) Invitation_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Invitation_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildInvitation_FieldPath ¶
func BuildInvitation_FieldPath(fp gotenobject.RawFieldPath) (Invitation_FieldPath, error)
func MustParseInvitation_FieldPath ¶
func MustParseInvitation_FieldPath(rawField string) Invitation_FieldPath
func ParseInvitation_FieldPath ¶
func ParseInvitation_FieldPath(rawField string) (Invitation_FieldPath, error)
type Invitation_FieldPathArrayItemValue ¶
type Invitation_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Invitation_FieldPath ContainsValue(*Invitation) bool }
Invitation_FieldPathArrayItemValue allows storing single item in Path-specific values for Invitation according to their type Present only for array (repeated) types.
func MustParseInvitation_FieldPathArrayItemValue ¶
func MustParseInvitation_FieldPathArrayItemValue(pathStr, valueStr string) Invitation_FieldPathArrayItemValue
func ParseInvitation_FieldPathArrayItemValue ¶
func ParseInvitation_FieldPathArrayItemValue(pathStr, valueStr string) (Invitation_FieldPathArrayItemValue, error)
ParseInvitation_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Invitation_FieldPathArrayOfValues ¶
type Invitation_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Invitation_FieldPath }
Invitation_FieldPathArrayOfValues allows storing slice of values for Invitation fields according to their type
func MustParseInvitation_FieldPathArrayOfValues ¶
func MustParseInvitation_FieldPathArrayOfValues(pathStr, valuesStr string) Invitation_FieldPathArrayOfValues
func ParseInvitation_FieldPathArrayOfValues ¶
func ParseInvitation_FieldPathArrayOfValues(pathStr, valuesStr string) (Invitation_FieldPathArrayOfValues, error)
type Invitation_FieldPathSelector ¶
type Invitation_FieldPathSelector int32
const ( Invitation_FieldPathSelectorInviteeEmail Invitation_FieldPathSelector = 0 Invitation_FieldPathSelectorInviterActor Invitation_FieldPathSelector = 1 Invitation_FieldPathSelectorInviterFullName Invitation_FieldPathSelector = 2 Invitation_FieldPathSelectorInviterEmail Invitation_FieldPathSelector = 3 Invitation_FieldPathSelectorRoles Invitation_FieldPathSelector = 4 Invitation_FieldPathSelectorExpirationDate Invitation_FieldPathSelector = 5 Invitation_FieldPathSelectorState Invitation_FieldPathSelector = 6 )
func (Invitation_FieldPathSelector) String ¶
func (s Invitation_FieldPathSelector) String() string
type Invitation_FieldPathValue ¶
type Invitation_FieldPathValue interface { Invitation_FieldPath gotenobject.FieldPathValue SetTo(target **Invitation) CompareWith(*Invitation) (cmp int, comparable bool) }
Invitation_FieldPathValue allows storing values for Invitation fields according to their type
func MustParseInvitation_FieldPathValue ¶
func MustParseInvitation_FieldPathValue(pathStr, valueStr string) Invitation_FieldPathValue
func ParseInvitation_FieldPathValue ¶
func ParseInvitation_FieldPathValue(pathStr, valueStr string) (Invitation_FieldPathValue, error)
type Invitation_FieldSubPath ¶
type Invitation_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*Invitation_FieldSubPath) AsInviterActorSubPath ¶
func (fps *Invitation_FieldSubPath) AsInviterActorSubPath() (Actor_FieldPath, bool)
func (*Invitation_FieldSubPath) ClearValue ¶
func (fps *Invitation_FieldSubPath) ClearValue(item *Invitation)
func (*Invitation_FieldSubPath) ClearValueRaw ¶
func (fps *Invitation_FieldSubPath) ClearValueRaw(item proto.Message)
func (*Invitation_FieldSubPath) Get ¶
func (fps *Invitation_FieldSubPath) Get(source *Invitation) (values []interface{})
Get returns all values pointed by selected field from source Invitation
func (*Invitation_FieldSubPath) GetDefault ¶
func (fps *Invitation_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Invitation_FieldSubPath) GetRaw ¶
func (fps *Invitation_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*Invitation_FieldSubPath) GetSingle ¶
func (fps *Invitation_FieldSubPath) GetSingle(source *Invitation) (interface{}, bool)
GetSingle returns value of selected field from source Invitation
func (*Invitation_FieldSubPath) GetSingleRaw ¶
func (fps *Invitation_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Invitation_FieldSubPath) IsLeaf ¶
func (fps *Invitation_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Invitation_FieldSubPath) JSONString ¶
func (fps *Invitation_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Invitation_FieldSubPath) Selector ¶
func (fps *Invitation_FieldSubPath) Selector() Invitation_FieldPathSelector
func (*Invitation_FieldSubPath) String ¶
func (fps *Invitation_FieldSubPath) String() string
String returns path representation in proto convention
func (*Invitation_FieldSubPath) WithIArrayItemValue ¶
func (fps *Invitation_FieldSubPath) WithIArrayItemValue(value interface{}) Invitation_FieldPathArrayItemValue
func (*Invitation_FieldSubPath) WithIArrayOfValues ¶
func (fps *Invitation_FieldSubPath) WithIArrayOfValues(values interface{}) Invitation_FieldPathArrayOfValues
func (*Invitation_FieldSubPath) WithIValue ¶
func (fps *Invitation_FieldSubPath) WithIValue(value interface{}) Invitation_FieldPathValue
func (*Invitation_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *Invitation_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Invitation_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *Invitation_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Invitation_FieldSubPath) WithRawIValue ¶
func (fps *Invitation_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Invitation_FieldSubPathArrayItemValue ¶
type Invitation_FieldSubPathArrayItemValue struct { Invitation_FieldPath // contains filtered or unexported fields }
func (*Invitation_FieldSubPathArrayItemValue) AsInviterActorPathItemValue ¶
func (fpaivs *Invitation_FieldSubPathArrayItemValue) AsInviterActorPathItemValue() (Actor_FieldPathArrayItemValue, bool)
func (*Invitation_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *Invitation_FieldSubPathArrayItemValue) ContainsValue(source *Invitation) bool
Contains returns a boolean indicating if value that is being held is present in given 'Invitation'
func (*Invitation_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *Invitation_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type Invitation_FieldSubPathArrayOfValues ¶
type Invitation_FieldSubPathArrayOfValues struct { Invitation_FieldPath // contains filtered or unexported fields }
func (*Invitation_FieldSubPathArrayOfValues) AsInviterActorPathArrayOfValues ¶
func (fpsaov *Invitation_FieldSubPathArrayOfValues) AsInviterActorPathArrayOfValues() (Actor_FieldPathArrayOfValues, bool)
func (*Invitation_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *Invitation_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type Invitation_FieldSubPathValue ¶
type Invitation_FieldSubPathValue struct { Invitation_FieldPath // contains filtered or unexported fields }
func (*Invitation_FieldSubPathValue) AsInviterActorPathValue ¶
func (fpvs *Invitation_FieldSubPathValue) AsInviterActorPathValue() (Actor_FieldPathValue, bool)
func (*Invitation_FieldSubPathValue) CompareWith ¶
func (fpvs *Invitation_FieldSubPathValue) CompareWith(source *Invitation) (int, bool)
func (*Invitation_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *Invitation_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Invitation_FieldSubPathValue) GetRawValue ¶
func (fpvs *Invitation_FieldSubPathValue) GetRawValue() interface{}
func (*Invitation_FieldSubPathValue) SetTo ¶
func (fpvs *Invitation_FieldSubPathValue) SetTo(target **Invitation)
func (*Invitation_FieldSubPathValue) SetToRaw ¶
func (fpvs *Invitation_FieldSubPathValue) SetToRaw(target proto.Message)
type Invitation_FieldTerminalPath ¶
type Invitation_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Invitation_FieldTerminalPath) ClearValue ¶
func (fp *Invitation_FieldTerminalPath) ClearValue(item *Invitation)
func (*Invitation_FieldTerminalPath) ClearValueRaw ¶
func (fp *Invitation_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Invitation_FieldTerminalPath) Get ¶
func (fp *Invitation_FieldTerminalPath) Get(source *Invitation) (values []interface{})
Get returns all values pointed by specific field from source Invitation
func (*Invitation_FieldTerminalPath) GetDefault ¶
func (fp *Invitation_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Invitation_FieldTerminalPath) GetRaw ¶
func (fp *Invitation_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Invitation_FieldTerminalPath) GetSingle ¶
func (fp *Invitation_FieldTerminalPath) GetSingle(source *Invitation) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Invitation
func (*Invitation_FieldTerminalPath) GetSingleRaw ¶
func (fp *Invitation_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Invitation_FieldTerminalPath) IsLeaf ¶
func (fp *Invitation_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Invitation_FieldTerminalPath) JSONString ¶
func (fp *Invitation_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Invitation_FieldTerminalPath) Selector ¶
func (fp *Invitation_FieldTerminalPath) Selector() Invitation_FieldPathSelector
func (*Invitation_FieldTerminalPath) String ¶
func (fp *Invitation_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Invitation_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Invitation_FieldTerminalPath) WithIArrayItemValue(value interface{}) Invitation_FieldPathArrayItemValue
func (*Invitation_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Invitation_FieldTerminalPath) WithIArrayOfValues(values interface{}) Invitation_FieldPathArrayOfValues
func (*Invitation_FieldTerminalPath) WithIValue ¶
func (fp *Invitation_FieldTerminalPath) WithIValue(value interface{}) Invitation_FieldPathValue
func (*Invitation_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Invitation_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Invitation_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Invitation_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Invitation_FieldTerminalPath) WithRawIValue ¶
func (fp *Invitation_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Invitation_FieldTerminalPathArrayItemValue ¶
type Invitation_FieldTerminalPathArrayItemValue struct { Invitation_FieldTerminalPath // contains filtered or unexported fields }
func (*Invitation_FieldTerminalPathArrayItemValue) AsRolesItemValue ¶
func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) AsRolesItemValue() (*role.Reference, bool)
func (*Invitation_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) ContainsValue(source *Invitation) bool
Contains returns a boolean indicating if value that is being held is present in given 'Invitation'
func (*Invitation_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Invitation as interface{}
func (*Invitation_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) GetSingle(source *Invitation) (interface{}, bool)
func (*Invitation_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Invitation_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Invitation_FieldTerminalPathArrayOfValues ¶
type Invitation_FieldTerminalPathArrayOfValues struct { Invitation_FieldTerminalPath // contains filtered or unexported fields }
func (*Invitation_FieldTerminalPathArrayOfValues) AsExpirationDateArrayOfValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsExpirationDateArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*Invitation_FieldTerminalPathArrayOfValues) AsInviteeEmailArrayOfValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviteeEmailArrayOfValues() ([]string, bool)
func (*Invitation_FieldTerminalPathArrayOfValues) AsInviterActorArrayOfValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviterActorArrayOfValues() ([]*Actor, bool)
func (*Invitation_FieldTerminalPathArrayOfValues) AsInviterEmailArrayOfValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviterEmailArrayOfValues() ([]string, bool)
func (*Invitation_FieldTerminalPathArrayOfValues) AsInviterFullNameArrayOfValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsInviterFullNameArrayOfValues() ([]string, bool)
func (*Invitation_FieldTerminalPathArrayOfValues) AsRolesArrayOfValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsRolesArrayOfValues() ([][]*role.Reference, bool)
func (*Invitation_FieldTerminalPathArrayOfValues) AsStateArrayOfValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]Invitation_State, bool)
func (*Invitation_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Invitation_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Invitation_FieldTerminalPathValue ¶
type Invitation_FieldTerminalPathValue struct { Invitation_FieldTerminalPath // contains filtered or unexported fields }
func (*Invitation_FieldTerminalPathValue) AsExpirationDateValue ¶
func (fpv *Invitation_FieldTerminalPathValue) AsExpirationDateValue() (*timestamp.Timestamp, bool)
func (*Invitation_FieldTerminalPathValue) AsInviteeEmailValue ¶
func (fpv *Invitation_FieldTerminalPathValue) AsInviteeEmailValue() (string, bool)
func (*Invitation_FieldTerminalPathValue) AsInviterActorValue ¶
func (fpv *Invitation_FieldTerminalPathValue) AsInviterActorValue() (*Actor, bool)
func (*Invitation_FieldTerminalPathValue) AsInviterEmailValue ¶
func (fpv *Invitation_FieldTerminalPathValue) AsInviterEmailValue() (string, bool)
func (*Invitation_FieldTerminalPathValue) AsInviterFullNameValue ¶
func (fpv *Invitation_FieldTerminalPathValue) AsInviterFullNameValue() (string, bool)
func (*Invitation_FieldTerminalPathValue) AsRolesValue ¶
func (fpv *Invitation_FieldTerminalPathValue) AsRolesValue() ([]*role.Reference, bool)
func (*Invitation_FieldTerminalPathValue) AsStateValue ¶
func (fpv *Invitation_FieldTerminalPathValue) AsStateValue() (Invitation_State, bool)
func (*Invitation_FieldTerminalPathValue) CompareWith ¶
func (fpv *Invitation_FieldTerminalPathValue) CompareWith(source *Invitation) (int, bool)
CompareWith compares value in the 'Invitation_FieldTerminalPathValue' with the value under path in 'Invitation'.
func (*Invitation_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Invitation_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Invitation_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Invitation_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Invitation' as interface{}
func (*Invitation_FieldTerminalPathValue) SetTo ¶
func (fpv *Invitation_FieldTerminalPathValue) SetTo(target **Invitation)
SetTo stores value for selected field for object Invitation
func (*Invitation_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Invitation_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Invitation_State ¶
type Invitation_State int32
Invitation FSM States
const ( Invitation_STATE_UNSPECIFIED Invitation_State = 0 Invitation_PENDING Invitation_State = 1 Invitation_ACCEPTED Invitation_State = 2 Invitation_DECLINED Invitation_State = 3 Invitation_EXPIRED Invitation_State = 4 )
func (Invitation_State) Descriptor ¶
func (Invitation_State) Descriptor() preflect.EnumDescriptor
func (Invitation_State) Enum ¶
func (x Invitation_State) Enum() *Invitation_State
func (Invitation_State) EnumDescriptor ¶
func (Invitation_State) EnumDescriptor() ([]byte, []int)
Deprecated, Use Invitation_State.ProtoReflect.Descriptor instead.
func (Invitation_State) Number ¶
func (x Invitation_State) Number() preflect.EnumNumber
func (Invitation_State) String ¶
func (x Invitation_State) String() string
func (Invitation_State) Type ¶
func (Invitation_State) Type() preflect.EnumType