Documentation ¶
Index ¶
- type AdminAreaServiceClient
- type BatchGetAdminAreasRequest
- func (o *BatchGetAdminAreasRequest) Clone() *BatchGetAdminAreasRequest
- func (o *BatchGetAdminAreasRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetAdminAreasRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetAdminAreasRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
- func (m *BatchGetAdminAreasRequest) GetNames() []*admin_area.Reference
- func (m *BatchGetAdminAreasRequest) GetParent() *admin_area.Reference
- func (m *BatchGetAdminAreasRequest) GetView() view.View
- func (*BatchGetAdminAreasRequest) GotenMessage()
- func (o *BatchGetAdminAreasRequest) GotenObjectExt()
- func (obj *BatchGetAdminAreasRequest) GotenValidate() error
- func (o *BatchGetAdminAreasRequest) MakeDiffFieldMask(other *BatchGetAdminAreasRequest) *BatchGetAdminAreasRequest_FieldMask
- func (o *BatchGetAdminAreasRequest) MakeFullFieldMask() *BatchGetAdminAreasRequest_FieldMask
- func (o *BatchGetAdminAreasRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetAdminAreasRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetAdminAreasRequest) Marshal() ([]byte, error)
- func (m *BatchGetAdminAreasRequest) MarshalJSON() ([]byte, error)
- func (o *BatchGetAdminAreasRequest) Merge(source *BatchGetAdminAreasRequest)
- func (o *BatchGetAdminAreasRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetAdminAreasRequest) ProtoMessage()
- func (m *BatchGetAdminAreasRequest) ProtoReflect() preflect.Message
- func (m *BatchGetAdminAreasRequest) Reset()
- func (m *BatchGetAdminAreasRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
- func (m *BatchGetAdminAreasRequest) SetNames(fv []*admin_area.Reference)
- func (m *BatchGetAdminAreasRequest) SetParent(fv *admin_area.Reference)
- func (m *BatchGetAdminAreasRequest) SetView(fv view.View)
- func (m *BatchGetAdminAreasRequest) String() string
- func (m *BatchGetAdminAreasRequest) Unmarshal(b []byte) error
- func (m *BatchGetAdminAreasRequest) UnmarshalJSON(data []byte) error
- type BatchGetAdminAreasRequestFieldPathBuilder
- func (BatchGetAdminAreasRequestFieldPathBuilder) FieldMask() BatchGetAdminAreasRequestPathSelectorFieldMask
- func (BatchGetAdminAreasRequestFieldPathBuilder) Names() BatchGetAdminAreasRequestPathSelectorNames
- func (BatchGetAdminAreasRequestFieldPathBuilder) Parent() BatchGetAdminAreasRequestPathSelectorParent
- func (BatchGetAdminAreasRequestFieldPathBuilder) View() BatchGetAdminAreasRequestPathSelectorView
- type BatchGetAdminAreasRequestPathSelectorFieldMask
- func (BatchGetAdminAreasRequestPathSelectorFieldMask) FieldPath() *BatchGetAdminAreasRequest_FieldTerminalPath
- func (s BatchGetAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetAdminAreasRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *BatchGetAdminAreasRequest_FieldTerminalPathValue
- type BatchGetAdminAreasRequestPathSelectorNames
- func (BatchGetAdminAreasRequestPathSelectorNames) FieldPath() *BatchGetAdminAreasRequest_FieldTerminalPath
- func (s BatchGetAdminAreasRequestPathSelectorNames) WithArrayOfValues(values [][]*admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetAdminAreasRequestPathSelectorNames) WithItemValue(value *admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue
- func (s BatchGetAdminAreasRequestPathSelectorNames) WithValue(value []*admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathValue
- type BatchGetAdminAreasRequestPathSelectorParent
- func (BatchGetAdminAreasRequestPathSelectorParent) FieldPath() *BatchGetAdminAreasRequest_FieldTerminalPath
- func (s BatchGetAdminAreasRequestPathSelectorParent) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetAdminAreasRequestPathSelectorParent) WithValue(value *admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathValue
- type BatchGetAdminAreasRequestPathSelectorView
- func (BatchGetAdminAreasRequestPathSelectorView) FieldPath() *BatchGetAdminAreasRequest_FieldTerminalPath
- func (s BatchGetAdminAreasRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetAdminAreasRequestPathSelectorView) WithValue(value view.View) *BatchGetAdminAreasRequest_FieldTerminalPathValue
- type BatchGetAdminAreasRequest_FieldMask
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) AppendPath(path BatchGetAdminAreasRequest_FieldPath)
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) FilterInputFields() *BatchGetAdminAreasRequest_FieldMask
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) GetPaths() []BatchGetAdminAreasRequest_FieldPath
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) IsFull() bool
- func (fieldMask BatchGetAdminAreasRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetAdminAreasRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) PathsCount() int
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Project(source *BatchGetAdminAreasRequest) *BatchGetAdminAreasRequest
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Reset()
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Set(target, source *BatchGetAdminAreasRequest)
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Size() int
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) String() string
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Subtract(other *BatchGetAdminAreasRequest_FieldMask) *BatchGetAdminAreasRequest_FieldMask
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetAdminAreasRequest_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetAdminAreasRequest_FieldPath
- func BuildBatchGetAdminAreasRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetAdminAreasRequest_FieldPath, error)
- func MustParseBatchGetAdminAreasRequest_FieldPath(rawField string) BatchGetAdminAreasRequest_FieldPath
- func ParseBatchGetAdminAreasRequest_FieldPath(rawField string) (BatchGetAdminAreasRequest_FieldPath, error)
- type BatchGetAdminAreasRequest_FieldPathArrayItemValue
- type BatchGetAdminAreasRequest_FieldPathArrayOfValues
- type BatchGetAdminAreasRequest_FieldPathSelector
- type BatchGetAdminAreasRequest_FieldPathValue
- type BatchGetAdminAreasRequest_FieldTerminalPath
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) ClearValue(item *BatchGetAdminAreasRequest)
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) Get(source *BatchGetAdminAreasRequest) (values []interface{})
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetSingle(source *BatchGetAdminAreasRequest) (interface{}, bool)
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) JSONString() string
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) Selector() BatchGetAdminAreasRequest_FieldPathSelector
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) String() string
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetAdminAreasRequest_FieldPathArrayItemValue
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetAdminAreasRequest_FieldPathArrayOfValues
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetAdminAreasRequest_FieldPathValue
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*admin_area.Reference, bool)
- func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetAdminAreasRequest) bool
- func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetAdminAreasRequest) (interface{}, bool)
- func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
- func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*admin_area.Reference, bool)
- func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*admin_area.Reference, bool)
- func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetAdminAreasRequest_FieldTerminalPathValue
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsNamesValue() ([]*admin_area.Reference, bool)
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsParentValue() (*admin_area.Reference, bool)
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWith(source *BatchGetAdminAreasRequest) (int, bool)
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) SetTo(target **BatchGetAdminAreasRequest)
- func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetAdminAreasResponse
- func (o *BatchGetAdminAreasResponse) Clone() *BatchGetAdminAreasResponse
- func (o *BatchGetAdminAreasResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetAdminAreasResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetAdminAreasResponse) GetAdminAreas() []*admin_area.AdminArea
- func (m *BatchGetAdminAreasResponse) GetMissing() []*admin_area.Reference
- func (*BatchGetAdminAreasResponse) GotenMessage()
- func (o *BatchGetAdminAreasResponse) GotenObjectExt()
- func (obj *BatchGetAdminAreasResponse) GotenValidate() error
- func (o *BatchGetAdminAreasResponse) MakeDiffFieldMask(other *BatchGetAdminAreasResponse) *BatchGetAdminAreasResponse_FieldMask
- func (o *BatchGetAdminAreasResponse) MakeFullFieldMask() *BatchGetAdminAreasResponse_FieldMask
- func (o *BatchGetAdminAreasResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetAdminAreasResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetAdminAreasResponse) Marshal() ([]byte, error)
- func (m *BatchGetAdminAreasResponse) MarshalJSON() ([]byte, error)
- func (o *BatchGetAdminAreasResponse) Merge(source *BatchGetAdminAreasResponse)
- func (o *BatchGetAdminAreasResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetAdminAreasResponse) ProtoMessage()
- func (m *BatchGetAdminAreasResponse) ProtoReflect() preflect.Message
- func (m *BatchGetAdminAreasResponse) Reset()
- func (m *BatchGetAdminAreasResponse) SetAdminAreas(fv []*admin_area.AdminArea)
- func (m *BatchGetAdminAreasResponse) SetMissing(fv []*admin_area.Reference)
- func (m *BatchGetAdminAreasResponse) String() string
- func (m *BatchGetAdminAreasResponse) Unmarshal(b []byte) error
- func (m *BatchGetAdminAreasResponse) UnmarshalJSON(data []byte) error
- type BatchGetAdminAreasResponseFieldPathBuilder
- type BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []int64) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue(value int64) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreas
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) DisplayName() BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) FieldPath() *BatchGetAdminAreasResponse_FieldTerminalPath
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Geometry() BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Hierarchy() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) LabelGeometry() BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) LocalLanguageNames() BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Metadata() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Name() BatchGetAdminAreasResponsePathSelectorAdminAreasName
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Type() BatchGetAdminAreasResponsePathSelectorAdminAreasType
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues(values [][]*admin_area.AdminArea) *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithItemValue(value *admin_area.AdminArea) *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubPath(subPath admin_area.AdminArea_FieldPath) *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *BatchGetAdminAreasResponse_FieldSubPathValue
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithValue(value []*admin_area.AdminArea) *BatchGetAdminAreasResponse_FieldTerminalPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) Bbox() BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) Center() BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues(values []*admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue(value *admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) NorthEast() BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) SouthWest() BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue(value *admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin1() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin2() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin3() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin4() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin5() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Continent() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Country() BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) WithValue(value *admin_area.AdminHierarchy) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) Bbox() BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) Center() BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue(value *admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) NorthEast() BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) SouthWest() BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue(value *admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []map[string]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithKey(key string) BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue(value map[string]string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Annotations() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) CreateTime() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Generation() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Labels() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) OwnerReferences() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) ResourceVersion() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Shards() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Syncing() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Tags() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) UpdateTime() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Uuid() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue(value *ntt_meta.Meta) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithKey(key string) BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue(value map[string]string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue(value int64) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithKey(key string) BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue(value map[string]string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) ApiVersion() ...
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Controller() ...
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Kind() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Name() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Uid() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithValue(value bool) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithKey(key string) BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue(value map[string]int64) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) OwningRegion() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) Regions() BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue(value string) *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue(value []string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues(values [][]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue(value string) *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue(value []string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasName
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasName) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues(values []*admin_area.Name) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithValue(value *admin_area.Name) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorAdminAreasType
- func (BatchGetAdminAreasResponsePathSelectorAdminAreasType) FieldPath() *BatchGetAdminAreasResponse_FieldSubPath
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues(values []admin_area.AdminArea_Type) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithValue(value admin_area.AdminArea_Type) *BatchGetAdminAreasResponse_FieldSubPathValue
- type BatchGetAdminAreasResponsePathSelectorMissing
- func (BatchGetAdminAreasResponsePathSelectorMissing) FieldPath() *BatchGetAdminAreasResponse_FieldTerminalPath
- func (s BatchGetAdminAreasResponsePathSelectorMissing) WithArrayOfValues(values [][]*admin_area.Reference) *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetAdminAreasResponsePathSelectorMissing) WithItemValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetAdminAreasResponsePathSelectorMissing) WithValue(value []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldTerminalPathValue
- type BatchGetAdminAreasResponse_FieldMask
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) AppendPath(path BatchGetAdminAreasResponse_FieldPath)
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) FilterInputFields() *BatchGetAdminAreasResponse_FieldMask
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) GetPaths() []BatchGetAdminAreasResponse_FieldPath
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) IsFull() bool
- func (fieldMask BatchGetAdminAreasResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetAdminAreasResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) PathsCount() int
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Project(source *BatchGetAdminAreasResponse) *BatchGetAdminAreasResponse
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Reset()
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Set(target, source *BatchGetAdminAreasResponse)
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Size() int
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) String() string
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Subtract(other *BatchGetAdminAreasResponse_FieldMask) *BatchGetAdminAreasResponse_FieldMask
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetAdminAreasResponse_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetAdminAreasResponse_FieldPath
- func BuildBatchGetAdminAreasResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetAdminAreasResponse_FieldPath, error)
- func MustParseBatchGetAdminAreasResponse_FieldPath(rawField string) BatchGetAdminAreasResponse_FieldPath
- func ParseBatchGetAdminAreasResponse_FieldPath(rawField string) (BatchGetAdminAreasResponse_FieldPath, error)
- type BatchGetAdminAreasResponse_FieldPathArrayItemValue
- type BatchGetAdminAreasResponse_FieldPathArrayOfValues
- type BatchGetAdminAreasResponse_FieldPathSelector
- type BatchGetAdminAreasResponse_FieldPathValue
- type BatchGetAdminAreasResponse_FieldSubPath
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) AsAdminAreasSubPath() (admin_area.AdminArea_FieldPath, bool)
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) ClearValue(item *BatchGetAdminAreasResponse)
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) Get(source *BatchGetAdminAreasResponse) (values []interface{})
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetDefault() interface{}
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetSingle(source *BatchGetAdminAreasResponse) (interface{}, bool)
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) IsLeaf() bool
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) JSONString() string
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) Selector() BatchGetAdminAreasResponse_FieldPathSelector
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) String() string
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetAdminAreasResponse_FieldPathArrayItemValue
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetAdminAreasResponse_FieldPathArrayOfValues
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithIValue(value interface{}) BatchGetAdminAreasResponse_FieldPathValue
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
- func (fpaivs *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) AsAdminAreasPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
- func (fpaivs *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetAdminAreasResponse) bool
- func (fpaivs *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
- type BatchGetAdminAreasResponse_FieldSubPathValue
- func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) AsAdminAreasPathValue() (admin_area.AdminArea_FieldPathValue, bool)
- func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) CompareWith(source *BatchGetAdminAreasResponse) (int, bool)
- func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) SetTo(target **BatchGetAdminAreasResponse)
- func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type BatchGetAdminAreasResponse_FieldTerminalPath
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) ClearValue(item *BatchGetAdminAreasResponse)
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) Get(source *BatchGetAdminAreasResponse) (values []interface{})
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetSingle(source *BatchGetAdminAreasResponse) (interface{}, bool)
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) JSONString() string
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) Selector() BatchGetAdminAreasResponse_FieldPathSelector
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) String() string
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetAdminAreasResponse_FieldPathArrayItemValue
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetAdminAreasResponse_FieldPathArrayOfValues
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetAdminAreasResponse_FieldPathValue
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreasItemValue() (*admin_area.AdminArea, bool)
- func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*admin_area.Reference, bool)
- func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetAdminAreasResponse) bool
- func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetAdminAreasResponse) (interface{}, bool)
- func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreasArrayOfValues() ([][]*admin_area.AdminArea, bool)
- func (fpaov *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*admin_area.Reference, bool)
- func (fpaov *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetAdminAreasResponse_FieldTerminalPathValue
- func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) AsAdminAreasValue() ([]*admin_area.AdminArea, bool)
- func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) AsMissingValue() ([]*admin_area.Reference, bool)
- func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWith(source *BatchGetAdminAreasResponse) (int, bool)
- func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) SetTo(target **BatchGetAdminAreasResponse)
- func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type CreateAdminAreaRequest
- func (o *CreateAdminAreaRequest) Clone() *CreateAdminAreaRequest
- func (o *CreateAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*CreateAdminAreaRequest) Descriptor() ([]byte, []int)
- func (m *CreateAdminAreaRequest) GetAdminArea() *admin_area.AdminArea
- func (*CreateAdminAreaRequest) GotenMessage()
- func (o *CreateAdminAreaRequest) GotenObjectExt()
- func (obj *CreateAdminAreaRequest) GotenValidate() error
- func (o *CreateAdminAreaRequest) MakeDiffFieldMask(other *CreateAdminAreaRequest) *CreateAdminAreaRequest_FieldMask
- func (o *CreateAdminAreaRequest) MakeFullFieldMask() *CreateAdminAreaRequest_FieldMask
- func (o *CreateAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *CreateAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *CreateAdminAreaRequest) Marshal() ([]byte, error)
- func (m *CreateAdminAreaRequest) MarshalJSON() ([]byte, error)
- func (o *CreateAdminAreaRequest) Merge(source *CreateAdminAreaRequest)
- func (o *CreateAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*CreateAdminAreaRequest) ProtoMessage()
- func (m *CreateAdminAreaRequest) ProtoReflect() preflect.Message
- func (m *CreateAdminAreaRequest) Reset()
- func (m *CreateAdminAreaRequest) SetAdminArea(fv *admin_area.AdminArea)
- func (m *CreateAdminAreaRequest) String() string
- func (m *CreateAdminAreaRequest) Unmarshal(b []byte) error
- func (m *CreateAdminAreaRequest) UnmarshalJSON(data []byte) error
- type CreateAdminAreaRequestFieldPathBuilder
- type CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []int64) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue(value int64) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminArea
- func (CreateAdminAreaRequestPathSelectorAdminArea) DisplayName() CreateAdminAreaRequestPathSelectorAdminAreaDisplayName
- func (CreateAdminAreaRequestPathSelectorAdminArea) FieldPath() *CreateAdminAreaRequest_FieldTerminalPath
- func (CreateAdminAreaRequestPathSelectorAdminArea) Geometry() CreateAdminAreaRequestPathSelectorAdminAreaGeometry
- func (CreateAdminAreaRequestPathSelectorAdminArea) Hierarchy() CreateAdminAreaRequestPathSelectorAdminAreaHierarchy
- func (CreateAdminAreaRequestPathSelectorAdminArea) LabelGeometry() CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry
- func (CreateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames() CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames
- func (CreateAdminAreaRequestPathSelectorAdminArea) Metadata() CreateAdminAreaRequestPathSelectorAdminAreaMetadata
- func (CreateAdminAreaRequestPathSelectorAdminArea) Name() CreateAdminAreaRequestPathSelectorAdminAreaName
- func (CreateAdminAreaRequestPathSelectorAdminArea) Type() CreateAdminAreaRequestPathSelectorAdminAreaType
- func (s CreateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues(values []*admin_area.AdminArea) *CreateAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubPath(subPath admin_area.AdminArea_FieldPath) *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminArea) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *CreateAdminAreaRequest_FieldSubPathValue
- func (s CreateAdminAreaRequestPathSelectorAdminArea) WithValue(value *admin_area.AdminArea) *CreateAdminAreaRequest_FieldTerminalPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaDisplayName
- func (CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaGeometry
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) Bbox() CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) Center() CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues(values []*admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue(value *admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) NorthEast() CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) SouthWest() CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue(value *admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter
- func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchy
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin1() CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin2() CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin3() CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin4() CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin5() CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Continent() CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Country() CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue(value *admin_area.AdminHierarchy) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry
- func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Bbox() CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Center() CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue(value *admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) NorthEast() CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) SouthWest() CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue(value *admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter
- func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames
- func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []map[string]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithKey(key string) CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames
- func (s CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue(value map[string]string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadata
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Annotations() CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) CreateTime() CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Generation() CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Labels() CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) OwnerReferences() CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) ResourceVersion() CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Shards() CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Syncing() CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Tags() CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) UpdateTime() CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Uuid() CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue(value *ntt_meta.Meta) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithKey(key string) CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue(value map[string]string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues(values []int64) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue(value int64) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithKey(key string) CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue(value map[string]string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) ApiVersion() CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Controller() CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Kind() CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Name() CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Uid() CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithValue(value bool) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithKey(key string) CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue(value map[string]int64) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) OwningRegion() CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) Regions() CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue(value string) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue(value []string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues(values [][]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue(value string) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue(value []string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid
- func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaName
- func (CreateAdminAreaRequestPathSelectorAdminAreaName) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues(values []*admin_area.Name) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaName) WithValue(value *admin_area.Name) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequestPathSelectorAdminAreaType
- func (CreateAdminAreaRequestPathSelectorAdminAreaType) FieldPath() *CreateAdminAreaRequest_FieldSubPath
- func (s CreateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues(values []admin_area.AdminArea_Type) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s CreateAdminAreaRequestPathSelectorAdminAreaType) WithValue(value admin_area.AdminArea_Type) *CreateAdminAreaRequest_FieldSubPathValue
- type CreateAdminAreaRequest_FieldMask
- func (fieldMask *CreateAdminAreaRequest_FieldMask) AppendPath(path CreateAdminAreaRequest_FieldPath)
- func (fieldMask *CreateAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *CreateAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *CreateAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *CreateAdminAreaRequest_FieldMask) FilterInputFields() *CreateAdminAreaRequest_FieldMask
- func (fieldMask *CreateAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *CreateAdminAreaRequest_FieldMask) GetPaths() []CreateAdminAreaRequest_FieldPath
- func (fieldMask *CreateAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *CreateAdminAreaRequest_FieldMask) IsFull() bool
- func (fieldMask CreateAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask CreateAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *CreateAdminAreaRequest_FieldMask) PathsCount() int
- func (fieldMask *CreateAdminAreaRequest_FieldMask) Project(source *CreateAdminAreaRequest) *CreateAdminAreaRequest
- func (fieldMask *CreateAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *CreateAdminAreaRequest_FieldMask) ProtoMessage()
- func (fieldMask *CreateAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *CreateAdminAreaRequest_FieldMask) Reset()
- func (fieldMask *CreateAdminAreaRequest_FieldMask) Set(target, source *CreateAdminAreaRequest)
- func (fieldMask *CreateAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *CreateAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *CreateAdminAreaRequest_FieldMask) Size() int
- func (fieldMask *CreateAdminAreaRequest_FieldMask) String() string
- func (fieldMask *CreateAdminAreaRequest_FieldMask) Subtract(other *CreateAdminAreaRequest_FieldMask) *CreateAdminAreaRequest_FieldMask
- func (fieldMask *CreateAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *CreateAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *CreateAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *CreateAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
- type CreateAdminAreaRequest_FieldPath
- func BuildCreateAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (CreateAdminAreaRequest_FieldPath, error)
- func MustParseCreateAdminAreaRequest_FieldPath(rawField string) CreateAdminAreaRequest_FieldPath
- func ParseCreateAdminAreaRequest_FieldPath(rawField string) (CreateAdminAreaRequest_FieldPath, error)
- type CreateAdminAreaRequest_FieldPathArrayItemValue
- type CreateAdminAreaRequest_FieldPathArrayOfValues
- type CreateAdminAreaRequest_FieldPathSelector
- type CreateAdminAreaRequest_FieldPathValue
- type CreateAdminAreaRequest_FieldSubPath
- func (fps *CreateAdminAreaRequest_FieldSubPath) AsAdminAreaSubPath() (admin_area.AdminArea_FieldPath, bool)
- func (fps *CreateAdminAreaRequest_FieldSubPath) ClearValue(item *CreateAdminAreaRequest)
- func (fps *CreateAdminAreaRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *CreateAdminAreaRequest_FieldSubPath) Get(source *CreateAdminAreaRequest) (values []interface{})
- func (fps *CreateAdminAreaRequest_FieldSubPath) GetDefault() interface{}
- func (fps *CreateAdminAreaRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *CreateAdminAreaRequest_FieldSubPath) GetSingle(source *CreateAdminAreaRequest) (interface{}, bool)
- func (fps *CreateAdminAreaRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *CreateAdminAreaRequest_FieldSubPath) IsLeaf() bool
- func (fps *CreateAdminAreaRequest_FieldSubPath) JSONString() string
- func (fps *CreateAdminAreaRequest_FieldSubPath) Selector() CreateAdminAreaRequest_FieldPathSelector
- func (fps *CreateAdminAreaRequest_FieldSubPath) String() string
- func (fps *CreateAdminAreaRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateAdminAreaRequest_FieldPathArrayItemValue
- func (fps *CreateAdminAreaRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateAdminAreaRequest_FieldPathArrayOfValues
- func (fps *CreateAdminAreaRequest_FieldSubPath) WithIValue(value interface{}) CreateAdminAreaRequest_FieldPathValue
- func (fps *CreateAdminAreaRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *CreateAdminAreaRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *CreateAdminAreaRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateAdminAreaRequest_FieldSubPathArrayItemValue
- func (fpaivs *CreateAdminAreaRequest_FieldSubPathArrayItemValue) AsAdminAreaPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
- func (fpaivs *CreateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateAdminAreaRequest) bool
- func (fpaivs *CreateAdminAreaRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type CreateAdminAreaRequest_FieldSubPathArrayOfValues
- type CreateAdminAreaRequest_FieldSubPathValue
- func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) AsAdminAreaPathValue() (admin_area.AdminArea_FieldPathValue, bool)
- func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) CompareWith(source *CreateAdminAreaRequest) (int, bool)
- func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) SetTo(target **CreateAdminAreaRequest)
- func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type CreateAdminAreaRequest_FieldTerminalPath
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) ClearValue(item *CreateAdminAreaRequest)
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) Get(source *CreateAdminAreaRequest) (values []interface{})
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetSingle(source *CreateAdminAreaRequest) (interface{}, bool)
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) JSONString() string
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) Selector() CreateAdminAreaRequest_FieldPathSelector
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) String() string
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateAdminAreaRequest_FieldPathArrayItemValue
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateAdminAreaRequest_FieldPathArrayOfValues
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) CreateAdminAreaRequest_FieldPathValue
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateAdminAreaRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateAdminAreaRequest) bool
- func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateAdminAreaRequest) (interface{}, bool)
- func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type CreateAdminAreaRequest_FieldTerminalPathArrayOfValues
- type CreateAdminAreaRequest_FieldTerminalPathValue
- func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) AsAdminAreaValue() (*admin_area.AdminArea, bool)
- func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *CreateAdminAreaRequest) (int, bool)
- func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) SetTo(target **CreateAdminAreaRequest)
- func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeleteAdminAreaRequest
- func (o *DeleteAdminAreaRequest) Clone() *DeleteAdminAreaRequest
- func (o *DeleteAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*DeleteAdminAreaRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAdminAreaRequest) GetName() *admin_area.Reference
- func (*DeleteAdminAreaRequest) GotenMessage()
- func (o *DeleteAdminAreaRequest) GotenObjectExt()
- func (obj *DeleteAdminAreaRequest) GotenValidate() error
- func (o *DeleteAdminAreaRequest) MakeDiffFieldMask(other *DeleteAdminAreaRequest) *DeleteAdminAreaRequest_FieldMask
- func (o *DeleteAdminAreaRequest) MakeFullFieldMask() *DeleteAdminAreaRequest_FieldMask
- func (o *DeleteAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *DeleteAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *DeleteAdminAreaRequest) Marshal() ([]byte, error)
- func (m *DeleteAdminAreaRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteAdminAreaRequest) Merge(source *DeleteAdminAreaRequest)
- func (o *DeleteAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*DeleteAdminAreaRequest) ProtoMessage()
- func (m *DeleteAdminAreaRequest) ProtoReflect() preflect.Message
- func (m *DeleteAdminAreaRequest) Reset()
- func (m *DeleteAdminAreaRequest) SetName(fv *admin_area.Reference)
- func (m *DeleteAdminAreaRequest) String() string
- func (m *DeleteAdminAreaRequest) Unmarshal(b []byte) error
- func (m *DeleteAdminAreaRequest) UnmarshalJSON(data []byte) error
- type DeleteAdminAreaRequestFieldPathBuilder
- type DeleteAdminAreaRequestPathSelectorName
- func (DeleteAdminAreaRequestPathSelectorName) FieldPath() *DeleteAdminAreaRequest_FieldTerminalPath
- func (s DeleteAdminAreaRequestPathSelectorName) WithArrayOfValues(values []*admin_area.Reference) *DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s DeleteAdminAreaRequestPathSelectorName) WithValue(value *admin_area.Reference) *DeleteAdminAreaRequest_FieldTerminalPathValue
- type DeleteAdminAreaRequest_FieldMask
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) AppendPath(path DeleteAdminAreaRequest_FieldPath)
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) FilterInputFields() *DeleteAdminAreaRequest_FieldMask
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) GetPaths() []DeleteAdminAreaRequest_FieldPath
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) IsFull() bool
- func (fieldMask DeleteAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask DeleteAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) PathsCount() int
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) Project(source *DeleteAdminAreaRequest) *DeleteAdminAreaRequest
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) ProtoMessage()
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) Reset()
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) Set(target, source *DeleteAdminAreaRequest)
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) Size() int
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) String() string
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) Subtract(other *DeleteAdminAreaRequest_FieldMask) *DeleteAdminAreaRequest_FieldMask
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *DeleteAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
- type DeleteAdminAreaRequest_FieldPath
- func BuildDeleteAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (DeleteAdminAreaRequest_FieldPath, error)
- func MustParseDeleteAdminAreaRequest_FieldPath(rawField string) DeleteAdminAreaRequest_FieldPath
- func ParseDeleteAdminAreaRequest_FieldPath(rawField string) (DeleteAdminAreaRequest_FieldPath, error)
- type DeleteAdminAreaRequest_FieldPathArrayItemValue
- type DeleteAdminAreaRequest_FieldPathArrayOfValues
- type DeleteAdminAreaRequest_FieldPathSelector
- type DeleteAdminAreaRequest_FieldPathValue
- type DeleteAdminAreaRequest_FieldTerminalPath
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) ClearValue(item *DeleteAdminAreaRequest)
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) Get(source *DeleteAdminAreaRequest) (values []interface{})
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetSingle(source *DeleteAdminAreaRequest) (interface{}, bool)
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) JSONString() string
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) Selector() DeleteAdminAreaRequest_FieldPathSelector
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) String() string
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteAdminAreaRequest_FieldPathArrayItemValue
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteAdminAreaRequest_FieldPathArrayOfValues
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteAdminAreaRequest_FieldPathValue
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteAdminAreaRequest) bool
- func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteAdminAreaRequest) (interface{}, bool)
- func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues
- type DeleteAdminAreaRequest_FieldTerminalPathValue
- func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) AsNameValue() (*admin_area.Reference, bool)
- func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *DeleteAdminAreaRequest) (int, bool)
- func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) SetTo(target **DeleteAdminAreaRequest)
- func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetAdminAreaRequest
- func (o *GetAdminAreaRequest) Clone() *GetAdminAreaRequest
- func (o *GetAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetAdminAreaRequest) Descriptor() ([]byte, []int)
- func (m *GetAdminAreaRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
- func (m *GetAdminAreaRequest) GetName() *admin_area.Reference
- func (m *GetAdminAreaRequest) GetView() view.View
- func (*GetAdminAreaRequest) GotenMessage()
- func (o *GetAdminAreaRequest) GotenObjectExt()
- func (obj *GetAdminAreaRequest) GotenValidate() error
- func (o *GetAdminAreaRequest) MakeDiffFieldMask(other *GetAdminAreaRequest) *GetAdminAreaRequest_FieldMask
- func (o *GetAdminAreaRequest) MakeFullFieldMask() *GetAdminAreaRequest_FieldMask
- func (o *GetAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetAdminAreaRequest) Marshal() ([]byte, error)
- func (m *GetAdminAreaRequest) MarshalJSON() ([]byte, error)
- func (o *GetAdminAreaRequest) Merge(source *GetAdminAreaRequest)
- func (o *GetAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetAdminAreaRequest) ProtoMessage()
- func (m *GetAdminAreaRequest) ProtoReflect() preflect.Message
- func (m *GetAdminAreaRequest) Reset()
- func (m *GetAdminAreaRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
- func (m *GetAdminAreaRequest) SetName(fv *admin_area.Reference)
- func (m *GetAdminAreaRequest) SetView(fv view.View)
- func (m *GetAdminAreaRequest) String() string
- func (m *GetAdminAreaRequest) Unmarshal(b []byte) error
- func (m *GetAdminAreaRequest) UnmarshalJSON(data []byte) error
- type GetAdminAreaRequestFieldPathBuilder
- type GetAdminAreaRequestPathSelectorFieldMask
- func (GetAdminAreaRequestPathSelectorFieldMask) FieldPath() *GetAdminAreaRequest_FieldTerminalPath
- func (s GetAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *GetAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s GetAdminAreaRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *GetAdminAreaRequest_FieldTerminalPathValue
- type GetAdminAreaRequestPathSelectorName
- func (GetAdminAreaRequestPathSelectorName) FieldPath() *GetAdminAreaRequest_FieldTerminalPath
- func (s GetAdminAreaRequestPathSelectorName) WithArrayOfValues(values []*admin_area.Reference) *GetAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s GetAdminAreaRequestPathSelectorName) WithValue(value *admin_area.Reference) *GetAdminAreaRequest_FieldTerminalPathValue
- type GetAdminAreaRequestPathSelectorView
- func (GetAdminAreaRequestPathSelectorView) FieldPath() *GetAdminAreaRequest_FieldTerminalPath
- func (s GetAdminAreaRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s GetAdminAreaRequestPathSelectorView) WithValue(value view.View) *GetAdminAreaRequest_FieldTerminalPathValue
- type GetAdminAreaRequest_FieldMask
- func (fieldMask *GetAdminAreaRequest_FieldMask) AppendPath(path GetAdminAreaRequest_FieldPath)
- func (fieldMask *GetAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetAdminAreaRequest_FieldMask) FilterInputFields() *GetAdminAreaRequest_FieldMask
- func (fieldMask *GetAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetAdminAreaRequest_FieldMask) GetPaths() []GetAdminAreaRequest_FieldPath
- func (fieldMask *GetAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetAdminAreaRequest_FieldMask) IsFull() bool
- func (fieldMask GetAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetAdminAreaRequest_FieldMask) PathsCount() int
- func (fieldMask *GetAdminAreaRequest_FieldMask) Project(source *GetAdminAreaRequest) *GetAdminAreaRequest
- func (fieldMask *GetAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetAdminAreaRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetAdminAreaRequest_FieldMask) Reset()
- func (fieldMask *GetAdminAreaRequest_FieldMask) Set(target, source *GetAdminAreaRequest)
- func (fieldMask *GetAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetAdminAreaRequest_FieldMask) Size() int
- func (fieldMask *GetAdminAreaRequest_FieldMask) String() string
- func (fieldMask *GetAdminAreaRequest_FieldMask) Subtract(other *GetAdminAreaRequest_FieldMask) *GetAdminAreaRequest_FieldMask
- func (fieldMask *GetAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetAdminAreaRequest_FieldPath
- type GetAdminAreaRequest_FieldPathArrayItemValue
- type GetAdminAreaRequest_FieldPathArrayOfValues
- type GetAdminAreaRequest_FieldPathSelector
- type GetAdminAreaRequest_FieldPathValue
- type GetAdminAreaRequest_FieldTerminalPath
- func (fp *GetAdminAreaRequest_FieldTerminalPath) ClearValue(item *GetAdminAreaRequest)
- func (fp *GetAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetAdminAreaRequest_FieldTerminalPath) Get(source *GetAdminAreaRequest) (values []interface{})
- func (fp *GetAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetAdminAreaRequest_FieldTerminalPath) GetSingle(source *GetAdminAreaRequest) (interface{}, bool)
- func (fp *GetAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetAdminAreaRequest_FieldTerminalPath) JSONString() string
- func (fp *GetAdminAreaRequest_FieldTerminalPath) Selector() GetAdminAreaRequest_FieldPathSelector
- func (fp *GetAdminAreaRequest_FieldTerminalPath) String() string
- func (fp *GetAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetAdminAreaRequest_FieldPathArrayItemValue
- func (fp *GetAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetAdminAreaRequest_FieldPathArrayOfValues
- func (fp *GetAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) GetAdminAreaRequest_FieldPathValue
- func (fp *GetAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetAdminAreaRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetAdminAreaRequest) bool
- func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetAdminAreaRequest) (interface{}, bool)
- func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
- func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*admin_area.Reference, bool)
- func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type GetAdminAreaRequest_FieldTerminalPathValue
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) AsNameValue() (*admin_area.Reference, bool)
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *GetAdminAreaRequest) (int, bool)
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) SetTo(target **GetAdminAreaRequest)
- func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListAdminAreasRequest
- func (o *ListAdminAreasRequest) Clone() *ListAdminAreasRequest
- func (o *ListAdminAreasRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListAdminAreasRequest) Descriptor() ([]byte, []int)
- func (m *ListAdminAreasRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
- func (m *ListAdminAreasRequest) GetFilter() *admin_area.Filter
- func (m *ListAdminAreasRequest) GetOrderBy() *admin_area.OrderBy
- func (m *ListAdminAreasRequest) GetPageSize() int32
- func (m *ListAdminAreasRequest) GetPageToken() *admin_area.PagerCursor
- func (m *ListAdminAreasRequest) GetView() view.View
- func (*ListAdminAreasRequest) GotenMessage()
- func (o *ListAdminAreasRequest) GotenObjectExt()
- func (obj *ListAdminAreasRequest) GotenValidate() error
- func (o *ListAdminAreasRequest) MakeDiffFieldMask(other *ListAdminAreasRequest) *ListAdminAreasRequest_FieldMask
- func (o *ListAdminAreasRequest) MakeFullFieldMask() *ListAdminAreasRequest_FieldMask
- func (o *ListAdminAreasRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListAdminAreasRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListAdminAreasRequest) Marshal() ([]byte, error)
- func (m *ListAdminAreasRequest) MarshalJSON() ([]byte, error)
- func (o *ListAdminAreasRequest) Merge(source *ListAdminAreasRequest)
- func (o *ListAdminAreasRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListAdminAreasRequest) ProtoMessage()
- func (m *ListAdminAreasRequest) ProtoReflect() preflect.Message
- func (m *ListAdminAreasRequest) Reset()
- func (m *ListAdminAreasRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
- func (m *ListAdminAreasRequest) SetFilter(fv *admin_area.Filter)
- func (m *ListAdminAreasRequest) SetOrderBy(fv *admin_area.OrderBy)
- func (m *ListAdminAreasRequest) SetPageSize(fv int32)
- func (m *ListAdminAreasRequest) SetPageToken(fv *admin_area.PagerCursor)
- func (m *ListAdminAreasRequest) SetView(fv view.View)
- func (m *ListAdminAreasRequest) String() string
- func (m *ListAdminAreasRequest) Unmarshal(b []byte) error
- func (m *ListAdminAreasRequest) UnmarshalJSON(data []byte) error
- type ListAdminAreasRequestFieldPathBuilder
- func (ListAdminAreasRequestFieldPathBuilder) FieldMask() ListAdminAreasRequestPathSelectorFieldMask
- func (ListAdminAreasRequestFieldPathBuilder) Filter() ListAdminAreasRequestPathSelectorFilter
- func (ListAdminAreasRequestFieldPathBuilder) OrderBy() ListAdminAreasRequestPathSelectorOrderBy
- func (ListAdminAreasRequestFieldPathBuilder) PageSize() ListAdminAreasRequestPathSelectorPageSize
- func (ListAdminAreasRequestFieldPathBuilder) PageToken() ListAdminAreasRequestPathSelectorPageToken
- func (ListAdminAreasRequestFieldPathBuilder) View() ListAdminAreasRequestPathSelectorView
- type ListAdminAreasRequestPathSelectorFieldMask
- func (ListAdminAreasRequestPathSelectorFieldMask) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
- func (s ListAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *ListAdminAreasRequest_FieldTerminalPathValue
- type ListAdminAreasRequestPathSelectorFilter
- func (ListAdminAreasRequestPathSelectorFilter) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
- func (s ListAdminAreasRequestPathSelectorFilter) WithArrayOfValues(values []*admin_area.Filter) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasRequestPathSelectorFilter) WithValue(value *admin_area.Filter) *ListAdminAreasRequest_FieldTerminalPathValue
- type ListAdminAreasRequestPathSelectorOrderBy
- func (ListAdminAreasRequestPathSelectorOrderBy) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
- func (s ListAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues(values []*admin_area.OrderBy) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasRequestPathSelectorOrderBy) WithValue(value *admin_area.OrderBy) *ListAdminAreasRequest_FieldTerminalPathValue
- type ListAdminAreasRequestPathSelectorPageSize
- func (ListAdminAreasRequestPathSelectorPageSize) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
- func (s ListAdminAreasRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasRequestPathSelectorPageSize) WithValue(value int32) *ListAdminAreasRequest_FieldTerminalPathValue
- type ListAdminAreasRequestPathSelectorPageToken
- func (ListAdminAreasRequestPathSelectorPageToken) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
- func (s ListAdminAreasRequestPathSelectorPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasRequestPathSelectorPageToken) WithValue(value *admin_area.PagerCursor) *ListAdminAreasRequest_FieldTerminalPathValue
- type ListAdminAreasRequestPathSelectorView
- func (ListAdminAreasRequestPathSelectorView) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
- func (s ListAdminAreasRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasRequestPathSelectorView) WithValue(value view.View) *ListAdminAreasRequest_FieldTerminalPathValue
- type ListAdminAreasRequest_FieldMask
- func (fieldMask *ListAdminAreasRequest_FieldMask) AppendPath(path ListAdminAreasRequest_FieldPath)
- func (fieldMask *ListAdminAreasRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListAdminAreasRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListAdminAreasRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListAdminAreasRequest_FieldMask) FilterInputFields() *ListAdminAreasRequest_FieldMask
- func (fieldMask *ListAdminAreasRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListAdminAreasRequest_FieldMask) GetPaths() []ListAdminAreasRequest_FieldPath
- func (fieldMask *ListAdminAreasRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListAdminAreasRequest_FieldMask) IsFull() bool
- func (fieldMask ListAdminAreasRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListAdminAreasRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListAdminAreasRequest_FieldMask) PathsCount() int
- func (fieldMask *ListAdminAreasRequest_FieldMask) Project(source *ListAdminAreasRequest) *ListAdminAreasRequest
- func (fieldMask *ListAdminAreasRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListAdminAreasRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListAdminAreasRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListAdminAreasRequest_FieldMask) Reset()
- func (fieldMask *ListAdminAreasRequest_FieldMask) Set(target, source *ListAdminAreasRequest)
- func (fieldMask *ListAdminAreasRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListAdminAreasRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListAdminAreasRequest_FieldMask) Size() int
- func (fieldMask *ListAdminAreasRequest_FieldMask) String() string
- func (fieldMask *ListAdminAreasRequest_FieldMask) Subtract(other *ListAdminAreasRequest_FieldMask) *ListAdminAreasRequest_FieldMask
- func (fieldMask *ListAdminAreasRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListAdminAreasRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListAdminAreasRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListAdminAreasRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListAdminAreasRequest_FieldPath
- func BuildListAdminAreasRequest_FieldPath(fp gotenobject.RawFieldPath) (ListAdminAreasRequest_FieldPath, error)
- func MustParseListAdminAreasRequest_FieldPath(rawField string) ListAdminAreasRequest_FieldPath
- func ParseListAdminAreasRequest_FieldPath(rawField string) (ListAdminAreasRequest_FieldPath, error)
- type ListAdminAreasRequest_FieldPathArrayItemValue
- type ListAdminAreasRequest_FieldPathArrayOfValues
- type ListAdminAreasRequest_FieldPathSelector
- type ListAdminAreasRequest_FieldPathValue
- type ListAdminAreasRequest_FieldTerminalPath
- func (fp *ListAdminAreasRequest_FieldTerminalPath) ClearValue(item *ListAdminAreasRequest)
- func (fp *ListAdminAreasRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListAdminAreasRequest_FieldTerminalPath) Get(source *ListAdminAreasRequest) (values []interface{})
- func (fp *ListAdminAreasRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListAdminAreasRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListAdminAreasRequest_FieldTerminalPath) GetSingle(source *ListAdminAreasRequest) (interface{}, bool)
- func (fp *ListAdminAreasRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListAdminAreasRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListAdminAreasRequest_FieldTerminalPath) JSONString() string
- func (fp *ListAdminAreasRequest_FieldTerminalPath) Selector() ListAdminAreasRequest_FieldPathSelector
- func (fp *ListAdminAreasRequest_FieldTerminalPath) String() string
- func (fp *ListAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListAdminAreasRequest_FieldPathArrayItemValue
- func (fp *ListAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListAdminAreasRequest_FieldPathArrayOfValues
- func (fp *ListAdminAreasRequest_FieldTerminalPath) WithIValue(value interface{}) ListAdminAreasRequest_FieldPathValue
- func (fp *ListAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListAdminAreasRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListAdminAreasRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListAdminAreasRequest) bool
- func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListAdminAreasRequest) (interface{}, bool)
- func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
- func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*admin_area.Filter, bool)
- func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*admin_area.OrderBy, bool)
- func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
- func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListAdminAreasRequest_FieldTerminalPathValue
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsFilterValue() (*admin_area.Filter, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue() (*admin_area.OrderBy, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue() (*admin_area.PagerCursor, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) CompareWith(source *ListAdminAreasRequest) (int, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) SetTo(target **ListAdminAreasRequest)
- func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListAdminAreasResponse
- func (o *ListAdminAreasResponse) Clone() *ListAdminAreasResponse
- func (o *ListAdminAreasResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListAdminAreasResponse) Descriptor() ([]byte, []int)
- func (m *ListAdminAreasResponse) GetAdminAreas() []*admin_area.AdminArea
- func (m *ListAdminAreasResponse) GetNextPageToken() *admin_area.PagerCursor
- func (m *ListAdminAreasResponse) GetPrevPageToken() *admin_area.PagerCursor
- func (*ListAdminAreasResponse) GotenMessage()
- func (o *ListAdminAreasResponse) GotenObjectExt()
- func (obj *ListAdminAreasResponse) GotenValidate() error
- func (o *ListAdminAreasResponse) MakeDiffFieldMask(other *ListAdminAreasResponse) *ListAdminAreasResponse_FieldMask
- func (o *ListAdminAreasResponse) MakeFullFieldMask() *ListAdminAreasResponse_FieldMask
- func (o *ListAdminAreasResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListAdminAreasResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListAdminAreasResponse) Marshal() ([]byte, error)
- func (m *ListAdminAreasResponse) MarshalJSON() ([]byte, error)
- func (o *ListAdminAreasResponse) Merge(source *ListAdminAreasResponse)
- func (o *ListAdminAreasResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListAdminAreasResponse) ProtoMessage()
- func (m *ListAdminAreasResponse) ProtoReflect() preflect.Message
- func (m *ListAdminAreasResponse) Reset()
- func (m *ListAdminAreasResponse) SetAdminAreas(fv []*admin_area.AdminArea)
- func (m *ListAdminAreasResponse) SetNextPageToken(fv *admin_area.PagerCursor)
- func (m *ListAdminAreasResponse) SetPrevPageToken(fv *admin_area.PagerCursor)
- func (m *ListAdminAreasResponse) String() string
- func (m *ListAdminAreasResponse) Unmarshal(b []byte) error
- func (m *ListAdminAreasResponse) UnmarshalJSON(data []byte) error
- type ListAdminAreasResponseFieldPathBuilder
- func (ListAdminAreasResponseFieldPathBuilder) AdminAreas() ListAdminAreasResponsePathSelectorAdminAreas
- func (ListAdminAreasResponseFieldPathBuilder) NextPageToken() ListAdminAreasResponsePathSelectorNextPageToken
- func (ListAdminAreasResponseFieldPathBuilder) PrevPageToken() ListAdminAreasResponsePathSelectorPrevPageToken
- type ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []int64) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue(value int64) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreas
- func (ListAdminAreasResponsePathSelectorAdminAreas) DisplayName() ListAdminAreasResponsePathSelectorAdminAreasDisplayName
- func (ListAdminAreasResponsePathSelectorAdminAreas) FieldPath() *ListAdminAreasResponse_FieldTerminalPath
- func (ListAdminAreasResponsePathSelectorAdminAreas) Geometry() ListAdminAreasResponsePathSelectorAdminAreasGeometry
- func (ListAdminAreasResponsePathSelectorAdminAreas) Hierarchy() ListAdminAreasResponsePathSelectorAdminAreasHierarchy
- func (ListAdminAreasResponsePathSelectorAdminAreas) LabelGeometry() ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry
- func (ListAdminAreasResponsePathSelectorAdminAreas) LocalLanguageNames() ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames
- func (ListAdminAreasResponsePathSelectorAdminAreas) Metadata() ListAdminAreasResponsePathSelectorAdminAreasMetadata
- func (ListAdminAreasResponsePathSelectorAdminAreas) Name() ListAdminAreasResponsePathSelectorAdminAreasName
- func (ListAdminAreasResponsePathSelectorAdminAreas) Type() ListAdminAreasResponsePathSelectorAdminAreasType
- func (s ListAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues(values [][]*admin_area.AdminArea) *ListAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreas) WithItemValue(value *admin_area.AdminArea) *ListAdminAreasResponse_FieldTerminalPathArrayItemValue
- func (s ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *ListAdminAreasResponse_FieldSubPathArrayItemValue
- func (s ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubPath(subPath admin_area.AdminArea_FieldPath) *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreas) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *ListAdminAreasResponse_FieldSubPathValue
- func (s ListAdminAreasResponsePathSelectorAdminAreas) WithValue(value []*admin_area.AdminArea) *ListAdminAreasResponse_FieldTerminalPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasDisplayName
- func (ListAdminAreasResponsePathSelectorAdminAreasDisplayName) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasGeometry
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) Bbox() ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) Center() ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues(values []*admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue(value *admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) NorthEast() ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) SouthWest() ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue(value *admin_area.BBox) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter
- func (ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchy
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin1() ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin2() ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin3() ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin4() ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin5() ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Continent() ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Country() ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithValue(value *admin_area.AdminHierarchy) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry
- func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) Bbox() ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) Center() ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue(value *admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) NorthEast() ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) SouthWest() ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue(value *admin_area.BBox) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter
- func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames
- func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []map[string]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithKey(key string) ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames
- func (s ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue(value map[string]string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadata
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Annotations() ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) CreateTime() ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Generation() ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Labels() ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) OwnerReferences() ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) ResourceVersion() ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Shards() ListAdminAreasResponsePathSelectorAdminAreasMetadataShards
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Syncing() ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Tags() ListAdminAreasResponsePathSelectorAdminAreasMetadataTags
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) UpdateTime() ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Uuid() ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue(value *ntt_meta.Meta) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithKey(key string) ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue(value map[string]string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues(values []int64) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue(value int64) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []map[string]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithKey(key string) ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue(value map[string]string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) ApiVersion() ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Controller() ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Kind() ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Name() ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Uid() ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListAdminAreasResponse_FieldSubPathArrayItemValue
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithValue(value bool) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataShards
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []map[string]int64) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithKey(key string) ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue(value map[string]int64) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) OwningRegion() ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) Regions() ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue(value string) *ListAdminAreasResponse_FieldSubPathArrayItemValue
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue(value []string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataTags
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues(values [][]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue(value string) *ListAdminAreasResponse_FieldSubPathArrayItemValue
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue(value []string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid
- func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasName
- func (ListAdminAreasResponsePathSelectorAdminAreasName) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues(values []*admin_area.Name) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasName) WithValue(value *admin_area.Name) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorAdminAreasType
- func (ListAdminAreasResponsePathSelectorAdminAreasType) FieldPath() *ListAdminAreasResponse_FieldSubPath
- func (s ListAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues(values []admin_area.AdminArea_Type) *ListAdminAreasResponse_FieldSubPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorAdminAreasType) WithValue(value admin_area.AdminArea_Type) *ListAdminAreasResponse_FieldSubPathValue
- type ListAdminAreasResponsePathSelectorNextPageToken
- func (ListAdminAreasResponsePathSelectorNextPageToken) FieldPath() *ListAdminAreasResponse_FieldTerminalPath
- func (s ListAdminAreasResponsePathSelectorNextPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorNextPageToken) WithValue(value *admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathValue
- type ListAdminAreasResponsePathSelectorPrevPageToken
- func (ListAdminAreasResponsePathSelectorPrevPageToken) FieldPath() *ListAdminAreasResponse_FieldTerminalPath
- func (s ListAdminAreasResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s ListAdminAreasResponsePathSelectorPrevPageToken) WithValue(value *admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathValue
- type ListAdminAreasResponse_FieldMask
- func (fieldMask *ListAdminAreasResponse_FieldMask) AppendPath(path ListAdminAreasResponse_FieldPath)
- func (fieldMask *ListAdminAreasResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListAdminAreasResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListAdminAreasResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListAdminAreasResponse_FieldMask) FilterInputFields() *ListAdminAreasResponse_FieldMask
- func (fieldMask *ListAdminAreasResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListAdminAreasResponse_FieldMask) GetPaths() []ListAdminAreasResponse_FieldPath
- func (fieldMask *ListAdminAreasResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListAdminAreasResponse_FieldMask) IsFull() bool
- func (fieldMask ListAdminAreasResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListAdminAreasResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListAdminAreasResponse_FieldMask) PathsCount() int
- func (fieldMask *ListAdminAreasResponse_FieldMask) Project(source *ListAdminAreasResponse) *ListAdminAreasResponse
- func (fieldMask *ListAdminAreasResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListAdminAreasResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListAdminAreasResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListAdminAreasResponse_FieldMask) Reset()
- func (fieldMask *ListAdminAreasResponse_FieldMask) Set(target, source *ListAdminAreasResponse)
- func (fieldMask *ListAdminAreasResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListAdminAreasResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListAdminAreasResponse_FieldMask) Size() int
- func (fieldMask *ListAdminAreasResponse_FieldMask) String() string
- func (fieldMask *ListAdminAreasResponse_FieldMask) Subtract(other *ListAdminAreasResponse_FieldMask) *ListAdminAreasResponse_FieldMask
- func (fieldMask *ListAdminAreasResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListAdminAreasResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListAdminAreasResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListAdminAreasResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListAdminAreasResponse_FieldPath
- func BuildListAdminAreasResponse_FieldPath(fp gotenobject.RawFieldPath) (ListAdminAreasResponse_FieldPath, error)
- func MustParseListAdminAreasResponse_FieldPath(rawField string) ListAdminAreasResponse_FieldPath
- func ParseListAdminAreasResponse_FieldPath(rawField string) (ListAdminAreasResponse_FieldPath, error)
- type ListAdminAreasResponse_FieldPathArrayItemValue
- type ListAdminAreasResponse_FieldPathArrayOfValues
- type ListAdminAreasResponse_FieldPathSelector
- type ListAdminAreasResponse_FieldPathValue
- type ListAdminAreasResponse_FieldSubPath
- func (fps *ListAdminAreasResponse_FieldSubPath) AsAdminAreasSubPath() (admin_area.AdminArea_FieldPath, bool)
- func (fps *ListAdminAreasResponse_FieldSubPath) ClearValue(item *ListAdminAreasResponse)
- func (fps *ListAdminAreasResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListAdminAreasResponse_FieldSubPath) Get(source *ListAdminAreasResponse) (values []interface{})
- func (fps *ListAdminAreasResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListAdminAreasResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListAdminAreasResponse_FieldSubPath) GetSingle(source *ListAdminAreasResponse) (interface{}, bool)
- func (fps *ListAdminAreasResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListAdminAreasResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListAdminAreasResponse_FieldSubPath) JSONString() string
- func (fps *ListAdminAreasResponse_FieldSubPath) Selector() ListAdminAreasResponse_FieldPathSelector
- func (fps *ListAdminAreasResponse_FieldSubPath) String() string
- func (fps *ListAdminAreasResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListAdminAreasResponse_FieldPathArrayItemValue
- func (fps *ListAdminAreasResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListAdminAreasResponse_FieldPathArrayOfValues
- func (fps *ListAdminAreasResponse_FieldSubPath) WithIValue(value interface{}) ListAdminAreasResponse_FieldPathValue
- func (fps *ListAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListAdminAreasResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListAdminAreasResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListAdminAreasResponse_FieldSubPathArrayItemValue) AsAdminAreasPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
- func (fpaivs *ListAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListAdminAreasResponse) bool
- func (fpaivs *ListAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListAdminAreasResponse_FieldSubPathArrayOfValues
- type ListAdminAreasResponse_FieldSubPathValue
- func (fpvs *ListAdminAreasResponse_FieldSubPathValue) AsAdminAreasPathValue() (admin_area.AdminArea_FieldPathValue, bool)
- func (fpvs *ListAdminAreasResponse_FieldSubPathValue) CompareWith(source *ListAdminAreasResponse) (int, bool)
- func (fpvs *ListAdminAreasResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListAdminAreasResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListAdminAreasResponse_FieldSubPathValue) SetTo(target **ListAdminAreasResponse)
- func (fpvs *ListAdminAreasResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListAdminAreasResponse_FieldTerminalPath
- func (fp *ListAdminAreasResponse_FieldTerminalPath) ClearValue(item *ListAdminAreasResponse)
- func (fp *ListAdminAreasResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListAdminAreasResponse_FieldTerminalPath) Get(source *ListAdminAreasResponse) (values []interface{})
- func (fp *ListAdminAreasResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListAdminAreasResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListAdminAreasResponse_FieldTerminalPath) GetSingle(source *ListAdminAreasResponse) (interface{}, bool)
- func (fp *ListAdminAreasResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListAdminAreasResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListAdminAreasResponse_FieldTerminalPath) JSONString() string
- func (fp *ListAdminAreasResponse_FieldTerminalPath) Selector() ListAdminAreasResponse_FieldPathSelector
- func (fp *ListAdminAreasResponse_FieldTerminalPath) String() string
- func (fp *ListAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListAdminAreasResponse_FieldPathArrayItemValue
- func (fp *ListAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListAdminAreasResponse_FieldPathArrayOfValues
- func (fp *ListAdminAreasResponse_FieldTerminalPath) WithIValue(value interface{}) ListAdminAreasResponse_FieldPathValue
- func (fp *ListAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListAdminAreasResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListAdminAreasResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreasItemValue() (*admin_area.AdminArea, bool)
- func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListAdminAreasResponse) bool
- func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListAdminAreasResponse) (interface{}, bool)
- func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreasArrayOfValues() ([][]*admin_area.AdminArea, bool)
- func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
- func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
- func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListAdminAreasResponse_FieldTerminalPathValue
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsAdminAreasValue() ([]*admin_area.AdminArea, bool)
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*admin_area.PagerCursor, bool)
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*admin_area.PagerCursor, bool)
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) CompareWith(source *ListAdminAreasResponse) (int, bool)
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) SetTo(target **ListAdminAreasResponse)
- func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateAdminAreaRequest
- func (o *UpdateAdminAreaRequest) Clone() *UpdateAdminAreaRequest
- func (o *UpdateAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateAdminAreaRequest) Descriptor() ([]byte, []int)
- func (m *UpdateAdminAreaRequest) GetAdminArea() *admin_area.AdminArea
- func (m *UpdateAdminAreaRequest) GetCas() *UpdateAdminAreaRequest_CAS
- func (m *UpdateAdminAreaRequest) GetUpdateMask() *admin_area.AdminArea_FieldMask
- func (*UpdateAdminAreaRequest) GotenMessage()
- func (o *UpdateAdminAreaRequest) GotenObjectExt()
- func (obj *UpdateAdminAreaRequest) GotenValidate() error
- func (o *UpdateAdminAreaRequest) MakeDiffFieldMask(other *UpdateAdminAreaRequest) *UpdateAdminAreaRequest_FieldMask
- func (o *UpdateAdminAreaRequest) MakeFullFieldMask() *UpdateAdminAreaRequest_FieldMask
- func (o *UpdateAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateAdminAreaRequest) Marshal() ([]byte, error)
- func (m *UpdateAdminAreaRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateAdminAreaRequest) Merge(source *UpdateAdminAreaRequest)
- func (o *UpdateAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateAdminAreaRequest) ProtoMessage()
- func (m *UpdateAdminAreaRequest) ProtoReflect() preflect.Message
- func (m *UpdateAdminAreaRequest) Reset()
- func (m *UpdateAdminAreaRequest) SetAdminArea(fv *admin_area.AdminArea)
- func (m *UpdateAdminAreaRequest) SetCas(fv *UpdateAdminAreaRequest_CAS)
- func (m *UpdateAdminAreaRequest) SetUpdateMask(fv *admin_area.AdminArea_FieldMask)
- func (m *UpdateAdminAreaRequest) String() string
- func (m *UpdateAdminAreaRequest) Unmarshal(b []byte) error
- func (m *UpdateAdminAreaRequest) UnmarshalJSON(data []byte) error
- type UpdateAdminAreaRequestCASFieldPathBuilder
- type UpdateAdminAreaRequestCAS_FieldPath
- func BuildUpdateAdminAreaRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateAdminAreaRequestCAS_FieldPath, error)
- func MustParseUpdateAdminAreaRequestCAS_FieldPath(rawField string) UpdateAdminAreaRequestCAS_FieldPath
- func ParseUpdateAdminAreaRequestCAS_FieldPath(rawField string) (UpdateAdminAreaRequestCAS_FieldPath, error)
- type UpdateAdminAreaRequestCAS_FieldPathArrayItemValue
- type UpdateAdminAreaRequestCAS_FieldPathArrayOfValues
- type UpdateAdminAreaRequestCAS_FieldPathSelector
- type UpdateAdminAreaRequestCAS_FieldPathValue
- type UpdateAdminAreaRequestCAS_FieldSubPath
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) AsConditionalStateSubPath() (admin_area.AdminArea_FieldPath, bool)
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) ClearValue(item *UpdateAdminAreaRequest_CAS)
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) Get(source *UpdateAdminAreaRequest_CAS) (values []interface{})
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetSingle(source *UpdateAdminAreaRequest_CAS) (interface{}, bool)
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) IsLeaf() bool
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) JSONString() string
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) Selector() UpdateAdminAreaRequestCAS_FieldPathSelector
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) String() string
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayItemValue
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayOfValues
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathValue
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue
- func (fpaivs *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest_CAS) bool
- func (fpaivs *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- type UpdateAdminAreaRequestCAS_FieldSubPathValue
- func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (admin_area.AdminArea_FieldPathValue, bool)
- func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) CompareWith(source *UpdateAdminAreaRequest_CAS) (int, bool)
- func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) SetTo(target **UpdateAdminAreaRequest_CAS)
- func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateAdminAreaRequestCAS_FieldTerminalPath
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValue(item *UpdateAdminAreaRequest_CAS)
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) Get(source *UpdateAdminAreaRequest_CAS) (values []interface{})
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetSingle(source *UpdateAdminAreaRequest_CAS) (interface{}, bool)
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) JSONString() string
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) Selector() UpdateAdminAreaRequestCAS_FieldPathSelector
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) String() string
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayItemValue
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayOfValues
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathValue
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest_CAS) bool
- func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateAdminAreaRequest_CAS) (interface{}, bool)
- func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*admin_area.AdminArea, bool)
- func (fpaov *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
- func (fpaov *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateAdminAreaRequestCAS_FieldTerminalPathValue
- func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*admin_area.AdminArea, bool)
- func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
- func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateAdminAreaRequest_CAS) (int, bool)
- func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateAdminAreaRequest_CAS)
- func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateAdminAreaRequestFieldPathBuilder
- type UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminArea
- func (UpdateAdminAreaRequestPathSelectorAdminArea) DisplayName() UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName
- func (UpdateAdminAreaRequestPathSelectorAdminArea) FieldPath() *UpdateAdminAreaRequest_FieldTerminalPath
- func (UpdateAdminAreaRequestPathSelectorAdminArea) Geometry() UpdateAdminAreaRequestPathSelectorAdminAreaGeometry
- func (UpdateAdminAreaRequestPathSelectorAdminArea) Hierarchy() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy
- func (UpdateAdminAreaRequestPathSelectorAdminArea) LabelGeometry() UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry
- func (UpdateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames() UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames
- func (UpdateAdminAreaRequestPathSelectorAdminArea) Metadata() UpdateAdminAreaRequestPathSelectorAdminAreaMetadata
- func (UpdateAdminAreaRequestPathSelectorAdminArea) Name() UpdateAdminAreaRequestPathSelectorAdminAreaName
- func (UpdateAdminAreaRequestPathSelectorAdminArea) Type() UpdateAdminAreaRequestPathSelectorAdminAreaType
- func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues(values []*admin_area.AdminArea) *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubPath(subPath admin_area.AdminArea_FieldPath) *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *UpdateAdminAreaRequest_FieldSubPathValue
- func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithValue(value *admin_area.AdminArea) *UpdateAdminAreaRequest_FieldTerminalPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName
- func (UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaGeometry
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) Bbox() UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) Center() UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) NorthEast() UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) SouthWest() UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin1() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin2() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin3() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin4() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin5() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Continent() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Country() UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue(value *admin_area.AdminHierarchy) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry
- func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Bbox() UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Center() UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) NorthEast() UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) SouthWest() UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadata
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Annotations() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) CreateTime() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Generation() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Labels() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) OwnerReferences() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) ResourceVersion() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Shards() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Syncing() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Tags() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) UpdateTime() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Uuid() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue(value *ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) ApiVersion() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Controller() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Kind() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Name() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Uid() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithValue(value bool) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue(value map[string]int64) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) OwningRegion() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) Regions() UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid
- func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaName
- func (UpdateAdminAreaRequestPathSelectorAdminAreaName) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues(values []*admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaName) WithValue(value *admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorAdminAreaType
- func (UpdateAdminAreaRequestPathSelectorAdminAreaType) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues(values []admin_area.AdminArea_Type) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorAdminAreaType) WithValue(value admin_area.AdminArea_Type) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCas
- func (UpdateAdminAreaRequestPathSelectorCas) ConditionalState() UpdateAdminAreaRequestPathSelectorCasConditionalState
- func (UpdateAdminAreaRequestPathSelectorCas) FieldMask() UpdateAdminAreaRequestPathSelectorCasFieldMask
- func (UpdateAdminAreaRequestPathSelectorCas) FieldPath() *UpdateAdminAreaRequest_FieldTerminalPath
- func (s UpdateAdminAreaRequestPathSelectorCas) WithArrayOfValues(values []*UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateAdminAreaRequestCAS_FieldPathArrayItemValue) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateAdminAreaRequestCAS_FieldPathArrayOfValues) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorCas) WithSubPath(subPath UpdateAdminAreaRequestCAS_FieldPath) *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCas) WithSubValue(subPathValue UpdateAdminAreaRequestCAS_FieldPathValue) *UpdateAdminAreaRequest_FieldSubPathValue
- func (s UpdateAdminAreaRequestPathSelectorCas) WithValue(value *UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_FieldTerminalPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalState
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) DisplayName() UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Geometry() UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Hierarchy() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) LabelGeometry() UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) LocalLanguageNames() UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Metadata() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Name() UpdateAdminAreaRequestPathSelectorCasConditionalStateName
- func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Type() UpdateAdminAreaRequestPathSelectorCasConditionalStateType
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*admin_area.AdminArea) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalState) WithValue(value *admin_area.AdminArea) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) Bbox() UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) Center() UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) NorthEast() UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) SouthWest() UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) Admin1() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) Admin2() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) Admin3() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) Admin4() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) Admin5() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) Continent() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) Country() UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) WithValue(value *admin_area.AdminHierarchy) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) Bbox() UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) Center() UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) NorthEast() ...
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) SouthWest() ...
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Annotations() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) CreateTime() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Generation() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Labels() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) OwnerReferences() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) ResourceVersion() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Shards() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Syncing() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Tags() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) UpdateTime() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Uuid() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) ApiVersion() ...
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Kind() ...
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Name() ...
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Uid() ...
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithKey(key string) UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion() ...
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) Regions() UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateName
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateName) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithValue(value *admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasConditionalStateType
- func (UpdateAdminAreaRequestPathSelectorCasConditionalStateType) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateType) WithArrayOfValues(values []admin_area.AdminArea_Type) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateType) WithValue(value admin_area.AdminArea_Type) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorCasFieldMask
- func (UpdateAdminAreaRequestPathSelectorCasFieldMask) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
- func (s UpdateAdminAreaRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorCasFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldSubPathValue
- type UpdateAdminAreaRequestPathSelectorUpdateMask
- func (UpdateAdminAreaRequestPathSelectorUpdateMask) FieldPath() *UpdateAdminAreaRequest_FieldTerminalPath
- func (s UpdateAdminAreaRequestPathSelectorUpdateMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s UpdateAdminAreaRequestPathSelectorUpdateMask) WithValue(value *admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldTerminalPathValue
- type UpdateAdminAreaRequest_CAS
- func (o *UpdateAdminAreaRequest_CAS) Clone() *UpdateAdminAreaRequest_CAS
- func (o *UpdateAdminAreaRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateAdminAreaRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateAdminAreaRequest_CAS) GetConditionalState() *admin_area.AdminArea
- func (m *UpdateAdminAreaRequest_CAS) GetFieldMask() *admin_area.AdminArea_FieldMask
- func (*UpdateAdminAreaRequest_CAS) GotenMessage()
- func (o *UpdateAdminAreaRequest_CAS) GotenObjectExt()
- func (obj *UpdateAdminAreaRequest_CAS) GotenValidate() error
- func (o *UpdateAdminAreaRequest_CAS) MakeDiffFieldMask(other *UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_CAS_FieldMask
- func (o *UpdateAdminAreaRequest_CAS) MakeFullFieldMask() *UpdateAdminAreaRequest_CAS_FieldMask
- func (o *UpdateAdminAreaRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateAdminAreaRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateAdminAreaRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateAdminAreaRequest_CAS) MarshalJSON() ([]byte, error)
- func (o *UpdateAdminAreaRequest_CAS) Merge(source *UpdateAdminAreaRequest_CAS)
- func (o *UpdateAdminAreaRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateAdminAreaRequest_CAS) ProtoMessage()
- func (m *UpdateAdminAreaRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateAdminAreaRequest_CAS) Reset()
- func (m *UpdateAdminAreaRequest_CAS) SetConditionalState(fv *admin_area.AdminArea)
- func (m *UpdateAdminAreaRequest_CAS) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
- func (m *UpdateAdminAreaRequest_CAS) String() string
- func (m *UpdateAdminAreaRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateAdminAreaRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalState
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) DisplayName() UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) FieldPath() *UpdateAdminAreaRequestCAS_FieldTerminalPath
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Geometry() UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Hierarchy() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) LabelGeometry() UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) LocalLanguageNames() UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Metadata() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Name() UpdateAdminAreaRequest_CASPathSelectorConditionalStateName
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Type() UpdateAdminAreaRequest_CASPathSelectorConditionalStateType
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*admin_area.AdminArea) *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubPath(subPath admin_area.AdminArea_FieldPath) *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithValue(value *admin_area.AdminArea) *UpdateAdminAreaRequestCAS_FieldTerminalPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) Bbox() UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) Center() UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) NorthEast() UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) SouthWest() UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) Admin1() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) Admin2() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) Admin3() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) Admin4() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) Admin5() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) Continent() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) Country() UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) WithValue(value *admin_area.AdminHierarchy) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) Bbox() UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) Center() UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) NorthEast() ...
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) SouthWest() ...
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithKey(key string) UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithValue(value map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Annotations() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) CreateTime() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Generation() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Labels() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Shards() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Syncing() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Tags() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) UpdateTime() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Uuid() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithKey(key string) UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey(key string) UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) ApiVersion() ...
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Kind() ...
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Name() ...
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Uid() ...
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithKey(key string) UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion() ...
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) Regions() UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateName
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*admin_area.Name) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithValue(value *admin_area.Name) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorConditionalStateType
- func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) FieldPath() *UpdateAdminAreaRequestCAS_FieldSubPath
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) WithArrayOfValues(values []admin_area.AdminArea_Type) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) WithValue(value admin_area.AdminArea_Type) *UpdateAdminAreaRequestCAS_FieldSubPathValue
- type UpdateAdminAreaRequest_CASPathSelectorFieldMask
- func (UpdateAdminAreaRequest_CASPathSelectorFieldMask) FieldPath() *UpdateAdminAreaRequestCAS_FieldTerminalPath
- func (s UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequestCAS_FieldTerminalPathValue
- type UpdateAdminAreaRequest_CAS_FieldMask
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) AppendPath(path UpdateAdminAreaRequestCAS_FieldPath)
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) FilterInputFields() *UpdateAdminAreaRequest_CAS_FieldMask
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) GetPaths() []UpdateAdminAreaRequestCAS_FieldPath
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) IsFull() bool
- func (fieldMask UpdateAdminAreaRequest_CAS_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateAdminAreaRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) PathsCount() int
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Project(source *UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_CAS
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ProtoMessage()
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Reset()
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Set(target, source *UpdateAdminAreaRequest_CAS)
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Size() int
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) String() string
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Subtract(other *UpdateAdminAreaRequest_CAS_FieldMask) *UpdateAdminAreaRequest_CAS_FieldMask
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateAdminAreaRequest_FieldMask
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) AppendPath(path UpdateAdminAreaRequest_FieldPath)
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) FilterInputFields() *UpdateAdminAreaRequest_FieldMask
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) GetPaths() []UpdateAdminAreaRequest_FieldPath
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) IsFull() bool
- func (fieldMask UpdateAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) PathsCount() int
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) Project(source *UpdateAdminAreaRequest) *UpdateAdminAreaRequest
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) ProtoMessage()
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) Reset()
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) Set(target, source *UpdateAdminAreaRequest)
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) Size() int
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) String() string
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) Subtract(other *UpdateAdminAreaRequest_FieldMask) *UpdateAdminAreaRequest_FieldMask
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateAdminAreaRequest_FieldPath
- func BuildUpdateAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdateAdminAreaRequest_FieldPath, error)
- func MustParseUpdateAdminAreaRequest_FieldPath(rawField string) UpdateAdminAreaRequest_FieldPath
- func ParseUpdateAdminAreaRequest_FieldPath(rawField string) (UpdateAdminAreaRequest_FieldPath, error)
- type UpdateAdminAreaRequest_FieldPathArrayItemValue
- type UpdateAdminAreaRequest_FieldPathArrayOfValues
- type UpdateAdminAreaRequest_FieldPathSelector
- type UpdateAdminAreaRequest_FieldPathValue
- type UpdateAdminAreaRequest_FieldSubPath
- func (fps *UpdateAdminAreaRequest_FieldSubPath) AsAdminAreaSubPath() (admin_area.AdminArea_FieldPath, bool)
- func (fps *UpdateAdminAreaRequest_FieldSubPath) AsCasSubPath() (UpdateAdminAreaRequestCAS_FieldPath, bool)
- func (fps *UpdateAdminAreaRequest_FieldSubPath) ClearValue(item *UpdateAdminAreaRequest)
- func (fps *UpdateAdminAreaRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateAdminAreaRequest_FieldSubPath) Get(source *UpdateAdminAreaRequest) (values []interface{})
- func (fps *UpdateAdminAreaRequest_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateAdminAreaRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateAdminAreaRequest_FieldSubPath) GetSingle(source *UpdateAdminAreaRequest) (interface{}, bool)
- func (fps *UpdateAdminAreaRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateAdminAreaRequest_FieldSubPath) IsLeaf() bool
- func (fps *UpdateAdminAreaRequest_FieldSubPath) JSONString() string
- func (fps *UpdateAdminAreaRequest_FieldSubPath) Selector() UpdateAdminAreaRequest_FieldPathSelector
- func (fps *UpdateAdminAreaRequest_FieldSubPath) String() string
- func (fps *UpdateAdminAreaRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequest_FieldPathArrayItemValue
- func (fps *UpdateAdminAreaRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequest_FieldPathArrayOfValues
- func (fps *UpdateAdminAreaRequest_FieldSubPath) WithIValue(value interface{}) UpdateAdminAreaRequest_FieldPathValue
- func (fps *UpdateAdminAreaRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateAdminAreaRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateAdminAreaRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateAdminAreaRequest_FieldSubPathArrayItemValue
- func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) AsAdminAreaPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateAdminAreaRequestCAS_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest) bool
- func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateAdminAreaRequest_FieldSubPathArrayOfValues
- func (fpsaov *UpdateAdminAreaRequest_FieldSubPathArrayOfValues) AsAdminAreaPathArrayOfValues() (admin_area.AdminArea_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateAdminAreaRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateAdminAreaRequestCAS_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateAdminAreaRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type UpdateAdminAreaRequest_FieldSubPathValue
- func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) AsAdminAreaPathValue() (admin_area.AdminArea_FieldPathValue, bool)
- func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) AsCasPathValue() (UpdateAdminAreaRequestCAS_FieldPathValue, bool)
- func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) CompareWith(source *UpdateAdminAreaRequest) (int, bool)
- func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) SetTo(target **UpdateAdminAreaRequest)
- func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateAdminAreaRequest_FieldTerminalPath
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) ClearValue(item *UpdateAdminAreaRequest)
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) Get(source *UpdateAdminAreaRequest) (values []interface{})
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetSingle(source *UpdateAdminAreaRequest) (interface{}, bool)
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) JSONString() string
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) Selector() UpdateAdminAreaRequest_FieldPathSelector
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) String() string
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequest_FieldPathArrayItemValue
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequest_FieldPathArrayOfValues
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateAdminAreaRequest_FieldPathValue
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest) bool
- func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateAdminAreaRequest) (interface{}, bool)
- func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsAdminAreaArrayOfValues() ([]*admin_area.AdminArea, bool)
- func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateAdminAreaRequest_CAS, bool)
- func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
- func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateAdminAreaRequest_FieldTerminalPathValue
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) AsAdminAreaValue() (*admin_area.AdminArea, bool)
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) AsCasValue() (*UpdateAdminAreaRequest_CAS, bool)
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*admin_area.AdminArea_FieldMask, bool)
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *UpdateAdminAreaRequest) (int, bool)
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) SetTo(target **UpdateAdminAreaRequest)
- func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchAdminAreaClientStream
- type WatchAdminAreaRequest
- func (o *WatchAdminAreaRequest) Clone() *WatchAdminAreaRequest
- func (o *WatchAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchAdminAreaRequest) Descriptor() ([]byte, []int)
- func (m *WatchAdminAreaRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
- func (m *WatchAdminAreaRequest) GetName() *admin_area.Reference
- func (m *WatchAdminAreaRequest) GetView() view.View
- func (*WatchAdminAreaRequest) GotenMessage()
- func (o *WatchAdminAreaRequest) GotenObjectExt()
- func (obj *WatchAdminAreaRequest) GotenValidate() error
- func (o *WatchAdminAreaRequest) MakeDiffFieldMask(other *WatchAdminAreaRequest) *WatchAdminAreaRequest_FieldMask
- func (o *WatchAdminAreaRequest) MakeFullFieldMask() *WatchAdminAreaRequest_FieldMask
- func (o *WatchAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchAdminAreaRequest) Marshal() ([]byte, error)
- func (m *WatchAdminAreaRequest) MarshalJSON() ([]byte, error)
- func (o *WatchAdminAreaRequest) Merge(source *WatchAdminAreaRequest)
- func (o *WatchAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchAdminAreaRequest) ProtoMessage()
- func (m *WatchAdminAreaRequest) ProtoReflect() preflect.Message
- func (m *WatchAdminAreaRequest) Reset()
- func (m *WatchAdminAreaRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
- func (m *WatchAdminAreaRequest) SetName(fv *admin_area.Reference)
- func (m *WatchAdminAreaRequest) SetView(fv view.View)
- func (m *WatchAdminAreaRequest) String() string
- func (m *WatchAdminAreaRequest) Unmarshal(b []byte) error
- func (m *WatchAdminAreaRequest) UnmarshalJSON(data []byte) error
- type WatchAdminAreaRequestFieldPathBuilder
- type WatchAdminAreaRequestPathSelectorFieldMask
- func (WatchAdminAreaRequestPathSelectorFieldMask) FieldPath() *WatchAdminAreaRequest_FieldTerminalPath
- func (s WatchAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreaRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *WatchAdminAreaRequest_FieldTerminalPathValue
- type WatchAdminAreaRequestPathSelectorName
- func (WatchAdminAreaRequestPathSelectorName) FieldPath() *WatchAdminAreaRequest_FieldTerminalPath
- func (s WatchAdminAreaRequestPathSelectorName) WithArrayOfValues(values []*admin_area.Reference) *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreaRequestPathSelectorName) WithValue(value *admin_area.Reference) *WatchAdminAreaRequest_FieldTerminalPathValue
- type WatchAdminAreaRequestPathSelectorView
- func (WatchAdminAreaRequestPathSelectorView) FieldPath() *WatchAdminAreaRequest_FieldTerminalPath
- func (s WatchAdminAreaRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreaRequestPathSelectorView) WithValue(value view.View) *WatchAdminAreaRequest_FieldTerminalPathValue
- type WatchAdminAreaRequest_FieldMask
- func (fieldMask *WatchAdminAreaRequest_FieldMask) AppendPath(path WatchAdminAreaRequest_FieldPath)
- func (fieldMask *WatchAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchAdminAreaRequest_FieldMask) FilterInputFields() *WatchAdminAreaRequest_FieldMask
- func (fieldMask *WatchAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchAdminAreaRequest_FieldMask) GetPaths() []WatchAdminAreaRequest_FieldPath
- func (fieldMask *WatchAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchAdminAreaRequest_FieldMask) IsFull() bool
- func (fieldMask WatchAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchAdminAreaRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchAdminAreaRequest_FieldMask) Project(source *WatchAdminAreaRequest) *WatchAdminAreaRequest
- func (fieldMask *WatchAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchAdminAreaRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchAdminAreaRequest_FieldMask) Reset()
- func (fieldMask *WatchAdminAreaRequest_FieldMask) Set(target, source *WatchAdminAreaRequest)
- func (fieldMask *WatchAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchAdminAreaRequest_FieldMask) Size() int
- func (fieldMask *WatchAdminAreaRequest_FieldMask) String() string
- func (fieldMask *WatchAdminAreaRequest_FieldMask) Subtract(other *WatchAdminAreaRequest_FieldMask) *WatchAdminAreaRequest_FieldMask
- func (fieldMask *WatchAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchAdminAreaRequest_FieldPath
- func BuildWatchAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreaRequest_FieldPath, error)
- func MustParseWatchAdminAreaRequest_FieldPath(rawField string) WatchAdminAreaRequest_FieldPath
- func ParseWatchAdminAreaRequest_FieldPath(rawField string) (WatchAdminAreaRequest_FieldPath, error)
- type WatchAdminAreaRequest_FieldPathArrayItemValue
- type WatchAdminAreaRequest_FieldPathArrayOfValues
- type WatchAdminAreaRequest_FieldPathSelector
- type WatchAdminAreaRequest_FieldPathValue
- type WatchAdminAreaRequest_FieldTerminalPath
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) ClearValue(item *WatchAdminAreaRequest)
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) Get(source *WatchAdminAreaRequest) (values []interface{})
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetSingle(source *WatchAdminAreaRequest) (interface{}, bool)
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) Selector() WatchAdminAreaRequest_FieldPathSelector
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) String() string
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreaRequest_FieldPathArrayItemValue
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreaRequest_FieldPathArrayOfValues
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreaRequest_FieldPathValue
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchAdminAreaRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreaRequest) bool
- func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreaRequest) (interface{}, bool)
- func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchAdminAreaRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
- func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*admin_area.Reference, bool)
- func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchAdminAreaRequest_FieldTerminalPathValue
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) AsNameValue() (*admin_area.Reference, bool)
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *WatchAdminAreaRequest) (int, bool)
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) SetTo(target **WatchAdminAreaRequest)
- func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchAdminAreaResponse
- func (o *WatchAdminAreaResponse) Clone() *WatchAdminAreaResponse
- func (o *WatchAdminAreaResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchAdminAreaResponse) Descriptor() ([]byte, []int)
- func (m *WatchAdminAreaResponse) GetChange() *admin_area.AdminAreaChange
- func (*WatchAdminAreaResponse) GotenMessage()
- func (o *WatchAdminAreaResponse) GotenObjectExt()
- func (obj *WatchAdminAreaResponse) GotenValidate() error
- func (o *WatchAdminAreaResponse) MakeDiffFieldMask(other *WatchAdminAreaResponse) *WatchAdminAreaResponse_FieldMask
- func (o *WatchAdminAreaResponse) MakeFullFieldMask() *WatchAdminAreaResponse_FieldMask
- func (o *WatchAdminAreaResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchAdminAreaResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchAdminAreaResponse) Marshal() ([]byte, error)
- func (m *WatchAdminAreaResponse) MarshalJSON() ([]byte, error)
- func (o *WatchAdminAreaResponse) Merge(source *WatchAdminAreaResponse)
- func (o *WatchAdminAreaResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchAdminAreaResponse) ProtoMessage()
- func (m *WatchAdminAreaResponse) ProtoReflect() preflect.Message
- func (m *WatchAdminAreaResponse) Reset()
- func (m *WatchAdminAreaResponse) SetChange(fv *admin_area.AdminAreaChange)
- func (m *WatchAdminAreaResponse) String() string
- func (m *WatchAdminAreaResponse) Unmarshal(b []byte) error
- func (m *WatchAdminAreaResponse) UnmarshalJSON(data []byte) error
- type WatchAdminAreaResponseFieldPathBuilder
- type WatchAdminAreaResponsePathSelectorChange
- func (WatchAdminAreaResponsePathSelectorChange) FieldPath() *WatchAdminAreaResponse_FieldTerminalPath
- func (s WatchAdminAreaResponsePathSelectorChange) WithArrayOfValues(values []*admin_area.AdminAreaChange) *WatchAdminAreaResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreaResponsePathSelectorChange) WithValue(value *admin_area.AdminAreaChange) *WatchAdminAreaResponse_FieldTerminalPathValue
- type WatchAdminAreaResponse_FieldMask
- func (fieldMask *WatchAdminAreaResponse_FieldMask) AppendPath(path WatchAdminAreaResponse_FieldPath)
- func (fieldMask *WatchAdminAreaResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchAdminAreaResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchAdminAreaResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchAdminAreaResponse_FieldMask) FilterInputFields() *WatchAdminAreaResponse_FieldMask
- func (fieldMask *WatchAdminAreaResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchAdminAreaResponse_FieldMask) GetPaths() []WatchAdminAreaResponse_FieldPath
- func (fieldMask *WatchAdminAreaResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchAdminAreaResponse_FieldMask) IsFull() bool
- func (fieldMask WatchAdminAreaResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchAdminAreaResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchAdminAreaResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchAdminAreaResponse_FieldMask) Project(source *WatchAdminAreaResponse) *WatchAdminAreaResponse
- func (fieldMask *WatchAdminAreaResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchAdminAreaResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchAdminAreaResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchAdminAreaResponse_FieldMask) Reset()
- func (fieldMask *WatchAdminAreaResponse_FieldMask) Set(target, source *WatchAdminAreaResponse)
- func (fieldMask *WatchAdminAreaResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchAdminAreaResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchAdminAreaResponse_FieldMask) Size() int
- func (fieldMask *WatchAdminAreaResponse_FieldMask) String() string
- func (fieldMask *WatchAdminAreaResponse_FieldMask) Subtract(other *WatchAdminAreaResponse_FieldMask) *WatchAdminAreaResponse_FieldMask
- func (fieldMask *WatchAdminAreaResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchAdminAreaResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchAdminAreaResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchAdminAreaResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchAdminAreaResponse_FieldPath
- func BuildWatchAdminAreaResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreaResponse_FieldPath, error)
- func MustParseWatchAdminAreaResponse_FieldPath(rawField string) WatchAdminAreaResponse_FieldPath
- func ParseWatchAdminAreaResponse_FieldPath(rawField string) (WatchAdminAreaResponse_FieldPath, error)
- type WatchAdminAreaResponse_FieldPathArrayItemValue
- type WatchAdminAreaResponse_FieldPathArrayOfValues
- type WatchAdminAreaResponse_FieldPathSelector
- type WatchAdminAreaResponse_FieldPathValue
- type WatchAdminAreaResponse_FieldTerminalPath
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) ClearValue(item *WatchAdminAreaResponse)
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) Get(source *WatchAdminAreaResponse) (values []interface{})
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetSingle(source *WatchAdminAreaResponse) (interface{}, bool)
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) Selector() WatchAdminAreaResponse_FieldPathSelector
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) String() string
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreaResponse_FieldPathArrayItemValue
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreaResponse_FieldPathArrayOfValues
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreaResponse_FieldPathValue
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchAdminAreaResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreaResponse) bool
- func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreaResponse) (interface{}, bool)
- func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchAdminAreaResponse_FieldTerminalPathArrayOfValues
- type WatchAdminAreaResponse_FieldTerminalPathValue
- func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) AsChangeValue() (*admin_area.AdminAreaChange, bool)
- func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) CompareWith(source *WatchAdminAreaResponse) (int, bool)
- func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) SetTo(target **WatchAdminAreaResponse)
- func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchAdminAreasClientStream
- type WatchAdminAreasRequest
- func (o *WatchAdminAreasRequest) Clone() *WatchAdminAreasRequest
- func (o *WatchAdminAreasRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchAdminAreasRequest) Descriptor() ([]byte, []int)
- func (m *WatchAdminAreasRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
- func (m *WatchAdminAreasRequest) GetFilter() *admin_area.Filter
- func (m *WatchAdminAreasRequest) GetMaxChunkSize() int32
- func (m *WatchAdminAreasRequest) GetOrderBy() *admin_area.OrderBy
- func (m *WatchAdminAreasRequest) GetPageSize() int32
- func (m *WatchAdminAreasRequest) GetPageToken() *admin_area.PagerCursor
- func (m *WatchAdminAreasRequest) GetResumeToken() string
- func (m *WatchAdminAreasRequest) GetType() watch_type.WatchType
- func (m *WatchAdminAreasRequest) GetView() view.View
- func (*WatchAdminAreasRequest) GotenMessage()
- func (o *WatchAdminAreasRequest) GotenObjectExt()
- func (obj *WatchAdminAreasRequest) GotenValidate() error
- func (o *WatchAdminAreasRequest) MakeDiffFieldMask(other *WatchAdminAreasRequest) *WatchAdminAreasRequest_FieldMask
- func (o *WatchAdminAreasRequest) MakeFullFieldMask() *WatchAdminAreasRequest_FieldMask
- func (o *WatchAdminAreasRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchAdminAreasRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchAdminAreasRequest) Marshal() ([]byte, error)
- func (m *WatchAdminAreasRequest) MarshalJSON() ([]byte, error)
- func (o *WatchAdminAreasRequest) Merge(source *WatchAdminAreasRequest)
- func (o *WatchAdminAreasRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchAdminAreasRequest) ProtoMessage()
- func (m *WatchAdminAreasRequest) ProtoReflect() preflect.Message
- func (m *WatchAdminAreasRequest) Reset()
- func (m *WatchAdminAreasRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
- func (m *WatchAdminAreasRequest) SetFilter(fv *admin_area.Filter)
- func (m *WatchAdminAreasRequest) SetMaxChunkSize(fv int32)
- func (m *WatchAdminAreasRequest) SetOrderBy(fv *admin_area.OrderBy)
- func (m *WatchAdminAreasRequest) SetPageSize(fv int32)
- func (m *WatchAdminAreasRequest) SetPageToken(fv *admin_area.PagerCursor)
- func (m *WatchAdminAreasRequest) SetResumeToken(fv string)
- func (m *WatchAdminAreasRequest) SetType(fv watch_type.WatchType)
- func (m *WatchAdminAreasRequest) SetView(fv view.View)
- func (m *WatchAdminAreasRequest) String() string
- func (m *WatchAdminAreasRequest) Unmarshal(b []byte) error
- func (m *WatchAdminAreasRequest) UnmarshalJSON(data []byte) error
- type WatchAdminAreasRequestFieldPathBuilder
- func (WatchAdminAreasRequestFieldPathBuilder) FieldMask() WatchAdminAreasRequestPathSelectorFieldMask
- func (WatchAdminAreasRequestFieldPathBuilder) Filter() WatchAdminAreasRequestPathSelectorFilter
- func (WatchAdminAreasRequestFieldPathBuilder) MaxChunkSize() WatchAdminAreasRequestPathSelectorMaxChunkSize
- func (WatchAdminAreasRequestFieldPathBuilder) OrderBy() WatchAdminAreasRequestPathSelectorOrderBy
- func (WatchAdminAreasRequestFieldPathBuilder) PageSize() WatchAdminAreasRequestPathSelectorPageSize
- func (WatchAdminAreasRequestFieldPathBuilder) PageToken() WatchAdminAreasRequestPathSelectorPageToken
- func (WatchAdminAreasRequestFieldPathBuilder) ResumeToken() WatchAdminAreasRequestPathSelectorResumeToken
- func (WatchAdminAreasRequestFieldPathBuilder) Type() WatchAdminAreasRequestPathSelectorType
- func (WatchAdminAreasRequestFieldPathBuilder) View() WatchAdminAreasRequestPathSelectorView
- type WatchAdminAreasRequestPathSelectorFieldMask
- func (WatchAdminAreasRequestPathSelectorFieldMask) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorFilter
- func (WatchAdminAreasRequestPathSelectorFilter) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorFilter) WithArrayOfValues(values []*admin_area.Filter) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorFilter) WithValue(value *admin_area.Filter) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorMaxChunkSize
- func (WatchAdminAreasRequestPathSelectorMaxChunkSize) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorOrderBy
- func (WatchAdminAreasRequestPathSelectorOrderBy) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues(values []*admin_area.OrderBy) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorOrderBy) WithValue(value *admin_area.OrderBy) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorPageSize
- func (WatchAdminAreasRequestPathSelectorPageSize) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorPageSize) WithValue(value int32) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorPageToken
- func (WatchAdminAreasRequestPathSelectorPageToken) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorPageToken) WithValue(value *admin_area.PagerCursor) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorResumeToken
- func (WatchAdminAreasRequestPathSelectorResumeToken) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorResumeToken) WithValue(value string) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorType
- func (WatchAdminAreasRequestPathSelectorType) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequestPathSelectorView
- func (WatchAdminAreasRequestPathSelectorView) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
- func (s WatchAdminAreasRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasRequestPathSelectorView) WithValue(value view.View) *WatchAdminAreasRequest_FieldTerminalPathValue
- type WatchAdminAreasRequest_FieldMask
- func (fieldMask *WatchAdminAreasRequest_FieldMask) AppendPath(path WatchAdminAreasRequest_FieldPath)
- func (fieldMask *WatchAdminAreasRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchAdminAreasRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchAdminAreasRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchAdminAreasRequest_FieldMask) FilterInputFields() *WatchAdminAreasRequest_FieldMask
- func (fieldMask *WatchAdminAreasRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchAdminAreasRequest_FieldMask) GetPaths() []WatchAdminAreasRequest_FieldPath
- func (fieldMask *WatchAdminAreasRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchAdminAreasRequest_FieldMask) IsFull() bool
- func (fieldMask WatchAdminAreasRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchAdminAreasRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchAdminAreasRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchAdminAreasRequest_FieldMask) Project(source *WatchAdminAreasRequest) *WatchAdminAreasRequest
- func (fieldMask *WatchAdminAreasRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchAdminAreasRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchAdminAreasRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchAdminAreasRequest_FieldMask) Reset()
- func (fieldMask *WatchAdminAreasRequest_FieldMask) Set(target, source *WatchAdminAreasRequest)
- func (fieldMask *WatchAdminAreasRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchAdminAreasRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchAdminAreasRequest_FieldMask) Size() int
- func (fieldMask *WatchAdminAreasRequest_FieldMask) String() string
- func (fieldMask *WatchAdminAreasRequest_FieldMask) Subtract(other *WatchAdminAreasRequest_FieldMask) *WatchAdminAreasRequest_FieldMask
- func (fieldMask *WatchAdminAreasRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchAdminAreasRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchAdminAreasRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchAdminAreasRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchAdminAreasRequest_FieldPath
- func BuildWatchAdminAreasRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreasRequest_FieldPath, error)
- func MustParseWatchAdminAreasRequest_FieldPath(rawField string) WatchAdminAreasRequest_FieldPath
- func ParseWatchAdminAreasRequest_FieldPath(rawField string) (WatchAdminAreasRequest_FieldPath, error)
- type WatchAdminAreasRequest_FieldPathArrayItemValue
- type WatchAdminAreasRequest_FieldPathArrayOfValues
- type WatchAdminAreasRequest_FieldPathSelector
- type WatchAdminAreasRequest_FieldPathValue
- type WatchAdminAreasRequest_FieldTerminalPath
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) ClearValue(item *WatchAdminAreasRequest)
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) Get(source *WatchAdminAreasRequest) (values []interface{})
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetSingle(source *WatchAdminAreasRequest) (interface{}, bool)
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) Selector() WatchAdminAreasRequest_FieldPathSelector
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) String() string
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreasRequest_FieldPathArrayItemValue
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreasRequest_FieldPathArrayOfValues
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreasRequest_FieldPathValue
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchAdminAreasRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreasRequest) bool
- func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreasRequest) (interface{}, bool)
- func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*admin_area.Filter, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*admin_area.OrderBy, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchAdminAreasRequest_FieldTerminalPathValue
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsFilterValue() (*admin_area.Filter, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue() (*admin_area.OrderBy, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue() (*admin_area.PagerCursor, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) CompareWith(source *WatchAdminAreasRequest) (int, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) SetTo(target **WatchAdminAreasRequest)
- func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchAdminAreasResponse
- func (o *WatchAdminAreasResponse) Clone() *WatchAdminAreasResponse
- func (o *WatchAdminAreasResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchAdminAreasResponse) Descriptor() ([]byte, []int)
- func (m *WatchAdminAreasResponse) GetAdminAreaChanges() []*admin_area.AdminAreaChange
- func (m *WatchAdminAreasResponse) GetIsCurrent() bool
- func (m *WatchAdminAreasResponse) GetIsHardReset() bool
- func (m *WatchAdminAreasResponse) GetIsSoftReset() bool
- func (m *WatchAdminAreasResponse) GetPageTokenChange() *WatchAdminAreasResponse_PageTokenChange
- func (m *WatchAdminAreasResponse) GetResumeToken() string
- func (m *WatchAdminAreasResponse) GetSnapshotSize() int64
- func (*WatchAdminAreasResponse) GotenMessage()
- func (o *WatchAdminAreasResponse) GotenObjectExt()
- func (obj *WatchAdminAreasResponse) GotenValidate() error
- func (o *WatchAdminAreasResponse) MakeDiffFieldMask(other *WatchAdminAreasResponse) *WatchAdminAreasResponse_FieldMask
- func (o *WatchAdminAreasResponse) MakeFullFieldMask() *WatchAdminAreasResponse_FieldMask
- func (o *WatchAdminAreasResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchAdminAreasResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchAdminAreasResponse) Marshal() ([]byte, error)
- func (m *WatchAdminAreasResponse) MarshalJSON() ([]byte, error)
- func (o *WatchAdminAreasResponse) Merge(source *WatchAdminAreasResponse)
- func (o *WatchAdminAreasResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchAdminAreasResponse) ProtoMessage()
- func (m *WatchAdminAreasResponse) ProtoReflect() preflect.Message
- func (m *WatchAdminAreasResponse) Reset()
- func (m *WatchAdminAreasResponse) SetAdminAreaChanges(fv []*admin_area.AdminAreaChange)
- func (m *WatchAdminAreasResponse) SetIsCurrent(fv bool)
- func (m *WatchAdminAreasResponse) SetIsHardReset(fv bool)
- func (m *WatchAdminAreasResponse) SetIsSoftReset(fv bool)
- func (m *WatchAdminAreasResponse) SetPageTokenChange(fv *WatchAdminAreasResponse_PageTokenChange)
- func (m *WatchAdminAreasResponse) SetResumeToken(fv string)
- func (m *WatchAdminAreasResponse) SetSnapshotSize(fv int64)
- func (m *WatchAdminAreasResponse) String() string
- func (m *WatchAdminAreasResponse) Unmarshal(b []byte) error
- func (m *WatchAdminAreasResponse) UnmarshalJSON(data []byte) error
- type WatchAdminAreasResponseFieldPathBuilder
- func (WatchAdminAreasResponseFieldPathBuilder) AdminAreaChanges() WatchAdminAreasResponsePathSelectorAdminAreaChanges
- func (WatchAdminAreasResponseFieldPathBuilder) IsCurrent() WatchAdminAreasResponsePathSelectorIsCurrent
- func (WatchAdminAreasResponseFieldPathBuilder) IsHardReset() WatchAdminAreasResponsePathSelectorIsHardReset
- func (WatchAdminAreasResponseFieldPathBuilder) IsSoftReset() WatchAdminAreasResponsePathSelectorIsSoftReset
- func (WatchAdminAreasResponseFieldPathBuilder) PageTokenChange() WatchAdminAreasResponsePathSelectorPageTokenChange
- func (WatchAdminAreasResponseFieldPathBuilder) ResumeToken() WatchAdminAreasResponsePathSelectorResumeToken
- func (WatchAdminAreasResponseFieldPathBuilder) SnapshotSize() WatchAdminAreasResponsePathSelectorSnapshotSize
- type WatchAdminAreasResponsePageTokenChangeFieldPathBuilder
- type WatchAdminAreasResponsePageTokenChange_FieldPath
- func BuildWatchAdminAreasResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreasResponsePageTokenChange_FieldPath, error)
- func MustParseWatchAdminAreasResponsePageTokenChange_FieldPath(rawField string) WatchAdminAreasResponsePageTokenChange_FieldPath
- func ParseWatchAdminAreasResponsePageTokenChange_FieldPath(rawField string) (WatchAdminAreasResponsePageTokenChange_FieldPath, error)
- type WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue
- func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue
- func ParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue, error)
- type WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues
- func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues
- func ParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues, error)
- type WatchAdminAreasResponsePageTokenChange_FieldPathSelector
- type WatchAdminAreasResponsePageTokenChange_FieldPathValue
- func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchAdminAreasResponsePageTokenChange_FieldPathValue
- func ParseWatchAdminAreasResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchAdminAreasResponsePageTokenChange_FieldPathValue, error)
- type WatchAdminAreasResponsePageTokenChange_FieldTerminalPath
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchAdminAreasResponse_PageTokenChange)
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) Get(source *WatchAdminAreasResponse_PageTokenChange) (values []interface{})
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchAdminAreasResponse_PageTokenChange) (interface{}, bool)
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) JSONString() string
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) Selector() WatchAdminAreasResponsePageTokenChange_FieldPathSelector
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) String() string
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathValue
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreasResponse_PageTokenChange) bool
- func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreasResponse_PageTokenChange) (interface{}, bool)
- func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (fpaov *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
- func (fpaov *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
- func (fpaov *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue
- func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*admin_area.PagerCursor, bool)
- func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*admin_area.PagerCursor, bool)
- func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchAdminAreasResponse_PageTokenChange) (int, bool)
- func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchAdminAreasResponse_PageTokenChange)
- func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchAdminAreasResponsePathSelectorAdminAreaChanges
- func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) FieldPath() *WatchAdminAreasResponse_FieldTerminalPath
- func (s WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithArrayOfValues(values [][]*admin_area.AdminAreaChange) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithItemValue(value *admin_area.AdminAreaChange) *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue
- func (s WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithValue(value []*admin_area.AdminAreaChange) *WatchAdminAreasResponse_FieldTerminalPathValue
- type WatchAdminAreasResponsePathSelectorIsCurrent
- func (WatchAdminAreasResponsePathSelectorIsCurrent) FieldPath() *WatchAdminAreasResponse_FieldTerminalPath
- func (s WatchAdminAreasResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorIsCurrent) WithValue(value bool) *WatchAdminAreasResponse_FieldTerminalPathValue
- type WatchAdminAreasResponsePathSelectorIsHardReset
- func (WatchAdminAreasResponsePathSelectorIsHardReset) FieldPath() *WatchAdminAreasResponse_FieldTerminalPath
- func (s WatchAdminAreasResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorIsHardReset) WithValue(value bool) *WatchAdminAreasResponse_FieldTerminalPathValue
- type WatchAdminAreasResponsePathSelectorIsSoftReset
- func (WatchAdminAreasResponsePathSelectorIsSoftReset) FieldPath() *WatchAdminAreasResponse_FieldTerminalPath
- func (s WatchAdminAreasResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchAdminAreasResponse_FieldTerminalPathValue
- type WatchAdminAreasResponsePathSelectorPageTokenChange
- func (WatchAdminAreasResponsePathSelectorPageTokenChange) FieldPath() *WatchAdminAreasResponse_FieldTerminalPath
- func (WatchAdminAreasResponsePathSelectorPageTokenChange) NextPageToken() WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchAdminAreasResponsePathSelectorPageTokenChange) PrevPageToken() WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken
- func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchAdminAreasResponse_PageTokenChange) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubArrayItemValue(...) *WatchAdminAreasResponse_FieldSubPathArrayItemValue
- func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubArrayOfValues(...) *WatchAdminAreasResponse_FieldSubPathArrayOfValues
- func (WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchAdminAreasResponsePageTokenChange_FieldPath) *WatchAdminAreasResponse_FieldSubPath
- func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchAdminAreasResponsePageTokenChange_FieldPathValue) *WatchAdminAreasResponse_FieldSubPathValue
- func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithValue(value *WatchAdminAreasResponse_PageTokenChange) *WatchAdminAreasResponse_FieldTerminalPathValue
- type WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) FieldPath() *WatchAdminAreasResponse_FieldSubPath
- func (s WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponse_FieldSubPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *admin_area.PagerCursor) *WatchAdminAreasResponse_FieldSubPathValue
- type WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken
- func (WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) FieldPath() *WatchAdminAreasResponse_FieldSubPath
- func (s WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponse_FieldSubPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *admin_area.PagerCursor) *WatchAdminAreasResponse_FieldSubPathValue
- type WatchAdminAreasResponsePathSelectorResumeToken
- func (WatchAdminAreasResponsePathSelectorResumeToken) FieldPath() *WatchAdminAreasResponse_FieldTerminalPath
- func (s WatchAdminAreasResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorResumeToken) WithValue(value string) *WatchAdminAreasResponse_FieldTerminalPathValue
- type WatchAdminAreasResponsePathSelectorSnapshotSize
- func (WatchAdminAreasResponsePathSelectorSnapshotSize) FieldPath() *WatchAdminAreasResponse_FieldTerminalPath
- func (s WatchAdminAreasResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchAdminAreasResponse_FieldTerminalPathValue
- type WatchAdminAreasResponse_FieldMask
- func (fieldMask *WatchAdminAreasResponse_FieldMask) AppendPath(path WatchAdminAreasResponse_FieldPath)
- func (fieldMask *WatchAdminAreasResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchAdminAreasResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchAdminAreasResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchAdminAreasResponse_FieldMask) FilterInputFields() *WatchAdminAreasResponse_FieldMask
- func (fieldMask *WatchAdminAreasResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchAdminAreasResponse_FieldMask) GetPaths() []WatchAdminAreasResponse_FieldPath
- func (fieldMask *WatchAdminAreasResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchAdminAreasResponse_FieldMask) IsFull() bool
- func (fieldMask WatchAdminAreasResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchAdminAreasResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchAdminAreasResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchAdminAreasResponse_FieldMask) Project(source *WatchAdminAreasResponse) *WatchAdminAreasResponse
- func (fieldMask *WatchAdminAreasResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchAdminAreasResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchAdminAreasResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchAdminAreasResponse_FieldMask) Reset()
- func (fieldMask *WatchAdminAreasResponse_FieldMask) Set(target, source *WatchAdminAreasResponse)
- func (fieldMask *WatchAdminAreasResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchAdminAreasResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchAdminAreasResponse_FieldMask) Size() int
- func (fieldMask *WatchAdminAreasResponse_FieldMask) String() string
- func (fieldMask *WatchAdminAreasResponse_FieldMask) Subtract(other *WatchAdminAreasResponse_FieldMask) *WatchAdminAreasResponse_FieldMask
- func (fieldMask *WatchAdminAreasResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchAdminAreasResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchAdminAreasResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchAdminAreasResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchAdminAreasResponse_FieldPath
- func BuildWatchAdminAreasResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreasResponse_FieldPath, error)
- func MustParseWatchAdminAreasResponse_FieldPath(rawField string) WatchAdminAreasResponse_FieldPath
- func ParseWatchAdminAreasResponse_FieldPath(rawField string) (WatchAdminAreasResponse_FieldPath, error)
- type WatchAdminAreasResponse_FieldPathArrayItemValue
- type WatchAdminAreasResponse_FieldPathArrayOfValues
- type WatchAdminAreasResponse_FieldPathSelector
- type WatchAdminAreasResponse_FieldPathValue
- type WatchAdminAreasResponse_FieldSubPath
- func (fps *WatchAdminAreasResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchAdminAreasResponsePageTokenChange_FieldPath, bool)
- func (fps *WatchAdminAreasResponse_FieldSubPath) ClearValue(item *WatchAdminAreasResponse)
- func (fps *WatchAdminAreasResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *WatchAdminAreasResponse_FieldSubPath) Get(source *WatchAdminAreasResponse) (values []interface{})
- func (fps *WatchAdminAreasResponse_FieldSubPath) GetDefault() interface{}
- func (fps *WatchAdminAreasResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *WatchAdminAreasResponse_FieldSubPath) GetSingle(source *WatchAdminAreasResponse) (interface{}, bool)
- func (fps *WatchAdminAreasResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *WatchAdminAreasResponse_FieldSubPath) IsLeaf() bool
- func (fps *WatchAdminAreasResponse_FieldSubPath) JSONString() string
- func (fps *WatchAdminAreasResponse_FieldSubPath) Selector() WatchAdminAreasResponse_FieldPathSelector
- func (fps *WatchAdminAreasResponse_FieldSubPath) String() string
- func (fps *WatchAdminAreasResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchAdminAreasResponse_FieldPathArrayItemValue
- func (fps *WatchAdminAreasResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchAdminAreasResponse_FieldPathArrayOfValues
- func (fps *WatchAdminAreasResponse_FieldSubPath) WithIValue(value interface{}) WatchAdminAreasResponse_FieldPathValue
- func (fps *WatchAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *WatchAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *WatchAdminAreasResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchAdminAreasResponse_FieldSubPathArrayItemValue
- func (fpaivs *WatchAdminAreasResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue, bool)
- func (fpaivs *WatchAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchAdminAreasResponse) bool
- func (fpaivs *WatchAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type WatchAdminAreasResponse_FieldSubPathArrayOfValues
- type WatchAdminAreasResponse_FieldSubPathValue
- func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchAdminAreasResponsePageTokenChange_FieldPathValue, bool)
- func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) CompareWith(source *WatchAdminAreasResponse) (int, bool)
- func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) SetTo(target **WatchAdminAreasResponse)
- func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type WatchAdminAreasResponse_FieldTerminalPath
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) ClearValue(item *WatchAdminAreasResponse)
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) Get(source *WatchAdminAreasResponse) (values []interface{})
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetSingle(source *WatchAdminAreasResponse) (interface{}, bool)
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) Selector() WatchAdminAreasResponse_FieldPathSelector
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) String() string
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreasResponse_FieldPathArrayItemValue
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreasResponse_FieldPathArrayOfValues
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreasResponse_FieldPathValue
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchAdminAreasResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreaChangesItemValue() (*admin_area.AdminAreaChange, bool)
- func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreasResponse) bool
- func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreasResponse) (interface{}, bool)
- func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreaChangesArrayOfValues() ([][]*admin_area.AdminAreaChange, bool)
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchAdminAreasResponse_PageTokenChange, bool)
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
- func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchAdminAreasResponse_FieldTerminalPathValue
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsAdminAreaChangesValue() ([]*admin_area.AdminAreaChange, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchAdminAreasResponse_PageTokenChange, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) CompareWith(source *WatchAdminAreasResponse) (int, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) SetTo(target **WatchAdminAreasResponse)
- func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchAdminAreasResponse_PageTokenChange
- func (o *WatchAdminAreasResponse_PageTokenChange) Clone() *WatchAdminAreasResponse_PageTokenChange
- func (o *WatchAdminAreasResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchAdminAreasResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchAdminAreasResponse_PageTokenChange) GetNextPageToken() *admin_area.PagerCursor
- func (m *WatchAdminAreasResponse_PageTokenChange) GetPrevPageToken() *admin_area.PagerCursor
- func (*WatchAdminAreasResponse_PageTokenChange) GotenMessage()
- func (o *WatchAdminAreasResponse_PageTokenChange) GotenObjectExt()
- func (obj *WatchAdminAreasResponse_PageTokenChange) GotenValidate() error
- func (o *WatchAdminAreasResponse_PageTokenChange) MakeDiffFieldMask(other *WatchAdminAreasResponse_PageTokenChange) *WatchAdminAreasResponse_PageTokenChange_FieldMask
- func (o *WatchAdminAreasResponse_PageTokenChange) MakeFullFieldMask() *WatchAdminAreasResponse_PageTokenChange_FieldMask
- func (o *WatchAdminAreasResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchAdminAreasResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchAdminAreasResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchAdminAreasResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (o *WatchAdminAreasResponse_PageTokenChange) Merge(source *WatchAdminAreasResponse_PageTokenChange)
- func (o *WatchAdminAreasResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchAdminAreasResponse_PageTokenChange) ProtoMessage()
- func (m *WatchAdminAreasResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchAdminAreasResponse_PageTokenChange) Reset()
- func (m *WatchAdminAreasResponse_PageTokenChange) SetNextPageToken(fv *admin_area.PagerCursor)
- func (m *WatchAdminAreasResponse_PageTokenChange) SetPrevPageToken(fv *admin_area.PagerCursor)
- func (m *WatchAdminAreasResponse_PageTokenChange) String() string
- func (m *WatchAdminAreasResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchAdminAreasResponse_PageTokenChange) UnmarshalJSON(data []byte) error
- type WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken
- func (WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) FieldPath() *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath
- func (s WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) WithValue(value *admin_area.PagerCursor) *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue
- type WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken
- func (WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath() *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath
- func (s WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) WithValue(value *admin_area.PagerCursor) *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue
- type WatchAdminAreasResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) AppendPath(path WatchAdminAreasResponsePageTokenChange_FieldPath)
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchAdminAreasResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) GetPaths() []WatchAdminAreasResponsePageTokenChange_FieldPath
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) IsFull() bool
- func (fieldMask WatchAdminAreasResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchAdminAreasResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) PathsCount() int
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Project(source *WatchAdminAreasResponse_PageTokenChange) *WatchAdminAreasResponse_PageTokenChange
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoMessage()
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Reset()
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Set(target, source *WatchAdminAreasResponse_PageTokenChange)
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Size() int
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) String() string
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Subtract(other *WatchAdminAreasResponse_PageTokenChange_FieldMask) *WatchAdminAreasResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminAreaServiceClient ¶
type AdminAreaServiceClient interface { GetAdminArea(ctx context.Context, in *GetAdminAreaRequest, opts ...grpc.CallOption) (*admin_area.AdminArea, error) BatchGetAdminAreas(ctx context.Context, in *BatchGetAdminAreasRequest, opts ...grpc.CallOption) (*BatchGetAdminAreasResponse, error) ListAdminAreas(ctx context.Context, in *ListAdminAreasRequest, opts ...grpc.CallOption) (*ListAdminAreasResponse, error) WatchAdminArea(ctx context.Context, in *WatchAdminAreaRequest, opts ...grpc.CallOption) (WatchAdminAreaClientStream, error) WatchAdminAreas(ctx context.Context, in *WatchAdminAreasRequest, opts ...grpc.CallOption) (WatchAdminAreasClientStream, error) CreateAdminArea(ctx context.Context, in *CreateAdminAreaRequest, opts ...grpc.CallOption) (*admin_area.AdminArea, error) UpdateAdminArea(ctx context.Context, in *UpdateAdminAreaRequest, opts ...grpc.CallOption) (*admin_area.AdminArea, error) DeleteAdminArea(ctx context.Context, in *DeleteAdminAreaRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
AdminAreaServiceClient is the client API for AdminAreaService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAdminAreaServiceClient ¶
func NewAdminAreaServiceClient(cc grpc.ClientConnInterface) AdminAreaServiceClient
type BatchGetAdminAreasRequest ¶
type BatchGetAdminAreasRequest struct { // Optional parent ntt.watchdog.v1alpha2.AdminArea Parent *admin_area.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Names of AdminAreas Names []*admin_area.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=names,proto3" json:"names,omitempty" firestore:"names"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *admin_area.AdminArea_FieldMask `` /* 141-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [BatchGetAdminAreas][ntt.watchdog.v1alpha2.BatchGetAdminAreas]
func (*BatchGetAdminAreasRequest) Clone ¶
func (o *BatchGetAdminAreasRequest) Clone() *BatchGetAdminAreasRequest
func (*BatchGetAdminAreasRequest) CloneRaw ¶
func (o *BatchGetAdminAreasRequest) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetAdminAreasRequest) Descriptor ¶
func (*BatchGetAdminAreasRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetAdminAreasRequest.ProtoReflect.Descriptor instead.
func (*BatchGetAdminAreasRequest) GetFieldMask ¶
func (m *BatchGetAdminAreasRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
func (*BatchGetAdminAreasRequest) GetNames ¶
func (m *BatchGetAdminAreasRequest) GetNames() []*admin_area.Reference
func (*BatchGetAdminAreasRequest) GetParent ¶
func (m *BatchGetAdminAreasRequest) GetParent() *admin_area.Reference
func (*BatchGetAdminAreasRequest) GetView ¶
func (m *BatchGetAdminAreasRequest) GetView() view.View
func (*BatchGetAdminAreasRequest) GotenMessage ¶
func (*BatchGetAdminAreasRequest) GotenMessage()
func (*BatchGetAdminAreasRequest) GotenObjectExt ¶
func (o *BatchGetAdminAreasRequest) GotenObjectExt()
func (*BatchGetAdminAreasRequest) GotenValidate ¶
func (obj *BatchGetAdminAreasRequest) GotenValidate() error
func (*BatchGetAdminAreasRequest) MakeDiffFieldMask ¶
func (o *BatchGetAdminAreasRequest) MakeDiffFieldMask(other *BatchGetAdminAreasRequest) *BatchGetAdminAreasRequest_FieldMask
func (*BatchGetAdminAreasRequest) MakeFullFieldMask ¶
func (o *BatchGetAdminAreasRequest) MakeFullFieldMask() *BatchGetAdminAreasRequest_FieldMask
func (*BatchGetAdminAreasRequest) MakeRawDiffFieldMask ¶
func (o *BatchGetAdminAreasRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetAdminAreasRequest) MakeRawFullFieldMask ¶
func (o *BatchGetAdminAreasRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetAdminAreasRequest) Marshal ¶
func (m *BatchGetAdminAreasRequest) Marshal() ([]byte, error)
func (*BatchGetAdminAreasRequest) MarshalJSON ¶
func (m *BatchGetAdminAreasRequest) MarshalJSON() ([]byte, error)
func (*BatchGetAdminAreasRequest) Merge ¶
func (o *BatchGetAdminAreasRequest) Merge(source *BatchGetAdminAreasRequest)
func (*BatchGetAdminAreasRequest) MergeRaw ¶
func (o *BatchGetAdminAreasRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetAdminAreasRequest) ProtoMessage ¶
func (*BatchGetAdminAreasRequest) ProtoMessage()
func (*BatchGetAdminAreasRequest) ProtoReflect ¶
func (m *BatchGetAdminAreasRequest) ProtoReflect() preflect.Message
func (*BatchGetAdminAreasRequest) Reset ¶
func (m *BatchGetAdminAreasRequest) Reset()
func (*BatchGetAdminAreasRequest) SetFieldMask ¶
func (m *BatchGetAdminAreasRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
func (*BatchGetAdminAreasRequest) SetNames ¶
func (m *BatchGetAdminAreasRequest) SetNames(fv []*admin_area.Reference)
func (*BatchGetAdminAreasRequest) SetParent ¶
func (m *BatchGetAdminAreasRequest) SetParent(fv *admin_area.Reference)
func (*BatchGetAdminAreasRequest) SetView ¶
func (m *BatchGetAdminAreasRequest) SetView(fv view.View)
func (*BatchGetAdminAreasRequest) String ¶
func (m *BatchGetAdminAreasRequest) String() string
func (*BatchGetAdminAreasRequest) Unmarshal ¶
func (m *BatchGetAdminAreasRequest) Unmarshal(b []byte) error
func (*BatchGetAdminAreasRequest) UnmarshalJSON ¶
func (m *BatchGetAdminAreasRequest) UnmarshalJSON(data []byte) error
type BatchGetAdminAreasRequestFieldPathBuilder ¶
type BatchGetAdminAreasRequestFieldPathBuilder struct{}
func NewBatchGetAdminAreasRequestFieldPathBuilder ¶
func NewBatchGetAdminAreasRequestFieldPathBuilder() BatchGetAdminAreasRequestFieldPathBuilder
type BatchGetAdminAreasRequestPathSelectorFieldMask ¶
type BatchGetAdminAreasRequestPathSelectorFieldMask struct{}
func (BatchGetAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s BatchGetAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
func (BatchGetAdminAreasRequestPathSelectorFieldMask) WithValue ¶
func (s BatchGetAdminAreasRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *BatchGetAdminAreasRequest_FieldTerminalPathValue
type BatchGetAdminAreasRequestPathSelectorNames ¶
type BatchGetAdminAreasRequestPathSelectorNames struct{}
func (BatchGetAdminAreasRequestPathSelectorNames) WithArrayOfValues ¶
func (s BatchGetAdminAreasRequestPathSelectorNames) WithArrayOfValues(values [][]*admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
func (BatchGetAdminAreasRequestPathSelectorNames) WithItemValue ¶
func (s BatchGetAdminAreasRequestPathSelectorNames) WithItemValue(value *admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue
func (BatchGetAdminAreasRequestPathSelectorNames) WithValue ¶
func (s BatchGetAdminAreasRequestPathSelectorNames) WithValue(value []*admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathValue
type BatchGetAdminAreasRequestPathSelectorParent ¶
type BatchGetAdminAreasRequestPathSelectorParent struct{}
func (BatchGetAdminAreasRequestPathSelectorParent) WithArrayOfValues ¶
func (s BatchGetAdminAreasRequestPathSelectorParent) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
func (BatchGetAdminAreasRequestPathSelectorParent) WithValue ¶
func (s BatchGetAdminAreasRequestPathSelectorParent) WithValue(value *admin_area.Reference) *BatchGetAdminAreasRequest_FieldTerminalPathValue
type BatchGetAdminAreasRequestPathSelectorView ¶
type BatchGetAdminAreasRequestPathSelectorView struct{}
func (BatchGetAdminAreasRequestPathSelectorView) FieldPath ¶
func (BatchGetAdminAreasRequestPathSelectorView) FieldPath() *BatchGetAdminAreasRequest_FieldTerminalPath
func (BatchGetAdminAreasRequestPathSelectorView) WithArrayOfValues ¶
func (s BatchGetAdminAreasRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues
func (BatchGetAdminAreasRequestPathSelectorView) WithValue ¶
func (s BatchGetAdminAreasRequestPathSelectorView) WithValue(value view.View) *BatchGetAdminAreasRequest_FieldTerminalPathValue
type BatchGetAdminAreasRequest_FieldMask ¶
type BatchGetAdminAreasRequest_FieldMask struct {
Paths []BatchGetAdminAreasRequest_FieldPath
}
func FullBatchGetAdminAreasRequest_FieldMask ¶
func FullBatchGetAdminAreasRequest_FieldMask() *BatchGetAdminAreasRequest_FieldMask
func (*BatchGetAdminAreasRequest_FieldMask) AppendPath ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) AppendPath(path BatchGetAdminAreasRequest_FieldPath)
func (*BatchGetAdminAreasRequest_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetAdminAreasRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetAdminAreasRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetAdminAreasRequest_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) FilterInputFields() *BatchGetAdminAreasRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetAdminAreasRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetAdminAreasRequest_FieldMask) GetPaths ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) GetPaths() []BatchGetAdminAreasRequest_FieldPath
func (*BatchGetAdminAreasRequest_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetAdminAreasRequest_FieldMask) IsFull ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) IsFull() bool
func (BatchGetAdminAreasRequest_FieldMask) Marshal ¶
func (fieldMask BatchGetAdminAreasRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetAdminAreasRequest_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetAdminAreasRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetAdminAreasRequest_FieldMask) PathsCount ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) PathsCount() int
func (*BatchGetAdminAreasRequest_FieldMask) Project ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Project(source *BatchGetAdminAreasRequest) *BatchGetAdminAreasRequest
func (*BatchGetAdminAreasRequest_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetAdminAreasRequest_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ProtoMessage()
func (*BatchGetAdminAreasRequest_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetAdminAreasRequest_FieldMask) Reset ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Reset()
func (*BatchGetAdminAreasRequest_FieldMask) Set ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Set(target, source *BatchGetAdminAreasRequest)
func (*BatchGetAdminAreasRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetAdminAreasRequest_FieldMask) SetRaw ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetAdminAreasRequest_FieldMask) Size ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Size() int
func (*BatchGetAdminAreasRequest_FieldMask) String ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) String() string
func (*BatchGetAdminAreasRequest_FieldMask) Subtract ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Subtract(other *BatchGetAdminAreasRequest_FieldMask) *BatchGetAdminAreasRequest_FieldMask
func (*BatchGetAdminAreasRequest_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetAdminAreasRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetAdminAreasRequest_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) Unmarshal(data []byte) error
func (*BatchGetAdminAreasRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetAdminAreasRequest_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetAdminAreasRequest_FieldPath ¶
type BatchGetAdminAreasRequest_FieldPath interface { gotenobject.FieldPath Selector() BatchGetAdminAreasRequest_FieldPathSelector Get(source *BatchGetAdminAreasRequest) []interface{} GetSingle(source *BatchGetAdminAreasRequest) (interface{}, bool) ClearValue(item *BatchGetAdminAreasRequest) // Those methods build corresponding BatchGetAdminAreasRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetAdminAreasRequest_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetAdminAreasRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetAdminAreasRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetAdminAreasRequest_FieldPath ¶
func BuildBatchGetAdminAreasRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetAdminAreasRequest_FieldPath, error)
func MustParseBatchGetAdminAreasRequest_FieldPath ¶
func MustParseBatchGetAdminAreasRequest_FieldPath(rawField string) BatchGetAdminAreasRequest_FieldPath
func ParseBatchGetAdminAreasRequest_FieldPath ¶
func ParseBatchGetAdminAreasRequest_FieldPath(rawField string) (BatchGetAdminAreasRequest_FieldPath, error)
type BatchGetAdminAreasRequest_FieldPathArrayItemValue ¶
type BatchGetAdminAreasRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetAdminAreasRequest_FieldPath ContainsValue(*BatchGetAdminAreasRequest) bool }
BatchGetAdminAreasRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetAdminAreasRequest according to their type Present only for array (repeated) types.
func MustParseBatchGetAdminAreasRequest_FieldPathArrayItemValue ¶
func MustParseBatchGetAdminAreasRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAdminAreasRequest_FieldPathArrayItemValue
func ParseBatchGetAdminAreasRequest_FieldPathArrayItemValue ¶
func ParseBatchGetAdminAreasRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAdminAreasRequest_FieldPathArrayItemValue, error)
ParseBatchGetAdminAreasRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetAdminAreasRequest_FieldPathArrayOfValues ¶
type BatchGetAdminAreasRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetAdminAreasRequest_FieldPath }
BatchGetAdminAreasRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetAdminAreasRequest fields according to their type
func MustParseBatchGetAdminAreasRequest_FieldPathArrayOfValues ¶
func MustParseBatchGetAdminAreasRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAdminAreasRequest_FieldPathArrayOfValues
func ParseBatchGetAdminAreasRequest_FieldPathArrayOfValues ¶
func ParseBatchGetAdminAreasRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAdminAreasRequest_FieldPathArrayOfValues, error)
type BatchGetAdminAreasRequest_FieldPathSelector ¶
type BatchGetAdminAreasRequest_FieldPathSelector int32
const ( BatchGetAdminAreasRequest_FieldPathSelectorParent BatchGetAdminAreasRequest_FieldPathSelector = 0 BatchGetAdminAreasRequest_FieldPathSelectorNames BatchGetAdminAreasRequest_FieldPathSelector = 1 BatchGetAdminAreasRequest_FieldPathSelectorFieldMask BatchGetAdminAreasRequest_FieldPathSelector = 2 BatchGetAdminAreasRequest_FieldPathSelectorView BatchGetAdminAreasRequest_FieldPathSelector = 3 )
func (BatchGetAdminAreasRequest_FieldPathSelector) String ¶
func (s BatchGetAdminAreasRequest_FieldPathSelector) String() string
type BatchGetAdminAreasRequest_FieldPathValue ¶
type BatchGetAdminAreasRequest_FieldPathValue interface { BatchGetAdminAreasRequest_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetAdminAreasRequest) CompareWith(*BatchGetAdminAreasRequest) (cmp int, comparable bool) }
BatchGetAdminAreasRequest_FieldPathValue allows storing values for BatchGetAdminAreasRequest fields according to their type
func MustParseBatchGetAdminAreasRequest_FieldPathValue ¶
func MustParseBatchGetAdminAreasRequest_FieldPathValue(pathStr, valueStr string) BatchGetAdminAreasRequest_FieldPathValue
func ParseBatchGetAdminAreasRequest_FieldPathValue ¶
func ParseBatchGetAdminAreasRequest_FieldPathValue(pathStr, valueStr string) (BatchGetAdminAreasRequest_FieldPathValue, error)
type BatchGetAdminAreasRequest_FieldTerminalPath ¶
type BatchGetAdminAreasRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetAdminAreasRequest_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) ClearValue(item *BatchGetAdminAreasRequest)
func (*BatchGetAdminAreasRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetAdminAreasRequest_FieldTerminalPath) Get ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) Get(source *BatchGetAdminAreasRequest) (values []interface{})
Get returns all values pointed by specific field from source BatchGetAdminAreasRequest
func (*BatchGetAdminAreasRequest_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetAdminAreasRequest_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetAdminAreasRequest_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetSingle(source *BatchGetAdminAreasRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetAdminAreasRequest
func (*BatchGetAdminAreasRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetAdminAreasRequest_FieldTerminalPath) JSONString ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetAdminAreasRequest_FieldTerminalPath) Selector ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) Selector() BatchGetAdminAreasRequest_FieldPathSelector
func (*BatchGetAdminAreasRequest_FieldTerminalPath) String ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetAdminAreasRequest_FieldPathArrayItemValue
func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetAdminAreasRequest_FieldPathArrayOfValues
func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetAdminAreasRequest_FieldPathValue
func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue ¶
type BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue struct { BatchGetAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue ¶
func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*admin_area.Reference, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetAdminAreasRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetAdminAreasRequest'
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetAdminAreasRequest as interface{}
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetAdminAreasRequest) (interface{}, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues ¶
type BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues struct { BatchGetAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues ¶
func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*admin_area.Reference, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*admin_area.Reference, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetAdminAreasRequest_FieldTerminalPathValue ¶
type BatchGetAdminAreasRequest_FieldTerminalPathValue struct { BatchGetAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) AsNamesValue ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsNamesValue() ([]*admin_area.Reference, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsParentValue() (*admin_area.Reference, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWith(source *BatchGetAdminAreasRequest) (int, bool)
CompareWith compares value in the 'BatchGetAdminAreasRequest_FieldTerminalPathValue' with the value under path in 'BatchGetAdminAreasRequest'.
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetAdminAreasRequest' as interface{}
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) SetTo(target **BatchGetAdminAreasRequest)
SetTo stores value for selected field for object BatchGetAdminAreasRequest
func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetAdminAreasRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BatchGetAdminAreasResponse ¶
type BatchGetAdminAreasResponse struct { // found AdminAreas AdminAreas []*admin_area.AdminArea `protobuf:"bytes,1,rep,name=admin_areas,json=adminAreas,proto3" json:"admin_areas,omitempty" firestore:"adminAreas"` // list of not found AdminAreas Missing []*admin_area.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse) Clone ¶
func (o *BatchGetAdminAreasResponse) Clone() *BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse) CloneRaw ¶
func (o *BatchGetAdminAreasResponse) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetAdminAreasResponse) Descriptor ¶
func (*BatchGetAdminAreasResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetAdminAreasResponse.ProtoReflect.Descriptor instead.
func (*BatchGetAdminAreasResponse) GetAdminAreas ¶
func (m *BatchGetAdminAreasResponse) GetAdminAreas() []*admin_area.AdminArea
func (*BatchGetAdminAreasResponse) GetMissing ¶
func (m *BatchGetAdminAreasResponse) GetMissing() []*admin_area.Reference
func (*BatchGetAdminAreasResponse) GotenMessage ¶
func (*BatchGetAdminAreasResponse) GotenMessage()
func (*BatchGetAdminAreasResponse) GotenObjectExt ¶
func (o *BatchGetAdminAreasResponse) GotenObjectExt()
func (*BatchGetAdminAreasResponse) GotenValidate ¶
func (obj *BatchGetAdminAreasResponse) GotenValidate() error
func (*BatchGetAdminAreasResponse) MakeDiffFieldMask ¶
func (o *BatchGetAdminAreasResponse) MakeDiffFieldMask(other *BatchGetAdminAreasResponse) *BatchGetAdminAreasResponse_FieldMask
func (*BatchGetAdminAreasResponse) MakeFullFieldMask ¶
func (o *BatchGetAdminAreasResponse) MakeFullFieldMask() *BatchGetAdminAreasResponse_FieldMask
func (*BatchGetAdminAreasResponse) MakeRawDiffFieldMask ¶
func (o *BatchGetAdminAreasResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetAdminAreasResponse) MakeRawFullFieldMask ¶
func (o *BatchGetAdminAreasResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetAdminAreasResponse) Marshal ¶
func (m *BatchGetAdminAreasResponse) Marshal() ([]byte, error)
func (*BatchGetAdminAreasResponse) MarshalJSON ¶
func (m *BatchGetAdminAreasResponse) MarshalJSON() ([]byte, error)
func (*BatchGetAdminAreasResponse) Merge ¶
func (o *BatchGetAdminAreasResponse) Merge(source *BatchGetAdminAreasResponse)
func (*BatchGetAdminAreasResponse) MergeRaw ¶
func (o *BatchGetAdminAreasResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetAdminAreasResponse) ProtoMessage ¶
func (*BatchGetAdminAreasResponse) ProtoMessage()
func (*BatchGetAdminAreasResponse) ProtoReflect ¶
func (m *BatchGetAdminAreasResponse) ProtoReflect() preflect.Message
func (*BatchGetAdminAreasResponse) Reset ¶
func (m *BatchGetAdminAreasResponse) Reset()
func (*BatchGetAdminAreasResponse) SetAdminAreas ¶
func (m *BatchGetAdminAreasResponse) SetAdminAreas(fv []*admin_area.AdminArea)
func (*BatchGetAdminAreasResponse) SetMissing ¶
func (m *BatchGetAdminAreasResponse) SetMissing(fv []*admin_area.Reference)
func (*BatchGetAdminAreasResponse) String ¶
func (m *BatchGetAdminAreasResponse) String() string
func (*BatchGetAdminAreasResponse) Unmarshal ¶
func (m *BatchGetAdminAreasResponse) Unmarshal(b []byte) error
func (*BatchGetAdminAreasResponse) UnmarshalJSON ¶
func (m *BatchGetAdminAreasResponse) UnmarshalJSON(data []byte) error
type BatchGetAdminAreasResponseFieldPathBuilder ¶
type BatchGetAdminAreasResponseFieldPathBuilder struct{}
func NewBatchGetAdminAreasResponseFieldPathBuilder ¶
func NewBatchGetAdminAreasResponseFieldPathBuilder() BatchGetAdminAreasResponseFieldPathBuilder
func (BatchGetAdminAreasResponseFieldPathBuilder) AdminAreas ¶
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames ¶
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames struct {
// contains filtered or unexported fields
}
func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations ¶
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels ¶
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels struct {
// contains filtered or unexported fields
}
func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue ¶
func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards ¶
type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards struct {
// contains filtered or unexported fields
}
func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []int64) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue ¶
func (s BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue(value int64) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreas ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreas struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) DisplayName ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) LabelGeometry ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) LocalLanguageNames ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) LocalLanguageNames() BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues(values [][]*admin_area.AdminArea) *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithItemValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithItemValue(value *admin_area.AdminArea) *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubPath ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubPath(subPath admin_area.AdminArea_FieldPath) *BatchGetAdminAreasResponse_FieldSubPath
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *BatchGetAdminAreasResponse_FieldSubPathValue
func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreas) WithValue(value []*admin_area.AdminArea) *BatchGetAdminAreasResponse_FieldTerminalPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues(values []*admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue(value *admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue(value *admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1 ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1 struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2 ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2 struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3 ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3 struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4 ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4 struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5 ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5 struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue(value *admin_area.Geometry) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue(value *admin_area.BBox) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue(value *latlng.LatLng) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []map[string]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue(value map[string]string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Annotations ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) CreateTime ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Generation ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) OwnerReferences ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) ResourceVersion ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) UpdateTime ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue(value *ntt_meta.Meta) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue(value map[string]string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue(value int64) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue(value map[string]string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) ApiVersion ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) BlockOwnerDeletion ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Controller ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithItemValue ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) FieldPath ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) FieldPath ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue(value map[string]int64) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) OwningRegion ¶
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue(value string) *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue(value []string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues(values [][]string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue(value string) *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue(value []string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues(values []string) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue(value string) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasName ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasName struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues(values []*admin_area.Name) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithValue(value *admin_area.Name) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorAdminAreasType ¶
type BatchGetAdminAreasResponsePathSelectorAdminAreasType struct{}
func (BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues(values []admin_area.AdminArea_Type) *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithValue(value admin_area.AdminArea_Type) *BatchGetAdminAreasResponse_FieldSubPathValue
type BatchGetAdminAreasResponsePathSelectorMissing ¶
type BatchGetAdminAreasResponsePathSelectorMissing struct{}
func (BatchGetAdminAreasResponsePathSelectorMissing) WithArrayOfValues ¶
func (s BatchGetAdminAreasResponsePathSelectorMissing) WithArrayOfValues(values [][]*admin_area.Reference) *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues
func (BatchGetAdminAreasResponsePathSelectorMissing) WithItemValue ¶
func (s BatchGetAdminAreasResponsePathSelectorMissing) WithItemValue(value *admin_area.Reference) *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue
func (BatchGetAdminAreasResponsePathSelectorMissing) WithValue ¶
func (s BatchGetAdminAreasResponsePathSelectorMissing) WithValue(value []*admin_area.Reference) *BatchGetAdminAreasResponse_FieldTerminalPathValue
type BatchGetAdminAreasResponse_FieldMask ¶
type BatchGetAdminAreasResponse_FieldMask struct {
Paths []BatchGetAdminAreasResponse_FieldPath
}
func FullBatchGetAdminAreasResponse_FieldMask ¶
func FullBatchGetAdminAreasResponse_FieldMask() *BatchGetAdminAreasResponse_FieldMask
func (*BatchGetAdminAreasResponse_FieldMask) AppendPath ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) AppendPath(path BatchGetAdminAreasResponse_FieldPath)
func (*BatchGetAdminAreasResponse_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetAdminAreasResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetAdminAreasResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetAdminAreasResponse_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) FilterInputFields() *BatchGetAdminAreasResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetAdminAreasResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetAdminAreasResponse_FieldMask) GetPaths ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) GetPaths() []BatchGetAdminAreasResponse_FieldPath
func (*BatchGetAdminAreasResponse_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetAdminAreasResponse_FieldMask) IsFull ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) IsFull() bool
func (BatchGetAdminAreasResponse_FieldMask) Marshal ¶
func (fieldMask BatchGetAdminAreasResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetAdminAreasResponse_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetAdminAreasResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetAdminAreasResponse_FieldMask) PathsCount ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) PathsCount() int
func (*BatchGetAdminAreasResponse_FieldMask) Project ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Project(source *BatchGetAdminAreasResponse) *BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetAdminAreasResponse_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ProtoMessage()
func (*BatchGetAdminAreasResponse_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetAdminAreasResponse_FieldMask) Reset ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Reset()
func (*BatchGetAdminAreasResponse_FieldMask) Set ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Set(target, source *BatchGetAdminAreasResponse)
func (*BatchGetAdminAreasResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetAdminAreasResponse_FieldMask) SetRaw ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetAdminAreasResponse_FieldMask) Size ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Size() int
func (*BatchGetAdminAreasResponse_FieldMask) String ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) String() string
func (*BatchGetAdminAreasResponse_FieldMask) Subtract ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Subtract(other *BatchGetAdminAreasResponse_FieldMask) *BatchGetAdminAreasResponse_FieldMask
func (*BatchGetAdminAreasResponse_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetAdminAreasResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetAdminAreasResponse_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) Unmarshal(data []byte) error
func (*BatchGetAdminAreasResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetAdminAreasResponse_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetAdminAreasResponse_FieldPath ¶
type BatchGetAdminAreasResponse_FieldPath interface { gotenobject.FieldPath Selector() BatchGetAdminAreasResponse_FieldPathSelector Get(source *BatchGetAdminAreasResponse) []interface{} GetSingle(source *BatchGetAdminAreasResponse) (interface{}, bool) ClearValue(item *BatchGetAdminAreasResponse) // Those methods build corresponding BatchGetAdminAreasResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetAdminAreasResponse_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetAdminAreasResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetAdminAreasResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetAdminAreasResponse_FieldPath ¶
func BuildBatchGetAdminAreasResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetAdminAreasResponse_FieldPath, error)
func MustParseBatchGetAdminAreasResponse_FieldPath ¶
func MustParseBatchGetAdminAreasResponse_FieldPath(rawField string) BatchGetAdminAreasResponse_FieldPath
func ParseBatchGetAdminAreasResponse_FieldPath ¶
func ParseBatchGetAdminAreasResponse_FieldPath(rawField string) (BatchGetAdminAreasResponse_FieldPath, error)
type BatchGetAdminAreasResponse_FieldPathArrayItemValue ¶
type BatchGetAdminAreasResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetAdminAreasResponse_FieldPath ContainsValue(*BatchGetAdminAreasResponse) bool }
BatchGetAdminAreasResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetAdminAreasResponse according to their type Present only for array (repeated) types.
func MustParseBatchGetAdminAreasResponse_FieldPathArrayItemValue ¶
func MustParseBatchGetAdminAreasResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAdminAreasResponse_FieldPathArrayItemValue
func ParseBatchGetAdminAreasResponse_FieldPathArrayItemValue ¶
func ParseBatchGetAdminAreasResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAdminAreasResponse_FieldPathArrayItemValue, error)
ParseBatchGetAdminAreasResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetAdminAreasResponse_FieldPathArrayOfValues ¶
type BatchGetAdminAreasResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetAdminAreasResponse_FieldPath }
BatchGetAdminAreasResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetAdminAreasResponse fields according to their type
func MustParseBatchGetAdminAreasResponse_FieldPathArrayOfValues ¶
func MustParseBatchGetAdminAreasResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAdminAreasResponse_FieldPathArrayOfValues
func ParseBatchGetAdminAreasResponse_FieldPathArrayOfValues ¶
func ParseBatchGetAdminAreasResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAdminAreasResponse_FieldPathArrayOfValues, error)
type BatchGetAdminAreasResponse_FieldPathSelector ¶
type BatchGetAdminAreasResponse_FieldPathSelector int32
const ( BatchGetAdminAreasResponse_FieldPathSelectorAdminAreas BatchGetAdminAreasResponse_FieldPathSelector = 0 BatchGetAdminAreasResponse_FieldPathSelectorMissing BatchGetAdminAreasResponse_FieldPathSelector = 1 )
func (BatchGetAdminAreasResponse_FieldPathSelector) String ¶
func (s BatchGetAdminAreasResponse_FieldPathSelector) String() string
type BatchGetAdminAreasResponse_FieldPathValue ¶
type BatchGetAdminAreasResponse_FieldPathValue interface { BatchGetAdminAreasResponse_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetAdminAreasResponse) CompareWith(*BatchGetAdminAreasResponse) (cmp int, comparable bool) }
BatchGetAdminAreasResponse_FieldPathValue allows storing values for BatchGetAdminAreasResponse fields according to their type
func MustParseBatchGetAdminAreasResponse_FieldPathValue ¶
func MustParseBatchGetAdminAreasResponse_FieldPathValue(pathStr, valueStr string) BatchGetAdminAreasResponse_FieldPathValue
func ParseBatchGetAdminAreasResponse_FieldPathValue ¶
func ParseBatchGetAdminAreasResponse_FieldPathValue(pathStr, valueStr string) (BatchGetAdminAreasResponse_FieldPathValue, error)
type BatchGetAdminAreasResponse_FieldSubPath ¶
type BatchGetAdminAreasResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*BatchGetAdminAreasResponse_FieldSubPath) AsAdminAreasSubPath ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) AsAdminAreasSubPath() (admin_area.AdminArea_FieldPath, bool)
func (*BatchGetAdminAreasResponse_FieldSubPath) ClearValue ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) ClearValue(item *BatchGetAdminAreasResponse)
func (*BatchGetAdminAreasResponse_FieldSubPath) ClearValueRaw ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*BatchGetAdminAreasResponse_FieldSubPath) Get ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) Get(source *BatchGetAdminAreasResponse) (values []interface{})
Get returns all values pointed by selected field from source BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse_FieldSubPath) GetDefault ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetAdminAreasResponse_FieldSubPath) GetRaw ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetAdminAreasResponse_FieldSubPath) GetSingle ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetSingle(source *BatchGetAdminAreasResponse) (interface{}, bool)
GetSingle returns value of selected field from source BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse_FieldSubPath) GetSingleRaw ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetAdminAreasResponse_FieldSubPath) IsLeaf ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetAdminAreasResponse_FieldSubPath) JSONString ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetAdminAreasResponse_FieldSubPath) Selector ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) Selector() BatchGetAdminAreasResponse_FieldPathSelector
func (*BatchGetAdminAreasResponse_FieldSubPath) String ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*BatchGetAdminAreasResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetAdminAreasResponse_FieldPathArrayItemValue
func (*BatchGetAdminAreasResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetAdminAreasResponse_FieldPathArrayOfValues
func (*BatchGetAdminAreasResponse_FieldSubPath) WithIValue ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithIValue(value interface{}) BatchGetAdminAreasResponse_FieldPathValue
func (*BatchGetAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetAdminAreasResponse_FieldSubPath) WithRawIValue ¶
func (fps *BatchGetAdminAreasResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetAdminAreasResponse_FieldSubPathArrayItemValue ¶
type BatchGetAdminAreasResponse_FieldSubPathArrayItemValue struct { BatchGetAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) AsAdminAreasPathItemValue ¶
func (fpaivs *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) AsAdminAreasPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
func (*BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetAdminAreasResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetAdminAreasResponse'
func (*BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type BatchGetAdminAreasResponse_FieldSubPathArrayOfValues ¶
type BatchGetAdminAreasResponse_FieldSubPathArrayOfValues struct { BatchGetAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasResponse_FieldSubPathArrayOfValues) AsAdminAreasPathArrayOfValues ¶
func (fpsaov *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues) AsAdminAreasPathArrayOfValues() (admin_area.AdminArea_FieldPathArrayOfValues, bool)
func (*BatchGetAdminAreasResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *BatchGetAdminAreasResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type BatchGetAdminAreasResponse_FieldSubPathValue ¶
type BatchGetAdminAreasResponse_FieldSubPathValue struct { BatchGetAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasResponse_FieldSubPathValue) AsAdminAreasPathValue ¶
func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) AsAdminAreasPathValue() (admin_area.AdminArea_FieldPathValue, bool)
func (*BatchGetAdminAreasResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) CompareWith(source *BatchGetAdminAreasResponse) (int, bool)
func (*BatchGetAdminAreasResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetAdminAreasResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) GetRawValue() interface{}
func (*BatchGetAdminAreasResponse_FieldSubPathValue) SetTo ¶
func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) SetTo(target **BatchGetAdminAreasResponse)
func (*BatchGetAdminAreasResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *BatchGetAdminAreasResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type BatchGetAdminAreasResponse_FieldTerminalPath ¶
type BatchGetAdminAreasResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetAdminAreasResponse_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) ClearValue(item *BatchGetAdminAreasResponse)
func (*BatchGetAdminAreasResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetAdminAreasResponse_FieldTerminalPath) Get ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) Get(source *BatchGetAdminAreasResponse) (values []interface{})
Get returns all values pointed by specific field from source BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetAdminAreasResponse_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetAdminAreasResponse_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetSingle(source *BatchGetAdminAreasResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetAdminAreasResponse_FieldTerminalPath) JSONString ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetAdminAreasResponse_FieldTerminalPath) Selector ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) Selector() BatchGetAdminAreasResponse_FieldPathSelector
func (*BatchGetAdminAreasResponse_FieldTerminalPath) String ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetAdminAreasResponse_FieldPathArrayItemValue
func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetAdminAreasResponse_FieldPathArrayOfValues
func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetAdminAreasResponse_FieldPathValue
func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue ¶
type BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue struct { BatchGetAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreasItemValue ¶
func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreasItemValue() (*admin_area.AdminArea, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue ¶
func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*admin_area.Reference, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetAdminAreasResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetAdminAreasResponse'
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetAdminAreasResponse as interface{}
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetAdminAreasResponse) (interface{}, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues ¶
type BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues struct { BatchGetAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreasArrayOfValues ¶
func (fpaov *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreasArrayOfValues() ([][]*admin_area.AdminArea, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues ¶
func (fpaov *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*admin_area.Reference, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetAdminAreasResponse_FieldTerminalPathValue ¶
type BatchGetAdminAreasResponse_FieldTerminalPathValue struct { BatchGetAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) AsAdminAreasValue ¶
func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) AsAdminAreasValue() ([]*admin_area.AdminArea, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) AsMissingValue ¶
func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) AsMissingValue() ([]*admin_area.Reference, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWith(source *BatchGetAdminAreasResponse) (int, bool)
CompareWith compares value in the 'BatchGetAdminAreasResponse_FieldTerminalPathValue' with the value under path in 'BatchGetAdminAreasResponse'.
func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetAdminAreasResponse' as interface{}
func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) SetTo(target **BatchGetAdminAreasResponse)
SetTo stores value for selected field for object BatchGetAdminAreasResponse
func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetAdminAreasResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type CreateAdminAreaRequest ¶
type CreateAdminAreaRequest struct { // AdminArea resource body AdminArea *admin_area.AdminArea `protobuf:"bytes,2,opt,name=admin_area,json=adminArea,proto3" json:"admin_area,omitempty" firestore:"adminArea"` // contains filtered or unexported fields }
Request message for method [CreateAdminArea][ntt.watchdog.v1alpha2.CreateAdminArea]
func (*CreateAdminAreaRequest) Clone ¶
func (o *CreateAdminAreaRequest) Clone() *CreateAdminAreaRequest
func (*CreateAdminAreaRequest) CloneRaw ¶
func (o *CreateAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
func (*CreateAdminAreaRequest) Descriptor ¶
func (*CreateAdminAreaRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateAdminAreaRequest.ProtoReflect.Descriptor instead.
func (*CreateAdminAreaRequest) GetAdminArea ¶
func (m *CreateAdminAreaRequest) GetAdminArea() *admin_area.AdminArea
func (*CreateAdminAreaRequest) GotenMessage ¶
func (*CreateAdminAreaRequest) GotenMessage()
func (*CreateAdminAreaRequest) GotenObjectExt ¶
func (o *CreateAdminAreaRequest) GotenObjectExt()
func (*CreateAdminAreaRequest) GotenValidate ¶
func (obj *CreateAdminAreaRequest) GotenValidate() error
func (*CreateAdminAreaRequest) MakeDiffFieldMask ¶
func (o *CreateAdminAreaRequest) MakeDiffFieldMask(other *CreateAdminAreaRequest) *CreateAdminAreaRequest_FieldMask
func (*CreateAdminAreaRequest) MakeFullFieldMask ¶
func (o *CreateAdminAreaRequest) MakeFullFieldMask() *CreateAdminAreaRequest_FieldMask
func (*CreateAdminAreaRequest) MakeRawDiffFieldMask ¶
func (o *CreateAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*CreateAdminAreaRequest) MakeRawFullFieldMask ¶
func (o *CreateAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*CreateAdminAreaRequest) Marshal ¶
func (m *CreateAdminAreaRequest) Marshal() ([]byte, error)
func (*CreateAdminAreaRequest) MarshalJSON ¶
func (m *CreateAdminAreaRequest) MarshalJSON() ([]byte, error)
func (*CreateAdminAreaRequest) Merge ¶
func (o *CreateAdminAreaRequest) Merge(source *CreateAdminAreaRequest)
func (*CreateAdminAreaRequest) MergeRaw ¶
func (o *CreateAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*CreateAdminAreaRequest) ProtoMessage ¶
func (*CreateAdminAreaRequest) ProtoMessage()
func (*CreateAdminAreaRequest) ProtoReflect ¶
func (m *CreateAdminAreaRequest) ProtoReflect() preflect.Message
func (*CreateAdminAreaRequest) Reset ¶
func (m *CreateAdminAreaRequest) Reset()
func (*CreateAdminAreaRequest) SetAdminArea ¶
func (m *CreateAdminAreaRequest) SetAdminArea(fv *admin_area.AdminArea)
func (*CreateAdminAreaRequest) String ¶
func (m *CreateAdminAreaRequest) String() string
func (*CreateAdminAreaRequest) Unmarshal ¶
func (m *CreateAdminAreaRequest) Unmarshal(b []byte) error
func (*CreateAdminAreaRequest) UnmarshalJSON ¶
func (m *CreateAdminAreaRequest) UnmarshalJSON(data []byte) error
type CreateAdminAreaRequestFieldPathBuilder ¶
type CreateAdminAreaRequestFieldPathBuilder struct{}
func NewCreateAdminAreaRequestFieldPathBuilder ¶
func NewCreateAdminAreaRequestFieldPathBuilder() CreateAdminAreaRequestFieldPathBuilder
type CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames ¶
type CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames struct {
// contains filtered or unexported fields
}
func (CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations ¶
type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels ¶
type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels struct {
// contains filtered or unexported fields
}
func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards ¶
type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards struct {
// contains filtered or unexported fields
}
func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []int64) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue ¶
func (s CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue(value int64) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminArea ¶
type CreateAdminAreaRequestPathSelectorAdminArea struct{}
func (CreateAdminAreaRequestPathSelectorAdminArea) DisplayName ¶
func (CreateAdminAreaRequestPathSelectorAdminArea) FieldPath ¶
func (CreateAdminAreaRequestPathSelectorAdminArea) FieldPath() *CreateAdminAreaRequest_FieldTerminalPath
func (CreateAdminAreaRequestPathSelectorAdminArea) LabelGeometry ¶
func (CreateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames ¶
func (CreateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames() CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames
func (CreateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues(values []*admin_area.AdminArea) *CreateAdminAreaRequest_FieldTerminalPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubPath ¶
func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubPath(subPath admin_area.AdminArea_FieldPath) *CreateAdminAreaRequest_FieldSubPath
func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminArea) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *CreateAdminAreaRequest_FieldSubPathValue
func (CreateAdminAreaRequestPathSelectorAdminArea) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminArea) WithValue(value *admin_area.AdminArea) *CreateAdminAreaRequest_FieldTerminalPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaDisplayName ¶
type CreateAdminAreaRequestPathSelectorAdminAreaDisplayName struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaGeometry ¶
type CreateAdminAreaRequestPathSelectorAdminAreaGeometry struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues(values []*admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue(value *admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox ¶
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue(value *admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast ¶
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest ¶
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter ¶
type CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchy ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchy struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue(value *admin_area.AdminHierarchy) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1 ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1 struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2 ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2 struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3 ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3 struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4 ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4 struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5 ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5 struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry ¶
type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue(value *admin_area.Reference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry ¶
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue(value *admin_area.Geometry) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox ¶
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue(value *admin_area.BBox) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast ¶
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest ¶
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter ¶
type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue(value *latlng.LatLng) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames ¶
type CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []map[string]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue(value map[string]string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadata ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadata struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Annotations ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) CreateTime ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Generation ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) OwnerReferences ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) ResourceVersion ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) UpdateTime ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue(value *ntt_meta.Meta) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue(value map[string]string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues(values []int64) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue(value int64) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue(value map[string]string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) ApiVersion ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) BlockOwnerDeletion ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Controller ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue(value map[string]int64) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) OwningRegion ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue(value string) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue(value []string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues(values [][]string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue(value string) *CreateAdminAreaRequest_FieldSubPathArrayItemValue
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue(value []string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid ¶
type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues(values []string) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue(value string) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaName ¶
type CreateAdminAreaRequestPathSelectorAdminAreaName struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaName) FieldPath ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaName) FieldPath() *CreateAdminAreaRequest_FieldSubPath
func (CreateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues(values []*admin_area.Name) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaName) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaName) WithValue(value *admin_area.Name) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequestPathSelectorAdminAreaType ¶
type CreateAdminAreaRequestPathSelectorAdminAreaType struct{}
func (CreateAdminAreaRequestPathSelectorAdminAreaType) FieldPath ¶
func (CreateAdminAreaRequestPathSelectorAdminAreaType) FieldPath() *CreateAdminAreaRequest_FieldSubPath
func (CreateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues(values []admin_area.AdminArea_Type) *CreateAdminAreaRequest_FieldSubPathArrayOfValues
func (CreateAdminAreaRequestPathSelectorAdminAreaType) WithValue ¶
func (s CreateAdminAreaRequestPathSelectorAdminAreaType) WithValue(value admin_area.AdminArea_Type) *CreateAdminAreaRequest_FieldSubPathValue
type CreateAdminAreaRequest_FieldMask ¶
type CreateAdminAreaRequest_FieldMask struct {
Paths []CreateAdminAreaRequest_FieldPath
}
func FullCreateAdminAreaRequest_FieldMask ¶
func FullCreateAdminAreaRequest_FieldMask() *CreateAdminAreaRequest_FieldMask
func (*CreateAdminAreaRequest_FieldMask) AppendPath ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) AppendPath(path CreateAdminAreaRequest_FieldPath)
func (*CreateAdminAreaRequest_FieldMask) AppendRawPath ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*CreateAdminAreaRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*CreateAdminAreaRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*CreateAdminAreaRequest_FieldMask) FilterInputFields ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) FilterInputFields() *CreateAdminAreaRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*CreateAdminAreaRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*CreateAdminAreaRequest_FieldMask) GetPaths ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) GetPaths() []CreateAdminAreaRequest_FieldPath
func (*CreateAdminAreaRequest_FieldMask) GetRawPaths ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*CreateAdminAreaRequest_FieldMask) IsFull ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) IsFull() bool
func (CreateAdminAreaRequest_FieldMask) Marshal ¶
func (fieldMask CreateAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (CreateAdminAreaRequest_FieldMask) MarshalJSON ¶
func (fieldMask CreateAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*CreateAdminAreaRequest_FieldMask) PathsCount ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) PathsCount() int
func (*CreateAdminAreaRequest_FieldMask) Project ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) Project(source *CreateAdminAreaRequest) *CreateAdminAreaRequest
func (*CreateAdminAreaRequest_FieldMask) ProjectRaw ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*CreateAdminAreaRequest_FieldMask) ProtoMessage ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) ProtoMessage()
func (*CreateAdminAreaRequest_FieldMask) ProtoReflect ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
func (*CreateAdminAreaRequest_FieldMask) Reset ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) Reset()
func (*CreateAdminAreaRequest_FieldMask) Set ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) Set(target, source *CreateAdminAreaRequest)
func (*CreateAdminAreaRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
func (*CreateAdminAreaRequest_FieldMask) SetRaw ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*CreateAdminAreaRequest_FieldMask) Size ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) Size() int
func (*CreateAdminAreaRequest_FieldMask) String ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) String() string
func (*CreateAdminAreaRequest_FieldMask) Subtract ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) Subtract(other *CreateAdminAreaRequest_FieldMask) *CreateAdminAreaRequest_FieldMask
func (*CreateAdminAreaRequest_FieldMask) SubtractRaw ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*CreateAdminAreaRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*CreateAdminAreaRequest_FieldMask) Unmarshal ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
func (*CreateAdminAreaRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *CreateAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
type CreateAdminAreaRequest_FieldPath ¶
type CreateAdminAreaRequest_FieldPath interface { gotenobject.FieldPath Selector() CreateAdminAreaRequest_FieldPathSelector Get(source *CreateAdminAreaRequest) []interface{} GetSingle(source *CreateAdminAreaRequest) (interface{}, bool) ClearValue(item *CreateAdminAreaRequest) // Those methods build corresponding CreateAdminAreaRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) CreateAdminAreaRequest_FieldPathValue WithIArrayOfValues(values interface{}) CreateAdminAreaRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) CreateAdminAreaRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildCreateAdminAreaRequest_FieldPath ¶
func BuildCreateAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (CreateAdminAreaRequest_FieldPath, error)
func MustParseCreateAdminAreaRequest_FieldPath ¶
func MustParseCreateAdminAreaRequest_FieldPath(rawField string) CreateAdminAreaRequest_FieldPath
func ParseCreateAdminAreaRequest_FieldPath ¶
func ParseCreateAdminAreaRequest_FieldPath(rawField string) (CreateAdminAreaRequest_FieldPath, error)
type CreateAdminAreaRequest_FieldPathArrayItemValue ¶
type CreateAdminAreaRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue CreateAdminAreaRequest_FieldPath ContainsValue(*CreateAdminAreaRequest) bool }
CreateAdminAreaRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateAdminAreaRequest according to their type Present only for array (repeated) types.
func MustParseCreateAdminAreaRequest_FieldPathArrayItemValue ¶
func MustParseCreateAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateAdminAreaRequest_FieldPathArrayItemValue
func ParseCreateAdminAreaRequest_FieldPathArrayItemValue ¶
func ParseCreateAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateAdminAreaRequest_FieldPathArrayItemValue, error)
ParseCreateAdminAreaRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type CreateAdminAreaRequest_FieldPathArrayOfValues ¶
type CreateAdminAreaRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues CreateAdminAreaRequest_FieldPath }
CreateAdminAreaRequest_FieldPathArrayOfValues allows storing slice of values for CreateAdminAreaRequest fields according to their type
func MustParseCreateAdminAreaRequest_FieldPathArrayOfValues ¶
func MustParseCreateAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateAdminAreaRequest_FieldPathArrayOfValues
func ParseCreateAdminAreaRequest_FieldPathArrayOfValues ¶
func ParseCreateAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateAdminAreaRequest_FieldPathArrayOfValues, error)
type CreateAdminAreaRequest_FieldPathSelector ¶
type CreateAdminAreaRequest_FieldPathSelector int32
const (
CreateAdminAreaRequest_FieldPathSelectorAdminArea CreateAdminAreaRequest_FieldPathSelector = 0
)
func (CreateAdminAreaRequest_FieldPathSelector) String ¶
func (s CreateAdminAreaRequest_FieldPathSelector) String() string
type CreateAdminAreaRequest_FieldPathValue ¶
type CreateAdminAreaRequest_FieldPathValue interface { CreateAdminAreaRequest_FieldPath gotenobject.FieldPathValue SetTo(target **CreateAdminAreaRequest) CompareWith(*CreateAdminAreaRequest) (cmp int, comparable bool) }
CreateAdminAreaRequest_FieldPathValue allows storing values for CreateAdminAreaRequest fields according to their type
func MustParseCreateAdminAreaRequest_FieldPathValue ¶
func MustParseCreateAdminAreaRequest_FieldPathValue(pathStr, valueStr string) CreateAdminAreaRequest_FieldPathValue
func ParseCreateAdminAreaRequest_FieldPathValue ¶
func ParseCreateAdminAreaRequest_FieldPathValue(pathStr, valueStr string) (CreateAdminAreaRequest_FieldPathValue, error)
type CreateAdminAreaRequest_FieldSubPath ¶
type CreateAdminAreaRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*CreateAdminAreaRequest_FieldSubPath) AsAdminAreaSubPath ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) AsAdminAreaSubPath() (admin_area.AdminArea_FieldPath, bool)
func (*CreateAdminAreaRequest_FieldSubPath) ClearValue ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) ClearValue(item *CreateAdminAreaRequest)
func (*CreateAdminAreaRequest_FieldSubPath) ClearValueRaw ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*CreateAdminAreaRequest_FieldSubPath) Get ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) Get(source *CreateAdminAreaRequest) (values []interface{})
Get returns all values pointed by selected field from source CreateAdminAreaRequest
func (*CreateAdminAreaRequest_FieldSubPath) GetDefault ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateAdminAreaRequest_FieldSubPath) GetRaw ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*CreateAdminAreaRequest_FieldSubPath) GetSingle ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) GetSingle(source *CreateAdminAreaRequest) (interface{}, bool)
GetSingle returns value of selected field from source CreateAdminAreaRequest
func (*CreateAdminAreaRequest_FieldSubPath) GetSingleRaw ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateAdminAreaRequest_FieldSubPath) IsLeaf ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateAdminAreaRequest_FieldSubPath) JSONString ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateAdminAreaRequest_FieldSubPath) Selector ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) Selector() CreateAdminAreaRequest_FieldPathSelector
func (*CreateAdminAreaRequest_FieldSubPath) String ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*CreateAdminAreaRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateAdminAreaRequest_FieldPathArrayItemValue
func (*CreateAdminAreaRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateAdminAreaRequest_FieldPathArrayOfValues
func (*CreateAdminAreaRequest_FieldSubPath) WithIValue ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) WithIValue(value interface{}) CreateAdminAreaRequest_FieldPathValue
func (*CreateAdminAreaRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateAdminAreaRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateAdminAreaRequest_FieldSubPath) WithRawIValue ¶
func (fps *CreateAdminAreaRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateAdminAreaRequest_FieldSubPathArrayItemValue ¶
type CreateAdminAreaRequest_FieldSubPathArrayItemValue struct { CreateAdminAreaRequest_FieldPath // contains filtered or unexported fields }
func (*CreateAdminAreaRequest_FieldSubPathArrayItemValue) AsAdminAreaPathItemValue ¶
func (fpaivs *CreateAdminAreaRequest_FieldSubPathArrayItemValue) AsAdminAreaPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
func (*CreateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *CreateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateAdminAreaRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateAdminAreaRequest'
func (*CreateAdminAreaRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *CreateAdminAreaRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type CreateAdminAreaRequest_FieldSubPathArrayOfValues ¶
type CreateAdminAreaRequest_FieldSubPathArrayOfValues struct { CreateAdminAreaRequest_FieldPath // contains filtered or unexported fields }
func (*CreateAdminAreaRequest_FieldSubPathArrayOfValues) AsAdminAreaPathArrayOfValues ¶
func (fpsaov *CreateAdminAreaRequest_FieldSubPathArrayOfValues) AsAdminAreaPathArrayOfValues() (admin_area.AdminArea_FieldPathArrayOfValues, bool)
func (*CreateAdminAreaRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *CreateAdminAreaRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type CreateAdminAreaRequest_FieldSubPathValue ¶
type CreateAdminAreaRequest_FieldSubPathValue struct { CreateAdminAreaRequest_FieldPath // contains filtered or unexported fields }
func (*CreateAdminAreaRequest_FieldSubPathValue) AsAdminAreaPathValue ¶
func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) AsAdminAreaPathValue() (admin_area.AdminArea_FieldPathValue, bool)
func (*CreateAdminAreaRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) CompareWith(source *CreateAdminAreaRequest) (int, bool)
func (*CreateAdminAreaRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateAdminAreaRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) GetRawValue() interface{}
func (*CreateAdminAreaRequest_FieldSubPathValue) SetTo ¶
func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) SetTo(target **CreateAdminAreaRequest)
func (*CreateAdminAreaRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *CreateAdminAreaRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type CreateAdminAreaRequest_FieldTerminalPath ¶
type CreateAdminAreaRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*CreateAdminAreaRequest_FieldTerminalPath) ClearValue ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) ClearValue(item *CreateAdminAreaRequest)
func (*CreateAdminAreaRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*CreateAdminAreaRequest_FieldTerminalPath) Get ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) Get(source *CreateAdminAreaRequest) (values []interface{})
Get returns all values pointed by specific field from source CreateAdminAreaRequest
func (*CreateAdminAreaRequest_FieldTerminalPath) GetDefault ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateAdminAreaRequest_FieldTerminalPath) GetRaw ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*CreateAdminAreaRequest_FieldTerminalPath) GetSingle ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetSingle(source *CreateAdminAreaRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source CreateAdminAreaRequest
func (*CreateAdminAreaRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateAdminAreaRequest_FieldTerminalPath) IsLeaf ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateAdminAreaRequest_FieldTerminalPath) JSONString ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateAdminAreaRequest_FieldTerminalPath) Selector ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) Selector() CreateAdminAreaRequest_FieldPathSelector
func (*CreateAdminAreaRequest_FieldTerminalPath) String ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*CreateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateAdminAreaRequest_FieldPathArrayItemValue
func (*CreateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateAdminAreaRequest_FieldPathArrayOfValues
func (*CreateAdminAreaRequest_FieldTerminalPath) WithIValue ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) CreateAdminAreaRequest_FieldPathValue
func (*CreateAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateAdminAreaRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *CreateAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateAdminAreaRequest_FieldTerminalPathArrayItemValue ¶
type CreateAdminAreaRequest_FieldTerminalPathArrayItemValue struct { CreateAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateAdminAreaRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateAdminAreaRequest'
func (*CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object CreateAdminAreaRequest as interface{}
func (*CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateAdminAreaRequest) (interface{}, bool)
func (*CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *CreateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type CreateAdminAreaRequest_FieldTerminalPathArrayOfValues ¶
type CreateAdminAreaRequest_FieldTerminalPathArrayOfValues struct { CreateAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsAdminAreaArrayOfValues ¶
func (fpaov *CreateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsAdminAreaArrayOfValues() ([]*admin_area.AdminArea, bool)
func (*CreateAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *CreateAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type CreateAdminAreaRequest_FieldTerminalPathValue ¶
type CreateAdminAreaRequest_FieldTerminalPathValue struct { CreateAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateAdminAreaRequest_FieldTerminalPathValue) AsAdminAreaValue ¶
func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) AsAdminAreaValue() (*admin_area.AdminArea, bool)
func (*CreateAdminAreaRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *CreateAdminAreaRequest) (int, bool)
CompareWith compares value in the 'CreateAdminAreaRequest_FieldTerminalPathValue' with the value under path in 'CreateAdminAreaRequest'.
func (*CreateAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateAdminAreaRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CreateAdminAreaRequest' as interface{}
func (*CreateAdminAreaRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) SetTo(target **CreateAdminAreaRequest)
SetTo stores value for selected field for object CreateAdminAreaRequest
func (*CreateAdminAreaRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *CreateAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DeleteAdminAreaRequest ¶
type DeleteAdminAreaRequest struct { // Reference of ntt.watchdog.v1alpha2.AdminArea Name *admin_area.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteAdminArea][ntt.watchdog.v1alpha2.DeleteAdminArea]
func (*DeleteAdminAreaRequest) Clone ¶
func (o *DeleteAdminAreaRequest) Clone() *DeleteAdminAreaRequest
func (*DeleteAdminAreaRequest) CloneRaw ¶
func (o *DeleteAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
func (*DeleteAdminAreaRequest) Descriptor ¶
func (*DeleteAdminAreaRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteAdminAreaRequest.ProtoReflect.Descriptor instead.
func (*DeleteAdminAreaRequest) GetName ¶
func (m *DeleteAdminAreaRequest) GetName() *admin_area.Reference
func (*DeleteAdminAreaRequest) GotenMessage ¶
func (*DeleteAdminAreaRequest) GotenMessage()
func (*DeleteAdminAreaRequest) GotenObjectExt ¶
func (o *DeleteAdminAreaRequest) GotenObjectExt()
func (*DeleteAdminAreaRequest) GotenValidate ¶
func (obj *DeleteAdminAreaRequest) GotenValidate() error
func (*DeleteAdminAreaRequest) MakeDiffFieldMask ¶
func (o *DeleteAdminAreaRequest) MakeDiffFieldMask(other *DeleteAdminAreaRequest) *DeleteAdminAreaRequest_FieldMask
func (*DeleteAdminAreaRequest) MakeFullFieldMask ¶
func (o *DeleteAdminAreaRequest) MakeFullFieldMask() *DeleteAdminAreaRequest_FieldMask
func (*DeleteAdminAreaRequest) MakeRawDiffFieldMask ¶
func (o *DeleteAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*DeleteAdminAreaRequest) MakeRawFullFieldMask ¶
func (o *DeleteAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*DeleteAdminAreaRequest) Marshal ¶
func (m *DeleteAdminAreaRequest) Marshal() ([]byte, error)
func (*DeleteAdminAreaRequest) MarshalJSON ¶
func (m *DeleteAdminAreaRequest) MarshalJSON() ([]byte, error)
func (*DeleteAdminAreaRequest) Merge ¶
func (o *DeleteAdminAreaRequest) Merge(source *DeleteAdminAreaRequest)
func (*DeleteAdminAreaRequest) MergeRaw ¶
func (o *DeleteAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*DeleteAdminAreaRequest) ProtoMessage ¶
func (*DeleteAdminAreaRequest) ProtoMessage()
func (*DeleteAdminAreaRequest) ProtoReflect ¶
func (m *DeleteAdminAreaRequest) ProtoReflect() preflect.Message
func (*DeleteAdminAreaRequest) Reset ¶
func (m *DeleteAdminAreaRequest) Reset()
func (*DeleteAdminAreaRequest) SetName ¶
func (m *DeleteAdminAreaRequest) SetName(fv *admin_area.Reference)
func (*DeleteAdminAreaRequest) String ¶
func (m *DeleteAdminAreaRequest) String() string
func (*DeleteAdminAreaRequest) Unmarshal ¶
func (m *DeleteAdminAreaRequest) Unmarshal(b []byte) error
func (*DeleteAdminAreaRequest) UnmarshalJSON ¶
func (m *DeleteAdminAreaRequest) UnmarshalJSON(data []byte) error
type DeleteAdminAreaRequestFieldPathBuilder ¶
type DeleteAdminAreaRequestFieldPathBuilder struct{}
func NewDeleteAdminAreaRequestFieldPathBuilder ¶
func NewDeleteAdminAreaRequestFieldPathBuilder() DeleteAdminAreaRequestFieldPathBuilder
type DeleteAdminAreaRequestPathSelectorName ¶
type DeleteAdminAreaRequestPathSelectorName struct{}
func (DeleteAdminAreaRequestPathSelectorName) FieldPath ¶
func (DeleteAdminAreaRequestPathSelectorName) FieldPath() *DeleteAdminAreaRequest_FieldTerminalPath
func (DeleteAdminAreaRequestPathSelectorName) WithArrayOfValues ¶
func (s DeleteAdminAreaRequestPathSelectorName) WithArrayOfValues(values []*admin_area.Reference) *DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues
func (DeleteAdminAreaRequestPathSelectorName) WithValue ¶
func (s DeleteAdminAreaRequestPathSelectorName) WithValue(value *admin_area.Reference) *DeleteAdminAreaRequest_FieldTerminalPathValue
type DeleteAdminAreaRequest_FieldMask ¶
type DeleteAdminAreaRequest_FieldMask struct {
Paths []DeleteAdminAreaRequest_FieldPath
}
func FullDeleteAdminAreaRequest_FieldMask ¶
func FullDeleteAdminAreaRequest_FieldMask() *DeleteAdminAreaRequest_FieldMask
func (*DeleteAdminAreaRequest_FieldMask) AppendPath ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) AppendPath(path DeleteAdminAreaRequest_FieldPath)
func (*DeleteAdminAreaRequest_FieldMask) AppendRawPath ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*DeleteAdminAreaRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*DeleteAdminAreaRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*DeleteAdminAreaRequest_FieldMask) FilterInputFields ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) FilterInputFields() *DeleteAdminAreaRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*DeleteAdminAreaRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*DeleteAdminAreaRequest_FieldMask) GetPaths ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) GetPaths() []DeleteAdminAreaRequest_FieldPath
func (*DeleteAdminAreaRequest_FieldMask) GetRawPaths ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*DeleteAdminAreaRequest_FieldMask) IsFull ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) IsFull() bool
func (DeleteAdminAreaRequest_FieldMask) Marshal ¶
func (fieldMask DeleteAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (DeleteAdminAreaRequest_FieldMask) MarshalJSON ¶
func (fieldMask DeleteAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*DeleteAdminAreaRequest_FieldMask) PathsCount ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) PathsCount() int
func (*DeleteAdminAreaRequest_FieldMask) Project ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) Project(source *DeleteAdminAreaRequest) *DeleteAdminAreaRequest
func (*DeleteAdminAreaRequest_FieldMask) ProjectRaw ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*DeleteAdminAreaRequest_FieldMask) ProtoMessage ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) ProtoMessage()
func (*DeleteAdminAreaRequest_FieldMask) ProtoReflect ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
func (*DeleteAdminAreaRequest_FieldMask) Reset ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) Reset()
func (*DeleteAdminAreaRequest_FieldMask) Set ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) Set(target, source *DeleteAdminAreaRequest)
func (*DeleteAdminAreaRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
func (*DeleteAdminAreaRequest_FieldMask) SetRaw ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*DeleteAdminAreaRequest_FieldMask) Size ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) Size() int
func (*DeleteAdminAreaRequest_FieldMask) String ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) String() string
func (*DeleteAdminAreaRequest_FieldMask) Subtract ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) Subtract(other *DeleteAdminAreaRequest_FieldMask) *DeleteAdminAreaRequest_FieldMask
func (*DeleteAdminAreaRequest_FieldMask) SubtractRaw ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*DeleteAdminAreaRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*DeleteAdminAreaRequest_FieldMask) Unmarshal ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
func (*DeleteAdminAreaRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *DeleteAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
type DeleteAdminAreaRequest_FieldPath ¶
type DeleteAdminAreaRequest_FieldPath interface { gotenobject.FieldPath Selector() DeleteAdminAreaRequest_FieldPathSelector Get(source *DeleteAdminAreaRequest) []interface{} GetSingle(source *DeleteAdminAreaRequest) (interface{}, bool) ClearValue(item *DeleteAdminAreaRequest) // Those methods build corresponding DeleteAdminAreaRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeleteAdminAreaRequest_FieldPathValue WithIArrayOfValues(values interface{}) DeleteAdminAreaRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeleteAdminAreaRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeleteAdminAreaRequest_FieldPath ¶
func BuildDeleteAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (DeleteAdminAreaRequest_FieldPath, error)
func MustParseDeleteAdminAreaRequest_FieldPath ¶
func MustParseDeleteAdminAreaRequest_FieldPath(rawField string) DeleteAdminAreaRequest_FieldPath
func ParseDeleteAdminAreaRequest_FieldPath ¶
func ParseDeleteAdminAreaRequest_FieldPath(rawField string) (DeleteAdminAreaRequest_FieldPath, error)
type DeleteAdminAreaRequest_FieldPathArrayItemValue ¶
type DeleteAdminAreaRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeleteAdminAreaRequest_FieldPath ContainsValue(*DeleteAdminAreaRequest) bool }
DeleteAdminAreaRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteAdminAreaRequest according to their type Present only for array (repeated) types.
func MustParseDeleteAdminAreaRequest_FieldPathArrayItemValue ¶
func MustParseDeleteAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteAdminAreaRequest_FieldPathArrayItemValue
func ParseDeleteAdminAreaRequest_FieldPathArrayItemValue ¶
func ParseDeleteAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteAdminAreaRequest_FieldPathArrayItemValue, error)
ParseDeleteAdminAreaRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeleteAdminAreaRequest_FieldPathArrayOfValues ¶
type DeleteAdminAreaRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeleteAdminAreaRequest_FieldPath }
DeleteAdminAreaRequest_FieldPathArrayOfValues allows storing slice of values for DeleteAdminAreaRequest fields according to their type
func MustParseDeleteAdminAreaRequest_FieldPathArrayOfValues ¶
func MustParseDeleteAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteAdminAreaRequest_FieldPathArrayOfValues
func ParseDeleteAdminAreaRequest_FieldPathArrayOfValues ¶
func ParseDeleteAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteAdminAreaRequest_FieldPathArrayOfValues, error)
type DeleteAdminAreaRequest_FieldPathSelector ¶
type DeleteAdminAreaRequest_FieldPathSelector int32
const (
DeleteAdminAreaRequest_FieldPathSelectorName DeleteAdminAreaRequest_FieldPathSelector = 0
)
func (DeleteAdminAreaRequest_FieldPathSelector) String ¶
func (s DeleteAdminAreaRequest_FieldPathSelector) String() string
type DeleteAdminAreaRequest_FieldPathValue ¶
type DeleteAdminAreaRequest_FieldPathValue interface { DeleteAdminAreaRequest_FieldPath gotenobject.FieldPathValue SetTo(target **DeleteAdminAreaRequest) CompareWith(*DeleteAdminAreaRequest) (cmp int, comparable bool) }
DeleteAdminAreaRequest_FieldPathValue allows storing values for DeleteAdminAreaRequest fields according to their type
func MustParseDeleteAdminAreaRequest_FieldPathValue ¶
func MustParseDeleteAdminAreaRequest_FieldPathValue(pathStr, valueStr string) DeleteAdminAreaRequest_FieldPathValue
func ParseDeleteAdminAreaRequest_FieldPathValue ¶
func ParseDeleteAdminAreaRequest_FieldPathValue(pathStr, valueStr string) (DeleteAdminAreaRequest_FieldPathValue, error)
type DeleteAdminAreaRequest_FieldTerminalPath ¶
type DeleteAdminAreaRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeleteAdminAreaRequest_FieldTerminalPath) ClearValue ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) ClearValue(item *DeleteAdminAreaRequest)
func (*DeleteAdminAreaRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeleteAdminAreaRequest_FieldTerminalPath) Get ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) Get(source *DeleteAdminAreaRequest) (values []interface{})
Get returns all values pointed by specific field from source DeleteAdminAreaRequest
func (*DeleteAdminAreaRequest_FieldTerminalPath) GetDefault ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeleteAdminAreaRequest_FieldTerminalPath) GetRaw ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeleteAdminAreaRequest_FieldTerminalPath) GetSingle ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetSingle(source *DeleteAdminAreaRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source DeleteAdminAreaRequest
func (*DeleteAdminAreaRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeleteAdminAreaRequest_FieldTerminalPath) IsLeaf ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeleteAdminAreaRequest_FieldTerminalPath) JSONString ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeleteAdminAreaRequest_FieldTerminalPath) Selector ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) Selector() DeleteAdminAreaRequest_FieldPathSelector
func (*DeleteAdminAreaRequest_FieldTerminalPath) String ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteAdminAreaRequest_FieldPathArrayItemValue
func (*DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteAdminAreaRequest_FieldPathArrayOfValues
func (*DeleteAdminAreaRequest_FieldTerminalPath) WithIValue ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteAdminAreaRequest_FieldPathValue
func (*DeleteAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeleteAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeleteAdminAreaRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *DeleteAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue ¶
type DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue struct { DeleteAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteAdminAreaRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'DeleteAdminAreaRequest'
func (*DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object DeleteAdminAreaRequest as interface{}
func (*DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteAdminAreaRequest) (interface{}, bool)
func (*DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeleteAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues ¶
type DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues struct { DeleteAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*admin_area.Reference, bool)
func (*DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeleteAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeleteAdminAreaRequest_FieldTerminalPathValue ¶
type DeleteAdminAreaRequest_FieldTerminalPathValue struct { DeleteAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteAdminAreaRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) AsNameValue() (*admin_area.Reference, bool)
func (*DeleteAdminAreaRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *DeleteAdminAreaRequest) (int, bool)
CompareWith compares value in the 'DeleteAdminAreaRequest_FieldTerminalPathValue' with the value under path in 'DeleteAdminAreaRequest'.
func (*DeleteAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeleteAdminAreaRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'DeleteAdminAreaRequest' as interface{}
func (*DeleteAdminAreaRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) SetTo(target **DeleteAdminAreaRequest)
SetTo stores value for selected field for object DeleteAdminAreaRequest
func (*DeleteAdminAreaRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeleteAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetAdminAreaRequest ¶
type GetAdminAreaRequest struct { // Reference of ntt.watchdog.v1alpha2.AdminArea Name *admin_area.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *admin_area.AdminArea_FieldMask `` /* 141-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [GetAdminArea][ntt.watchdog.v1alpha2.GetAdminArea]
func (*GetAdminAreaRequest) Clone ¶
func (o *GetAdminAreaRequest) Clone() *GetAdminAreaRequest
func (*GetAdminAreaRequest) CloneRaw ¶
func (o *GetAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
func (*GetAdminAreaRequest) Descriptor ¶
func (*GetAdminAreaRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetAdminAreaRequest.ProtoReflect.Descriptor instead.
func (*GetAdminAreaRequest) GetFieldMask ¶
func (m *GetAdminAreaRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
func (*GetAdminAreaRequest) GetName ¶
func (m *GetAdminAreaRequest) GetName() *admin_area.Reference
func (*GetAdminAreaRequest) GetView ¶
func (m *GetAdminAreaRequest) GetView() view.View
func (*GetAdminAreaRequest) GotenMessage ¶
func (*GetAdminAreaRequest) GotenMessage()
func (*GetAdminAreaRequest) GotenObjectExt ¶
func (o *GetAdminAreaRequest) GotenObjectExt()
func (*GetAdminAreaRequest) GotenValidate ¶
func (obj *GetAdminAreaRequest) GotenValidate() error
func (*GetAdminAreaRequest) MakeDiffFieldMask ¶
func (o *GetAdminAreaRequest) MakeDiffFieldMask(other *GetAdminAreaRequest) *GetAdminAreaRequest_FieldMask
func (*GetAdminAreaRequest) MakeFullFieldMask ¶
func (o *GetAdminAreaRequest) MakeFullFieldMask() *GetAdminAreaRequest_FieldMask
func (*GetAdminAreaRequest) MakeRawDiffFieldMask ¶
func (o *GetAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetAdminAreaRequest) MakeRawFullFieldMask ¶
func (o *GetAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetAdminAreaRequest) Marshal ¶
func (m *GetAdminAreaRequest) Marshal() ([]byte, error)
func (*GetAdminAreaRequest) MarshalJSON ¶
func (m *GetAdminAreaRequest) MarshalJSON() ([]byte, error)
func (*GetAdminAreaRequest) Merge ¶
func (o *GetAdminAreaRequest) Merge(source *GetAdminAreaRequest)
func (*GetAdminAreaRequest) MergeRaw ¶
func (o *GetAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetAdminAreaRequest) ProtoMessage ¶
func (*GetAdminAreaRequest) ProtoMessage()
func (*GetAdminAreaRequest) ProtoReflect ¶
func (m *GetAdminAreaRequest) ProtoReflect() preflect.Message
func (*GetAdminAreaRequest) Reset ¶
func (m *GetAdminAreaRequest) Reset()
func (*GetAdminAreaRequest) SetFieldMask ¶
func (m *GetAdminAreaRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
func (*GetAdminAreaRequest) SetName ¶
func (m *GetAdminAreaRequest) SetName(fv *admin_area.Reference)
func (*GetAdminAreaRequest) SetView ¶
func (m *GetAdminAreaRequest) SetView(fv view.View)
func (*GetAdminAreaRequest) String ¶
func (m *GetAdminAreaRequest) String() string
func (*GetAdminAreaRequest) Unmarshal ¶
func (m *GetAdminAreaRequest) Unmarshal(b []byte) error
func (*GetAdminAreaRequest) UnmarshalJSON ¶
func (m *GetAdminAreaRequest) UnmarshalJSON(data []byte) error
type GetAdminAreaRequestFieldPathBuilder ¶
type GetAdminAreaRequestFieldPathBuilder struct{}
func NewGetAdminAreaRequestFieldPathBuilder ¶
func NewGetAdminAreaRequestFieldPathBuilder() GetAdminAreaRequestFieldPathBuilder
func (GetAdminAreaRequestFieldPathBuilder) FieldMask ¶
func (GetAdminAreaRequestFieldPathBuilder) FieldMask() GetAdminAreaRequestPathSelectorFieldMask
type GetAdminAreaRequestPathSelectorFieldMask ¶
type GetAdminAreaRequestPathSelectorFieldMask struct{}
func (GetAdminAreaRequestPathSelectorFieldMask) FieldPath ¶
func (GetAdminAreaRequestPathSelectorFieldMask) FieldPath() *GetAdminAreaRequest_FieldTerminalPath
func (GetAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s GetAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *GetAdminAreaRequest_FieldTerminalPathArrayOfValues
func (GetAdminAreaRequestPathSelectorFieldMask) WithValue ¶
func (s GetAdminAreaRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *GetAdminAreaRequest_FieldTerminalPathValue
type GetAdminAreaRequestPathSelectorName ¶
type GetAdminAreaRequestPathSelectorName struct{}
func (GetAdminAreaRequestPathSelectorName) FieldPath ¶
func (GetAdminAreaRequestPathSelectorName) FieldPath() *GetAdminAreaRequest_FieldTerminalPath
func (GetAdminAreaRequestPathSelectorName) WithArrayOfValues ¶
func (s GetAdminAreaRequestPathSelectorName) WithArrayOfValues(values []*admin_area.Reference) *GetAdminAreaRequest_FieldTerminalPathArrayOfValues
func (GetAdminAreaRequestPathSelectorName) WithValue ¶
func (s GetAdminAreaRequestPathSelectorName) WithValue(value *admin_area.Reference) *GetAdminAreaRequest_FieldTerminalPathValue
type GetAdminAreaRequestPathSelectorView ¶
type GetAdminAreaRequestPathSelectorView struct{}
func (GetAdminAreaRequestPathSelectorView) FieldPath ¶
func (GetAdminAreaRequestPathSelectorView) FieldPath() *GetAdminAreaRequest_FieldTerminalPath
func (GetAdminAreaRequestPathSelectorView) WithArrayOfValues ¶
func (s GetAdminAreaRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetAdminAreaRequest_FieldTerminalPathArrayOfValues
func (GetAdminAreaRequestPathSelectorView) WithValue ¶
func (s GetAdminAreaRequestPathSelectorView) WithValue(value view.View) *GetAdminAreaRequest_FieldTerminalPathValue
type GetAdminAreaRequest_FieldMask ¶
type GetAdminAreaRequest_FieldMask struct {
Paths []GetAdminAreaRequest_FieldPath
}
func FullGetAdminAreaRequest_FieldMask ¶
func FullGetAdminAreaRequest_FieldMask() *GetAdminAreaRequest_FieldMask
func (*GetAdminAreaRequest_FieldMask) AppendPath ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) AppendPath(path GetAdminAreaRequest_FieldPath)
func (*GetAdminAreaRequest_FieldMask) AppendRawPath ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetAdminAreaRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetAdminAreaRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetAdminAreaRequest_FieldMask) FilterInputFields ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) FilterInputFields() *GetAdminAreaRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetAdminAreaRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetAdminAreaRequest_FieldMask) GetPaths ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) GetPaths() []GetAdminAreaRequest_FieldPath
func (*GetAdminAreaRequest_FieldMask) GetRawPaths ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetAdminAreaRequest_FieldMask) IsFull ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) IsFull() bool
func (GetAdminAreaRequest_FieldMask) Marshal ¶
func (fieldMask GetAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetAdminAreaRequest_FieldMask) MarshalJSON ¶
func (fieldMask GetAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*GetAdminAreaRequest_FieldMask) PathsCount ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) PathsCount() int
func (*GetAdminAreaRequest_FieldMask) Project ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) Project(source *GetAdminAreaRequest) *GetAdminAreaRequest
func (*GetAdminAreaRequest_FieldMask) ProjectRaw ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetAdminAreaRequest_FieldMask) ProtoMessage ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) ProtoMessage()
func (*GetAdminAreaRequest_FieldMask) ProtoReflect ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
func (*GetAdminAreaRequest_FieldMask) Reset ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) Reset()
func (*GetAdminAreaRequest_FieldMask) Set ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) Set(target, source *GetAdminAreaRequest)
func (*GetAdminAreaRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
func (*GetAdminAreaRequest_FieldMask) SetRaw ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetAdminAreaRequest_FieldMask) Size ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) Size() int
func (*GetAdminAreaRequest_FieldMask) String ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) String() string
func (*GetAdminAreaRequest_FieldMask) Subtract ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) Subtract(other *GetAdminAreaRequest_FieldMask) *GetAdminAreaRequest_FieldMask
func (*GetAdminAreaRequest_FieldMask) SubtractRaw ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetAdminAreaRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetAdminAreaRequest_FieldMask) Unmarshal ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
func (*GetAdminAreaRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
type GetAdminAreaRequest_FieldPath ¶
type GetAdminAreaRequest_FieldPath interface { gotenobject.FieldPath Selector() GetAdminAreaRequest_FieldPathSelector Get(source *GetAdminAreaRequest) []interface{} GetSingle(source *GetAdminAreaRequest) (interface{}, bool) ClearValue(item *GetAdminAreaRequest) // Those methods build corresponding GetAdminAreaRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetAdminAreaRequest_FieldPathValue WithIArrayOfValues(values interface{}) GetAdminAreaRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetAdminAreaRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetAdminAreaRequest_FieldPath ¶
func BuildGetAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (GetAdminAreaRequest_FieldPath, error)
func MustParseGetAdminAreaRequest_FieldPath ¶
func MustParseGetAdminAreaRequest_FieldPath(rawField string) GetAdminAreaRequest_FieldPath
func ParseGetAdminAreaRequest_FieldPath ¶
func ParseGetAdminAreaRequest_FieldPath(rawField string) (GetAdminAreaRequest_FieldPath, error)
type GetAdminAreaRequest_FieldPathArrayItemValue ¶
type GetAdminAreaRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetAdminAreaRequest_FieldPath ContainsValue(*GetAdminAreaRequest) bool }
GetAdminAreaRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetAdminAreaRequest according to their type Present only for array (repeated) types.
func MustParseGetAdminAreaRequest_FieldPathArrayItemValue ¶
func MustParseGetAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetAdminAreaRequest_FieldPathArrayItemValue
func ParseGetAdminAreaRequest_FieldPathArrayItemValue ¶
func ParseGetAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetAdminAreaRequest_FieldPathArrayItemValue, error)
ParseGetAdminAreaRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetAdminAreaRequest_FieldPathArrayOfValues ¶
type GetAdminAreaRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetAdminAreaRequest_FieldPath }
GetAdminAreaRequest_FieldPathArrayOfValues allows storing slice of values for GetAdminAreaRequest fields according to their type
func MustParseGetAdminAreaRequest_FieldPathArrayOfValues ¶
func MustParseGetAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetAdminAreaRequest_FieldPathArrayOfValues
func ParseGetAdminAreaRequest_FieldPathArrayOfValues ¶
func ParseGetAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetAdminAreaRequest_FieldPathArrayOfValues, error)
type GetAdminAreaRequest_FieldPathSelector ¶
type GetAdminAreaRequest_FieldPathSelector int32
const ( GetAdminAreaRequest_FieldPathSelectorName GetAdminAreaRequest_FieldPathSelector = 0 GetAdminAreaRequest_FieldPathSelectorFieldMask GetAdminAreaRequest_FieldPathSelector = 1 GetAdminAreaRequest_FieldPathSelectorView GetAdminAreaRequest_FieldPathSelector = 2 )
func (GetAdminAreaRequest_FieldPathSelector) String ¶
func (s GetAdminAreaRequest_FieldPathSelector) String() string
type GetAdminAreaRequest_FieldPathValue ¶
type GetAdminAreaRequest_FieldPathValue interface { GetAdminAreaRequest_FieldPath gotenobject.FieldPathValue SetTo(target **GetAdminAreaRequest) CompareWith(*GetAdminAreaRequest) (cmp int, comparable bool) }
GetAdminAreaRequest_FieldPathValue allows storing values for GetAdminAreaRequest fields according to their type
func MustParseGetAdminAreaRequest_FieldPathValue ¶
func MustParseGetAdminAreaRequest_FieldPathValue(pathStr, valueStr string) GetAdminAreaRequest_FieldPathValue
func ParseGetAdminAreaRequest_FieldPathValue ¶
func ParseGetAdminAreaRequest_FieldPathValue(pathStr, valueStr string) (GetAdminAreaRequest_FieldPathValue, error)
type GetAdminAreaRequest_FieldTerminalPath ¶
type GetAdminAreaRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetAdminAreaRequest_FieldTerminalPath) ClearValue ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) ClearValue(item *GetAdminAreaRequest)
func (*GetAdminAreaRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetAdminAreaRequest_FieldTerminalPath) Get ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) Get(source *GetAdminAreaRequest) (values []interface{})
Get returns all values pointed by specific field from source GetAdminAreaRequest
func (*GetAdminAreaRequest_FieldTerminalPath) GetDefault ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetAdminAreaRequest_FieldTerminalPath) GetRaw ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetAdminAreaRequest_FieldTerminalPath) GetSingle ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) GetSingle(source *GetAdminAreaRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetAdminAreaRequest
func (*GetAdminAreaRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetAdminAreaRequest_FieldTerminalPath) IsLeaf ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetAdminAreaRequest_FieldTerminalPath) JSONString ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetAdminAreaRequest_FieldTerminalPath) Selector ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) Selector() GetAdminAreaRequest_FieldPathSelector
func (*GetAdminAreaRequest_FieldTerminalPath) String ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetAdminAreaRequest_FieldPathArrayItemValue
func (*GetAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetAdminAreaRequest_FieldPathArrayOfValues
func (*GetAdminAreaRequest_FieldTerminalPath) WithIValue ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) GetAdminAreaRequest_FieldPathValue
func (*GetAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetAdminAreaRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *GetAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetAdminAreaRequest_FieldTerminalPathArrayItemValue ¶
type GetAdminAreaRequest_FieldTerminalPathArrayItemValue struct { GetAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetAdminAreaRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetAdminAreaRequest'
func (*GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetAdminAreaRequest as interface{}
func (*GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetAdminAreaRequest) (interface{}, bool)
func (*GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetAdminAreaRequest_FieldTerminalPathArrayOfValues ¶
type GetAdminAreaRequest_FieldTerminalPathArrayOfValues struct { GetAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
func (*GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*admin_area.Reference, bool)
func (*GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*GetAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetAdminAreaRequest_FieldTerminalPathValue ¶
type GetAdminAreaRequest_FieldTerminalPathValue struct { GetAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetAdminAreaRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
func (*GetAdminAreaRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) AsNameValue() (*admin_area.Reference, bool)
func (*GetAdminAreaRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*GetAdminAreaRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *GetAdminAreaRequest) (int, bool)
CompareWith compares value in the 'GetAdminAreaRequest_FieldTerminalPathValue' with the value under path in 'GetAdminAreaRequest'.
func (*GetAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetAdminAreaRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetAdminAreaRequest' as interface{}
func (*GetAdminAreaRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) SetTo(target **GetAdminAreaRequest)
SetTo stores value for selected field for object GetAdminAreaRequest
func (*GetAdminAreaRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListAdminAreasRequest ¶
type ListAdminAreasRequest struct { // Requested page size. Server may return fewer AdminAreas than requested. // If unspecified, server will pick an appropriate default. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListAdminAreasResponse.next_page_token][ntt.watchdog.v1alpha2.ListAdminAreasResponse.next_page_token] PageToken *admin_area.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *admin_area.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *admin_area.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *admin_area.AdminArea_FieldMask `` /* 141-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [ListAdminAreas][ntt.watchdog.v1alpha2.ListAdminAreas]
func (*ListAdminAreasRequest) Clone ¶
func (o *ListAdminAreasRequest) Clone() *ListAdminAreasRequest
func (*ListAdminAreasRequest) CloneRaw ¶
func (o *ListAdminAreasRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListAdminAreasRequest) Descriptor ¶
func (*ListAdminAreasRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListAdminAreasRequest.ProtoReflect.Descriptor instead.
func (*ListAdminAreasRequest) GetFieldMask ¶
func (m *ListAdminAreasRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
func (*ListAdminAreasRequest) GetFilter ¶
func (m *ListAdminAreasRequest) GetFilter() *admin_area.Filter
func (*ListAdminAreasRequest) GetOrderBy ¶
func (m *ListAdminAreasRequest) GetOrderBy() *admin_area.OrderBy
func (*ListAdminAreasRequest) GetPageSize ¶
func (m *ListAdminAreasRequest) GetPageSize() int32
func (*ListAdminAreasRequest) GetPageToken ¶
func (m *ListAdminAreasRequest) GetPageToken() *admin_area.PagerCursor
func (*ListAdminAreasRequest) GetView ¶
func (m *ListAdminAreasRequest) GetView() view.View
func (*ListAdminAreasRequest) GotenMessage ¶
func (*ListAdminAreasRequest) GotenMessage()
func (*ListAdminAreasRequest) GotenObjectExt ¶
func (o *ListAdminAreasRequest) GotenObjectExt()
func (*ListAdminAreasRequest) GotenValidate ¶
func (obj *ListAdminAreasRequest) GotenValidate() error
func (*ListAdminAreasRequest) MakeDiffFieldMask ¶
func (o *ListAdminAreasRequest) MakeDiffFieldMask(other *ListAdminAreasRequest) *ListAdminAreasRequest_FieldMask
func (*ListAdminAreasRequest) MakeFullFieldMask ¶
func (o *ListAdminAreasRequest) MakeFullFieldMask() *ListAdminAreasRequest_FieldMask
func (*ListAdminAreasRequest) MakeRawDiffFieldMask ¶
func (o *ListAdminAreasRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListAdminAreasRequest) MakeRawFullFieldMask ¶
func (o *ListAdminAreasRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListAdminAreasRequest) Marshal ¶
func (m *ListAdminAreasRequest) Marshal() ([]byte, error)
func (*ListAdminAreasRequest) MarshalJSON ¶
func (m *ListAdminAreasRequest) MarshalJSON() ([]byte, error)
func (*ListAdminAreasRequest) Merge ¶
func (o *ListAdminAreasRequest) Merge(source *ListAdminAreasRequest)
func (*ListAdminAreasRequest) MergeRaw ¶
func (o *ListAdminAreasRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListAdminAreasRequest) ProtoMessage ¶
func (*ListAdminAreasRequest) ProtoMessage()
func (*ListAdminAreasRequest) ProtoReflect ¶
func (m *ListAdminAreasRequest) ProtoReflect() preflect.Message
func (*ListAdminAreasRequest) Reset ¶
func (m *ListAdminAreasRequest) Reset()
func (*ListAdminAreasRequest) SetFieldMask ¶
func (m *ListAdminAreasRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
func (*ListAdminAreasRequest) SetFilter ¶
func (m *ListAdminAreasRequest) SetFilter(fv *admin_area.Filter)
func (*ListAdminAreasRequest) SetOrderBy ¶
func (m *ListAdminAreasRequest) SetOrderBy(fv *admin_area.OrderBy)
func (*ListAdminAreasRequest) SetPageSize ¶
func (m *ListAdminAreasRequest) SetPageSize(fv int32)
func (*ListAdminAreasRequest) SetPageToken ¶
func (m *ListAdminAreasRequest) SetPageToken(fv *admin_area.PagerCursor)
func (*ListAdminAreasRequest) SetView ¶
func (m *ListAdminAreasRequest) SetView(fv view.View)
func (*ListAdminAreasRequest) String ¶
func (m *ListAdminAreasRequest) String() string
func (*ListAdminAreasRequest) Unmarshal ¶
func (m *ListAdminAreasRequest) Unmarshal(b []byte) error
func (*ListAdminAreasRequest) UnmarshalJSON ¶
func (m *ListAdminAreasRequest) UnmarshalJSON(data []byte) error
type ListAdminAreasRequestFieldPathBuilder ¶
type ListAdminAreasRequestFieldPathBuilder struct{}
func NewListAdminAreasRequestFieldPathBuilder ¶
func NewListAdminAreasRequestFieldPathBuilder() ListAdminAreasRequestFieldPathBuilder
func (ListAdminAreasRequestFieldPathBuilder) FieldMask ¶
func (ListAdminAreasRequestFieldPathBuilder) FieldMask() ListAdminAreasRequestPathSelectorFieldMask
func (ListAdminAreasRequestFieldPathBuilder) PageToken ¶
func (ListAdminAreasRequestFieldPathBuilder) PageToken() ListAdminAreasRequestPathSelectorPageToken
type ListAdminAreasRequestPathSelectorFieldMask ¶
type ListAdminAreasRequestPathSelectorFieldMask struct{}
func (ListAdminAreasRequestPathSelectorFieldMask) FieldPath ¶
func (ListAdminAreasRequestPathSelectorFieldMask) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
func (ListAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
func (ListAdminAreasRequestPathSelectorFieldMask) WithValue ¶
func (s ListAdminAreasRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *ListAdminAreasRequest_FieldTerminalPathValue
type ListAdminAreasRequestPathSelectorFilter ¶
type ListAdminAreasRequestPathSelectorFilter struct{}
func (ListAdminAreasRequestPathSelectorFilter) FieldPath ¶
func (ListAdminAreasRequestPathSelectorFilter) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
func (ListAdminAreasRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListAdminAreasRequestPathSelectorFilter) WithArrayOfValues(values []*admin_area.Filter) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
func (ListAdminAreasRequestPathSelectorFilter) WithValue ¶
func (s ListAdminAreasRequestPathSelectorFilter) WithValue(value *admin_area.Filter) *ListAdminAreasRequest_FieldTerminalPathValue
type ListAdminAreasRequestPathSelectorOrderBy ¶
type ListAdminAreasRequestPathSelectorOrderBy struct{}
func (ListAdminAreasRequestPathSelectorOrderBy) FieldPath ¶
func (ListAdminAreasRequestPathSelectorOrderBy) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
func (ListAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues(values []*admin_area.OrderBy) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
func (ListAdminAreasRequestPathSelectorOrderBy) WithValue ¶
func (s ListAdminAreasRequestPathSelectorOrderBy) WithValue(value *admin_area.OrderBy) *ListAdminAreasRequest_FieldTerminalPathValue
type ListAdminAreasRequestPathSelectorPageSize ¶
type ListAdminAreasRequestPathSelectorPageSize struct{}
func (ListAdminAreasRequestPathSelectorPageSize) FieldPath ¶
func (ListAdminAreasRequestPathSelectorPageSize) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
func (ListAdminAreasRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListAdminAreasRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
func (ListAdminAreasRequestPathSelectorPageSize) WithValue ¶
func (s ListAdminAreasRequestPathSelectorPageSize) WithValue(value int32) *ListAdminAreasRequest_FieldTerminalPathValue
type ListAdminAreasRequestPathSelectorPageToken ¶
type ListAdminAreasRequestPathSelectorPageToken struct{}
func (ListAdminAreasRequestPathSelectorPageToken) FieldPath ¶
func (ListAdminAreasRequestPathSelectorPageToken) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
func (ListAdminAreasRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListAdminAreasRequestPathSelectorPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
func (ListAdminAreasRequestPathSelectorPageToken) WithValue ¶
func (s ListAdminAreasRequestPathSelectorPageToken) WithValue(value *admin_area.PagerCursor) *ListAdminAreasRequest_FieldTerminalPathValue
type ListAdminAreasRequestPathSelectorView ¶
type ListAdminAreasRequestPathSelectorView struct{}
func (ListAdminAreasRequestPathSelectorView) FieldPath ¶
func (ListAdminAreasRequestPathSelectorView) FieldPath() *ListAdminAreasRequest_FieldTerminalPath
func (ListAdminAreasRequestPathSelectorView) WithArrayOfValues ¶
func (s ListAdminAreasRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListAdminAreasRequest_FieldTerminalPathArrayOfValues
func (ListAdminAreasRequestPathSelectorView) WithValue ¶
func (s ListAdminAreasRequestPathSelectorView) WithValue(value view.View) *ListAdminAreasRequest_FieldTerminalPathValue
type ListAdminAreasRequest_FieldMask ¶
type ListAdminAreasRequest_FieldMask struct {
Paths []ListAdminAreasRequest_FieldPath
}
func FullListAdminAreasRequest_FieldMask ¶
func FullListAdminAreasRequest_FieldMask() *ListAdminAreasRequest_FieldMask
func (*ListAdminAreasRequest_FieldMask) AppendPath ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) AppendPath(path ListAdminAreasRequest_FieldPath)
func (*ListAdminAreasRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListAdminAreasRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListAdminAreasRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListAdminAreasRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) FilterInputFields() *ListAdminAreasRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListAdminAreasRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListAdminAreasRequest_FieldMask) GetPaths ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) GetPaths() []ListAdminAreasRequest_FieldPath
func (*ListAdminAreasRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListAdminAreasRequest_FieldMask) IsFull ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) IsFull() bool
func (ListAdminAreasRequest_FieldMask) Marshal ¶
func (fieldMask ListAdminAreasRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListAdminAreasRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListAdminAreasRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListAdminAreasRequest_FieldMask) PathsCount ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) PathsCount() int
func (*ListAdminAreasRequest_FieldMask) Project ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) Project(source *ListAdminAreasRequest) *ListAdminAreasRequest
func (*ListAdminAreasRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListAdminAreasRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) ProtoMessage()
func (*ListAdminAreasRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListAdminAreasRequest_FieldMask) Reset ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) Reset()
func (*ListAdminAreasRequest_FieldMask) Set ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) Set(target, source *ListAdminAreasRequest)
func (*ListAdminAreasRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListAdminAreasRequest_FieldMask) SetRaw ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListAdminAreasRequest_FieldMask) Size ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) Size() int
func (*ListAdminAreasRequest_FieldMask) String ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) String() string
func (*ListAdminAreasRequest_FieldMask) Subtract ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) Subtract(other *ListAdminAreasRequest_FieldMask) *ListAdminAreasRequest_FieldMask
func (*ListAdminAreasRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListAdminAreasRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListAdminAreasRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) Unmarshal(data []byte) error
func (*ListAdminAreasRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListAdminAreasRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListAdminAreasRequest_FieldPath ¶
type ListAdminAreasRequest_FieldPath interface { gotenobject.FieldPath Selector() ListAdminAreasRequest_FieldPathSelector Get(source *ListAdminAreasRequest) []interface{} GetSingle(source *ListAdminAreasRequest) (interface{}, bool) ClearValue(item *ListAdminAreasRequest) // Those methods build corresponding ListAdminAreasRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListAdminAreasRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListAdminAreasRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListAdminAreasRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListAdminAreasRequest_FieldPath ¶
func BuildListAdminAreasRequest_FieldPath(fp gotenobject.RawFieldPath) (ListAdminAreasRequest_FieldPath, error)
func MustParseListAdminAreasRequest_FieldPath ¶
func MustParseListAdminAreasRequest_FieldPath(rawField string) ListAdminAreasRequest_FieldPath
func ParseListAdminAreasRequest_FieldPath ¶
func ParseListAdminAreasRequest_FieldPath(rawField string) (ListAdminAreasRequest_FieldPath, error)
type ListAdminAreasRequest_FieldPathArrayItemValue ¶
type ListAdminAreasRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListAdminAreasRequest_FieldPath ContainsValue(*ListAdminAreasRequest) bool }
ListAdminAreasRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListAdminAreasRequest according to their type Present only for array (repeated) types.
func MustParseListAdminAreasRequest_FieldPathArrayItemValue ¶
func MustParseListAdminAreasRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListAdminAreasRequest_FieldPathArrayItemValue
func ParseListAdminAreasRequest_FieldPathArrayItemValue ¶
func ParseListAdminAreasRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListAdminAreasRequest_FieldPathArrayItemValue, error)
ParseListAdminAreasRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListAdminAreasRequest_FieldPathArrayOfValues ¶
type ListAdminAreasRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListAdminAreasRequest_FieldPath }
ListAdminAreasRequest_FieldPathArrayOfValues allows storing slice of values for ListAdminAreasRequest fields according to their type
func MustParseListAdminAreasRequest_FieldPathArrayOfValues ¶
func MustParseListAdminAreasRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListAdminAreasRequest_FieldPathArrayOfValues
func ParseListAdminAreasRequest_FieldPathArrayOfValues ¶
func ParseListAdminAreasRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAdminAreasRequest_FieldPathArrayOfValues, error)
type ListAdminAreasRequest_FieldPathSelector ¶
type ListAdminAreasRequest_FieldPathSelector int32
const ( ListAdminAreasRequest_FieldPathSelectorPageSize ListAdminAreasRequest_FieldPathSelector = 0 ListAdminAreasRequest_FieldPathSelectorPageToken ListAdminAreasRequest_FieldPathSelector = 1 ListAdminAreasRequest_FieldPathSelectorOrderBy ListAdminAreasRequest_FieldPathSelector = 2 ListAdminAreasRequest_FieldPathSelectorFilter ListAdminAreasRequest_FieldPathSelector = 3 ListAdminAreasRequest_FieldPathSelectorFieldMask ListAdminAreasRequest_FieldPathSelector = 4 ListAdminAreasRequest_FieldPathSelectorView ListAdminAreasRequest_FieldPathSelector = 5 )
func (ListAdminAreasRequest_FieldPathSelector) String ¶
func (s ListAdminAreasRequest_FieldPathSelector) String() string
type ListAdminAreasRequest_FieldPathValue ¶
type ListAdminAreasRequest_FieldPathValue interface { ListAdminAreasRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListAdminAreasRequest) CompareWith(*ListAdminAreasRequest) (cmp int, comparable bool) }
ListAdminAreasRequest_FieldPathValue allows storing values for ListAdminAreasRequest fields according to their type
func MustParseListAdminAreasRequest_FieldPathValue ¶
func MustParseListAdminAreasRequest_FieldPathValue(pathStr, valueStr string) ListAdminAreasRequest_FieldPathValue
func ParseListAdminAreasRequest_FieldPathValue ¶
func ParseListAdminAreasRequest_FieldPathValue(pathStr, valueStr string) (ListAdminAreasRequest_FieldPathValue, error)
type ListAdminAreasRequest_FieldTerminalPath ¶
type ListAdminAreasRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListAdminAreasRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) ClearValue(item *ListAdminAreasRequest)
func (*ListAdminAreasRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListAdminAreasRequest_FieldTerminalPath) Get ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) Get(source *ListAdminAreasRequest) (values []interface{})
Get returns all values pointed by specific field from source ListAdminAreasRequest
func (*ListAdminAreasRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListAdminAreasRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListAdminAreasRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) GetSingle(source *ListAdminAreasRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListAdminAreasRequest
func (*ListAdminAreasRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListAdminAreasRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListAdminAreasRequest_FieldTerminalPath) JSONString ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListAdminAreasRequest_FieldTerminalPath) Selector ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) Selector() ListAdminAreasRequest_FieldPathSelector
func (*ListAdminAreasRequest_FieldTerminalPath) String ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListAdminAreasRequest_FieldPathArrayItemValue
func (*ListAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListAdminAreasRequest_FieldPathArrayOfValues
func (*ListAdminAreasRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) WithIValue(value interface{}) ListAdminAreasRequest_FieldPathValue
func (*ListAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListAdminAreasRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListAdminAreasRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListAdminAreasRequest_FieldTerminalPathArrayItemValue ¶
type ListAdminAreasRequest_FieldTerminalPathArrayItemValue struct { ListAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListAdminAreasRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListAdminAreasRequest'
func (*ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListAdminAreasRequest as interface{}
func (*ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListAdminAreasRequest) (interface{}, bool)
func (*ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListAdminAreasRequest_FieldTerminalPathArrayOfValues ¶
type ListAdminAreasRequest_FieldTerminalPathArrayOfValues struct { ListAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*admin_area.Filter, bool)
func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*admin_area.OrderBy, bool)
func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListAdminAreasRequest_FieldTerminalPathValue ¶
type ListAdminAreasRequest_FieldTerminalPathValue struct { ListAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
func (*ListAdminAreasRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsFilterValue() (*admin_area.Filter, bool)
func (*ListAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue() (*admin_area.OrderBy, bool)
func (*ListAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*ListAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue() (*admin_area.PagerCursor, bool)
func (*ListAdminAreasRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*ListAdminAreasRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) CompareWith(source *ListAdminAreasRequest) (int, bool)
CompareWith compares value in the 'ListAdminAreasRequest_FieldTerminalPathValue' with the value under path in 'ListAdminAreasRequest'.
func (*ListAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListAdminAreasRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListAdminAreasRequest' as interface{}
func (*ListAdminAreasRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) SetTo(target **ListAdminAreasRequest)
SetTo stores value for selected field for object ListAdminAreasRequest
func (*ListAdminAreasRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListAdminAreasResponse ¶
type ListAdminAreasResponse struct { // The list of AdminAreas AdminAreas []*admin_area.AdminArea `protobuf:"bytes,1,rep,name=admin_areas,json=adminAreas,proto3" json:"admin_areas,omitempty" firestore:"adminAreas"` // A token to retrieve previous page of results. Pass this value in the // [ListAdminAreasRequest.page_token][ntt.watchdog.v1alpha2.ListAdminAreasRequest.page_token] PrevPageToken *admin_area.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListAdminAreasRequest.page_token][ntt.watchdog.v1alpha2.ListAdminAreasRequest.page_token] NextPageToken *admin_area.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListAdminAreas][ntt.watchdog.v1alpha2.ListAdminAreas]
func (*ListAdminAreasResponse) Clone ¶
func (o *ListAdminAreasResponse) Clone() *ListAdminAreasResponse
func (*ListAdminAreasResponse) CloneRaw ¶
func (o *ListAdminAreasResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListAdminAreasResponse) Descriptor ¶
func (*ListAdminAreasResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListAdminAreasResponse.ProtoReflect.Descriptor instead.
func (*ListAdminAreasResponse) GetAdminAreas ¶
func (m *ListAdminAreasResponse) GetAdminAreas() []*admin_area.AdminArea
func (*ListAdminAreasResponse) GetNextPageToken ¶
func (m *ListAdminAreasResponse) GetNextPageToken() *admin_area.PagerCursor
func (*ListAdminAreasResponse) GetPrevPageToken ¶
func (m *ListAdminAreasResponse) GetPrevPageToken() *admin_area.PagerCursor
func (*ListAdminAreasResponse) GotenMessage ¶
func (*ListAdminAreasResponse) GotenMessage()
func (*ListAdminAreasResponse) GotenObjectExt ¶
func (o *ListAdminAreasResponse) GotenObjectExt()
func (*ListAdminAreasResponse) GotenValidate ¶
func (obj *ListAdminAreasResponse) GotenValidate() error
func (*ListAdminAreasResponse) MakeDiffFieldMask ¶
func (o *ListAdminAreasResponse) MakeDiffFieldMask(other *ListAdminAreasResponse) *ListAdminAreasResponse_FieldMask
func (*ListAdminAreasResponse) MakeFullFieldMask ¶
func (o *ListAdminAreasResponse) MakeFullFieldMask() *ListAdminAreasResponse_FieldMask
func (*ListAdminAreasResponse) MakeRawDiffFieldMask ¶
func (o *ListAdminAreasResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListAdminAreasResponse) MakeRawFullFieldMask ¶
func (o *ListAdminAreasResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListAdminAreasResponse) Marshal ¶
func (m *ListAdminAreasResponse) Marshal() ([]byte, error)
func (*ListAdminAreasResponse) MarshalJSON ¶
func (m *ListAdminAreasResponse) MarshalJSON() ([]byte, error)
func (*ListAdminAreasResponse) Merge ¶
func (o *ListAdminAreasResponse) Merge(source *ListAdminAreasResponse)
func (*ListAdminAreasResponse) MergeRaw ¶
func (o *ListAdminAreasResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListAdminAreasResponse) ProtoMessage ¶
func (*ListAdminAreasResponse) ProtoMessage()
func (*ListAdminAreasResponse) ProtoReflect ¶
func (m *ListAdminAreasResponse) ProtoReflect() preflect.Message
func (*ListAdminAreasResponse) Reset ¶
func (m *ListAdminAreasResponse) Reset()
func (*ListAdminAreasResponse) SetAdminAreas ¶
func (m *ListAdminAreasResponse) SetAdminAreas(fv []*admin_area.AdminArea)
func (*ListAdminAreasResponse) SetNextPageToken ¶
func (m *ListAdminAreasResponse) SetNextPageToken(fv *admin_area.PagerCursor)
func (*ListAdminAreasResponse) SetPrevPageToken ¶
func (m *ListAdminAreasResponse) SetPrevPageToken(fv *admin_area.PagerCursor)
func (*ListAdminAreasResponse) String ¶
func (m *ListAdminAreasResponse) String() string
func (*ListAdminAreasResponse) Unmarshal ¶
func (m *ListAdminAreasResponse) Unmarshal(b []byte) error
func (*ListAdminAreasResponse) UnmarshalJSON ¶
func (m *ListAdminAreasResponse) UnmarshalJSON(data []byte) error
type ListAdminAreasResponseFieldPathBuilder ¶
type ListAdminAreasResponseFieldPathBuilder struct{}
func NewListAdminAreasResponseFieldPathBuilder ¶
func NewListAdminAreasResponseFieldPathBuilder() ListAdminAreasResponseFieldPathBuilder
func (ListAdminAreasResponseFieldPathBuilder) AdminAreas ¶
func (ListAdminAreasResponseFieldPathBuilder) AdminAreas() ListAdminAreasResponsePathSelectorAdminAreas
func (ListAdminAreasResponseFieldPathBuilder) NextPageToken ¶
func (ListAdminAreasResponseFieldPathBuilder) NextPageToken() ListAdminAreasResponsePathSelectorNextPageToken
func (ListAdminAreasResponseFieldPathBuilder) PrevPageToken ¶
func (ListAdminAreasResponseFieldPathBuilder) PrevPageToken() ListAdminAreasResponsePathSelectorPrevPageToken
type ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames ¶
type ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames struct {
// contains filtered or unexported fields
}
func (ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithValue ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations ¶
type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithValue ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels ¶
type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels struct {
// contains filtered or unexported fields
}
func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards ¶
type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards struct {
// contains filtered or unexported fields
}
func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []int64) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue ¶
func (s ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue(value int64) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreas ¶
type ListAdminAreasResponsePathSelectorAdminAreas struct{}
func (ListAdminAreasResponsePathSelectorAdminAreas) DisplayName ¶
func (ListAdminAreasResponsePathSelectorAdminAreas) FieldPath ¶
func (ListAdminAreasResponsePathSelectorAdminAreas) FieldPath() *ListAdminAreasResponse_FieldTerminalPath
func (ListAdminAreasResponsePathSelectorAdminAreas) LabelGeometry ¶
func (ListAdminAreasResponsePathSelectorAdminAreas) LocalLanguageNames ¶
func (ListAdminAreasResponsePathSelectorAdminAreas) LocalLanguageNames() ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames
func (ListAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues(values [][]*admin_area.AdminArea) *ListAdminAreasResponse_FieldTerminalPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreas) WithItemValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreas) WithItemValue(value *admin_area.AdminArea) *ListAdminAreasResponse_FieldTerminalPathArrayItemValue
func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *ListAdminAreasResponse_FieldSubPathArrayItemValue
func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubPath ¶
func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubPath(subPath admin_area.AdminArea_FieldPath) *ListAdminAreasResponse_FieldSubPath
func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreas) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *ListAdminAreasResponse_FieldSubPathValue
func (ListAdminAreasResponsePathSelectorAdminAreas) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreas) WithValue(value []*admin_area.AdminArea) *ListAdminAreasResponse_FieldTerminalPathValue
type ListAdminAreasResponsePathSelectorAdminAreasDisplayName ¶
type ListAdminAreasResponsePathSelectorAdminAreasDisplayName struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasGeometry ¶
type ListAdminAreasResponsePathSelectorAdminAreasGeometry struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues(values []*admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue(value *admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox ¶
type ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue(value *admin_area.BBox) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast ¶
type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest ¶
type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter ¶
type ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchy ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchy struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithValue(value *admin_area.AdminHierarchy) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1 ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1 struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2 ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2 struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3 ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3 struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4 ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4 struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5 ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5 struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry ¶
type ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithValue(value *admin_area.Reference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry ¶
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue(value *admin_area.Geometry) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox ¶
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue(value *admin_area.BBox) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast ¶
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest ¶
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter ¶
type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue(value *latlng.LatLng) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames ¶
type ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues(values []map[string]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue(value map[string]string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadata ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadata struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Annotations ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) CreateTime ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Generation ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) OwnerReferences ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) ResourceVersion ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) UpdateTime ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue(value *ntt_meta.Meta) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue(value map[string]string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues(values []int64) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue(value int64) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues(values []map[string]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue(value map[string]string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) ApiVersion ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Controller ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithItemValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListAdminAreasResponse_FieldSubPathArrayItemValue
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListAdminAreasResponse_FieldSubPathArrayOfValues
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListAdminAreasResponse_FieldSubPathArrayOfValues
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesUid) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataShards ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataShards struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues(values []map[string]int64) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue(value map[string]int64) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) OwningRegion ¶
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue(value string) *ListAdminAreasResponse_FieldSubPathArrayItemValue
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue(value []string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataTags ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataTags struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues(values [][]string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue(value string) *ListAdminAreasResponse_FieldSubPathArrayItemValue
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue(value []string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid ¶
type ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues(values []string) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue(value string) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasName ¶
type ListAdminAreasResponsePathSelectorAdminAreasName struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasName) FieldPath ¶
func (ListAdminAreasResponsePathSelectorAdminAreasName) FieldPath() *ListAdminAreasResponse_FieldSubPath
func (ListAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues(values []*admin_area.Name) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasName) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasName) WithValue(value *admin_area.Name) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorAdminAreasType ¶
type ListAdminAreasResponsePathSelectorAdminAreasType struct{}
func (ListAdminAreasResponsePathSelectorAdminAreasType) FieldPath ¶
func (ListAdminAreasResponsePathSelectorAdminAreasType) FieldPath() *ListAdminAreasResponse_FieldSubPath
func (ListAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues(values []admin_area.AdminArea_Type) *ListAdminAreasResponse_FieldSubPathArrayOfValues
func (ListAdminAreasResponsePathSelectorAdminAreasType) WithValue ¶
func (s ListAdminAreasResponsePathSelectorAdminAreasType) WithValue(value admin_area.AdminArea_Type) *ListAdminAreasResponse_FieldSubPathValue
type ListAdminAreasResponsePathSelectorNextPageToken ¶
type ListAdminAreasResponsePathSelectorNextPageToken struct{}
func (ListAdminAreasResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorNextPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathArrayOfValues
func (ListAdminAreasResponsePathSelectorNextPageToken) WithValue ¶
func (s ListAdminAreasResponsePathSelectorNextPageToken) WithValue(value *admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathValue
type ListAdminAreasResponsePathSelectorPrevPageToken ¶
type ListAdminAreasResponsePathSelectorPrevPageToken struct{}
func (ListAdminAreasResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListAdminAreasResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathArrayOfValues
func (ListAdminAreasResponsePathSelectorPrevPageToken) WithValue ¶
func (s ListAdminAreasResponsePathSelectorPrevPageToken) WithValue(value *admin_area.PagerCursor) *ListAdminAreasResponse_FieldTerminalPathValue
type ListAdminAreasResponse_FieldMask ¶
type ListAdminAreasResponse_FieldMask struct {
Paths []ListAdminAreasResponse_FieldPath
}
func FullListAdminAreasResponse_FieldMask ¶
func FullListAdminAreasResponse_FieldMask() *ListAdminAreasResponse_FieldMask
func (*ListAdminAreasResponse_FieldMask) AppendPath ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) AppendPath(path ListAdminAreasResponse_FieldPath)
func (*ListAdminAreasResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListAdminAreasResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListAdminAreasResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListAdminAreasResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) FilterInputFields() *ListAdminAreasResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListAdminAreasResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListAdminAreasResponse_FieldMask) GetPaths ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) GetPaths() []ListAdminAreasResponse_FieldPath
func (*ListAdminAreasResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListAdminAreasResponse_FieldMask) IsFull ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) IsFull() bool
func (ListAdminAreasResponse_FieldMask) Marshal ¶
func (fieldMask ListAdminAreasResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListAdminAreasResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListAdminAreasResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListAdminAreasResponse_FieldMask) PathsCount ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) PathsCount() int
func (*ListAdminAreasResponse_FieldMask) Project ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) Project(source *ListAdminAreasResponse) *ListAdminAreasResponse
func (*ListAdminAreasResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListAdminAreasResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) ProtoMessage()
func (*ListAdminAreasResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListAdminAreasResponse_FieldMask) Reset ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) Reset()
func (*ListAdminAreasResponse_FieldMask) Set ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) Set(target, source *ListAdminAreasResponse)
func (*ListAdminAreasResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListAdminAreasResponse_FieldMask) SetRaw ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListAdminAreasResponse_FieldMask) Size ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) Size() int
func (*ListAdminAreasResponse_FieldMask) String ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) String() string
func (*ListAdminAreasResponse_FieldMask) Subtract ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) Subtract(other *ListAdminAreasResponse_FieldMask) *ListAdminAreasResponse_FieldMask
func (*ListAdminAreasResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListAdminAreasResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListAdminAreasResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) Unmarshal(data []byte) error
func (*ListAdminAreasResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListAdminAreasResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListAdminAreasResponse_FieldPath ¶
type ListAdminAreasResponse_FieldPath interface { gotenobject.FieldPath Selector() ListAdminAreasResponse_FieldPathSelector Get(source *ListAdminAreasResponse) []interface{} GetSingle(source *ListAdminAreasResponse) (interface{}, bool) ClearValue(item *ListAdminAreasResponse) // Those methods build corresponding ListAdminAreasResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListAdminAreasResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListAdminAreasResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListAdminAreasResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListAdminAreasResponse_FieldPath ¶
func BuildListAdminAreasResponse_FieldPath(fp gotenobject.RawFieldPath) (ListAdminAreasResponse_FieldPath, error)
func MustParseListAdminAreasResponse_FieldPath ¶
func MustParseListAdminAreasResponse_FieldPath(rawField string) ListAdminAreasResponse_FieldPath
func ParseListAdminAreasResponse_FieldPath ¶
func ParseListAdminAreasResponse_FieldPath(rawField string) (ListAdminAreasResponse_FieldPath, error)
type ListAdminAreasResponse_FieldPathArrayItemValue ¶
type ListAdminAreasResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListAdminAreasResponse_FieldPath ContainsValue(*ListAdminAreasResponse) bool }
ListAdminAreasResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListAdminAreasResponse according to their type Present only for array (repeated) types.
func MustParseListAdminAreasResponse_FieldPathArrayItemValue ¶
func MustParseListAdminAreasResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListAdminAreasResponse_FieldPathArrayItemValue
func ParseListAdminAreasResponse_FieldPathArrayItemValue ¶
func ParseListAdminAreasResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListAdminAreasResponse_FieldPathArrayItemValue, error)
ParseListAdminAreasResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListAdminAreasResponse_FieldPathArrayOfValues ¶
type ListAdminAreasResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListAdminAreasResponse_FieldPath }
ListAdminAreasResponse_FieldPathArrayOfValues allows storing slice of values for ListAdminAreasResponse fields according to their type
func MustParseListAdminAreasResponse_FieldPathArrayOfValues ¶
func MustParseListAdminAreasResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListAdminAreasResponse_FieldPathArrayOfValues
func ParseListAdminAreasResponse_FieldPathArrayOfValues ¶
func ParseListAdminAreasResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAdminAreasResponse_FieldPathArrayOfValues, error)
type ListAdminAreasResponse_FieldPathSelector ¶
type ListAdminAreasResponse_FieldPathSelector int32
const ( ListAdminAreasResponse_FieldPathSelectorAdminAreas ListAdminAreasResponse_FieldPathSelector = 0 ListAdminAreasResponse_FieldPathSelectorPrevPageToken ListAdminAreasResponse_FieldPathSelector = 1 ListAdminAreasResponse_FieldPathSelectorNextPageToken ListAdminAreasResponse_FieldPathSelector = 2 )
func (ListAdminAreasResponse_FieldPathSelector) String ¶
func (s ListAdminAreasResponse_FieldPathSelector) String() string
type ListAdminAreasResponse_FieldPathValue ¶
type ListAdminAreasResponse_FieldPathValue interface { ListAdminAreasResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListAdminAreasResponse) CompareWith(*ListAdminAreasResponse) (cmp int, comparable bool) }
ListAdminAreasResponse_FieldPathValue allows storing values for ListAdminAreasResponse fields according to their type
func MustParseListAdminAreasResponse_FieldPathValue ¶
func MustParseListAdminAreasResponse_FieldPathValue(pathStr, valueStr string) ListAdminAreasResponse_FieldPathValue
func ParseListAdminAreasResponse_FieldPathValue ¶
func ParseListAdminAreasResponse_FieldPathValue(pathStr, valueStr string) (ListAdminAreasResponse_FieldPathValue, error)
type ListAdminAreasResponse_FieldSubPath ¶
type ListAdminAreasResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListAdminAreasResponse_FieldSubPath) AsAdminAreasSubPath ¶
func (fps *ListAdminAreasResponse_FieldSubPath) AsAdminAreasSubPath() (admin_area.AdminArea_FieldPath, bool)
func (*ListAdminAreasResponse_FieldSubPath) ClearValue ¶
func (fps *ListAdminAreasResponse_FieldSubPath) ClearValue(item *ListAdminAreasResponse)
func (*ListAdminAreasResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ListAdminAreasResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListAdminAreasResponse_FieldSubPath) Get ¶
func (fps *ListAdminAreasResponse_FieldSubPath) Get(source *ListAdminAreasResponse) (values []interface{})
Get returns all values pointed by selected field from source ListAdminAreasResponse
func (*ListAdminAreasResponse_FieldSubPath) GetDefault ¶
func (fps *ListAdminAreasResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListAdminAreasResponse_FieldSubPath) GetRaw ¶
func (fps *ListAdminAreasResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListAdminAreasResponse_FieldSubPath) GetSingle ¶
func (fps *ListAdminAreasResponse_FieldSubPath) GetSingle(source *ListAdminAreasResponse) (interface{}, bool)
GetSingle returns value of selected field from source ListAdminAreasResponse
func (*ListAdminAreasResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ListAdminAreasResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListAdminAreasResponse_FieldSubPath) IsLeaf ¶
func (fps *ListAdminAreasResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListAdminAreasResponse_FieldSubPath) JSONString ¶
func (fps *ListAdminAreasResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListAdminAreasResponse_FieldSubPath) Selector ¶
func (fps *ListAdminAreasResponse_FieldSubPath) Selector() ListAdminAreasResponse_FieldPathSelector
func (*ListAdminAreasResponse_FieldSubPath) String ¶
func (fps *ListAdminAreasResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListAdminAreasResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListAdminAreasResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListAdminAreasResponse_FieldPathArrayItemValue
func (*ListAdminAreasResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListAdminAreasResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListAdminAreasResponse_FieldPathArrayOfValues
func (*ListAdminAreasResponse_FieldSubPath) WithIValue ¶
func (fps *ListAdminAreasResponse_FieldSubPath) WithIValue(value interface{}) ListAdminAreasResponse_FieldPathValue
func (*ListAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListAdminAreasResponse_FieldSubPath) WithRawIValue ¶
func (fps *ListAdminAreasResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListAdminAreasResponse_FieldSubPathArrayItemValue ¶
type ListAdminAreasResponse_FieldSubPathArrayItemValue struct { ListAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*ListAdminAreasResponse_FieldSubPathArrayItemValue) AsAdminAreasPathItemValue ¶
func (fpaivs *ListAdminAreasResponse_FieldSubPathArrayItemValue) AsAdminAreasPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
func (*ListAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListAdminAreasResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListAdminAreasResponse'
func (*ListAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListAdminAreasResponse_FieldSubPathArrayOfValues ¶
type ListAdminAreasResponse_FieldSubPathArrayOfValues struct { ListAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*ListAdminAreasResponse_FieldSubPathArrayOfValues) AsAdminAreasPathArrayOfValues ¶
func (fpsaov *ListAdminAreasResponse_FieldSubPathArrayOfValues) AsAdminAreasPathArrayOfValues() (admin_area.AdminArea_FieldPathArrayOfValues, bool)
func (*ListAdminAreasResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListAdminAreasResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListAdminAreasResponse_FieldSubPathValue ¶
type ListAdminAreasResponse_FieldSubPathValue struct { ListAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*ListAdminAreasResponse_FieldSubPathValue) AsAdminAreasPathValue ¶
func (fpvs *ListAdminAreasResponse_FieldSubPathValue) AsAdminAreasPathValue() (admin_area.AdminArea_FieldPathValue, bool)
func (*ListAdminAreasResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListAdminAreasResponse_FieldSubPathValue) CompareWith(source *ListAdminAreasResponse) (int, bool)
func (*ListAdminAreasResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListAdminAreasResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListAdminAreasResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListAdminAreasResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ListAdminAreasResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ListAdminAreasResponse_FieldSubPathValue) SetTo(target **ListAdminAreasResponse)
func (*ListAdminAreasResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListAdminAreasResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListAdminAreasResponse_FieldTerminalPath ¶
type ListAdminAreasResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListAdminAreasResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) ClearValue(item *ListAdminAreasResponse)
func (*ListAdminAreasResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListAdminAreasResponse_FieldTerminalPath) Get ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) Get(source *ListAdminAreasResponse) (values []interface{})
Get returns all values pointed by specific field from source ListAdminAreasResponse
func (*ListAdminAreasResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListAdminAreasResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListAdminAreasResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) GetSingle(source *ListAdminAreasResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListAdminAreasResponse
func (*ListAdminAreasResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListAdminAreasResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListAdminAreasResponse_FieldTerminalPath) JSONString ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListAdminAreasResponse_FieldTerminalPath) Selector ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) Selector() ListAdminAreasResponse_FieldPathSelector
func (*ListAdminAreasResponse_FieldTerminalPath) String ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListAdminAreasResponse_FieldPathArrayItemValue
func (*ListAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListAdminAreasResponse_FieldPathArrayOfValues
func (*ListAdminAreasResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) WithIValue(value interface{}) ListAdminAreasResponse_FieldPathValue
func (*ListAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListAdminAreasResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListAdminAreasResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListAdminAreasResponse_FieldTerminalPathArrayItemValue ¶
type ListAdminAreasResponse_FieldTerminalPathArrayItemValue struct { ListAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreasItemValue ¶
func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreasItemValue() (*admin_area.AdminArea, bool)
func (*ListAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListAdminAreasResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListAdminAreasResponse'
func (*ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListAdminAreasResponse as interface{}
func (*ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListAdminAreasResponse) (interface{}, bool)
func (*ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListAdminAreasResponse_FieldTerminalPathArrayOfValues ¶
type ListAdminAreasResponse_FieldTerminalPathArrayOfValues struct { ListAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreasArrayOfValues ¶
func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreasArrayOfValues() ([][]*admin_area.AdminArea, bool)
func (*ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
func (*ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
func (*ListAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListAdminAreasResponse_FieldTerminalPathValue ¶
type ListAdminAreasResponse_FieldTerminalPathValue struct { ListAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListAdminAreasResponse_FieldTerminalPathValue) AsAdminAreasValue ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsAdminAreasValue() ([]*admin_area.AdminArea, bool)
func (*ListAdminAreasResponse_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*admin_area.PagerCursor, bool)
func (*ListAdminAreasResponse_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*admin_area.PagerCursor, bool)
func (*ListAdminAreasResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) CompareWith(source *ListAdminAreasResponse) (int, bool)
CompareWith compares value in the 'ListAdminAreasResponse_FieldTerminalPathValue' with the value under path in 'ListAdminAreasResponse'.
func (*ListAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListAdminAreasResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListAdminAreasResponse' as interface{}
func (*ListAdminAreasResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) SetTo(target **ListAdminAreasResponse)
SetTo stores value for selected field for object ListAdminAreasResponse
func (*ListAdminAreasResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateAdminAreaRequest ¶
type UpdateAdminAreaRequest struct { // AdminArea resource body AdminArea *admin_area.AdminArea `protobuf:"bytes,2,opt,name=admin_area,json=adminArea,proto3" json:"admin_area,omitempty" firestore:"adminArea"` // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *admin_area.AdminArea_FieldMask `` /* 145-byte string literal not displayed */ // Conditional update applied to request if update should be executed only for // specific resource state. If this field is populated, then server will fetch // existing resource, compare with the one stored in the cas field (after // applying field mask) and proceed with update only and only if they match. // Otherwise RPC error Aborted will be returned. Cas *UpdateAdminAreaRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // contains filtered or unexported fields }
Request message for method [UpdateAdminArea][ntt.watchdog.v1alpha2.UpdateAdminArea]
func (*UpdateAdminAreaRequest) Clone ¶
func (o *UpdateAdminAreaRequest) Clone() *UpdateAdminAreaRequest
func (*UpdateAdminAreaRequest) CloneRaw ¶
func (o *UpdateAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateAdminAreaRequest) Descriptor ¶
func (*UpdateAdminAreaRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateAdminAreaRequest.ProtoReflect.Descriptor instead.
func (*UpdateAdminAreaRequest) GetAdminArea ¶
func (m *UpdateAdminAreaRequest) GetAdminArea() *admin_area.AdminArea
func (*UpdateAdminAreaRequest) GetCas ¶
func (m *UpdateAdminAreaRequest) GetCas() *UpdateAdminAreaRequest_CAS
func (*UpdateAdminAreaRequest) GetUpdateMask ¶
func (m *UpdateAdminAreaRequest) GetUpdateMask() *admin_area.AdminArea_FieldMask
func (*UpdateAdminAreaRequest) GotenMessage ¶
func (*UpdateAdminAreaRequest) GotenMessage()
func (*UpdateAdminAreaRequest) GotenObjectExt ¶
func (o *UpdateAdminAreaRequest) GotenObjectExt()
func (*UpdateAdminAreaRequest) GotenValidate ¶
func (obj *UpdateAdminAreaRequest) GotenValidate() error
func (*UpdateAdminAreaRequest) MakeDiffFieldMask ¶
func (o *UpdateAdminAreaRequest) MakeDiffFieldMask(other *UpdateAdminAreaRequest) *UpdateAdminAreaRequest_FieldMask
func (*UpdateAdminAreaRequest) MakeFullFieldMask ¶
func (o *UpdateAdminAreaRequest) MakeFullFieldMask() *UpdateAdminAreaRequest_FieldMask
func (*UpdateAdminAreaRequest) MakeRawDiffFieldMask ¶
func (o *UpdateAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateAdminAreaRequest) MakeRawFullFieldMask ¶
func (o *UpdateAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateAdminAreaRequest) Marshal ¶
func (m *UpdateAdminAreaRequest) Marshal() ([]byte, error)
func (*UpdateAdminAreaRequest) MarshalJSON ¶
func (m *UpdateAdminAreaRequest) MarshalJSON() ([]byte, error)
func (*UpdateAdminAreaRequest) Merge ¶
func (o *UpdateAdminAreaRequest) Merge(source *UpdateAdminAreaRequest)
func (*UpdateAdminAreaRequest) MergeRaw ¶
func (o *UpdateAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateAdminAreaRequest) ProtoMessage ¶
func (*UpdateAdminAreaRequest) ProtoMessage()
func (*UpdateAdminAreaRequest) ProtoReflect ¶
func (m *UpdateAdminAreaRequest) ProtoReflect() preflect.Message
func (*UpdateAdminAreaRequest) Reset ¶
func (m *UpdateAdminAreaRequest) Reset()
func (*UpdateAdminAreaRequest) SetAdminArea ¶
func (m *UpdateAdminAreaRequest) SetAdminArea(fv *admin_area.AdminArea)
func (*UpdateAdminAreaRequest) SetCas ¶
func (m *UpdateAdminAreaRequest) SetCas(fv *UpdateAdminAreaRequest_CAS)
func (*UpdateAdminAreaRequest) SetUpdateMask ¶
func (m *UpdateAdminAreaRequest) SetUpdateMask(fv *admin_area.AdminArea_FieldMask)
func (*UpdateAdminAreaRequest) String ¶
func (m *UpdateAdminAreaRequest) String() string
func (*UpdateAdminAreaRequest) Unmarshal ¶
func (m *UpdateAdminAreaRequest) Unmarshal(b []byte) error
func (*UpdateAdminAreaRequest) UnmarshalJSON ¶
func (m *UpdateAdminAreaRequest) UnmarshalJSON(data []byte) error
type UpdateAdminAreaRequestCASFieldPathBuilder ¶
type UpdateAdminAreaRequestCASFieldPathBuilder struct{}
func NewUpdateAdminAreaRequestCASFieldPathBuilder ¶
func NewUpdateAdminAreaRequestCASFieldPathBuilder() UpdateAdminAreaRequestCASFieldPathBuilder
func (UpdateAdminAreaRequestCASFieldPathBuilder) ConditionalState ¶
func (UpdateAdminAreaRequestCASFieldPathBuilder) ConditionalState() UpdateAdminAreaRequest_CASPathSelectorConditionalState
type UpdateAdminAreaRequestCAS_FieldPath ¶
type UpdateAdminAreaRequestCAS_FieldPath interface { gotenobject.FieldPath Selector() UpdateAdminAreaRequestCAS_FieldPathSelector Get(source *UpdateAdminAreaRequest_CAS) []interface{} GetSingle(source *UpdateAdminAreaRequest_CAS) (interface{}, bool) ClearValue(item *UpdateAdminAreaRequest_CAS) // Those methods build corresponding UpdateAdminAreaRequestCAS_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathValue WithIArrayOfValues(values interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateAdminAreaRequestCAS_FieldPath ¶
func BuildUpdateAdminAreaRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateAdminAreaRequestCAS_FieldPath, error)
func MustParseUpdateAdminAreaRequestCAS_FieldPath ¶
func MustParseUpdateAdminAreaRequestCAS_FieldPath(rawField string) UpdateAdminAreaRequestCAS_FieldPath
func ParseUpdateAdminAreaRequestCAS_FieldPath ¶
func ParseUpdateAdminAreaRequestCAS_FieldPath(rawField string) (UpdateAdminAreaRequestCAS_FieldPath, error)
type UpdateAdminAreaRequestCAS_FieldPathArrayItemValue ¶
type UpdateAdminAreaRequestCAS_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateAdminAreaRequestCAS_FieldPath ContainsValue(*UpdateAdminAreaRequest_CAS) bool }
UpdateAdminAreaRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.
func MustParseUpdateAdminAreaRequestCAS_FieldPathArrayItemValue ¶
func MustParseUpdateAdminAreaRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAdminAreaRequestCAS_FieldPathArrayItemValue
func ParseUpdateAdminAreaRequestCAS_FieldPathArrayItemValue ¶
func ParseUpdateAdminAreaRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAdminAreaRequestCAS_FieldPathArrayItemValue, error)
ParseUpdateAdminAreaRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateAdminAreaRequestCAS_FieldPathArrayOfValues ¶
type UpdateAdminAreaRequestCAS_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateAdminAreaRequestCAS_FieldPath }
UpdateAdminAreaRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type
func MustParseUpdateAdminAreaRequestCAS_FieldPathArrayOfValues ¶
func MustParseUpdateAdminAreaRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAdminAreaRequestCAS_FieldPathArrayOfValues
func ParseUpdateAdminAreaRequestCAS_FieldPathArrayOfValues ¶
func ParseUpdateAdminAreaRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAdminAreaRequestCAS_FieldPathArrayOfValues, error)
type UpdateAdminAreaRequestCAS_FieldPathSelector ¶
type UpdateAdminAreaRequestCAS_FieldPathSelector int32
const ( UpdateAdminAreaRequestCAS_FieldPathSelectorConditionalState UpdateAdminAreaRequestCAS_FieldPathSelector = 0 UpdateAdminAreaRequestCAS_FieldPathSelectorFieldMask UpdateAdminAreaRequestCAS_FieldPathSelector = 1 )
func (UpdateAdminAreaRequestCAS_FieldPathSelector) String ¶
func (s UpdateAdminAreaRequestCAS_FieldPathSelector) String() string
type UpdateAdminAreaRequestCAS_FieldPathValue ¶
type UpdateAdminAreaRequestCAS_FieldPathValue interface { UpdateAdminAreaRequestCAS_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateAdminAreaRequest_CAS) CompareWith(*UpdateAdminAreaRequest_CAS) (cmp int, comparable bool) }
UpdateAdminAreaRequestCAS_FieldPathValue allows storing values for CAS fields according to their type
func MustParseUpdateAdminAreaRequestCAS_FieldPathValue ¶
func MustParseUpdateAdminAreaRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateAdminAreaRequestCAS_FieldPathValue
func ParseUpdateAdminAreaRequestCAS_FieldPathValue ¶
func ParseUpdateAdminAreaRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateAdminAreaRequestCAS_FieldPathValue, error)
type UpdateAdminAreaRequestCAS_FieldSubPath ¶
type UpdateAdminAreaRequestCAS_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateAdminAreaRequestCAS_FieldSubPath) AsConditionalStateSubPath ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) AsConditionalStateSubPath() (admin_area.AdminArea_FieldPath, bool)
func (*UpdateAdminAreaRequestCAS_FieldSubPath) ClearValue ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) ClearValue(item *UpdateAdminAreaRequest_CAS)
func (*UpdateAdminAreaRequestCAS_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateAdminAreaRequestCAS_FieldSubPath) Get ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) Get(source *UpdateAdminAreaRequest_CAS) (values []interface{})
Get returns all values pointed by selected field from source UpdateAdminAreaRequest_CAS
func (*UpdateAdminAreaRequestCAS_FieldSubPath) GetDefault ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateAdminAreaRequestCAS_FieldSubPath) GetRaw ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateAdminAreaRequestCAS_FieldSubPath) GetSingle ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetSingle(source *UpdateAdminAreaRequest_CAS) (interface{}, bool)
GetSingle returns value of selected field from source UpdateAdminAreaRequest_CAS
func (*UpdateAdminAreaRequestCAS_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateAdminAreaRequestCAS_FieldSubPath) IsLeaf ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateAdminAreaRequestCAS_FieldSubPath) JSONString ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateAdminAreaRequestCAS_FieldSubPath) Selector ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) Selector() UpdateAdminAreaRequestCAS_FieldPathSelector
func (*UpdateAdminAreaRequestCAS_FieldSubPath) String ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayItemValue
func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayOfValues
func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithIValue ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathValue
func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIValue ¶
func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue ¶
type UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue struct { UpdateAdminAreaRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue ¶
func (fpaivs *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
func (*UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues ¶
type UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues struct { UpdateAdminAreaRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues ¶
func (fpsaov *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (admin_area.AdminArea_FieldPathArrayOfValues, bool)
func (*UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateAdminAreaRequestCAS_FieldSubPathValue ¶
type UpdateAdminAreaRequestCAS_FieldSubPathValue struct { UpdateAdminAreaRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequestCAS_FieldSubPathValue) AsConditionalStatePathValue ¶
func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (admin_area.AdminArea_FieldPathValue, bool)
func (*UpdateAdminAreaRequestCAS_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) CompareWith(source *UpdateAdminAreaRequest_CAS) (int, bool)
func (*UpdateAdminAreaRequestCAS_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateAdminAreaRequestCAS_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateAdminAreaRequestCAS_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) SetTo(target **UpdateAdminAreaRequest_CAS)
func (*UpdateAdminAreaRequestCAS_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateAdminAreaRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateAdminAreaRequestCAS_FieldTerminalPath ¶
type UpdateAdminAreaRequestCAS_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValue ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValue(item *UpdateAdminAreaRequest_CAS)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) Get ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) Get(source *UpdateAdminAreaRequest_CAS) (values []interface{})
Get returns all values pointed by specific field from source UpdateAdminAreaRequest_CAS
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) GetDefault ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) GetRaw ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) GetSingle ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetSingle(source *UpdateAdminAreaRequest_CAS) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateAdminAreaRequest_CAS
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) JSONString ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) Selector ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) Selector() UpdateAdminAreaRequestCAS_FieldPathSelector
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) String ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayItemValue
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequestCAS_FieldPathArrayOfValues
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIValue ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateAdminAreaRequestCAS_FieldPathValue
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue ¶
type UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue struct { UpdateAdminAreaRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateAdminAreaRequest_CAS as interface{}
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateAdminAreaRequest_CAS) (interface{}, bool)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues ¶
type UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues struct { UpdateAdminAreaRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues ¶
func (fpaov *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*admin_area.AdminArea, bool)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateAdminAreaRequestCAS_FieldTerminalPathValue ¶
type UpdateAdminAreaRequestCAS_FieldTerminalPathValue struct { UpdateAdminAreaRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) AsConditionalStateValue ¶
func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*admin_area.AdminArea, bool)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateAdminAreaRequest_CAS) (int, bool)
CompareWith compares value in the 'UpdateAdminAreaRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateAdminAreaRequest_CAS'.
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CAS' as interface{}
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateAdminAreaRequest_CAS)
SetTo stores value for selected field for object CAS
func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateAdminAreaRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateAdminAreaRequestFieldPathBuilder ¶
type UpdateAdminAreaRequestFieldPathBuilder struct{}
func NewUpdateAdminAreaRequestFieldPathBuilder ¶
func NewUpdateAdminAreaRequestFieldPathBuilder() UpdateAdminAreaRequestFieldPathBuilder
func (UpdateAdminAreaRequestFieldPathBuilder) UpdateMask ¶
func (UpdateAdminAreaRequestFieldPathBuilder) UpdateMask() UpdateAdminAreaRequestPathSelectorUpdateMask
type UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames ¶
type UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations ¶
type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels ¶
type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards ¶
type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue ¶
func (s UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames ¶
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards ¶
type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminArea ¶
type UpdateAdminAreaRequestPathSelectorAdminArea struct{}
func (UpdateAdminAreaRequestPathSelectorAdminArea) DisplayName ¶
func (UpdateAdminAreaRequestPathSelectorAdminArea) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorAdminArea) FieldPath() *UpdateAdminAreaRequest_FieldTerminalPath
func (UpdateAdminAreaRequestPathSelectorAdminArea) LabelGeometry ¶
func (UpdateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames ¶
func (UpdateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames() UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames
func (UpdateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues(values []*admin_area.AdminArea) *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubPath ¶
func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubPath(subPath admin_area.AdminArea_FieldPath) *UpdateAdminAreaRequest_FieldSubPath
func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *UpdateAdminAreaRequest_FieldSubPathValue
func (UpdateAdminAreaRequestPathSelectorAdminArea) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminArea) WithValue(value *admin_area.AdminArea) *UpdateAdminAreaRequest_FieldTerminalPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometry ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometry struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue(value *admin_area.AdminHierarchy) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1 ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1 struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2 ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2 struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3 ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3 struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4 ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4 struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5 ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5 struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue(value *admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadata ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadata struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Annotations ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) CreateTime ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Generation ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) OwnerReferences ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) ResourceVersion ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) UpdateTime ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue(value *ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) ApiVersion ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Controller ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesUid) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue(value map[string]int64) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) OwningRegion ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaName ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaName struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaName) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaName) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
func (UpdateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues(values []*admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaName) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaName) WithValue(value *admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorAdminAreaType ¶
type UpdateAdminAreaRequestPathSelectorAdminAreaType struct{}
func (UpdateAdminAreaRequestPathSelectorAdminAreaType) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorAdminAreaType) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
func (UpdateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues(values []admin_area.AdminArea_Type) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorAdminAreaType) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorAdminAreaType) WithValue(value admin_area.AdminArea_Type) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCas ¶
type UpdateAdminAreaRequestPathSelectorCas struct{}
func (UpdateAdminAreaRequestPathSelectorCas) ConditionalState ¶
func (UpdateAdminAreaRequestPathSelectorCas) ConditionalState() UpdateAdminAreaRequestPathSelectorCasConditionalState
func (UpdateAdminAreaRequestPathSelectorCas) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorCas) FieldPath() *UpdateAdminAreaRequest_FieldTerminalPath
func (UpdateAdminAreaRequestPathSelectorCas) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCas) WithArrayOfValues(values []*UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCas) WithSubArrayItemValue ¶
func (s UpdateAdminAreaRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateAdminAreaRequestCAS_FieldPathArrayItemValue) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequestPathSelectorCas) WithSubArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateAdminAreaRequestCAS_FieldPathArrayOfValues) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCas) WithSubPath ¶
func (UpdateAdminAreaRequestPathSelectorCas) WithSubPath(subPath UpdateAdminAreaRequestCAS_FieldPath) *UpdateAdminAreaRequest_FieldSubPath
func (UpdateAdminAreaRequestPathSelectorCas) WithSubValue ¶
func (s UpdateAdminAreaRequestPathSelectorCas) WithSubValue(subPathValue UpdateAdminAreaRequestCAS_FieldPathValue) *UpdateAdminAreaRequest_FieldSubPathValue
func (UpdateAdminAreaRequestPathSelectorCas) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCas) WithValue(value *UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_FieldTerminalPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalState ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalState struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalState) DisplayName ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalState) LabelGeometry ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalState) LocalLanguageNames ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalState) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*admin_area.AdminArea) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalState) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalState) WithValue(value *admin_area.AdminArea) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1 ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1 struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2 ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2 struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3 ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3 struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4 ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4 struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5 ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5 struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Annotations ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) CreateTime ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Generation ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) OwnerReferences ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) ResourceVersion ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) UpdateTime ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) ApiVersion ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdateAdminAreaRequest_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateName ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateName struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithValue(value *admin_area.Name) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorCasConditionalStateType ¶
type UpdateAdminAreaRequestPathSelectorCasConditionalStateType struct{}
func (UpdateAdminAreaRequestPathSelectorCasConditionalStateType) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasConditionalStateType) WithArrayOfValues(values []admin_area.AdminArea_Type) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
type UpdateAdminAreaRequestPathSelectorCasFieldMask ¶
type UpdateAdminAreaRequestPathSelectorCasFieldMask struct{}
func (UpdateAdminAreaRequestPathSelectorCasFieldMask) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorCasFieldMask) FieldPath() *UpdateAdminAreaRequest_FieldSubPath
func (UpdateAdminAreaRequestPathSelectorCasFieldMask) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorCasFieldMask) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorCasFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldSubPathValue
type UpdateAdminAreaRequestPathSelectorUpdateMask ¶
type UpdateAdminAreaRequestPathSelectorUpdateMask struct{}
func (UpdateAdminAreaRequestPathSelectorUpdateMask) FieldPath ¶
func (UpdateAdminAreaRequestPathSelectorUpdateMask) FieldPath() *UpdateAdminAreaRequest_FieldTerminalPath
func (UpdateAdminAreaRequestPathSelectorUpdateMask) WithArrayOfValues ¶
func (s UpdateAdminAreaRequestPathSelectorUpdateMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues
func (UpdateAdminAreaRequestPathSelectorUpdateMask) WithValue ¶
func (s UpdateAdminAreaRequestPathSelectorUpdateMask) WithValue(value *admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequest_FieldTerminalPathValue
type UpdateAdminAreaRequest_CAS ¶
type UpdateAdminAreaRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *admin_area.AdminArea `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *admin_area.AdminArea_FieldMask `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.
func (*UpdateAdminAreaRequest_CAS) Clone ¶
func (o *UpdateAdminAreaRequest_CAS) Clone() *UpdateAdminAreaRequest_CAS
func (*UpdateAdminAreaRequest_CAS) CloneRaw ¶
func (o *UpdateAdminAreaRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateAdminAreaRequest_CAS) Descriptor ¶
func (*UpdateAdminAreaRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateAdminAreaRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateAdminAreaRequest_CAS) GetConditionalState ¶
func (m *UpdateAdminAreaRequest_CAS) GetConditionalState() *admin_area.AdminArea
func (*UpdateAdminAreaRequest_CAS) GetFieldMask ¶
func (m *UpdateAdminAreaRequest_CAS) GetFieldMask() *admin_area.AdminArea_FieldMask
func (*UpdateAdminAreaRequest_CAS) GotenMessage ¶
func (*UpdateAdminAreaRequest_CAS) GotenMessage()
func (*UpdateAdminAreaRequest_CAS) GotenObjectExt ¶
func (o *UpdateAdminAreaRequest_CAS) GotenObjectExt()
func (*UpdateAdminAreaRequest_CAS) GotenValidate ¶
func (obj *UpdateAdminAreaRequest_CAS) GotenValidate() error
func (*UpdateAdminAreaRequest_CAS) MakeDiffFieldMask ¶
func (o *UpdateAdminAreaRequest_CAS) MakeDiffFieldMask(other *UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_CAS_FieldMask
func (*UpdateAdminAreaRequest_CAS) MakeFullFieldMask ¶
func (o *UpdateAdminAreaRequest_CAS) MakeFullFieldMask() *UpdateAdminAreaRequest_CAS_FieldMask
func (*UpdateAdminAreaRequest_CAS) MakeRawDiffFieldMask ¶
func (o *UpdateAdminAreaRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateAdminAreaRequest_CAS) MakeRawFullFieldMask ¶
func (o *UpdateAdminAreaRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateAdminAreaRequest_CAS) Marshal ¶
func (m *UpdateAdminAreaRequest_CAS) Marshal() ([]byte, error)
func (*UpdateAdminAreaRequest_CAS) MarshalJSON ¶
func (m *UpdateAdminAreaRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateAdminAreaRequest_CAS) Merge ¶
func (o *UpdateAdminAreaRequest_CAS) Merge(source *UpdateAdminAreaRequest_CAS)
func (*UpdateAdminAreaRequest_CAS) MergeRaw ¶
func (o *UpdateAdminAreaRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateAdminAreaRequest_CAS) ProtoMessage ¶
func (*UpdateAdminAreaRequest_CAS) ProtoMessage()
func (*UpdateAdminAreaRequest_CAS) ProtoReflect ¶
func (m *UpdateAdminAreaRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateAdminAreaRequest_CAS) Reset ¶
func (m *UpdateAdminAreaRequest_CAS) Reset()
func (*UpdateAdminAreaRequest_CAS) SetConditionalState ¶
func (m *UpdateAdminAreaRequest_CAS) SetConditionalState(fv *admin_area.AdminArea)
func (*UpdateAdminAreaRequest_CAS) SetFieldMask ¶
func (m *UpdateAdminAreaRequest_CAS) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
func (*UpdateAdminAreaRequest_CAS) String ¶
func (m *UpdateAdminAreaRequest_CAS) String() string
func (*UpdateAdminAreaRequest_CAS) Unmarshal ¶
func (m *UpdateAdminAreaRequest_CAS) Unmarshal(b []byte) error
func (*UpdateAdminAreaRequest_CAS) UnmarshalJSON ¶
func (m *UpdateAdminAreaRequest_CAS) UnmarshalJSON(data []byte) error
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames ¶
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels ¶
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards ¶
type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalState ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalState struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) DisplayName ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) LabelGeometry ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) LocalLanguageNames ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*admin_area.AdminArea) *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayItemValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue admin_area.AdminArea_FieldPathArrayItemValue) *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues admin_area.AdminArea_FieldPathArrayOfValues) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubPath ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubPath(subPath admin_area.AdminArea_FieldPath) *UpdateAdminAreaRequestCAS_FieldSubPath
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue admin_area.AdminArea_FieldPathValue) *UpdateAdminAreaRequestCAS_FieldSubPathValue
func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithValue(value *admin_area.AdminArea) *UpdateAdminAreaRequestCAS_FieldTerminalPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithValue(value *admin_area.Geometry) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithValue(value *admin_area.BBox) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithValue(value *latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) WithArrayOfValues(values []*admin_area.AdminHierarchy) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1 ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1 struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2 ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2 struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3 ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3 struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4 ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4 struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5 ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5 struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) WithArrayOfValues(values []*admin_area.Reference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) WithArrayOfValues(values []*admin_area.Geometry) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) WithArrayOfValues(values []*admin_area.BBox) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) WithArrayOfValues(values []*latlng.LatLng) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithValue(value map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Annotations ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) CreateTime ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Generation ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) UpdateTime ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) ApiVersion ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath ¶
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateName ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateName struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*admin_area.Name) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithValue(value *admin_area.Name) *UpdateAdminAreaRequestCAS_FieldSubPathValue
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateType ¶
type UpdateAdminAreaRequest_CASPathSelectorConditionalStateType struct{}
func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) WithArrayOfValues(values []admin_area.AdminArea_Type) *UpdateAdminAreaRequestCAS_FieldSubPathArrayOfValues
type UpdateAdminAreaRequest_CASPathSelectorFieldMask ¶
type UpdateAdminAreaRequest_CASPathSelectorFieldMask struct{}
func (UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithArrayOfValues ¶
func (s UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithValue ¶
func (s UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *UpdateAdminAreaRequestCAS_FieldTerminalPathValue
type UpdateAdminAreaRequest_CAS_FieldMask ¶
type UpdateAdminAreaRequest_CAS_FieldMask struct {
Paths []UpdateAdminAreaRequestCAS_FieldPath
}
func FullUpdateAdminAreaRequest_CAS_FieldMask ¶
func FullUpdateAdminAreaRequest_CAS_FieldMask() *UpdateAdminAreaRequest_CAS_FieldMask
func (*UpdateAdminAreaRequest_CAS_FieldMask) AppendPath ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) AppendPath(path UpdateAdminAreaRequestCAS_FieldPath)
func (*UpdateAdminAreaRequest_CAS_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateAdminAreaRequest_CAS_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateAdminAreaRequest_CAS_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateAdminAreaRequest_CAS_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) FilterInputFields() *UpdateAdminAreaRequest_CAS_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateAdminAreaRequest_CAS_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateAdminAreaRequest_CAS_FieldMask) GetPaths ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) GetPaths() []UpdateAdminAreaRequestCAS_FieldPath
func (*UpdateAdminAreaRequest_CAS_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateAdminAreaRequest_CAS_FieldMask) IsFull ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) IsFull() bool
func (UpdateAdminAreaRequest_CAS_FieldMask) Marshal ¶
func (fieldMask UpdateAdminAreaRequest_CAS_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateAdminAreaRequest_CAS_FieldMask) MarshalJSON ¶
func (fieldMask UpdateAdminAreaRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateAdminAreaRequest_CAS_FieldMask) PathsCount ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) PathsCount() int
func (*UpdateAdminAreaRequest_CAS_FieldMask) Project ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Project(source *UpdateAdminAreaRequest_CAS) *UpdateAdminAreaRequest_CAS
func (*UpdateAdminAreaRequest_CAS_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateAdminAreaRequest_CAS_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ProtoMessage()
func (*UpdateAdminAreaRequest_CAS_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ProtoReflect() preflect.Message
func (*UpdateAdminAreaRequest_CAS_FieldMask) Reset ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Reset()
func (*UpdateAdminAreaRequest_CAS_FieldMask) Set ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Set(target, source *UpdateAdminAreaRequest_CAS)
func (*UpdateAdminAreaRequest_CAS_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateAdminAreaRequest_CAS_FieldMask) SetRaw ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateAdminAreaRequest_CAS_FieldMask) Size ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Size() int
func (*UpdateAdminAreaRequest_CAS_FieldMask) String ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) String() string
func (*UpdateAdminAreaRequest_CAS_FieldMask) Subtract ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Subtract(other *UpdateAdminAreaRequest_CAS_FieldMask) *UpdateAdminAreaRequest_CAS_FieldMask
func (*UpdateAdminAreaRequest_CAS_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateAdminAreaRequest_CAS_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateAdminAreaRequest_CAS_FieldMask) Unmarshal ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) Unmarshal(data []byte) error
func (*UpdateAdminAreaRequest_CAS_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateAdminAreaRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
type UpdateAdminAreaRequest_FieldMask ¶
type UpdateAdminAreaRequest_FieldMask struct {
Paths []UpdateAdminAreaRequest_FieldPath
}
func FullUpdateAdminAreaRequest_FieldMask ¶
func FullUpdateAdminAreaRequest_FieldMask() *UpdateAdminAreaRequest_FieldMask
func (*UpdateAdminAreaRequest_FieldMask) AppendPath ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) AppendPath(path UpdateAdminAreaRequest_FieldPath)
func (*UpdateAdminAreaRequest_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateAdminAreaRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateAdminAreaRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateAdminAreaRequest_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) FilterInputFields() *UpdateAdminAreaRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateAdminAreaRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateAdminAreaRequest_FieldMask) GetPaths ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) GetPaths() []UpdateAdminAreaRequest_FieldPath
func (*UpdateAdminAreaRequest_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateAdminAreaRequest_FieldMask) IsFull ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) IsFull() bool
func (UpdateAdminAreaRequest_FieldMask) Marshal ¶
func (fieldMask UpdateAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateAdminAreaRequest_FieldMask) MarshalJSON ¶
func (fieldMask UpdateAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateAdminAreaRequest_FieldMask) PathsCount ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) PathsCount() int
func (*UpdateAdminAreaRequest_FieldMask) Project ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) Project(source *UpdateAdminAreaRequest) *UpdateAdminAreaRequest
func (*UpdateAdminAreaRequest_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateAdminAreaRequest_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) ProtoMessage()
func (*UpdateAdminAreaRequest_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
func (*UpdateAdminAreaRequest_FieldMask) Reset ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) Reset()
func (*UpdateAdminAreaRequest_FieldMask) Set ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) Set(target, source *UpdateAdminAreaRequest)
func (*UpdateAdminAreaRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateAdminAreaRequest_FieldMask) SetRaw ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateAdminAreaRequest_FieldMask) Size ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) Size() int
func (*UpdateAdminAreaRequest_FieldMask) String ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) String() string
func (*UpdateAdminAreaRequest_FieldMask) Subtract ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) Subtract(other *UpdateAdminAreaRequest_FieldMask) *UpdateAdminAreaRequest_FieldMask
func (*UpdateAdminAreaRequest_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateAdminAreaRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateAdminAreaRequest_FieldMask) Unmarshal ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
func (*UpdateAdminAreaRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
type UpdateAdminAreaRequest_FieldPath ¶
type UpdateAdminAreaRequest_FieldPath interface { gotenobject.FieldPath Selector() UpdateAdminAreaRequest_FieldPathSelector Get(source *UpdateAdminAreaRequest) []interface{} GetSingle(source *UpdateAdminAreaRequest) (interface{}, bool) ClearValue(item *UpdateAdminAreaRequest) // Those methods build corresponding UpdateAdminAreaRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateAdminAreaRequest_FieldPathValue WithIArrayOfValues(values interface{}) UpdateAdminAreaRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateAdminAreaRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateAdminAreaRequest_FieldPath ¶
func BuildUpdateAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdateAdminAreaRequest_FieldPath, error)
func MustParseUpdateAdminAreaRequest_FieldPath ¶
func MustParseUpdateAdminAreaRequest_FieldPath(rawField string) UpdateAdminAreaRequest_FieldPath
func ParseUpdateAdminAreaRequest_FieldPath ¶
func ParseUpdateAdminAreaRequest_FieldPath(rawField string) (UpdateAdminAreaRequest_FieldPath, error)
type UpdateAdminAreaRequest_FieldPathArrayItemValue ¶
type UpdateAdminAreaRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateAdminAreaRequest_FieldPath ContainsValue(*UpdateAdminAreaRequest) bool }
UpdateAdminAreaRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateAdminAreaRequest according to their type Present only for array (repeated) types.
func MustParseUpdateAdminAreaRequest_FieldPathArrayItemValue ¶
func MustParseUpdateAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAdminAreaRequest_FieldPathArrayItemValue
func ParseUpdateAdminAreaRequest_FieldPathArrayItemValue ¶
func ParseUpdateAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAdminAreaRequest_FieldPathArrayItemValue, error)
ParseUpdateAdminAreaRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateAdminAreaRequest_FieldPathArrayOfValues ¶
type UpdateAdminAreaRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateAdminAreaRequest_FieldPath }
UpdateAdminAreaRequest_FieldPathArrayOfValues allows storing slice of values for UpdateAdminAreaRequest fields according to their type
func MustParseUpdateAdminAreaRequest_FieldPathArrayOfValues ¶
func MustParseUpdateAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAdminAreaRequest_FieldPathArrayOfValues
func ParseUpdateAdminAreaRequest_FieldPathArrayOfValues ¶
func ParseUpdateAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAdminAreaRequest_FieldPathArrayOfValues, error)
type UpdateAdminAreaRequest_FieldPathSelector ¶
type UpdateAdminAreaRequest_FieldPathSelector int32
const ( UpdateAdminAreaRequest_FieldPathSelectorAdminArea UpdateAdminAreaRequest_FieldPathSelector = 0 UpdateAdminAreaRequest_FieldPathSelectorUpdateMask UpdateAdminAreaRequest_FieldPathSelector = 1 UpdateAdminAreaRequest_FieldPathSelectorCas UpdateAdminAreaRequest_FieldPathSelector = 2 )
func (UpdateAdminAreaRequest_FieldPathSelector) String ¶
func (s UpdateAdminAreaRequest_FieldPathSelector) String() string
type UpdateAdminAreaRequest_FieldPathValue ¶
type UpdateAdminAreaRequest_FieldPathValue interface { UpdateAdminAreaRequest_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateAdminAreaRequest) CompareWith(*UpdateAdminAreaRequest) (cmp int, comparable bool) }
UpdateAdminAreaRequest_FieldPathValue allows storing values for UpdateAdminAreaRequest fields according to their type
func MustParseUpdateAdminAreaRequest_FieldPathValue ¶
func MustParseUpdateAdminAreaRequest_FieldPathValue(pathStr, valueStr string) UpdateAdminAreaRequest_FieldPathValue
func ParseUpdateAdminAreaRequest_FieldPathValue ¶
func ParseUpdateAdminAreaRequest_FieldPathValue(pathStr, valueStr string) (UpdateAdminAreaRequest_FieldPathValue, error)
type UpdateAdminAreaRequest_FieldSubPath ¶
type UpdateAdminAreaRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateAdminAreaRequest_FieldSubPath) AsAdminAreaSubPath ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) AsAdminAreaSubPath() (admin_area.AdminArea_FieldPath, bool)
func (*UpdateAdminAreaRequest_FieldSubPath) AsCasSubPath ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) AsCasSubPath() (UpdateAdminAreaRequestCAS_FieldPath, bool)
func (*UpdateAdminAreaRequest_FieldSubPath) ClearValue ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) ClearValue(item *UpdateAdminAreaRequest)
func (*UpdateAdminAreaRequest_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateAdminAreaRequest_FieldSubPath) Get ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) Get(source *UpdateAdminAreaRequest) (values []interface{})
Get returns all values pointed by selected field from source UpdateAdminAreaRequest
func (*UpdateAdminAreaRequest_FieldSubPath) GetDefault ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateAdminAreaRequest_FieldSubPath) GetRaw ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateAdminAreaRequest_FieldSubPath) GetSingle ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) GetSingle(source *UpdateAdminAreaRequest) (interface{}, bool)
GetSingle returns value of selected field from source UpdateAdminAreaRequest
func (*UpdateAdminAreaRequest_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateAdminAreaRequest_FieldSubPath) IsLeaf ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateAdminAreaRequest_FieldSubPath) JSONString ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateAdminAreaRequest_FieldSubPath) Selector ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) Selector() UpdateAdminAreaRequest_FieldPathSelector
func (*UpdateAdminAreaRequest_FieldSubPath) String ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateAdminAreaRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequest_FieldPathArrayItemValue
func (*UpdateAdminAreaRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequest_FieldPathArrayOfValues
func (*UpdateAdminAreaRequest_FieldSubPath) WithIValue ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) WithIValue(value interface{}) UpdateAdminAreaRequest_FieldPathValue
func (*UpdateAdminAreaRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateAdminAreaRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateAdminAreaRequest_FieldSubPath) WithRawIValue ¶
func (fps *UpdateAdminAreaRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateAdminAreaRequest_FieldSubPathArrayItemValue ¶
type UpdateAdminAreaRequest_FieldSubPathArrayItemValue struct { UpdateAdminAreaRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequest_FieldSubPathArrayItemValue) AsAdminAreaPathItemValue ¶
func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) AsAdminAreaPathItemValue() (admin_area.AdminArea_FieldPathArrayItemValue, bool)
func (*UpdateAdminAreaRequest_FieldSubPathArrayItemValue) AsCasPathItemValue ¶
func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateAdminAreaRequestCAS_FieldPathArrayItemValue, bool)
func (*UpdateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateAdminAreaRequest'
func (*UpdateAdminAreaRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateAdminAreaRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateAdminAreaRequest_FieldSubPathArrayOfValues ¶
type UpdateAdminAreaRequest_FieldSubPathArrayOfValues struct { UpdateAdminAreaRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequest_FieldSubPathArrayOfValues) AsAdminAreaPathArrayOfValues ¶
func (fpsaov *UpdateAdminAreaRequest_FieldSubPathArrayOfValues) AsAdminAreaPathArrayOfValues() (admin_area.AdminArea_FieldPathArrayOfValues, bool)
func (*UpdateAdminAreaRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues ¶
func (fpsaov *UpdateAdminAreaRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateAdminAreaRequestCAS_FieldPathArrayOfValues, bool)
func (*UpdateAdminAreaRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateAdminAreaRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateAdminAreaRequest_FieldSubPathValue ¶
type UpdateAdminAreaRequest_FieldSubPathValue struct { UpdateAdminAreaRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequest_FieldSubPathValue) AsAdminAreaPathValue ¶
func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) AsAdminAreaPathValue() (admin_area.AdminArea_FieldPathValue, bool)
func (*UpdateAdminAreaRequest_FieldSubPathValue) AsCasPathValue ¶
func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) AsCasPathValue() (UpdateAdminAreaRequestCAS_FieldPathValue, bool)
func (*UpdateAdminAreaRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) CompareWith(source *UpdateAdminAreaRequest) (int, bool)
func (*UpdateAdminAreaRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateAdminAreaRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateAdminAreaRequest_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) SetTo(target **UpdateAdminAreaRequest)
func (*UpdateAdminAreaRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateAdminAreaRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateAdminAreaRequest_FieldTerminalPath ¶
type UpdateAdminAreaRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateAdminAreaRequest_FieldTerminalPath) ClearValue ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) ClearValue(item *UpdateAdminAreaRequest)
func (*UpdateAdminAreaRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateAdminAreaRequest_FieldTerminalPath) Get ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) Get(source *UpdateAdminAreaRequest) (values []interface{})
Get returns all values pointed by specific field from source UpdateAdminAreaRequest
func (*UpdateAdminAreaRequest_FieldTerminalPath) GetDefault ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateAdminAreaRequest_FieldTerminalPath) GetRaw ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateAdminAreaRequest_FieldTerminalPath) GetSingle ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetSingle(source *UpdateAdminAreaRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateAdminAreaRequest
func (*UpdateAdminAreaRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateAdminAreaRequest_FieldTerminalPath) JSONString ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateAdminAreaRequest_FieldTerminalPath) Selector ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) Selector() UpdateAdminAreaRequest_FieldPathSelector
func (*UpdateAdminAreaRequest_FieldTerminalPath) String ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateAdminAreaRequest_FieldPathArrayItemValue
func (*UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateAdminAreaRequest_FieldPathArrayOfValues
func (*UpdateAdminAreaRequest_FieldTerminalPath) WithIValue ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateAdminAreaRequest_FieldPathValue
func (*UpdateAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateAdminAreaRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue ¶
type UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue struct { UpdateAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateAdminAreaRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateAdminAreaRequest'
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateAdminAreaRequest as interface{}
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateAdminAreaRequest) (interface{}, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues ¶
type UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues struct { UpdateAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsAdminAreaArrayOfValues ¶
func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsAdminAreaArrayOfValues() ([]*admin_area.AdminArea, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues ¶
func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateAdminAreaRequest_CAS, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues ¶
func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateAdminAreaRequest_FieldTerminalPathValue ¶
type UpdateAdminAreaRequest_FieldTerminalPathValue struct { UpdateAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) AsAdminAreaValue ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) AsAdminAreaValue() (*admin_area.AdminArea, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) AsCasValue ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) AsCasValue() (*UpdateAdminAreaRequest_CAS, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) AsUpdateMaskValue ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*admin_area.AdminArea_FieldMask, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *UpdateAdminAreaRequest) (int, bool)
CompareWith compares value in the 'UpdateAdminAreaRequest_FieldTerminalPathValue' with the value under path in 'UpdateAdminAreaRequest'.
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'UpdateAdminAreaRequest' as interface{}
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) SetTo(target **UpdateAdminAreaRequest)
SetTo stores value for selected field for object UpdateAdminAreaRequest
func (*UpdateAdminAreaRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchAdminAreaClientStream ¶
type WatchAdminAreaClientStream interface { Recv() (*WatchAdminAreaResponse, error) grpc.ClientStream }
type WatchAdminAreaRequest ¶
type WatchAdminAreaRequest struct { // Reference to ntt.watchdog.v1alpha2.AdminArea Name *admin_area.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *admin_area.AdminArea_FieldMask `` /* 141-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [WatchAdminArea][ntt.watchdog.v1alpha2.WatchAdminArea]
func (*WatchAdminAreaRequest) Clone ¶
func (o *WatchAdminAreaRequest) Clone() *WatchAdminAreaRequest
func (*WatchAdminAreaRequest) CloneRaw ¶
func (o *WatchAdminAreaRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchAdminAreaRequest) Descriptor ¶
func (*WatchAdminAreaRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchAdminAreaRequest.ProtoReflect.Descriptor instead.
func (*WatchAdminAreaRequest) GetFieldMask ¶
func (m *WatchAdminAreaRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
func (*WatchAdminAreaRequest) GetName ¶
func (m *WatchAdminAreaRequest) GetName() *admin_area.Reference
func (*WatchAdminAreaRequest) GetView ¶
func (m *WatchAdminAreaRequest) GetView() view.View
func (*WatchAdminAreaRequest) GotenMessage ¶
func (*WatchAdminAreaRequest) GotenMessage()
func (*WatchAdminAreaRequest) GotenObjectExt ¶
func (o *WatchAdminAreaRequest) GotenObjectExt()
func (*WatchAdminAreaRequest) GotenValidate ¶
func (obj *WatchAdminAreaRequest) GotenValidate() error
func (*WatchAdminAreaRequest) MakeDiffFieldMask ¶
func (o *WatchAdminAreaRequest) MakeDiffFieldMask(other *WatchAdminAreaRequest) *WatchAdminAreaRequest_FieldMask
func (*WatchAdminAreaRequest) MakeFullFieldMask ¶
func (o *WatchAdminAreaRequest) MakeFullFieldMask() *WatchAdminAreaRequest_FieldMask
func (*WatchAdminAreaRequest) MakeRawDiffFieldMask ¶
func (o *WatchAdminAreaRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchAdminAreaRequest) MakeRawFullFieldMask ¶
func (o *WatchAdminAreaRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchAdminAreaRequest) Marshal ¶
func (m *WatchAdminAreaRequest) Marshal() ([]byte, error)
func (*WatchAdminAreaRequest) MarshalJSON ¶
func (m *WatchAdminAreaRequest) MarshalJSON() ([]byte, error)
func (*WatchAdminAreaRequest) Merge ¶
func (o *WatchAdminAreaRequest) Merge(source *WatchAdminAreaRequest)
func (*WatchAdminAreaRequest) MergeRaw ¶
func (o *WatchAdminAreaRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchAdminAreaRequest) ProtoMessage ¶
func (*WatchAdminAreaRequest) ProtoMessage()
func (*WatchAdminAreaRequest) ProtoReflect ¶
func (m *WatchAdminAreaRequest) ProtoReflect() preflect.Message
func (*WatchAdminAreaRequest) Reset ¶
func (m *WatchAdminAreaRequest) Reset()
func (*WatchAdminAreaRequest) SetFieldMask ¶
func (m *WatchAdminAreaRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
func (*WatchAdminAreaRequest) SetName ¶
func (m *WatchAdminAreaRequest) SetName(fv *admin_area.Reference)
func (*WatchAdminAreaRequest) SetView ¶
func (m *WatchAdminAreaRequest) SetView(fv view.View)
func (*WatchAdminAreaRequest) String ¶
func (m *WatchAdminAreaRequest) String() string
func (*WatchAdminAreaRequest) Unmarshal ¶
func (m *WatchAdminAreaRequest) Unmarshal(b []byte) error
func (*WatchAdminAreaRequest) UnmarshalJSON ¶
func (m *WatchAdminAreaRequest) UnmarshalJSON(data []byte) error
type WatchAdminAreaRequestFieldPathBuilder ¶
type WatchAdminAreaRequestFieldPathBuilder struct{}
func NewWatchAdminAreaRequestFieldPathBuilder ¶
func NewWatchAdminAreaRequestFieldPathBuilder() WatchAdminAreaRequestFieldPathBuilder
func (WatchAdminAreaRequestFieldPathBuilder) FieldMask ¶
func (WatchAdminAreaRequestFieldPathBuilder) FieldMask() WatchAdminAreaRequestPathSelectorFieldMask
type WatchAdminAreaRequestPathSelectorFieldMask ¶
type WatchAdminAreaRequestPathSelectorFieldMask struct{}
func (WatchAdminAreaRequestPathSelectorFieldMask) FieldPath ¶
func (WatchAdminAreaRequestPathSelectorFieldMask) FieldPath() *WatchAdminAreaRequest_FieldTerminalPath
func (WatchAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreaRequestPathSelectorFieldMask) WithValue ¶
func (s WatchAdminAreaRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *WatchAdminAreaRequest_FieldTerminalPathValue
type WatchAdminAreaRequestPathSelectorName ¶
type WatchAdminAreaRequestPathSelectorName struct{}
func (WatchAdminAreaRequestPathSelectorName) FieldPath ¶
func (WatchAdminAreaRequestPathSelectorName) FieldPath() *WatchAdminAreaRequest_FieldTerminalPath
func (WatchAdminAreaRequestPathSelectorName) WithArrayOfValues ¶
func (s WatchAdminAreaRequestPathSelectorName) WithArrayOfValues(values []*admin_area.Reference) *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreaRequestPathSelectorName) WithValue ¶
func (s WatchAdminAreaRequestPathSelectorName) WithValue(value *admin_area.Reference) *WatchAdminAreaRequest_FieldTerminalPathValue
type WatchAdminAreaRequestPathSelectorView ¶
type WatchAdminAreaRequestPathSelectorView struct{}
func (WatchAdminAreaRequestPathSelectorView) FieldPath ¶
func (WatchAdminAreaRequestPathSelectorView) FieldPath() *WatchAdminAreaRequest_FieldTerminalPath
func (WatchAdminAreaRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchAdminAreaRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreaRequestPathSelectorView) WithValue ¶
func (s WatchAdminAreaRequestPathSelectorView) WithValue(value view.View) *WatchAdminAreaRequest_FieldTerminalPathValue
type WatchAdminAreaRequest_FieldMask ¶
type WatchAdminAreaRequest_FieldMask struct {
Paths []WatchAdminAreaRequest_FieldPath
}
func FullWatchAdminAreaRequest_FieldMask ¶
func FullWatchAdminAreaRequest_FieldMask() *WatchAdminAreaRequest_FieldMask
func (*WatchAdminAreaRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) AppendPath(path WatchAdminAreaRequest_FieldPath)
func (*WatchAdminAreaRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchAdminAreaRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchAdminAreaRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchAdminAreaRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) FilterInputFields() *WatchAdminAreaRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchAdminAreaRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchAdminAreaRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) GetPaths() []WatchAdminAreaRequest_FieldPath
func (*WatchAdminAreaRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchAdminAreaRequest_FieldMask) IsFull ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) IsFull() bool
func (WatchAdminAreaRequest_FieldMask) Marshal ¶
func (fieldMask WatchAdminAreaRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchAdminAreaRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchAdminAreaRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchAdminAreaRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) PathsCount() int
func (*WatchAdminAreaRequest_FieldMask) Project ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) Project(source *WatchAdminAreaRequest) *WatchAdminAreaRequest
func (*WatchAdminAreaRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchAdminAreaRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) ProtoMessage()
func (*WatchAdminAreaRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchAdminAreaRequest_FieldMask) Reset ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) Reset()
func (*WatchAdminAreaRequest_FieldMask) Set ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) Set(target, source *WatchAdminAreaRequest)
func (*WatchAdminAreaRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchAdminAreaRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchAdminAreaRequest_FieldMask) Size ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) Size() int
func (*WatchAdminAreaRequest_FieldMask) String ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) String() string
func (*WatchAdminAreaRequest_FieldMask) Subtract ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) Subtract(other *WatchAdminAreaRequest_FieldMask) *WatchAdminAreaRequest_FieldMask
func (*WatchAdminAreaRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchAdminAreaRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchAdminAreaRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchAdminAreaRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchAdminAreaRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchAdminAreaRequest_FieldPath ¶
type WatchAdminAreaRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchAdminAreaRequest_FieldPathSelector Get(source *WatchAdminAreaRequest) []interface{} GetSingle(source *WatchAdminAreaRequest) (interface{}, bool) ClearValue(item *WatchAdminAreaRequest) // Those methods build corresponding WatchAdminAreaRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchAdminAreaRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchAdminAreaRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchAdminAreaRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchAdminAreaRequest_FieldPath ¶
func BuildWatchAdminAreaRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreaRequest_FieldPath, error)
func MustParseWatchAdminAreaRequest_FieldPath ¶
func MustParseWatchAdminAreaRequest_FieldPath(rawField string) WatchAdminAreaRequest_FieldPath
func ParseWatchAdminAreaRequest_FieldPath ¶
func ParseWatchAdminAreaRequest_FieldPath(rawField string) (WatchAdminAreaRequest_FieldPath, error)
type WatchAdminAreaRequest_FieldPathArrayItemValue ¶
type WatchAdminAreaRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchAdminAreaRequest_FieldPath ContainsValue(*WatchAdminAreaRequest) bool }
WatchAdminAreaRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchAdminAreaRequest according to their type Present only for array (repeated) types.
func MustParseWatchAdminAreaRequest_FieldPathArrayItemValue ¶
func MustParseWatchAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAdminAreaRequest_FieldPathArrayItemValue
func ParseWatchAdminAreaRequest_FieldPathArrayItemValue ¶
func ParseWatchAdminAreaRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAdminAreaRequest_FieldPathArrayItemValue, error)
ParseWatchAdminAreaRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchAdminAreaRequest_FieldPathArrayOfValues ¶
type WatchAdminAreaRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchAdminAreaRequest_FieldPath }
WatchAdminAreaRequest_FieldPathArrayOfValues allows storing slice of values for WatchAdminAreaRequest fields according to their type
func MustParseWatchAdminAreaRequest_FieldPathArrayOfValues ¶
func MustParseWatchAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAdminAreaRequest_FieldPathArrayOfValues
func ParseWatchAdminAreaRequest_FieldPathArrayOfValues ¶
func ParseWatchAdminAreaRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAdminAreaRequest_FieldPathArrayOfValues, error)
type WatchAdminAreaRequest_FieldPathSelector ¶
type WatchAdminAreaRequest_FieldPathSelector int32
const ( WatchAdminAreaRequest_FieldPathSelectorName WatchAdminAreaRequest_FieldPathSelector = 0 WatchAdminAreaRequest_FieldPathSelectorFieldMask WatchAdminAreaRequest_FieldPathSelector = 1 WatchAdminAreaRequest_FieldPathSelectorView WatchAdminAreaRequest_FieldPathSelector = 2 )
func (WatchAdminAreaRequest_FieldPathSelector) String ¶
func (s WatchAdminAreaRequest_FieldPathSelector) String() string
type WatchAdminAreaRequest_FieldPathValue ¶
type WatchAdminAreaRequest_FieldPathValue interface { WatchAdminAreaRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchAdminAreaRequest) CompareWith(*WatchAdminAreaRequest) (cmp int, comparable bool) }
WatchAdminAreaRequest_FieldPathValue allows storing values for WatchAdminAreaRequest fields according to their type
func MustParseWatchAdminAreaRequest_FieldPathValue ¶
func MustParseWatchAdminAreaRequest_FieldPathValue(pathStr, valueStr string) WatchAdminAreaRequest_FieldPathValue
func ParseWatchAdminAreaRequest_FieldPathValue ¶
func ParseWatchAdminAreaRequest_FieldPathValue(pathStr, valueStr string) (WatchAdminAreaRequest_FieldPathValue, error)
type WatchAdminAreaRequest_FieldTerminalPath ¶
type WatchAdminAreaRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchAdminAreaRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) ClearValue(item *WatchAdminAreaRequest)
func (*WatchAdminAreaRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchAdminAreaRequest_FieldTerminalPath) Get ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) Get(source *WatchAdminAreaRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchAdminAreaRequest
func (*WatchAdminAreaRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchAdminAreaRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchAdminAreaRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetSingle(source *WatchAdminAreaRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchAdminAreaRequest
func (*WatchAdminAreaRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchAdminAreaRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchAdminAreaRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchAdminAreaRequest_FieldTerminalPath) Selector ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) Selector() WatchAdminAreaRequest_FieldPathSelector
func (*WatchAdminAreaRequest_FieldTerminalPath) String ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreaRequest_FieldPathArrayItemValue
func (*WatchAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreaRequest_FieldPathArrayOfValues
func (*WatchAdminAreaRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreaRequest_FieldPathValue
func (*WatchAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchAdminAreaRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchAdminAreaRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchAdminAreaRequest_FieldTerminalPathArrayItemValue ¶
type WatchAdminAreaRequest_FieldTerminalPathArrayItemValue struct { WatchAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreaRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchAdminAreaRequest'
func (*WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchAdminAreaRequest as interface{}
func (*WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreaRequest) (interface{}, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchAdminAreaRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchAdminAreaRequest_FieldTerminalPathArrayOfValues ¶
type WatchAdminAreaRequest_FieldTerminalPathArrayOfValues struct { WatchAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*admin_area.Reference, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchAdminAreaRequest_FieldTerminalPathValue ¶
type WatchAdminAreaRequest_FieldTerminalPathValue struct { WatchAdminAreaRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreaRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) AsNameValue() (*admin_area.Reference, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) CompareWith(source *WatchAdminAreaRequest) (int, bool)
CompareWith compares value in the 'WatchAdminAreaRequest_FieldTerminalPathValue' with the value under path in 'WatchAdminAreaRequest'.
func (*WatchAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchAdminAreaRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchAdminAreaRequest' as interface{}
func (*WatchAdminAreaRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) SetTo(target **WatchAdminAreaRequest)
SetTo stores value for selected field for object WatchAdminAreaRequest
func (*WatchAdminAreaRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchAdminAreaRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchAdminAreaResponse ¶
type WatchAdminAreaResponse struct { Change *admin_area.AdminAreaChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchAdminAreaResponse
func (*WatchAdminAreaResponse) Clone ¶
func (o *WatchAdminAreaResponse) Clone() *WatchAdminAreaResponse
func (*WatchAdminAreaResponse) CloneRaw ¶
func (o *WatchAdminAreaResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchAdminAreaResponse) Descriptor ¶
func (*WatchAdminAreaResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchAdminAreaResponse.ProtoReflect.Descriptor instead.
func (*WatchAdminAreaResponse) GetChange ¶
func (m *WatchAdminAreaResponse) GetChange() *admin_area.AdminAreaChange
func (*WatchAdminAreaResponse) GotenMessage ¶
func (*WatchAdminAreaResponse) GotenMessage()
func (*WatchAdminAreaResponse) GotenObjectExt ¶
func (o *WatchAdminAreaResponse) GotenObjectExt()
func (*WatchAdminAreaResponse) GotenValidate ¶
func (obj *WatchAdminAreaResponse) GotenValidate() error
func (*WatchAdminAreaResponse) MakeDiffFieldMask ¶
func (o *WatchAdminAreaResponse) MakeDiffFieldMask(other *WatchAdminAreaResponse) *WatchAdminAreaResponse_FieldMask
func (*WatchAdminAreaResponse) MakeFullFieldMask ¶
func (o *WatchAdminAreaResponse) MakeFullFieldMask() *WatchAdminAreaResponse_FieldMask
func (*WatchAdminAreaResponse) MakeRawDiffFieldMask ¶
func (o *WatchAdminAreaResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchAdminAreaResponse) MakeRawFullFieldMask ¶
func (o *WatchAdminAreaResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchAdminAreaResponse) Marshal ¶
func (m *WatchAdminAreaResponse) Marshal() ([]byte, error)
func (*WatchAdminAreaResponse) MarshalJSON ¶
func (m *WatchAdminAreaResponse) MarshalJSON() ([]byte, error)
func (*WatchAdminAreaResponse) Merge ¶
func (o *WatchAdminAreaResponse) Merge(source *WatchAdminAreaResponse)
func (*WatchAdminAreaResponse) MergeRaw ¶
func (o *WatchAdminAreaResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchAdminAreaResponse) ProtoMessage ¶
func (*WatchAdminAreaResponse) ProtoMessage()
func (*WatchAdminAreaResponse) ProtoReflect ¶
func (m *WatchAdminAreaResponse) ProtoReflect() preflect.Message
func (*WatchAdminAreaResponse) Reset ¶
func (m *WatchAdminAreaResponse) Reset()
func (*WatchAdminAreaResponse) SetChange ¶
func (m *WatchAdminAreaResponse) SetChange(fv *admin_area.AdminAreaChange)
func (*WatchAdminAreaResponse) String ¶
func (m *WatchAdminAreaResponse) String() string
func (*WatchAdminAreaResponse) Unmarshal ¶
func (m *WatchAdminAreaResponse) Unmarshal(b []byte) error
func (*WatchAdminAreaResponse) UnmarshalJSON ¶
func (m *WatchAdminAreaResponse) UnmarshalJSON(data []byte) error
type WatchAdminAreaResponseFieldPathBuilder ¶
type WatchAdminAreaResponseFieldPathBuilder struct{}
func NewWatchAdminAreaResponseFieldPathBuilder ¶
func NewWatchAdminAreaResponseFieldPathBuilder() WatchAdminAreaResponseFieldPathBuilder
type WatchAdminAreaResponsePathSelectorChange ¶
type WatchAdminAreaResponsePathSelectorChange struct{}
func (WatchAdminAreaResponsePathSelectorChange) FieldPath ¶
func (WatchAdminAreaResponsePathSelectorChange) FieldPath() *WatchAdminAreaResponse_FieldTerminalPath
func (WatchAdminAreaResponsePathSelectorChange) WithArrayOfValues ¶
func (s WatchAdminAreaResponsePathSelectorChange) WithArrayOfValues(values []*admin_area.AdminAreaChange) *WatchAdminAreaResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreaResponsePathSelectorChange) WithValue ¶
func (s WatchAdminAreaResponsePathSelectorChange) WithValue(value *admin_area.AdminAreaChange) *WatchAdminAreaResponse_FieldTerminalPathValue
type WatchAdminAreaResponse_FieldMask ¶
type WatchAdminAreaResponse_FieldMask struct {
Paths []WatchAdminAreaResponse_FieldPath
}
func FullWatchAdminAreaResponse_FieldMask ¶
func FullWatchAdminAreaResponse_FieldMask() *WatchAdminAreaResponse_FieldMask
func (*WatchAdminAreaResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) AppendPath(path WatchAdminAreaResponse_FieldPath)
func (*WatchAdminAreaResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchAdminAreaResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchAdminAreaResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchAdminAreaResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) FilterInputFields() *WatchAdminAreaResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchAdminAreaResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchAdminAreaResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) GetPaths() []WatchAdminAreaResponse_FieldPath
func (*WatchAdminAreaResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchAdminAreaResponse_FieldMask) IsFull ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) IsFull() bool
func (WatchAdminAreaResponse_FieldMask) Marshal ¶
func (fieldMask WatchAdminAreaResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchAdminAreaResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchAdminAreaResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchAdminAreaResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) PathsCount() int
func (*WatchAdminAreaResponse_FieldMask) Project ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) Project(source *WatchAdminAreaResponse) *WatchAdminAreaResponse
func (*WatchAdminAreaResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchAdminAreaResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) ProtoMessage()
func (*WatchAdminAreaResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchAdminAreaResponse_FieldMask) Reset ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) Reset()
func (*WatchAdminAreaResponse_FieldMask) Set ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) Set(target, source *WatchAdminAreaResponse)
func (*WatchAdminAreaResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchAdminAreaResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchAdminAreaResponse_FieldMask) Size ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) Size() int
func (*WatchAdminAreaResponse_FieldMask) String ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) String() string
func (*WatchAdminAreaResponse_FieldMask) Subtract ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) Subtract(other *WatchAdminAreaResponse_FieldMask) *WatchAdminAreaResponse_FieldMask
func (*WatchAdminAreaResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchAdminAreaResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchAdminAreaResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchAdminAreaResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchAdminAreaResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchAdminAreaResponse_FieldPath ¶
type WatchAdminAreaResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchAdminAreaResponse_FieldPathSelector Get(source *WatchAdminAreaResponse) []interface{} GetSingle(source *WatchAdminAreaResponse) (interface{}, bool) ClearValue(item *WatchAdminAreaResponse) // Those methods build corresponding WatchAdminAreaResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchAdminAreaResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchAdminAreaResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchAdminAreaResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchAdminAreaResponse_FieldPath ¶
func BuildWatchAdminAreaResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreaResponse_FieldPath, error)
func MustParseWatchAdminAreaResponse_FieldPath ¶
func MustParseWatchAdminAreaResponse_FieldPath(rawField string) WatchAdminAreaResponse_FieldPath
func ParseWatchAdminAreaResponse_FieldPath ¶
func ParseWatchAdminAreaResponse_FieldPath(rawField string) (WatchAdminAreaResponse_FieldPath, error)
type WatchAdminAreaResponse_FieldPathArrayItemValue ¶
type WatchAdminAreaResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchAdminAreaResponse_FieldPath ContainsValue(*WatchAdminAreaResponse) bool }
WatchAdminAreaResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchAdminAreaResponse according to their type Present only for array (repeated) types.
func MustParseWatchAdminAreaResponse_FieldPathArrayItemValue ¶
func MustParseWatchAdminAreaResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAdminAreaResponse_FieldPathArrayItemValue
func ParseWatchAdminAreaResponse_FieldPathArrayItemValue ¶
func ParseWatchAdminAreaResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAdminAreaResponse_FieldPathArrayItemValue, error)
ParseWatchAdminAreaResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchAdminAreaResponse_FieldPathArrayOfValues ¶
type WatchAdminAreaResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchAdminAreaResponse_FieldPath }
WatchAdminAreaResponse_FieldPathArrayOfValues allows storing slice of values for WatchAdminAreaResponse fields according to their type
func MustParseWatchAdminAreaResponse_FieldPathArrayOfValues ¶
func MustParseWatchAdminAreaResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAdminAreaResponse_FieldPathArrayOfValues
func ParseWatchAdminAreaResponse_FieldPathArrayOfValues ¶
func ParseWatchAdminAreaResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAdminAreaResponse_FieldPathArrayOfValues, error)
type WatchAdminAreaResponse_FieldPathSelector ¶
type WatchAdminAreaResponse_FieldPathSelector int32
const (
WatchAdminAreaResponse_FieldPathSelectorChange WatchAdminAreaResponse_FieldPathSelector = 0
)
func (WatchAdminAreaResponse_FieldPathSelector) String ¶
func (s WatchAdminAreaResponse_FieldPathSelector) String() string
type WatchAdminAreaResponse_FieldPathValue ¶
type WatchAdminAreaResponse_FieldPathValue interface { WatchAdminAreaResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchAdminAreaResponse) CompareWith(*WatchAdminAreaResponse) (cmp int, comparable bool) }
WatchAdminAreaResponse_FieldPathValue allows storing values for WatchAdminAreaResponse fields according to their type
func MustParseWatchAdminAreaResponse_FieldPathValue ¶
func MustParseWatchAdminAreaResponse_FieldPathValue(pathStr, valueStr string) WatchAdminAreaResponse_FieldPathValue
func ParseWatchAdminAreaResponse_FieldPathValue ¶
func ParseWatchAdminAreaResponse_FieldPathValue(pathStr, valueStr string) (WatchAdminAreaResponse_FieldPathValue, error)
type WatchAdminAreaResponse_FieldTerminalPath ¶
type WatchAdminAreaResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchAdminAreaResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) ClearValue(item *WatchAdminAreaResponse)
func (*WatchAdminAreaResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchAdminAreaResponse_FieldTerminalPath) Get ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) Get(source *WatchAdminAreaResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchAdminAreaResponse
func (*WatchAdminAreaResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchAdminAreaResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchAdminAreaResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetSingle(source *WatchAdminAreaResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchAdminAreaResponse
func (*WatchAdminAreaResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchAdminAreaResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchAdminAreaResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchAdminAreaResponse_FieldTerminalPath) Selector ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) Selector() WatchAdminAreaResponse_FieldPathSelector
func (*WatchAdminAreaResponse_FieldTerminalPath) String ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchAdminAreaResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreaResponse_FieldPathArrayItemValue
func (*WatchAdminAreaResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreaResponse_FieldPathArrayOfValues
func (*WatchAdminAreaResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreaResponse_FieldPathValue
func (*WatchAdminAreaResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchAdminAreaResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchAdminAreaResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchAdminAreaResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchAdminAreaResponse_FieldTerminalPathArrayItemValue ¶
type WatchAdminAreaResponse_FieldTerminalPathArrayItemValue struct { WatchAdminAreaResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreaResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchAdminAreaResponse'
func (*WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchAdminAreaResponse as interface{}
func (*WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreaResponse) (interface{}, bool)
func (*WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchAdminAreaResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchAdminAreaResponse_FieldTerminalPathArrayOfValues ¶
type WatchAdminAreaResponse_FieldTerminalPathArrayOfValues struct { WatchAdminAreaResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreaResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues ¶
func (fpaov *WatchAdminAreaResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*admin_area.AdminAreaChange, bool)
func (*WatchAdminAreaResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchAdminAreaResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchAdminAreaResponse_FieldTerminalPathValue ¶
type WatchAdminAreaResponse_FieldTerminalPathValue struct { WatchAdminAreaResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreaResponse_FieldTerminalPathValue) AsChangeValue ¶
func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) AsChangeValue() (*admin_area.AdminAreaChange, bool)
func (*WatchAdminAreaResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) CompareWith(source *WatchAdminAreaResponse) (int, bool)
CompareWith compares value in the 'WatchAdminAreaResponse_FieldTerminalPathValue' with the value under path in 'WatchAdminAreaResponse'.
func (*WatchAdminAreaResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchAdminAreaResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchAdminAreaResponse' as interface{}
func (*WatchAdminAreaResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) SetTo(target **WatchAdminAreaResponse)
SetTo stores value for selected field for object WatchAdminAreaResponse
func (*WatchAdminAreaResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchAdminAreaResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchAdminAreasClientStream ¶
type WatchAdminAreasClientStream interface { Recv() (*WatchAdminAreasResponse, error) grpc.ClientStream }
type WatchAdminAreasRequest ¶
type WatchAdminAreasRequest struct { // Type of a watch. Identifies how server stream data to a client, which // fields in a request are allowed and which fields in response are relevant. Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"` // Requested page size. Server may return fewer AdminAreas than requested. // If unspecified, server will pick an appropriate default. // Can be populated only for stateful watch type. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Can be populated only for stateful watch type. PageToken *admin_area.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination Can be // populated only for stateful watch type. OrderBy *admin_area.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // A token identifying watch resume point from previous session. // Can be populated only for stateless watch type. ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *admin_area.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view Changes to AdminArea that don't affect // any of masked fields won't be sent back. FieldMask *admin_area.AdminArea_FieldMask `` /* 141-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask Changes to // AdminArea that don't affect any of masked fields won't be sent back. View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // Maximum amount of changes in each response message. Query result response // is divided on the server side into chunks with size of a specified amount // to limit memory footprint of each message. Responses will hold information // whether more elements will continue for the actual change. If unspecified, // server will pick an appropriate default. MaxChunkSize int32 `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [WatchAdminAreas][ntt.watchdog.v1alpha2.WatchAdminAreas]
func (*WatchAdminAreasRequest) Clone ¶
func (o *WatchAdminAreasRequest) Clone() *WatchAdminAreasRequest
func (*WatchAdminAreasRequest) CloneRaw ¶
func (o *WatchAdminAreasRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchAdminAreasRequest) Descriptor ¶
func (*WatchAdminAreasRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchAdminAreasRequest.ProtoReflect.Descriptor instead.
func (*WatchAdminAreasRequest) GetFieldMask ¶
func (m *WatchAdminAreasRequest) GetFieldMask() *admin_area.AdminArea_FieldMask
func (*WatchAdminAreasRequest) GetFilter ¶
func (m *WatchAdminAreasRequest) GetFilter() *admin_area.Filter
func (*WatchAdminAreasRequest) GetMaxChunkSize ¶
func (m *WatchAdminAreasRequest) GetMaxChunkSize() int32
func (*WatchAdminAreasRequest) GetOrderBy ¶
func (m *WatchAdminAreasRequest) GetOrderBy() *admin_area.OrderBy
func (*WatchAdminAreasRequest) GetPageSize ¶
func (m *WatchAdminAreasRequest) GetPageSize() int32
func (*WatchAdminAreasRequest) GetPageToken ¶
func (m *WatchAdminAreasRequest) GetPageToken() *admin_area.PagerCursor
func (*WatchAdminAreasRequest) GetResumeToken ¶
func (m *WatchAdminAreasRequest) GetResumeToken() string
func (*WatchAdminAreasRequest) GetType ¶
func (m *WatchAdminAreasRequest) GetType() watch_type.WatchType
func (*WatchAdminAreasRequest) GetView ¶
func (m *WatchAdminAreasRequest) GetView() view.View
func (*WatchAdminAreasRequest) GotenMessage ¶
func (*WatchAdminAreasRequest) GotenMessage()
func (*WatchAdminAreasRequest) GotenObjectExt ¶
func (o *WatchAdminAreasRequest) GotenObjectExt()
func (*WatchAdminAreasRequest) GotenValidate ¶
func (obj *WatchAdminAreasRequest) GotenValidate() error
func (*WatchAdminAreasRequest) MakeDiffFieldMask ¶
func (o *WatchAdminAreasRequest) MakeDiffFieldMask(other *WatchAdminAreasRequest) *WatchAdminAreasRequest_FieldMask
func (*WatchAdminAreasRequest) MakeFullFieldMask ¶
func (o *WatchAdminAreasRequest) MakeFullFieldMask() *WatchAdminAreasRequest_FieldMask
func (*WatchAdminAreasRequest) MakeRawDiffFieldMask ¶
func (o *WatchAdminAreasRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchAdminAreasRequest) MakeRawFullFieldMask ¶
func (o *WatchAdminAreasRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchAdminAreasRequest) Marshal ¶
func (m *WatchAdminAreasRequest) Marshal() ([]byte, error)
func (*WatchAdminAreasRequest) MarshalJSON ¶
func (m *WatchAdminAreasRequest) MarshalJSON() ([]byte, error)
func (*WatchAdminAreasRequest) Merge ¶
func (o *WatchAdminAreasRequest) Merge(source *WatchAdminAreasRequest)
func (*WatchAdminAreasRequest) MergeRaw ¶
func (o *WatchAdminAreasRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchAdminAreasRequest) ProtoMessage ¶
func (*WatchAdminAreasRequest) ProtoMessage()
func (*WatchAdminAreasRequest) ProtoReflect ¶
func (m *WatchAdminAreasRequest) ProtoReflect() preflect.Message
func (*WatchAdminAreasRequest) Reset ¶
func (m *WatchAdminAreasRequest) Reset()
func (*WatchAdminAreasRequest) SetFieldMask ¶
func (m *WatchAdminAreasRequest) SetFieldMask(fv *admin_area.AdminArea_FieldMask)
func (*WatchAdminAreasRequest) SetFilter ¶
func (m *WatchAdminAreasRequest) SetFilter(fv *admin_area.Filter)
func (*WatchAdminAreasRequest) SetMaxChunkSize ¶
func (m *WatchAdminAreasRequest) SetMaxChunkSize(fv int32)
func (*WatchAdminAreasRequest) SetOrderBy ¶
func (m *WatchAdminAreasRequest) SetOrderBy(fv *admin_area.OrderBy)
func (*WatchAdminAreasRequest) SetPageSize ¶
func (m *WatchAdminAreasRequest) SetPageSize(fv int32)
func (*WatchAdminAreasRequest) SetPageToken ¶
func (m *WatchAdminAreasRequest) SetPageToken(fv *admin_area.PagerCursor)
func (*WatchAdminAreasRequest) SetResumeToken ¶
func (m *WatchAdminAreasRequest) SetResumeToken(fv string)
func (*WatchAdminAreasRequest) SetType ¶
func (m *WatchAdminAreasRequest) SetType(fv watch_type.WatchType)
func (*WatchAdminAreasRequest) SetView ¶
func (m *WatchAdminAreasRequest) SetView(fv view.View)
func (*WatchAdminAreasRequest) String ¶
func (m *WatchAdminAreasRequest) String() string
func (*WatchAdminAreasRequest) Unmarshal ¶
func (m *WatchAdminAreasRequest) Unmarshal(b []byte) error
func (*WatchAdminAreasRequest) UnmarshalJSON ¶
func (m *WatchAdminAreasRequest) UnmarshalJSON(data []byte) error
type WatchAdminAreasRequestFieldPathBuilder ¶
type WatchAdminAreasRequestFieldPathBuilder struct{}
func NewWatchAdminAreasRequestFieldPathBuilder ¶
func NewWatchAdminAreasRequestFieldPathBuilder() WatchAdminAreasRequestFieldPathBuilder
func (WatchAdminAreasRequestFieldPathBuilder) MaxChunkSize ¶
func (WatchAdminAreasRequestFieldPathBuilder) MaxChunkSize() WatchAdminAreasRequestPathSelectorMaxChunkSize
func (WatchAdminAreasRequestFieldPathBuilder) ResumeToken ¶
func (WatchAdminAreasRequestFieldPathBuilder) ResumeToken() WatchAdminAreasRequestPathSelectorResumeToken
type WatchAdminAreasRequestPathSelectorFieldMask ¶
type WatchAdminAreasRequestPathSelectorFieldMask struct{}
func (WatchAdminAreasRequestPathSelectorFieldMask) FieldPath ¶
func (WatchAdminAreasRequestPathSelectorFieldMask) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
func (WatchAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues(values []*admin_area.AdminArea_FieldMask) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorFieldMask) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorFieldMask) WithValue(value *admin_area.AdminArea_FieldMask) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorFilter ¶
type WatchAdminAreasRequestPathSelectorFilter struct{}
func (WatchAdminAreasRequestPathSelectorFilter) FieldPath ¶
func (WatchAdminAreasRequestPathSelectorFilter) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
func (WatchAdminAreasRequestPathSelectorFilter) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorFilter) WithArrayOfValues(values []*admin_area.Filter) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorFilter) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorFilter) WithValue(value *admin_area.Filter) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorMaxChunkSize ¶
type WatchAdminAreasRequestPathSelectorMaxChunkSize struct{}
func (WatchAdminAreasRequestPathSelectorMaxChunkSize) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorMaxChunkSize) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorOrderBy ¶
type WatchAdminAreasRequestPathSelectorOrderBy struct{}
func (WatchAdminAreasRequestPathSelectorOrderBy) FieldPath ¶
func (WatchAdminAreasRequestPathSelectorOrderBy) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
func (WatchAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues(values []*admin_area.OrderBy) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorOrderBy) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorOrderBy) WithValue(value *admin_area.OrderBy) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorPageSize ¶
type WatchAdminAreasRequestPathSelectorPageSize struct{}
func (WatchAdminAreasRequestPathSelectorPageSize) FieldPath ¶
func (WatchAdminAreasRequestPathSelectorPageSize) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
func (WatchAdminAreasRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorPageSize) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorPageSize) WithValue(value int32) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorPageToken ¶
type WatchAdminAreasRequestPathSelectorPageToken struct{}
func (WatchAdminAreasRequestPathSelectorPageToken) FieldPath ¶
func (WatchAdminAreasRequestPathSelectorPageToken) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
func (WatchAdminAreasRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorPageToken) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorPageToken) WithValue(value *admin_area.PagerCursor) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorResumeToken ¶
type WatchAdminAreasRequestPathSelectorResumeToken struct{}
func (WatchAdminAreasRequestPathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorResumeToken) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorResumeToken) WithValue(value string) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorType ¶
type WatchAdminAreasRequestPathSelectorType struct{}
func (WatchAdminAreasRequestPathSelectorType) FieldPath ¶
func (WatchAdminAreasRequestPathSelectorType) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
func (WatchAdminAreasRequestPathSelectorType) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorType) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequestPathSelectorView ¶
type WatchAdminAreasRequestPathSelectorView struct{}
func (WatchAdminAreasRequestPathSelectorView) FieldPath ¶
func (WatchAdminAreasRequestPathSelectorView) FieldPath() *WatchAdminAreasRequest_FieldTerminalPath
func (WatchAdminAreasRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchAdminAreasRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues
func (WatchAdminAreasRequestPathSelectorView) WithValue ¶
func (s WatchAdminAreasRequestPathSelectorView) WithValue(value view.View) *WatchAdminAreasRequest_FieldTerminalPathValue
type WatchAdminAreasRequest_FieldMask ¶
type WatchAdminAreasRequest_FieldMask struct {
Paths []WatchAdminAreasRequest_FieldPath
}
func FullWatchAdminAreasRequest_FieldMask ¶
func FullWatchAdminAreasRequest_FieldMask() *WatchAdminAreasRequest_FieldMask
func (*WatchAdminAreasRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) AppendPath(path WatchAdminAreasRequest_FieldPath)
func (*WatchAdminAreasRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchAdminAreasRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchAdminAreasRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchAdminAreasRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) FilterInputFields() *WatchAdminAreasRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchAdminAreasRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchAdminAreasRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) GetPaths() []WatchAdminAreasRequest_FieldPath
func (*WatchAdminAreasRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchAdminAreasRequest_FieldMask) IsFull ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) IsFull() bool
func (WatchAdminAreasRequest_FieldMask) Marshal ¶
func (fieldMask WatchAdminAreasRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchAdminAreasRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchAdminAreasRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchAdminAreasRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) PathsCount() int
func (*WatchAdminAreasRequest_FieldMask) Project ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) Project(source *WatchAdminAreasRequest) *WatchAdminAreasRequest
func (*WatchAdminAreasRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchAdminAreasRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) ProtoMessage()
func (*WatchAdminAreasRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchAdminAreasRequest_FieldMask) Reset ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) Reset()
func (*WatchAdminAreasRequest_FieldMask) Set ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) Set(target, source *WatchAdminAreasRequest)
func (*WatchAdminAreasRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchAdminAreasRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchAdminAreasRequest_FieldMask) Size ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) Size() int
func (*WatchAdminAreasRequest_FieldMask) String ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) String() string
func (*WatchAdminAreasRequest_FieldMask) Subtract ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) Subtract(other *WatchAdminAreasRequest_FieldMask) *WatchAdminAreasRequest_FieldMask
func (*WatchAdminAreasRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchAdminAreasRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchAdminAreasRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchAdminAreasRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchAdminAreasRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchAdminAreasRequest_FieldPath ¶
type WatchAdminAreasRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchAdminAreasRequest_FieldPathSelector Get(source *WatchAdminAreasRequest) []interface{} GetSingle(source *WatchAdminAreasRequest) (interface{}, bool) ClearValue(item *WatchAdminAreasRequest) // Those methods build corresponding WatchAdminAreasRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchAdminAreasRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchAdminAreasRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchAdminAreasRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchAdminAreasRequest_FieldPath ¶
func BuildWatchAdminAreasRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreasRequest_FieldPath, error)
func MustParseWatchAdminAreasRequest_FieldPath ¶
func MustParseWatchAdminAreasRequest_FieldPath(rawField string) WatchAdminAreasRequest_FieldPath
func ParseWatchAdminAreasRequest_FieldPath ¶
func ParseWatchAdminAreasRequest_FieldPath(rawField string) (WatchAdminAreasRequest_FieldPath, error)
type WatchAdminAreasRequest_FieldPathArrayItemValue ¶
type WatchAdminAreasRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchAdminAreasRequest_FieldPath ContainsValue(*WatchAdminAreasRequest) bool }
WatchAdminAreasRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchAdminAreasRequest according to their type Present only for array (repeated) types.
func MustParseWatchAdminAreasRequest_FieldPathArrayItemValue ¶
func MustParseWatchAdminAreasRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAdminAreasRequest_FieldPathArrayItemValue
func ParseWatchAdminAreasRequest_FieldPathArrayItemValue ¶
func ParseWatchAdminAreasRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAdminAreasRequest_FieldPathArrayItemValue, error)
ParseWatchAdminAreasRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchAdminAreasRequest_FieldPathArrayOfValues ¶
type WatchAdminAreasRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchAdminAreasRequest_FieldPath }
WatchAdminAreasRequest_FieldPathArrayOfValues allows storing slice of values for WatchAdminAreasRequest fields according to their type
func MustParseWatchAdminAreasRequest_FieldPathArrayOfValues ¶
func MustParseWatchAdminAreasRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAdminAreasRequest_FieldPathArrayOfValues
func ParseWatchAdminAreasRequest_FieldPathArrayOfValues ¶
func ParseWatchAdminAreasRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAdminAreasRequest_FieldPathArrayOfValues, error)
type WatchAdminAreasRequest_FieldPathSelector ¶
type WatchAdminAreasRequest_FieldPathSelector int32
const ( WatchAdminAreasRequest_FieldPathSelectorType WatchAdminAreasRequest_FieldPathSelector = 0 WatchAdminAreasRequest_FieldPathSelectorPageSize WatchAdminAreasRequest_FieldPathSelector = 1 WatchAdminAreasRequest_FieldPathSelectorPageToken WatchAdminAreasRequest_FieldPathSelector = 2 WatchAdminAreasRequest_FieldPathSelectorOrderBy WatchAdminAreasRequest_FieldPathSelector = 3 WatchAdminAreasRequest_FieldPathSelectorResumeToken WatchAdminAreasRequest_FieldPathSelector = 4 WatchAdminAreasRequest_FieldPathSelectorFilter WatchAdminAreasRequest_FieldPathSelector = 5 WatchAdminAreasRequest_FieldPathSelectorFieldMask WatchAdminAreasRequest_FieldPathSelector = 6 WatchAdminAreasRequest_FieldPathSelectorView WatchAdminAreasRequest_FieldPathSelector = 7 WatchAdminAreasRequest_FieldPathSelectorMaxChunkSize WatchAdminAreasRequest_FieldPathSelector = 8 )
func (WatchAdminAreasRequest_FieldPathSelector) String ¶
func (s WatchAdminAreasRequest_FieldPathSelector) String() string
type WatchAdminAreasRequest_FieldPathValue ¶
type WatchAdminAreasRequest_FieldPathValue interface { WatchAdminAreasRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchAdminAreasRequest) CompareWith(*WatchAdminAreasRequest) (cmp int, comparable bool) }
WatchAdminAreasRequest_FieldPathValue allows storing values for WatchAdminAreasRequest fields according to their type
func MustParseWatchAdminAreasRequest_FieldPathValue ¶
func MustParseWatchAdminAreasRequest_FieldPathValue(pathStr, valueStr string) WatchAdminAreasRequest_FieldPathValue
func ParseWatchAdminAreasRequest_FieldPathValue ¶
func ParseWatchAdminAreasRequest_FieldPathValue(pathStr, valueStr string) (WatchAdminAreasRequest_FieldPathValue, error)
type WatchAdminAreasRequest_FieldTerminalPath ¶
type WatchAdminAreasRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchAdminAreasRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) ClearValue(item *WatchAdminAreasRequest)
func (*WatchAdminAreasRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchAdminAreasRequest_FieldTerminalPath) Get ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) Get(source *WatchAdminAreasRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchAdminAreasRequest
func (*WatchAdminAreasRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchAdminAreasRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchAdminAreasRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetSingle(source *WatchAdminAreasRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchAdminAreasRequest
func (*WatchAdminAreasRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchAdminAreasRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchAdminAreasRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchAdminAreasRequest_FieldTerminalPath) Selector ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) Selector() WatchAdminAreasRequest_FieldPathSelector
func (*WatchAdminAreasRequest_FieldTerminalPath) String ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreasRequest_FieldPathArrayItemValue
func (*WatchAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreasRequest_FieldPathArrayOfValues
func (*WatchAdminAreasRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreasRequest_FieldPathValue
func (*WatchAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchAdminAreasRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchAdminAreasRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchAdminAreasRequest_FieldTerminalPathArrayItemValue ¶
type WatchAdminAreasRequest_FieldTerminalPathArrayItemValue struct { WatchAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreasRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchAdminAreasRequest'
func (*WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchAdminAreasRequest as interface{}
func (*WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreasRequest) (interface{}, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchAdminAreasRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchAdminAreasRequest_FieldTerminalPathArrayOfValues ¶
type WatchAdminAreasRequest_FieldTerminalPathArrayOfValues struct { WatchAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*admin_area.AdminArea_FieldMask, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*admin_area.Filter, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*admin_area.OrderBy, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchAdminAreasRequest_FieldTerminalPathValue ¶
type WatchAdminAreasRequest_FieldTerminalPathValue struct { WatchAdminAreasRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsFieldMaskValue() (*admin_area.AdminArea_FieldMask, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsFilterValue() (*admin_area.Filter, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsMaxChunkSizeValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue() (*admin_area.OrderBy, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue() (*admin_area.PagerCursor, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) CompareWith(source *WatchAdminAreasRequest) (int, bool)
CompareWith compares value in the 'WatchAdminAreasRequest_FieldTerminalPathValue' with the value under path in 'WatchAdminAreasRequest'.
func (*WatchAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchAdminAreasRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchAdminAreasRequest' as interface{}
func (*WatchAdminAreasRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) SetTo(target **WatchAdminAreasRequest)
SetTo stores value for selected field for object WatchAdminAreasRequest
func (*WatchAdminAreasRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchAdminAreasResponse ¶
type WatchAdminAreasResponse struct { // Changes of AdminAreas AdminAreaChanges []*admin_area.AdminAreaChange `` /* 140-byte string literal not displayed */ // If request specified max_chunk_size (or this limit was enforced if // stateless watch has been chosen), then responses with "full changeset" will // be divided into chunks. Client should keep receiving messages and, once // is_current has value true, combine this recent message with all previous // ones where is_current is false. If this is the first is_current in a whole // watch stream, then it means that client should have, at this moment, // contain snapshot of the current situation (or more accurately, snapshot of // situation at the moment of request). All AdminAreas will be of type // Added/Current (depending on watch_type specified in the request). Further // responses will be incremental - however messages may still be chunked and // is_current logic still applies. is_current is always true for stateful // watch if max_chunk_size was left to 0. IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"` // When present, PageTokens used for page navigation should be updated. // Present only if is_current is true (last chunk). PageTokenChange *WatchAdminAreasResponse_PageTokenChange `` /* 136-byte string literal not displayed */ // Token that can be used if current connection drops and client needs to // reconnect. Populated only for stateless watch type. Present only if // is_current is true (last chunk). ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Server may occasionally send information how many resources should client // have in its state so far (response message without any changes, but with // snapshot_size field specified). If client has different value than the one // sent by the server, then it should be treated by a client as an error and // should reconnect. If value is smaller then 0, then client should ignore // this field as unpopulated. This field should be checked only for stateless // watch. In stateful those kind of errors are handled by the server side. // Will be never sent together with is_current, is_soft_reset and // is_hard_reset flags. SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"` // In case of internal issue server may send response message with this flag. // It indicates that client should drop all changes from recent responses // where is_current is false only! If last message had is_current set to true, // client should do nothing and process normally. Resume token received before // is still valid. This field should be checked only for stateless watch. In // stateful those kind of errors are handled by the server side. Will never be // sent along with is_current, is_hard_reset or snapshot_size. IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"` // In case of internal issue server may send response message with this flag. // After receiving, client should clear whole state (drop all changes received // so far) as server will send new snapshot (AdminAreas will contains changes // of type Current only). Any resume tokens should be discarded as well. This // field should be checked only for stateless watch. In stateful those kind of // errors are handled by the server side. Will never be sent along with // is_current, is_soft_reset or snapshot_size. IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"` // contains filtered or unexported fields }
WatchAdminAreasResponse
func (*WatchAdminAreasResponse) Clone ¶
func (o *WatchAdminAreasResponse) Clone() *WatchAdminAreasResponse
func (*WatchAdminAreasResponse) CloneRaw ¶
func (o *WatchAdminAreasResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchAdminAreasResponse) Descriptor ¶
func (*WatchAdminAreasResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchAdminAreasResponse.ProtoReflect.Descriptor instead.
func (*WatchAdminAreasResponse) GetAdminAreaChanges ¶
func (m *WatchAdminAreasResponse) GetAdminAreaChanges() []*admin_area.AdminAreaChange
func (*WatchAdminAreasResponse) GetIsCurrent ¶
func (m *WatchAdminAreasResponse) GetIsCurrent() bool
func (*WatchAdminAreasResponse) GetIsHardReset ¶
func (m *WatchAdminAreasResponse) GetIsHardReset() bool
func (*WatchAdminAreasResponse) GetIsSoftReset ¶
func (m *WatchAdminAreasResponse) GetIsSoftReset() bool
func (*WatchAdminAreasResponse) GetPageTokenChange ¶
func (m *WatchAdminAreasResponse) GetPageTokenChange() *WatchAdminAreasResponse_PageTokenChange
func (*WatchAdminAreasResponse) GetResumeToken ¶
func (m *WatchAdminAreasResponse) GetResumeToken() string
func (*WatchAdminAreasResponse) GetSnapshotSize ¶
func (m *WatchAdminAreasResponse) GetSnapshotSize() int64
func (*WatchAdminAreasResponse) GotenMessage ¶
func (*WatchAdminAreasResponse) GotenMessage()
func (*WatchAdminAreasResponse) GotenObjectExt ¶
func (o *WatchAdminAreasResponse) GotenObjectExt()
func (*WatchAdminAreasResponse) GotenValidate ¶
func (obj *WatchAdminAreasResponse) GotenValidate() error
func (*WatchAdminAreasResponse) MakeDiffFieldMask ¶
func (o *WatchAdminAreasResponse) MakeDiffFieldMask(other *WatchAdminAreasResponse) *WatchAdminAreasResponse_FieldMask
func (*WatchAdminAreasResponse) MakeFullFieldMask ¶
func (o *WatchAdminAreasResponse) MakeFullFieldMask() *WatchAdminAreasResponse_FieldMask
func (*WatchAdminAreasResponse) MakeRawDiffFieldMask ¶
func (o *WatchAdminAreasResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchAdminAreasResponse) MakeRawFullFieldMask ¶
func (o *WatchAdminAreasResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchAdminAreasResponse) Marshal ¶
func (m *WatchAdminAreasResponse) Marshal() ([]byte, error)
func (*WatchAdminAreasResponse) MarshalJSON ¶
func (m *WatchAdminAreasResponse) MarshalJSON() ([]byte, error)
func (*WatchAdminAreasResponse) Merge ¶
func (o *WatchAdminAreasResponse) Merge(source *WatchAdminAreasResponse)
func (*WatchAdminAreasResponse) MergeRaw ¶
func (o *WatchAdminAreasResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchAdminAreasResponse) ProtoMessage ¶
func (*WatchAdminAreasResponse) ProtoMessage()
func (*WatchAdminAreasResponse) ProtoReflect ¶
func (m *WatchAdminAreasResponse) ProtoReflect() preflect.Message
func (*WatchAdminAreasResponse) Reset ¶
func (m *WatchAdminAreasResponse) Reset()
func (*WatchAdminAreasResponse) SetAdminAreaChanges ¶
func (m *WatchAdminAreasResponse) SetAdminAreaChanges(fv []*admin_area.AdminAreaChange)
func (*WatchAdminAreasResponse) SetIsCurrent ¶
func (m *WatchAdminAreasResponse) SetIsCurrent(fv bool)
func (*WatchAdminAreasResponse) SetIsHardReset ¶
func (m *WatchAdminAreasResponse) SetIsHardReset(fv bool)
func (*WatchAdminAreasResponse) SetIsSoftReset ¶
func (m *WatchAdminAreasResponse) SetIsSoftReset(fv bool)
func (*WatchAdminAreasResponse) SetPageTokenChange ¶
func (m *WatchAdminAreasResponse) SetPageTokenChange(fv *WatchAdminAreasResponse_PageTokenChange)
func (*WatchAdminAreasResponse) SetResumeToken ¶
func (m *WatchAdminAreasResponse) SetResumeToken(fv string)
func (*WatchAdminAreasResponse) SetSnapshotSize ¶
func (m *WatchAdminAreasResponse) SetSnapshotSize(fv int64)
func (*WatchAdminAreasResponse) String ¶
func (m *WatchAdminAreasResponse) String() string
func (*WatchAdminAreasResponse) Unmarshal ¶
func (m *WatchAdminAreasResponse) Unmarshal(b []byte) error
func (*WatchAdminAreasResponse) UnmarshalJSON ¶
func (m *WatchAdminAreasResponse) UnmarshalJSON(data []byte) error
type WatchAdminAreasResponseFieldPathBuilder ¶
type WatchAdminAreasResponseFieldPathBuilder struct{}
func NewWatchAdminAreasResponseFieldPathBuilder ¶
func NewWatchAdminAreasResponseFieldPathBuilder() WatchAdminAreasResponseFieldPathBuilder
func (WatchAdminAreasResponseFieldPathBuilder) AdminAreaChanges ¶
func (WatchAdminAreasResponseFieldPathBuilder) AdminAreaChanges() WatchAdminAreasResponsePathSelectorAdminAreaChanges
func (WatchAdminAreasResponseFieldPathBuilder) IsHardReset ¶
func (WatchAdminAreasResponseFieldPathBuilder) IsHardReset() WatchAdminAreasResponsePathSelectorIsHardReset
func (WatchAdminAreasResponseFieldPathBuilder) IsSoftReset ¶
func (WatchAdminAreasResponseFieldPathBuilder) IsSoftReset() WatchAdminAreasResponsePathSelectorIsSoftReset
func (WatchAdminAreasResponseFieldPathBuilder) PageTokenChange ¶
func (WatchAdminAreasResponseFieldPathBuilder) PageTokenChange() WatchAdminAreasResponsePathSelectorPageTokenChange
func (WatchAdminAreasResponseFieldPathBuilder) ResumeToken ¶
func (WatchAdminAreasResponseFieldPathBuilder) ResumeToken() WatchAdminAreasResponsePathSelectorResumeToken
func (WatchAdminAreasResponseFieldPathBuilder) SnapshotSize ¶
func (WatchAdminAreasResponseFieldPathBuilder) SnapshotSize() WatchAdminAreasResponsePathSelectorSnapshotSize
type WatchAdminAreasResponsePageTokenChangeFieldPathBuilder ¶
type WatchAdminAreasResponsePageTokenChangeFieldPathBuilder struct{}
func NewWatchAdminAreasResponsePageTokenChangeFieldPathBuilder ¶
func NewWatchAdminAreasResponsePageTokenChangeFieldPathBuilder() WatchAdminAreasResponsePageTokenChangeFieldPathBuilder
func (WatchAdminAreasResponsePageTokenChangeFieldPathBuilder) NextPageToken ¶
func (WatchAdminAreasResponsePageTokenChangeFieldPathBuilder) PrevPageToken ¶
type WatchAdminAreasResponsePageTokenChange_FieldPath ¶
type WatchAdminAreasResponsePageTokenChange_FieldPath interface { gotenobject.FieldPath Selector() WatchAdminAreasResponsePageTokenChange_FieldPathSelector Get(source *WatchAdminAreasResponse_PageTokenChange) []interface{} GetSingle(source *WatchAdminAreasResponse_PageTokenChange) (interface{}, bool) ClearValue(item *WatchAdminAreasResponse_PageTokenChange) // Those methods build corresponding WatchAdminAreasResponsePageTokenChange_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathValue WithIArrayOfValues(values interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchAdminAreasResponsePageTokenChange_FieldPath ¶
func BuildWatchAdminAreasResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreasResponsePageTokenChange_FieldPath, error)
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPath ¶
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPath(rawField string) WatchAdminAreasResponsePageTokenChange_FieldPath
func ParseWatchAdminAreasResponsePageTokenChange_FieldPath ¶
func ParseWatchAdminAreasResponsePageTokenChange_FieldPath(rawField string) (WatchAdminAreasResponsePageTokenChange_FieldPath, error)
type WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue ¶
type WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchAdminAreasResponsePageTokenChange_FieldPath ContainsValue(*WatchAdminAreasResponse_PageTokenChange) bool }
WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue ¶
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue
func ParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue ¶
func ParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue, error)
ParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues ¶
type WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchAdminAreasResponsePageTokenChange_FieldPath }
WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues ¶
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues
func ParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues ¶
func ParseWatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues, error)
type WatchAdminAreasResponsePageTokenChange_FieldPathSelector ¶
type WatchAdminAreasResponsePageTokenChange_FieldPathSelector int32
const ( WatchAdminAreasResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchAdminAreasResponsePageTokenChange_FieldPathSelector = 0 WatchAdminAreasResponsePageTokenChange_FieldPathSelectorNextPageToken WatchAdminAreasResponsePageTokenChange_FieldPathSelector = 1 )
func (WatchAdminAreasResponsePageTokenChange_FieldPathSelector) String ¶
func (s WatchAdminAreasResponsePageTokenChange_FieldPathSelector) String() string
type WatchAdminAreasResponsePageTokenChange_FieldPathValue ¶
type WatchAdminAreasResponsePageTokenChange_FieldPathValue interface { WatchAdminAreasResponsePageTokenChange_FieldPath gotenobject.FieldPathValue SetTo(target **WatchAdminAreasResponse_PageTokenChange) CompareWith(*WatchAdminAreasResponse_PageTokenChange) (cmp int, comparable bool) }
WatchAdminAreasResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathValue ¶
func MustParseWatchAdminAreasResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchAdminAreasResponsePageTokenChange_FieldPathValue
func ParseWatchAdminAreasResponsePageTokenChange_FieldPathValue ¶
func ParseWatchAdminAreasResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchAdminAreasResponsePageTokenChange_FieldPathValue, error)
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPath ¶
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) ClearValue ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchAdminAreasResponse_PageTokenChange)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) Get ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) Get(source *WatchAdminAreasResponse_PageTokenChange) (values []interface{})
Get returns all values pointed by specific field from source WatchAdminAreasResponse_PageTokenChange
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetDefault ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetRaw ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetSingle ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchAdminAreasResponse_PageTokenChange) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchAdminAreasResponse_PageTokenChange
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) IsLeaf ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) JSONString ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) String ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIValue ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreasResponsePageTokenChange_FieldPathValue
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue ¶
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue struct { WatchAdminAreasResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreasResponse_PageTokenChange) bool
Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchAdminAreasResponse_PageTokenChange as interface{}
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreasResponse_PageTokenChange) (interface{}, bool)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues ¶
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues struct { WatchAdminAreasResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*admin_area.PagerCursor, bool)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue ¶
type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue struct { WatchAdminAreasResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*admin_area.PagerCursor, bool)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*admin_area.PagerCursor, bool)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchAdminAreasResponse_PageTokenChange) (int, bool)
CompareWith compares value in the 'WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchAdminAreasResponse_PageTokenChange'.
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchAdminAreasResponse_PageTokenChange)
SetTo stores value for selected field for object PageTokenChange
func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchAdminAreasResponsePathSelectorAdminAreaChanges ¶
type WatchAdminAreasResponsePathSelectorAdminAreaChanges struct{}
func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithArrayOfValues(values [][]*admin_area.AdminAreaChange) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithItemValue ¶
func (s WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithItemValue(value *admin_area.AdminAreaChange) *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue
func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithValue ¶
func (s WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithValue(value []*admin_area.AdminAreaChange) *WatchAdminAreasResponse_FieldTerminalPathValue
type WatchAdminAreasResponsePathSelectorIsCurrent ¶
type WatchAdminAreasResponsePathSelectorIsCurrent struct{}
func (WatchAdminAreasResponsePathSelectorIsCurrent) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorIsCurrent) WithValue ¶
func (s WatchAdminAreasResponsePathSelectorIsCurrent) WithValue(value bool) *WatchAdminAreasResponse_FieldTerminalPathValue
type WatchAdminAreasResponsePathSelectorIsHardReset ¶
type WatchAdminAreasResponsePathSelectorIsHardReset struct{}
func (WatchAdminAreasResponsePathSelectorIsHardReset) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorIsHardReset) WithValue ¶
func (s WatchAdminAreasResponsePathSelectorIsHardReset) WithValue(value bool) *WatchAdminAreasResponse_FieldTerminalPathValue
type WatchAdminAreasResponsePathSelectorIsSoftReset ¶
type WatchAdminAreasResponsePathSelectorIsSoftReset struct{}
func (WatchAdminAreasResponsePathSelectorIsSoftReset) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorIsSoftReset) WithValue ¶
func (s WatchAdminAreasResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchAdminAreasResponse_FieldTerminalPathValue
type WatchAdminAreasResponsePathSelectorPageTokenChange ¶
type WatchAdminAreasResponsePathSelectorPageTokenChange struct{}
func (WatchAdminAreasResponsePathSelectorPageTokenChange) NextPageToken ¶
func (WatchAdminAreasResponsePathSelectorPageTokenChange) PrevPageToken ¶
func (WatchAdminAreasResponsePathSelectorPageTokenChange) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchAdminAreasResponse_PageTokenChange) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubArrayItemValue ¶
func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubArrayItemValue(subPathArrayItemValue WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue) *WatchAdminAreasResponse_FieldSubPathArrayItemValue
func (WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues) *WatchAdminAreasResponse_FieldSubPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubPath ¶
func (WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubValue ¶
func (s WatchAdminAreasResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchAdminAreasResponsePageTokenChange_FieldPathValue) *WatchAdminAreasResponse_FieldSubPathValue
type WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken ¶
type WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken struct{}
func (WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponse_FieldSubPathArrayOfValues
type WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken ¶
type WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken struct{}
func (WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponse_FieldSubPathArrayOfValues
type WatchAdminAreasResponsePathSelectorResumeToken ¶
type WatchAdminAreasResponsePathSelectorResumeToken struct{}
func (WatchAdminAreasResponsePathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorResumeToken) WithValue ¶
func (s WatchAdminAreasResponsePathSelectorResumeToken) WithValue(value string) *WatchAdminAreasResponse_FieldTerminalPathValue
type WatchAdminAreasResponsePathSelectorSnapshotSize ¶
type WatchAdminAreasResponsePathSelectorSnapshotSize struct{}
func (WatchAdminAreasResponsePathSelectorSnapshotSize) WithArrayOfValues ¶
func (s WatchAdminAreasResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues
func (WatchAdminAreasResponsePathSelectorSnapshotSize) WithValue ¶
func (s WatchAdminAreasResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchAdminAreasResponse_FieldTerminalPathValue
type WatchAdminAreasResponse_FieldMask ¶
type WatchAdminAreasResponse_FieldMask struct {
Paths []WatchAdminAreasResponse_FieldPath
}
func FullWatchAdminAreasResponse_FieldMask ¶
func FullWatchAdminAreasResponse_FieldMask() *WatchAdminAreasResponse_FieldMask
func (*WatchAdminAreasResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) AppendPath(path WatchAdminAreasResponse_FieldPath)
func (*WatchAdminAreasResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchAdminAreasResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchAdminAreasResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchAdminAreasResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) FilterInputFields() *WatchAdminAreasResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchAdminAreasResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchAdminAreasResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) GetPaths() []WatchAdminAreasResponse_FieldPath
func (*WatchAdminAreasResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchAdminAreasResponse_FieldMask) IsFull ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) IsFull() bool
func (WatchAdminAreasResponse_FieldMask) Marshal ¶
func (fieldMask WatchAdminAreasResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchAdminAreasResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchAdminAreasResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchAdminAreasResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) PathsCount() int
func (*WatchAdminAreasResponse_FieldMask) Project ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) Project(source *WatchAdminAreasResponse) *WatchAdminAreasResponse
func (*WatchAdminAreasResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchAdminAreasResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) ProtoMessage()
func (*WatchAdminAreasResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchAdminAreasResponse_FieldMask) Reset ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) Reset()
func (*WatchAdminAreasResponse_FieldMask) Set ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) Set(target, source *WatchAdminAreasResponse)
func (*WatchAdminAreasResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchAdminAreasResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchAdminAreasResponse_FieldMask) Size ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) Size() int
func (*WatchAdminAreasResponse_FieldMask) String ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) String() string
func (*WatchAdminAreasResponse_FieldMask) Subtract ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) Subtract(other *WatchAdminAreasResponse_FieldMask) *WatchAdminAreasResponse_FieldMask
func (*WatchAdminAreasResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchAdminAreasResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchAdminAreasResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchAdminAreasResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchAdminAreasResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchAdminAreasResponse_FieldPath ¶
type WatchAdminAreasResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchAdminAreasResponse_FieldPathSelector Get(source *WatchAdminAreasResponse) []interface{} GetSingle(source *WatchAdminAreasResponse) (interface{}, bool) ClearValue(item *WatchAdminAreasResponse) // Those methods build corresponding WatchAdminAreasResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchAdminAreasResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchAdminAreasResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchAdminAreasResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchAdminAreasResponse_FieldPath ¶
func BuildWatchAdminAreasResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchAdminAreasResponse_FieldPath, error)
func MustParseWatchAdminAreasResponse_FieldPath ¶
func MustParseWatchAdminAreasResponse_FieldPath(rawField string) WatchAdminAreasResponse_FieldPath
func ParseWatchAdminAreasResponse_FieldPath ¶
func ParseWatchAdminAreasResponse_FieldPath(rawField string) (WatchAdminAreasResponse_FieldPath, error)
type WatchAdminAreasResponse_FieldPathArrayItemValue ¶
type WatchAdminAreasResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchAdminAreasResponse_FieldPath ContainsValue(*WatchAdminAreasResponse) bool }
WatchAdminAreasResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchAdminAreasResponse according to their type Present only for array (repeated) types.
func MustParseWatchAdminAreasResponse_FieldPathArrayItemValue ¶
func MustParseWatchAdminAreasResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAdminAreasResponse_FieldPathArrayItemValue
func ParseWatchAdminAreasResponse_FieldPathArrayItemValue ¶
func ParseWatchAdminAreasResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAdminAreasResponse_FieldPathArrayItemValue, error)
ParseWatchAdminAreasResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchAdminAreasResponse_FieldPathArrayOfValues ¶
type WatchAdminAreasResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchAdminAreasResponse_FieldPath }
WatchAdminAreasResponse_FieldPathArrayOfValues allows storing slice of values for WatchAdminAreasResponse fields according to their type
func MustParseWatchAdminAreasResponse_FieldPathArrayOfValues ¶
func MustParseWatchAdminAreasResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAdminAreasResponse_FieldPathArrayOfValues
func ParseWatchAdminAreasResponse_FieldPathArrayOfValues ¶
func ParseWatchAdminAreasResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAdminAreasResponse_FieldPathArrayOfValues, error)
type WatchAdminAreasResponse_FieldPathSelector ¶
type WatchAdminAreasResponse_FieldPathSelector int32
const ( WatchAdminAreasResponse_FieldPathSelectorAdminAreaChanges WatchAdminAreasResponse_FieldPathSelector = 0 WatchAdminAreasResponse_FieldPathSelectorIsCurrent WatchAdminAreasResponse_FieldPathSelector = 1 WatchAdminAreasResponse_FieldPathSelectorPageTokenChange WatchAdminAreasResponse_FieldPathSelector = 2 WatchAdminAreasResponse_FieldPathSelectorResumeToken WatchAdminAreasResponse_FieldPathSelector = 3 WatchAdminAreasResponse_FieldPathSelectorSnapshotSize WatchAdminAreasResponse_FieldPathSelector = 4 WatchAdminAreasResponse_FieldPathSelectorIsSoftReset WatchAdminAreasResponse_FieldPathSelector = 5 WatchAdminAreasResponse_FieldPathSelectorIsHardReset WatchAdminAreasResponse_FieldPathSelector = 6 )
func (WatchAdminAreasResponse_FieldPathSelector) String ¶
func (s WatchAdminAreasResponse_FieldPathSelector) String() string
type WatchAdminAreasResponse_FieldPathValue ¶
type WatchAdminAreasResponse_FieldPathValue interface { WatchAdminAreasResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchAdminAreasResponse) CompareWith(*WatchAdminAreasResponse) (cmp int, comparable bool) }
WatchAdminAreasResponse_FieldPathValue allows storing values for WatchAdminAreasResponse fields according to their type
func MustParseWatchAdminAreasResponse_FieldPathValue ¶
func MustParseWatchAdminAreasResponse_FieldPathValue(pathStr, valueStr string) WatchAdminAreasResponse_FieldPathValue
func ParseWatchAdminAreasResponse_FieldPathValue ¶
func ParseWatchAdminAreasResponse_FieldPathValue(pathStr, valueStr string) (WatchAdminAreasResponse_FieldPathValue, error)
type WatchAdminAreasResponse_FieldSubPath ¶
type WatchAdminAreasResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*WatchAdminAreasResponse_FieldSubPath) AsPageTokenChangeSubPath ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchAdminAreasResponsePageTokenChange_FieldPath, bool)
func (*WatchAdminAreasResponse_FieldSubPath) ClearValue ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) ClearValue(item *WatchAdminAreasResponse)
func (*WatchAdminAreasResponse_FieldSubPath) ClearValueRaw ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*WatchAdminAreasResponse_FieldSubPath) Get ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) Get(source *WatchAdminAreasResponse) (values []interface{})
Get returns all values pointed by selected field from source WatchAdminAreasResponse
func (*WatchAdminAreasResponse_FieldSubPath) GetDefault ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchAdminAreasResponse_FieldSubPath) GetRaw ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*WatchAdminAreasResponse_FieldSubPath) GetSingle ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) GetSingle(source *WatchAdminAreasResponse) (interface{}, bool)
GetSingle returns value of selected field from source WatchAdminAreasResponse
func (*WatchAdminAreasResponse_FieldSubPath) GetSingleRaw ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchAdminAreasResponse_FieldSubPath) IsLeaf ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchAdminAreasResponse_FieldSubPath) JSONString ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchAdminAreasResponse_FieldSubPath) Selector ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) Selector() WatchAdminAreasResponse_FieldPathSelector
func (*WatchAdminAreasResponse_FieldSubPath) String ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*WatchAdminAreasResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchAdminAreasResponse_FieldPathArrayItemValue
func (*WatchAdminAreasResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchAdminAreasResponse_FieldPathArrayOfValues
func (*WatchAdminAreasResponse_FieldSubPath) WithIValue ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) WithIValue(value interface{}) WatchAdminAreasResponse_FieldPathValue
func (*WatchAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchAdminAreasResponse_FieldSubPath) WithRawIValue ¶
func (fps *WatchAdminAreasResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchAdminAreasResponse_FieldSubPathArrayItemValue ¶
type WatchAdminAreasResponse_FieldSubPathArrayItemValue struct { WatchAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue ¶
func (fpaivs *WatchAdminAreasResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchAdminAreasResponsePageTokenChange_FieldPathArrayItemValue, bool)
func (*WatchAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *WatchAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchAdminAreasResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchAdminAreasResponse'
func (*WatchAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *WatchAdminAreasResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type WatchAdminAreasResponse_FieldSubPathArrayOfValues ¶
type WatchAdminAreasResponse_FieldSubPathArrayOfValues struct { WatchAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues ¶
func (fpsaov *WatchAdminAreasResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues() (WatchAdminAreasResponsePageTokenChange_FieldPathArrayOfValues, bool)
func (*WatchAdminAreasResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *WatchAdminAreasResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type WatchAdminAreasResponse_FieldSubPathValue ¶
type WatchAdminAreasResponse_FieldSubPathValue struct { WatchAdminAreasResponse_FieldPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponse_FieldSubPathValue) AsPageTokenChangePathValue ¶
func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchAdminAreasResponsePageTokenChange_FieldPathValue, bool)
func (*WatchAdminAreasResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) CompareWith(source *WatchAdminAreasResponse) (int, bool)
func (*WatchAdminAreasResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchAdminAreasResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) GetRawValue() interface{}
func (*WatchAdminAreasResponse_FieldSubPathValue) SetTo ¶
func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) SetTo(target **WatchAdminAreasResponse)
func (*WatchAdminAreasResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *WatchAdminAreasResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type WatchAdminAreasResponse_FieldTerminalPath ¶
type WatchAdminAreasResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchAdminAreasResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) ClearValue(item *WatchAdminAreasResponse)
func (*WatchAdminAreasResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchAdminAreasResponse_FieldTerminalPath) Get ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) Get(source *WatchAdminAreasResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchAdminAreasResponse
func (*WatchAdminAreasResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchAdminAreasResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchAdminAreasResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetSingle(source *WatchAdminAreasResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchAdminAreasResponse
func (*WatchAdminAreasResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchAdminAreasResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchAdminAreasResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchAdminAreasResponse_FieldTerminalPath) Selector ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) Selector() WatchAdminAreasResponse_FieldPathSelector
func (*WatchAdminAreasResponse_FieldTerminalPath) String ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchAdminAreasResponse_FieldPathArrayItemValue
func (*WatchAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchAdminAreasResponse_FieldPathArrayOfValues
func (*WatchAdminAreasResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithIValue(value interface{}) WatchAdminAreasResponse_FieldPathValue
func (*WatchAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchAdminAreasResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchAdminAreasResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchAdminAreasResponse_FieldTerminalPathArrayItemValue ¶
type WatchAdminAreasResponse_FieldTerminalPathArrayItemValue struct { WatchAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreaChangesItemValue ¶
func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) AsAdminAreaChangesItemValue() (*admin_area.AdminAreaChange, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchAdminAreasResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchAdminAreasResponse'
func (*WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchAdminAreasResponse as interface{}
func (*WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchAdminAreasResponse) (interface{}, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchAdminAreasResponse_FieldTerminalPathArrayOfValues ¶
type WatchAdminAreasResponse_FieldTerminalPathArrayOfValues struct { WatchAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreaChangesArrayOfValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsAdminAreaChangesArrayOfValues() ([][]*admin_area.AdminAreaChange, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchAdminAreasResponse_PageTokenChange, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchAdminAreasResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchAdminAreasResponse_FieldTerminalPathValue ¶
type WatchAdminAreasResponse_FieldTerminalPathValue struct { WatchAdminAreasResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchAdminAreasResponse_FieldTerminalPathValue) AsAdminAreaChangesValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsAdminAreaChangesValue() ([]*admin_area.AdminAreaChange, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) AsIsCurrentValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) AsIsHardResetValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) AsIsSoftResetValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) AsPageTokenChangeValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchAdminAreasResponse_PageTokenChange, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) AsSnapshotSizeValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) CompareWith(source *WatchAdminAreasResponse) (int, bool)
CompareWith compares value in the 'WatchAdminAreasResponse_FieldTerminalPathValue' with the value under path in 'WatchAdminAreasResponse'.
func (*WatchAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchAdminAreasResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchAdminAreasResponse' as interface{}
func (*WatchAdminAreasResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) SetTo(target **WatchAdminAreasResponse)
SetTo stores value for selected field for object WatchAdminAreasResponse
func (*WatchAdminAreasResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchAdminAreasResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchAdminAreasResponse_PageTokenChange ¶
type WatchAdminAreasResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *admin_area.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *admin_area.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchAdminAreasResponse_PageTokenChange) Clone ¶
func (o *WatchAdminAreasResponse_PageTokenChange) Clone() *WatchAdminAreasResponse_PageTokenChange
func (*WatchAdminAreasResponse_PageTokenChange) CloneRaw ¶
func (o *WatchAdminAreasResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
func (*WatchAdminAreasResponse_PageTokenChange) Descriptor ¶
func (*WatchAdminAreasResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchAdminAreasResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchAdminAreasResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchAdminAreasResponse_PageTokenChange) GetNextPageToken() *admin_area.PagerCursor
func (*WatchAdminAreasResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchAdminAreasResponse_PageTokenChange) GetPrevPageToken() *admin_area.PagerCursor
func (*WatchAdminAreasResponse_PageTokenChange) GotenMessage ¶
func (*WatchAdminAreasResponse_PageTokenChange) GotenMessage()
func (*WatchAdminAreasResponse_PageTokenChange) GotenObjectExt ¶
func (o *WatchAdminAreasResponse_PageTokenChange) GotenObjectExt()
func (*WatchAdminAreasResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchAdminAreasResponse_PageTokenChange) GotenValidate() error
func (*WatchAdminAreasResponse_PageTokenChange) MakeDiffFieldMask ¶
func (o *WatchAdminAreasResponse_PageTokenChange) MakeDiffFieldMask(other *WatchAdminAreasResponse_PageTokenChange) *WatchAdminAreasResponse_PageTokenChange_FieldMask
func (*WatchAdminAreasResponse_PageTokenChange) MakeFullFieldMask ¶
func (o *WatchAdminAreasResponse_PageTokenChange) MakeFullFieldMask() *WatchAdminAreasResponse_PageTokenChange_FieldMask
func (*WatchAdminAreasResponse_PageTokenChange) MakeRawDiffFieldMask ¶
func (o *WatchAdminAreasResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchAdminAreasResponse_PageTokenChange) MakeRawFullFieldMask ¶
func (o *WatchAdminAreasResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchAdminAreasResponse_PageTokenChange) Marshal ¶
func (m *WatchAdminAreasResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchAdminAreasResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchAdminAreasResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchAdminAreasResponse_PageTokenChange) Merge ¶
func (o *WatchAdminAreasResponse_PageTokenChange) Merge(source *WatchAdminAreasResponse_PageTokenChange)
func (*WatchAdminAreasResponse_PageTokenChange) MergeRaw ¶
func (o *WatchAdminAreasResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchAdminAreasResponse_PageTokenChange) ProtoMessage ¶
func (*WatchAdminAreasResponse_PageTokenChange) ProtoMessage()
func (*WatchAdminAreasResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchAdminAreasResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchAdminAreasResponse_PageTokenChange) Reset ¶
func (m *WatchAdminAreasResponse_PageTokenChange) Reset()
func (*WatchAdminAreasResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchAdminAreasResponse_PageTokenChange) SetNextPageToken(fv *admin_area.PagerCursor)
func (*WatchAdminAreasResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchAdminAreasResponse_PageTokenChange) SetPrevPageToken(fv *admin_area.PagerCursor)
func (*WatchAdminAreasResponse_PageTokenChange) String ¶
func (m *WatchAdminAreasResponse_PageTokenChange) String() string
func (*WatchAdminAreasResponse_PageTokenChange) Unmarshal ¶
func (m *WatchAdminAreasResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchAdminAreasResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchAdminAreasResponse_PageTokenChange) UnmarshalJSON(data []byte) error
type WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken ¶
type WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken struct{}
func (WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues ¶
func (s WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken ¶
type WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken struct{}
func (WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*admin_area.PagerCursor) *WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchAdminAreasResponse_PageTokenChange_FieldMask ¶
type WatchAdminAreasResponse_PageTokenChange_FieldMask struct {
Paths []WatchAdminAreasResponsePageTokenChange_FieldPath
}
func FullWatchAdminAreasResponse_PageTokenChange_FieldMask ¶
func FullWatchAdminAreasResponse_PageTokenChange_FieldMask() *WatchAdminAreasResponse_PageTokenChange_FieldMask
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) AppendPath ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) AppendPath(path WatchAdminAreasResponsePageTokenChange_FieldPath)
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) AppendRawPath ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) FilterInputFields ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchAdminAreasResponse_PageTokenChange_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) GetPaths ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) GetPaths() []WatchAdminAreasResponsePageTokenChange_FieldPath
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) GetRawPaths ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) IsFull ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) IsFull() bool
func (WatchAdminAreasResponse_PageTokenChange_FieldMask) Marshal ¶
func (fieldMask WatchAdminAreasResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchAdminAreasResponse_PageTokenChange_FieldMask) MarshalJSON ¶
func (fieldMask WatchAdminAreasResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) PathsCount ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) PathsCount() int
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Project ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Project(source *WatchAdminAreasResponse_PageTokenChange) *WatchAdminAreasResponse_PageTokenChange
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ProjectRaw ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoMessage ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoMessage()
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoReflect ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Reset ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Reset()
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Set ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Set(target, source *WatchAdminAreasResponse_PageTokenChange)
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) SetRaw ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Size ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Size() int
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) String ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) String() string
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Subtract ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Subtract(other *WatchAdminAreasResponse_PageTokenChange_FieldMask) *WatchAdminAreasResponse_PageTokenChange_FieldMask
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) SubtractRaw ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Unmarshal ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error