Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access PortForwardingServiceAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- type Filter
- func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val
- func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
- func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
- func (filter *Filter) Equal(other ref.Val) ref.Val
- func (filter *Filter) Evaluate(res *PortForwardingService) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*PortForwardingService) (out []*PortForwardingService)
- func (filter *Filter) GetCondition() FilterCondition
- func (filter *Filter) GetRawCondition() gotenresource.FilterCondition
- func (filter *Filter) HasTrait(trait int) bool
- func (filter *Filter) Match(pattern ref.Val) ref.Val
- func (filter *Filter) ParseProtoString(data string) error
- func (filter *Filter) ProtoString() (string, error)
- func (filter *Filter) Receive(function string, overload string, args []ref.Val) ref.Val
- func (filter *Filter) SetFromCliFlag(raw string) error
- func (filter *Filter) String() string
- func (filter *Filter) Type() ref.Type
- func (filter *Filter) TypeName() string
- func (filter *Filter) Value() interface{}
- type FilterBuilder
- func (b *FilterBuilder) Filter() *Filter
- func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder
- func (b *FilterBuilder) WherePath(fp PortForwardingService_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
- func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, ...) *FilterBuilder
- type FilterBuilderOrCondition
- type FilterCondition
- type FilterConditionCompare
- func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionCompare) ConditionCompare()
- func (cond *FilterConditionCompare) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator
- func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue
- func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionCompare) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionCompare) String() string
- type FilterConditionComposite
- func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionComposite) ConditionComposite()
- func (cond *FilterConditionComposite) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator
- func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition
- func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionComposite) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionComposite) String() string
- type FilterConditionContains
- func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionContains) ConditionContains()
- func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
- func (cond *FilterConditionContains) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() PortForwardingService_FieldPath
- func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue
- func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue)
- func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionContains) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionContains) String() string
- type FilterConditionIn
- func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIn) ConditionIn()
- func (cond *FilterConditionIn) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
- func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIn) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIn) String() string
- type FilterConditionIsNaN
- func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNaN) ConditionIsNaN()
- func (cond *FilterConditionIsNaN) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNaN) String() string
- type FilterConditionIsNull
- func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNull) ConditionIsNull()
- func (cond *FilterConditionIsNull) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIsNull) NotNull() bool
- func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNull) String() string
- type FilterConditionNot
- func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNot) ConditionNot()
- func (cond *FilterConditionNot) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition
- func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionNot) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNot) String() string
- type FilterConditionNotIn
- func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNotIn) ConditionNotIn()
- func (cond *FilterConditionNotIn) Evaluate(res *PortForwardingService) bool
- func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
- func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *iam_project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *iam_project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *PortForwardingService) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *PortForwardingService_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted PortForwardingServiceList, elem *PortForwardingService) (PortForwardingServiceList, int)
- func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
- func (orderBy *OrderBy) ParseProtoString(data string) error
- func (orderBy *OrderBy) ProtoString() (string, error)
- func (orderBy *OrderBy) SetFromCliFlag(raw string) error
- func (orderBy *OrderBy) Sort(results PortForwardingServiceList)
- func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
- func (orderBy *OrderBy) String() string
- type OrderByField
- type PagerCursor
- func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
- func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
- func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
- func (cursor *PagerCursor) IsEmpty() bool
- func (cursor *PagerCursor) ParseProtoString(data string) (err error)
- func (cursor *PagerCursor) ProtoString() (string, error)
- func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
- func (cursor *PagerCursor) SetFromCliFlag(raw string) error
- func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
- func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
- func (cursor *PagerCursor) String() string
- type PagerQuery
- func (p *PagerQuery) GetCursor() gotenresource.Cursor
- func (p *PagerQuery) GetLimit() int
- func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
- func (p *PagerQuery) GetPeekForward() bool
- func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (p *PagerQuery) PageDirection() gotenresource.PageDirection
- func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
- func (p *PagerQuery) SetLimit(limit int)
- func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
- func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
- func (p *PagerQuery) SetPeekForward(peekForward bool)
- type ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) FullyQualifiedName() (string, error)
- func (name *ParentName) GetIParentName() gotenresource.Name
- func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
- func (name *ParentName) GetIdParts() map[string]string
- func (name *ParentName) GetPattern() gotenresource.NamePattern
- func (name *ParentName) GetProjectName() *iam_project.Name
- func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
- func (name *ParentName) GetSegments() gotenresource.NameSegments
- func (name *ParentName) GotenEqual(other interface{}) bool
- func (name *ParentName) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- type ParentReference
- func (ref *ParentReference) ClearCached()
- func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
- func (name *ParentReference) Equal(other ref.Val) ref.Val
- func (ref *ParentReference) GetIParentName() gotenresource.Name
- func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *ParentReference) GetIdParts() map[string]string
- func (ref *ParentReference) GetPattern() gotenresource.NamePattern
- func (ref *ParentReference) GetProject() *iam_project.Project
- func (ref *ParentReference) GetProjectReference() *iam_project.Reference
- func (ref *ParentReference) GetRawResource() gotenresource.Resource
- func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *ParentReference) GetSegments() gotenresource.NameSegments
- func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
- func (ref *ParentReference) GotenEqual(other interface{}) bool
- func (name *ParentReference) HasTrait(trait int) bool
- func (ref *ParentReference) IsFullyQualified() bool
- func (ref *ParentReference) IsSpecified() bool
- func (name *ParentReference) Match(pattern ref.Val) ref.Val
- func (name *ParentReference) Matches(other interface{}) bool
- func (ref *ParentReference) ParseProtoString(data string) error
- func (ref *ParentReference) ProtoString() (string, error)
- func (name *ParentReference) Receive(function string, overload string, args []ref.Val) ref.Val
- func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
- func (ref *ParentReference) Resolved() bool
- func (ref *ParentReference) SetFromCliFlag(raw string) error
- func (ref *ParentReference) String() string
- func (name *ParentReference) Type() ref.Type
- func (name *ParentReference) TypeName() string
- func (name *ParentReference) Value() interface{}
- type PortForwardingService
- func (o *PortForwardingService) Clone() *PortForwardingService
- func (o *PortForwardingService) CloneRaw() gotenobject.GotenObjectExt
- func (*PortForwardingService) Descriptor() ([]byte, []int)
- func (m *PortForwardingService) GetDisplayName() string
- func (m *PortForwardingService) GetMetadata() *ntt_meta.Meta
- func (m *PortForwardingService) GetName() *Name
- func (r *PortForwardingService) GetRawName() gotenresource.Name
- func (r *PortForwardingService) GetResourceDescriptor() gotenresource.Descriptor
- func (m *PortForwardingService) GetSpec() *PortForwardingService_Spec
- func (m *PortForwardingService) GetStatus() *PortForwardingService_Status
- func (*PortForwardingService) GotenMessage()
- func (o *PortForwardingService) GotenObjectExt()
- func (obj *PortForwardingService) GotenValidate() error
- func (o *PortForwardingService) MakeDiffFieldMask(other *PortForwardingService) *PortForwardingService_FieldMask
- func (o *PortForwardingService) MakeFullFieldMask() *PortForwardingService_FieldMask
- func (o *PortForwardingService) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *PortForwardingService) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *PortForwardingService) Marshal() ([]byte, error)
- func (m *PortForwardingService) MarshalJSON() ([]byte, error)
- func (r *PortForwardingService) MaybePopulateDefaults() error
- func (o *PortForwardingService) Merge(source *PortForwardingService)
- func (o *PortForwardingService) MergeRaw(source gotenobject.GotenObjectExt)
- func (*PortForwardingService) ProtoMessage()
- func (m *PortForwardingService) ProtoReflect() preflect.Message
- func (m *PortForwardingService) Reset()
- func (m *PortForwardingService) SetDisplayName(fv string)
- func (m *PortForwardingService) SetMetadata(fv *ntt_meta.Meta)
- func (m *PortForwardingService) SetName(fv *Name)
- func (m *PortForwardingService) SetSpec(fv *PortForwardingService_Spec)
- func (m *PortForwardingService) SetStatus(fv *PortForwardingService_Status)
- func (m *PortForwardingService) String() string
- func (m *PortForwardingService) Unmarshal(b []byte) error
- func (m *PortForwardingService) UnmarshalJSON(data []byte) error
- type PortForwardingServiceAccess
- type PortForwardingServiceChange
- func (*PortForwardingServiceChange) Descriptor() ([]byte, []int)
- func (m *PortForwardingServiceChange) GetAdded() *PortForwardingServiceChange_Added
- func (m *PortForwardingServiceChange) GetChangeType() isPortForwardingServiceChange_ChangeType
- func (m *PortForwardingServiceChange) GetCurrent() *PortForwardingServiceChange_Current
- func (c *PortForwardingServiceChange) GetCurrentViewIndex() int32
- func (m *PortForwardingServiceChange) GetModified() *PortForwardingServiceChange_Modified
- func (c *PortForwardingServiceChange) GetPortForwardingService() *PortForwardingService
- func (c *PortForwardingServiceChange) GetPortForwardingServiceName() *Name
- func (c *PortForwardingServiceChange) GetPreviousViewIndex() int32
- func (c *PortForwardingServiceChange) GetRawName() gotenresource.Name
- func (c *PortForwardingServiceChange) GetRawResource() gotenresource.Resource
- func (m *PortForwardingServiceChange) GetRemoved() *PortForwardingServiceChange_Removed
- func (*PortForwardingServiceChange) GotenMessage()
- func (obj *PortForwardingServiceChange) GotenValidate() error
- func (c *PortForwardingServiceChange) IsAdd() bool
- func (c *PortForwardingServiceChange) IsCurrent() bool
- func (c *PortForwardingServiceChange) IsDelete() bool
- func (c *PortForwardingServiceChange) IsModify() bool
- func (m *PortForwardingServiceChange) Marshal() ([]byte, error)
- func (m *PortForwardingServiceChange) MarshalJSON() ([]byte, error)
- func (*PortForwardingServiceChange) ProtoMessage()
- func (m *PortForwardingServiceChange) ProtoReflect() preflect.Message
- func (m *PortForwardingServiceChange) Reset()
- func (m *PortForwardingServiceChange) SetAdded(fv *PortForwardingServiceChange_Added)
- func (c *PortForwardingServiceChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *PortForwardingServiceChange) SetChangeType(ofv isPortForwardingServiceChange_ChangeType)
- func (m *PortForwardingServiceChange) SetCurrent(fv *PortForwardingServiceChange_Current)
- func (c *PortForwardingServiceChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *PortForwardingServiceChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *PortForwardingServiceChange) SetModified(fv *PortForwardingServiceChange_Modified)
- func (c *PortForwardingServiceChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *PortForwardingServiceChange) SetRemoved(fv *PortForwardingServiceChange_Removed)
- func (m *PortForwardingServiceChange) String() string
- func (m *PortForwardingServiceChange) Unmarshal(b []byte) error
- func (m *PortForwardingServiceChange) UnmarshalJSON(data []byte) error
- type PortForwardingServiceChangeList
- func (l PortForwardingServiceChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l PortForwardingServiceChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l PortForwardingServiceChangeList) At(idx int) gotenresource.ResourceChange
- func (l PortForwardingServiceChangeList) Length() int
- func (l PortForwardingServiceChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l PortForwardingServiceChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type PortForwardingServiceChangeMap
- func (m PortForwardingServiceChangeMap) Delete(name gotenresource.Name)
- func (m PortForwardingServiceChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m PortForwardingServiceChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m PortForwardingServiceChangeMap) Length() int
- func (m PortForwardingServiceChangeMap) Set(change gotenresource.ResourceChange)
- type PortForwardingServiceChange_Added
- func (*PortForwardingServiceChange_Added) Descriptor() ([]byte, []int)
- func (m *PortForwardingServiceChange_Added) GetPortForwardingService() *PortForwardingService
- func (m *PortForwardingServiceChange_Added) GetViewIndex() int32
- func (*PortForwardingServiceChange_Added) GotenMessage()
- func (obj *PortForwardingServiceChange_Added) GotenValidate() error
- func (m *PortForwardingServiceChange_Added) Marshal() ([]byte, error)
- func (m *PortForwardingServiceChange_Added) MarshalJSON() ([]byte, error)
- func (*PortForwardingServiceChange_Added) ProtoMessage()
- func (m *PortForwardingServiceChange_Added) ProtoReflect() preflect.Message
- func (m *PortForwardingServiceChange_Added) Reset()
- func (m *PortForwardingServiceChange_Added) SetPortForwardingService(fv *PortForwardingService)
- func (m *PortForwardingServiceChange_Added) SetViewIndex(fv int32)
- func (m *PortForwardingServiceChange_Added) String() string
- func (m *PortForwardingServiceChange_Added) Unmarshal(b []byte) error
- func (m *PortForwardingServiceChange_Added) UnmarshalJSON(data []byte) error
- type PortForwardingServiceChange_Added_
- type PortForwardingServiceChange_Current
- func (*PortForwardingServiceChange_Current) Descriptor() ([]byte, []int)
- func (m *PortForwardingServiceChange_Current) GetPortForwardingService() *PortForwardingService
- func (*PortForwardingServiceChange_Current) GotenMessage()
- func (obj *PortForwardingServiceChange_Current) GotenValidate() error
- func (m *PortForwardingServiceChange_Current) Marshal() ([]byte, error)
- func (m *PortForwardingServiceChange_Current) MarshalJSON() ([]byte, error)
- func (*PortForwardingServiceChange_Current) ProtoMessage()
- func (m *PortForwardingServiceChange_Current) ProtoReflect() preflect.Message
- func (m *PortForwardingServiceChange_Current) Reset()
- func (m *PortForwardingServiceChange_Current) SetPortForwardingService(fv *PortForwardingService)
- func (m *PortForwardingServiceChange_Current) String() string
- func (m *PortForwardingServiceChange_Current) Unmarshal(b []byte) error
- func (m *PortForwardingServiceChange_Current) UnmarshalJSON(data []byte) error
- type PortForwardingServiceChange_Current_
- type PortForwardingServiceChange_Modified
- func (*PortForwardingServiceChange_Modified) Descriptor() ([]byte, []int)
- func (m *PortForwardingServiceChange_Modified) GetFieldMask() *PortForwardingService_FieldMask
- func (m *PortForwardingServiceChange_Modified) GetName() *Name
- func (m *PortForwardingServiceChange_Modified) GetPortForwardingService() *PortForwardingService
- func (m *PortForwardingServiceChange_Modified) GetPreviousViewIndex() int32
- func (m *PortForwardingServiceChange_Modified) GetViewIndex() int32
- func (*PortForwardingServiceChange_Modified) GotenMessage()
- func (obj *PortForwardingServiceChange_Modified) GotenValidate() error
- func (m *PortForwardingServiceChange_Modified) Marshal() ([]byte, error)
- func (m *PortForwardingServiceChange_Modified) MarshalJSON() ([]byte, error)
- func (*PortForwardingServiceChange_Modified) ProtoMessage()
- func (m *PortForwardingServiceChange_Modified) ProtoReflect() preflect.Message
- func (m *PortForwardingServiceChange_Modified) Reset()
- func (m *PortForwardingServiceChange_Modified) SetFieldMask(fv *PortForwardingService_FieldMask)
- func (m *PortForwardingServiceChange_Modified) SetName(fv *Name)
- func (m *PortForwardingServiceChange_Modified) SetPortForwardingService(fv *PortForwardingService)
- func (m *PortForwardingServiceChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *PortForwardingServiceChange_Modified) SetViewIndex(fv int32)
- func (m *PortForwardingServiceChange_Modified) String() string
- func (m *PortForwardingServiceChange_Modified) Unmarshal(b []byte) error
- func (m *PortForwardingServiceChange_Modified) UnmarshalJSON(data []byte) error
- type PortForwardingServiceChange_Modified_
- type PortForwardingServiceChange_Removed
- func (*PortForwardingServiceChange_Removed) Descriptor() ([]byte, []int)
- func (m *PortForwardingServiceChange_Removed) GetName() *Name
- func (m *PortForwardingServiceChange_Removed) GetViewIndex() int32
- func (*PortForwardingServiceChange_Removed) GotenMessage()
- func (obj *PortForwardingServiceChange_Removed) GotenValidate() error
- func (m *PortForwardingServiceChange_Removed) Marshal() ([]byte, error)
- func (m *PortForwardingServiceChange_Removed) MarshalJSON() ([]byte, error)
- func (*PortForwardingServiceChange_Removed) ProtoMessage()
- func (m *PortForwardingServiceChange_Removed) ProtoReflect() preflect.Message
- func (m *PortForwardingServiceChange_Removed) Reset()
- func (m *PortForwardingServiceChange_Removed) SetName(fv *Name)
- func (m *PortForwardingServiceChange_Removed) SetViewIndex(fv int32)
- func (m *PortForwardingServiceChange_Removed) String() string
- func (m *PortForwardingServiceChange_Removed) Unmarshal(b []byte) error
- func (m *PortForwardingServiceChange_Removed) UnmarshalJSON(data []byte) error
- type PortForwardingServiceChange_Removed_
- type PortForwardingServiceFieldPathBuilder
- func (PortForwardingServiceFieldPathBuilder) DisplayName() PortForwardingServicePathSelectorDisplayName
- func (PortForwardingServiceFieldPathBuilder) Metadata() PortForwardingServicePathSelectorMetadata
- func (PortForwardingServiceFieldPathBuilder) Name() PortForwardingServicePathSelectorName
- func (PortForwardingServiceFieldPathBuilder) Spec() PortForwardingServicePathSelectorSpec
- func (PortForwardingServiceFieldPathBuilder) Status() PortForwardingServicePathSelectorStatus
- type PortForwardingServiceList
- func (l PortForwardingServiceList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l PortForwardingServiceList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l PortForwardingServiceList) At(idx int) gotenresource.Resource
- func (l PortForwardingServiceList) Length() int
- func (l PortForwardingServiceList) Set(idx int, res gotenresource.Resource)
- func (l PortForwardingServiceList) Slice(first, second int) gotenresource.ResourceList
- type PortForwardingServiceMap
- func (m PortForwardingServiceMap) Delete(name gotenresource.Name)
- func (m PortForwardingServiceMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m PortForwardingServiceMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m PortForwardingServiceMap) Length() int
- func (m PortForwardingServiceMap) Set(res gotenresource.Resource)
- type PortForwardingServiceMapPathSelectorMetadataAnnotations
- func (s PortForwardingServiceMapPathSelectorMetadataAnnotations) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServiceMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServiceMapPathSelectorMetadataAnnotations) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServiceMapPathSelectorMetadataLabels
- func (s PortForwardingServiceMapPathSelectorMetadataLabels) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServiceMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServiceMapPathSelectorMetadataLabels) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServiceMapPathSelectorMetadataShards
- func (s PortForwardingServiceMapPathSelectorMetadataShards) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServiceMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServiceMapPathSelectorMetadataShards) WithValue(value int64) *PortForwardingService_FieldSubPathValue
- type PortForwardingServiceNameList
- func (l PortForwardingServiceNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l PortForwardingServiceNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l PortForwardingServiceNameList) At(idx int) gotenresource.Name
- func (l PortForwardingServiceNameList) Length() int
- func (l PortForwardingServiceNameList) Set(idx int, name gotenresource.Name)
- func (l PortForwardingServiceNameList) Slice(first, second int) gotenresource.NameList
- type PortForwardingServiceParentNameList
- func (l PortForwardingServiceParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l PortForwardingServiceParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l PortForwardingServiceParentNameList) At(idx int) gotenresource.Name
- func (l PortForwardingServiceParentNameList) Length() int
- func (l PortForwardingServiceParentNameList) Set(idx int, name gotenresource.Name)
- func (l PortForwardingServiceParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type PortForwardingServiceParentReferenceList
- func (l PortForwardingServiceParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l PortForwardingServiceParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l PortForwardingServiceParentReferenceList) At(idx int) gotenresource.Reference
- func (l PortForwardingServiceParentReferenceList) Length() int
- func (l PortForwardingServiceParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l PortForwardingServiceParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type PortForwardingServicePathSelectorDisplayName
- func (PortForwardingServicePathSelectorDisplayName) FieldPath() *PortForwardingService_FieldTerminalPath
- func (s PortForwardingServicePathSelectorDisplayName) WithArrayOfValues(values []string) *PortForwardingService_FieldTerminalPathArrayOfValues
- func (s PortForwardingServicePathSelectorDisplayName) WithValue(value string) *PortForwardingService_FieldTerminalPathValue
- type PortForwardingServicePathSelectorMetadata
- func (PortForwardingServicePathSelectorMetadata) Annotations() PortForwardingServicePathSelectorMetadataAnnotations
- func (PortForwardingServicePathSelectorMetadata) CreateTime() PortForwardingServicePathSelectorMetadataCreateTime
- func (PortForwardingServicePathSelectorMetadata) DeleteTime() PortForwardingServicePathSelectorMetadataDeleteTime
- func (PortForwardingServicePathSelectorMetadata) FieldPath() *PortForwardingService_FieldTerminalPath
- func (PortForwardingServicePathSelectorMetadata) Generation() PortForwardingServicePathSelectorMetadataGeneration
- func (PortForwardingServicePathSelectorMetadata) Labels() PortForwardingServicePathSelectorMetadataLabels
- func (PortForwardingServicePathSelectorMetadata) Lifecycle() PortForwardingServicePathSelectorMetadataLifecycle
- func (PortForwardingServicePathSelectorMetadata) OwnerReferences() PortForwardingServicePathSelectorMetadataOwnerReferences
- func (PortForwardingServicePathSelectorMetadata) ResourceVersion() PortForwardingServicePathSelectorMetadataResourceVersion
- func (PortForwardingServicePathSelectorMetadata) Shards() PortForwardingServicePathSelectorMetadataShards
- func (PortForwardingServicePathSelectorMetadata) Syncing() PortForwardingServicePathSelectorMetadataSyncing
- func (PortForwardingServicePathSelectorMetadata) Tags() PortForwardingServicePathSelectorMetadataTags
- func (PortForwardingServicePathSelectorMetadata) UpdateTime() PortForwardingServicePathSelectorMetadataUpdateTime
- func (PortForwardingServicePathSelectorMetadata) Uuid() PortForwardingServicePathSelectorMetadataUuid
- func (s PortForwardingServicePathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *PortForwardingService_FieldTerminalPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *PortForwardingService_FieldSubPathArrayOfValues
- func (PortForwardingServicePathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *PortForwardingService_FieldSubPathValue
- func (s PortForwardingServicePathSelectorMetadata) WithValue(value *ntt_meta.Meta) *PortForwardingService_FieldTerminalPathValue
- type PortForwardingServicePathSelectorMetadataAnnotations
- func (PortForwardingServicePathSelectorMetadataAnnotations) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *PortForwardingService_FieldSubPathArrayOfValues
- func (PortForwardingServicePathSelectorMetadataAnnotations) WithKey(key string) PortForwardingServiceMapPathSelectorMetadataAnnotations
- func (s PortForwardingServicePathSelectorMetadataAnnotations) WithValue(value map[string]string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataCreateTime
- func (PortForwardingServicePathSelectorMetadataCreateTime) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataDeleteTime
- func (PortForwardingServicePathSelectorMetadataDeleteTime) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataGeneration
- func (PortForwardingServicePathSelectorMetadataGeneration) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataGeneration) WithValue(value int64) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataLabels
- func (PortForwardingServicePathSelectorMetadataLabels) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *PortForwardingService_FieldSubPathArrayOfValues
- func (PortForwardingServicePathSelectorMetadataLabels) WithKey(key string) PortForwardingServiceMapPathSelectorMetadataLabels
- func (s PortForwardingServicePathSelectorMetadataLabels) WithValue(value map[string]string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataLifecycle
- func (PortForwardingServicePathSelectorMetadataLifecycle) BlockDeletion() PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion
- func (PortForwardingServicePathSelectorMetadataLifecycle) FieldPath() *PortForwardingService_FieldSubPath
- func (PortForwardingServicePathSelectorMetadataLifecycle) State() PortForwardingServicePathSelectorMetadataLifecycleState
- func (s PortForwardingServicePathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion
- func (PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataLifecycleState
- func (PortForwardingServicePathSelectorMetadataLifecycleState) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferences
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) BlockOwnerDeletion() PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) Controller() PortForwardingServicePathSelectorMetadataOwnerReferencesController
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) FieldPath() *PortForwardingService_FieldSubPath
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) Kind() PortForwardingServicePathSelectorMetadataOwnerReferencesKind
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) Name() PortForwardingServicePathSelectorMetadataOwnerReferencesName
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) Region() PortForwardingServicePathSelectorMetadataOwnerReferencesRegion
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) RequiresOwnerReference() PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (PortForwardingServicePathSelectorMetadataOwnerReferences) Version() PortForwardingServicePathSelectorMetadataOwnerReferencesVersion
- func (s PortForwardingServicePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferencesController
- func (PortForwardingServicePathSelectorMetadataOwnerReferencesController) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferencesKind
- func (PortForwardingServicePathSelectorMetadataOwnerReferencesKind) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferencesName
- func (PortForwardingServicePathSelectorMetadataOwnerReferencesName) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesName) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferencesRegion
- func (PortForwardingServicePathSelectorMetadataOwnerReferencesRegion) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataOwnerReferencesVersion
- func (PortForwardingServicePathSelectorMetadataOwnerReferencesVersion) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataResourceVersion
- func (PortForwardingServicePathSelectorMetadataResourceVersion) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataResourceVersion) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataShards
- func (PortForwardingServicePathSelectorMetadataShards) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *PortForwardingService_FieldSubPathArrayOfValues
- func (PortForwardingServicePathSelectorMetadataShards) WithKey(key string) PortForwardingServiceMapPathSelectorMetadataShards
- func (s PortForwardingServicePathSelectorMetadataShards) WithValue(value map[string]int64) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataSyncing
- func (PortForwardingServicePathSelectorMetadataSyncing) FieldPath() *PortForwardingService_FieldSubPath
- func (PortForwardingServicePathSelectorMetadataSyncing) OwningRegion() PortForwardingServicePathSelectorMetadataSyncingOwningRegion
- func (PortForwardingServicePathSelectorMetadataSyncing) Regions() PortForwardingServicePathSelectorMetadataSyncingRegions
- func (s PortForwardingServicePathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataSyncingOwningRegion
- func (PortForwardingServicePathSelectorMetadataSyncingOwningRegion) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataSyncingRegions
- func (PortForwardingServicePathSelectorMetadataSyncingRegions) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataSyncingRegions) WithItemValue(value string) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorMetadataSyncingRegions) WithValue(value []string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataTags
- func (PortForwardingServicePathSelectorMetadataTags) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataTags) WithItemValue(value string) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorMetadataTags) WithValue(value []string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataUpdateTime
- func (PortForwardingServicePathSelectorMetadataUpdateTime) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorMetadataUuid
- func (PortForwardingServicePathSelectorMetadataUuid) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorMetadataUuid) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorMetadataUuid) WithValue(value string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorName
- func (PortForwardingServicePathSelectorName) FieldPath() *PortForwardingService_FieldTerminalPath
- func (s PortForwardingServicePathSelectorName) WithArrayOfValues(values []*Name) *PortForwardingService_FieldTerminalPathArrayOfValues
- func (s PortForwardingServicePathSelectorName) WithValue(value *Name) *PortForwardingService_FieldTerminalPathValue
- type PortForwardingServicePathSelectorSpec
- func (PortForwardingServicePathSelectorSpec) AccessPoints() PortForwardingServicePathSelectorSpecAccessPoints
- func (PortForwardingServicePathSelectorSpec) Addresses() PortForwardingServicePathSelectorSpecAddresses
- func (PortForwardingServicePathSelectorSpec) Disabled() PortForwardingServicePathSelectorSpecDisabled
- func (PortForwardingServicePathSelectorSpec) FieldPath() *PortForwardingService_FieldTerminalPath
- func (PortForwardingServicePathSelectorSpec) ProviderLoadBalancingMode() PortForwardingServicePathSelectorSpecProviderLoadBalancingMode
- func (PortForwardingServicePathSelectorSpec) TargetLoadBalancingMode() PortForwardingServicePathSelectorSpecTargetLoadBalancingMode
- func (s PortForwardingServicePathSelectorSpec) WithArrayOfValues(values []*PortForwardingService_Spec) *PortForwardingService_FieldTerminalPathArrayOfValues
- func (s PortForwardingServicePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue PortForwardingServiceSpec_FieldPathArrayItemValue) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues PortForwardingServiceSpec_FieldPathArrayOfValues) *PortForwardingService_FieldSubPathArrayOfValues
- func (PortForwardingServicePathSelectorSpec) WithSubPath(subPath PortForwardingServiceSpec_FieldPath) *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorSpec) WithSubValue(subPathValue PortForwardingServiceSpec_FieldPathValue) *PortForwardingService_FieldSubPathValue
- func (s PortForwardingServicePathSelectorSpec) WithValue(value *PortForwardingService_Spec) *PortForwardingService_FieldTerminalPathValue
- type PortForwardingServicePathSelectorSpecAccessPoints
- func (PortForwardingServicePathSelectorSpecAccessPoints) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorSpecAccessPoints) WithArrayOfValues(values [][]*access_point.Name) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorSpecAccessPoints) WithItemValue(value *access_point.Name) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorSpecAccessPoints) WithValue(value []*access_point.Name) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorSpecAddresses
- func (PortForwardingServicePathSelectorSpecAddresses) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorSpecAddresses) WithArrayOfValues(values [][]string) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorSpecAddresses) WithItemValue(value string) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorSpecAddresses) WithValue(value []string) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorSpecDisabled
- func (PortForwardingServicePathSelectorSpecDisabled) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorSpecDisabled) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorSpecDisabled) WithValue(value bool) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorSpecProviderLoadBalancingMode
- func (PortForwardingServicePathSelectorSpecProviderLoadBalancingMode) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorSpecProviderLoadBalancingMode) WithArrayOfValues(values []PortForwardingService_Spec_LoadBalancingMode) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorSpecProviderLoadBalancingMode) WithValue(value PortForwardingService_Spec_LoadBalancingMode) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorSpecTargetLoadBalancingMode
- func (PortForwardingServicePathSelectorSpecTargetLoadBalancingMode) FieldPath() *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorSpecTargetLoadBalancingMode) WithArrayOfValues(values []PortForwardingService_Spec_LoadBalancingMode) *PortForwardingService_FieldSubPathArrayOfValues
- func (s PortForwardingServicePathSelectorSpecTargetLoadBalancingMode) WithValue(value PortForwardingService_Spec_LoadBalancingMode) *PortForwardingService_FieldSubPathValue
- type PortForwardingServicePathSelectorStatus
- func (PortForwardingServicePathSelectorStatus) FieldPath() *PortForwardingService_FieldTerminalPath
- func (s PortForwardingServicePathSelectorStatus) WithArrayOfValues(values []*PortForwardingService_Status) *PortForwardingService_FieldTerminalPathArrayOfValues
- func (s PortForwardingServicePathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue PortForwardingServiceStatus_FieldPathArrayItemValue) *PortForwardingService_FieldSubPathArrayItemValue
- func (s PortForwardingServicePathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues PortForwardingServiceStatus_FieldPathArrayOfValues) *PortForwardingService_FieldSubPathArrayOfValues
- func (PortForwardingServicePathSelectorStatus) WithSubPath(subPath PortForwardingServiceStatus_FieldPath) *PortForwardingService_FieldSubPath
- func (s PortForwardingServicePathSelectorStatus) WithSubValue(subPathValue PortForwardingServiceStatus_FieldPathValue) *PortForwardingService_FieldSubPathValue
- func (s PortForwardingServicePathSelectorStatus) WithValue(value *PortForwardingService_Status) *PortForwardingService_FieldTerminalPathValue
- type PortForwardingServiceReferenceList
- func (l PortForwardingServiceReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l PortForwardingServiceReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l PortForwardingServiceReferenceList) At(idx int) gotenresource.Reference
- func (l PortForwardingServiceReferenceList) Length() int
- func (l PortForwardingServiceReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l PortForwardingServiceReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type PortForwardingServiceSpecFieldPathBuilder
- func (PortForwardingServiceSpecFieldPathBuilder) AccessPoints() PortForwardingService_SpecPathSelectorAccessPoints
- func (PortForwardingServiceSpecFieldPathBuilder) Addresses() PortForwardingService_SpecPathSelectorAddresses
- func (PortForwardingServiceSpecFieldPathBuilder) Disabled() PortForwardingService_SpecPathSelectorDisabled
- func (PortForwardingServiceSpecFieldPathBuilder) ProviderLoadBalancingMode() PortForwardingService_SpecPathSelectorProviderLoadBalancingMode
- func (PortForwardingServiceSpecFieldPathBuilder) TargetLoadBalancingMode() PortForwardingService_SpecPathSelectorTargetLoadBalancingMode
- type PortForwardingServiceSpec_FieldPath
- func BuildPortForwardingServiceSpec_FieldPath(fp gotenobject.RawFieldPath) (PortForwardingServiceSpec_FieldPath, error)
- func MustParsePortForwardingServiceSpec_FieldPath(rawField string) PortForwardingServiceSpec_FieldPath
- func ParsePortForwardingServiceSpec_FieldPath(rawField string) (PortForwardingServiceSpec_FieldPath, error)
- type PortForwardingServiceSpec_FieldPathArrayItemValue
- type PortForwardingServiceSpec_FieldPathArrayOfValues
- type PortForwardingServiceSpec_FieldPathSelector
- type PortForwardingServiceSpec_FieldPathValue
- type PortForwardingServiceSpec_FieldTerminalPath
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) ClearValue(item *PortForwardingService_Spec)
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) Get(source *PortForwardingService_Spec) (values []interface{})
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetSingle(source *PortForwardingService_Spec) (interface{}, bool)
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) JSONString() string
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) Selector() PortForwardingServiceSpec_FieldPathSelector
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) String() string
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) PortForwardingServiceSpec_FieldPathArrayItemValue
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) PortForwardingServiceSpec_FieldPathArrayOfValues
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithIValue(value interface{}) PortForwardingServiceSpec_FieldPathValue
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PortForwardingServiceSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) AsAccessPointsItemValue() (*access_point.Name, bool)
- func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
- func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *PortForwardingService_Spec) bool
- func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetSingle(source *PortForwardingService_Spec) (interface{}, bool)
- func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
- func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsAccessPointsArrayOfValues() ([][]*access_point.Name, bool)
- func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
- func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsDisabledArrayOfValues() ([]bool, bool)
- func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsProviderLoadBalancingModeArrayOfValues() ([]PortForwardingService_Spec_LoadBalancingMode, bool)
- func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsTargetLoadBalancingModeArrayOfValues() ([]PortForwardingService_Spec_LoadBalancingMode, bool)
- func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PortForwardingServiceSpec_FieldTerminalPathValue
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsAccessPointsValue() ([]*access_point.Name, bool)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsDisabledValue() (bool, bool)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsProviderLoadBalancingModeValue() (PortForwardingService_Spec_LoadBalancingMode, bool)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsTargetLoadBalancingModeValue() (PortForwardingService_Spec_LoadBalancingMode, bool)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) CompareWith(source *PortForwardingService_Spec) (int, bool)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) SetTo(target **PortForwardingService_Spec)
- func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PortForwardingServiceStatusFieldPathBuilder
- type PortForwardingServiceStatus_FieldPath
- func BuildPortForwardingServiceStatus_FieldPath(fp gotenobject.RawFieldPath) (PortForwardingServiceStatus_FieldPath, error)
- func MustParsePortForwardingServiceStatus_FieldPath(rawField string) PortForwardingServiceStatus_FieldPath
- func ParsePortForwardingServiceStatus_FieldPath(rawField string) (PortForwardingServiceStatus_FieldPath, error)
- type PortForwardingServiceStatus_FieldPathArrayItemValue
- type PortForwardingServiceStatus_FieldPathArrayOfValues
- type PortForwardingServiceStatus_FieldPathSelector
- type PortForwardingServiceStatus_FieldPathValue
- type PortForwardingServiceStatus_FieldTerminalPath
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) ClearValue(item *PortForwardingService_Status)
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) Get(source *PortForwardingService_Status) (values []interface{})
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetSingle(source *PortForwardingService_Status) (interface{}, bool)
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) JSONString() string
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) Selector() PortForwardingServiceStatus_FieldPathSelector
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) String() string
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) PortForwardingServiceStatus_FieldPathArrayItemValue
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) PortForwardingServiceStatus_FieldPathArrayOfValues
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithIValue(value interface{}) PortForwardingServiceStatus_FieldPathValue
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PortForwardingServiceStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *PortForwardingService_Status) bool
- func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetSingle(source *PortForwardingService_Status) (interface{}, bool)
- func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PortForwardingServiceStatus_FieldTerminalPathArrayOfValues
- type PortForwardingServiceStatus_FieldTerminalPathValue
- func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) CompareWith(source *PortForwardingService_Status) (int, bool)
- func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) SetTo(target **PortForwardingService_Status)
- func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PortForwardingService_FieldMask
- func (fieldMask *PortForwardingService_FieldMask) AppendPath(path PortForwardingService_FieldPath)
- func (fieldMask *PortForwardingService_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *PortForwardingService_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *PortForwardingService_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *PortForwardingService_FieldMask) FilterInputFields() *PortForwardingService_FieldMask
- func (fieldMask *PortForwardingService_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *PortForwardingService_FieldMask) GetPaths() []PortForwardingService_FieldPath
- func (fieldMask *PortForwardingService_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *PortForwardingService_FieldMask) IsFull() bool
- func (fieldMask PortForwardingService_FieldMask) Marshal() ([]byte, error)
- func (fieldMask PortForwardingService_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *PortForwardingService_FieldMask) PathsCount() int
- func (fieldMask *PortForwardingService_FieldMask) Project(source *PortForwardingService) *PortForwardingService
- func (fieldMask *PortForwardingService_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *PortForwardingService_FieldMask) ProtoMessage()
- func (fieldMask *PortForwardingService_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *PortForwardingService_FieldMask) Reset()
- func (fieldMask *PortForwardingService_FieldMask) Set(target, source *PortForwardingService)
- func (fieldMask *PortForwardingService_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *PortForwardingService_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *PortForwardingService_FieldMask) Size() int
- func (fieldMask *PortForwardingService_FieldMask) String() string
- func (fieldMask *PortForwardingService_FieldMask) Subtract(other *PortForwardingService_FieldMask) *PortForwardingService_FieldMask
- func (fieldMask *PortForwardingService_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *PortForwardingService_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *PortForwardingService_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *PortForwardingService_FieldMask) UnmarshalJSON(data []byte) error
- type PortForwardingService_FieldPath
- func BuildPortForwardingService_FieldPath(fp gotenobject.RawFieldPath) (PortForwardingService_FieldPath, error)
- func MustParsePortForwardingService_FieldPath(rawField string) PortForwardingService_FieldPath
- func ParsePortForwardingService_FieldPath(rawField string) (PortForwardingService_FieldPath, error)
- type PortForwardingService_FieldPathArrayItemValue
- type PortForwardingService_FieldPathArrayOfValues
- type PortForwardingService_FieldPathSelector
- type PortForwardingService_FieldPathValue
- type PortForwardingService_FieldSubPath
- func (fps *PortForwardingService_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *PortForwardingService_FieldSubPath) AsSpecSubPath() (PortForwardingServiceSpec_FieldPath, bool)
- func (fps *PortForwardingService_FieldSubPath) AsStatusSubPath() (PortForwardingServiceStatus_FieldPath, bool)
- func (fps *PortForwardingService_FieldSubPath) ClearValue(item *PortForwardingService)
- func (fps *PortForwardingService_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *PortForwardingService_FieldSubPath) Get(source *PortForwardingService) (values []interface{})
- func (fps *PortForwardingService_FieldSubPath) GetDefault() interface{}
- func (fps *PortForwardingService_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *PortForwardingService_FieldSubPath) GetSingle(source *PortForwardingService) (interface{}, bool)
- func (fps *PortForwardingService_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *PortForwardingService_FieldSubPath) IsLeaf() bool
- func (fps *PortForwardingService_FieldSubPath) JSONString() string
- func (fps *PortForwardingService_FieldSubPath) Selector() PortForwardingService_FieldPathSelector
- func (fps *PortForwardingService_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *PortForwardingService_FieldSubPath) String() string
- func (fps *PortForwardingService_FieldSubPath) WithIArrayItemValue(value interface{}) PortForwardingService_FieldPathArrayItemValue
- func (fps *PortForwardingService_FieldSubPath) WithIArrayOfValues(values interface{}) PortForwardingService_FieldPathArrayOfValues
- func (fps *PortForwardingService_FieldSubPath) WithIValue(value interface{}) PortForwardingService_FieldPathValue
- func (fps *PortForwardingService_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *PortForwardingService_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *PortForwardingService_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PortForwardingService_FieldSubPathArrayItemValue
- func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) AsSpecPathItemValue() (PortForwardingServiceSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) AsStatusPathItemValue() (PortForwardingServiceStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) ContainsValue(source *PortForwardingService) bool
- func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type PortForwardingService_FieldSubPathArrayOfValues
- func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (PortForwardingServiceSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (PortForwardingServiceStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type PortForwardingService_FieldSubPathValue
- func (fpvs *PortForwardingService_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *PortForwardingService_FieldSubPathValue) AsSpecPathValue() (PortForwardingServiceSpec_FieldPathValue, bool)
- func (fpvs *PortForwardingService_FieldSubPathValue) AsStatusPathValue() (PortForwardingServiceStatus_FieldPathValue, bool)
- func (fpvs *PortForwardingService_FieldSubPathValue) CompareWith(source *PortForwardingService) (int, bool)
- func (fpvs *PortForwardingService_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *PortForwardingService_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *PortForwardingService_FieldSubPathValue) SetTo(target **PortForwardingService)
- func (fpvs *PortForwardingService_FieldSubPathValue) SetToRaw(target proto.Message)
- type PortForwardingService_FieldTerminalPath
- func (fp *PortForwardingService_FieldTerminalPath) ClearValue(item *PortForwardingService)
- func (fp *PortForwardingService_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PortForwardingService_FieldTerminalPath) Get(source *PortForwardingService) (values []interface{})
- func (fp *PortForwardingService_FieldTerminalPath) GetDefault() interface{}
- func (fp *PortForwardingService_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PortForwardingService_FieldTerminalPath) GetSingle(source *PortForwardingService) (interface{}, bool)
- func (fp *PortForwardingService_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PortForwardingService_FieldTerminalPath) IsLeaf() bool
- func (fp *PortForwardingService_FieldTerminalPath) JSONString() string
- func (fp *PortForwardingService_FieldTerminalPath) Selector() PortForwardingService_FieldPathSelector
- func (fp *PortForwardingService_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *PortForwardingService_FieldTerminalPath) String() string
- func (fp *PortForwardingService_FieldTerminalPath) WithIArrayItemValue(value interface{}) PortForwardingService_FieldPathArrayItemValue
- func (fp *PortForwardingService_FieldTerminalPath) WithIArrayOfValues(values interface{}) PortForwardingService_FieldPathArrayOfValues
- func (fp *PortForwardingService_FieldTerminalPath) WithIValue(value interface{}) PortForwardingService_FieldPathValue
- func (fp *PortForwardingService_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PortForwardingService_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PortForwardingService_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PortForwardingService_FieldTerminalPathArrayItemValue
- func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) ContainsValue(source *PortForwardingService) bool
- func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) GetSingle(source *PortForwardingService) (interface{}, bool)
- func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PortForwardingService_FieldTerminalPathArrayOfValues
- func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*PortForwardingService_Spec, bool)
- func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*PortForwardingService_Status, bool)
- func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PortForwardingService_FieldTerminalPathValue
- func (fpv *PortForwardingService_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *PortForwardingService_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *PortForwardingService_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *PortForwardingService_FieldTerminalPathValue) AsSpecValue() (*PortForwardingService_Spec, bool)
- func (fpv *PortForwardingService_FieldTerminalPathValue) AsStatusValue() (*PortForwardingService_Status, bool)
- func (fpv *PortForwardingService_FieldTerminalPathValue) CompareWith(source *PortForwardingService) (int, bool)
- func (fpv *PortForwardingService_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PortForwardingService_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PortForwardingService_FieldTerminalPathValue) SetTo(target **PortForwardingService)
- func (fpv *PortForwardingService_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PortForwardingService_Spec
- func (o *PortForwardingService_Spec) Clone() *PortForwardingService_Spec
- func (o *PortForwardingService_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*PortForwardingService_Spec) Descriptor() ([]byte, []int)
- func (m *PortForwardingService_Spec) GetAccessPoints() []*access_point.Name
- func (m *PortForwardingService_Spec) GetAddresses() []string
- func (m *PortForwardingService_Spec) GetDisabled() bool
- func (m *PortForwardingService_Spec) GetProviderLoadBalancingMode() PortForwardingService_Spec_LoadBalancingMode
- func (m *PortForwardingService_Spec) GetTargetLoadBalancingMode() PortForwardingService_Spec_LoadBalancingMode
- func (*PortForwardingService_Spec) GotenMessage()
- func (o *PortForwardingService_Spec) GotenObjectExt()
- func (obj *PortForwardingService_Spec) GotenValidate() error
- func (o *PortForwardingService_Spec) MakeDiffFieldMask(other *PortForwardingService_Spec) *PortForwardingService_Spec_FieldMask
- func (o *PortForwardingService_Spec) MakeFullFieldMask() *PortForwardingService_Spec_FieldMask
- func (o *PortForwardingService_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *PortForwardingService_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *PortForwardingService_Spec) Marshal() ([]byte, error)
- func (m *PortForwardingService_Spec) MarshalJSON() ([]byte, error)
- func (o *PortForwardingService_Spec) Merge(source *PortForwardingService_Spec)
- func (o *PortForwardingService_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*PortForwardingService_Spec) ProtoMessage()
- func (m *PortForwardingService_Spec) ProtoReflect() preflect.Message
- func (m *PortForwardingService_Spec) Reset()
- func (m *PortForwardingService_Spec) SetAccessPoints(fv []*access_point.Name)
- func (m *PortForwardingService_Spec) SetAddresses(fv []string)
- func (m *PortForwardingService_Spec) SetDisabled(fv bool)
- func (m *PortForwardingService_Spec) SetProviderLoadBalancingMode(fv PortForwardingService_Spec_LoadBalancingMode)
- func (m *PortForwardingService_Spec) SetTargetLoadBalancingMode(fv PortForwardingService_Spec_LoadBalancingMode)
- func (m *PortForwardingService_Spec) String() string
- func (m *PortForwardingService_Spec) Unmarshal(b []byte) error
- func (m *PortForwardingService_Spec) UnmarshalJSON(data []byte) error
- type PortForwardingService_SpecPathSelectorAccessPoints
- func (PortForwardingService_SpecPathSelectorAccessPoints) FieldPath() *PortForwardingServiceSpec_FieldTerminalPath
- func (s PortForwardingService_SpecPathSelectorAccessPoints) WithArrayOfValues(values [][]*access_point.Name) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
- func (s PortForwardingService_SpecPathSelectorAccessPoints) WithItemValue(value *access_point.Name) *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue
- func (s PortForwardingService_SpecPathSelectorAccessPoints) WithValue(value []*access_point.Name) *PortForwardingServiceSpec_FieldTerminalPathValue
- type PortForwardingService_SpecPathSelectorAddresses
- func (PortForwardingService_SpecPathSelectorAddresses) FieldPath() *PortForwardingServiceSpec_FieldTerminalPath
- func (s PortForwardingService_SpecPathSelectorAddresses) WithArrayOfValues(values [][]string) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
- func (s PortForwardingService_SpecPathSelectorAddresses) WithItemValue(value string) *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue
- func (s PortForwardingService_SpecPathSelectorAddresses) WithValue(value []string) *PortForwardingServiceSpec_FieldTerminalPathValue
- type PortForwardingService_SpecPathSelectorDisabled
- func (PortForwardingService_SpecPathSelectorDisabled) FieldPath() *PortForwardingServiceSpec_FieldTerminalPath
- func (s PortForwardingService_SpecPathSelectorDisabled) WithArrayOfValues(values []bool) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
- func (s PortForwardingService_SpecPathSelectorDisabled) WithValue(value bool) *PortForwardingServiceSpec_FieldTerminalPathValue
- type PortForwardingService_SpecPathSelectorProviderLoadBalancingMode
- func (PortForwardingService_SpecPathSelectorProviderLoadBalancingMode) FieldPath() *PortForwardingServiceSpec_FieldTerminalPath
- func (s PortForwardingService_SpecPathSelectorProviderLoadBalancingMode) WithArrayOfValues(values []PortForwardingService_Spec_LoadBalancingMode) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
- func (s PortForwardingService_SpecPathSelectorProviderLoadBalancingMode) WithValue(value PortForwardingService_Spec_LoadBalancingMode) *PortForwardingServiceSpec_FieldTerminalPathValue
- type PortForwardingService_SpecPathSelectorTargetLoadBalancingMode
- func (PortForwardingService_SpecPathSelectorTargetLoadBalancingMode) FieldPath() *PortForwardingServiceSpec_FieldTerminalPath
- func (s PortForwardingService_SpecPathSelectorTargetLoadBalancingMode) WithArrayOfValues(values []PortForwardingService_Spec_LoadBalancingMode) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
- func (s PortForwardingService_SpecPathSelectorTargetLoadBalancingMode) WithValue(value PortForwardingService_Spec_LoadBalancingMode) *PortForwardingServiceSpec_FieldTerminalPathValue
- type PortForwardingService_Spec_FieldMask
- func (fieldMask *PortForwardingService_Spec_FieldMask) AppendPath(path PortForwardingServiceSpec_FieldPath)
- func (fieldMask *PortForwardingService_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *PortForwardingService_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *PortForwardingService_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *PortForwardingService_Spec_FieldMask) FilterInputFields() *PortForwardingService_Spec_FieldMask
- func (fieldMask *PortForwardingService_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *PortForwardingService_Spec_FieldMask) GetPaths() []PortForwardingServiceSpec_FieldPath
- func (fieldMask *PortForwardingService_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *PortForwardingService_Spec_FieldMask) IsFull() bool
- func (fieldMask PortForwardingService_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask PortForwardingService_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *PortForwardingService_Spec_FieldMask) PathsCount() int
- func (fieldMask *PortForwardingService_Spec_FieldMask) Project(source *PortForwardingService_Spec) *PortForwardingService_Spec
- func (fieldMask *PortForwardingService_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *PortForwardingService_Spec_FieldMask) ProtoMessage()
- func (fieldMask *PortForwardingService_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *PortForwardingService_Spec_FieldMask) Reset()
- func (fieldMask *PortForwardingService_Spec_FieldMask) Set(target, source *PortForwardingService_Spec)
- func (fieldMask *PortForwardingService_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *PortForwardingService_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *PortForwardingService_Spec_FieldMask) Size() int
- func (fieldMask *PortForwardingService_Spec_FieldMask) String() string
- func (fieldMask *PortForwardingService_Spec_FieldMask) Subtract(other *PortForwardingService_Spec_FieldMask) *PortForwardingService_Spec_FieldMask
- func (fieldMask *PortForwardingService_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *PortForwardingService_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *PortForwardingService_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *PortForwardingService_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type PortForwardingService_Spec_LoadBalancingMode
- func (PortForwardingService_Spec_LoadBalancingMode) Descriptor() preflect.EnumDescriptor
- func (x PortForwardingService_Spec_LoadBalancingMode) Enum() *PortForwardingService_Spec_LoadBalancingMode
- func (PortForwardingService_Spec_LoadBalancingMode) EnumDescriptor() ([]byte, []int)
- func (x PortForwardingService_Spec_LoadBalancingMode) Number() preflect.EnumNumber
- func (x PortForwardingService_Spec_LoadBalancingMode) String() string
- func (PortForwardingService_Spec_LoadBalancingMode) Type() preflect.EnumType
- type PortForwardingService_Status
- func (o *PortForwardingService_Status) Clone() *PortForwardingService_Status
- func (o *PortForwardingService_Status) CloneRaw() gotenobject.GotenObjectExt
- func (*PortForwardingService_Status) Descriptor() ([]byte, []int)
- func (*PortForwardingService_Status) GotenMessage()
- func (o *PortForwardingService_Status) GotenObjectExt()
- func (obj *PortForwardingService_Status) GotenValidate() error
- func (o *PortForwardingService_Status) MakeDiffFieldMask(other *PortForwardingService_Status) *PortForwardingService_Status_FieldMask
- func (o *PortForwardingService_Status) MakeFullFieldMask() *PortForwardingService_Status_FieldMask
- func (o *PortForwardingService_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *PortForwardingService_Status) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *PortForwardingService_Status) Marshal() ([]byte, error)
- func (m *PortForwardingService_Status) MarshalJSON() ([]byte, error)
- func (o *PortForwardingService_Status) Merge(source *PortForwardingService_Status)
- func (o *PortForwardingService_Status) MergeRaw(source gotenobject.GotenObjectExt)
- func (*PortForwardingService_Status) ProtoMessage()
- func (m *PortForwardingService_Status) ProtoReflect() preflect.Message
- func (m *PortForwardingService_Status) Reset()
- func (m *PortForwardingService_Status) String() string
- func (m *PortForwardingService_Status) Unmarshal(b []byte) error
- func (m *PortForwardingService_Status) UnmarshalJSON(data []byte) error
- type PortForwardingService_Status_FieldMask
- func (fieldMask *PortForwardingService_Status_FieldMask) AppendPath(path PortForwardingServiceStatus_FieldPath)
- func (fieldMask *PortForwardingService_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *PortForwardingService_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *PortForwardingService_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *PortForwardingService_Status_FieldMask) FilterInputFields() *PortForwardingService_Status_FieldMask
- func (fieldMask *PortForwardingService_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *PortForwardingService_Status_FieldMask) GetPaths() []PortForwardingServiceStatus_FieldPath
- func (fieldMask *PortForwardingService_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *PortForwardingService_Status_FieldMask) IsFull() bool
- func (fieldMask PortForwardingService_Status_FieldMask) Marshal() ([]byte, error)
- func (fieldMask PortForwardingService_Status_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *PortForwardingService_Status_FieldMask) PathsCount() int
- func (fieldMask *PortForwardingService_Status_FieldMask) Project(source *PortForwardingService_Status) *PortForwardingService_Status
- func (fieldMask *PortForwardingService_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *PortForwardingService_Status_FieldMask) ProtoMessage()
- func (fieldMask *PortForwardingService_Status_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *PortForwardingService_Status_FieldMask) Reset()
- func (fieldMask *PortForwardingService_Status_FieldMask) Set(target, source *PortForwardingService_Status)
- func (fieldMask *PortForwardingService_Status_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *PortForwardingService_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *PortForwardingService_Status_FieldMask) Size() int
- func (fieldMask *PortForwardingService_Status_FieldMask) String() string
- func (fieldMask *PortForwardingService_Status_FieldMask) Subtract(other *PortForwardingService_Status_FieldMask) *PortForwardingService_Status_FieldMask
- func (fieldMask *PortForwardingService_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *PortForwardingService_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *PortForwardingService_Status_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *PortForwardingService_Status_FieldMask) UnmarshalJSON(data []byte) error
- type QueryResultChange
- func (qr *QueryResultChange) GetIsCurrent() bool
- func (qr *QueryResultChange) GetIsHardReset() bool
- func (qr *QueryResultChange) GetIsSoftReset() bool
- func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
- func (qr *QueryResultChange) GetResumeToken() string
- func (qr *QueryResultChange) GetSnapshotSize() int64
- func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultChange) SetIsCurrent()
- func (qr *QueryResultChange) SetIsHardReset()
- func (qr *QueryResultChange) SetIsSoftReset()
- func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
- func (qr *QueryResultChange) SetResumeToken(token string)
- func (qr *QueryResultChange) SetSnapshotSize(size int64)
- type QueryResultSnapshot
- func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetIParentName() gotenresource.Name
- func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetPortForwardingService() *PortForwardingService
- func (ref *Reference) GetRawResource() gotenresource.Resource
- func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *Reference) GetSegments() gotenresource.NameSegments
- func (ref *Reference) GotenEqual(other interface{}) bool
- func (ref *Reference) IsFullyQualified() bool
- func (ref *Reference) IsSpecified() bool
- func (name *Reference) Matches(other interface{}) bool
- func (ref *Reference) ParseProtoString(data string) error
- func (ref *Reference) ProtoString() (string, error)
- func (ref *Reference) Resolve(resolved *PortForwardingService)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project = "projects/{project}/portForwardingServices/{port_forwarding_service}"
)
Variables ¶
var ( PortForwardingService_Spec_LoadBalancingMode_name = map[int32]string{ 0: "PROVIDER_LOAD_BALANCING_MODE_UNSPECIFIED", 1: "FAIL_FAST", 2: "ROUND_ROBIN", 3: "LEAST_SESSIONS", 4: "HASH", } PortForwardingService_Spec_LoadBalancingMode_value = map[string]int32{ "PROVIDER_LOAD_BALANCING_MODE_UNSPECIFIED": 0, "FAIL_FAST": 1, "ROUND_ROBIN": 2, "LEAST_SESSIONS": 3, "HASH": 4, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access PortForwardingServiceAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetResourceTypeName ¶
func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
func (*Descriptor) NewGetQuery ¶
func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
func (*Descriptor) NewListQuery ¶
func (d *Descriptor) NewListQuery() gotenresource.ListQuery
func (*Descriptor) NewNameList ¶
func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
func (*Descriptor) NewParentNameList ¶
func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
func (*Descriptor) NewParentReferenceList ¶
func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
func (*Descriptor) NewQueryResultChange ¶
func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
func (*Descriptor) NewQueryResultSnapshot ¶
func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
func (*Descriptor) NewReferenceList ¶
func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
func (*Descriptor) NewResource ¶
func (d *Descriptor) NewResource() gotenresource.Resource
func (*Descriptor) NewResourceChange ¶
func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
func (*Descriptor) NewResourceChangeList ¶
func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
func (*Descriptor) NewResourceChangeMap ¶
func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
func (*Descriptor) NewResourceCursor ¶
func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
func (*Descriptor) NewResourceFieldMask ¶ added in v0.1.3
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶ added in v0.1.3
func (d *Descriptor) NewResourceFilter() gotenresource.Filter
func (*Descriptor) NewResourceList ¶
func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
func (*Descriptor) NewResourceMap ¶
func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
func (*Descriptor) NewResourceName ¶
func (d *Descriptor) NewResourceName() gotenresource.Name
func (*Descriptor) NewResourceOrderBy ¶ added in v0.1.3
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶ added in v0.1.20
func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewSearchQueryResultSnapshot ¶
func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
func (*Descriptor) NewWatchQuery ¶
func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
func (*Descriptor) ParseFieldPath ¶
func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
func (*Descriptor) ParseResourceName ¶
func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
func (*Filter) DecodeFirestore ¶
func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Filter) EncodeFirestore ¶
func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Filter) Evaluate ¶
func (filter *Filter) Evaluate(res *PortForwardingService) bool
Evaluate is a wrapper on FilterCondition, which also handles nil pointer
func (*Filter) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
func (filter *Filter) FilterSlice(in []*PortForwardingService) (out []*PortForwardingService)
FilterSlice is a helper for filtering arrays
func (*Filter) GetCondition ¶
func (filter *Filter) GetCondition() FilterCondition
GetCondition is a getter of FilterCondition, which also handles nil pointer
func (*Filter) GetRawCondition ¶
func (filter *Filter) GetRawCondition() gotenresource.FilterCondition
func (*Filter) ParseProtoString ¶
func (*Filter) ProtoString ¶
func (*Filter) SetFromCliFlag ¶
type FilterBuilder ¶
type FilterBuilder struct {
// contains filtered or unexported fields
}
func NewAndFilterBuilder ¶
func NewAndFilterBuilder() *FilterBuilder
func NewFilterBuilder ¶
func NewFilterBuilder() *FilterBuilder
func NewOrFilterBuilder ¶
func NewOrFilterBuilder() *FilterBuilder
func (*FilterBuilder) Filter ¶
func (b *FilterBuilder) Filter() *Filter
func (*FilterBuilder) Where ¶
func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder
func (*FilterBuilder) WherePath ¶
func (b *FilterBuilder) WherePath(fp PortForwardingService_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
func (*FilterBuilder) With ¶
func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, opts ...gotenfilter.FilterConditionOption) *FilterBuilder
type FilterBuilderOrCondition ¶
type FilterBuilderOrCondition interface {
// contains filtered or unexported methods
}
type FilterCondition ¶
type FilterCondition interface { gotenresource.FilterCondition And(...FilterCondition) FilterCondition Evaluate(res *PortForwardingService) bool // Whether this condition is at least as specific as other. // When true, any PortForwardingService that passes this condition will also pass other condition. Satisfies(other FilterCondition) bool // Checks whether condition specifies given field path // Useful for blacklisting protected paths in iam policy conditions SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator PortForwardingService_FieldPathValue }
func (*FilterConditionCompare) And ¶
func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionCompare) ConditionCompare ¶
func (cond *FilterConditionCompare) ConditionCompare()
func (*FilterConditionCompare) Evaluate ¶
func (cond *FilterConditionCompare) Evaluate(res *PortForwardingService) bool
func (*FilterConditionCompare) EvaluateRaw ¶
func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionCompare) GetOperator ¶
func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator
func (*FilterConditionCompare) GetRawFieldPath ¶
func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionCompare) GetRawFieldPathValue ¶
func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue
func (*FilterConditionCompare) Satisfies ¶
func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool
func (*FilterConditionCompare) SatisfiesRaw ¶
func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionCompare) SpecifiesFieldPath ¶
func (cond *FilterConditionCompare) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionCompare) SpecifiesRawFieldPath ¶
func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionCompare) String ¶
func (cond *FilterConditionCompare) String() string
type FilterConditionComposite ¶
type FilterConditionComposite struct { Operator filterParser.CompositeOperator Conditions []FilterCondition }
func (*FilterConditionComposite) And ¶
func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionComposite) ConditionComposite ¶
func (cond *FilterConditionComposite) ConditionComposite()
func (*FilterConditionComposite) Evaluate ¶
func (cond *FilterConditionComposite) Evaluate(res *PortForwardingService) bool
func (*FilterConditionComposite) EvaluateRaw ¶
func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionComposite) GetOperator ¶
func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator
func (*FilterConditionComposite) GetSubConditions ¶
func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition
func (*FilterConditionComposite) Satisfies ¶
func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool
func (*FilterConditionComposite) SatisfiesRaw ¶
func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionComposite) SpecifiesFieldPath ¶
func (cond *FilterConditionComposite) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionComposite) SpecifiesRawFieldPath ¶
func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionComposite) String ¶
func (cond *FilterConditionComposite) String() string
type FilterConditionContains ¶
type FilterConditionContains struct { Type gotenresource.ConditionContainsType FieldPath PortForwardingService_FieldPath Value PortForwardingService_FieldPathArrayItemValue Values []PortForwardingService_FieldPathArrayItemValue }
func (*FilterConditionContains) And ¶
func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionContains) ConditionContains ¶
func (cond *FilterConditionContains) ConditionContains()
func (*FilterConditionContains) ConditionContainsType ¶
func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
func (*FilterConditionContains) Evaluate ¶
func (cond *FilterConditionContains) Evaluate(res *PortForwardingService) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() PortForwardingService_FieldPath
func (*FilterConditionContains) GetRawFieldPath ¶
func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionContains) GetRawFieldPathItemValue ¶
func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue
func (*FilterConditionContains) GetRawFieldPathItemValues ¶
func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue)
func (*FilterConditionContains) Satisfies ¶
func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool
func (*FilterConditionContains) SatisfiesRaw ¶
func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionContains) SpecifiesFieldPath ¶
func (cond *FilterConditionContains) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionContains) SpecifiesRawFieldPath ¶
func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionContains) String ¶
func (cond *FilterConditionContains) String() string
type FilterConditionIn ¶
type FilterConditionIn struct {
PortForwardingService_FieldPathArrayOfValues
}
func (*FilterConditionIn) And ¶
func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIn) ConditionIn ¶
func (cond *FilterConditionIn) ConditionIn()
func (*FilterConditionIn) Evaluate ¶
func (cond *FilterConditionIn) Evaluate(res *PortForwardingService) bool
func (*FilterConditionIn) EvaluateRaw ¶
func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIn) GetRawFieldPath ¶
func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIn) GetRawFieldPathArrayOfValues ¶
func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
func (*FilterConditionIn) Satisfies ¶
func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool
func (*FilterConditionIn) SatisfiesRaw ¶
func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIn) SpecifiesFieldPath ¶
func (cond *FilterConditionIn) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionIn) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIn) String ¶
func (cond *FilterConditionIn) String() string
type FilterConditionIsNaN ¶
type FilterConditionIsNaN struct { Not bool FieldPath PortForwardingService_FieldPath }
func (*FilterConditionIsNaN) And ¶
func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNaN) ConditionIsNaN ¶
func (cond *FilterConditionIsNaN) ConditionIsNaN()
func (*FilterConditionIsNaN) Evaluate ¶
func (cond *FilterConditionIsNaN) Evaluate(res *PortForwardingService) bool
func (*FilterConditionIsNaN) EvaluateRaw ¶
func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIsNaN) GetRawFieldPath ¶
func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIsNaN) Satisfies ¶
func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool
func (*FilterConditionIsNaN) SatisfiesRaw ¶
func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIsNaN) SpecifiesFieldPath ¶
func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionIsNaN) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIsNaN) String ¶
func (cond *FilterConditionIsNaN) String() string
type FilterConditionIsNull ¶
type FilterConditionIsNull struct { Not bool FieldPath PortForwardingService_FieldPath }
func (*FilterConditionIsNull) And ¶
func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNull) ConditionIsNull ¶
func (cond *FilterConditionIsNull) ConditionIsNull()
func (*FilterConditionIsNull) Evaluate ¶
func (cond *FilterConditionIsNull) Evaluate(res *PortForwardingService) bool
func (*FilterConditionIsNull) EvaluateRaw ¶
func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIsNull) GetRawFieldPath ¶
func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIsNull) NotNull ¶
func (cond *FilterConditionIsNull) NotNull() bool
func (*FilterConditionIsNull) Satisfies ¶
func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool
func (*FilterConditionIsNull) SatisfiesRaw ¶
func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIsNull) SpecifiesFieldPath ¶
func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionIsNull) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIsNull) String ¶
func (cond *FilterConditionIsNull) String() string
type FilterConditionNot ¶
type FilterConditionNot struct {
FilterCondition
}
func (*FilterConditionNot) And ¶
func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNot) ConditionNot ¶
func (cond *FilterConditionNot) ConditionNot()
func (*FilterConditionNot) Evaluate ¶
func (cond *FilterConditionNot) Evaluate(res *PortForwardingService) bool
func (*FilterConditionNot) EvaluateRaw ¶
func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionNot) GetSubCondition ¶
func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition
func (*FilterConditionNot) Satisfies ¶
func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool
func (*FilterConditionNot) SatisfiesRaw ¶
func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionNot) SpecifiesFieldPath ¶
func (cond *FilterConditionNot) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionNot) SpecifiesRawFieldPath ¶
func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionNot) String ¶
func (cond *FilterConditionNot) String() string
type FilterConditionNotIn ¶
type FilterConditionNotIn struct {
PortForwardingService_FieldPathArrayOfValues
}
func (*FilterConditionNotIn) And ¶
func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNotIn) ConditionNotIn ¶
func (cond *FilterConditionNotIn) ConditionNotIn()
func (*FilterConditionNotIn) Evaluate ¶
func (cond *FilterConditionNotIn) Evaluate(res *PortForwardingService) bool
func (*FilterConditionNotIn) EvaluateRaw ¶
func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionNotIn) GetRawFieldPath ¶
func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionNotIn) GetRawFieldPathArrayOfValues ¶
func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
func (*FilterConditionNotIn) Satisfies ¶
func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool
func (*FilterConditionNotIn) SatisfiesRaw ¶
func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionNotIn) SpecifiesFieldPath ¶
func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp PortForwardingService_FieldPath) bool
func (*FilterConditionNotIn) SpecifiesRawFieldPath ¶
func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionNotIn) String ¶
func (cond *FilterConditionNotIn) String() string
type GetQuery ¶
type GetQuery struct { Reference *Reference Mask *PortForwardingService_FieldMask }
func (*GetQuery) GetFieldMask ¶
func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
func (*GetQuery) GetReference ¶
func (q *GetQuery) GetReference() gotenresource.Reference
func (*GetQuery) GetResourceDescriptor ¶
func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*GetQuery) GotenQuery ¶
func (q *GetQuery) GotenQuery()
func (*GetQuery) SetFieldMask ¶
func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*GetQuery) SetReference ¶
func (q *GetQuery) SetReference(ref gotenresource.Reference)
type ListQuery ¶
type ListQuery struct { Filter *Filter Pager *PagerQuery Mask *PortForwardingService_FieldMask }
func (*ListQuery) GetFieldMask ¶
func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
func (*ListQuery) GetFilter ¶
func (q *ListQuery) GetFilter() gotenresource.Filter
func (*ListQuery) GetPager ¶
func (q *ListQuery) GetPager() gotenresource.PagerQuery
func (*ListQuery) GetResourceDescriptor ¶
func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*ListQuery) GotenQuery ¶
func (q *ListQuery) GotenQuery()
func (*ListQuery) SetFieldMask ¶
func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*ListQuery) SetFilter ¶
func (q *ListQuery) SetFilter(filter gotenresource.Filter)
func (*ListQuery) SetPager ¶
func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
type Name ¶
type Name struct { ParentName PortForwardingServiceId string `firestore:"portForwardingServiceId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶ added in v0.1.17
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶ added in v0.1.17
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (name *Name) GetProjectName() *iam_project.Name
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *iam_project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *PortForwardingService) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *PortForwardingService_FieldMask
func (*OrderBy) GetOrderByFields ¶
func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
func (*OrderBy) GetRawFieldMask ¶
func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
func (*OrderBy) InsertSorted ¶
func (orderBy *OrderBy) InsertSorted(sorted PortForwardingServiceList, elem *PortForwardingService) (PortForwardingServiceList, int)
func (*OrderBy) InsertSortedRaw ¶
func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
func (*OrderBy) ParseProtoString ¶
func (*OrderBy) ProtoString ¶
func (*OrderBy) SetFromCliFlag ¶
func (*OrderBy) Sort ¶
func (orderBy *OrderBy) Sort(results PortForwardingServiceList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath PortForwardingService_FieldPath Direction gotenresource.OrderDirection }
OrderByField is single item in order_by specification it's string format is composed of 2 white-space separated values: - fieldPath and direction, e.g. "state.capacity desc". if direction is not provided, it defaults to "asc" (ascending)
func (*OrderByField) CompareWithDirection ¶
func (orderByFld *OrderByField) CompareWithDirection(left, right *PortForwardingService) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶ added in v0.1.17
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶ added in v0.1.17
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶ added in v0.1.17
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶ added in v0.1.17
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶ added in v0.1.17
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶ added in v0.1.17
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶ added in v0.1.17
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *iam_project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) ConvertToNative ¶ added in v0.1.17
func (name *ParentReference) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentReference) ConvertToType ¶ added in v0.1.17
func (name *ParentReference) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentReference) Equal ¶ added in v0.1.17
func (name *ParentReference) Equal(other ref.Val) ref.Val
func (*ParentReference) GetIParentName ¶ added in v0.1.17
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶ added in v0.1.17
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *iam_project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *iam_project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) HasTrait ¶ added in v0.1.17
func (name *ParentReference) HasTrait(trait int) bool
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Match ¶ added in v0.1.17
func (name *ParentReference) Match(pattern ref.Val) ref.Val
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
func (*ParentReference) Type ¶ added in v0.1.17
func (name *ParentReference) Type() ref.Type
func (*ParentReference) TypeName ¶ added in v0.1.17
func (name *ParentReference) TypeName() string
func (*ParentReference) Value ¶ added in v0.1.17
func (name *ParentReference) Value() interface{}
type PortForwardingService ¶
type PortForwardingService struct { // Name of PortForwardingService Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display name of Pod DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` Metadata *ntt_meta.Meta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` Spec *PortForwardingService_Spec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` Status *PortForwardingService_Status `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // contains filtered or unexported fields }
func (*PortForwardingService) Clone ¶
func (o *PortForwardingService) Clone() *PortForwardingService
func (*PortForwardingService) CloneRaw ¶
func (o *PortForwardingService) CloneRaw() gotenobject.GotenObjectExt
func (*PortForwardingService) Descriptor ¶
func (*PortForwardingService) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingService.ProtoReflect.Descriptor instead.
func (*PortForwardingService) GetDisplayName ¶
func (m *PortForwardingService) GetDisplayName() string
func (*PortForwardingService) GetMetadata ¶
func (m *PortForwardingService) GetMetadata() *ntt_meta.Meta
func (*PortForwardingService) GetName ¶
func (m *PortForwardingService) GetName() *Name
func (*PortForwardingService) GetRawName ¶
func (r *PortForwardingService) GetRawName() gotenresource.Name
func (*PortForwardingService) GetResourceDescriptor ¶
func (r *PortForwardingService) GetResourceDescriptor() gotenresource.Descriptor
func (*PortForwardingService) GetSpec ¶
func (m *PortForwardingService) GetSpec() *PortForwardingService_Spec
func (*PortForwardingService) GetStatus ¶
func (m *PortForwardingService) GetStatus() *PortForwardingService_Status
func (*PortForwardingService) GotenMessage ¶
func (*PortForwardingService) GotenMessage()
func (*PortForwardingService) GotenObjectExt ¶
func (o *PortForwardingService) GotenObjectExt()
func (*PortForwardingService) GotenValidate ¶
func (obj *PortForwardingService) GotenValidate() error
func (*PortForwardingService) MakeDiffFieldMask ¶
func (o *PortForwardingService) MakeDiffFieldMask(other *PortForwardingService) *PortForwardingService_FieldMask
func (*PortForwardingService) MakeFullFieldMask ¶
func (o *PortForwardingService) MakeFullFieldMask() *PortForwardingService_FieldMask
func (*PortForwardingService) MakeRawDiffFieldMask ¶
func (o *PortForwardingService) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*PortForwardingService) MakeRawFullFieldMask ¶
func (o *PortForwardingService) MakeRawFullFieldMask() gotenobject.FieldMask
func (*PortForwardingService) Marshal ¶
func (m *PortForwardingService) Marshal() ([]byte, error)
func (*PortForwardingService) MarshalJSON ¶
func (m *PortForwardingService) MarshalJSON() ([]byte, error)
func (*PortForwardingService) MaybePopulateDefaults ¶
func (r *PortForwardingService) MaybePopulateDefaults() error
func (*PortForwardingService) Merge ¶
func (o *PortForwardingService) Merge(source *PortForwardingService)
func (*PortForwardingService) MergeRaw ¶
func (o *PortForwardingService) MergeRaw(source gotenobject.GotenObjectExt)
func (*PortForwardingService) ProtoMessage ¶
func (*PortForwardingService) ProtoMessage()
func (*PortForwardingService) ProtoReflect ¶
func (m *PortForwardingService) ProtoReflect() preflect.Message
func (*PortForwardingService) Reset ¶
func (m *PortForwardingService) Reset()
func (*PortForwardingService) SetDisplayName ¶
func (m *PortForwardingService) SetDisplayName(fv string)
func (*PortForwardingService) SetMetadata ¶
func (m *PortForwardingService) SetMetadata(fv *ntt_meta.Meta)
func (*PortForwardingService) SetName ¶
func (m *PortForwardingService) SetName(fv *Name)
func (*PortForwardingService) SetSpec ¶
func (m *PortForwardingService) SetSpec(fv *PortForwardingService_Spec)
func (*PortForwardingService) SetStatus ¶
func (m *PortForwardingService) SetStatus(fv *PortForwardingService_Status)
func (*PortForwardingService) String ¶
func (m *PortForwardingService) String() string
func (*PortForwardingService) Unmarshal ¶
func (m *PortForwardingService) Unmarshal(b []byte) error
func (*PortForwardingService) UnmarshalJSON ¶
func (m *PortForwardingService) UnmarshalJSON(data []byte) error
type PortForwardingServiceAccess ¶
type PortForwardingServiceAccess interface { GetPortForwardingService(context.Context, *GetQuery) (*PortForwardingService, error) BatchGetPortForwardingServices(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryPortForwardingServices(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchPortForwardingService(context.Context, *GetQuery, func(*PortForwardingServiceChange) error) error WatchPortForwardingServices(context.Context, *WatchQuery, func(*QueryResultChange) error) error SavePortForwardingService(context.Context, *PortForwardingService, ...gotenresource.SaveOption) error DeletePortForwardingService(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type PortForwardingServiceChange ¶
type PortForwardingServiceChange struct { // PortForwardingService change // // Types that are valid to be assigned to ChangeType: // *PortForwardingServiceChange_Added_ // *PortForwardingServiceChange_Modified_ // *PortForwardingServiceChange_Current_ // *PortForwardingServiceChange_Removed_ ChangeType isPortForwardingServiceChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
PortForwardingServiceChange is used by Watch notifications Responses to describe change of single PortForwardingService One of Added, Modified, Removed
func (*PortForwardingServiceChange) Descriptor ¶
func (*PortForwardingServiceChange) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingServiceChange.ProtoReflect.Descriptor instead.
func (*PortForwardingServiceChange) GetAdded ¶
func (m *PortForwardingServiceChange) GetAdded() *PortForwardingServiceChange_Added
func (*PortForwardingServiceChange) GetChangeType ¶
func (m *PortForwardingServiceChange) GetChangeType() isPortForwardingServiceChange_ChangeType
func (*PortForwardingServiceChange) GetCurrent ¶
func (m *PortForwardingServiceChange) GetCurrent() *PortForwardingServiceChange_Current
func (*PortForwardingServiceChange) GetCurrentViewIndex ¶
func (c *PortForwardingServiceChange) GetCurrentViewIndex() int32
func (*PortForwardingServiceChange) GetModified ¶
func (m *PortForwardingServiceChange) GetModified() *PortForwardingServiceChange_Modified
func (*PortForwardingServiceChange) GetPortForwardingService ¶
func (c *PortForwardingServiceChange) GetPortForwardingService() *PortForwardingService
func (*PortForwardingServiceChange) GetPortForwardingServiceName ¶
func (c *PortForwardingServiceChange) GetPortForwardingServiceName() *Name
func (*PortForwardingServiceChange) GetPreviousViewIndex ¶
func (c *PortForwardingServiceChange) GetPreviousViewIndex() int32
func (*PortForwardingServiceChange) GetRawName ¶
func (c *PortForwardingServiceChange) GetRawName() gotenresource.Name
func (*PortForwardingServiceChange) GetRawResource ¶ added in v0.1.12
func (c *PortForwardingServiceChange) GetRawResource() gotenresource.Resource
func (*PortForwardingServiceChange) GetRemoved ¶
func (m *PortForwardingServiceChange) GetRemoved() *PortForwardingServiceChange_Removed
func (*PortForwardingServiceChange) GotenMessage ¶
func (*PortForwardingServiceChange) GotenMessage()
func (*PortForwardingServiceChange) GotenValidate ¶
func (obj *PortForwardingServiceChange) GotenValidate() error
func (*PortForwardingServiceChange) IsAdd ¶
func (c *PortForwardingServiceChange) IsAdd() bool
func (*PortForwardingServiceChange) IsCurrent ¶
func (c *PortForwardingServiceChange) IsCurrent() bool
func (*PortForwardingServiceChange) IsDelete ¶
func (c *PortForwardingServiceChange) IsDelete() bool
func (*PortForwardingServiceChange) IsModify ¶
func (c *PortForwardingServiceChange) IsModify() bool
func (*PortForwardingServiceChange) Marshal ¶
func (m *PortForwardingServiceChange) Marshal() ([]byte, error)
func (*PortForwardingServiceChange) MarshalJSON ¶
func (m *PortForwardingServiceChange) MarshalJSON() ([]byte, error)
func (*PortForwardingServiceChange) ProtoMessage ¶
func (*PortForwardingServiceChange) ProtoMessage()
func (*PortForwardingServiceChange) ProtoReflect ¶
func (m *PortForwardingServiceChange) ProtoReflect() preflect.Message
func (*PortForwardingServiceChange) Reset ¶
func (m *PortForwardingServiceChange) Reset()
func (*PortForwardingServiceChange) SetAdded ¶
func (m *PortForwardingServiceChange) SetAdded(fv *PortForwardingServiceChange_Added)
func (*PortForwardingServiceChange) SetAddedRaw ¶
func (c *PortForwardingServiceChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*PortForwardingServiceChange) SetChangeType ¶
func (m *PortForwardingServiceChange) SetChangeType(ofv isPortForwardingServiceChange_ChangeType)
func (*PortForwardingServiceChange) SetCurrent ¶
func (m *PortForwardingServiceChange) SetCurrent(fv *PortForwardingServiceChange_Current)
func (*PortForwardingServiceChange) SetCurrentRaw ¶
func (c *PortForwardingServiceChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*PortForwardingServiceChange) SetDeletedRaw ¶
func (c *PortForwardingServiceChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*PortForwardingServiceChange) SetModified ¶
func (m *PortForwardingServiceChange) SetModified(fv *PortForwardingServiceChange_Modified)
func (*PortForwardingServiceChange) SetModifiedRaw ¶
func (c *PortForwardingServiceChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*PortForwardingServiceChange) SetRemoved ¶
func (m *PortForwardingServiceChange) SetRemoved(fv *PortForwardingServiceChange_Removed)
func (*PortForwardingServiceChange) String ¶
func (m *PortForwardingServiceChange) String() string
func (*PortForwardingServiceChange) Unmarshal ¶
func (m *PortForwardingServiceChange) Unmarshal(b []byte) error
func (*PortForwardingServiceChange) UnmarshalJSON ¶
func (m *PortForwardingServiceChange) UnmarshalJSON(data []byte) error
type PortForwardingServiceChangeList ¶
type PortForwardingServiceChangeList []*PortForwardingServiceChange
func (PortForwardingServiceChangeList) Append ¶
func (l PortForwardingServiceChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (PortForwardingServiceChangeList) AppendList ¶
func (l PortForwardingServiceChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (PortForwardingServiceChangeList) At ¶
func (l PortForwardingServiceChangeList) At(idx int) gotenresource.ResourceChange
func (PortForwardingServiceChangeList) Length ¶
func (l PortForwardingServiceChangeList) Length() int
func (PortForwardingServiceChangeList) Set ¶
func (l PortForwardingServiceChangeList) Set(idx int, change gotenresource.ResourceChange)
func (PortForwardingServiceChangeList) Slice ¶
func (l PortForwardingServiceChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type PortForwardingServiceChangeMap ¶
type PortForwardingServiceChangeMap map[Name]*PortForwardingServiceChange
func (PortForwardingServiceChangeMap) Delete ¶
func (m PortForwardingServiceChangeMap) Delete(name gotenresource.Name)
func (PortForwardingServiceChangeMap) ForEach ¶
func (m PortForwardingServiceChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (PortForwardingServiceChangeMap) Get ¶
func (m PortForwardingServiceChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (PortForwardingServiceChangeMap) Length ¶
func (m PortForwardingServiceChangeMap) Length() int
func (PortForwardingServiceChangeMap) Set ¶
func (m PortForwardingServiceChangeMap) Set(change gotenresource.ResourceChange)
type PortForwardingServiceChange_Added ¶
type PortForwardingServiceChange_Added struct { PortForwardingService *PortForwardingService `` /* 160-byte string literal not displayed */ // Integer describing index of added PortForwardingService in resulting // query view. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
PortForwardingService has been added to query view
func (*PortForwardingServiceChange_Added) Descriptor ¶
func (*PortForwardingServiceChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingServiceChange_Added.ProtoReflect.Descriptor instead.
func (*PortForwardingServiceChange_Added) GetPortForwardingService ¶
func (m *PortForwardingServiceChange_Added) GetPortForwardingService() *PortForwardingService
func (*PortForwardingServiceChange_Added) GetViewIndex ¶
func (m *PortForwardingServiceChange_Added) GetViewIndex() int32
func (*PortForwardingServiceChange_Added) GotenMessage ¶
func (*PortForwardingServiceChange_Added) GotenMessage()
func (*PortForwardingServiceChange_Added) GotenValidate ¶
func (obj *PortForwardingServiceChange_Added) GotenValidate() error
func (*PortForwardingServiceChange_Added) Marshal ¶
func (m *PortForwardingServiceChange_Added) Marshal() ([]byte, error)
func (*PortForwardingServiceChange_Added) MarshalJSON ¶
func (m *PortForwardingServiceChange_Added) MarshalJSON() ([]byte, error)
func (*PortForwardingServiceChange_Added) ProtoMessage ¶
func (*PortForwardingServiceChange_Added) ProtoMessage()
func (*PortForwardingServiceChange_Added) ProtoReflect ¶
func (m *PortForwardingServiceChange_Added) ProtoReflect() preflect.Message
func (*PortForwardingServiceChange_Added) Reset ¶
func (m *PortForwardingServiceChange_Added) Reset()
func (*PortForwardingServiceChange_Added) SetPortForwardingService ¶
func (m *PortForwardingServiceChange_Added) SetPortForwardingService(fv *PortForwardingService)
func (*PortForwardingServiceChange_Added) SetViewIndex ¶
func (m *PortForwardingServiceChange_Added) SetViewIndex(fv int32)
func (*PortForwardingServiceChange_Added) String ¶
func (m *PortForwardingServiceChange_Added) String() string
func (*PortForwardingServiceChange_Added) Unmarshal ¶
func (m *PortForwardingServiceChange_Added) Unmarshal(b []byte) error
func (*PortForwardingServiceChange_Added) UnmarshalJSON ¶
func (m *PortForwardingServiceChange_Added) UnmarshalJSON(data []byte) error
type PortForwardingServiceChange_Added_ ¶
type PortForwardingServiceChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *PortForwardingServiceChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type PortForwardingServiceChange_Current ¶
type PortForwardingServiceChange_Current struct { PortForwardingService *PortForwardingService `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
PortForwardingService has been added or modified in a query view. Version used for stateless watching
func (*PortForwardingServiceChange_Current) Descriptor ¶
func (*PortForwardingServiceChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingServiceChange_Current.ProtoReflect.Descriptor instead.
func (*PortForwardingServiceChange_Current) GetPortForwardingService ¶
func (m *PortForwardingServiceChange_Current) GetPortForwardingService() *PortForwardingService
func (*PortForwardingServiceChange_Current) GotenMessage ¶
func (*PortForwardingServiceChange_Current) GotenMessage()
func (*PortForwardingServiceChange_Current) GotenValidate ¶
func (obj *PortForwardingServiceChange_Current) GotenValidate() error
func (*PortForwardingServiceChange_Current) Marshal ¶
func (m *PortForwardingServiceChange_Current) Marshal() ([]byte, error)
func (*PortForwardingServiceChange_Current) MarshalJSON ¶
func (m *PortForwardingServiceChange_Current) MarshalJSON() ([]byte, error)
func (*PortForwardingServiceChange_Current) ProtoMessage ¶
func (*PortForwardingServiceChange_Current) ProtoMessage()
func (*PortForwardingServiceChange_Current) ProtoReflect ¶
func (m *PortForwardingServiceChange_Current) ProtoReflect() preflect.Message
func (*PortForwardingServiceChange_Current) Reset ¶
func (m *PortForwardingServiceChange_Current) Reset()
func (*PortForwardingServiceChange_Current) SetPortForwardingService ¶
func (m *PortForwardingServiceChange_Current) SetPortForwardingService(fv *PortForwardingService)
func (*PortForwardingServiceChange_Current) String ¶
func (m *PortForwardingServiceChange_Current) String() string
func (*PortForwardingServiceChange_Current) Unmarshal ¶
func (m *PortForwardingServiceChange_Current) Unmarshal(b []byte) error
func (*PortForwardingServiceChange_Current) UnmarshalJSON ¶
func (m *PortForwardingServiceChange_Current) UnmarshalJSON(data []byte) error
type PortForwardingServiceChange_Current_ ¶
type PortForwardingServiceChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *PortForwardingServiceChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type PortForwardingServiceChange_Modified ¶
type PortForwardingServiceChange_Modified struct { // Name of modified PortForwardingService Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of PortForwardingService or masked difference, depending on // mask_changes instrumentation of issued // [WatchPortForwardingServiceRequest] or // [WatchPortForwardingServicesRequest] PortForwardingService *PortForwardingService `` /* 160-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *PortForwardingService_FieldMask `` /* 153-byte string literal not displayed */ // Previous view index specifies previous position of modified // PortForwardingService. When modification doesn't affect sorted order, // value will remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying PortForwardingService new index in resulting query // view. ViewIndex int32 `protobuf:"varint,5,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
PortForwardingService changed some of it's fields - contains either full document or masked change
func (*PortForwardingServiceChange_Modified) Descriptor ¶
func (*PortForwardingServiceChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingServiceChange_Modified.ProtoReflect.Descriptor instead.
func (*PortForwardingServiceChange_Modified) GetFieldMask ¶
func (m *PortForwardingServiceChange_Modified) GetFieldMask() *PortForwardingService_FieldMask
func (*PortForwardingServiceChange_Modified) GetName ¶
func (m *PortForwardingServiceChange_Modified) GetName() *Name
func (*PortForwardingServiceChange_Modified) GetPortForwardingService ¶
func (m *PortForwardingServiceChange_Modified) GetPortForwardingService() *PortForwardingService
func (*PortForwardingServiceChange_Modified) GetPreviousViewIndex ¶
func (m *PortForwardingServiceChange_Modified) GetPreviousViewIndex() int32
func (*PortForwardingServiceChange_Modified) GetViewIndex ¶
func (m *PortForwardingServiceChange_Modified) GetViewIndex() int32
func (*PortForwardingServiceChange_Modified) GotenMessage ¶
func (*PortForwardingServiceChange_Modified) GotenMessage()
func (*PortForwardingServiceChange_Modified) GotenValidate ¶
func (obj *PortForwardingServiceChange_Modified) GotenValidate() error
func (*PortForwardingServiceChange_Modified) Marshal ¶
func (m *PortForwardingServiceChange_Modified) Marshal() ([]byte, error)
func (*PortForwardingServiceChange_Modified) MarshalJSON ¶
func (m *PortForwardingServiceChange_Modified) MarshalJSON() ([]byte, error)
func (*PortForwardingServiceChange_Modified) ProtoMessage ¶
func (*PortForwardingServiceChange_Modified) ProtoMessage()
func (*PortForwardingServiceChange_Modified) ProtoReflect ¶
func (m *PortForwardingServiceChange_Modified) ProtoReflect() preflect.Message
func (*PortForwardingServiceChange_Modified) Reset ¶
func (m *PortForwardingServiceChange_Modified) Reset()
func (*PortForwardingServiceChange_Modified) SetFieldMask ¶
func (m *PortForwardingServiceChange_Modified) SetFieldMask(fv *PortForwardingService_FieldMask)
func (*PortForwardingServiceChange_Modified) SetName ¶
func (m *PortForwardingServiceChange_Modified) SetName(fv *Name)
func (*PortForwardingServiceChange_Modified) SetPortForwardingService ¶
func (m *PortForwardingServiceChange_Modified) SetPortForwardingService(fv *PortForwardingService)
func (*PortForwardingServiceChange_Modified) SetPreviousViewIndex ¶
func (m *PortForwardingServiceChange_Modified) SetPreviousViewIndex(fv int32)
func (*PortForwardingServiceChange_Modified) SetViewIndex ¶
func (m *PortForwardingServiceChange_Modified) SetViewIndex(fv int32)
func (*PortForwardingServiceChange_Modified) String ¶
func (m *PortForwardingServiceChange_Modified) String() string
func (*PortForwardingServiceChange_Modified) Unmarshal ¶
func (m *PortForwardingServiceChange_Modified) Unmarshal(b []byte) error
func (*PortForwardingServiceChange_Modified) UnmarshalJSON ¶
func (m *PortForwardingServiceChange_Modified) UnmarshalJSON(data []byte) error
type PortForwardingServiceChange_Modified_ ¶
type PortForwardingServiceChange_Modified_ struct { // Modified is returned when watched document is modified Modified *PortForwardingServiceChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type PortForwardingServiceChange_Removed ¶
type PortForwardingServiceChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed PortForwardingService index. Not populated in // stateless watch type. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Removed is returned when PortForwardingService is deleted or leaves Query view
func (*PortForwardingServiceChange_Removed) Descriptor ¶
func (*PortForwardingServiceChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingServiceChange_Removed.ProtoReflect.Descriptor instead.
func (*PortForwardingServiceChange_Removed) GetName ¶
func (m *PortForwardingServiceChange_Removed) GetName() *Name
func (*PortForwardingServiceChange_Removed) GetViewIndex ¶
func (m *PortForwardingServiceChange_Removed) GetViewIndex() int32
func (*PortForwardingServiceChange_Removed) GotenMessage ¶
func (*PortForwardingServiceChange_Removed) GotenMessage()
func (*PortForwardingServiceChange_Removed) GotenValidate ¶
func (obj *PortForwardingServiceChange_Removed) GotenValidate() error
func (*PortForwardingServiceChange_Removed) Marshal ¶
func (m *PortForwardingServiceChange_Removed) Marshal() ([]byte, error)
func (*PortForwardingServiceChange_Removed) MarshalJSON ¶
func (m *PortForwardingServiceChange_Removed) MarshalJSON() ([]byte, error)
func (*PortForwardingServiceChange_Removed) ProtoMessage ¶
func (*PortForwardingServiceChange_Removed) ProtoMessage()
func (*PortForwardingServiceChange_Removed) ProtoReflect ¶
func (m *PortForwardingServiceChange_Removed) ProtoReflect() preflect.Message
func (*PortForwardingServiceChange_Removed) Reset ¶
func (m *PortForwardingServiceChange_Removed) Reset()
func (*PortForwardingServiceChange_Removed) SetName ¶
func (m *PortForwardingServiceChange_Removed) SetName(fv *Name)
func (*PortForwardingServiceChange_Removed) SetViewIndex ¶
func (m *PortForwardingServiceChange_Removed) SetViewIndex(fv int32)
func (*PortForwardingServiceChange_Removed) String ¶
func (m *PortForwardingServiceChange_Removed) String() string
func (*PortForwardingServiceChange_Removed) Unmarshal ¶
func (m *PortForwardingServiceChange_Removed) Unmarshal(b []byte) error
func (*PortForwardingServiceChange_Removed) UnmarshalJSON ¶
func (m *PortForwardingServiceChange_Removed) UnmarshalJSON(data []byte) error
type PortForwardingServiceChange_Removed_ ¶
type PortForwardingServiceChange_Removed_ struct { // Removed is returned when PortForwardingService is deleted or leaves Query // view Removed *PortForwardingServiceChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type PortForwardingServiceFieldPathBuilder ¶
type PortForwardingServiceFieldPathBuilder struct{}
func NewPortForwardingServiceFieldPathBuilder ¶
func NewPortForwardingServiceFieldPathBuilder() PortForwardingServiceFieldPathBuilder
func (PortForwardingServiceFieldPathBuilder) DisplayName ¶
func (PortForwardingServiceFieldPathBuilder) DisplayName() PortForwardingServicePathSelectorDisplayName
type PortForwardingServiceList ¶
type PortForwardingServiceList []*PortForwardingService
func (PortForwardingServiceList) Append ¶
func (l PortForwardingServiceList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (PortForwardingServiceList) AppendList ¶
func (l PortForwardingServiceList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (PortForwardingServiceList) At ¶
func (l PortForwardingServiceList) At(idx int) gotenresource.Resource
func (PortForwardingServiceList) Length ¶
func (l PortForwardingServiceList) Length() int
func (PortForwardingServiceList) Set ¶
func (l PortForwardingServiceList) Set(idx int, res gotenresource.Resource)
func (PortForwardingServiceList) Slice ¶
func (l PortForwardingServiceList) Slice(first, second int) gotenresource.ResourceList
type PortForwardingServiceMap ¶
type PortForwardingServiceMap map[Name]*PortForwardingService
func (PortForwardingServiceMap) Delete ¶
func (m PortForwardingServiceMap) Delete(name gotenresource.Name)
func (PortForwardingServiceMap) ForEach ¶
func (m PortForwardingServiceMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (PortForwardingServiceMap) Get ¶
func (m PortForwardingServiceMap) Get(name gotenresource.Name) gotenresource.Resource
func (PortForwardingServiceMap) Length ¶
func (m PortForwardingServiceMap) Length() int
func (PortForwardingServiceMap) Set ¶
func (m PortForwardingServiceMap) Set(res gotenresource.Resource)
type PortForwardingServiceMapPathSelectorMetadataAnnotations ¶
type PortForwardingServiceMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (PortForwardingServiceMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s PortForwardingServiceMapPathSelectorMetadataAnnotations) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServiceMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s PortForwardingServiceMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServiceMapPathSelectorMetadataAnnotations) WithValue ¶
func (s PortForwardingServiceMapPathSelectorMetadataAnnotations) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServiceMapPathSelectorMetadataLabels ¶
type PortForwardingServiceMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (PortForwardingServiceMapPathSelectorMetadataLabels) FieldPath ¶
func (s PortForwardingServiceMapPathSelectorMetadataLabels) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServiceMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s PortForwardingServiceMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServiceMapPathSelectorMetadataLabels) WithValue ¶
func (s PortForwardingServiceMapPathSelectorMetadataLabels) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServiceMapPathSelectorMetadataShards ¶
type PortForwardingServiceMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (PortForwardingServiceMapPathSelectorMetadataShards) FieldPath ¶
func (s PortForwardingServiceMapPathSelectorMetadataShards) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServiceMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s PortForwardingServiceMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServiceMapPathSelectorMetadataShards) WithValue ¶
func (s PortForwardingServiceMapPathSelectorMetadataShards) WithValue(value int64) *PortForwardingService_FieldSubPathValue
type PortForwardingServiceNameList ¶
type PortForwardingServiceNameList []*Name
func (PortForwardingServiceNameList) Append ¶
func (l PortForwardingServiceNameList) Append(name gotenresource.Name) gotenresource.NameList
func (PortForwardingServiceNameList) AppendList ¶
func (l PortForwardingServiceNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (PortForwardingServiceNameList) At ¶
func (l PortForwardingServiceNameList) At(idx int) gotenresource.Name
func (PortForwardingServiceNameList) Length ¶
func (l PortForwardingServiceNameList) Length() int
func (PortForwardingServiceNameList) Set ¶
func (l PortForwardingServiceNameList) Set(idx int, name gotenresource.Name)
func (PortForwardingServiceNameList) Slice ¶
func (l PortForwardingServiceNameList) Slice(first, second int) gotenresource.NameList
type PortForwardingServiceParentNameList ¶
type PortForwardingServiceParentNameList []*ParentName
func (PortForwardingServiceParentNameList) Append ¶
func (l PortForwardingServiceParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (PortForwardingServiceParentNameList) AppendList ¶
func (l PortForwardingServiceParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (PortForwardingServiceParentNameList) At ¶
func (l PortForwardingServiceParentNameList) At(idx int) gotenresource.Name
func (PortForwardingServiceParentNameList) Length ¶
func (l PortForwardingServiceParentNameList) Length() int
func (PortForwardingServiceParentNameList) Set ¶
func (l PortForwardingServiceParentNameList) Set(idx int, name gotenresource.Name)
func (PortForwardingServiceParentNameList) Slice ¶
func (l PortForwardingServiceParentNameList) Slice(first, second int) gotenresource.ParentNameList
type PortForwardingServiceParentReferenceList ¶
type PortForwardingServiceParentReferenceList []*ParentReference
func (PortForwardingServiceParentReferenceList) Append ¶
func (l PortForwardingServiceParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (PortForwardingServiceParentReferenceList) AppendList ¶
func (l PortForwardingServiceParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (PortForwardingServiceParentReferenceList) At ¶
func (l PortForwardingServiceParentReferenceList) At(idx int) gotenresource.Reference
func (PortForwardingServiceParentReferenceList) Length ¶
func (l PortForwardingServiceParentReferenceList) Length() int
func (PortForwardingServiceParentReferenceList) Set ¶
func (l PortForwardingServiceParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (PortForwardingServiceParentReferenceList) Slice ¶
func (l PortForwardingServiceParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type PortForwardingServicePathSelectorDisplayName ¶
type PortForwardingServicePathSelectorDisplayName struct{}
func (PortForwardingServicePathSelectorDisplayName) FieldPath ¶
func (PortForwardingServicePathSelectorDisplayName) FieldPath() *PortForwardingService_FieldTerminalPath
func (PortForwardingServicePathSelectorDisplayName) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorDisplayName) WithArrayOfValues(values []string) *PortForwardingService_FieldTerminalPathArrayOfValues
func (PortForwardingServicePathSelectorDisplayName) WithValue ¶
func (s PortForwardingServicePathSelectorDisplayName) WithValue(value string) *PortForwardingService_FieldTerminalPathValue
type PortForwardingServicePathSelectorMetadata ¶
type PortForwardingServicePathSelectorMetadata struct{}
func (PortForwardingServicePathSelectorMetadata) Annotations ¶
func (PortForwardingServicePathSelectorMetadata) CreateTime ¶
func (PortForwardingServicePathSelectorMetadata) DeleteTime ¶ added in v0.1.17
func (PortForwardingServicePathSelectorMetadata) FieldPath ¶
func (PortForwardingServicePathSelectorMetadata) FieldPath() *PortForwardingService_FieldTerminalPath
func (PortForwardingServicePathSelectorMetadata) Generation ¶
func (PortForwardingServicePathSelectorMetadata) OwnerReferences ¶
func (PortForwardingServicePathSelectorMetadata) OwnerReferences() PortForwardingServicePathSelectorMetadataOwnerReferences
func (PortForwardingServicePathSelectorMetadata) ResourceVersion ¶
func (PortForwardingServicePathSelectorMetadata) ResourceVersion() PortForwardingServicePathSelectorMetadataResourceVersion
func (PortForwardingServicePathSelectorMetadata) UpdateTime ¶
func (PortForwardingServicePathSelectorMetadata) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *PortForwardingService_FieldTerminalPathArrayOfValues
func (PortForwardingServicePathSelectorMetadata) WithSubArrayItemValue ¶
func (s PortForwardingServicePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorMetadata) WithSubArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadata) WithSubPath ¶
func (PortForwardingServicePathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorMetadata) WithSubValue ¶
func (s PortForwardingServicePathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *PortForwardingService_FieldSubPathValue
func (PortForwardingServicePathSelectorMetadata) WithValue ¶
func (s PortForwardingServicePathSelectorMetadata) WithValue(value *ntt_meta.Meta) *PortForwardingService_FieldTerminalPathValue
type PortForwardingServicePathSelectorMetadataAnnotations ¶
type PortForwardingServicePathSelectorMetadataAnnotations struct{}
func (PortForwardingServicePathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataAnnotations) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataAnnotations) WithValue(value map[string]string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataCreateTime ¶
type PortForwardingServicePathSelectorMetadataCreateTime struct{}
func (PortForwardingServicePathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataCreateTime) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataDeleteTime ¶ added in v0.1.17
type PortForwardingServicePathSelectorMetadataDeleteTime struct{}
func (PortForwardingServicePathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataDeleteTime) WithValue ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataGeneration ¶
type PortForwardingServicePathSelectorMetadataGeneration struct{}
func (PortForwardingServicePathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataGeneration) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataGeneration) WithValue(value int64) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataLabels ¶
type PortForwardingServicePathSelectorMetadataLabels struct{}
func (PortForwardingServicePathSelectorMetadataLabels) FieldPath ¶
func (PortForwardingServicePathSelectorMetadataLabels) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorMetadataLabels) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataLabels) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataLabels) WithValue(value map[string]string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataLifecycle ¶ added in v0.1.17
type PortForwardingServicePathSelectorMetadataLifecycle struct{}
func (PortForwardingServicePathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.1.17
func (PortForwardingServicePathSelectorMetadataLifecycle) FieldPath ¶ added in v0.1.17
func (PortForwardingServicePathSelectorMetadataLifecycle) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataLifecycle) WithValue ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.1.17
type PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion struct{}
func (PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataLifecycleState ¶ added in v0.1.17
type PortForwardingServicePathSelectorMetadataLifecycleState struct{}
func (PortForwardingServicePathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataLifecycleState) WithValue ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataOwnerReferences ¶
type PortForwardingServicePathSelectorMetadataOwnerReferences struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (PortForwardingServicePathSelectorMetadataOwnerReferences) Controller ¶
func (PortForwardingServicePathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.1.17
func (PortForwardingServicePathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorMetadataOwnerReferences) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
type PortForwardingServicePathSelectorMetadataOwnerReferencesController ¶
type PortForwardingServicePathSelectorMetadataOwnerReferencesController struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataOwnerReferencesKind ¶
type PortForwardingServicePathSelectorMetadataOwnerReferencesKind struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataOwnerReferencesName ¶
type PortForwardingServicePathSelectorMetadataOwnerReferencesName struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesName) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataOwnerReferencesRegion ¶ added in v0.1.17
type PortForwardingServicePathSelectorMetadataOwnerReferencesRegion struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.1.17
type PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.1.17
func (PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
type PortForwardingServicePathSelectorMetadataOwnerReferencesVersion ¶ added in v0.1.17
type PortForwardingServicePathSelectorMetadataOwnerReferencesVersion struct{}
func (PortForwardingServicePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.1.17
func (s PortForwardingServicePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataResourceVersion ¶
type PortForwardingServicePathSelectorMetadataResourceVersion struct{}
func (PortForwardingServicePathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataResourceVersion) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataResourceVersion) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataShards ¶
type PortForwardingServicePathSelectorMetadataShards struct{}
func (PortForwardingServicePathSelectorMetadataShards) FieldPath ¶
func (PortForwardingServicePathSelectorMetadataShards) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorMetadataShards) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataShards) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataShards) WithValue(value map[string]int64) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataSyncing ¶
type PortForwardingServicePathSelectorMetadataSyncing struct{}
func (PortForwardingServicePathSelectorMetadataSyncing) FieldPath ¶
func (PortForwardingServicePathSelectorMetadataSyncing) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorMetadataSyncing) OwningRegion ¶
func (PortForwardingServicePathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataSyncing) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataSyncingOwningRegion ¶
type PortForwardingServicePathSelectorMetadataSyncingOwningRegion struct{}
func (PortForwardingServicePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataSyncingRegions ¶
type PortForwardingServicePathSelectorMetadataSyncingRegions struct{}
func (PortForwardingServicePathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s PortForwardingServicePathSelectorMetadataSyncingRegions) WithItemValue(value string) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorMetadataSyncingRegions) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataSyncingRegions) WithValue(value []string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataTags ¶
type PortForwardingServicePathSelectorMetadataTags struct{}
func (PortForwardingServicePathSelectorMetadataTags) FieldPath ¶
func (PortForwardingServicePathSelectorMetadataTags) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorMetadataTags) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataTags) WithItemValue ¶
func (s PortForwardingServicePathSelectorMetadataTags) WithItemValue(value string) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorMetadataTags) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataTags) WithValue(value []string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataUpdateTime ¶
type PortForwardingServicePathSelectorMetadataUpdateTime struct{}
func (PortForwardingServicePathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataUpdateTime) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorMetadataUuid ¶
type PortForwardingServicePathSelectorMetadataUuid struct{}
func (PortForwardingServicePathSelectorMetadataUuid) FieldPath ¶
func (PortForwardingServicePathSelectorMetadataUuid) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorMetadataUuid) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorMetadataUuid) WithArrayOfValues(values []string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorMetadataUuid) WithValue ¶
func (s PortForwardingServicePathSelectorMetadataUuid) WithValue(value string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorName ¶
type PortForwardingServicePathSelectorName struct{}
func (PortForwardingServicePathSelectorName) FieldPath ¶
func (PortForwardingServicePathSelectorName) FieldPath() *PortForwardingService_FieldTerminalPath
func (PortForwardingServicePathSelectorName) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorName) WithArrayOfValues(values []*Name) *PortForwardingService_FieldTerminalPathArrayOfValues
func (PortForwardingServicePathSelectorName) WithValue ¶
func (s PortForwardingServicePathSelectorName) WithValue(value *Name) *PortForwardingService_FieldTerminalPathValue
type PortForwardingServicePathSelectorSpec ¶
type PortForwardingServicePathSelectorSpec struct{}
func (PortForwardingServicePathSelectorSpec) AccessPoints ¶
func (PortForwardingServicePathSelectorSpec) AccessPoints() PortForwardingServicePathSelectorSpecAccessPoints
func (PortForwardingServicePathSelectorSpec) FieldPath ¶
func (PortForwardingServicePathSelectorSpec) FieldPath() *PortForwardingService_FieldTerminalPath
func (PortForwardingServicePathSelectorSpec) ProviderLoadBalancingMode ¶
func (PortForwardingServicePathSelectorSpec) ProviderLoadBalancingMode() PortForwardingServicePathSelectorSpecProviderLoadBalancingMode
func (PortForwardingServicePathSelectorSpec) TargetLoadBalancingMode ¶
func (PortForwardingServicePathSelectorSpec) TargetLoadBalancingMode() PortForwardingServicePathSelectorSpecTargetLoadBalancingMode
func (PortForwardingServicePathSelectorSpec) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorSpec) WithArrayOfValues(values []*PortForwardingService_Spec) *PortForwardingService_FieldTerminalPathArrayOfValues
func (PortForwardingServicePathSelectorSpec) WithSubArrayItemValue ¶
func (s PortForwardingServicePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue PortForwardingServiceSpec_FieldPathArrayItemValue) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorSpec) WithSubArrayOfValues ¶
func (s PortForwardingServicePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues PortForwardingServiceSpec_FieldPathArrayOfValues) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorSpec) WithSubPath ¶
func (PortForwardingServicePathSelectorSpec) WithSubPath(subPath PortForwardingServiceSpec_FieldPath) *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorSpec) WithSubValue ¶
func (s PortForwardingServicePathSelectorSpec) WithSubValue(subPathValue PortForwardingServiceSpec_FieldPathValue) *PortForwardingService_FieldSubPathValue
func (PortForwardingServicePathSelectorSpec) WithValue ¶
func (s PortForwardingServicePathSelectorSpec) WithValue(value *PortForwardingService_Spec) *PortForwardingService_FieldTerminalPathValue
type PortForwardingServicePathSelectorSpecAccessPoints ¶
type PortForwardingServicePathSelectorSpecAccessPoints struct{}
func (PortForwardingServicePathSelectorSpecAccessPoints) FieldPath ¶
func (PortForwardingServicePathSelectorSpecAccessPoints) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorSpecAccessPoints) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorSpecAccessPoints) WithArrayOfValues(values [][]*access_point.Name) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorSpecAccessPoints) WithItemValue ¶
func (s PortForwardingServicePathSelectorSpecAccessPoints) WithItemValue(value *access_point.Name) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorSpecAccessPoints) WithValue ¶
func (s PortForwardingServicePathSelectorSpecAccessPoints) WithValue(value []*access_point.Name) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorSpecAddresses ¶
type PortForwardingServicePathSelectorSpecAddresses struct{}
func (PortForwardingServicePathSelectorSpecAddresses) FieldPath ¶
func (PortForwardingServicePathSelectorSpecAddresses) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorSpecAddresses) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorSpecAddresses) WithArrayOfValues(values [][]string) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorSpecAddresses) WithItemValue ¶
func (s PortForwardingServicePathSelectorSpecAddresses) WithItemValue(value string) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorSpecAddresses) WithValue ¶
func (s PortForwardingServicePathSelectorSpecAddresses) WithValue(value []string) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorSpecDisabled ¶
type PortForwardingServicePathSelectorSpecDisabled struct{}
func (PortForwardingServicePathSelectorSpecDisabled) FieldPath ¶
func (PortForwardingServicePathSelectorSpecDisabled) FieldPath() *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorSpecDisabled) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorSpecDisabled) WithArrayOfValues(values []bool) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorSpecDisabled) WithValue ¶
func (s PortForwardingServicePathSelectorSpecDisabled) WithValue(value bool) *PortForwardingService_FieldSubPathValue
type PortForwardingServicePathSelectorSpecProviderLoadBalancingMode ¶
type PortForwardingServicePathSelectorSpecProviderLoadBalancingMode struct{}
func (PortForwardingServicePathSelectorSpecProviderLoadBalancingMode) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorSpecProviderLoadBalancingMode) WithArrayOfValues(values []PortForwardingService_Spec_LoadBalancingMode) *PortForwardingService_FieldSubPathArrayOfValues
type PortForwardingServicePathSelectorSpecTargetLoadBalancingMode ¶
type PortForwardingServicePathSelectorSpecTargetLoadBalancingMode struct{}
func (PortForwardingServicePathSelectorSpecTargetLoadBalancingMode) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorSpecTargetLoadBalancingMode) WithArrayOfValues(values []PortForwardingService_Spec_LoadBalancingMode) *PortForwardingService_FieldSubPathArrayOfValues
type PortForwardingServicePathSelectorStatus ¶
type PortForwardingServicePathSelectorStatus struct{}
func (PortForwardingServicePathSelectorStatus) FieldPath ¶
func (PortForwardingServicePathSelectorStatus) FieldPath() *PortForwardingService_FieldTerminalPath
func (PortForwardingServicePathSelectorStatus) WithArrayOfValues ¶
func (s PortForwardingServicePathSelectorStatus) WithArrayOfValues(values []*PortForwardingService_Status) *PortForwardingService_FieldTerminalPathArrayOfValues
func (PortForwardingServicePathSelectorStatus) WithSubArrayItemValue ¶
func (s PortForwardingServicePathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue PortForwardingServiceStatus_FieldPathArrayItemValue) *PortForwardingService_FieldSubPathArrayItemValue
func (PortForwardingServicePathSelectorStatus) WithSubArrayOfValues ¶
func (s PortForwardingServicePathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues PortForwardingServiceStatus_FieldPathArrayOfValues) *PortForwardingService_FieldSubPathArrayOfValues
func (PortForwardingServicePathSelectorStatus) WithSubPath ¶
func (PortForwardingServicePathSelectorStatus) WithSubPath(subPath PortForwardingServiceStatus_FieldPath) *PortForwardingService_FieldSubPath
func (PortForwardingServicePathSelectorStatus) WithSubValue ¶
func (s PortForwardingServicePathSelectorStatus) WithSubValue(subPathValue PortForwardingServiceStatus_FieldPathValue) *PortForwardingService_FieldSubPathValue
func (PortForwardingServicePathSelectorStatus) WithValue ¶
func (s PortForwardingServicePathSelectorStatus) WithValue(value *PortForwardingService_Status) *PortForwardingService_FieldTerminalPathValue
type PortForwardingServiceReferenceList ¶
type PortForwardingServiceReferenceList []*Reference
func (PortForwardingServiceReferenceList) Append ¶
func (l PortForwardingServiceReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (PortForwardingServiceReferenceList) AppendList ¶
func (l PortForwardingServiceReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (PortForwardingServiceReferenceList) At ¶
func (l PortForwardingServiceReferenceList) At(idx int) gotenresource.Reference
func (PortForwardingServiceReferenceList) Length ¶
func (l PortForwardingServiceReferenceList) Length() int
func (PortForwardingServiceReferenceList) Set ¶
func (l PortForwardingServiceReferenceList) Set(idx int, ref gotenresource.Reference)
func (PortForwardingServiceReferenceList) Slice ¶
func (l PortForwardingServiceReferenceList) Slice(first, second int) gotenresource.ReferenceList
type PortForwardingServiceSpecFieldPathBuilder ¶
type PortForwardingServiceSpecFieldPathBuilder struct{}
func NewPortForwardingServiceSpecFieldPathBuilder ¶
func NewPortForwardingServiceSpecFieldPathBuilder() PortForwardingServiceSpecFieldPathBuilder
func (PortForwardingServiceSpecFieldPathBuilder) AccessPoints ¶
func (PortForwardingServiceSpecFieldPathBuilder) AccessPoints() PortForwardingService_SpecPathSelectorAccessPoints
func (PortForwardingServiceSpecFieldPathBuilder) ProviderLoadBalancingMode ¶
func (PortForwardingServiceSpecFieldPathBuilder) ProviderLoadBalancingMode() PortForwardingService_SpecPathSelectorProviderLoadBalancingMode
func (PortForwardingServiceSpecFieldPathBuilder) TargetLoadBalancingMode ¶
func (PortForwardingServiceSpecFieldPathBuilder) TargetLoadBalancingMode() PortForwardingService_SpecPathSelectorTargetLoadBalancingMode
type PortForwardingServiceSpec_FieldPath ¶
type PortForwardingServiceSpec_FieldPath interface { gotenobject.FieldPath Selector() PortForwardingServiceSpec_FieldPathSelector Get(source *PortForwardingService_Spec) []interface{} GetSingle(source *PortForwardingService_Spec) (interface{}, bool) ClearValue(item *PortForwardingService_Spec) // Those methods build corresponding PortForwardingServiceSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PortForwardingServiceSpec_FieldPathValue WithIArrayOfValues(values interface{}) PortForwardingServiceSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PortForwardingServiceSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPortForwardingServiceSpec_FieldPath ¶
func BuildPortForwardingServiceSpec_FieldPath(fp gotenobject.RawFieldPath) (PortForwardingServiceSpec_FieldPath, error)
func MustParsePortForwardingServiceSpec_FieldPath ¶
func MustParsePortForwardingServiceSpec_FieldPath(rawField string) PortForwardingServiceSpec_FieldPath
func ParsePortForwardingServiceSpec_FieldPath ¶
func ParsePortForwardingServiceSpec_FieldPath(rawField string) (PortForwardingServiceSpec_FieldPath, error)
type PortForwardingServiceSpec_FieldPathArrayItemValue ¶
type PortForwardingServiceSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PortForwardingServiceSpec_FieldPath ContainsValue(*PortForwardingService_Spec) bool }
PortForwardingServiceSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParsePortForwardingServiceSpec_FieldPathArrayItemValue ¶
func MustParsePortForwardingServiceSpec_FieldPathArrayItemValue(pathStr, valueStr string) PortForwardingServiceSpec_FieldPathArrayItemValue
func ParsePortForwardingServiceSpec_FieldPathArrayItemValue ¶
func ParsePortForwardingServiceSpec_FieldPathArrayItemValue(pathStr, valueStr string) (PortForwardingServiceSpec_FieldPathArrayItemValue, error)
ParsePortForwardingServiceSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PortForwardingServiceSpec_FieldPathArrayOfValues ¶
type PortForwardingServiceSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PortForwardingServiceSpec_FieldPath }
PortForwardingServiceSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParsePortForwardingServiceSpec_FieldPathArrayOfValues ¶
func MustParsePortForwardingServiceSpec_FieldPathArrayOfValues(pathStr, valuesStr string) PortForwardingServiceSpec_FieldPathArrayOfValues
func ParsePortForwardingServiceSpec_FieldPathArrayOfValues ¶
func ParsePortForwardingServiceSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (PortForwardingServiceSpec_FieldPathArrayOfValues, error)
type PortForwardingServiceSpec_FieldPathSelector ¶
type PortForwardingServiceSpec_FieldPathSelector int32
const ( PortForwardingServiceSpec_FieldPathSelectorAddresses PortForwardingServiceSpec_FieldPathSelector = 0 PortForwardingServiceSpec_FieldPathSelectorProviderLoadBalancingMode PortForwardingServiceSpec_FieldPathSelector = 1 PortForwardingServiceSpec_FieldPathSelectorTargetLoadBalancingMode PortForwardingServiceSpec_FieldPathSelector = 2 PortForwardingServiceSpec_FieldPathSelectorDisabled PortForwardingServiceSpec_FieldPathSelector = 3 PortForwardingServiceSpec_FieldPathSelectorAccessPoints PortForwardingServiceSpec_FieldPathSelector = 4 )
func (PortForwardingServiceSpec_FieldPathSelector) String ¶
func (s PortForwardingServiceSpec_FieldPathSelector) String() string
type PortForwardingServiceSpec_FieldPathValue ¶
type PortForwardingServiceSpec_FieldPathValue interface { PortForwardingServiceSpec_FieldPath gotenobject.FieldPathValue SetTo(target **PortForwardingService_Spec) CompareWith(*PortForwardingService_Spec) (cmp int, comparable bool) }
PortForwardingServiceSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParsePortForwardingServiceSpec_FieldPathValue ¶
func MustParsePortForwardingServiceSpec_FieldPathValue(pathStr, valueStr string) PortForwardingServiceSpec_FieldPathValue
func ParsePortForwardingServiceSpec_FieldPathValue ¶
func ParsePortForwardingServiceSpec_FieldPathValue(pathStr, valueStr string) (PortForwardingServiceSpec_FieldPathValue, error)
type PortForwardingServiceSpec_FieldTerminalPath ¶
type PortForwardingServiceSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PortForwardingServiceSpec_FieldTerminalPath) ClearValue ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) ClearValue(item *PortForwardingService_Spec)
func (*PortForwardingServiceSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PortForwardingServiceSpec_FieldTerminalPath) Get ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) Get(source *PortForwardingService_Spec) (values []interface{})
Get returns all values pointed by specific field from source PortForwardingService_Spec
func (*PortForwardingServiceSpec_FieldTerminalPath) GetDefault ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PortForwardingServiceSpec_FieldTerminalPath) GetRaw ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PortForwardingServiceSpec_FieldTerminalPath) GetSingle ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetSingle(source *PortForwardingService_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source PortForwardingService_Spec
func (*PortForwardingServiceSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PortForwardingServiceSpec_FieldTerminalPath) IsLeaf ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PortForwardingServiceSpec_FieldTerminalPath) JSONString ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PortForwardingServiceSpec_FieldTerminalPath) Selector ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) Selector() PortForwardingServiceSpec_FieldPathSelector
func (*PortForwardingServiceSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.1.17
func (fp *PortForwardingServiceSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*PortForwardingServiceSpec_FieldTerminalPath) String ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PortForwardingServiceSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) PortForwardingServiceSpec_FieldPathArrayItemValue
func (*PortForwardingServiceSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) PortForwardingServiceSpec_FieldPathArrayOfValues
func (*PortForwardingServiceSpec_FieldTerminalPath) WithIValue ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithIValue(value interface{}) PortForwardingServiceSpec_FieldPathValue
func (*PortForwardingServiceSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PortForwardingServiceSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PortForwardingServiceSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *PortForwardingServiceSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PortForwardingServiceSpec_FieldTerminalPathArrayItemValue ¶
type PortForwardingServiceSpec_FieldTerminalPathArrayItemValue struct { PortForwardingServiceSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) AsAccessPointsItemValue ¶
func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) AsAccessPointsItemValue() (*access_point.Name, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) AsAddressesItemValue ¶
func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) AsAddressesItemValue() (string, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *PortForwardingService_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object PortForwardingService_Spec as interface{}
func (*PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetSingle(source *PortForwardingService_Spec) (interface{}, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PortForwardingServiceSpec_FieldTerminalPathArrayOfValues ¶
type PortForwardingServiceSpec_FieldTerminalPathArrayOfValues struct { PortForwardingServiceSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsAccessPointsArrayOfValues ¶
func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsAccessPointsArrayOfValues() ([][]*access_point.Name, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues ¶
func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsAddressesArrayOfValues() ([][]string, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsDisabledArrayOfValues ¶
func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsDisabledArrayOfValues() ([]bool, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsProviderLoadBalancingModeArrayOfValues ¶
func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsProviderLoadBalancingModeArrayOfValues() ([]PortForwardingService_Spec_LoadBalancingMode, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsTargetLoadBalancingModeArrayOfValues ¶
func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) AsTargetLoadBalancingModeArrayOfValues() ([]PortForwardingService_Spec_LoadBalancingMode, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PortForwardingServiceSpec_FieldTerminalPathValue ¶
type PortForwardingServiceSpec_FieldTerminalPathValue struct { PortForwardingServiceSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingServiceSpec_FieldTerminalPathValue) AsAccessPointsValue ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsAccessPointsValue() ([]*access_point.Name, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathValue) AsAddressesValue ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsAddressesValue() ([]string, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathValue) AsDisabledValue ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsDisabledValue() (bool, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathValue) AsProviderLoadBalancingModeValue ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsProviderLoadBalancingModeValue() (PortForwardingService_Spec_LoadBalancingMode, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathValue) AsTargetLoadBalancingModeValue ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) AsTargetLoadBalancingModeValue() (PortForwardingService_Spec_LoadBalancingMode, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) CompareWith(source *PortForwardingService_Spec) (int, bool)
CompareWith compares value in the 'PortForwardingServiceSpec_FieldTerminalPathValue' with the value under path in 'PortForwardingService_Spec'.
func (*PortForwardingServiceSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PortForwardingServiceSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*PortForwardingServiceSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) SetTo(target **PortForwardingService_Spec)
SetTo stores value for selected field for object Spec
func (*PortForwardingServiceSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PortForwardingServiceSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PortForwardingServiceStatusFieldPathBuilder ¶
type PortForwardingServiceStatusFieldPathBuilder struct{}
func NewPortForwardingServiceStatusFieldPathBuilder ¶
func NewPortForwardingServiceStatusFieldPathBuilder() PortForwardingServiceStatusFieldPathBuilder
type PortForwardingServiceStatus_FieldPath ¶
type PortForwardingServiceStatus_FieldPath interface { gotenobject.FieldPath Selector() PortForwardingServiceStatus_FieldPathSelector Get(source *PortForwardingService_Status) []interface{} GetSingle(source *PortForwardingService_Status) (interface{}, bool) ClearValue(item *PortForwardingService_Status) // Those methods build corresponding PortForwardingServiceStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PortForwardingServiceStatus_FieldPathValue WithIArrayOfValues(values interface{}) PortForwardingServiceStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PortForwardingServiceStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPortForwardingServiceStatus_FieldPath ¶
func BuildPortForwardingServiceStatus_FieldPath(fp gotenobject.RawFieldPath) (PortForwardingServiceStatus_FieldPath, error)
func MustParsePortForwardingServiceStatus_FieldPath ¶
func MustParsePortForwardingServiceStatus_FieldPath(rawField string) PortForwardingServiceStatus_FieldPath
func ParsePortForwardingServiceStatus_FieldPath ¶
func ParsePortForwardingServiceStatus_FieldPath(rawField string) (PortForwardingServiceStatus_FieldPath, error)
type PortForwardingServiceStatus_FieldPathArrayItemValue ¶
type PortForwardingServiceStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PortForwardingServiceStatus_FieldPath ContainsValue(*PortForwardingService_Status) bool }
PortForwardingServiceStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for Status according to their type Present only for array (repeated) types.
func MustParsePortForwardingServiceStatus_FieldPathArrayItemValue ¶
func MustParsePortForwardingServiceStatus_FieldPathArrayItemValue(pathStr, valueStr string) PortForwardingServiceStatus_FieldPathArrayItemValue
func ParsePortForwardingServiceStatus_FieldPathArrayItemValue ¶
func ParsePortForwardingServiceStatus_FieldPathArrayItemValue(pathStr, valueStr string) (PortForwardingServiceStatus_FieldPathArrayItemValue, error)
ParsePortForwardingServiceStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PortForwardingServiceStatus_FieldPathArrayOfValues ¶
type PortForwardingServiceStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PortForwardingServiceStatus_FieldPath }
PortForwardingServiceStatus_FieldPathArrayOfValues allows storing slice of values for Status fields according to their type
func MustParsePortForwardingServiceStatus_FieldPathArrayOfValues ¶
func MustParsePortForwardingServiceStatus_FieldPathArrayOfValues(pathStr, valuesStr string) PortForwardingServiceStatus_FieldPathArrayOfValues
func ParsePortForwardingServiceStatus_FieldPathArrayOfValues ¶
func ParsePortForwardingServiceStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (PortForwardingServiceStatus_FieldPathArrayOfValues, error)
type PortForwardingServiceStatus_FieldPathSelector ¶
type PortForwardingServiceStatus_FieldPathSelector int32
func (PortForwardingServiceStatus_FieldPathSelector) String ¶
func (s PortForwardingServiceStatus_FieldPathSelector) String() string
type PortForwardingServiceStatus_FieldPathValue ¶
type PortForwardingServiceStatus_FieldPathValue interface { PortForwardingServiceStatus_FieldPath gotenobject.FieldPathValue SetTo(target **PortForwardingService_Status) CompareWith(*PortForwardingService_Status) (cmp int, comparable bool) }
PortForwardingServiceStatus_FieldPathValue allows storing values for Status fields according to their type
func MustParsePortForwardingServiceStatus_FieldPathValue ¶
func MustParsePortForwardingServiceStatus_FieldPathValue(pathStr, valueStr string) PortForwardingServiceStatus_FieldPathValue
func ParsePortForwardingServiceStatus_FieldPathValue ¶
func ParsePortForwardingServiceStatus_FieldPathValue(pathStr, valueStr string) (PortForwardingServiceStatus_FieldPathValue, error)
type PortForwardingServiceStatus_FieldTerminalPath ¶
type PortForwardingServiceStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PortForwardingServiceStatus_FieldTerminalPath) ClearValue ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) ClearValue(item *PortForwardingService_Status)
func (*PortForwardingServiceStatus_FieldTerminalPath) ClearValueRaw ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PortForwardingServiceStatus_FieldTerminalPath) Get ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) Get(source *PortForwardingService_Status) (values []interface{})
Get returns all values pointed by specific field from source PortForwardingService_Status
func (*PortForwardingServiceStatus_FieldTerminalPath) GetDefault ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PortForwardingServiceStatus_FieldTerminalPath) GetRaw ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PortForwardingServiceStatus_FieldTerminalPath) GetSingle ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetSingle(source *PortForwardingService_Status) (interface{}, bool)
GetSingle returns value pointed by specific field of from source PortForwardingService_Status
func (*PortForwardingServiceStatus_FieldTerminalPath) GetSingleRaw ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PortForwardingServiceStatus_FieldTerminalPath) IsLeaf ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PortForwardingServiceStatus_FieldTerminalPath) JSONString ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PortForwardingServiceStatus_FieldTerminalPath) Selector ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) Selector() PortForwardingServiceStatus_FieldPathSelector
func (*PortForwardingServiceStatus_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.1.17
func (fp *PortForwardingServiceStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*PortForwardingServiceStatus_FieldTerminalPath) String ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PortForwardingServiceStatus_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) PortForwardingServiceStatus_FieldPathArrayItemValue
func (*PortForwardingServiceStatus_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) PortForwardingServiceStatus_FieldPathArrayOfValues
func (*PortForwardingServiceStatus_FieldTerminalPath) WithIValue ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithIValue(value interface{}) PortForwardingServiceStatus_FieldPathValue
func (*PortForwardingServiceStatus_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PortForwardingServiceStatus_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PortForwardingServiceStatus_FieldTerminalPath) WithRawIValue ¶
func (fp *PortForwardingServiceStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PortForwardingServiceStatus_FieldTerminalPathArrayItemValue ¶
type PortForwardingServiceStatus_FieldTerminalPathArrayItemValue struct { PortForwardingServiceStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *PortForwardingService_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object PortForwardingService_Status as interface{}
func (*PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetSingle(source *PortForwardingService_Status) (interface{}, bool)
func (*PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PortForwardingServiceStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PortForwardingServiceStatus_FieldTerminalPathArrayOfValues ¶
type PortForwardingServiceStatus_FieldTerminalPathArrayOfValues struct { PortForwardingServiceStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingServiceStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PortForwardingServiceStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PortForwardingServiceStatus_FieldTerminalPathValue ¶
type PortForwardingServiceStatus_FieldTerminalPathValue struct { PortForwardingServiceStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingServiceStatus_FieldTerminalPathValue) CompareWith ¶
func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) CompareWith(source *PortForwardingService_Status) (int, bool)
CompareWith compares value in the 'PortForwardingServiceStatus_FieldTerminalPathValue' with the value under path in 'PortForwardingService_Status'.
func (*PortForwardingServiceStatus_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PortForwardingServiceStatus_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Status' as interface{}
func (*PortForwardingServiceStatus_FieldTerminalPathValue) SetTo ¶
func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) SetTo(target **PortForwardingService_Status)
SetTo stores value for selected field for object Status
func (*PortForwardingServiceStatus_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PortForwardingServiceStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PortForwardingService_FieldMask ¶
type PortForwardingService_FieldMask struct {
Paths []PortForwardingService_FieldPath
}
func FullPortForwardingService_FieldMask ¶
func FullPortForwardingService_FieldMask() *PortForwardingService_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *PortForwardingService_FieldMask) *PortForwardingService_FieldMask
func (*PortForwardingService_FieldMask) AppendPath ¶
func (fieldMask *PortForwardingService_FieldMask) AppendPath(path PortForwardingService_FieldPath)
func (*PortForwardingService_FieldMask) AppendRawPath ¶
func (fieldMask *PortForwardingService_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*PortForwardingService_FieldMask) DecodeFirestore ¶
func (fieldMask *PortForwardingService_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*PortForwardingService_FieldMask) EncodeFirestore ¶
func (fieldMask *PortForwardingService_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*PortForwardingService_FieldMask) FilterInputFields ¶
func (fieldMask *PortForwardingService_FieldMask) FilterInputFields() *PortForwardingService_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*PortForwardingService_FieldMask) FromProtoFieldMask ¶
func (fieldMask *PortForwardingService_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*PortForwardingService_FieldMask) GetPaths ¶
func (fieldMask *PortForwardingService_FieldMask) GetPaths() []PortForwardingService_FieldPath
func (*PortForwardingService_FieldMask) GetRawPaths ¶
func (fieldMask *PortForwardingService_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*PortForwardingService_FieldMask) IsFull ¶
func (fieldMask *PortForwardingService_FieldMask) IsFull() bool
func (PortForwardingService_FieldMask) Marshal ¶
func (fieldMask PortForwardingService_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (PortForwardingService_FieldMask) MarshalJSON ¶
func (fieldMask PortForwardingService_FieldMask) MarshalJSON() ([]byte, error)
func (*PortForwardingService_FieldMask) PathsCount ¶
func (fieldMask *PortForwardingService_FieldMask) PathsCount() int
func (*PortForwardingService_FieldMask) Project ¶
func (fieldMask *PortForwardingService_FieldMask) Project(source *PortForwardingService) *PortForwardingService
func (*PortForwardingService_FieldMask) ProjectRaw ¶
func (fieldMask *PortForwardingService_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*PortForwardingService_FieldMask) ProtoMessage ¶
func (fieldMask *PortForwardingService_FieldMask) ProtoMessage()
func (*PortForwardingService_FieldMask) ProtoReflect ¶
func (fieldMask *PortForwardingService_FieldMask) ProtoReflect() preflect.Message
func (*PortForwardingService_FieldMask) Reset ¶
func (fieldMask *PortForwardingService_FieldMask) Reset()
func (*PortForwardingService_FieldMask) Set ¶
func (fieldMask *PortForwardingService_FieldMask) Set(target, source *PortForwardingService)
func (*PortForwardingService_FieldMask) SetFromCliFlag ¶
func (fieldMask *PortForwardingService_FieldMask) SetFromCliFlag(raw string) error
func (*PortForwardingService_FieldMask) SetRaw ¶
func (fieldMask *PortForwardingService_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*PortForwardingService_FieldMask) Size ¶
func (fieldMask *PortForwardingService_FieldMask) Size() int
func (*PortForwardingService_FieldMask) String ¶
func (fieldMask *PortForwardingService_FieldMask) String() string
func (*PortForwardingService_FieldMask) Subtract ¶
func (fieldMask *PortForwardingService_FieldMask) Subtract(other *PortForwardingService_FieldMask) *PortForwardingService_FieldMask
func (*PortForwardingService_FieldMask) SubtractRaw ¶
func (fieldMask *PortForwardingService_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*PortForwardingService_FieldMask) ToProtoFieldMask ¶
func (fieldMask *PortForwardingService_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*PortForwardingService_FieldMask) Unmarshal ¶
func (fieldMask *PortForwardingService_FieldMask) Unmarshal(data []byte) error
func (*PortForwardingService_FieldMask) UnmarshalJSON ¶
func (fieldMask *PortForwardingService_FieldMask) UnmarshalJSON(data []byte) error
type PortForwardingService_FieldPath ¶
type PortForwardingService_FieldPath interface { gotenobject.FieldPath Selector() PortForwardingService_FieldPathSelector Get(source *PortForwardingService) []interface{} GetSingle(source *PortForwardingService) (interface{}, bool) ClearValue(item *PortForwardingService) // Those methods build corresponding PortForwardingService_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PortForwardingService_FieldPathValue WithIArrayOfValues(values interface{}) PortForwardingService_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PortForwardingService_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPortForwardingService_FieldPath ¶
func BuildPortForwardingService_FieldPath(fp gotenobject.RawFieldPath) (PortForwardingService_FieldPath, error)
func MustParsePortForwardingService_FieldPath ¶
func MustParsePortForwardingService_FieldPath(rawField string) PortForwardingService_FieldPath
func ParsePortForwardingService_FieldPath ¶
func ParsePortForwardingService_FieldPath(rawField string) (PortForwardingService_FieldPath, error)
type PortForwardingService_FieldPathArrayItemValue ¶
type PortForwardingService_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PortForwardingService_FieldPath ContainsValue(*PortForwardingService) bool }
PortForwardingService_FieldPathArrayItemValue allows storing single item in Path-specific values for PortForwardingService according to their type Present only for array (repeated) types.
func MustParsePortForwardingService_FieldPathArrayItemValue ¶
func MustParsePortForwardingService_FieldPathArrayItemValue(pathStr, valueStr string) PortForwardingService_FieldPathArrayItemValue
func ParsePortForwardingService_FieldPathArrayItemValue ¶
func ParsePortForwardingService_FieldPathArrayItemValue(pathStr, valueStr string) (PortForwardingService_FieldPathArrayItemValue, error)
ParsePortForwardingService_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PortForwardingService_FieldPathArrayOfValues ¶
type PortForwardingService_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PortForwardingService_FieldPath }
PortForwardingService_FieldPathArrayOfValues allows storing slice of values for PortForwardingService fields according to their type
func MustParsePortForwardingService_FieldPathArrayOfValues ¶
func MustParsePortForwardingService_FieldPathArrayOfValues(pathStr, valuesStr string) PortForwardingService_FieldPathArrayOfValues
func ParsePortForwardingService_FieldPathArrayOfValues ¶
func ParsePortForwardingService_FieldPathArrayOfValues(pathStr, valuesStr string) (PortForwardingService_FieldPathArrayOfValues, error)
type PortForwardingService_FieldPathSelector ¶
type PortForwardingService_FieldPathSelector int32
const ( PortForwardingService_FieldPathSelectorName PortForwardingService_FieldPathSelector = 0 PortForwardingService_FieldPathSelectorDisplayName PortForwardingService_FieldPathSelector = 1 PortForwardingService_FieldPathSelectorMetadata PortForwardingService_FieldPathSelector = 2 PortForwardingService_FieldPathSelectorSpec PortForwardingService_FieldPathSelector = 3 PortForwardingService_FieldPathSelectorStatus PortForwardingService_FieldPathSelector = 4 )
func (PortForwardingService_FieldPathSelector) String ¶
func (s PortForwardingService_FieldPathSelector) String() string
type PortForwardingService_FieldPathValue ¶
type PortForwardingService_FieldPathValue interface { PortForwardingService_FieldPath gotenobject.FieldPathValue SetTo(target **PortForwardingService) CompareWith(*PortForwardingService) (cmp int, comparable bool) }
PortForwardingService_FieldPathValue allows storing values for PortForwardingService fields according to their type
func MustParsePortForwardingService_FieldPathValue ¶
func MustParsePortForwardingService_FieldPathValue(pathStr, valueStr string) PortForwardingService_FieldPathValue
func ParsePortForwardingService_FieldPathValue ¶
func ParsePortForwardingService_FieldPathValue(pathStr, valueStr string) (PortForwardingService_FieldPathValue, error)
type PortForwardingService_FieldSubPath ¶
type PortForwardingService_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*PortForwardingService_FieldSubPath) AsMetadataSubPath ¶
func (fps *PortForwardingService_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*PortForwardingService_FieldSubPath) AsSpecSubPath ¶
func (fps *PortForwardingService_FieldSubPath) AsSpecSubPath() (PortForwardingServiceSpec_FieldPath, bool)
func (*PortForwardingService_FieldSubPath) AsStatusSubPath ¶
func (fps *PortForwardingService_FieldSubPath) AsStatusSubPath() (PortForwardingServiceStatus_FieldPath, bool)
func (*PortForwardingService_FieldSubPath) ClearValue ¶
func (fps *PortForwardingService_FieldSubPath) ClearValue(item *PortForwardingService)
func (*PortForwardingService_FieldSubPath) ClearValueRaw ¶
func (fps *PortForwardingService_FieldSubPath) ClearValueRaw(item proto.Message)
func (*PortForwardingService_FieldSubPath) Get ¶
func (fps *PortForwardingService_FieldSubPath) Get(source *PortForwardingService) (values []interface{})
Get returns all values pointed by selected field from source PortForwardingService
func (*PortForwardingService_FieldSubPath) GetDefault ¶
func (fps *PortForwardingService_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PortForwardingService_FieldSubPath) GetRaw ¶
func (fps *PortForwardingService_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*PortForwardingService_FieldSubPath) GetSingle ¶
func (fps *PortForwardingService_FieldSubPath) GetSingle(source *PortForwardingService) (interface{}, bool)
GetSingle returns value of selected field from source PortForwardingService
func (*PortForwardingService_FieldSubPath) GetSingleRaw ¶
func (fps *PortForwardingService_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PortForwardingService_FieldSubPath) IsLeaf ¶
func (fps *PortForwardingService_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PortForwardingService_FieldSubPath) JSONString ¶
func (fps *PortForwardingService_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PortForwardingService_FieldSubPath) Selector ¶
func (fps *PortForwardingService_FieldSubPath) Selector() PortForwardingService_FieldPathSelector
func (*PortForwardingService_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.1.17
func (fps *PortForwardingService_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*PortForwardingService_FieldSubPath) String ¶
func (fps *PortForwardingService_FieldSubPath) String() string
String returns path representation in proto convention
func (*PortForwardingService_FieldSubPath) WithIArrayItemValue ¶
func (fps *PortForwardingService_FieldSubPath) WithIArrayItemValue(value interface{}) PortForwardingService_FieldPathArrayItemValue
func (*PortForwardingService_FieldSubPath) WithIArrayOfValues ¶
func (fps *PortForwardingService_FieldSubPath) WithIArrayOfValues(values interface{}) PortForwardingService_FieldPathArrayOfValues
func (*PortForwardingService_FieldSubPath) WithIValue ¶
func (fps *PortForwardingService_FieldSubPath) WithIValue(value interface{}) PortForwardingService_FieldPathValue
func (*PortForwardingService_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *PortForwardingService_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PortForwardingService_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *PortForwardingService_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PortForwardingService_FieldSubPath) WithRawIValue ¶
func (fps *PortForwardingService_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PortForwardingService_FieldSubPathArrayItemValue ¶
type PortForwardingService_FieldSubPathArrayItemValue struct { PortForwardingService_FieldPath // contains filtered or unexported fields }
func (*PortForwardingService_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*PortForwardingService_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) AsSpecPathItemValue() (PortForwardingServiceSpec_FieldPathArrayItemValue, bool)
func (*PortForwardingService_FieldSubPathArrayItemValue) AsStatusPathItemValue ¶
func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) AsStatusPathItemValue() (PortForwardingServiceStatus_FieldPathArrayItemValue, bool)
func (*PortForwardingService_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) ContainsValue(source *PortForwardingService) bool
Contains returns a boolean indicating if value that is being held is present in given 'PortForwardingService'
func (*PortForwardingService_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *PortForwardingService_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type PortForwardingService_FieldSubPathArrayOfValues ¶
type PortForwardingService_FieldSubPathArrayOfValues struct { PortForwardingService_FieldPath // contains filtered or unexported fields }
func (*PortForwardingService_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*PortForwardingService_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (PortForwardingServiceSpec_FieldPathArrayOfValues, bool)
func (*PortForwardingService_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues ¶
func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (PortForwardingServiceStatus_FieldPathArrayOfValues, bool)
func (*PortForwardingService_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *PortForwardingService_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type PortForwardingService_FieldSubPathValue ¶
type PortForwardingService_FieldSubPathValue struct { PortForwardingService_FieldPath // contains filtered or unexported fields }
func (*PortForwardingService_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *PortForwardingService_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*PortForwardingService_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *PortForwardingService_FieldSubPathValue) AsSpecPathValue() (PortForwardingServiceSpec_FieldPathValue, bool)
func (*PortForwardingService_FieldSubPathValue) AsStatusPathValue ¶
func (fpvs *PortForwardingService_FieldSubPathValue) AsStatusPathValue() (PortForwardingServiceStatus_FieldPathValue, bool)
func (*PortForwardingService_FieldSubPathValue) CompareWith ¶
func (fpvs *PortForwardingService_FieldSubPathValue) CompareWith(source *PortForwardingService) (int, bool)
func (*PortForwardingService_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *PortForwardingService_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PortForwardingService_FieldSubPathValue) GetRawValue ¶
func (fpvs *PortForwardingService_FieldSubPathValue) GetRawValue() interface{}
func (*PortForwardingService_FieldSubPathValue) SetTo ¶
func (fpvs *PortForwardingService_FieldSubPathValue) SetTo(target **PortForwardingService)
func (*PortForwardingService_FieldSubPathValue) SetToRaw ¶
func (fpvs *PortForwardingService_FieldSubPathValue) SetToRaw(target proto.Message)
type PortForwardingService_FieldTerminalPath ¶
type PortForwardingService_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PortForwardingService_FieldTerminalPath) ClearValue ¶
func (fp *PortForwardingService_FieldTerminalPath) ClearValue(item *PortForwardingService)
func (*PortForwardingService_FieldTerminalPath) ClearValueRaw ¶
func (fp *PortForwardingService_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PortForwardingService_FieldTerminalPath) Get ¶
func (fp *PortForwardingService_FieldTerminalPath) Get(source *PortForwardingService) (values []interface{})
Get returns all values pointed by specific field from source PortForwardingService
func (*PortForwardingService_FieldTerminalPath) GetDefault ¶
func (fp *PortForwardingService_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PortForwardingService_FieldTerminalPath) GetRaw ¶
func (fp *PortForwardingService_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PortForwardingService_FieldTerminalPath) GetSingle ¶
func (fp *PortForwardingService_FieldTerminalPath) GetSingle(source *PortForwardingService) (interface{}, bool)
GetSingle returns value pointed by specific field of from source PortForwardingService
func (*PortForwardingService_FieldTerminalPath) GetSingleRaw ¶
func (fp *PortForwardingService_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PortForwardingService_FieldTerminalPath) IsLeaf ¶
func (fp *PortForwardingService_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PortForwardingService_FieldTerminalPath) JSONString ¶
func (fp *PortForwardingService_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PortForwardingService_FieldTerminalPath) Selector ¶
func (fp *PortForwardingService_FieldTerminalPath) Selector() PortForwardingService_FieldPathSelector
func (*PortForwardingService_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.1.17
func (fp *PortForwardingService_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*PortForwardingService_FieldTerminalPath) String ¶
func (fp *PortForwardingService_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PortForwardingService_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PortForwardingService_FieldTerminalPath) WithIArrayItemValue(value interface{}) PortForwardingService_FieldPathArrayItemValue
func (*PortForwardingService_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PortForwardingService_FieldTerminalPath) WithIArrayOfValues(values interface{}) PortForwardingService_FieldPathArrayOfValues
func (*PortForwardingService_FieldTerminalPath) WithIValue ¶
func (fp *PortForwardingService_FieldTerminalPath) WithIValue(value interface{}) PortForwardingService_FieldPathValue
func (*PortForwardingService_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PortForwardingService_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PortForwardingService_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PortForwardingService_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PortForwardingService_FieldTerminalPath) WithRawIValue ¶
func (fp *PortForwardingService_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PortForwardingService_FieldTerminalPathArrayItemValue ¶
type PortForwardingService_FieldTerminalPathArrayItemValue struct { PortForwardingService_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingService_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) ContainsValue(source *PortForwardingService) bool
Contains returns a boolean indicating if value that is being held is present in given 'PortForwardingService'
func (*PortForwardingService_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object PortForwardingService as interface{}
func (*PortForwardingService_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) GetSingle(source *PortForwardingService) (interface{}, bool)
func (*PortForwardingService_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PortForwardingService_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PortForwardingService_FieldTerminalPathArrayOfValues ¶
type PortForwardingService_FieldTerminalPathArrayOfValues struct { PortForwardingService_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingService_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*PortForwardingService_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*PortForwardingService_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*PortForwardingService_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*PortForwardingService_Spec, bool)
func (*PortForwardingService_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*PortForwardingService_Status, bool)
func (*PortForwardingService_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PortForwardingService_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PortForwardingService_FieldTerminalPathValue ¶
type PortForwardingService_FieldTerminalPathValue struct { PortForwardingService_FieldTerminalPath // contains filtered or unexported fields }
func (*PortForwardingService_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*PortForwardingService_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*PortForwardingService_FieldTerminalPathValue) AsNameValue ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*PortForwardingService_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) AsSpecValue() (*PortForwardingService_Spec, bool)
func (*PortForwardingService_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) AsStatusValue() (*PortForwardingService_Status, bool)
func (*PortForwardingService_FieldTerminalPathValue) CompareWith ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) CompareWith(source *PortForwardingService) (int, bool)
CompareWith compares value in the 'PortForwardingService_FieldTerminalPathValue' with the value under path in 'PortForwardingService'.
func (*PortForwardingService_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PortForwardingService_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'PortForwardingService' as interface{}
func (*PortForwardingService_FieldTerminalPathValue) SetTo ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) SetTo(target **PortForwardingService)
SetTo stores value for selected field for object PortForwardingService
func (*PortForwardingService_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PortForwardingService_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PortForwardingService_Spec ¶
type PortForwardingService_Spec struct { // The target addresses sessions should be redirected to. Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty" firestore:"addresses"` // How traffic is load balanced when there's two or more // providers are available for the service. ProviderLoadBalancingMode PortForwardingService_Spec_LoadBalancingMode `` /* 246-byte string literal not displayed */ // How traffic is load balanced when there's two or more // IP addresses are available for the service in a provider. TargetLoadBalancingMode PortForwardingService_Spec_LoadBalancingMode `` /* 238-byte string literal not displayed */ // Temporary disabling the portforwarding. // Note that changing this value won't close ongoing port // forwarding sessions. Disabled bool `protobuf:"varint,5,opt,name=disabled,proto3" json:"disabled,omitempty" firestore:"disabled"` // Custom access points for clients to connect to. // When not set, clients will use default access points. // PLACEHOLDER: NOT IMPLEMENTED AccessPoints []*access_point.Name `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
The addresses that requests will be redirected to. For TCP connections use `tcp://<IP>:<PORT>` format.
func (*PortForwardingService_Spec) Clone ¶
func (o *PortForwardingService_Spec) Clone() *PortForwardingService_Spec
func (*PortForwardingService_Spec) CloneRaw ¶
func (o *PortForwardingService_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*PortForwardingService_Spec) Descriptor ¶
func (*PortForwardingService_Spec) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingService_Spec.ProtoReflect.Descriptor instead.
func (*PortForwardingService_Spec) GetAccessPoints ¶
func (m *PortForwardingService_Spec) GetAccessPoints() []*access_point.Name
func (*PortForwardingService_Spec) GetAddresses ¶
func (m *PortForwardingService_Spec) GetAddresses() []string
func (*PortForwardingService_Spec) GetDisabled ¶
func (m *PortForwardingService_Spec) GetDisabled() bool
func (*PortForwardingService_Spec) GetProviderLoadBalancingMode ¶
func (m *PortForwardingService_Spec) GetProviderLoadBalancingMode() PortForwardingService_Spec_LoadBalancingMode
func (*PortForwardingService_Spec) GetTargetLoadBalancingMode ¶
func (m *PortForwardingService_Spec) GetTargetLoadBalancingMode() PortForwardingService_Spec_LoadBalancingMode
func (*PortForwardingService_Spec) GotenMessage ¶
func (*PortForwardingService_Spec) GotenMessage()
func (*PortForwardingService_Spec) GotenObjectExt ¶
func (o *PortForwardingService_Spec) GotenObjectExt()
func (*PortForwardingService_Spec) GotenValidate ¶
func (obj *PortForwardingService_Spec) GotenValidate() error
func (*PortForwardingService_Spec) MakeDiffFieldMask ¶
func (o *PortForwardingService_Spec) MakeDiffFieldMask(other *PortForwardingService_Spec) *PortForwardingService_Spec_FieldMask
func (*PortForwardingService_Spec) MakeFullFieldMask ¶
func (o *PortForwardingService_Spec) MakeFullFieldMask() *PortForwardingService_Spec_FieldMask
func (*PortForwardingService_Spec) MakeRawDiffFieldMask ¶
func (o *PortForwardingService_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*PortForwardingService_Spec) MakeRawFullFieldMask ¶
func (o *PortForwardingService_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*PortForwardingService_Spec) Marshal ¶
func (m *PortForwardingService_Spec) Marshal() ([]byte, error)
func (*PortForwardingService_Spec) MarshalJSON ¶
func (m *PortForwardingService_Spec) MarshalJSON() ([]byte, error)
func (*PortForwardingService_Spec) Merge ¶
func (o *PortForwardingService_Spec) Merge(source *PortForwardingService_Spec)
func (*PortForwardingService_Spec) MergeRaw ¶
func (o *PortForwardingService_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*PortForwardingService_Spec) ProtoMessage ¶
func (*PortForwardingService_Spec) ProtoMessage()
func (*PortForwardingService_Spec) ProtoReflect ¶
func (m *PortForwardingService_Spec) ProtoReflect() preflect.Message
func (*PortForwardingService_Spec) Reset ¶
func (m *PortForwardingService_Spec) Reset()
func (*PortForwardingService_Spec) SetAccessPoints ¶
func (m *PortForwardingService_Spec) SetAccessPoints(fv []*access_point.Name)
func (*PortForwardingService_Spec) SetAddresses ¶
func (m *PortForwardingService_Spec) SetAddresses(fv []string)
func (*PortForwardingService_Spec) SetDisabled ¶
func (m *PortForwardingService_Spec) SetDisabled(fv bool)
func (*PortForwardingService_Spec) SetProviderLoadBalancingMode ¶
func (m *PortForwardingService_Spec) SetProviderLoadBalancingMode(fv PortForwardingService_Spec_LoadBalancingMode)
func (*PortForwardingService_Spec) SetTargetLoadBalancingMode ¶
func (m *PortForwardingService_Spec) SetTargetLoadBalancingMode(fv PortForwardingService_Spec_LoadBalancingMode)
func (*PortForwardingService_Spec) String ¶
func (m *PortForwardingService_Spec) String() string
func (*PortForwardingService_Spec) Unmarshal ¶
func (m *PortForwardingService_Spec) Unmarshal(b []byte) error
func (*PortForwardingService_Spec) UnmarshalJSON ¶
func (m *PortForwardingService_Spec) UnmarshalJSON(data []byte) error
type PortForwardingService_SpecPathSelectorAccessPoints ¶
type PortForwardingService_SpecPathSelectorAccessPoints struct{}
func (PortForwardingService_SpecPathSelectorAccessPoints) WithArrayOfValues ¶
func (s PortForwardingService_SpecPathSelectorAccessPoints) WithArrayOfValues(values [][]*access_point.Name) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
func (PortForwardingService_SpecPathSelectorAccessPoints) WithItemValue ¶
func (s PortForwardingService_SpecPathSelectorAccessPoints) WithItemValue(value *access_point.Name) *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue
func (PortForwardingService_SpecPathSelectorAccessPoints) WithValue ¶
func (s PortForwardingService_SpecPathSelectorAccessPoints) WithValue(value []*access_point.Name) *PortForwardingServiceSpec_FieldTerminalPathValue
type PortForwardingService_SpecPathSelectorAddresses ¶
type PortForwardingService_SpecPathSelectorAddresses struct{}
func (PortForwardingService_SpecPathSelectorAddresses) WithArrayOfValues ¶
func (s PortForwardingService_SpecPathSelectorAddresses) WithArrayOfValues(values [][]string) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
func (PortForwardingService_SpecPathSelectorAddresses) WithItemValue ¶
func (s PortForwardingService_SpecPathSelectorAddresses) WithItemValue(value string) *PortForwardingServiceSpec_FieldTerminalPathArrayItemValue
func (PortForwardingService_SpecPathSelectorAddresses) WithValue ¶
func (s PortForwardingService_SpecPathSelectorAddresses) WithValue(value []string) *PortForwardingServiceSpec_FieldTerminalPathValue
type PortForwardingService_SpecPathSelectorDisabled ¶
type PortForwardingService_SpecPathSelectorDisabled struct{}
func (PortForwardingService_SpecPathSelectorDisabled) WithArrayOfValues ¶
func (s PortForwardingService_SpecPathSelectorDisabled) WithArrayOfValues(values []bool) *PortForwardingServiceSpec_FieldTerminalPathArrayOfValues
func (PortForwardingService_SpecPathSelectorDisabled) WithValue ¶
func (s PortForwardingService_SpecPathSelectorDisabled) WithValue(value bool) *PortForwardingServiceSpec_FieldTerminalPathValue
type PortForwardingService_SpecPathSelectorProviderLoadBalancingMode ¶
type PortForwardingService_SpecPathSelectorProviderLoadBalancingMode struct{}
func (PortForwardingService_SpecPathSelectorProviderLoadBalancingMode) WithArrayOfValues ¶
type PortForwardingService_SpecPathSelectorTargetLoadBalancingMode ¶
type PortForwardingService_SpecPathSelectorTargetLoadBalancingMode struct{}
func (PortForwardingService_SpecPathSelectorTargetLoadBalancingMode) WithArrayOfValues ¶
type PortForwardingService_Spec_FieldMask ¶
type PortForwardingService_Spec_FieldMask struct {
Paths []PortForwardingServiceSpec_FieldPath
}
func FullPortForwardingService_Spec_FieldMask ¶
func FullPortForwardingService_Spec_FieldMask() *PortForwardingService_Spec_FieldMask
func (*PortForwardingService_Spec_FieldMask) AppendPath ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) AppendPath(path PortForwardingServiceSpec_FieldPath)
func (*PortForwardingService_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*PortForwardingService_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*PortForwardingService_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*PortForwardingService_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) FilterInputFields() *PortForwardingService_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*PortForwardingService_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*PortForwardingService_Spec_FieldMask) GetPaths ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) GetPaths() []PortForwardingServiceSpec_FieldPath
func (*PortForwardingService_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*PortForwardingService_Spec_FieldMask) IsFull ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) IsFull() bool
func (PortForwardingService_Spec_FieldMask) Marshal ¶
func (fieldMask PortForwardingService_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (PortForwardingService_Spec_FieldMask) MarshalJSON ¶
func (fieldMask PortForwardingService_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*PortForwardingService_Spec_FieldMask) PathsCount ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) PathsCount() int
func (*PortForwardingService_Spec_FieldMask) Project ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) Project(source *PortForwardingService_Spec) *PortForwardingService_Spec
func (*PortForwardingService_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*PortForwardingService_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) ProtoMessage()
func (*PortForwardingService_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) ProtoReflect() preflect.Message
func (*PortForwardingService_Spec_FieldMask) Reset ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) Reset()
func (*PortForwardingService_Spec_FieldMask) Set ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) Set(target, source *PortForwardingService_Spec)
func (*PortForwardingService_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*PortForwardingService_Spec_FieldMask) SetRaw ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*PortForwardingService_Spec_FieldMask) Size ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) Size() int
func (*PortForwardingService_Spec_FieldMask) String ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) String() string
func (*PortForwardingService_Spec_FieldMask) Subtract ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) Subtract(other *PortForwardingService_Spec_FieldMask) *PortForwardingService_Spec_FieldMask
func (*PortForwardingService_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*PortForwardingService_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*PortForwardingService_Spec_FieldMask) Unmarshal ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) Unmarshal(data []byte) error
func (*PortForwardingService_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *PortForwardingService_Spec_FieldMask) UnmarshalJSON(data []byte) error
type PortForwardingService_Spec_LoadBalancingMode ¶
type PortForwardingService_Spec_LoadBalancingMode int32
const ( // Same as ROUND_ROBIN PortForwardingService_Spec_PROVIDER_LOAD_BALANCING_MODE_UNSPECIFIED PortForwardingService_Spec_LoadBalancingMode = 0 // No load balancing happens. Returns an error immediately when the first // candidate fails. PortForwardingService_Spec_FAIL_FAST PortForwardingService_Spec_LoadBalancingMode = 1 // Picks up candidate one by one in order. PortForwardingService_Spec_ROUND_ROBIN PortForwardingService_Spec_LoadBalancingMode = 2 // Picks up the candidate that has least sessions. PortForwardingService_Spec_LEAST_SESSIONS PortForwardingService_Spec_LoadBalancingMode = 3 // Picks up a candidate based on the consumer's parameters. PortForwardingService_Spec_HASH PortForwardingService_Spec_LoadBalancingMode = 4 )
func (PortForwardingService_Spec_LoadBalancingMode) Descriptor ¶
func (PortForwardingService_Spec_LoadBalancingMode) Descriptor() preflect.EnumDescriptor
func (PortForwardingService_Spec_LoadBalancingMode) EnumDescriptor ¶
func (PortForwardingService_Spec_LoadBalancingMode) EnumDescriptor() ([]byte, []int)
Deprecated, Use PortForwardingService_Spec_LoadBalancingMode.ProtoReflect.Descriptor instead.
func (PortForwardingService_Spec_LoadBalancingMode) Number ¶
func (x PortForwardingService_Spec_LoadBalancingMode) Number() preflect.EnumNumber
func (PortForwardingService_Spec_LoadBalancingMode) String ¶
func (x PortForwardingService_Spec_LoadBalancingMode) String() string
func (PortForwardingService_Spec_LoadBalancingMode) Type ¶
func (PortForwardingService_Spec_LoadBalancingMode) Type() preflect.EnumType
type PortForwardingService_Status ¶
type PortForwardingService_Status struct {
// contains filtered or unexported fields
}
func (*PortForwardingService_Status) Clone ¶
func (o *PortForwardingService_Status) Clone() *PortForwardingService_Status
func (*PortForwardingService_Status) CloneRaw ¶
func (o *PortForwardingService_Status) CloneRaw() gotenobject.GotenObjectExt
func (*PortForwardingService_Status) Descriptor ¶
func (*PortForwardingService_Status) Descriptor() ([]byte, []int)
Deprecated, Use PortForwardingService_Status.ProtoReflect.Descriptor instead.
func (*PortForwardingService_Status) GotenMessage ¶
func (*PortForwardingService_Status) GotenMessage()
func (*PortForwardingService_Status) GotenObjectExt ¶
func (o *PortForwardingService_Status) GotenObjectExt()
func (*PortForwardingService_Status) GotenValidate ¶
func (obj *PortForwardingService_Status) GotenValidate() error
func (*PortForwardingService_Status) MakeDiffFieldMask ¶
func (o *PortForwardingService_Status) MakeDiffFieldMask(other *PortForwardingService_Status) *PortForwardingService_Status_FieldMask
func (*PortForwardingService_Status) MakeFullFieldMask ¶
func (o *PortForwardingService_Status) MakeFullFieldMask() *PortForwardingService_Status_FieldMask
func (*PortForwardingService_Status) MakeRawDiffFieldMask ¶
func (o *PortForwardingService_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*PortForwardingService_Status) MakeRawFullFieldMask ¶
func (o *PortForwardingService_Status) MakeRawFullFieldMask() gotenobject.FieldMask
func (*PortForwardingService_Status) Marshal ¶
func (m *PortForwardingService_Status) Marshal() ([]byte, error)
func (*PortForwardingService_Status) MarshalJSON ¶
func (m *PortForwardingService_Status) MarshalJSON() ([]byte, error)
func (*PortForwardingService_Status) Merge ¶
func (o *PortForwardingService_Status) Merge(source *PortForwardingService_Status)
func (*PortForwardingService_Status) MergeRaw ¶
func (o *PortForwardingService_Status) MergeRaw(source gotenobject.GotenObjectExt)
func (*PortForwardingService_Status) ProtoMessage ¶
func (*PortForwardingService_Status) ProtoMessage()
func (*PortForwardingService_Status) ProtoReflect ¶
func (m *PortForwardingService_Status) ProtoReflect() preflect.Message
func (*PortForwardingService_Status) Reset ¶
func (m *PortForwardingService_Status) Reset()
func (*PortForwardingService_Status) String ¶
func (m *PortForwardingService_Status) String() string
func (*PortForwardingService_Status) Unmarshal ¶
func (m *PortForwardingService_Status) Unmarshal(b []byte) error
func (*PortForwardingService_Status) UnmarshalJSON ¶
func (m *PortForwardingService_Status) UnmarshalJSON(data []byte) error
type PortForwardingService_Status_FieldMask ¶
type PortForwardingService_Status_FieldMask struct {
Paths []PortForwardingServiceStatus_FieldPath
}
func FullPortForwardingService_Status_FieldMask ¶
func FullPortForwardingService_Status_FieldMask() *PortForwardingService_Status_FieldMask
func (*PortForwardingService_Status_FieldMask) AppendPath ¶
func (fieldMask *PortForwardingService_Status_FieldMask) AppendPath(path PortForwardingServiceStatus_FieldPath)
func (*PortForwardingService_Status_FieldMask) AppendRawPath ¶
func (fieldMask *PortForwardingService_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*PortForwardingService_Status_FieldMask) DecodeFirestore ¶
func (fieldMask *PortForwardingService_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*PortForwardingService_Status_FieldMask) EncodeFirestore ¶
func (fieldMask *PortForwardingService_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*PortForwardingService_Status_FieldMask) FilterInputFields ¶
func (fieldMask *PortForwardingService_Status_FieldMask) FilterInputFields() *PortForwardingService_Status_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*PortForwardingService_Status_FieldMask) FromProtoFieldMask ¶
func (fieldMask *PortForwardingService_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*PortForwardingService_Status_FieldMask) GetPaths ¶
func (fieldMask *PortForwardingService_Status_FieldMask) GetPaths() []PortForwardingServiceStatus_FieldPath
func (*PortForwardingService_Status_FieldMask) GetRawPaths ¶
func (fieldMask *PortForwardingService_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*PortForwardingService_Status_FieldMask) IsFull ¶
func (fieldMask *PortForwardingService_Status_FieldMask) IsFull() bool
func (PortForwardingService_Status_FieldMask) Marshal ¶
func (fieldMask PortForwardingService_Status_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (PortForwardingService_Status_FieldMask) MarshalJSON ¶
func (fieldMask PortForwardingService_Status_FieldMask) MarshalJSON() ([]byte, error)
func (*PortForwardingService_Status_FieldMask) PathsCount ¶
func (fieldMask *PortForwardingService_Status_FieldMask) PathsCount() int
func (*PortForwardingService_Status_FieldMask) Project ¶
func (fieldMask *PortForwardingService_Status_FieldMask) Project(source *PortForwardingService_Status) *PortForwardingService_Status
func (*PortForwardingService_Status_FieldMask) ProjectRaw ¶
func (fieldMask *PortForwardingService_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*PortForwardingService_Status_FieldMask) ProtoMessage ¶
func (fieldMask *PortForwardingService_Status_FieldMask) ProtoMessage()
func (*PortForwardingService_Status_FieldMask) ProtoReflect ¶
func (fieldMask *PortForwardingService_Status_FieldMask) ProtoReflect() preflect.Message
func (*PortForwardingService_Status_FieldMask) Reset ¶
func (fieldMask *PortForwardingService_Status_FieldMask) Reset()
func (*PortForwardingService_Status_FieldMask) Set ¶
func (fieldMask *PortForwardingService_Status_FieldMask) Set(target, source *PortForwardingService_Status)
func (*PortForwardingService_Status_FieldMask) SetFromCliFlag ¶
func (fieldMask *PortForwardingService_Status_FieldMask) SetFromCliFlag(raw string) error
func (*PortForwardingService_Status_FieldMask) SetRaw ¶
func (fieldMask *PortForwardingService_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*PortForwardingService_Status_FieldMask) Size ¶
func (fieldMask *PortForwardingService_Status_FieldMask) Size() int
func (*PortForwardingService_Status_FieldMask) String ¶
func (fieldMask *PortForwardingService_Status_FieldMask) String() string
func (*PortForwardingService_Status_FieldMask) Subtract ¶
func (fieldMask *PortForwardingService_Status_FieldMask) Subtract(other *PortForwardingService_Status_FieldMask) *PortForwardingService_Status_FieldMask
func (*PortForwardingService_Status_FieldMask) SubtractRaw ¶
func (fieldMask *PortForwardingService_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*PortForwardingService_Status_FieldMask) ToProtoFieldMask ¶
func (fieldMask *PortForwardingService_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*PortForwardingService_Status_FieldMask) Unmarshal ¶
func (fieldMask *PortForwardingService_Status_FieldMask) Unmarshal(data []byte) error
func (*PortForwardingService_Status_FieldMask) UnmarshalJSON ¶
func (fieldMask *PortForwardingService_Status_FieldMask) UnmarshalJSON(data []byte) error
type QueryResultChange ¶
type QueryResultChange struct { Changes []*PortForwardingServiceChange PrevPageCursor *PagerCursor NextPageCursor *PagerCursor ResumeToken string IsCurrent bool IsHardReset bool IsSoftReset bool SnapshotSize int64 }
func (*QueryResultChange) GetIsCurrent ¶
func (qr *QueryResultChange) GetIsCurrent() bool
func (*QueryResultChange) GetIsHardReset ¶
func (qr *QueryResultChange) GetIsHardReset() bool
func (*QueryResultChange) GetIsSoftReset ¶
func (qr *QueryResultChange) GetIsSoftReset() bool
func (*QueryResultChange) GetNextPageCursor ¶
func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultChange) GetPrevPageCursor ¶
func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultChange) GetResults ¶
func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
func (*QueryResultChange) GetResumeToken ¶
func (qr *QueryResultChange) GetResumeToken() string
func (*QueryResultChange) GetSnapshotSize ¶
func (qr *QueryResultChange) GetSnapshotSize() int64
func (*QueryResultChange) SetCursors ¶
func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultChange) SetIsCurrent ¶
func (qr *QueryResultChange) SetIsCurrent()
func (*QueryResultChange) SetIsHardReset ¶
func (qr *QueryResultChange) SetIsHardReset()
func (*QueryResultChange) SetIsSoftReset ¶
func (qr *QueryResultChange) SetIsSoftReset()
func (*QueryResultChange) SetResults ¶
func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
func (*QueryResultChange) SetResumeToken ¶
func (qr *QueryResultChange) SetResumeToken(token string)
func (*QueryResultChange) SetSnapshotSize ¶
func (qr *QueryResultChange) SetSnapshotSize(size int64)
type QueryResultSnapshot ¶
type QueryResultSnapshot struct { PortForwardingServices []*PortForwardingService PrevPageCursor *PagerCursor NextPageCursor *PagerCursor }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, portForwardingService *PortForwardingService) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetIParentName ¶ added in v0.1.17
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶ added in v0.1.17
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
func (*Reference) GetIdParts ¶
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) GetPortForwardingService ¶
func (ref *Reference) GetPortForwardingService() *PortForwardingService
func (*Reference) GetRawResource ¶
func (ref *Reference) GetRawResource() gotenresource.Resource
func (*Reference) GetResourceDescriptor ¶
func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
func (*Reference) GetSegments ¶
func (ref *Reference) GetSegments() gotenresource.NameSegments
func (*Reference) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Reference) IsFullyQualified ¶
func (*Reference) IsSpecified ¶
func (*Reference) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Reference) ParseProtoString ¶
func (*Reference) ProtoString ¶
func (*Reference) Resolve ¶
func (ref *Reference) Resolve(resolved *PortForwardingService)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string StartingTime *timestamppb.Timestamp }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetStartingTime ¶ added in v0.1.20
func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetStartingTime ¶ added in v0.1.20
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶ added in v0.1.7
func (q *WatchQuery) String() string
Source Files ¶
- port_forwarding_service.pb.access.go
- port_forwarding_service.pb.collections.go
- port_forwarding_service.pb.descriptor.go
- port_forwarding_service.pb.fieldmask.go
- port_forwarding_service.pb.fieldpath.go
- port_forwarding_service.pb.fieldpathbuilder.go
- port_forwarding_service.pb.filter.go
- port_forwarding_service.pb.filterbuilder.go
- port_forwarding_service.pb.go
- port_forwarding_service.pb.name.go
- port_forwarding_service.pb.namebuilder.go
- port_forwarding_service.pb.object_ext.go
- port_forwarding_service.pb.pagination.go
- port_forwarding_service.pb.parentname.go
- port_forwarding_service.pb.query.go
- port_forwarding_service.pb.validate.go
- port_forwarding_service.pb.view.go
- port_forwarding_service_change.pb.change.go
- port_forwarding_service_change.pb.go
- port_forwarding_service_change.pb.validate.go