admin_area_client

package
v0.12.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 39 Imported by: 0

Documentation

Index

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.

type AdminAreaServiceDescriptor added in v0.4.26

type AdminAreaServiceDescriptor struct{}

func GetAdminAreaServiceDescriptor added in v0.4.26

func GetAdminAreaServiceDescriptor() *AdminAreaServiceDescriptor

func (*AdminAreaServiceDescriptor) AllMethodDescriptors added in v0.4.26

func (d *AdminAreaServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*AdminAreaServiceDescriptor) GetApiName added in v0.4.26

func (d *AdminAreaServiceDescriptor) GetApiName() string

func (*AdminAreaServiceDescriptor) GetFullAPIName added in v0.4.26

func (d *AdminAreaServiceDescriptor) GetFullAPIName() string

func (*AdminAreaServiceDescriptor) GetProtoPkgName added in v0.4.26

func (d *AdminAreaServiceDescriptor) GetProtoPkgName() string

func (*AdminAreaServiceDescriptor) GetServiceDomain added in v0.4.26

func (d *AdminAreaServiceDescriptor) GetServiceDomain() string

func (*AdminAreaServiceDescriptor) GetServiceVersion added in v0.4.26

func (d *AdminAreaServiceDescriptor) GetServiceVersion() string

type BatchGetAdminAreasDescriptor added in v0.4.26

type BatchGetAdminAreasDescriptor struct{}

func GetBatchGetAdminAreasDescriptor added in v0.4.26

func GetBatchGetAdminAreasDescriptor() *BatchGetAdminAreasDescriptor

func (*BatchGetAdminAreasDescriptor) GetApiDescriptor added in v0.4.26

func (*BatchGetAdminAreasDescriptor) GetApiName added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetApiName() string

func (*BatchGetAdminAreasDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetAdminAreasDescriptor) GetFullMethodName added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetFullMethodName() string

func (*BatchGetAdminAreasDescriptor) GetMethodName added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetMethodName() string

func (*BatchGetAdminAreasDescriptor) GetProtoPkgName added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetProtoPkgName() string

func (*BatchGetAdminAreasDescriptor) GetResourceDescriptor added in v0.4.27

func (d *BatchGetAdminAreasDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetAdminAreasDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetAdminAreasDescriptor) GetServiceDomain added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetServiceDomain() string

func (*BatchGetAdminAreasDescriptor) GetServiceVersion added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetServiceVersion() string

func (*BatchGetAdminAreasDescriptor) GetVerb added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) GetVerb() string

func (*BatchGetAdminAreasDescriptor) HasResource added in v0.4.27

func (d *BatchGetAdminAreasDescriptor) HasResource() bool

func (*BatchGetAdminAreasDescriptor) IsClientStream added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) IsClientStream() bool

func (*BatchGetAdminAreasDescriptor) IsCollection added in v0.4.27

func (d *BatchGetAdminAreasDescriptor) IsCollection() bool

func (*BatchGetAdminAreasDescriptor) IsPlural added in v0.4.27

func (d *BatchGetAdminAreasDescriptor) IsPlural() bool

func (*BatchGetAdminAreasDescriptor) IsServerStream added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) IsServerStream() bool

func (*BatchGetAdminAreasDescriptor) IsUnary added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) IsUnary() bool

func (*BatchGetAdminAreasDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetAdminAreasDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetAdminAreasDescriptor) RequestHasResourceBody added in v0.4.26

func (d *BatchGetAdminAreasDescriptor) RequestHasResourceBody() bool

type BatchGetAdminAreasDescriptorClientMsgHandle added in v0.4.26

type BatchGetAdminAreasDescriptorClientMsgHandle struct{}

func (*BatchGetAdminAreasDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetAdminAreasDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetAdminAreasDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetAdminAreasDescriptorServerMsgHandle added in v0.4.26

type BatchGetAdminAreasDescriptorServerMsgHandle struct{}

func (*BatchGetAdminAreasDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetAdminAreasDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetAdminAreasDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetAdminAreasRequest

type BatchGetAdminAreasRequest struct {

	// 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 (*BatchGetAdminAreasRequest) CloneRaw

func (*BatchGetAdminAreasRequest) Descriptor

func (*BatchGetAdminAreasRequest) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetAdminAreasRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAdminAreasRequest) GetFieldMask

func (*BatchGetAdminAreasRequest) GetNames

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 (*BatchGetAdminAreasRequest) MakeFullFieldMask

func (*BatchGetAdminAreasRequest) MakeRawDiffFieldMask

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 (*BatchGetAdminAreasRequest) MergeRaw

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 (*BatchGetAdminAreasRequest) SetNames

func (m *BatchGetAdminAreasRequest) SetNames(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

func (BatchGetAdminAreasRequestFieldPathBuilder) FieldMask

func (BatchGetAdminAreasRequestFieldPathBuilder) Names

func (BatchGetAdminAreasRequestFieldPathBuilder) View

type BatchGetAdminAreasRequestPathSelectorFieldMask

type BatchGetAdminAreasRequestPathSelectorFieldMask struct{}

func (BatchGetAdminAreasRequestPathSelectorFieldMask) FieldPath

func (BatchGetAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues

type BatchGetAdminAreasRequestPathSelectorNames

type BatchGetAdminAreasRequestPathSelectorNames struct{}

func (BatchGetAdminAreasRequestPathSelectorNames) FieldPath

func (BatchGetAdminAreasRequestPathSelectorNames) WithArrayOfValues

func (BatchGetAdminAreasRequestPathSelectorNames) WithItemValue

func (BatchGetAdminAreasRequestPathSelectorNames) WithValue

type BatchGetAdminAreasRequestPathSelectorView

type BatchGetAdminAreasRequestPathSelectorView struct{}

func (BatchGetAdminAreasRequestPathSelectorView) FieldPath

func (BatchGetAdminAreasRequestPathSelectorView) WithArrayOfValues

func (BatchGetAdminAreasRequestPathSelectorView) WithValue

type BatchGetAdminAreasRequest_FieldMask

type BatchGetAdminAreasRequest_FieldMask struct {
	Paths []BatchGetAdminAreasRequest_FieldPath
}

func FullBatchGetAdminAreasRequest_FieldMask

func FullBatchGetAdminAreasRequest_FieldMask() *BatchGetAdminAreasRequest_FieldMask

func (*BatchGetAdminAreasRequest_FieldMask) AppendPath

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

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 (*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 (*BatchGetAdminAreasRequest_FieldMask) ProjectRaw

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 (*BatchGetAdminAreasRequest_FieldMask) SubtractRaw

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 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_FieldPathSelectorNames     BatchGetAdminAreasRequest_FieldPathSelector = 0
	BatchGetAdminAreasRequest_FieldPathSelectorFieldMask BatchGetAdminAreasRequest_FieldPathSelector = 1
	BatchGetAdminAreasRequest_FieldPathSelectorView      BatchGetAdminAreasRequest_FieldPathSelector = 2
)

func (BatchGetAdminAreasRequest_FieldPathSelector) 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 (*BatchGetAdminAreasRequest_FieldTerminalPath) ClearValueRaw

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

IsLeaf - whether field path is holds simple value

func (*BatchGetAdminAreasRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAdminAreasRequest_FieldTerminalPath) Selector

func (*BatchGetAdminAreasRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *BatchGetAdminAreasRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetAdminAreasRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAdminAreasRequest_FieldTerminalPath) WithIValue

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 (*BatchGetAdminAreasRequest_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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 (*BatchGetAdminAreasRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

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 (*BatchGetAdminAreasRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAdminAreasRequest_FieldTerminalPathValue' with the value under path in 'BatchGetAdminAreasRequest'.

func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object BatchGetAdminAreasRequest

func (*BatchGetAdminAreasRequest_FieldTerminalPathValue) SetToRaw

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 (*BatchGetAdminAreasResponse) CloneRaw

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 (*BatchGetAdminAreasResponse) MakeFullFieldMask

func (*BatchGetAdminAreasResponse) MakeRawDiffFieldMask

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 (*BatchGetAdminAreasResponse) MergeRaw

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

func (BatchGetAdminAreasResponseFieldPathBuilder) Missing

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames struct {
	// contains filtered or unexported fields
}

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) FieldPath

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithValue

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) FieldPath

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithValue

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels struct {
	// contains filtered or unexported fields
}

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) FieldPath

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards

type BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards struct {
	// contains filtered or unexported fields
}

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) FieldPath

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues

func (BatchGetAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreas

type BatchGetAdminAreasResponsePathSelectorAdminAreas struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) DisplayName

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Geometry

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Hierarchy

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) LabelGeometry

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Metadata

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Name

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) Type

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithItemValue

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithSubValue

func (BatchGetAdminAreasResponsePathSelectorAdminAreas) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName

type BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) Bbox

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) Center

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter

type BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin2

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin3

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin4

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin5

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) Country

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchy) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1 struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2 struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3 struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4 struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5 struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry

type BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) Bbox

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter

type BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames

type BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithKey

func (BatchGetAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) DeleteTime added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Labels

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Lifecycle added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Shards

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Syncing

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Tags

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) Uuid

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime) FieldPath added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime) WithValue added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithKey

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) BlockDeletion added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) FieldPath added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) State added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) WithValue added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState) FieldPath added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState) WithValue added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Region added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Version added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithItemValue

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithKey

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid

type BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasName

type BatchGetAdminAreasResponsePathSelectorAdminAreasName struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasName) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasName) WithValue

type BatchGetAdminAreasResponsePathSelectorAdminAreasType

type BatchGetAdminAreasResponsePathSelectorAdminAreasType struct{}

func (BatchGetAdminAreasResponsePathSelectorAdminAreasType) FieldPath

func (BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorAdminAreasType) WithValue

type BatchGetAdminAreasResponsePathSelectorMissing

type BatchGetAdminAreasResponsePathSelectorMissing struct{}

func (BatchGetAdminAreasResponsePathSelectorMissing) FieldPath

func (BatchGetAdminAreasResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetAdminAreasResponsePathSelectorMissing) WithItemValue

func (BatchGetAdminAreasResponsePathSelectorMissing) WithValue

type BatchGetAdminAreasResponse_FieldMask

type BatchGetAdminAreasResponse_FieldMask struct {
	Paths []BatchGetAdminAreasResponse_FieldPath
}

func FullBatchGetAdminAreasResponse_FieldMask

func FullBatchGetAdminAreasResponse_FieldMask() *BatchGetAdminAreasResponse_FieldMask

func (*BatchGetAdminAreasResponse_FieldMask) AppendPath

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

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 (*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 (*BatchGetAdminAreasResponse_FieldMask) ProjectRaw

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 (*BatchGetAdminAreasResponse_FieldMask) SubtractRaw

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 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

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 (*BatchGetAdminAreasResponse_FieldSubPath) ClearValue

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

IsLeaf - whether field path is holds simple value

func (*BatchGetAdminAreasResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAdminAreasResponse_FieldSubPath) Selector

func (*BatchGetAdminAreasResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *BatchGetAdminAreasResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetAdminAreasResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetAdminAreasResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetAdminAreasResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetAdminAreasResponse_FieldSubPath) WithIValue

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 (*BatchGetAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*BatchGetAdminAreasResponse_FieldSubPathValue) CompareWith

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 (*BatchGetAdminAreasResponse_FieldSubPathValue) SetToRaw

type BatchGetAdminAreasResponse_FieldTerminalPath

type BatchGetAdminAreasResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetAdminAreasResponse_FieldTerminalPath) ClearValue

func (*BatchGetAdminAreasResponse_FieldTerminalPath) ClearValueRaw

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

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

IsLeaf - whether field path is holds simple value

func (*BatchGetAdminAreasResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAdminAreasResponse_FieldTerminalPath) Selector

func (*BatchGetAdminAreasResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *BatchGetAdminAreasResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetAdminAreasResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAdminAreasResponse_FieldTerminalPath) WithIValue

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 (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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 (*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 (*BatchGetAdminAreasResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAdminAreasResponse_FieldTerminalPathValue' with the value under path in 'BatchGetAdminAreasResponse'.

func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object BatchGetAdminAreasResponse

func (*BatchGetAdminAreasResponse_FieldTerminalPathValue) SetToRaw

type CreateAdminAreaDescriptor added in v0.4.26

type CreateAdminAreaDescriptor struct{}

func GetCreateAdminAreaDescriptor added in v0.4.26

func GetCreateAdminAreaDescriptor() *CreateAdminAreaDescriptor

func (*CreateAdminAreaDescriptor) GetApiDescriptor added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*CreateAdminAreaDescriptor) GetApiName added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetApiName() string

func (*CreateAdminAreaDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateAdminAreaDescriptor) GetFullMethodName added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetFullMethodName() string

func (*CreateAdminAreaDescriptor) GetMethodName added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetMethodName() string

func (*CreateAdminAreaDescriptor) GetProtoPkgName added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetProtoPkgName() string

func (*CreateAdminAreaDescriptor) GetResourceDescriptor added in v0.4.27

func (d *CreateAdminAreaDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreateAdminAreaDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateAdminAreaDescriptor) GetServiceDomain added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetServiceDomain() string

func (*CreateAdminAreaDescriptor) GetServiceVersion added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetServiceVersion() string

func (*CreateAdminAreaDescriptor) GetVerb added in v0.4.26

func (d *CreateAdminAreaDescriptor) GetVerb() string

func (*CreateAdminAreaDescriptor) HasResource added in v0.4.27

func (d *CreateAdminAreaDescriptor) HasResource() bool

func (*CreateAdminAreaDescriptor) IsClientStream added in v0.4.26

func (d *CreateAdminAreaDescriptor) IsClientStream() bool

func (*CreateAdminAreaDescriptor) IsCollection added in v0.4.27

func (d *CreateAdminAreaDescriptor) IsCollection() bool

func (*CreateAdminAreaDescriptor) IsPlural added in v0.4.27

func (d *CreateAdminAreaDescriptor) IsPlural() bool

func (*CreateAdminAreaDescriptor) IsServerStream added in v0.4.26

func (d *CreateAdminAreaDescriptor) IsServerStream() bool

func (*CreateAdminAreaDescriptor) IsUnary added in v0.4.26

func (d *CreateAdminAreaDescriptor) IsUnary() bool

func (*CreateAdminAreaDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *CreateAdminAreaDescriptor) NewEmptyClientMsg() proto.Message

func (*CreateAdminAreaDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *CreateAdminAreaDescriptor) NewEmptyServerMsg() proto.Message

func (*CreateAdminAreaDescriptor) RequestHasResourceBody added in v0.4.26

func (d *CreateAdminAreaDescriptor) RequestHasResourceBody() bool

type CreateAdminAreaDescriptorClientMsgHandle added in v0.4.26

type CreateAdminAreaDescriptorClientMsgHandle struct{}

func (*CreateAdminAreaDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateAdminAreaDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateAdminAreaDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type CreateAdminAreaDescriptorServerMsgHandle added in v0.4.26

type CreateAdminAreaDescriptorServerMsgHandle struct{}

func (*CreateAdminAreaDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateAdminAreaDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateAdminAreaDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

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 (*CreateAdminAreaRequest) CloneRaw

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 (*CreateAdminAreaRequest) MakeFullFieldMask

func (*CreateAdminAreaRequest) MakeRawDiffFieldMask

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 (*CreateAdminAreaRequest) MergeRaw

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

func (CreateAdminAreaRequestFieldPathBuilder) AdminArea

type CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames

type CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames struct {
	// contains filtered or unexported fields
}

func (CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) FieldPath

func (CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues

func (CreateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue

type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations

type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) FieldPath

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue

type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels

type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels struct {
	// contains filtered or unexported fields
}

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) FieldPath

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue

type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards

type CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards struct {
	// contains filtered or unexported fields
}

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) FieldPath

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues

func (CreateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue

type CreateAdminAreaRequestPathSelectorAdminArea

type CreateAdminAreaRequestPathSelectorAdminArea struct{}

func (CreateAdminAreaRequestPathSelectorAdminArea) DisplayName

func (CreateAdminAreaRequestPathSelectorAdminArea) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminArea) Geometry

func (CreateAdminAreaRequestPathSelectorAdminArea) Hierarchy

func (CreateAdminAreaRequestPathSelectorAdminArea) LabelGeometry

func (CreateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames

func (CreateAdminAreaRequestPathSelectorAdminArea) Metadata

func (CreateAdminAreaRequestPathSelectorAdminArea) Name

func (CreateAdminAreaRequestPathSelectorAdminArea) Type

func (CreateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue

func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubPath

func (CreateAdminAreaRequestPathSelectorAdminArea) WithSubValue

func (CreateAdminAreaRequestPathSelectorAdminArea) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaDisplayName

type CreateAdminAreaRequestPathSelectorAdminAreaDisplayName struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaGeometry

type CreateAdminAreaRequestPathSelectorAdminAreaGeometry struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) Bbox

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) Center

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) NorthEast

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) SouthWest

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter

type CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchy

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchy struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin1

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin2

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin3

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin4

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin5

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Continent

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) Country

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1 struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2 struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3 struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4 struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5 struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry

type CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Bbox

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Center

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter

type CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames

type CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithKey

func (CreateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadata

type CreateAdminAreaRequestPathSelectorAdminAreaMetadata struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Annotations

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) CreateTime

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) DeleteTime added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Generation

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Labels

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Lifecycle added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Shards

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Syncing

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Tags

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) UpdateTime

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) Uuid

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithKey

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime) FieldPath added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime) WithValue added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithKey

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) BlockDeletion added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) FieldPath added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) State added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) WithValue added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState) FieldPath added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState) WithValue added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Region added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Version added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithKey

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) Regions

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid

type CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaName

type CreateAdminAreaRequestPathSelectorAdminAreaName struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaName) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaName) WithValue

type CreateAdminAreaRequestPathSelectorAdminAreaType

type CreateAdminAreaRequestPathSelectorAdminAreaType struct{}

func (CreateAdminAreaRequestPathSelectorAdminAreaType) FieldPath

func (CreateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues

func (CreateAdminAreaRequestPathSelectorAdminAreaType) WithValue

type CreateAdminAreaRequest_FieldMask

type CreateAdminAreaRequest_FieldMask struct {
	Paths []CreateAdminAreaRequest_FieldPath
}

func FullCreateAdminAreaRequest_FieldMask

func FullCreateAdminAreaRequest_FieldMask() *CreateAdminAreaRequest_FieldMask

func (*CreateAdminAreaRequest_FieldMask) AppendPath

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

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 (*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 (*CreateAdminAreaRequest_FieldMask) ProjectRaw

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 (*CreateAdminAreaRequest_FieldMask) SubtractRaw

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 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

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 (*CreateAdminAreaRequest_FieldSubPath) ClearValue

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

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 (*CreateAdminAreaRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *CreateAdminAreaRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreateAdminAreaRequest_FieldSubPath) 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 (*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 (*CreateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*CreateAdminAreaRequest_FieldSubPathValue) CompareWith

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 (*CreateAdminAreaRequest_FieldSubPathValue) SetToRaw

type CreateAdminAreaRequest_FieldTerminalPath

type CreateAdminAreaRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*CreateAdminAreaRequest_FieldTerminalPath) ClearValue

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

IsLeaf - whether field path is holds simple value

func (*CreateAdminAreaRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAdminAreaRequest_FieldTerminalPath) Selector

func (*CreateAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *CreateAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreateAdminAreaRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateAdminAreaRequest_FieldTerminalPath) WithIValue

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

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 (*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 (*CreateAdminAreaRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object CreateAdminAreaRequest

func (*CreateAdminAreaRequest_FieldTerminalPathValue) SetToRaw

type DeleteAdminAreaDescriptor added in v0.4.26

type DeleteAdminAreaDescriptor struct{}

func GetDeleteAdminAreaDescriptor added in v0.4.26

func GetDeleteAdminAreaDescriptor() *DeleteAdminAreaDescriptor

func (*DeleteAdminAreaDescriptor) GetApiDescriptor added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*DeleteAdminAreaDescriptor) GetApiName added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetApiName() string

func (*DeleteAdminAreaDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteAdminAreaDescriptor) GetFullMethodName added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetFullMethodName() string

func (*DeleteAdminAreaDescriptor) GetMethodName added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetMethodName() string

func (*DeleteAdminAreaDescriptor) GetProtoPkgName added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetProtoPkgName() string

func (*DeleteAdminAreaDescriptor) GetResourceDescriptor added in v0.4.27

func (d *DeleteAdminAreaDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeleteAdminAreaDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteAdminAreaDescriptor) GetServiceDomain added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetServiceDomain() string

func (*DeleteAdminAreaDescriptor) GetServiceVersion added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetServiceVersion() string

func (*DeleteAdminAreaDescriptor) GetVerb added in v0.4.26

func (d *DeleteAdminAreaDescriptor) GetVerb() string

func (*DeleteAdminAreaDescriptor) HasResource added in v0.4.27

func (d *DeleteAdminAreaDescriptor) HasResource() bool

func (*DeleteAdminAreaDescriptor) IsClientStream added in v0.4.26

func (d *DeleteAdminAreaDescriptor) IsClientStream() bool

func (*DeleteAdminAreaDescriptor) IsCollection added in v0.4.27

func (d *DeleteAdminAreaDescriptor) IsCollection() bool

func (*DeleteAdminAreaDescriptor) IsPlural added in v0.4.27

func (d *DeleteAdminAreaDescriptor) IsPlural() bool

func (*DeleteAdminAreaDescriptor) IsServerStream added in v0.4.26

func (d *DeleteAdminAreaDescriptor) IsServerStream() bool

func (*DeleteAdminAreaDescriptor) IsUnary added in v0.4.26

func (d *DeleteAdminAreaDescriptor) IsUnary() bool

func (*DeleteAdminAreaDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *DeleteAdminAreaDescriptor) NewEmptyClientMsg() proto.Message

func (*DeleteAdminAreaDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *DeleteAdminAreaDescriptor) NewEmptyServerMsg() proto.Message

func (*DeleteAdminAreaDescriptor) RequestHasResourceBody added in v0.4.26

func (d *DeleteAdminAreaDescriptor) RequestHasResourceBody() bool

type DeleteAdminAreaDescriptorClientMsgHandle added in v0.4.26

type DeleteAdminAreaDescriptorClientMsgHandle struct{}

func (*DeleteAdminAreaDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteAdminAreaDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteAdminAreaDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type DeleteAdminAreaDescriptorServerMsgHandle added in v0.4.26

type DeleteAdminAreaDescriptorServerMsgHandle struct{}

func (*DeleteAdminAreaDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteAdminAreaDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteAdminAreaDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

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 (*DeleteAdminAreaRequest) CloneRaw

func (*DeleteAdminAreaRequest) Descriptor

func (*DeleteAdminAreaRequest) Descriptor() ([]byte, []int)

Deprecated, Use DeleteAdminAreaRequest.ProtoReflect.Descriptor instead.

func (*DeleteAdminAreaRequest) GetName

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 (*DeleteAdminAreaRequest) MakeFullFieldMask

func (*DeleteAdminAreaRequest) MakeRawDiffFieldMask

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 (*DeleteAdminAreaRequest) MergeRaw

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 (*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

func (DeleteAdminAreaRequestFieldPathBuilder) Name

type DeleteAdminAreaRequestPathSelectorName

type DeleteAdminAreaRequestPathSelectorName struct{}

func (DeleteAdminAreaRequestPathSelectorName) FieldPath

func (DeleteAdminAreaRequestPathSelectorName) WithArrayOfValues

func (DeleteAdminAreaRequestPathSelectorName) WithValue

type DeleteAdminAreaRequest_FieldMask

type DeleteAdminAreaRequest_FieldMask struct {
	Paths []DeleteAdminAreaRequest_FieldPath
}

func FullDeleteAdminAreaRequest_FieldMask

func FullDeleteAdminAreaRequest_FieldMask() *DeleteAdminAreaRequest_FieldMask

func (*DeleteAdminAreaRequest_FieldMask) AppendPath

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

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 (*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 (*DeleteAdminAreaRequest_FieldMask) ProjectRaw

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 (*DeleteAdminAreaRequest_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*DeleteAdminAreaRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteAdminAreaRequest_FieldTerminalPath) Selector

func (*DeleteAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *DeleteAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*DeleteAdminAreaRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteAdminAreaRequest_FieldTerminalPath) WithIValue

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

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 (*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 (*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 (*DeleteAdminAreaRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object DeleteAdminAreaRequest

func (*DeleteAdminAreaRequest_FieldTerminalPathValue) SetToRaw

type GetAdminAreaDescriptor added in v0.4.26

type GetAdminAreaDescriptor struct{}

func GetGetAdminAreaDescriptor added in v0.4.26

func GetGetAdminAreaDescriptor() *GetAdminAreaDescriptor

func (*GetAdminAreaDescriptor) GetApiDescriptor added in v0.4.26

func (d *GetAdminAreaDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetAdminAreaDescriptor) GetApiName added in v0.4.26

func (d *GetAdminAreaDescriptor) GetApiName() string

func (*GetAdminAreaDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *GetAdminAreaDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetAdminAreaDescriptor) GetFullMethodName added in v0.4.26

func (d *GetAdminAreaDescriptor) GetFullMethodName() string

func (*GetAdminAreaDescriptor) GetMethodName added in v0.4.26

func (d *GetAdminAreaDescriptor) GetMethodName() string

func (*GetAdminAreaDescriptor) GetProtoPkgName added in v0.4.26

func (d *GetAdminAreaDescriptor) GetProtoPkgName() string

func (*GetAdminAreaDescriptor) GetResourceDescriptor added in v0.4.27

func (d *GetAdminAreaDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetAdminAreaDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *GetAdminAreaDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetAdminAreaDescriptor) GetServiceDomain added in v0.4.26

func (d *GetAdminAreaDescriptor) GetServiceDomain() string

func (*GetAdminAreaDescriptor) GetServiceVersion added in v0.4.26

func (d *GetAdminAreaDescriptor) GetServiceVersion() string

func (*GetAdminAreaDescriptor) GetVerb added in v0.4.26

func (d *GetAdminAreaDescriptor) GetVerb() string

func (*GetAdminAreaDescriptor) HasResource added in v0.4.27

func (d *GetAdminAreaDescriptor) HasResource() bool

func (*GetAdminAreaDescriptor) IsClientStream added in v0.4.26

func (d *GetAdminAreaDescriptor) IsClientStream() bool

func (*GetAdminAreaDescriptor) IsCollection added in v0.4.27

func (d *GetAdminAreaDescriptor) IsCollection() bool

func (*GetAdminAreaDescriptor) IsPlural added in v0.4.27

func (d *GetAdminAreaDescriptor) IsPlural() bool

func (*GetAdminAreaDescriptor) IsServerStream added in v0.4.26

func (d *GetAdminAreaDescriptor) IsServerStream() bool

func (*GetAdminAreaDescriptor) IsUnary added in v0.4.26

func (d *GetAdminAreaDescriptor) IsUnary() bool

func (*GetAdminAreaDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *GetAdminAreaDescriptor) NewEmptyClientMsg() proto.Message

func (*GetAdminAreaDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *GetAdminAreaDescriptor) NewEmptyServerMsg() proto.Message

func (*GetAdminAreaDescriptor) RequestHasResourceBody added in v0.4.26

func (d *GetAdminAreaDescriptor) RequestHasResourceBody() bool

type GetAdminAreaDescriptorClientMsgHandle added in v0.4.26

type GetAdminAreaDescriptorClientMsgHandle struct{}

func (*GetAdminAreaDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*GetAdminAreaDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*GetAdminAreaDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type GetAdminAreaDescriptorServerMsgHandle added in v0.4.26

type GetAdminAreaDescriptorServerMsgHandle struct{}

func (*GetAdminAreaDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*GetAdminAreaDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*GetAdminAreaDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

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 (*GetAdminAreaRequest) CloneRaw

func (*GetAdminAreaRequest) Descriptor

func (*GetAdminAreaRequest) Descriptor() ([]byte, []int)

Deprecated, Use GetAdminAreaRequest.ProtoReflect.Descriptor instead.

func (*GetAdminAreaRequest) GetFieldMask

func (*GetAdminAreaRequest) GetName

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 (*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) Name

func (GetAdminAreaRequestFieldPathBuilder) View

type GetAdminAreaRequestPathSelectorFieldMask

type GetAdminAreaRequestPathSelectorFieldMask struct{}

func (GetAdminAreaRequestPathSelectorFieldMask) FieldPath

func (GetAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues

func (GetAdminAreaRequestPathSelectorFieldMask) WithValue

type GetAdminAreaRequestPathSelectorName

type GetAdminAreaRequestPathSelectorName struct{}

func (GetAdminAreaRequestPathSelectorName) FieldPath

func (GetAdminAreaRequestPathSelectorName) WithArrayOfValues

func (GetAdminAreaRequestPathSelectorName) WithValue

type GetAdminAreaRequestPathSelectorView

type GetAdminAreaRequestPathSelectorView struct{}

func (GetAdminAreaRequestPathSelectorView) FieldPath

func (GetAdminAreaRequestPathSelectorView) WithArrayOfValues

func (GetAdminAreaRequestPathSelectorView) WithValue

type GetAdminAreaRequest_FieldMask

type GetAdminAreaRequest_FieldMask struct {
	Paths []GetAdminAreaRequest_FieldPath
}

func FullGetAdminAreaRequest_FieldMask

func FullGetAdminAreaRequest_FieldMask() *GetAdminAreaRequest_FieldMask

func (*GetAdminAreaRequest_FieldMask) AppendPath

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 (*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 (*GetAdminAreaRequest_FieldMask) ProjectRaw

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 (*GetAdminAreaRequest_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*GetAdminAreaRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetAdminAreaRequest_FieldTerminalPath) Selector

func (*GetAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *GetAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetAdminAreaRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetAdminAreaRequest_FieldPathArrayOfValues

func (*GetAdminAreaRequest_FieldTerminalPath) WithIValue

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

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 (*GetAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

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 (*GetAdminAreaRequest_FieldTerminalPathValue) AsNameValue

func (*GetAdminAreaRequest_FieldTerminalPathValue) AsViewValue

func (*GetAdminAreaRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object GetAdminAreaRequest

func (*GetAdminAreaRequest_FieldTerminalPathValue) SetToRaw

type ListAdminAreasDescriptor added in v0.4.26

type ListAdminAreasDescriptor struct{}

func GetListAdminAreasDescriptor added in v0.4.26

func GetListAdminAreasDescriptor() *ListAdminAreasDescriptor

func (*ListAdminAreasDescriptor) GetApiDescriptor added in v0.4.26

func (d *ListAdminAreasDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*ListAdminAreasDescriptor) GetApiName added in v0.4.26

func (d *ListAdminAreasDescriptor) GetApiName() string

func (*ListAdminAreasDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *ListAdminAreasDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListAdminAreasDescriptor) GetFullMethodName added in v0.4.26

func (d *ListAdminAreasDescriptor) GetFullMethodName() string

func (*ListAdminAreasDescriptor) GetMethodName added in v0.4.26

func (d *ListAdminAreasDescriptor) GetMethodName() string

func (*ListAdminAreasDescriptor) GetProtoPkgName added in v0.4.26

func (d *ListAdminAreasDescriptor) GetProtoPkgName() string

func (*ListAdminAreasDescriptor) GetResourceDescriptor added in v0.4.27

func (d *ListAdminAreasDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListAdminAreasDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *ListAdminAreasDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListAdminAreasDescriptor) GetServiceDomain added in v0.4.26

func (d *ListAdminAreasDescriptor) GetServiceDomain() string

func (*ListAdminAreasDescriptor) GetServiceVersion added in v0.4.26

func (d *ListAdminAreasDescriptor) GetServiceVersion() string

func (*ListAdminAreasDescriptor) GetVerb added in v0.4.26

func (d *ListAdminAreasDescriptor) GetVerb() string

func (*ListAdminAreasDescriptor) HasResource added in v0.4.27

func (d *ListAdminAreasDescriptor) HasResource() bool

func (*ListAdminAreasDescriptor) IsClientStream added in v0.4.26

func (d *ListAdminAreasDescriptor) IsClientStream() bool

func (*ListAdminAreasDescriptor) IsCollection added in v0.4.27

func (d *ListAdminAreasDescriptor) IsCollection() bool

func (*ListAdminAreasDescriptor) IsPlural added in v0.4.27

func (d *ListAdminAreasDescriptor) IsPlural() bool

func (*ListAdminAreasDescriptor) IsServerStream added in v0.4.26

func (d *ListAdminAreasDescriptor) IsServerStream() bool

func (*ListAdminAreasDescriptor) IsUnary added in v0.4.26

func (d *ListAdminAreasDescriptor) IsUnary() bool

func (*ListAdminAreasDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *ListAdminAreasDescriptor) NewEmptyClientMsg() proto.Message

func (*ListAdminAreasDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *ListAdminAreasDescriptor) NewEmptyServerMsg() proto.Message

func (*ListAdminAreasDescriptor) RequestHasResourceBody added in v0.4.26

func (d *ListAdminAreasDescriptor) RequestHasResourceBody() bool

type ListAdminAreasDescriptorClientMsgHandle added in v0.4.26

type ListAdminAreasDescriptorClientMsgHandle struct{}

func (*ListAdminAreasDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListAdminAreasDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*ListAdminAreasDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type ListAdminAreasDescriptorServerMsgHandle added in v0.4.26

type ListAdminAreasDescriptorServerMsgHandle struct{}

func (*ListAdminAreasDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListAdminAreasDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*ListAdminAreasDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

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"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListAdminAreas][ntt.watchdog.v1alpha2.ListAdminAreas]

func (*ListAdminAreasRequest) Clone

func (*ListAdminAreasRequest) CloneRaw

func (*ListAdminAreasRequest) Descriptor

func (*ListAdminAreasRequest) Descriptor() ([]byte, []int)

Deprecated, Use ListAdminAreasRequest.ProtoReflect.Descriptor instead.

func (*ListAdminAreasRequest) GetFieldMask

func (*ListAdminAreasRequest) GetFilter

func (m *ListAdminAreasRequest) GetFilter() *admin_area.Filter

func (*ListAdminAreasRequest) GetIncludePagingInfo added in v0.8.3

func (m *ListAdminAreasRequest) GetIncludePagingInfo() bool

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 (*ListAdminAreasRequest) MakeFullFieldMask

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 (*ListAdminAreasRequest) SetFilter

func (m *ListAdminAreasRequest) SetFilter(fv *admin_area.Filter)

func (*ListAdminAreasRequest) SetIncludePagingInfo added in v0.8.3

func (m *ListAdminAreasRequest) SetIncludePagingInfo(fv bool)

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) Filter

func (ListAdminAreasRequestFieldPathBuilder) IncludePagingInfo added in v0.8.3

func (ListAdminAreasRequestFieldPathBuilder) OrderBy

func (ListAdminAreasRequestFieldPathBuilder) PageSize

func (ListAdminAreasRequestFieldPathBuilder) PageToken

func (ListAdminAreasRequestFieldPathBuilder) View

type ListAdminAreasRequestPathSelectorFieldMask

type ListAdminAreasRequestPathSelectorFieldMask struct{}

func (ListAdminAreasRequestPathSelectorFieldMask) FieldPath

func (ListAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues

func (ListAdminAreasRequestPathSelectorFieldMask) WithValue

type ListAdminAreasRequestPathSelectorFilter

type ListAdminAreasRequestPathSelectorFilter struct{}

func (ListAdminAreasRequestPathSelectorFilter) FieldPath

func (ListAdminAreasRequestPathSelectorFilter) WithArrayOfValues

func (ListAdminAreasRequestPathSelectorFilter) WithValue

type ListAdminAreasRequestPathSelectorIncludePagingInfo added in v0.8.3

type ListAdminAreasRequestPathSelectorIncludePagingInfo struct{}

func (ListAdminAreasRequestPathSelectorIncludePagingInfo) FieldPath added in v0.8.3

func (ListAdminAreasRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.8.3

func (ListAdminAreasRequestPathSelectorIncludePagingInfo) WithValue added in v0.8.3

type ListAdminAreasRequestPathSelectorOrderBy

type ListAdminAreasRequestPathSelectorOrderBy struct{}

func (ListAdminAreasRequestPathSelectorOrderBy) FieldPath

func (ListAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues

func (ListAdminAreasRequestPathSelectorOrderBy) WithValue

type ListAdminAreasRequestPathSelectorPageSize

type ListAdminAreasRequestPathSelectorPageSize struct{}

func (ListAdminAreasRequestPathSelectorPageSize) FieldPath

func (ListAdminAreasRequestPathSelectorPageSize) WithArrayOfValues

func (ListAdminAreasRequestPathSelectorPageSize) WithValue

type ListAdminAreasRequestPathSelectorPageToken

type ListAdminAreasRequestPathSelectorPageToken struct{}

func (ListAdminAreasRequestPathSelectorPageToken) FieldPath

func (ListAdminAreasRequestPathSelectorPageToken) WithArrayOfValues

func (ListAdminAreasRequestPathSelectorPageToken) WithValue

type ListAdminAreasRequestPathSelectorView

type ListAdminAreasRequestPathSelectorView struct{}

func (ListAdminAreasRequestPathSelectorView) FieldPath

func (ListAdminAreasRequestPathSelectorView) WithArrayOfValues

func (ListAdminAreasRequestPathSelectorView) WithValue

type ListAdminAreasRequest_FieldMask

type ListAdminAreasRequest_FieldMask struct {
	Paths []ListAdminAreasRequest_FieldPath
}

func FullListAdminAreasRequest_FieldMask

func FullListAdminAreasRequest_FieldMask() *ListAdminAreasRequest_FieldMask

func (*ListAdminAreasRequest_FieldMask) AppendPath

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 (*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 (*ListAdminAreasRequest_FieldMask) ProjectRaw

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 (*ListAdminAreasRequest_FieldMask) SubtractRaw

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 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
	ListAdminAreasRequest_FieldPathSelectorIncludePagingInfo ListAdminAreasRequest_FieldPathSelector = 6
)

func (ListAdminAreasRequest_FieldPathSelector) 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 (*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

IsLeaf - whether field path is holds simple value

func (*ListAdminAreasRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAdminAreasRequest_FieldTerminalPath) Selector

func (*ListAdminAreasRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *ListAdminAreasRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListAdminAreasRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListAdminAreasRequest_FieldTerminalPath) WithIValue

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

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 (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*admin_area.Filter, bool)

func (*ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.8.3

func (fpaov *ListAdminAreasRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, 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 (*ListAdminAreasRequest_FieldTerminalPathValue) AsFilterValue

func (*ListAdminAreasRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.8.3

func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, bool)

func (*ListAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *ListAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*ListAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListAdminAreasRequest_FieldTerminalPathValue) AsViewValue

func (*ListAdminAreasRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object ListAdminAreasRequest

func (*ListAdminAreasRequest_FieldTerminalPathValue) SetToRaw

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 */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total AdminAreas across all pages or 0, if there are no items,
	// paging info was not requested or there was an error while trying to get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListAdminAreas][ntt.watchdog.v1alpha2.ListAdminAreas]

func (*ListAdminAreasResponse) Clone

func (*ListAdminAreasResponse) CloneRaw

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) GetCurrentOffset added in v0.8.3

func (m *ListAdminAreasResponse) GetCurrentOffset() int32

func (*ListAdminAreasResponse) GetNextPageToken

func (m *ListAdminAreasResponse) GetNextPageToken() *admin_area.PagerCursor

func (*ListAdminAreasResponse) GetPrevPageToken

func (m *ListAdminAreasResponse) GetPrevPageToken() *admin_area.PagerCursor

func (*ListAdminAreasResponse) GetTotalResultsCount added in v0.8.3

func (m *ListAdminAreasResponse) GetTotalResultsCount() int32

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 (*ListAdminAreasResponse) MakeFullFieldMask

func (*ListAdminAreasResponse) MakeRawDiffFieldMask

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 (*ListAdminAreasResponse) MergeRaw

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) SetCurrentOffset added in v0.8.3

func (m *ListAdminAreasResponse) SetCurrentOffset(fv int32)

func (*ListAdminAreasResponse) SetNextPageToken

func (m *ListAdminAreasResponse) SetNextPageToken(fv *admin_area.PagerCursor)

func (*ListAdminAreasResponse) SetPrevPageToken

func (m *ListAdminAreasResponse) SetPrevPageToken(fv *admin_area.PagerCursor)

func (*ListAdminAreasResponse) SetTotalResultsCount added in v0.8.3

func (m *ListAdminAreasResponse) SetTotalResultsCount(fv int32)

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) CurrentOffset added in v0.8.3

func (ListAdminAreasResponseFieldPathBuilder) NextPageToken

func (ListAdminAreasResponseFieldPathBuilder) PrevPageToken

func (ListAdminAreasResponseFieldPathBuilder) TotalResultsCount added in v0.8.3

type ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames

type ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames struct {
	// contains filtered or unexported fields
}

func (ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) FieldPath

func (ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues

func (ListAdminAreasResponseMapPathSelectorAdminAreasLocalLanguageNames) WithValue

type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations

type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) FieldPath

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataAnnotations) WithValue

type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels

type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels struct {
	// contains filtered or unexported fields
}

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) FieldPath

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithArrayOfValues

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataLabels) WithValue

type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards

type ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards struct {
	// contains filtered or unexported fields
}

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) FieldPath

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithArrayOfValues

func (ListAdminAreasResponseMapPathSelectorAdminAreasMetadataShards) WithValue

type ListAdminAreasResponsePathSelectorAdminAreas

type ListAdminAreasResponsePathSelectorAdminAreas struct{}

func (ListAdminAreasResponsePathSelectorAdminAreas) DisplayName

func (ListAdminAreasResponsePathSelectorAdminAreas) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreas) Geometry

func (ListAdminAreasResponsePathSelectorAdminAreas) Hierarchy

func (ListAdminAreasResponsePathSelectorAdminAreas) LabelGeometry

func (ListAdminAreasResponsePathSelectorAdminAreas) LocalLanguageNames

func (ListAdminAreasResponsePathSelectorAdminAreas) Metadata

func (ListAdminAreasResponsePathSelectorAdminAreas) Name

func (ListAdminAreasResponsePathSelectorAdminAreas) Type

func (ListAdminAreasResponsePathSelectorAdminAreas) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreas) WithItemValue

func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayItemValue

func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubPath

func (ListAdminAreasResponsePathSelectorAdminAreas) WithSubValue

func (ListAdminAreasResponsePathSelectorAdminAreas) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasDisplayName

type ListAdminAreasResponsePathSelectorAdminAreasDisplayName struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasDisplayName) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasDisplayName) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasGeometry

type ListAdminAreasResponsePathSelectorAdminAreasGeometry struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) Bbox

func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) Center

func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasGeometry) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox

type ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) NorthEast

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) SouthWest

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBbox) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast

type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxNorthEast) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest

type ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryBboxSouthWest) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter

type ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasGeometryCenter) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchy

type ListAdminAreasResponsePathSelectorAdminAreasHierarchy struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin1

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin2

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin3

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin4

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Admin5

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Continent

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) Country

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchy) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1 struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin1) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2 struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin2) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3 struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin3) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4 struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin4) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5 struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyAdmin5) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyContinent) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry

type ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasHierarchyCountry) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) Bbox

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) Center

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometry) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBbox) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxNorthEast) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryBboxSouthWest) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter

type ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasLabelGeometryCenter) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames

type ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithKey

func (ListAdminAreasResponsePathSelectorAdminAreasLocalLanguageNames) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadata

type ListAdminAreasResponsePathSelectorAdminAreasMetadata struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Annotations

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) CreateTime

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) DeleteTime added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Generation

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Labels

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Lifecycle added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Shards

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Syncing

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Tags

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) UpdateTime

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) Uuid

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadata) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations

type ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithKey

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataAnnotations) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime

type ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataCreateTime) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime) FieldPath added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataDeleteTime) WithValue added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration

type ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataGeneration) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithKey

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLabels) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) BlockDeletion added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) FieldPath added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) State added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycle) WithValue added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState) FieldPath added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataLifecycleState) WithValue added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Region added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) Version added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithItemValue

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferences) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesController) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesKind) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesName) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion

type ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataResourceVersion) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataShards

type ListAdminAreasResponsePathSelectorAdminAreasMetadataShards struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithKey

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataShards) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing

type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncing) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion

type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingOwningRegion) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions

type ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithItemValue

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataSyncingRegions) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataTags

type ListAdminAreasResponsePathSelectorAdminAreasMetadataTags struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithItemValue

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataTags) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime

type ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUpdateTime) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid

type ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasMetadataUuid) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasName

type ListAdminAreasResponsePathSelectorAdminAreasName struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasName) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasName) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasName) WithValue

type ListAdminAreasResponsePathSelectorAdminAreasType

type ListAdminAreasResponsePathSelectorAdminAreasType struct{}

func (ListAdminAreasResponsePathSelectorAdminAreasType) FieldPath

func (ListAdminAreasResponsePathSelectorAdminAreasType) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorAdminAreasType) WithValue

type ListAdminAreasResponsePathSelectorCurrentOffset added in v0.8.3

type ListAdminAreasResponsePathSelectorCurrentOffset struct{}

func (ListAdminAreasResponsePathSelectorCurrentOffset) FieldPath added in v0.8.3

func (ListAdminAreasResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.8.3

func (ListAdminAreasResponsePathSelectorCurrentOffset) WithValue added in v0.8.3

type ListAdminAreasResponsePathSelectorNextPageToken

type ListAdminAreasResponsePathSelectorNextPageToken struct{}

func (ListAdminAreasResponsePathSelectorNextPageToken) FieldPath

func (ListAdminAreasResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorNextPageToken) WithValue

type ListAdminAreasResponsePathSelectorPrevPageToken

type ListAdminAreasResponsePathSelectorPrevPageToken struct{}

func (ListAdminAreasResponsePathSelectorPrevPageToken) FieldPath

func (ListAdminAreasResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListAdminAreasResponsePathSelectorPrevPageToken) WithValue

type ListAdminAreasResponsePathSelectorTotalResultsCount added in v0.8.3

type ListAdminAreasResponsePathSelectorTotalResultsCount struct{}

func (ListAdminAreasResponsePathSelectorTotalResultsCount) FieldPath added in v0.8.3

func (ListAdminAreasResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.8.3

func (ListAdminAreasResponsePathSelectorTotalResultsCount) WithValue added in v0.8.3

type ListAdminAreasResponse_FieldMask

type ListAdminAreasResponse_FieldMask struct {
	Paths []ListAdminAreasResponse_FieldPath
}

func FullListAdminAreasResponse_FieldMask

func FullListAdminAreasResponse_FieldMask() *ListAdminAreasResponse_FieldMask

func (*ListAdminAreasResponse_FieldMask) AppendPath

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

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 (*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 (*ListAdminAreasResponse_FieldMask) ProjectRaw

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 (*ListAdminAreasResponse_FieldMask) SubtractRaw

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 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
	ListAdminAreasResponse_FieldPathSelectorCurrentOffset     ListAdminAreasResponse_FieldPathSelector = 3
	ListAdminAreasResponse_FieldPathSelectorTotalResultsCount ListAdminAreasResponse_FieldPathSelector = 4
)

func (ListAdminAreasResponse_FieldPathSelector) 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 (*ListAdminAreasResponse_FieldSubPath) ClearValue

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

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 (*ListAdminAreasResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *ListAdminAreasResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListAdminAreasResponse_FieldSubPath) 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 (*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 (*ListAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*ListAdminAreasResponse_FieldSubPathValue) CompareWith

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 (*ListAdminAreasResponse_FieldSubPathValue) SetToRaw

type ListAdminAreasResponse_FieldTerminalPath

type ListAdminAreasResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListAdminAreasResponse_FieldTerminalPath) ClearValue

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

IsLeaf - whether field path is holds simple value

func (*ListAdminAreasResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAdminAreasResponse_FieldTerminalPath) Selector

func (*ListAdminAreasResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *ListAdminAreasResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListAdminAreasResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListAdminAreasResponse_FieldTerminalPath) WithIValue

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 (*ListAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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) AsCurrentOffsetArrayOfValues added in v0.8.3

func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, 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) AsTotalResultsCountArrayOfValues added in v0.8.3

func (fpaov *ListAdminAreasResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, 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 (*ListAdminAreasResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.8.3

func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)

func (*ListAdminAreasResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListAdminAreasResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListAdminAreasResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.8.3

func (fpv *ListAdminAreasResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)

func (*ListAdminAreasResponse_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object ListAdminAreasResponse

func (*ListAdminAreasResponse_FieldTerminalPathValue) SetToRaw

type UpdateAdminAreaDescriptor added in v0.4.26

type UpdateAdminAreaDescriptor struct{}

func GetUpdateAdminAreaDescriptor added in v0.4.26

func GetUpdateAdminAreaDescriptor() *UpdateAdminAreaDescriptor

func (*UpdateAdminAreaDescriptor) GetApiDescriptor added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*UpdateAdminAreaDescriptor) GetApiName added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetApiName() string

func (*UpdateAdminAreaDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateAdminAreaDescriptor) GetFullMethodName added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetFullMethodName() string

func (*UpdateAdminAreaDescriptor) GetMethodName added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetMethodName() string

func (*UpdateAdminAreaDescriptor) GetProtoPkgName added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetProtoPkgName() string

func (*UpdateAdminAreaDescriptor) GetResourceDescriptor added in v0.4.27

func (d *UpdateAdminAreaDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdateAdminAreaDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateAdminAreaDescriptor) GetServiceDomain added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetServiceDomain() string

func (*UpdateAdminAreaDescriptor) GetServiceVersion added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetServiceVersion() string

func (*UpdateAdminAreaDescriptor) GetVerb added in v0.4.26

func (d *UpdateAdminAreaDescriptor) GetVerb() string

func (*UpdateAdminAreaDescriptor) HasResource added in v0.4.27

func (d *UpdateAdminAreaDescriptor) HasResource() bool

func (*UpdateAdminAreaDescriptor) IsClientStream added in v0.4.26

func (d *UpdateAdminAreaDescriptor) IsClientStream() bool

func (*UpdateAdminAreaDescriptor) IsCollection added in v0.4.27

func (d *UpdateAdminAreaDescriptor) IsCollection() bool

func (*UpdateAdminAreaDescriptor) IsPlural added in v0.4.27

func (d *UpdateAdminAreaDescriptor) IsPlural() bool

func (*UpdateAdminAreaDescriptor) IsServerStream added in v0.4.26

func (d *UpdateAdminAreaDescriptor) IsServerStream() bool

func (*UpdateAdminAreaDescriptor) IsUnary added in v0.4.26

func (d *UpdateAdminAreaDescriptor) IsUnary() bool

func (*UpdateAdminAreaDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *UpdateAdminAreaDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdateAdminAreaDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *UpdateAdminAreaDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdateAdminAreaDescriptor) RequestHasResourceBody added in v0.4.26

func (d *UpdateAdminAreaDescriptor) RequestHasResourceBody() bool

type UpdateAdminAreaDescriptorClientMsgHandle added in v0.4.26

type UpdateAdminAreaDescriptorClientMsgHandle struct{}

func (*UpdateAdminAreaDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateAdminAreaDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateAdminAreaDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type UpdateAdminAreaDescriptorServerMsgHandle added in v0.4.26

type UpdateAdminAreaDescriptorServerMsgHandle struct{}

func (*UpdateAdminAreaDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateAdminAreaDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateAdminAreaDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

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"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateAdminArea][ntt.watchdog.v1alpha2.UpdateAdminArea]

func (*UpdateAdminAreaRequest) Clone

func (*UpdateAdminAreaRequest) CloneRaw

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) GetAllowMissing added in v0.12.5

func (m *UpdateAdminAreaRequest) GetAllowMissing() bool

func (*UpdateAdminAreaRequest) GetCas

func (*UpdateAdminAreaRequest) GetUpdateMask

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 (*UpdateAdminAreaRequest) MakeFullFieldMask

func (*UpdateAdminAreaRequest) MakeRawDiffFieldMask

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 (*UpdateAdminAreaRequest) MergeRaw

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) SetAllowMissing added in v0.12.5

func (m *UpdateAdminAreaRequest) SetAllowMissing(fv bool)

func (*UpdateAdminAreaRequest) SetCas

func (*UpdateAdminAreaRequest) SetUpdateMask

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) FieldMask

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*UpdateAdminAreaRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAdminAreaRequestCAS_FieldSubPath) Selector

func (*UpdateAdminAreaRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *UpdateAdminAreaRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateAdminAreaRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateAdminAreaRequestCAS_FieldSubPath) WithIValue

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 (*UpdateAdminAreaRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*UpdateAdminAreaRequestCAS_FieldSubPathValue) CompareWith

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 (*UpdateAdminAreaRequestCAS_FieldSubPathValue) SetToRaw

type UpdateAdminAreaRequestCAS_FieldTerminalPath

type UpdateAdminAreaRequestCAS_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) ClearValueRaw

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

IsLeaf - whether field path is holds simple value

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) Selector

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *UpdateAdminAreaRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAdminAreaRequestCAS_FieldTerminalPath) WithIValue

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

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 (*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 (*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 (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAdminAreaRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateAdminAreaRequest_CAS'.

func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) CompareWithRaw

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

SetTo stores value for selected field for object CAS

func (*UpdateAdminAreaRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateAdminAreaRequestFieldPathBuilder

type UpdateAdminAreaRequestFieldPathBuilder struct{}

func NewUpdateAdminAreaRequestFieldPathBuilder

func NewUpdateAdminAreaRequestFieldPathBuilder() UpdateAdminAreaRequestFieldPathBuilder

func (UpdateAdminAreaRequestFieldPathBuilder) AdminArea

func (UpdateAdminAreaRequestFieldPathBuilder) AllowMissing added in v0.12.5

func (UpdateAdminAreaRequestFieldPathBuilder) Cas

func (UpdateAdminAreaRequestFieldPathBuilder) UpdateMask

type UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames

type UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaLocalLanguageNames) WithValue

type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations

type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataAnnotations) WithValue

type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels

type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataLabels) WithValue

type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards

type UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorAdminAreaMetadataShards) WithValue

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateLocalLanguageNames) WithValue

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards

type UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAdminAreaRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAdminAreaRequestPathSelectorAdminArea

type UpdateAdminAreaRequestPathSelectorAdminArea struct{}

func (UpdateAdminAreaRequestPathSelectorAdminArea) DisplayName

func (UpdateAdminAreaRequestPathSelectorAdminArea) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminArea) Geometry

func (UpdateAdminAreaRequestPathSelectorAdminArea) Hierarchy

func (UpdateAdminAreaRequestPathSelectorAdminArea) LabelGeometry

func (UpdateAdminAreaRequestPathSelectorAdminArea) LocalLanguageNames

func (UpdateAdminAreaRequestPathSelectorAdminArea) Metadata

func (UpdateAdminAreaRequestPathSelectorAdminArea) Name

func (UpdateAdminAreaRequestPathSelectorAdminArea) Type

func (UpdateAdminAreaRequestPathSelectorAdminArea) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayItemValue

func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubPath

func (UpdateAdminAreaRequestPathSelectorAdminArea) WithSubValue

func (UpdateAdminAreaRequestPathSelectorAdminArea) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName

type UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaDisplayName) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometry

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometry struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) Bbox

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) Center

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometry) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) NorthEast

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) SouthWest

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBbox) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxNorthEast) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryBboxSouthWest) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter

type UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaGeometryCenter) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin1

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin2

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin3

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin4

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Admin5

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Continent

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) Country

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchy) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1 struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin1) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2 struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin2) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3 struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin3) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4 struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin4) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5 struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyAdmin5) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyContinent) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry

type UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaHierarchyCountry) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Bbox

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) Center

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometry) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBbox) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxNorthEast) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryBboxSouthWest) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter

type UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaLabelGeometryCenter) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames

type UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithKey

func (UpdateAdminAreaRequestPathSelectorAdminAreaLocalLanguageNames) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadata

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadata struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Annotations

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) CreateTime

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) DeleteTime added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Generation

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Labels

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Lifecycle added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Shards

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Syncing

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Tags

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) UpdateTime

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) Uuid

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadata) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithKey

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataAnnotations) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataCreateTime) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataDeleteTime) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataGeneration) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithKey

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLabels) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) State added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycle) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataLifecycleState) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Region added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) Version added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithItemValue

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferences) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesController) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesKind) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesName) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataResourceVersion) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithKey

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataShards) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) Regions

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncing) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingOwningRegion) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithItemValue

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataSyncingRegions) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithItemValue

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataTags) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUpdateTime) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid

type UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaMetadataUuid) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaName

type UpdateAdminAreaRequestPathSelectorAdminAreaName struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaName) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaName) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaName) WithValue

type UpdateAdminAreaRequestPathSelectorAdminAreaType

type UpdateAdminAreaRequestPathSelectorAdminAreaType struct{}

func (UpdateAdminAreaRequestPathSelectorAdminAreaType) FieldPath

func (UpdateAdminAreaRequestPathSelectorAdminAreaType) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorAdminAreaType) WithValue

type UpdateAdminAreaRequestPathSelectorAllowMissing added in v0.12.5

type UpdateAdminAreaRequestPathSelectorAllowMissing struct{}

func (UpdateAdminAreaRequestPathSelectorAllowMissing) FieldPath added in v0.12.5

func (UpdateAdminAreaRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.5

func (UpdateAdminAreaRequestPathSelectorAllowMissing) WithValue added in v0.12.5

type UpdateAdminAreaRequestPathSelectorCas

type UpdateAdminAreaRequestPathSelectorCas struct{}

func (UpdateAdminAreaRequestPathSelectorCas) ConditionalState

func (UpdateAdminAreaRequestPathSelectorCas) FieldMask

func (UpdateAdminAreaRequestPathSelectorCas) FieldPath

func (UpdateAdminAreaRequestPathSelectorCas) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCas) WithSubArrayItemValue

func (UpdateAdminAreaRequestPathSelectorCas) WithSubArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCas) WithSubPath

func (UpdateAdminAreaRequestPathSelectorCas) WithSubValue

type UpdateAdminAreaRequestPathSelectorCasConditionalState

type UpdateAdminAreaRequestPathSelectorCasConditionalState struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) DisplayName

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Geometry

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Hierarchy

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Metadata

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Name

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) Type

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalState) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName

type UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) Bbox

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometry) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBbox) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxNorthEast) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryBboxSouthWest) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter

type UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateGeometryCenter) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchy) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1 struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin1) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2 struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin2) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3 struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin3) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4 struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin4) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5 struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyAdmin5) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyContinent) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry

type UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateHierarchyCountry) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometry) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBbox) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxNorthEast) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryBboxSouthWest) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLabelGeometryCenter) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames

type UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateLocalLanguageNames) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateName

type UpdateAdminAreaRequestPathSelectorCasConditionalStateName struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateName) WithValue

type UpdateAdminAreaRequestPathSelectorCasConditionalStateType

type UpdateAdminAreaRequestPathSelectorCasConditionalStateType struct{}

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateType) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateType) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasConditionalStateType) WithValue

type UpdateAdminAreaRequestPathSelectorCasFieldMask

type UpdateAdminAreaRequestPathSelectorCasFieldMask struct{}

func (UpdateAdminAreaRequestPathSelectorCasFieldMask) FieldPath

func (UpdateAdminAreaRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorCasFieldMask) WithValue

type UpdateAdminAreaRequestPathSelectorUpdateMask

type UpdateAdminAreaRequestPathSelectorUpdateMask struct{}

func (UpdateAdminAreaRequestPathSelectorUpdateMask) FieldPath

func (UpdateAdminAreaRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdateAdminAreaRequestPathSelectorUpdateMask) WithValue

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 (*UpdateAdminAreaRequest_CAS) CloneRaw

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 (*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 (*UpdateAdminAreaRequest_CAS) MakeFullFieldMask

func (*UpdateAdminAreaRequest_CAS) MakeRawDiffFieldMask

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 (*UpdateAdminAreaRequest_CAS) MergeRaw

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 (*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) FieldPath

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateLocalLanguageNames) WithValue

type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels

type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards

type UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAdminAreaRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalState

type UpdateAdminAreaRequest_CASPathSelectorConditionalState struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) DisplayName

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Geometry

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Hierarchy

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Metadata

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Name

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) Type

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateAdminAreaRequest_CASPathSelectorConditionalState) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometry) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBbox) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxNorthEast) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryBboxSouthWest) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateGeometryCenter) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchy) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1 struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin1) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2 struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin2) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3 struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin3) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4 struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin4) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5 struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyAdmin5) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyContinent) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateHierarchyCountry) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometry) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBbox) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxNorthEast) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryBboxSouthWest) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLabelGeometryCenter) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateLocalLanguageNames) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateName

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateType

type UpdateAdminAreaRequest_CASPathSelectorConditionalStateType struct{}

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorConditionalStateType) WithValue

type UpdateAdminAreaRequest_CASPathSelectorFieldMask

type UpdateAdminAreaRequest_CASPathSelectorFieldMask struct{}

func (UpdateAdminAreaRequest_CASPathSelectorFieldMask) FieldPath

func (UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdateAdminAreaRequest_CASPathSelectorFieldMask) WithValue

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 (*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

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 (*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 (*UpdateAdminAreaRequest_CAS_FieldMask) ProjectRaw

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 (*UpdateAdminAreaRequest_CAS_FieldMask) SubtractRaw

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 (*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

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 (*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 (*UpdateAdminAreaRequest_FieldMask) ProjectRaw

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 (*UpdateAdminAreaRequest_FieldMask) SubtractRaw

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 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
	UpdateAdminAreaRequest_FieldPathSelectorAllowMissing UpdateAdminAreaRequest_FieldPathSelector = 3
)

func (UpdateAdminAreaRequest_FieldPathSelector) 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 (*UpdateAdminAreaRequest_FieldSubPath) AsCasSubPath

func (*UpdateAdminAreaRequest_FieldSubPath) ClearValue

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

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 (*UpdateAdminAreaRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *UpdateAdminAreaRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateAdminAreaRequest_FieldSubPath) 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 (*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 (*UpdateAdminAreaRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateAdminAreaRequest_FieldSubPathArrayItemValue) ContainsValue

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 (*UpdateAdminAreaRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

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 (*UpdateAdminAreaRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateAdminAreaRequest_FieldSubPathValue) CompareWith

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 (*UpdateAdminAreaRequest_FieldSubPathValue) SetToRaw

type UpdateAdminAreaRequest_FieldTerminalPath

type UpdateAdminAreaRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*UpdateAdminAreaRequest_FieldTerminalPath) ClearValue

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

IsLeaf - whether field path is holds simple value

func (*UpdateAdminAreaRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAdminAreaRequest_FieldTerminalPath) Selector

func (*UpdateAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *UpdateAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateAdminAreaRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAdminAreaRequest_FieldTerminalPath) WithIValue

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

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 (*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) AsAllowMissingArrayOfValues added in v0.12.5

func (fpaov *UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)

func (*UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateAdminAreaRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

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 (*UpdateAdminAreaRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.5

func (fpv *UpdateAdminAreaRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)

func (*UpdateAdminAreaRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateAdminAreaRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateAdminAreaRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object UpdateAdminAreaRequest

func (*UpdateAdminAreaRequest_FieldTerminalPathValue) SetToRaw

type WatchAdminAreaClientStream

type WatchAdminAreaClientStream interface {
	Recv() (*WatchAdminAreaResponse, error)
	grpc.ClientStream
}

type WatchAdminAreaDescriptor added in v0.4.26

type WatchAdminAreaDescriptor struct{}

func GetWatchAdminAreaDescriptor added in v0.4.26

func GetWatchAdminAreaDescriptor() *WatchAdminAreaDescriptor

func (*WatchAdminAreaDescriptor) GetApiDescriptor added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchAdminAreaDescriptor) GetApiName added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetApiName() string

func (*WatchAdminAreaDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAdminAreaDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetFullMethodName() string

func (*WatchAdminAreaDescriptor) GetMethodName added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetMethodName() string

func (*WatchAdminAreaDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetProtoPkgName() string

func (*WatchAdminAreaDescriptor) GetResourceDescriptor added in v0.4.27

func (d *WatchAdminAreaDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchAdminAreaDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAdminAreaDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetServiceDomain() string

func (*WatchAdminAreaDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetServiceVersion() string

func (*WatchAdminAreaDescriptor) GetVerb added in v0.4.26

func (d *WatchAdminAreaDescriptor) GetVerb() string

func (*WatchAdminAreaDescriptor) HasResource added in v0.4.27

func (d *WatchAdminAreaDescriptor) HasResource() bool

func (*WatchAdminAreaDescriptor) IsClientStream added in v0.4.26

func (d *WatchAdminAreaDescriptor) IsClientStream() bool

func (*WatchAdminAreaDescriptor) IsCollection added in v0.4.27

func (d *WatchAdminAreaDescriptor) IsCollection() bool

func (*WatchAdminAreaDescriptor) IsPlural added in v0.4.27

func (d *WatchAdminAreaDescriptor) IsPlural() bool

func (*WatchAdminAreaDescriptor) IsServerStream added in v0.4.26

func (d *WatchAdminAreaDescriptor) IsServerStream() bool

func (*WatchAdminAreaDescriptor) IsUnary added in v0.4.26

func (d *WatchAdminAreaDescriptor) IsUnary() bool

func (*WatchAdminAreaDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *WatchAdminAreaDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchAdminAreaDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *WatchAdminAreaDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchAdminAreaDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchAdminAreaDescriptor) RequestHasResourceBody() bool

type WatchAdminAreaDescriptorClientMsgHandle added in v0.4.26

type WatchAdminAreaDescriptorClientMsgHandle struct{}

func (*WatchAdminAreaDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchAdminAreaDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchAdminAreaDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchAdminAreaDescriptorServerMsgHandle added in v0.4.26

type WatchAdminAreaDescriptorServerMsgHandle struct{}

func (*WatchAdminAreaDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchAdminAreaDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchAdminAreaDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

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 (*WatchAdminAreaRequest) CloneRaw

func (*WatchAdminAreaRequest) Descriptor

func (*WatchAdminAreaRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchAdminAreaRequest.ProtoReflect.Descriptor instead.

func (*WatchAdminAreaRequest) GetFieldMask

func (*WatchAdminAreaRequest) GetName

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 (*WatchAdminAreaRequest) MakeFullFieldMask

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 (*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) Name

func (WatchAdminAreaRequestFieldPathBuilder) View

type WatchAdminAreaRequestPathSelectorFieldMask

type WatchAdminAreaRequestPathSelectorFieldMask struct{}

func (WatchAdminAreaRequestPathSelectorFieldMask) FieldPath

func (WatchAdminAreaRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchAdminAreaRequestPathSelectorFieldMask) WithValue

type WatchAdminAreaRequestPathSelectorName

type WatchAdminAreaRequestPathSelectorName struct{}

func (WatchAdminAreaRequestPathSelectorName) FieldPath

func (WatchAdminAreaRequestPathSelectorName) WithArrayOfValues

func (WatchAdminAreaRequestPathSelectorName) WithValue

type WatchAdminAreaRequestPathSelectorView

type WatchAdminAreaRequestPathSelectorView struct{}

func (WatchAdminAreaRequestPathSelectorView) FieldPath

func (WatchAdminAreaRequestPathSelectorView) WithArrayOfValues

func (WatchAdminAreaRequestPathSelectorView) WithValue

type WatchAdminAreaRequest_FieldMask

type WatchAdminAreaRequest_FieldMask struct {
	Paths []WatchAdminAreaRequest_FieldPath
}

func FullWatchAdminAreaRequest_FieldMask

func FullWatchAdminAreaRequest_FieldMask() *WatchAdminAreaRequest_FieldMask

func (*WatchAdminAreaRequest_FieldMask) AppendPath

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 (*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 (*WatchAdminAreaRequest_FieldMask) ProjectRaw

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 (*WatchAdminAreaRequest_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*WatchAdminAreaRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAdminAreaRequest_FieldTerminalPath) Selector

func (*WatchAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchAdminAreaRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchAdminAreaRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAdminAreaRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAdminAreaRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAdminAreaRequest_FieldTerminalPath) WithIValue

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

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 (*WatchAdminAreaRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

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 (*WatchAdminAreaRequest_FieldTerminalPathValue) AsNameValue

func (*WatchAdminAreaRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAdminAreaRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object WatchAdminAreaRequest

func (*WatchAdminAreaRequest_FieldTerminalPathValue) SetToRaw

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 (*WatchAdminAreaResponse) CloneRaw

func (*WatchAdminAreaResponse) Descriptor

func (*WatchAdminAreaResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchAdminAreaResponse.ProtoReflect.Descriptor instead.

func (*WatchAdminAreaResponse) GetChange

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 (*WatchAdminAreaResponse) MakeFullFieldMask

func (*WatchAdminAreaResponse) MakeRawDiffFieldMask

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 (*WatchAdminAreaResponse) MergeRaw

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 (*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

func (WatchAdminAreaResponseFieldPathBuilder) Change

type WatchAdminAreaResponsePathSelectorChange

type WatchAdminAreaResponsePathSelectorChange struct{}

func (WatchAdminAreaResponsePathSelectorChange) FieldPath

func (WatchAdminAreaResponsePathSelectorChange) WithArrayOfValues

func (WatchAdminAreaResponsePathSelectorChange) WithValue

type WatchAdminAreaResponse_FieldMask

type WatchAdminAreaResponse_FieldMask struct {
	Paths []WatchAdminAreaResponse_FieldPath
}

func FullWatchAdminAreaResponse_FieldMask

func FullWatchAdminAreaResponse_FieldMask() *WatchAdminAreaResponse_FieldMask

func (*WatchAdminAreaResponse_FieldMask) AppendPath

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

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 (*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 (*WatchAdminAreaResponse_FieldMask) ProjectRaw

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 (*WatchAdminAreaResponse_FieldMask) SubtractRaw

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 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

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 (*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

IsLeaf - whether field path is holds simple value

func (*WatchAdminAreaResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAdminAreaResponse_FieldTerminalPath) Selector

func (*WatchAdminAreaResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchAdminAreaResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchAdminAreaResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAdminAreaResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAdminAreaResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAdminAreaResponse_FieldTerminalPath) WithIValue

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

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 (*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 (*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 (*WatchAdminAreaResponse_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object WatchAdminAreaResponse

func (*WatchAdminAreaResponse_FieldTerminalPathValue) SetToRaw

type WatchAdminAreasClientStream

type WatchAdminAreasClientStream interface {
	Recv() (*WatchAdminAreasResponse, error)
	grpc.ClientStream
}

type WatchAdminAreasDescriptor added in v0.4.26

type WatchAdminAreasDescriptor struct{}

func GetWatchAdminAreasDescriptor added in v0.4.26

func GetWatchAdminAreasDescriptor() *WatchAdminAreasDescriptor

func (*WatchAdminAreasDescriptor) GetApiDescriptor added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchAdminAreasDescriptor) GetApiName added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetApiName() string

func (*WatchAdminAreasDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAdminAreasDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetFullMethodName() string

func (*WatchAdminAreasDescriptor) GetMethodName added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetMethodName() string

func (*WatchAdminAreasDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetProtoPkgName() string

func (*WatchAdminAreasDescriptor) GetResourceDescriptor added in v0.4.27

func (d *WatchAdminAreasDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchAdminAreasDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAdminAreasDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetServiceDomain() string

func (*WatchAdminAreasDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetServiceVersion() string

func (*WatchAdminAreasDescriptor) GetVerb added in v0.4.26

func (d *WatchAdminAreasDescriptor) GetVerb() string

func (*WatchAdminAreasDescriptor) HasResource added in v0.4.27

func (d *WatchAdminAreasDescriptor) HasResource() bool

func (*WatchAdminAreasDescriptor) IsClientStream added in v0.4.26

func (d *WatchAdminAreasDescriptor) IsClientStream() bool

func (*WatchAdminAreasDescriptor) IsCollection added in v0.4.27

func (d *WatchAdminAreasDescriptor) IsCollection() bool

func (*WatchAdminAreasDescriptor) IsPlural added in v0.4.27

func (d *WatchAdminAreasDescriptor) IsPlural() bool

func (*WatchAdminAreasDescriptor) IsServerStream added in v0.4.26

func (d *WatchAdminAreasDescriptor) IsServerStream() bool

func (*WatchAdminAreasDescriptor) IsUnary added in v0.4.26

func (d *WatchAdminAreasDescriptor) IsUnary() bool

func (*WatchAdminAreasDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *WatchAdminAreasDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchAdminAreasDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *WatchAdminAreasDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchAdminAreasDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchAdminAreasDescriptor) RequestHasResourceBody() bool

type WatchAdminAreasDescriptorClientMsgHandle added in v0.4.26

type WatchAdminAreasDescriptorClientMsgHandle struct{}

func (*WatchAdminAreasDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchAdminAreasDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchAdminAreasDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchAdminAreasDescriptorServerMsgHandle added in v0.4.26

type WatchAdminAreasDescriptorServerMsgHandle struct{}

func (*WatchAdminAreasDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchAdminAreasDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchAdminAreasDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

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"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// 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 (*WatchAdminAreasRequest) CloneRaw

func (*WatchAdminAreasRequest) Descriptor

func (*WatchAdminAreasRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchAdminAreasRequest.ProtoReflect.Descriptor instead.

func (*WatchAdminAreasRequest) GetFieldMask

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) GetStartingTime added in v0.7.13

func (m *WatchAdminAreasRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchAdminAreasRequest) GetType

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 (*WatchAdminAreasRequest) MakeFullFieldMask

func (*WatchAdminAreasRequest) MakeRawDiffFieldMask

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 (*WatchAdminAreasRequest) MergeRaw

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 (*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) SetStartingTime added in v0.7.13

func (m *WatchAdminAreasRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchAdminAreasRequest) SetType

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) FieldMask

func (WatchAdminAreasRequestFieldPathBuilder) Filter

func (WatchAdminAreasRequestFieldPathBuilder) MaxChunkSize

func (WatchAdminAreasRequestFieldPathBuilder) OrderBy

func (WatchAdminAreasRequestFieldPathBuilder) PageSize

func (WatchAdminAreasRequestFieldPathBuilder) PageToken

func (WatchAdminAreasRequestFieldPathBuilder) ResumeToken

func (WatchAdminAreasRequestFieldPathBuilder) StartingTime added in v0.7.13

func (WatchAdminAreasRequestFieldPathBuilder) Type

func (WatchAdminAreasRequestFieldPathBuilder) View

type WatchAdminAreasRequestPathSelectorFieldMask

type WatchAdminAreasRequestPathSelectorFieldMask struct{}

func (WatchAdminAreasRequestPathSelectorFieldMask) FieldPath

func (WatchAdminAreasRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorFieldMask) WithValue

type WatchAdminAreasRequestPathSelectorFilter

type WatchAdminAreasRequestPathSelectorFilter struct{}

func (WatchAdminAreasRequestPathSelectorFilter) FieldPath

func (WatchAdminAreasRequestPathSelectorFilter) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorFilter) WithValue

type WatchAdminAreasRequestPathSelectorMaxChunkSize

type WatchAdminAreasRequestPathSelectorMaxChunkSize struct{}

func (WatchAdminAreasRequestPathSelectorMaxChunkSize) FieldPath

func (WatchAdminAreasRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorMaxChunkSize) WithValue

type WatchAdminAreasRequestPathSelectorOrderBy

type WatchAdminAreasRequestPathSelectorOrderBy struct{}

func (WatchAdminAreasRequestPathSelectorOrderBy) FieldPath

func (WatchAdminAreasRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorOrderBy) WithValue

type WatchAdminAreasRequestPathSelectorPageSize

type WatchAdminAreasRequestPathSelectorPageSize struct{}

func (WatchAdminAreasRequestPathSelectorPageSize) FieldPath

func (WatchAdminAreasRequestPathSelectorPageSize) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorPageSize) WithValue

type WatchAdminAreasRequestPathSelectorPageToken

type WatchAdminAreasRequestPathSelectorPageToken struct{}

func (WatchAdminAreasRequestPathSelectorPageToken) FieldPath

func (WatchAdminAreasRequestPathSelectorPageToken) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorPageToken) WithValue

type WatchAdminAreasRequestPathSelectorResumeToken

type WatchAdminAreasRequestPathSelectorResumeToken struct{}

func (WatchAdminAreasRequestPathSelectorResumeToken) FieldPath

func (WatchAdminAreasRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorResumeToken) WithValue

type WatchAdminAreasRequestPathSelectorStartingTime added in v0.7.13

type WatchAdminAreasRequestPathSelectorStartingTime struct{}

func (WatchAdminAreasRequestPathSelectorStartingTime) FieldPath added in v0.7.13

func (WatchAdminAreasRequestPathSelectorStartingTime) WithArrayOfValues added in v0.7.13

func (WatchAdminAreasRequestPathSelectorStartingTime) WithValue added in v0.7.13

type WatchAdminAreasRequestPathSelectorType

type WatchAdminAreasRequestPathSelectorType struct{}

func (WatchAdminAreasRequestPathSelectorType) FieldPath

func (WatchAdminAreasRequestPathSelectorType) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorType) WithValue

type WatchAdminAreasRequestPathSelectorView

type WatchAdminAreasRequestPathSelectorView struct{}

func (WatchAdminAreasRequestPathSelectorView) FieldPath

func (WatchAdminAreasRequestPathSelectorView) WithArrayOfValues

func (WatchAdminAreasRequestPathSelectorView) WithValue

type WatchAdminAreasRequest_FieldMask

type WatchAdminAreasRequest_FieldMask struct {
	Paths []WatchAdminAreasRequest_FieldPath
}

func FullWatchAdminAreasRequest_FieldMask

func FullWatchAdminAreasRequest_FieldMask() *WatchAdminAreasRequest_FieldMask

func (*WatchAdminAreasRequest_FieldMask) AppendPath

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

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 (*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 (*WatchAdminAreasRequest_FieldMask) ProjectRaw

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 (*WatchAdminAreasRequest_FieldMask) SubtractRaw

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 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_FieldPathSelectorStartingTime WatchAdminAreasRequest_FieldPathSelector = 5
	WatchAdminAreasRequest_FieldPathSelectorFilter       WatchAdminAreasRequest_FieldPathSelector = 6
	WatchAdminAreasRequest_FieldPathSelectorFieldMask    WatchAdminAreasRequest_FieldPathSelector = 7
	WatchAdminAreasRequest_FieldPathSelectorView         WatchAdminAreasRequest_FieldPathSelector = 8
	WatchAdminAreasRequest_FieldPathSelectorMaxChunkSize WatchAdminAreasRequest_FieldPathSelector = 9
)

func (WatchAdminAreasRequest_FieldPathSelector) 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 (*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

IsLeaf - whether field path is holds simple value

func (*WatchAdminAreasRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAdminAreasRequest_FieldTerminalPath) Selector

func (*WatchAdminAreasRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchAdminAreasRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchAdminAreasRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAdminAreasRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAdminAreasRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAdminAreasRequest_FieldTerminalPath) WithIValue

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

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 (*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 (*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) AsStartingTimeArrayOfValues added in v0.7.13

func (fpaov *WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchAdminAreasRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

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 (*WatchAdminAreasRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchAdminAreasRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.7.13

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchAdminAreasRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAdminAreasRequest_FieldTerminalPathValue) CompareWith

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

SetTo stores value for selected field for object WatchAdminAreasRequest

func (*WatchAdminAreasRequest_FieldTerminalPathValue) SetToRaw

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 (*WatchAdminAreasResponse) CloneRaw

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 (*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 (*WatchAdminAreasResponse) MakeFullFieldMask

func (*WatchAdminAreasResponse) MakeRawDiffFieldMask

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 (*WatchAdminAreasResponse) MergeRaw

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 (*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) IsCurrent

func (WatchAdminAreasResponseFieldPathBuilder) IsHardReset

func (WatchAdminAreasResponseFieldPathBuilder) IsSoftReset

func (WatchAdminAreasResponseFieldPathBuilder) PageTokenChange

func (WatchAdminAreasResponseFieldPathBuilder) ResumeToken

func (WatchAdminAreasResponseFieldPathBuilder) SnapshotSize

type WatchAdminAreasResponsePageTokenChangeFieldPathBuilder

type WatchAdminAreasResponsePageTokenChangeFieldPathBuilder struct{}

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 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

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 (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) Get

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 (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) GetSingle

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

IsLeaf - whether field path is holds simple value

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchAdminAreasResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

GetRawValue returns stored element value for array in object WatchAdminAreasResponse_PageTokenChange as interface{}

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchAdminAreasResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

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 (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchAdminAreasResponse_PageTokenChange'.

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchAdminAreasResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchAdminAreasResponsePathSelectorAdminAreaChanges

type WatchAdminAreasResponsePathSelectorAdminAreaChanges struct{}

func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) FieldPath

func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithItemValue

func (WatchAdminAreasResponsePathSelectorAdminAreaChanges) WithValue

type WatchAdminAreasResponsePathSelectorIsCurrent

type WatchAdminAreasResponsePathSelectorIsCurrent struct{}

func (WatchAdminAreasResponsePathSelectorIsCurrent) FieldPath

func (WatchAdminAreasResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorIsCurrent) WithValue

type WatchAdminAreasResponsePathSelectorIsHardReset

type WatchAdminAreasResponsePathSelectorIsHardReset struct{}

func (WatchAdminAreasResponsePathSelectorIsHardReset) FieldPath

func (WatchAdminAreasResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorIsHardReset) WithValue

type WatchAdminAreasResponsePathSelectorIsSoftReset

type WatchAdminAreasResponsePathSelectorIsSoftReset struct{}

func (WatchAdminAreasResponsePathSelectorIsSoftReset) FieldPath

func (WatchAdminAreasResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorIsSoftReset) WithValue

type WatchAdminAreasResponsePathSelectorPageTokenChange

type WatchAdminAreasResponsePathSelectorPageTokenChange struct{}

func (WatchAdminAreasResponsePathSelectorPageTokenChange) FieldPath

func (WatchAdminAreasResponsePathSelectorPageTokenChange) NextPageToken

func (WatchAdminAreasResponsePathSelectorPageTokenChange) PrevPageToken

type WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken

type WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken

type WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchAdminAreasResponsePathSelectorResumeToken

type WatchAdminAreasResponsePathSelectorResumeToken struct{}

func (WatchAdminAreasResponsePathSelectorResumeToken) FieldPath

func (WatchAdminAreasResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorResumeToken) WithValue

type WatchAdminAreasResponsePathSelectorSnapshotSize

type WatchAdminAreasResponsePathSelectorSnapshotSize struct{}

func (WatchAdminAreasResponsePathSelectorSnapshotSize) FieldPath

func (WatchAdminAreasResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchAdminAreasResponsePathSelectorSnapshotSize) WithValue

type WatchAdminAreasResponse_FieldMask

type WatchAdminAreasResponse_FieldMask struct {
	Paths []WatchAdminAreasResponse_FieldPath
}

func FullWatchAdminAreasResponse_FieldMask

func FullWatchAdminAreasResponse_FieldMask() *WatchAdminAreasResponse_FieldMask

func (*WatchAdminAreasResponse_FieldMask) AppendPath

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

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 (*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 (*WatchAdminAreasResponse_FieldMask) ProjectRaw

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 (*WatchAdminAreasResponse_FieldMask) SubtractRaw

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 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

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 (*WatchAdminAreasResponse_FieldSubPath) ClearValue

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

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 (*WatchAdminAreasResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *WatchAdminAreasResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchAdminAreasResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchAdminAreasResponse_FieldSubPath) WithIArrayItemValue

func (*WatchAdminAreasResponse_FieldSubPath) WithIArrayOfValues

func (*WatchAdminAreasResponse_FieldSubPath) WithIValue

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 (*WatchAdminAreasResponse_FieldSubPathArrayItemValue) ContainsValue

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 (*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 (*WatchAdminAreasResponse_FieldSubPathValue) CompareWith

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 (*WatchAdminAreasResponse_FieldSubPathValue) SetToRaw

type WatchAdminAreasResponse_FieldTerminalPath

type WatchAdminAreasResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchAdminAreasResponse_FieldTerminalPath) ClearValue

func (*WatchAdminAreasResponse_FieldTerminalPath) ClearValueRaw

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

IsLeaf - whether field path is holds simple value

func (*WatchAdminAreasResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAdminAreasResponse_FieldTerminalPath) Selector

func (*WatchAdminAreasResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchAdminAreasResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchAdminAreasResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAdminAreasResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAdminAreasResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAdminAreasResponse_FieldTerminalPath) WithIValue

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 (*WatchAdminAreasResponse_FieldTerminalPathArrayItemValue) ContainsValue

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 (*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 (*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 (*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 (*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

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

SetTo stores value for selected field for object WatchAdminAreasResponse

func (*WatchAdminAreasResponse_FieldTerminalPathValue) SetToRaw

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 (*WatchAdminAreasResponse_PageTokenChange) CloneRaw

func (*WatchAdminAreasResponse_PageTokenChange) Descriptor

func (*WatchAdminAreasResponse_PageTokenChange) Descriptor() ([]byte, []int)

Deprecated, Use WatchAdminAreasResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAdminAreasResponse_PageTokenChange) GetNextPageToken

func (*WatchAdminAreasResponse_PageTokenChange) GetPrevPageToken

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) MakeFullFieldMask

func (*WatchAdminAreasResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchAdminAreasResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchAdminAreasResponse_PageTokenChange) Marshal

func (*WatchAdminAreasResponse_PageTokenChange) MarshalJSON

func (m *WatchAdminAreasResponse_PageTokenChange) MarshalJSON() ([]byte, error)

func (*WatchAdminAreasResponse_PageTokenChange) Merge

func (*WatchAdminAreasResponse_PageTokenChange) MergeRaw

func (*WatchAdminAreasResponse_PageTokenChange) ProtoMessage

func (*WatchAdminAreasResponse_PageTokenChange) ProtoReflect

func (*WatchAdminAreasResponse_PageTokenChange) Reset

func (*WatchAdminAreasResponse_PageTokenChange) SetNextPageToken

func (*WatchAdminAreasResponse_PageTokenChange) SetPrevPageToken

func (*WatchAdminAreasResponse_PageTokenChange) String

func (*WatchAdminAreasResponse_PageTokenChange) Unmarshal

func (*WatchAdminAreasResponse_PageTokenChange) UnmarshalJSON

func (m *WatchAdminAreasResponse_PageTokenChange) UnmarshalJSON(data []byte) error

type WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken

type WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchAdminAreasResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken

type WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchAdminAreasResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

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 (*WatchAdminAreasResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) FilterInputFields

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 (*WatchAdminAreasResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) IsFull

func (WatchAdminAreasResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchAdminAreasResponse_PageTokenChange_FieldMask) MarshalJSON

func (fieldMask WatchAdminAreasResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Project

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Reset

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Set

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (fieldMask *WatchAdminAreasResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) Size

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) String

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchAdminAreasResponse_PageTokenChange_FieldMask) ToProtoFieldMask

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL