service_client

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetServicesDescriptor added in v0.4.28

type BatchGetServicesDescriptor struct{}

func GetBatchGetServicesDescriptor added in v0.4.28

func GetBatchGetServicesDescriptor() *BatchGetServicesDescriptor

func (*BatchGetServicesDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetServicesDescriptor) GetApiName added in v0.4.28

func (d *BatchGetServicesDescriptor) GetApiName() string

func (*BatchGetServicesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetServicesDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetServicesDescriptor) GetFullMethodName() string

func (*BatchGetServicesDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetServicesDescriptor) GetMethodName() string

func (*BatchGetServicesDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetServicesDescriptor) GetProtoPkgName() string

func (*BatchGetServicesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetServicesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetServicesDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetServicesDescriptor) GetServiceDomain() string

func (*BatchGetServicesDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetServicesDescriptor) GetServiceVersion() string

func (*BatchGetServicesDescriptor) GetVerb added in v0.4.28

func (d *BatchGetServicesDescriptor) GetVerb() string

func (*BatchGetServicesDescriptor) HasResource added in v0.4.30

func (d *BatchGetServicesDescriptor) HasResource() bool

func (*BatchGetServicesDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetServicesDescriptor) IsClientStream() bool

func (*BatchGetServicesDescriptor) IsCollection added in v0.4.30

func (d *BatchGetServicesDescriptor) IsCollection() bool

func (*BatchGetServicesDescriptor) IsPlural added in v0.4.30

func (d *BatchGetServicesDescriptor) IsPlural() bool

func (*BatchGetServicesDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetServicesDescriptor) IsServerStream() bool

func (*BatchGetServicesDescriptor) IsUnary added in v0.4.28

func (d *BatchGetServicesDescriptor) IsUnary() bool

func (*BatchGetServicesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetServicesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetServicesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetServicesDescriptor) RequestHasResourceBody() bool

type BatchGetServicesDescriptorClientMsgHandle added in v0.4.28

type BatchGetServicesDescriptorClientMsgHandle struct{}

func (*BatchGetServicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetServicesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetServicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetServicesDescriptorServerMsgHandle added in v0.4.28

type BatchGetServicesDescriptorServerMsgHandle struct{}

func (*BatchGetServicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetServicesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetServicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetServicesRequest

type BatchGetServicesRequest struct {

	// Names of Services
	Names []*service.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 *service.Service_FieldMask `` /* 139-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 [BatchGetServices][ntt.meta.v1alpha2.BatchGetServices]

func (*BatchGetServicesRequest) Clone

func (*BatchGetServicesRequest) CloneRaw

func (*BatchGetServicesRequest) Descriptor

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

Deprecated, Use BatchGetServicesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetServicesRequest) GetFieldMask

func (*BatchGetServicesRequest) GetNames

func (m *BatchGetServicesRequest) GetNames() []*service.Reference

func (*BatchGetServicesRequest) GetView

func (m *BatchGetServicesRequest) GetView() view.View

func (*BatchGetServicesRequest) GotenMessage

func (*BatchGetServicesRequest) GotenMessage()

func (*BatchGetServicesRequest) GotenObjectExt

func (o *BatchGetServicesRequest) GotenObjectExt()

func (*BatchGetServicesRequest) GotenValidate

func (obj *BatchGetServicesRequest) GotenValidate() error

func (*BatchGetServicesRequest) MakeDiffFieldMask

func (*BatchGetServicesRequest) MakeFullFieldMask

func (*BatchGetServicesRequest) MakeRawDiffFieldMask

func (*BatchGetServicesRequest) MakeRawFullFieldMask

func (o *BatchGetServicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetServicesRequest) Marshal

func (m *BatchGetServicesRequest) Marshal() ([]byte, error)

func (*BatchGetServicesRequest) MarshalJSON

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

func (*BatchGetServicesRequest) Merge

func (*BatchGetServicesRequest) MergeRaw

func (*BatchGetServicesRequest) ProtoMessage

func (*BatchGetServicesRequest) ProtoMessage()

func (*BatchGetServicesRequest) ProtoReflect

func (m *BatchGetServicesRequest) ProtoReflect() preflect.Message

func (*BatchGetServicesRequest) Reset

func (m *BatchGetServicesRequest) Reset()

func (*BatchGetServicesRequest) SetFieldMask

func (m *BatchGetServicesRequest) SetFieldMask(fv *service.Service_FieldMask)

func (*BatchGetServicesRequest) SetNames

func (m *BatchGetServicesRequest) SetNames(fv []*service.Reference)

func (*BatchGetServicesRequest) SetView

func (m *BatchGetServicesRequest) SetView(fv view.View)

func (*BatchGetServicesRequest) String

func (m *BatchGetServicesRequest) String() string

func (*BatchGetServicesRequest) Unmarshal

func (m *BatchGetServicesRequest) Unmarshal(b []byte) error

func (*BatchGetServicesRequest) UnmarshalJSON

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

type BatchGetServicesRequestFieldPathBuilder

type BatchGetServicesRequestFieldPathBuilder struct{}

func NewBatchGetServicesRequestFieldPathBuilder

func NewBatchGetServicesRequestFieldPathBuilder() BatchGetServicesRequestFieldPathBuilder

func (BatchGetServicesRequestFieldPathBuilder) FieldMask

func (BatchGetServicesRequestFieldPathBuilder) Names

func (BatchGetServicesRequestFieldPathBuilder) View

type BatchGetServicesRequestPathSelectorFieldMask

type BatchGetServicesRequestPathSelectorFieldMask struct{}

func (BatchGetServicesRequestPathSelectorFieldMask) FieldPath

func (BatchGetServicesRequestPathSelectorFieldMask) WithArrayOfValues

func (BatchGetServicesRequestPathSelectorFieldMask) WithValue

type BatchGetServicesRequestPathSelectorNames

type BatchGetServicesRequestPathSelectorNames struct{}

func (BatchGetServicesRequestPathSelectorNames) FieldPath

func (BatchGetServicesRequestPathSelectorNames) WithArrayOfValues

func (BatchGetServicesRequestPathSelectorNames) WithItemValue

func (BatchGetServicesRequestPathSelectorNames) WithValue

type BatchGetServicesRequestPathSelectorView

type BatchGetServicesRequestPathSelectorView struct{}

func (BatchGetServicesRequestPathSelectorView) FieldPath

func (BatchGetServicesRequestPathSelectorView) WithArrayOfValues

func (BatchGetServicesRequestPathSelectorView) WithValue

type BatchGetServicesRequest_FieldMask

type BatchGetServicesRequest_FieldMask struct {
	Paths []BatchGetServicesRequest_FieldPath
}

func FullBatchGetServicesRequest_FieldMask

func FullBatchGetServicesRequest_FieldMask() *BatchGetServicesRequest_FieldMask

func (*BatchGetServicesRequest_FieldMask) AppendPath

func (*BatchGetServicesRequest_FieldMask) AppendRawPath

func (fieldMask *BatchGetServicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetServicesRequest_FieldMask) DecodeFirestore

func (fieldMask *BatchGetServicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetServicesRequest_FieldMask) EncodeFirestore

func (fieldMask *BatchGetServicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetServicesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetServicesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetServicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetServicesRequest_FieldMask) GetPaths

func (*BatchGetServicesRequest_FieldMask) GetRawPaths

func (fieldMask *BatchGetServicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*BatchGetServicesRequest_FieldMask) IsFull

func (fieldMask *BatchGetServicesRequest_FieldMask) IsFull() bool

func (BatchGetServicesRequest_FieldMask) Marshal

func (fieldMask BatchGetServicesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetServicesRequest_FieldMask) MarshalJSON

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

func (*BatchGetServicesRequest_FieldMask) PathsCount

func (fieldMask *BatchGetServicesRequest_FieldMask) PathsCount() int

func (*BatchGetServicesRequest_FieldMask) Project

func (*BatchGetServicesRequest_FieldMask) ProjectRaw

func (*BatchGetServicesRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetServicesRequest_FieldMask) ProtoMessage()

func (*BatchGetServicesRequest_FieldMask) ProtoReflect

func (fieldMask *BatchGetServicesRequest_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetServicesRequest_FieldMask) Reset

func (fieldMask *BatchGetServicesRequest_FieldMask) Reset()

func (*BatchGetServicesRequest_FieldMask) Set

func (fieldMask *BatchGetServicesRequest_FieldMask) Set(target, source *BatchGetServicesRequest)

func (*BatchGetServicesRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetServicesRequest_FieldMask) SetRaw

func (fieldMask *BatchGetServicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetServicesRequest_FieldMask) Size

func (fieldMask *BatchGetServicesRequest_FieldMask) Size() int

func (*BatchGetServicesRequest_FieldMask) String

func (fieldMask *BatchGetServicesRequest_FieldMask) String() string

func (*BatchGetServicesRequest_FieldMask) Subtract

func (*BatchGetServicesRequest_FieldMask) SubtractRaw

func (*BatchGetServicesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetServicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetServicesRequest_FieldMask) Unmarshal

func (fieldMask *BatchGetServicesRequest_FieldMask) Unmarshal(data []byte) error

func (*BatchGetServicesRequest_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetServicesRequest_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetServicesRequest_FieldPath

type BatchGetServicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetServicesRequest_FieldPathSelector
	Get(source *BatchGetServicesRequest) []interface{}
	GetSingle(source *BatchGetServicesRequest) (interface{}, bool)
	ClearValue(item *BatchGetServicesRequest)

	// Those methods build corresponding BatchGetServicesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetServicesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetServicesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetServicesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetServicesRequest_FieldPath

func MustParseBatchGetServicesRequest_FieldPath(rawField string) BatchGetServicesRequest_FieldPath

func ParseBatchGetServicesRequest_FieldPath

func ParseBatchGetServicesRequest_FieldPath(rawField string) (BatchGetServicesRequest_FieldPath, error)

type BatchGetServicesRequest_FieldPathArrayItemValue

type BatchGetServicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetServicesRequest_FieldPath
	ContainsValue(*BatchGetServicesRequest) bool
}

BatchGetServicesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetServicesRequest according to their type Present only for array (repeated) types.

func MustParseBatchGetServicesRequest_FieldPathArrayItemValue

func MustParseBatchGetServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServicesRequest_FieldPathArrayItemValue

func ParseBatchGetServicesRequest_FieldPathArrayItemValue

func ParseBatchGetServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServicesRequest_FieldPathArrayItemValue, error)

ParseBatchGetServicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetServicesRequest_FieldPathArrayOfValues

type BatchGetServicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetServicesRequest_FieldPath
}

BatchGetServicesRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetServicesRequest fields according to their type

func MustParseBatchGetServicesRequest_FieldPathArrayOfValues

func MustParseBatchGetServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServicesRequest_FieldPathArrayOfValues

func ParseBatchGetServicesRequest_FieldPathArrayOfValues

func ParseBatchGetServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServicesRequest_FieldPathArrayOfValues, error)

type BatchGetServicesRequest_FieldPathSelector

type BatchGetServicesRequest_FieldPathSelector int32
const (
	BatchGetServicesRequest_FieldPathSelectorNames     BatchGetServicesRequest_FieldPathSelector = 0
	BatchGetServicesRequest_FieldPathSelectorFieldMask BatchGetServicesRequest_FieldPathSelector = 1
	BatchGetServicesRequest_FieldPathSelectorView      BatchGetServicesRequest_FieldPathSelector = 2
)

func (BatchGetServicesRequest_FieldPathSelector) String

type BatchGetServicesRequest_FieldPathValue

type BatchGetServicesRequest_FieldPathValue interface {
	BatchGetServicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetServicesRequest)
	CompareWith(*BatchGetServicesRequest) (cmp int, comparable bool)
}

BatchGetServicesRequest_FieldPathValue allows storing values for BatchGetServicesRequest fields according to their type

func MustParseBatchGetServicesRequest_FieldPathValue

func MustParseBatchGetServicesRequest_FieldPathValue(pathStr, valueStr string) BatchGetServicesRequest_FieldPathValue

func ParseBatchGetServicesRequest_FieldPathValue

func ParseBatchGetServicesRequest_FieldPathValue(pathStr, valueStr string) (BatchGetServicesRequest_FieldPathValue, error)

type BatchGetServicesRequest_FieldTerminalPath

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

func (*BatchGetServicesRequest_FieldTerminalPath) ClearValue

func (*BatchGetServicesRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetServicesRequest_FieldTerminalPath) Get

func (fp *BatchGetServicesRequest_FieldTerminalPath) Get(source *BatchGetServicesRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetServicesRequest

func (*BatchGetServicesRequest_FieldTerminalPath) GetDefault

func (fp *BatchGetServicesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetServicesRequest_FieldTerminalPath) GetRaw

func (fp *BatchGetServicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetServicesRequest_FieldTerminalPath) GetSingle

func (fp *BatchGetServicesRequest_FieldTerminalPath) GetSingle(source *BatchGetServicesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetServicesRequest

func (*BatchGetServicesRequest_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetServicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetServicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetServicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetServicesRequest_FieldTerminalPath) Selector

func (*BatchGetServicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetServicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetServicesRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetServicesRequest_FieldTerminalPath) WithIValue

func (*BatchGetServicesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetServicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetServicesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetServicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetServicesRequest_FieldTerminalPath) WithRawIValue

func (fp *BatchGetServicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetServicesRequest_FieldTerminalPathArrayItemValue

type BatchGetServicesRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetServicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*BatchGetServicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetServicesRequest_FieldTerminalPathArrayOfValues

type BatchGetServicesRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetServicesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (fpaov *BatchGetServicesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*service.Reference, bool)

func (*BatchGetServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *BatchGetServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*BatchGetServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetServicesRequest_FieldTerminalPathValue

type BatchGetServicesRequest_FieldTerminalPathValue struct {
	BatchGetServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetServicesRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetServicesRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetServicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetServicesRequest_FieldTerminalPathValue' with the value under path in 'BatchGetServicesRequest'.

func (*BatchGetServicesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *BatchGetServicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetServicesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetServicesRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*BatchGetServicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetServicesRequest

func (*BatchGetServicesRequest_FieldTerminalPathValue) SetToRaw

type BatchGetServicesResponse

type BatchGetServicesResponse struct {

	// found Services
	Services []*service.Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty" firestore:"services"`
	// list of not found Services
	Missing []*service.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetServicesResponse

func (*BatchGetServicesResponse) Clone

func (*BatchGetServicesResponse) CloneRaw

func (*BatchGetServicesResponse) Descriptor

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

Deprecated, Use BatchGetServicesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetServicesResponse) GetMissing

func (m *BatchGetServicesResponse) GetMissing() []*service.Reference

func (*BatchGetServicesResponse) GetServices

func (m *BatchGetServicesResponse) GetServices() []*service.Service

func (*BatchGetServicesResponse) GotenMessage

func (*BatchGetServicesResponse) GotenMessage()

func (*BatchGetServicesResponse) GotenObjectExt

func (o *BatchGetServicesResponse) GotenObjectExt()

func (*BatchGetServicesResponse) GotenValidate

func (obj *BatchGetServicesResponse) GotenValidate() error

func (*BatchGetServicesResponse) MakeDiffFieldMask

func (*BatchGetServicesResponse) MakeFullFieldMask

func (*BatchGetServicesResponse) MakeRawDiffFieldMask

func (*BatchGetServicesResponse) MakeRawFullFieldMask

func (o *BatchGetServicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetServicesResponse) Marshal

func (m *BatchGetServicesResponse) Marshal() ([]byte, error)

func (*BatchGetServicesResponse) MarshalJSON

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

func (*BatchGetServicesResponse) Merge

func (*BatchGetServicesResponse) MergeRaw

func (*BatchGetServicesResponse) ProtoMessage

func (*BatchGetServicesResponse) ProtoMessage()

func (*BatchGetServicesResponse) ProtoReflect

func (m *BatchGetServicesResponse) ProtoReflect() preflect.Message

func (*BatchGetServicesResponse) Reset

func (m *BatchGetServicesResponse) Reset()

func (*BatchGetServicesResponse) SetMissing

func (m *BatchGetServicesResponse) SetMissing(fv []*service.Reference)

func (*BatchGetServicesResponse) SetServices

func (m *BatchGetServicesResponse) SetServices(fv []*service.Service)

func (*BatchGetServicesResponse) String

func (m *BatchGetServicesResponse) String() string

func (*BatchGetServicesResponse) Unmarshal

func (m *BatchGetServicesResponse) Unmarshal(b []byte) error

func (*BatchGetServicesResponse) UnmarshalJSON

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

type BatchGetServicesResponseFieldPathBuilder

type BatchGetServicesResponseFieldPathBuilder struct{}

func NewBatchGetServicesResponseFieldPathBuilder

func NewBatchGetServicesResponseFieldPathBuilder() BatchGetServicesResponseFieldPathBuilder

func (BatchGetServicesResponseFieldPathBuilder) Missing

func (BatchGetServicesResponseFieldPathBuilder) Services

type BatchGetServicesResponseMapPathSelectorServicesMetadataAnnotations

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

func (BatchGetServicesResponseMapPathSelectorServicesMetadataAnnotations) FieldPath

func (BatchGetServicesResponseMapPathSelectorServicesMetadataAnnotations) WithArrayOfValues

func (BatchGetServicesResponseMapPathSelectorServicesMetadataAnnotations) WithValue

type BatchGetServicesResponseMapPathSelectorServicesMetadataLabels

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

func (BatchGetServicesResponseMapPathSelectorServicesMetadataLabels) FieldPath

func (BatchGetServicesResponseMapPathSelectorServicesMetadataLabels) WithArrayOfValues

func (BatchGetServicesResponseMapPathSelectorServicesMetadataLabels) WithValue

type BatchGetServicesResponseMapPathSelectorServicesMetadataShards

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

func (BatchGetServicesResponseMapPathSelectorServicesMetadataShards) FieldPath

func (BatchGetServicesResponseMapPathSelectorServicesMetadataShards) WithArrayOfValues

func (BatchGetServicesResponseMapPathSelectorServicesMetadataShards) WithValue

type BatchGetServicesResponsePathSelectorMissing

type BatchGetServicesResponsePathSelectorMissing struct{}

func (BatchGetServicesResponsePathSelectorMissing) FieldPath

func (BatchGetServicesResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorMissing) WithItemValue

func (BatchGetServicesResponsePathSelectorMissing) WithValue

type BatchGetServicesResponsePathSelectorServices

type BatchGetServicesResponsePathSelectorServices struct{}

func (BatchGetServicesResponsePathSelectorServices) AllVersions added in v0.5.1

func (BatchGetServicesResponsePathSelectorServices) CurrentVersion added in v0.5.1

func (BatchGetServicesResponsePathSelectorServices) DisplayName added in v0.5.1

func (BatchGetServicesResponsePathSelectorServices) FieldPath

func (BatchGetServicesResponsePathSelectorServices) Metadata

func (BatchGetServicesResponsePathSelectorServices) Name

func (BatchGetServicesResponsePathSelectorServices) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServices) WithItemValue

func (BatchGetServicesResponsePathSelectorServices) WithSubArrayItemValue

func (BatchGetServicesResponsePathSelectorServices) WithSubArrayOfValues

func (BatchGetServicesResponsePathSelectorServices) WithSubPath

func (BatchGetServicesResponsePathSelectorServices) WithSubValue

func (BatchGetServicesResponsePathSelectorServices) WithValue

type BatchGetServicesResponsePathSelectorServicesAllVersions added in v0.5.1

type BatchGetServicesResponsePathSelectorServicesAllVersions struct{}

func (BatchGetServicesResponsePathSelectorServicesAllVersions) FieldPath added in v0.5.1

func (BatchGetServicesResponsePathSelectorServicesAllVersions) WithArrayOfValues added in v0.5.1

func (BatchGetServicesResponsePathSelectorServicesAllVersions) WithItemValue added in v0.5.1

func (BatchGetServicesResponsePathSelectorServicesAllVersions) WithValue added in v0.5.1

type BatchGetServicesResponsePathSelectorServicesCurrentVersion added in v0.5.1

type BatchGetServicesResponsePathSelectorServicesCurrentVersion struct{}

func (BatchGetServicesResponsePathSelectorServicesCurrentVersion) FieldPath added in v0.5.1

func (BatchGetServicesResponsePathSelectorServicesCurrentVersion) WithArrayOfValues added in v0.5.1

func (BatchGetServicesResponsePathSelectorServicesCurrentVersion) WithValue added in v0.5.1

type BatchGetServicesResponsePathSelectorServicesDisplayName added in v0.5.1

type BatchGetServicesResponsePathSelectorServicesDisplayName struct{}

func (BatchGetServicesResponsePathSelectorServicesDisplayName) FieldPath added in v0.5.1

func (BatchGetServicesResponsePathSelectorServicesDisplayName) WithArrayOfValues added in v0.5.1

func (BatchGetServicesResponsePathSelectorServicesDisplayName) WithValue added in v0.5.1

type BatchGetServicesResponsePathSelectorServicesMetadata

type BatchGetServicesResponsePathSelectorServicesMetadata struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadata) Annotations

func (BatchGetServicesResponsePathSelectorServicesMetadata) CreateTime

func (BatchGetServicesResponsePathSelectorServicesMetadata) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadata) Generation

func (BatchGetServicesResponsePathSelectorServicesMetadata) Labels

func (BatchGetServicesResponsePathSelectorServicesMetadata) Shards

func (BatchGetServicesResponsePathSelectorServicesMetadata) Syncing

func (BatchGetServicesResponsePathSelectorServicesMetadata) Tags

func (BatchGetServicesResponsePathSelectorServicesMetadata) UpdateTime

func (BatchGetServicesResponsePathSelectorServicesMetadata) Uuid

func (BatchGetServicesResponsePathSelectorServicesMetadata) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadata) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataAnnotations

type BatchGetServicesResponsePathSelectorServicesMetadataAnnotations struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataAnnotations) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataAnnotations) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataAnnotations) WithKey

func (BatchGetServicesResponsePathSelectorServicesMetadataAnnotations) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataCreateTime

type BatchGetServicesResponsePathSelectorServicesMetadataCreateTime struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataCreateTime) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataCreateTime) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataCreateTime) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataGeneration

type BatchGetServicesResponsePathSelectorServicesMetadataGeneration struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataGeneration) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataGeneration) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataGeneration) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataLabels

type BatchGetServicesResponsePathSelectorServicesMetadataLabels struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataLabels) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataLabels) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataLabels) WithKey

func (BatchGetServicesResponsePathSelectorServicesMetadataLabels) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferences

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferences struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferences) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferences) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferences) WithItemValue

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferences) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesController

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesController struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesController) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesController) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesKind

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesKind struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesKind) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesKind) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesName

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesName struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesName) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesName) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesUid

type BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesUid struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesUid) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesUid) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataOwnerReferencesUid) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataResourceVersion

type BatchGetServicesResponsePathSelectorServicesMetadataResourceVersion struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataResourceVersion) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataResourceVersion) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataResourceVersion) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataShards

type BatchGetServicesResponsePathSelectorServicesMetadataShards struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataShards) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataShards) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataShards) WithKey

func (BatchGetServicesResponsePathSelectorServicesMetadataShards) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataSyncing

type BatchGetServicesResponsePathSelectorServicesMetadataSyncing struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncing) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncing) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncing) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataSyncingOwningRegion

type BatchGetServicesResponsePathSelectorServicesMetadataSyncingOwningRegion struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncingOwningRegion) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncingOwningRegion) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataSyncingRegions

type BatchGetServicesResponsePathSelectorServicesMetadataSyncingRegions struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncingRegions) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncingRegions) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncingRegions) WithItemValue

func (BatchGetServicesResponsePathSelectorServicesMetadataSyncingRegions) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataTags

type BatchGetServicesResponsePathSelectorServicesMetadataTags struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataTags) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataTags) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataTags) WithItemValue

func (BatchGetServicesResponsePathSelectorServicesMetadataTags) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataUpdateTime

type BatchGetServicesResponsePathSelectorServicesMetadataUpdateTime struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataUpdateTime) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataUpdateTime) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataUpdateTime) WithValue

type BatchGetServicesResponsePathSelectorServicesMetadataUuid

type BatchGetServicesResponsePathSelectorServicesMetadataUuid struct{}

func (BatchGetServicesResponsePathSelectorServicesMetadataUuid) FieldPath

func (BatchGetServicesResponsePathSelectorServicesMetadataUuid) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesMetadataUuid) WithValue

type BatchGetServicesResponsePathSelectorServicesName

type BatchGetServicesResponsePathSelectorServicesName struct{}

func (BatchGetServicesResponsePathSelectorServicesName) FieldPath

func (BatchGetServicesResponsePathSelectorServicesName) WithArrayOfValues

func (BatchGetServicesResponsePathSelectorServicesName) WithValue

type BatchGetServicesResponse_FieldMask

type BatchGetServicesResponse_FieldMask struct {
	Paths []BatchGetServicesResponse_FieldPath
}

func FullBatchGetServicesResponse_FieldMask

func FullBatchGetServicesResponse_FieldMask() *BatchGetServicesResponse_FieldMask

func (*BatchGetServicesResponse_FieldMask) AppendPath

func (*BatchGetServicesResponse_FieldMask) AppendRawPath

func (fieldMask *BatchGetServicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetServicesResponse_FieldMask) DecodeFirestore

func (fieldMask *BatchGetServicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetServicesResponse_FieldMask) EncodeFirestore

func (fieldMask *BatchGetServicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetServicesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetServicesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetServicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetServicesResponse_FieldMask) GetPaths

func (*BatchGetServicesResponse_FieldMask) GetRawPaths

func (fieldMask *BatchGetServicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*BatchGetServicesResponse_FieldMask) IsFull

func (fieldMask *BatchGetServicesResponse_FieldMask) IsFull() bool

func (BatchGetServicesResponse_FieldMask) Marshal

func (fieldMask BatchGetServicesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetServicesResponse_FieldMask) MarshalJSON

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

func (*BatchGetServicesResponse_FieldMask) PathsCount

func (fieldMask *BatchGetServicesResponse_FieldMask) PathsCount() int

func (*BatchGetServicesResponse_FieldMask) Project

func (*BatchGetServicesResponse_FieldMask) ProjectRaw

func (*BatchGetServicesResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetServicesResponse_FieldMask) ProtoMessage()

func (*BatchGetServicesResponse_FieldMask) ProtoReflect

func (fieldMask *BatchGetServicesResponse_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetServicesResponse_FieldMask) Reset

func (fieldMask *BatchGetServicesResponse_FieldMask) Reset()

func (*BatchGetServicesResponse_FieldMask) Set

func (fieldMask *BatchGetServicesResponse_FieldMask) Set(target, source *BatchGetServicesResponse)

func (*BatchGetServicesResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetServicesResponse_FieldMask) SetRaw

func (fieldMask *BatchGetServicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetServicesResponse_FieldMask) Size

func (fieldMask *BatchGetServicesResponse_FieldMask) Size() int

func (*BatchGetServicesResponse_FieldMask) String

func (fieldMask *BatchGetServicesResponse_FieldMask) String() string

func (*BatchGetServicesResponse_FieldMask) Subtract

func (*BatchGetServicesResponse_FieldMask) SubtractRaw

func (*BatchGetServicesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetServicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetServicesResponse_FieldMask) Unmarshal

func (fieldMask *BatchGetServicesResponse_FieldMask) Unmarshal(data []byte) error

func (*BatchGetServicesResponse_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetServicesResponse_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetServicesResponse_FieldPath

type BatchGetServicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetServicesResponse_FieldPathSelector
	Get(source *BatchGetServicesResponse) []interface{}
	GetSingle(source *BatchGetServicesResponse) (interface{}, bool)
	ClearValue(item *BatchGetServicesResponse)

	// Those methods build corresponding BatchGetServicesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetServicesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetServicesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetServicesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetServicesResponse_FieldPath

func MustParseBatchGetServicesResponse_FieldPath(rawField string) BatchGetServicesResponse_FieldPath

func ParseBatchGetServicesResponse_FieldPath

func ParseBatchGetServicesResponse_FieldPath(rawField string) (BatchGetServicesResponse_FieldPath, error)

type BatchGetServicesResponse_FieldPathArrayItemValue

type BatchGetServicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetServicesResponse_FieldPath
	ContainsValue(*BatchGetServicesResponse) bool
}

BatchGetServicesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetServicesResponse according to their type Present only for array (repeated) types.

func MustParseBatchGetServicesResponse_FieldPathArrayItemValue

func MustParseBatchGetServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServicesResponse_FieldPathArrayItemValue

func ParseBatchGetServicesResponse_FieldPathArrayItemValue

func ParseBatchGetServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServicesResponse_FieldPathArrayItemValue, error)

ParseBatchGetServicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetServicesResponse_FieldPathArrayOfValues

type BatchGetServicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetServicesResponse_FieldPath
}

BatchGetServicesResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetServicesResponse fields according to their type

func MustParseBatchGetServicesResponse_FieldPathArrayOfValues

func MustParseBatchGetServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServicesResponse_FieldPathArrayOfValues

func ParseBatchGetServicesResponse_FieldPathArrayOfValues

func ParseBatchGetServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServicesResponse_FieldPathArrayOfValues, error)

type BatchGetServicesResponse_FieldPathSelector

type BatchGetServicesResponse_FieldPathSelector int32
const (
	BatchGetServicesResponse_FieldPathSelectorServices BatchGetServicesResponse_FieldPathSelector = 0
	BatchGetServicesResponse_FieldPathSelectorMissing  BatchGetServicesResponse_FieldPathSelector = 1
)

func (BatchGetServicesResponse_FieldPathSelector) String

type BatchGetServicesResponse_FieldPathValue

type BatchGetServicesResponse_FieldPathValue interface {
	BatchGetServicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetServicesResponse)
	CompareWith(*BatchGetServicesResponse) (cmp int, comparable bool)
}

BatchGetServicesResponse_FieldPathValue allows storing values for BatchGetServicesResponse fields according to their type

func MustParseBatchGetServicesResponse_FieldPathValue

func MustParseBatchGetServicesResponse_FieldPathValue(pathStr, valueStr string) BatchGetServicesResponse_FieldPathValue

func ParseBatchGetServicesResponse_FieldPathValue

func ParseBatchGetServicesResponse_FieldPathValue(pathStr, valueStr string) (BatchGetServicesResponse_FieldPathValue, error)

type BatchGetServicesResponse_FieldSubPath

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

func (*BatchGetServicesResponse_FieldSubPath) AsServicesSubPath

func (*BatchGetServicesResponse_FieldSubPath) ClearValue

func (*BatchGetServicesResponse_FieldSubPath) ClearValueRaw

func (fps *BatchGetServicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*BatchGetServicesResponse_FieldSubPath) Get

func (fps *BatchGetServicesResponse_FieldSubPath) Get(source *BatchGetServicesResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetServicesResponse

func (*BatchGetServicesResponse_FieldSubPath) GetDefault

func (fps *BatchGetServicesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetServicesResponse_FieldSubPath) GetRaw

func (fps *BatchGetServicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetServicesResponse_FieldSubPath) GetSingle

func (fps *BatchGetServicesResponse_FieldSubPath) GetSingle(source *BatchGetServicesResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetServicesResponse

func (*BatchGetServicesResponse_FieldSubPath) GetSingleRaw

func (fps *BatchGetServicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetServicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetServicesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetServicesResponse_FieldSubPath) Selector

func (*BatchGetServicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetServicesResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetServicesResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetServicesResponse_FieldSubPath) WithIValue

func (*BatchGetServicesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *BatchGetServicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetServicesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *BatchGetServicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetServicesResponse_FieldSubPath) WithRawIValue

func (fps *BatchGetServicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetServicesResponse_FieldSubPathArrayItemValue

type BatchGetServicesResponse_FieldSubPathArrayItemValue struct {
	BatchGetServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesResponse_FieldSubPathArrayItemValue) AsServicesPathItemValue

func (*BatchGetServicesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *BatchGetServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type BatchGetServicesResponse_FieldSubPathArrayOfValues

type BatchGetServicesResponse_FieldSubPathArrayOfValues struct {
	BatchGetServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesResponse_FieldSubPathArrayOfValues) AsServicesPathArrayOfValues

func (*BatchGetServicesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *BatchGetServicesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type BatchGetServicesResponse_FieldSubPathValue

type BatchGetServicesResponse_FieldSubPathValue struct {
	BatchGetServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesResponse_FieldSubPathValue) AsServicesPathValue

func (*BatchGetServicesResponse_FieldSubPathValue) CompareWith

func (*BatchGetServicesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *BatchGetServicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetServicesResponse_FieldSubPathValue) GetRawValue

func (fpvs *BatchGetServicesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*BatchGetServicesResponse_FieldSubPathValue) SetTo

func (*BatchGetServicesResponse_FieldSubPathValue) SetToRaw

type BatchGetServicesResponse_FieldTerminalPath

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

func (*BatchGetServicesResponse_FieldTerminalPath) ClearValue

func (*BatchGetServicesResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetServicesResponse_FieldTerminalPath) Get

func (fp *BatchGetServicesResponse_FieldTerminalPath) Get(source *BatchGetServicesResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetServicesResponse

func (*BatchGetServicesResponse_FieldTerminalPath) GetDefault

func (fp *BatchGetServicesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetServicesResponse_FieldTerminalPath) GetRaw

func (fp *BatchGetServicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetServicesResponse_FieldTerminalPath) GetSingle

func (fp *BatchGetServicesResponse_FieldTerminalPath) GetSingle(source *BatchGetServicesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetServicesResponse

func (*BatchGetServicesResponse_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetServicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetServicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetServicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetServicesResponse_FieldTerminalPath) Selector

func (*BatchGetServicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetServicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetServicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetServicesResponse_FieldTerminalPath) WithIValue

func (*BatchGetServicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetServicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetServicesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetServicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetServicesResponse_FieldTerminalPath) WithRawIValue

func (fp *BatchGetServicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetServicesResponse_FieldTerminalPathArrayItemValue

type BatchGetServicesResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetServicesResponse_FieldTerminalPathArrayItemValue) AsServicesItemValue

func (*BatchGetServicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*BatchGetServicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetServicesResponse_FieldTerminalPathArrayOfValues

type BatchGetServicesResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (fpaov *BatchGetServicesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*service.Reference, bool)

func (*BatchGetServicesResponse_FieldTerminalPathArrayOfValues) AsServicesArrayOfValues

func (fpaov *BatchGetServicesResponse_FieldTerminalPathArrayOfValues) AsServicesArrayOfValues() ([][]*service.Service, bool)

func (*BatchGetServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetServicesResponse_FieldTerminalPathValue

type BatchGetServicesResponse_FieldTerminalPathValue struct {
	BatchGetServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServicesResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetServicesResponse_FieldTerminalPathValue) AsServicesValue

func (*BatchGetServicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetServicesResponse_FieldTerminalPathValue' with the value under path in 'BatchGetServicesResponse'.

func (*BatchGetServicesResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *BatchGetServicesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetServicesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetServicesResponse_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*BatchGetServicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetServicesResponse

func (*BatchGetServicesResponse_FieldTerminalPathValue) SetToRaw

type CreateServiceDescriptor added in v0.4.28

type CreateServiceDescriptor struct{}

func GetCreateServiceDescriptor added in v0.4.28

func GetCreateServiceDescriptor() *CreateServiceDescriptor

func (*CreateServiceDescriptor) GetApiDescriptor added in v0.4.28

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

func (*CreateServiceDescriptor) GetApiName added in v0.4.28

func (d *CreateServiceDescriptor) GetApiName() string

func (*CreateServiceDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateServiceDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateServiceDescriptor) GetFullMethodName() string

func (*CreateServiceDescriptor) GetMethodName added in v0.4.28

func (d *CreateServiceDescriptor) GetMethodName() string

func (*CreateServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateServiceDescriptor) GetProtoPkgName() string

func (*CreateServiceDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateServiceDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateServiceDescriptor) GetServiceDomain() string

func (*CreateServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateServiceDescriptor) GetServiceVersion() string

func (*CreateServiceDescriptor) GetVerb added in v0.4.28

func (d *CreateServiceDescriptor) GetVerb() string

func (*CreateServiceDescriptor) HasResource added in v0.4.30

func (d *CreateServiceDescriptor) HasResource() bool

func (*CreateServiceDescriptor) IsClientStream added in v0.4.28

func (d *CreateServiceDescriptor) IsClientStream() bool

func (*CreateServiceDescriptor) IsCollection added in v0.4.30

func (d *CreateServiceDescriptor) IsCollection() bool

func (*CreateServiceDescriptor) IsPlural added in v0.4.30

func (d *CreateServiceDescriptor) IsPlural() bool

func (*CreateServiceDescriptor) IsServerStream added in v0.4.28

func (d *CreateServiceDescriptor) IsServerStream() bool

func (*CreateServiceDescriptor) IsUnary added in v0.4.28

func (d *CreateServiceDescriptor) IsUnary() bool

func (*CreateServiceDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateServiceDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateServiceDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateServiceDescriptor) RequestHasResourceBody() bool

type CreateServiceDescriptorClientMsgHandle added in v0.4.28

type CreateServiceDescriptorClientMsgHandle struct{}

func (*CreateServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateServiceDescriptorServerMsgHandle added in v0.4.28

type CreateServiceDescriptorServerMsgHandle struct{}

func (*CreateServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateServiceRequest

type CreateServiceRequest struct {

	// Service resource body
	Service *service.Service `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty" firestore:"service"`
	// contains filtered or unexported fields
}

Request message for method [CreateService][ntt.meta.v1alpha2.CreateService]

func (*CreateServiceRequest) Clone

func (*CreateServiceRequest) CloneRaw

func (*CreateServiceRequest) Descriptor

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

Deprecated, Use CreateServiceRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceRequest) GetService

func (m *CreateServiceRequest) GetService() *service.Service

func (*CreateServiceRequest) GotenMessage

func (*CreateServiceRequest) GotenMessage()

func (*CreateServiceRequest) GotenObjectExt

func (o *CreateServiceRequest) GotenObjectExt()

func (*CreateServiceRequest) GotenValidate

func (obj *CreateServiceRequest) GotenValidate() error

func (*CreateServiceRequest) MakeDiffFieldMask

func (*CreateServiceRequest) MakeFullFieldMask

func (o *CreateServiceRequest) MakeFullFieldMask() *CreateServiceRequest_FieldMask

func (*CreateServiceRequest) MakeRawDiffFieldMask

func (o *CreateServiceRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*CreateServiceRequest) MakeRawFullFieldMask

func (o *CreateServiceRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*CreateServiceRequest) Marshal

func (m *CreateServiceRequest) Marshal() ([]byte, error)

func (*CreateServiceRequest) MarshalJSON

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

func (*CreateServiceRequest) Merge

func (o *CreateServiceRequest) Merge(source *CreateServiceRequest)

func (*CreateServiceRequest) MergeRaw

func (o *CreateServiceRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*CreateServiceRequest) ProtoMessage

func (*CreateServiceRequest) ProtoMessage()

func (*CreateServiceRequest) ProtoReflect

func (m *CreateServiceRequest) ProtoReflect() preflect.Message

func (*CreateServiceRequest) Reset

func (m *CreateServiceRequest) Reset()

func (*CreateServiceRequest) SetService

func (m *CreateServiceRequest) SetService(fv *service.Service)

func (*CreateServiceRequest) String

func (m *CreateServiceRequest) String() string

func (*CreateServiceRequest) Unmarshal

func (m *CreateServiceRequest) Unmarshal(b []byte) error

func (*CreateServiceRequest) UnmarshalJSON

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

type CreateServiceRequestFieldPathBuilder

type CreateServiceRequestFieldPathBuilder struct{}

func NewCreateServiceRequestFieldPathBuilder

func NewCreateServiceRequestFieldPathBuilder() CreateServiceRequestFieldPathBuilder

func (CreateServiceRequestFieldPathBuilder) Service

type CreateServiceRequestMapPathSelectorServiceMetadataAnnotations

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

func (CreateServiceRequestMapPathSelectorServiceMetadataAnnotations) FieldPath

func (CreateServiceRequestMapPathSelectorServiceMetadataAnnotations) WithArrayOfValues

func (CreateServiceRequestMapPathSelectorServiceMetadataAnnotations) WithValue

type CreateServiceRequestMapPathSelectorServiceMetadataLabels

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

func (CreateServiceRequestMapPathSelectorServiceMetadataLabels) FieldPath

func (CreateServiceRequestMapPathSelectorServiceMetadataLabels) WithArrayOfValues

func (CreateServiceRequestMapPathSelectorServiceMetadataLabels) WithValue

type CreateServiceRequestMapPathSelectorServiceMetadataShards

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

func (CreateServiceRequestMapPathSelectorServiceMetadataShards) FieldPath

func (CreateServiceRequestMapPathSelectorServiceMetadataShards) WithArrayOfValues

func (CreateServiceRequestMapPathSelectorServiceMetadataShards) WithValue

type CreateServiceRequestPathSelectorService

type CreateServiceRequestPathSelectorService struct{}

func (CreateServiceRequestPathSelectorService) AllVersions added in v0.5.1

func (CreateServiceRequestPathSelectorService) CurrentVersion added in v0.5.1

func (CreateServiceRequestPathSelectorService) DisplayName added in v0.5.1

func (CreateServiceRequestPathSelectorService) FieldPath

func (CreateServiceRequestPathSelectorService) Metadata

func (CreateServiceRequestPathSelectorService) Name

func (CreateServiceRequestPathSelectorService) WithArrayOfValues

func (CreateServiceRequestPathSelectorService) WithSubArrayItemValue

func (CreateServiceRequestPathSelectorService) WithSubArrayOfValues

func (CreateServiceRequestPathSelectorService) WithSubPath

func (CreateServiceRequestPathSelectorService) WithSubValue

func (CreateServiceRequestPathSelectorService) WithValue

type CreateServiceRequestPathSelectorServiceAllVersions added in v0.5.1

type CreateServiceRequestPathSelectorServiceAllVersions struct{}

func (CreateServiceRequestPathSelectorServiceAllVersions) FieldPath added in v0.5.1

func (CreateServiceRequestPathSelectorServiceAllVersions) WithArrayOfValues added in v0.5.1

func (CreateServiceRequestPathSelectorServiceAllVersions) WithItemValue added in v0.5.1

func (CreateServiceRequestPathSelectorServiceAllVersions) WithValue added in v0.5.1

type CreateServiceRequestPathSelectorServiceCurrentVersion added in v0.5.1

type CreateServiceRequestPathSelectorServiceCurrentVersion struct{}

func (CreateServiceRequestPathSelectorServiceCurrentVersion) FieldPath added in v0.5.1

func (CreateServiceRequestPathSelectorServiceCurrentVersion) WithArrayOfValues added in v0.5.1

func (CreateServiceRequestPathSelectorServiceCurrentVersion) WithValue added in v0.5.1

type CreateServiceRequestPathSelectorServiceDisplayName added in v0.5.1

type CreateServiceRequestPathSelectorServiceDisplayName struct{}

func (CreateServiceRequestPathSelectorServiceDisplayName) FieldPath added in v0.5.1

func (CreateServiceRequestPathSelectorServiceDisplayName) WithArrayOfValues added in v0.5.1

func (CreateServiceRequestPathSelectorServiceDisplayName) WithValue added in v0.5.1

type CreateServiceRequestPathSelectorServiceMetadata

type CreateServiceRequestPathSelectorServiceMetadata struct{}

func (CreateServiceRequestPathSelectorServiceMetadata) Annotations

func (CreateServiceRequestPathSelectorServiceMetadata) CreateTime

func (CreateServiceRequestPathSelectorServiceMetadata) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadata) Generation

func (CreateServiceRequestPathSelectorServiceMetadata) Labels

func (CreateServiceRequestPathSelectorServiceMetadata) OwnerReferences

func (CreateServiceRequestPathSelectorServiceMetadata) ResourceVersion

func (CreateServiceRequestPathSelectorServiceMetadata) Shards

func (CreateServiceRequestPathSelectorServiceMetadata) Syncing

func (CreateServiceRequestPathSelectorServiceMetadata) Tags

func (CreateServiceRequestPathSelectorServiceMetadata) UpdateTime

func (CreateServiceRequestPathSelectorServiceMetadata) Uuid

func (CreateServiceRequestPathSelectorServiceMetadata) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadata) WithValue

type CreateServiceRequestPathSelectorServiceMetadataAnnotations

type CreateServiceRequestPathSelectorServiceMetadataAnnotations struct{}

func (CreateServiceRequestPathSelectorServiceMetadataAnnotations) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataAnnotations) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataAnnotations) WithKey

func (CreateServiceRequestPathSelectorServiceMetadataAnnotations) WithValue

type CreateServiceRequestPathSelectorServiceMetadataCreateTime

type CreateServiceRequestPathSelectorServiceMetadataCreateTime struct{}

func (CreateServiceRequestPathSelectorServiceMetadataCreateTime) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataCreateTime) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataCreateTime) WithValue

type CreateServiceRequestPathSelectorServiceMetadataGeneration

type CreateServiceRequestPathSelectorServiceMetadataGeneration struct{}

func (CreateServiceRequestPathSelectorServiceMetadataGeneration) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataGeneration) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataGeneration) WithValue

type CreateServiceRequestPathSelectorServiceMetadataLabels

type CreateServiceRequestPathSelectorServiceMetadataLabels struct{}

func (CreateServiceRequestPathSelectorServiceMetadataLabels) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataLabels) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataLabels) WithKey

func (CreateServiceRequestPathSelectorServiceMetadataLabels) WithValue

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferences

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferences struct{}

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferences) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferences) Uid

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferences) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferences) WithItemValue

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferences) WithValue

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion struct{}

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion) WithValue

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesController

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesController struct{}

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesController) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesController) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesController) WithValue

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind struct{}

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind) WithValue

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesName

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesName struct{}

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesName) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesName) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesName) WithValue

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid

type CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid struct{}

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid) WithValue

type CreateServiceRequestPathSelectorServiceMetadataResourceVersion

type CreateServiceRequestPathSelectorServiceMetadataResourceVersion struct{}

func (CreateServiceRequestPathSelectorServiceMetadataResourceVersion) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataResourceVersion) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataResourceVersion) WithValue

type CreateServiceRequestPathSelectorServiceMetadataShards

type CreateServiceRequestPathSelectorServiceMetadataShards struct{}

func (CreateServiceRequestPathSelectorServiceMetadataShards) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataShards) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataShards) WithKey

func (CreateServiceRequestPathSelectorServiceMetadataShards) WithValue

type CreateServiceRequestPathSelectorServiceMetadataSyncing

type CreateServiceRequestPathSelectorServiceMetadataSyncing struct{}

func (CreateServiceRequestPathSelectorServiceMetadataSyncing) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataSyncing) Regions

func (CreateServiceRequestPathSelectorServiceMetadataSyncing) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataSyncing) WithValue

type CreateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion

type CreateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion struct{}

func (CreateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion) WithValue

type CreateServiceRequestPathSelectorServiceMetadataSyncingRegions

type CreateServiceRequestPathSelectorServiceMetadataSyncingRegions struct{}

func (CreateServiceRequestPathSelectorServiceMetadataSyncingRegions) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataSyncingRegions) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataSyncingRegions) WithItemValue

func (CreateServiceRequestPathSelectorServiceMetadataSyncingRegions) WithValue

type CreateServiceRequestPathSelectorServiceMetadataTags

type CreateServiceRequestPathSelectorServiceMetadataTags struct{}

func (CreateServiceRequestPathSelectorServiceMetadataTags) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataTags) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataTags) WithItemValue

func (CreateServiceRequestPathSelectorServiceMetadataTags) WithValue

type CreateServiceRequestPathSelectorServiceMetadataUpdateTime

type CreateServiceRequestPathSelectorServiceMetadataUpdateTime struct{}

func (CreateServiceRequestPathSelectorServiceMetadataUpdateTime) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataUpdateTime) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataUpdateTime) WithValue

type CreateServiceRequestPathSelectorServiceMetadataUuid

type CreateServiceRequestPathSelectorServiceMetadataUuid struct{}

func (CreateServiceRequestPathSelectorServiceMetadataUuid) FieldPath

func (CreateServiceRequestPathSelectorServiceMetadataUuid) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceMetadataUuid) WithValue

type CreateServiceRequestPathSelectorServiceName

type CreateServiceRequestPathSelectorServiceName struct{}

func (CreateServiceRequestPathSelectorServiceName) FieldPath

func (CreateServiceRequestPathSelectorServiceName) WithArrayOfValues

func (CreateServiceRequestPathSelectorServiceName) WithValue

type CreateServiceRequest_FieldMask

type CreateServiceRequest_FieldMask struct {
	Paths []CreateServiceRequest_FieldPath
}

func FullCreateServiceRequest_FieldMask

func FullCreateServiceRequest_FieldMask() *CreateServiceRequest_FieldMask

func (*CreateServiceRequest_FieldMask) AppendPath

func (*CreateServiceRequest_FieldMask) AppendRawPath

func (fieldMask *CreateServiceRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*CreateServiceRequest_FieldMask) DecodeFirestore

func (fieldMask *CreateServiceRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*CreateServiceRequest_FieldMask) EncodeFirestore

func (fieldMask *CreateServiceRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*CreateServiceRequest_FieldMask) FilterInputFields

func (fieldMask *CreateServiceRequest_FieldMask) FilterInputFields() *CreateServiceRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateServiceRequest_FieldMask) FromProtoFieldMask

func (fieldMask *CreateServiceRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*CreateServiceRequest_FieldMask) GetPaths

func (*CreateServiceRequest_FieldMask) GetRawPaths

func (fieldMask *CreateServiceRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*CreateServiceRequest_FieldMask) IsFull

func (fieldMask *CreateServiceRequest_FieldMask) IsFull() bool

func (CreateServiceRequest_FieldMask) Marshal

func (fieldMask CreateServiceRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (CreateServiceRequest_FieldMask) MarshalJSON

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

func (*CreateServiceRequest_FieldMask) PathsCount

func (fieldMask *CreateServiceRequest_FieldMask) PathsCount() int

func (*CreateServiceRequest_FieldMask) Project

func (*CreateServiceRequest_FieldMask) ProjectRaw

func (*CreateServiceRequest_FieldMask) ProtoMessage

func (fieldMask *CreateServiceRequest_FieldMask) ProtoMessage()

func (*CreateServiceRequest_FieldMask) ProtoReflect

func (fieldMask *CreateServiceRequest_FieldMask) ProtoReflect() preflect.Message

func (*CreateServiceRequest_FieldMask) Reset

func (fieldMask *CreateServiceRequest_FieldMask) Reset()

func (*CreateServiceRequest_FieldMask) Set

func (fieldMask *CreateServiceRequest_FieldMask) Set(target, source *CreateServiceRequest)

func (*CreateServiceRequest_FieldMask) SetFromCliFlag

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

func (*CreateServiceRequest_FieldMask) SetRaw

func (fieldMask *CreateServiceRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*CreateServiceRequest_FieldMask) Size

func (fieldMask *CreateServiceRequest_FieldMask) Size() int

func (*CreateServiceRequest_FieldMask) String

func (fieldMask *CreateServiceRequest_FieldMask) String() string

func (*CreateServiceRequest_FieldMask) Subtract

func (*CreateServiceRequest_FieldMask) SubtractRaw

func (*CreateServiceRequest_FieldMask) ToProtoFieldMask

func (fieldMask *CreateServiceRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*CreateServiceRequest_FieldMask) Unmarshal

func (fieldMask *CreateServiceRequest_FieldMask) Unmarshal(data []byte) error

func (*CreateServiceRequest_FieldMask) UnmarshalJSON

func (fieldMask *CreateServiceRequest_FieldMask) UnmarshalJSON(data []byte) error

type CreateServiceRequest_FieldPath

type CreateServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateServiceRequest_FieldPathSelector
	Get(source *CreateServiceRequest) []interface{}
	GetSingle(source *CreateServiceRequest) (interface{}, bool)
	ClearValue(item *CreateServiceRequest)

	// Those methods build corresponding CreateServiceRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) CreateServiceRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) CreateServiceRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) CreateServiceRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseCreateServiceRequest_FieldPath

func MustParseCreateServiceRequest_FieldPath(rawField string) CreateServiceRequest_FieldPath

func ParseCreateServiceRequest_FieldPath

func ParseCreateServiceRequest_FieldPath(rawField string) (CreateServiceRequest_FieldPath, error)

type CreateServiceRequest_FieldPathArrayItemValue

type CreateServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateServiceRequest_FieldPath
	ContainsValue(*CreateServiceRequest) bool
}

CreateServiceRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateServiceRequest according to their type Present only for array (repeated) types.

func MustParseCreateServiceRequest_FieldPathArrayItemValue

func MustParseCreateServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateServiceRequest_FieldPathArrayItemValue

func ParseCreateServiceRequest_FieldPathArrayItemValue

func ParseCreateServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateServiceRequest_FieldPathArrayItemValue, error)

ParseCreateServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateServiceRequest_FieldPathArrayOfValues

type CreateServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateServiceRequest_FieldPath
}

CreateServiceRequest_FieldPathArrayOfValues allows storing slice of values for CreateServiceRequest fields according to their type

func MustParseCreateServiceRequest_FieldPathArrayOfValues

func MustParseCreateServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateServiceRequest_FieldPathArrayOfValues

func ParseCreateServiceRequest_FieldPathArrayOfValues

func ParseCreateServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateServiceRequest_FieldPathArrayOfValues, error)

type CreateServiceRequest_FieldPathSelector

type CreateServiceRequest_FieldPathSelector int32
const (
	CreateServiceRequest_FieldPathSelectorService CreateServiceRequest_FieldPathSelector = 0
)

func (CreateServiceRequest_FieldPathSelector) String

type CreateServiceRequest_FieldPathValue

type CreateServiceRequest_FieldPathValue interface {
	CreateServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateServiceRequest)
	CompareWith(*CreateServiceRequest) (cmp int, comparable bool)
}

CreateServiceRequest_FieldPathValue allows storing values for CreateServiceRequest fields according to their type

func MustParseCreateServiceRequest_FieldPathValue

func MustParseCreateServiceRequest_FieldPathValue(pathStr, valueStr string) CreateServiceRequest_FieldPathValue

func ParseCreateServiceRequest_FieldPathValue

func ParseCreateServiceRequest_FieldPathValue(pathStr, valueStr string) (CreateServiceRequest_FieldPathValue, error)

type CreateServiceRequest_FieldSubPath

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

func (*CreateServiceRequest_FieldSubPath) AsServiceSubPath

func (*CreateServiceRequest_FieldSubPath) ClearValue

func (*CreateServiceRequest_FieldSubPath) ClearValueRaw

func (fps *CreateServiceRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*CreateServiceRequest_FieldSubPath) Get

func (fps *CreateServiceRequest_FieldSubPath) Get(source *CreateServiceRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateServiceRequest

func (*CreateServiceRequest_FieldSubPath) GetDefault

func (fps *CreateServiceRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateServiceRequest_FieldSubPath) GetRaw

func (fps *CreateServiceRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*CreateServiceRequest_FieldSubPath) GetSingle

func (fps *CreateServiceRequest_FieldSubPath) GetSingle(source *CreateServiceRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateServiceRequest

func (*CreateServiceRequest_FieldSubPath) GetSingleRaw

func (fps *CreateServiceRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateServiceRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateServiceRequest_FieldSubPath) JSONString

func (fps *CreateServiceRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreateServiceRequest_FieldSubPath) Selector

func (*CreateServiceRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateServiceRequest_FieldSubPath) WithIArrayItemValue

func (fps *CreateServiceRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateServiceRequest_FieldPathArrayItemValue

func (*CreateServiceRequest_FieldSubPath) WithIArrayOfValues

func (fps *CreateServiceRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateServiceRequest_FieldPathArrayOfValues

func (*CreateServiceRequest_FieldSubPath) WithIValue

func (*CreateServiceRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *CreateServiceRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateServiceRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *CreateServiceRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateServiceRequest_FieldSubPath) WithRawIValue

func (fps *CreateServiceRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateServiceRequest_FieldSubPathArrayItemValue

type CreateServiceRequest_FieldSubPathArrayItemValue struct {
	CreateServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateServiceRequest_FieldSubPathArrayItemValue) AsServicePathItemValue

func (*CreateServiceRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateServiceRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *CreateServiceRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type CreateServiceRequest_FieldSubPathArrayOfValues

type CreateServiceRequest_FieldSubPathArrayOfValues struct {
	CreateServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateServiceRequest_FieldSubPathArrayOfValues) AsServicePathArrayOfValues

func (*CreateServiceRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *CreateServiceRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type CreateServiceRequest_FieldSubPathValue

type CreateServiceRequest_FieldSubPathValue struct {
	CreateServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateServiceRequest_FieldSubPathValue) AsServicePathValue

func (*CreateServiceRequest_FieldSubPathValue) CompareWith

func (*CreateServiceRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *CreateServiceRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreateServiceRequest_FieldSubPathValue) GetRawValue

func (fpvs *CreateServiceRequest_FieldSubPathValue) GetRawValue() interface{}

func (*CreateServiceRequest_FieldSubPathValue) SetTo

func (*CreateServiceRequest_FieldSubPathValue) SetToRaw

func (fpvs *CreateServiceRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type CreateServiceRequest_FieldTerminalPath

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

func (*CreateServiceRequest_FieldTerminalPath) ClearValue

func (*CreateServiceRequest_FieldTerminalPath) ClearValueRaw

func (fp *CreateServiceRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*CreateServiceRequest_FieldTerminalPath) Get

func (fp *CreateServiceRequest_FieldTerminalPath) Get(source *CreateServiceRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateServiceRequest

func (*CreateServiceRequest_FieldTerminalPath) GetDefault

func (fp *CreateServiceRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateServiceRequest_FieldTerminalPath) GetRaw

func (fp *CreateServiceRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*CreateServiceRequest_FieldTerminalPath) GetSingle

func (fp *CreateServiceRequest_FieldTerminalPath) GetSingle(source *CreateServiceRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateServiceRequest

func (*CreateServiceRequest_FieldTerminalPath) GetSingleRaw

func (fp *CreateServiceRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateServiceRequest_FieldTerminalPath) Selector

func (*CreateServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateServiceRequest_FieldTerminalPath) WithIValue

func (*CreateServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *CreateServiceRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *CreateServiceRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateServiceRequest_FieldTerminalPath) WithRawIValue

func (fp *CreateServiceRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateServiceRequest_FieldTerminalPathArrayItemValue

type CreateServiceRequest_FieldTerminalPathArrayItemValue struct {
	CreateServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *CreateServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*CreateServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *CreateServiceRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateServiceRequest) (interface{}, bool)

func (*CreateServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *CreateServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type CreateServiceRequest_FieldTerminalPathArrayOfValues

type CreateServiceRequest_FieldTerminalPathArrayOfValues struct {
	CreateServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateServiceRequest_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues

func (fpaov *CreateServiceRequest_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]*service.Service, bool)

func (*CreateServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *CreateServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type CreateServiceRequest_FieldTerminalPathValue

type CreateServiceRequest_FieldTerminalPathValue struct {
	CreateServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateServiceRequest_FieldTerminalPathValue) AsServiceValue

func (*CreateServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateServiceRequest_FieldTerminalPathValue' with the value under path in 'CreateServiceRequest'.

func (*CreateServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *CreateServiceRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreateServiceRequest_FieldTerminalPathValue) GetRawValue

func (fpv *CreateServiceRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*CreateServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateServiceRequest

func (*CreateServiceRequest_FieldTerminalPathValue) SetToRaw

type DeleteServiceDescriptor added in v0.4.28

type DeleteServiceDescriptor struct{}

func GetDeleteServiceDescriptor added in v0.4.28

func GetDeleteServiceDescriptor() *DeleteServiceDescriptor

func (*DeleteServiceDescriptor) GetApiDescriptor added in v0.4.28

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

func (*DeleteServiceDescriptor) GetApiName added in v0.4.28

func (d *DeleteServiceDescriptor) GetApiName() string

func (*DeleteServiceDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteServiceDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteServiceDescriptor) GetFullMethodName() string

func (*DeleteServiceDescriptor) GetMethodName added in v0.4.28

func (d *DeleteServiceDescriptor) GetMethodName() string

func (*DeleteServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteServiceDescriptor) GetProtoPkgName() string

func (*DeleteServiceDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteServiceDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteServiceDescriptor) GetServiceDomain() string

func (*DeleteServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteServiceDescriptor) GetServiceVersion() string

func (*DeleteServiceDescriptor) GetVerb added in v0.4.28

func (d *DeleteServiceDescriptor) GetVerb() string

func (*DeleteServiceDescriptor) HasResource added in v0.4.30

func (d *DeleteServiceDescriptor) HasResource() bool

func (*DeleteServiceDescriptor) IsClientStream added in v0.4.28

func (d *DeleteServiceDescriptor) IsClientStream() bool

func (*DeleteServiceDescriptor) IsCollection added in v0.4.30

func (d *DeleteServiceDescriptor) IsCollection() bool

func (*DeleteServiceDescriptor) IsPlural added in v0.4.30

func (d *DeleteServiceDescriptor) IsPlural() bool

func (*DeleteServiceDescriptor) IsServerStream added in v0.4.28

func (d *DeleteServiceDescriptor) IsServerStream() bool

func (*DeleteServiceDescriptor) IsUnary added in v0.4.28

func (d *DeleteServiceDescriptor) IsUnary() bool

func (*DeleteServiceDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteServiceDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteServiceDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteServiceDescriptor) RequestHasResourceBody() bool

type DeleteServiceDescriptorClientMsgHandle added in v0.4.28

type DeleteServiceDescriptorClientMsgHandle struct{}

func (*DeleteServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteServiceDescriptorServerMsgHandle added in v0.4.28

type DeleteServiceDescriptorServerMsgHandle struct{}

func (*DeleteServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteServiceRequest

type DeleteServiceRequest struct {

	// Reference of ntt.meta.v1alpha2.Service
	Name *service.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteService][ntt.meta.v1alpha2.DeleteService]

func (*DeleteServiceRequest) Clone

func (*DeleteServiceRequest) CloneRaw

func (*DeleteServiceRequest) Descriptor

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

Deprecated, Use DeleteServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceRequest) GetName

func (m *DeleteServiceRequest) GetName() *service.Reference

func (*DeleteServiceRequest) GotenMessage

func (*DeleteServiceRequest) GotenMessage()

func (*DeleteServiceRequest) GotenObjectExt

func (o *DeleteServiceRequest) GotenObjectExt()

func (*DeleteServiceRequest) GotenValidate

func (obj *DeleteServiceRequest) GotenValidate() error

func (*DeleteServiceRequest) MakeDiffFieldMask

func (*DeleteServiceRequest) MakeFullFieldMask

func (o *DeleteServiceRequest) MakeFullFieldMask() *DeleteServiceRequest_FieldMask

func (*DeleteServiceRequest) MakeRawDiffFieldMask

func (o *DeleteServiceRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*DeleteServiceRequest) MakeRawFullFieldMask

func (o *DeleteServiceRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*DeleteServiceRequest) Marshal

func (m *DeleteServiceRequest) Marshal() ([]byte, error)

func (*DeleteServiceRequest) MarshalJSON

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

func (*DeleteServiceRequest) Merge

func (o *DeleteServiceRequest) Merge(source *DeleteServiceRequest)

func (*DeleteServiceRequest) MergeRaw

func (o *DeleteServiceRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*DeleteServiceRequest) ProtoMessage

func (*DeleteServiceRequest) ProtoMessage()

func (*DeleteServiceRequest) ProtoReflect

func (m *DeleteServiceRequest) ProtoReflect() preflect.Message

func (*DeleteServiceRequest) Reset

func (m *DeleteServiceRequest) Reset()

func (*DeleteServiceRequest) SetName

func (m *DeleteServiceRequest) SetName(fv *service.Reference)

func (*DeleteServiceRequest) String

func (m *DeleteServiceRequest) String() string

func (*DeleteServiceRequest) Unmarshal

func (m *DeleteServiceRequest) Unmarshal(b []byte) error

func (*DeleteServiceRequest) UnmarshalJSON

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

type DeleteServiceRequestFieldPathBuilder

type DeleteServiceRequestFieldPathBuilder struct{}

func NewDeleteServiceRequestFieldPathBuilder

func NewDeleteServiceRequestFieldPathBuilder() DeleteServiceRequestFieldPathBuilder

func (DeleteServiceRequestFieldPathBuilder) Name

type DeleteServiceRequestPathSelectorName

type DeleteServiceRequestPathSelectorName struct{}

func (DeleteServiceRequestPathSelectorName) FieldPath

func (DeleteServiceRequestPathSelectorName) WithArrayOfValues

func (DeleteServiceRequestPathSelectorName) WithValue

type DeleteServiceRequest_FieldMask

type DeleteServiceRequest_FieldMask struct {
	Paths []DeleteServiceRequest_FieldPath
}

func FullDeleteServiceRequest_FieldMask

func FullDeleteServiceRequest_FieldMask() *DeleteServiceRequest_FieldMask

func (*DeleteServiceRequest_FieldMask) AppendPath

func (*DeleteServiceRequest_FieldMask) AppendRawPath

func (fieldMask *DeleteServiceRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*DeleteServiceRequest_FieldMask) DecodeFirestore

func (fieldMask *DeleteServiceRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*DeleteServiceRequest_FieldMask) EncodeFirestore

func (fieldMask *DeleteServiceRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*DeleteServiceRequest_FieldMask) FilterInputFields

func (fieldMask *DeleteServiceRequest_FieldMask) FilterInputFields() *DeleteServiceRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteServiceRequest_FieldMask) FromProtoFieldMask

func (fieldMask *DeleteServiceRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*DeleteServiceRequest_FieldMask) GetPaths

func (*DeleteServiceRequest_FieldMask) GetRawPaths

func (fieldMask *DeleteServiceRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*DeleteServiceRequest_FieldMask) IsFull

func (fieldMask *DeleteServiceRequest_FieldMask) IsFull() bool

func (DeleteServiceRequest_FieldMask) Marshal

func (fieldMask DeleteServiceRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (DeleteServiceRequest_FieldMask) MarshalJSON

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

func (*DeleteServiceRequest_FieldMask) PathsCount

func (fieldMask *DeleteServiceRequest_FieldMask) PathsCount() int

func (*DeleteServiceRequest_FieldMask) Project

func (*DeleteServiceRequest_FieldMask) ProjectRaw

func (*DeleteServiceRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteServiceRequest_FieldMask) ProtoMessage()

func (*DeleteServiceRequest_FieldMask) ProtoReflect

func (fieldMask *DeleteServiceRequest_FieldMask) ProtoReflect() preflect.Message

func (*DeleteServiceRequest_FieldMask) Reset

func (fieldMask *DeleteServiceRequest_FieldMask) Reset()

func (*DeleteServiceRequest_FieldMask) Set

func (fieldMask *DeleteServiceRequest_FieldMask) Set(target, source *DeleteServiceRequest)

func (*DeleteServiceRequest_FieldMask) SetFromCliFlag

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

func (*DeleteServiceRequest_FieldMask) SetRaw

func (fieldMask *DeleteServiceRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*DeleteServiceRequest_FieldMask) Size

func (fieldMask *DeleteServiceRequest_FieldMask) Size() int

func (*DeleteServiceRequest_FieldMask) String

func (fieldMask *DeleteServiceRequest_FieldMask) String() string

func (*DeleteServiceRequest_FieldMask) Subtract

func (*DeleteServiceRequest_FieldMask) SubtractRaw

func (*DeleteServiceRequest_FieldMask) ToProtoFieldMask

func (fieldMask *DeleteServiceRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*DeleteServiceRequest_FieldMask) Unmarshal

func (fieldMask *DeleteServiceRequest_FieldMask) Unmarshal(data []byte) error

func (*DeleteServiceRequest_FieldMask) UnmarshalJSON

func (fieldMask *DeleteServiceRequest_FieldMask) UnmarshalJSON(data []byte) error

type DeleteServiceRequest_FieldPath

type DeleteServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteServiceRequest_FieldPathSelector
	Get(source *DeleteServiceRequest) []interface{}
	GetSingle(source *DeleteServiceRequest) (interface{}, bool)
	ClearValue(item *DeleteServiceRequest)

	// Those methods build corresponding DeleteServiceRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) DeleteServiceRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) DeleteServiceRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) DeleteServiceRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseDeleteServiceRequest_FieldPath

func MustParseDeleteServiceRequest_FieldPath(rawField string) DeleteServiceRequest_FieldPath

func ParseDeleteServiceRequest_FieldPath

func ParseDeleteServiceRequest_FieldPath(rawField string) (DeleteServiceRequest_FieldPath, error)

type DeleteServiceRequest_FieldPathArrayItemValue

type DeleteServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteServiceRequest_FieldPath
	ContainsValue(*DeleteServiceRequest) bool
}

DeleteServiceRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteServiceRequest according to their type Present only for array (repeated) types.

func MustParseDeleteServiceRequest_FieldPathArrayItemValue

func MustParseDeleteServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteServiceRequest_FieldPathArrayItemValue

func ParseDeleteServiceRequest_FieldPathArrayItemValue

func ParseDeleteServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteServiceRequest_FieldPathArrayItemValue, error)

ParseDeleteServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteServiceRequest_FieldPathArrayOfValues

type DeleteServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteServiceRequest_FieldPath
}

DeleteServiceRequest_FieldPathArrayOfValues allows storing slice of values for DeleteServiceRequest fields according to their type

func MustParseDeleteServiceRequest_FieldPathArrayOfValues

func MustParseDeleteServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteServiceRequest_FieldPathArrayOfValues

func ParseDeleteServiceRequest_FieldPathArrayOfValues

func ParseDeleteServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteServiceRequest_FieldPathArrayOfValues, error)

type DeleteServiceRequest_FieldPathSelector

type DeleteServiceRequest_FieldPathSelector int32
const (
	DeleteServiceRequest_FieldPathSelectorName DeleteServiceRequest_FieldPathSelector = 0
)

func (DeleteServiceRequest_FieldPathSelector) String

type DeleteServiceRequest_FieldPathValue

type DeleteServiceRequest_FieldPathValue interface {
	DeleteServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteServiceRequest)
	CompareWith(*DeleteServiceRequest) (cmp int, comparable bool)
}

DeleteServiceRequest_FieldPathValue allows storing values for DeleteServiceRequest fields according to their type

func MustParseDeleteServiceRequest_FieldPathValue

func MustParseDeleteServiceRequest_FieldPathValue(pathStr, valueStr string) DeleteServiceRequest_FieldPathValue

func ParseDeleteServiceRequest_FieldPathValue

func ParseDeleteServiceRequest_FieldPathValue(pathStr, valueStr string) (DeleteServiceRequest_FieldPathValue, error)

type DeleteServiceRequest_FieldTerminalPath

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

func (*DeleteServiceRequest_FieldTerminalPath) ClearValue

func (*DeleteServiceRequest_FieldTerminalPath) ClearValueRaw

func (fp *DeleteServiceRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*DeleteServiceRequest_FieldTerminalPath) Get

func (fp *DeleteServiceRequest_FieldTerminalPath) Get(source *DeleteServiceRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteServiceRequest

func (*DeleteServiceRequest_FieldTerminalPath) GetDefault

func (fp *DeleteServiceRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*DeleteServiceRequest_FieldTerminalPath) GetRaw

func (fp *DeleteServiceRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*DeleteServiceRequest_FieldTerminalPath) GetSingle

func (fp *DeleteServiceRequest_FieldTerminalPath) GetSingle(source *DeleteServiceRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteServiceRequest

func (*DeleteServiceRequest_FieldTerminalPath) GetSingleRaw

func (fp *DeleteServiceRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*DeleteServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteServiceRequest_FieldTerminalPath) Selector

func (*DeleteServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteServiceRequest_FieldTerminalPath) WithIValue

func (*DeleteServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *DeleteServiceRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*DeleteServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *DeleteServiceRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*DeleteServiceRequest_FieldTerminalPath) WithRawIValue

func (fp *DeleteServiceRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type DeleteServiceRequest_FieldTerminalPathArrayItemValue

type DeleteServiceRequest_FieldTerminalPathArrayItemValue struct {
	DeleteServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *DeleteServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*DeleteServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *DeleteServiceRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteServiceRequest) (interface{}, bool)

func (*DeleteServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *DeleteServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type DeleteServiceRequest_FieldTerminalPathArrayOfValues

type DeleteServiceRequest_FieldTerminalPathArrayOfValues struct {
	DeleteServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *DeleteServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type DeleteServiceRequest_FieldTerminalPathValue

type DeleteServiceRequest_FieldTerminalPathValue struct {
	DeleteServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteServiceRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteServiceRequest_FieldTerminalPathValue' with the value under path in 'DeleteServiceRequest'.

func (*DeleteServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *DeleteServiceRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*DeleteServiceRequest_FieldTerminalPathValue) GetRawValue

func (fpv *DeleteServiceRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*DeleteServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteServiceRequest

func (*DeleteServiceRequest_FieldTerminalPathValue) SetToRaw

type GetServiceDescriptor added in v0.4.28

type GetServiceDescriptor struct{}

func GetGetServiceDescriptor added in v0.4.28

func GetGetServiceDescriptor() *GetServiceDescriptor

func (*GetServiceDescriptor) GetApiDescriptor added in v0.4.28

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

func (*GetServiceDescriptor) GetApiName added in v0.4.28

func (d *GetServiceDescriptor) GetApiName() string

func (*GetServiceDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetServiceDescriptor) GetFullMethodName added in v0.4.28

func (d *GetServiceDescriptor) GetFullMethodName() string

func (*GetServiceDescriptor) GetMethodName added in v0.4.28

func (d *GetServiceDescriptor) GetMethodName() string

func (*GetServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetServiceDescriptor) GetProtoPkgName() string

func (*GetServiceDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetServiceDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *GetServiceDescriptor) GetServiceDomain() string

func (*GetServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *GetServiceDescriptor) GetServiceVersion() string

func (*GetServiceDescriptor) GetVerb added in v0.4.28

func (d *GetServiceDescriptor) GetVerb() string

func (*GetServiceDescriptor) HasResource added in v0.4.30

func (d *GetServiceDescriptor) HasResource() bool

func (*GetServiceDescriptor) IsClientStream added in v0.4.28

func (d *GetServiceDescriptor) IsClientStream() bool

func (*GetServiceDescriptor) IsCollection added in v0.4.30

func (d *GetServiceDescriptor) IsCollection() bool

func (*GetServiceDescriptor) IsPlural added in v0.4.30

func (d *GetServiceDescriptor) IsPlural() bool

func (*GetServiceDescriptor) IsServerStream added in v0.4.28

func (d *GetServiceDescriptor) IsServerStream() bool

func (*GetServiceDescriptor) IsUnary added in v0.4.28

func (d *GetServiceDescriptor) IsUnary() bool

func (*GetServiceDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetServiceDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetServiceDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetServiceDescriptor) RequestHasResourceBody() bool

type GetServiceDescriptorClientMsgHandle added in v0.4.28

type GetServiceDescriptorClientMsgHandle struct{}

func (*GetServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *GetServiceDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetServiceDescriptorServerMsgHandle added in v0.4.28

type GetServiceDescriptorServerMsgHandle struct{}

func (*GetServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *GetServiceDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetServiceRequest

type GetServiceRequest struct {

	// Reference of ntt.meta.v1alpha2.Service
	Name *service.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 *service.Service_FieldMask `` /* 139-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 [GetService][ntt.meta.v1alpha2.GetService]

func (*GetServiceRequest) Clone

func (*GetServiceRequest) CloneRaw

func (*GetServiceRequest) Descriptor

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

Deprecated, Use GetServiceRequest.ProtoReflect.Descriptor instead.

func (*GetServiceRequest) GetFieldMask

func (m *GetServiceRequest) GetFieldMask() *service.Service_FieldMask

func (*GetServiceRequest) GetName

func (m *GetServiceRequest) GetName() *service.Reference

func (*GetServiceRequest) GetView

func (m *GetServiceRequest) GetView() view.View

func (*GetServiceRequest) GotenMessage

func (*GetServiceRequest) GotenMessage()

func (*GetServiceRequest) GotenObjectExt

func (o *GetServiceRequest) GotenObjectExt()

func (*GetServiceRequest) GotenValidate

func (obj *GetServiceRequest) GotenValidate() error

func (*GetServiceRequest) MakeDiffFieldMask

func (o *GetServiceRequest) MakeDiffFieldMask(other *GetServiceRequest) *GetServiceRequest_FieldMask

func (*GetServiceRequest) MakeFullFieldMask

func (o *GetServiceRequest) MakeFullFieldMask() *GetServiceRequest_FieldMask

func (*GetServiceRequest) MakeRawDiffFieldMask

func (o *GetServiceRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*GetServiceRequest) MakeRawFullFieldMask

func (o *GetServiceRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetServiceRequest) Marshal

func (m *GetServiceRequest) Marshal() ([]byte, error)

func (*GetServiceRequest) MarshalJSON

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

func (*GetServiceRequest) Merge

func (o *GetServiceRequest) Merge(source *GetServiceRequest)

func (*GetServiceRequest) MergeRaw

func (o *GetServiceRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*GetServiceRequest) ProtoMessage

func (*GetServiceRequest) ProtoMessage()

func (*GetServiceRequest) ProtoReflect

func (m *GetServiceRequest) ProtoReflect() preflect.Message

func (*GetServiceRequest) Reset

func (m *GetServiceRequest) Reset()

func (*GetServiceRequest) SetFieldMask

func (m *GetServiceRequest) SetFieldMask(fv *service.Service_FieldMask)

func (*GetServiceRequest) SetName

func (m *GetServiceRequest) SetName(fv *service.Reference)

func (*GetServiceRequest) SetView

func (m *GetServiceRequest) SetView(fv view.View)

func (*GetServiceRequest) String

func (m *GetServiceRequest) String() string

func (*GetServiceRequest) Unmarshal

func (m *GetServiceRequest) Unmarshal(b []byte) error

func (*GetServiceRequest) UnmarshalJSON

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

type GetServiceRequestFieldPathBuilder

type GetServiceRequestFieldPathBuilder struct{}

func NewGetServiceRequestFieldPathBuilder

func NewGetServiceRequestFieldPathBuilder() GetServiceRequestFieldPathBuilder

func (GetServiceRequestFieldPathBuilder) FieldMask

func (GetServiceRequestFieldPathBuilder) Name

func (GetServiceRequestFieldPathBuilder) View

type GetServiceRequestPathSelectorFieldMask

type GetServiceRequestPathSelectorFieldMask struct{}

func (GetServiceRequestPathSelectorFieldMask) FieldPath

func (GetServiceRequestPathSelectorFieldMask) WithArrayOfValues

func (GetServiceRequestPathSelectorFieldMask) WithValue

type GetServiceRequestPathSelectorName

type GetServiceRequestPathSelectorName struct{}

func (GetServiceRequestPathSelectorName) FieldPath

func (GetServiceRequestPathSelectorName) WithArrayOfValues

func (GetServiceRequestPathSelectorName) WithValue

type GetServiceRequestPathSelectorView

type GetServiceRequestPathSelectorView struct{}

func (GetServiceRequestPathSelectorView) FieldPath

func (GetServiceRequestPathSelectorView) WithArrayOfValues

func (GetServiceRequestPathSelectorView) WithValue

type GetServiceRequest_FieldMask

type GetServiceRequest_FieldMask struct {
	Paths []GetServiceRequest_FieldPath
}

func FullGetServiceRequest_FieldMask

func FullGetServiceRequest_FieldMask() *GetServiceRequest_FieldMask

func (*GetServiceRequest_FieldMask) AppendPath

func (fieldMask *GetServiceRequest_FieldMask) AppendPath(path GetServiceRequest_FieldPath)

func (*GetServiceRequest_FieldMask) AppendRawPath

func (fieldMask *GetServiceRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*GetServiceRequest_FieldMask) DecodeFirestore

func (fieldMask *GetServiceRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetServiceRequest_FieldMask) EncodeFirestore

func (fieldMask *GetServiceRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetServiceRequest_FieldMask) FilterInputFields

func (fieldMask *GetServiceRequest_FieldMask) FilterInputFields() *GetServiceRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetServiceRequest_FieldMask) FromProtoFieldMask

func (fieldMask *GetServiceRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetServiceRequest_FieldMask) GetPaths

func (*GetServiceRequest_FieldMask) GetRawPaths

func (fieldMask *GetServiceRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*GetServiceRequest_FieldMask) IsFull

func (fieldMask *GetServiceRequest_FieldMask) IsFull() bool

func (GetServiceRequest_FieldMask) Marshal

func (fieldMask GetServiceRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetServiceRequest_FieldMask) MarshalJSON

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

func (*GetServiceRequest_FieldMask) PathsCount

func (fieldMask *GetServiceRequest_FieldMask) PathsCount() int

func (*GetServiceRequest_FieldMask) Project

func (*GetServiceRequest_FieldMask) ProjectRaw

func (*GetServiceRequest_FieldMask) ProtoMessage

func (fieldMask *GetServiceRequest_FieldMask) ProtoMessage()

func (*GetServiceRequest_FieldMask) ProtoReflect

func (fieldMask *GetServiceRequest_FieldMask) ProtoReflect() preflect.Message

func (*GetServiceRequest_FieldMask) Reset

func (fieldMask *GetServiceRequest_FieldMask) Reset()

func (*GetServiceRequest_FieldMask) Set

func (fieldMask *GetServiceRequest_FieldMask) Set(target, source *GetServiceRequest)

func (*GetServiceRequest_FieldMask) SetFromCliFlag

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

func (*GetServiceRequest_FieldMask) SetRaw

func (fieldMask *GetServiceRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*GetServiceRequest_FieldMask) Size

func (fieldMask *GetServiceRequest_FieldMask) Size() int

func (*GetServiceRequest_FieldMask) String

func (fieldMask *GetServiceRequest_FieldMask) String() string

func (*GetServiceRequest_FieldMask) Subtract

func (*GetServiceRequest_FieldMask) SubtractRaw

func (*GetServiceRequest_FieldMask) ToProtoFieldMask

func (fieldMask *GetServiceRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*GetServiceRequest_FieldMask) Unmarshal

func (fieldMask *GetServiceRequest_FieldMask) Unmarshal(data []byte) error

func (*GetServiceRequest_FieldMask) UnmarshalJSON

func (fieldMask *GetServiceRequest_FieldMask) UnmarshalJSON(data []byte) error

type GetServiceRequest_FieldPath

type GetServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetServiceRequest_FieldPathSelector
	Get(source *GetServiceRequest) []interface{}
	GetSingle(source *GetServiceRequest) (interface{}, bool)
	ClearValue(item *GetServiceRequest)

	// Those methods build corresponding GetServiceRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetServiceRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) GetServiceRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetServiceRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetServiceRequest_FieldPath

func MustParseGetServiceRequest_FieldPath(rawField string) GetServiceRequest_FieldPath

func ParseGetServiceRequest_FieldPath

func ParseGetServiceRequest_FieldPath(rawField string) (GetServiceRequest_FieldPath, error)

type GetServiceRequest_FieldPathArrayItemValue

type GetServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetServiceRequest_FieldPath
	ContainsValue(*GetServiceRequest) bool
}

GetServiceRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetServiceRequest according to their type Present only for array (repeated) types.

func MustParseGetServiceRequest_FieldPathArrayItemValue

func MustParseGetServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetServiceRequest_FieldPathArrayItemValue

func ParseGetServiceRequest_FieldPathArrayItemValue

func ParseGetServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetServiceRequest_FieldPathArrayItemValue, error)

ParseGetServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetServiceRequest_FieldPathArrayOfValues

type GetServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetServiceRequest_FieldPath
}

GetServiceRequest_FieldPathArrayOfValues allows storing slice of values for GetServiceRequest fields according to their type

func MustParseGetServiceRequest_FieldPathArrayOfValues

func MustParseGetServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetServiceRequest_FieldPathArrayOfValues

func ParseGetServiceRequest_FieldPathArrayOfValues

func ParseGetServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetServiceRequest_FieldPathArrayOfValues, error)

type GetServiceRequest_FieldPathSelector

type GetServiceRequest_FieldPathSelector int32
const (
	GetServiceRequest_FieldPathSelectorName      GetServiceRequest_FieldPathSelector = 0
	GetServiceRequest_FieldPathSelectorFieldMask GetServiceRequest_FieldPathSelector = 1
	GetServiceRequest_FieldPathSelectorView      GetServiceRequest_FieldPathSelector = 2
)

func (GetServiceRequest_FieldPathSelector) String

type GetServiceRequest_FieldPathValue

type GetServiceRequest_FieldPathValue interface {
	GetServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetServiceRequest)
	CompareWith(*GetServiceRequest) (cmp int, comparable bool)
}

GetServiceRequest_FieldPathValue allows storing values for GetServiceRequest fields according to their type

func MustParseGetServiceRequest_FieldPathValue

func MustParseGetServiceRequest_FieldPathValue(pathStr, valueStr string) GetServiceRequest_FieldPathValue

func ParseGetServiceRequest_FieldPathValue

func ParseGetServiceRequest_FieldPathValue(pathStr, valueStr string) (GetServiceRequest_FieldPathValue, error)

type GetServiceRequest_FieldTerminalPath

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

func (*GetServiceRequest_FieldTerminalPath) ClearValue

func (*GetServiceRequest_FieldTerminalPath) ClearValueRaw

func (fp *GetServiceRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*GetServiceRequest_FieldTerminalPath) Get

func (fp *GetServiceRequest_FieldTerminalPath) Get(source *GetServiceRequest) (values []interface{})

Get returns all values pointed by specific field from source GetServiceRequest

func (*GetServiceRequest_FieldTerminalPath) GetDefault

func (fp *GetServiceRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetServiceRequest_FieldTerminalPath) GetRaw

func (fp *GetServiceRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetServiceRequest_FieldTerminalPath) GetSingle

func (fp *GetServiceRequest_FieldTerminalPath) GetSingle(source *GetServiceRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetServiceRequest

func (*GetServiceRequest_FieldTerminalPath) GetSingleRaw

func (fp *GetServiceRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetServiceRequest_FieldTerminalPath) Selector

func (*GetServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *GetServiceRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetServiceRequest_FieldPathArrayItemValue

func (*GetServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetServiceRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetServiceRequest_FieldPathArrayOfValues

func (*GetServiceRequest_FieldTerminalPath) WithIValue

func (*GetServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *GetServiceRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetServiceRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetServiceRequest_FieldTerminalPath) WithRawIValue

func (fp *GetServiceRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetServiceRequest_FieldTerminalPathArrayItemValue

type GetServiceRequest_FieldTerminalPathArrayItemValue struct {
	GetServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*GetServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetServiceRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetServiceRequest) (interface{}, bool)

func (*GetServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetServiceRequest_FieldTerminalPathArrayOfValues

type GetServiceRequest_FieldTerminalPathArrayOfValues struct {
	GetServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetServiceRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *GetServiceRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service.Service_FieldMask, bool)

func (*GetServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *GetServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*service.Reference, bool)

func (*GetServiceRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *GetServiceRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*GetServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetServiceRequest_FieldTerminalPathValue

type GetServiceRequest_FieldTerminalPathValue struct {
	GetServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetServiceRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetServiceRequest_FieldTerminalPathValue) AsNameValue

func (*GetServiceRequest_FieldTerminalPathValue) AsViewValue

func (*GetServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetServiceRequest_FieldTerminalPathValue' with the value under path in 'GetServiceRequest'.

func (*GetServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *GetServiceRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetServiceRequest_FieldTerminalPathValue) GetRawValue

func (fpv *GetServiceRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*GetServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetServiceRequest

func (*GetServiceRequest_FieldTerminalPathValue) SetToRaw

type ListServicesDescriptor added in v0.4.28

type ListServicesDescriptor struct{}

func GetListServicesDescriptor added in v0.4.28

func GetListServicesDescriptor() *ListServicesDescriptor

func (*ListServicesDescriptor) GetApiDescriptor added in v0.4.28

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

func (*ListServicesDescriptor) GetApiName added in v0.4.28

func (d *ListServicesDescriptor) GetApiName() string

func (*ListServicesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListServicesDescriptor) GetFullMethodName added in v0.4.28

func (d *ListServicesDescriptor) GetFullMethodName() string

func (*ListServicesDescriptor) GetMethodName added in v0.4.28

func (d *ListServicesDescriptor) GetMethodName() string

func (*ListServicesDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListServicesDescriptor) GetProtoPkgName() string

func (*ListServicesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListServicesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListServicesDescriptor) GetServiceDomain added in v0.4.28

func (d *ListServicesDescriptor) GetServiceDomain() string

func (*ListServicesDescriptor) GetServiceVersion added in v0.4.28

func (d *ListServicesDescriptor) GetServiceVersion() string

func (*ListServicesDescriptor) GetVerb added in v0.4.28

func (d *ListServicesDescriptor) GetVerb() string

func (*ListServicesDescriptor) HasResource added in v0.4.30

func (d *ListServicesDescriptor) HasResource() bool

func (*ListServicesDescriptor) IsClientStream added in v0.4.28

func (d *ListServicesDescriptor) IsClientStream() bool

func (*ListServicesDescriptor) IsCollection added in v0.4.30

func (d *ListServicesDescriptor) IsCollection() bool

func (*ListServicesDescriptor) IsPlural added in v0.4.30

func (d *ListServicesDescriptor) IsPlural() bool

func (*ListServicesDescriptor) IsServerStream added in v0.4.28

func (d *ListServicesDescriptor) IsServerStream() bool

func (*ListServicesDescriptor) IsUnary added in v0.4.28

func (d *ListServicesDescriptor) IsUnary() bool

func (*ListServicesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListServicesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListServicesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListServicesDescriptor) RequestHasResourceBody() bool

type ListServicesDescriptorClientMsgHandle added in v0.4.28

type ListServicesDescriptorClientMsgHandle struct{}

func (*ListServicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListServicesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListServicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListServicesDescriptorServerMsgHandle added in v0.4.28

type ListServicesDescriptorServerMsgHandle struct{}

func (*ListServicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListServicesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListServicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListServicesRequest

type ListServicesRequest struct {

	// Requested page size. Server may return fewer Services 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
	// [ListServicesResponse.next_page_token][ntt.meta.v1alpha2.ListServicesResponse.next_page_token]
	PageToken *service.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 *service.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 *service.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 *service.Service_FieldMask `` /* 139-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [ListServices][ntt.meta.v1alpha2.ListServices]

func (*ListServicesRequest) Clone

func (*ListServicesRequest) CloneRaw

func (*ListServicesRequest) Descriptor

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

Deprecated, Use ListServicesRequest.ProtoReflect.Descriptor instead.

func (*ListServicesRequest) GetFieldMask

func (m *ListServicesRequest) GetFieldMask() *service.Service_FieldMask

func (*ListServicesRequest) GetFilter

func (m *ListServicesRequest) GetFilter() *service.Filter

func (*ListServicesRequest) GetOrderBy

func (m *ListServicesRequest) GetOrderBy() *service.OrderBy

func (*ListServicesRequest) GetPageSize

func (m *ListServicesRequest) GetPageSize() int32

func (*ListServicesRequest) GetPageToken

func (m *ListServicesRequest) GetPageToken() *service.PagerCursor

func (*ListServicesRequest) GetView

func (m *ListServicesRequest) GetView() view.View

func (*ListServicesRequest) GotenMessage

func (*ListServicesRequest) GotenMessage()

func (*ListServicesRequest) GotenObjectExt

func (o *ListServicesRequest) GotenObjectExt()

func (*ListServicesRequest) GotenValidate

func (obj *ListServicesRequest) GotenValidate() error

func (*ListServicesRequest) MakeDiffFieldMask

func (*ListServicesRequest) MakeFullFieldMask

func (o *ListServicesRequest) MakeFullFieldMask() *ListServicesRequest_FieldMask

func (*ListServicesRequest) MakeRawDiffFieldMask

func (o *ListServicesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*ListServicesRequest) MakeRawFullFieldMask

func (o *ListServicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListServicesRequest) Marshal

func (m *ListServicesRequest) Marshal() ([]byte, error)

func (*ListServicesRequest) MarshalJSON

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

func (*ListServicesRequest) Merge

func (o *ListServicesRequest) Merge(source *ListServicesRequest)

func (*ListServicesRequest) MergeRaw

func (o *ListServicesRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*ListServicesRequest) ProtoMessage

func (*ListServicesRequest) ProtoMessage()

func (*ListServicesRequest) ProtoReflect

func (m *ListServicesRequest) ProtoReflect() preflect.Message

func (*ListServicesRequest) Reset

func (m *ListServicesRequest) Reset()

func (*ListServicesRequest) SetFieldMask

func (m *ListServicesRequest) SetFieldMask(fv *service.Service_FieldMask)

func (*ListServicesRequest) SetFilter

func (m *ListServicesRequest) SetFilter(fv *service.Filter)

func (*ListServicesRequest) SetOrderBy

func (m *ListServicesRequest) SetOrderBy(fv *service.OrderBy)

func (*ListServicesRequest) SetPageSize

func (m *ListServicesRequest) SetPageSize(fv int32)

func (*ListServicesRequest) SetPageToken

func (m *ListServicesRequest) SetPageToken(fv *service.PagerCursor)

func (*ListServicesRequest) SetView

func (m *ListServicesRequest) SetView(fv view.View)

func (*ListServicesRequest) String

func (m *ListServicesRequest) String() string

func (*ListServicesRequest) Unmarshal

func (m *ListServicesRequest) Unmarshal(b []byte) error

func (*ListServicesRequest) UnmarshalJSON

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

type ListServicesRequestFieldPathBuilder

type ListServicesRequestFieldPathBuilder struct{}

func NewListServicesRequestFieldPathBuilder

func NewListServicesRequestFieldPathBuilder() ListServicesRequestFieldPathBuilder

func (ListServicesRequestFieldPathBuilder) FieldMask

func (ListServicesRequestFieldPathBuilder) Filter

func (ListServicesRequestFieldPathBuilder) OrderBy

func (ListServicesRequestFieldPathBuilder) PageSize

func (ListServicesRequestFieldPathBuilder) PageToken

func (ListServicesRequestFieldPathBuilder) View

type ListServicesRequestPathSelectorFieldMask

type ListServicesRequestPathSelectorFieldMask struct{}

func (ListServicesRequestPathSelectorFieldMask) FieldPath

func (ListServicesRequestPathSelectorFieldMask) WithArrayOfValues

func (ListServicesRequestPathSelectorFieldMask) WithValue

type ListServicesRequestPathSelectorFilter

type ListServicesRequestPathSelectorFilter struct{}

func (ListServicesRequestPathSelectorFilter) FieldPath

func (ListServicesRequestPathSelectorFilter) WithArrayOfValues

func (ListServicesRequestPathSelectorFilter) WithValue

type ListServicesRequestPathSelectorOrderBy

type ListServicesRequestPathSelectorOrderBy struct{}

func (ListServicesRequestPathSelectorOrderBy) FieldPath

func (ListServicesRequestPathSelectorOrderBy) WithArrayOfValues

func (ListServicesRequestPathSelectorOrderBy) WithValue

type ListServicesRequestPathSelectorPageSize

type ListServicesRequestPathSelectorPageSize struct{}

func (ListServicesRequestPathSelectorPageSize) FieldPath

func (ListServicesRequestPathSelectorPageSize) WithArrayOfValues

func (ListServicesRequestPathSelectorPageSize) WithValue

type ListServicesRequestPathSelectorPageToken

type ListServicesRequestPathSelectorPageToken struct{}

func (ListServicesRequestPathSelectorPageToken) FieldPath

func (ListServicesRequestPathSelectorPageToken) WithArrayOfValues

func (ListServicesRequestPathSelectorPageToken) WithValue

type ListServicesRequestPathSelectorView

type ListServicesRequestPathSelectorView struct{}

func (ListServicesRequestPathSelectorView) FieldPath

func (ListServicesRequestPathSelectorView) WithArrayOfValues

func (ListServicesRequestPathSelectorView) WithValue

type ListServicesRequest_FieldMask

type ListServicesRequest_FieldMask struct {
	Paths []ListServicesRequest_FieldPath
}

func FullListServicesRequest_FieldMask

func FullListServicesRequest_FieldMask() *ListServicesRequest_FieldMask

func (*ListServicesRequest_FieldMask) AppendPath

func (*ListServicesRequest_FieldMask) AppendRawPath

func (fieldMask *ListServicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListServicesRequest_FieldMask) DecodeFirestore

func (fieldMask *ListServicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListServicesRequest_FieldMask) EncodeFirestore

func (fieldMask *ListServicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListServicesRequest_FieldMask) FilterInputFields

func (fieldMask *ListServicesRequest_FieldMask) FilterInputFields() *ListServicesRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListServicesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *ListServicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListServicesRequest_FieldMask) GetPaths

func (*ListServicesRequest_FieldMask) GetRawPaths

func (fieldMask *ListServicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListServicesRequest_FieldMask) IsFull

func (fieldMask *ListServicesRequest_FieldMask) IsFull() bool

func (ListServicesRequest_FieldMask) Marshal

func (fieldMask ListServicesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListServicesRequest_FieldMask) MarshalJSON

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

func (*ListServicesRequest_FieldMask) PathsCount

func (fieldMask *ListServicesRequest_FieldMask) PathsCount() int

func (*ListServicesRequest_FieldMask) Project

func (*ListServicesRequest_FieldMask) ProjectRaw

func (*ListServicesRequest_FieldMask) ProtoMessage

func (fieldMask *ListServicesRequest_FieldMask) ProtoMessage()

func (*ListServicesRequest_FieldMask) ProtoReflect

func (fieldMask *ListServicesRequest_FieldMask) ProtoReflect() preflect.Message

func (*ListServicesRequest_FieldMask) Reset

func (fieldMask *ListServicesRequest_FieldMask) Reset()

func (*ListServicesRequest_FieldMask) Set

func (fieldMask *ListServicesRequest_FieldMask) Set(target, source *ListServicesRequest)

func (*ListServicesRequest_FieldMask) SetFromCliFlag

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

func (*ListServicesRequest_FieldMask) SetRaw

func (fieldMask *ListServicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListServicesRequest_FieldMask) Size

func (fieldMask *ListServicesRequest_FieldMask) Size() int

func (*ListServicesRequest_FieldMask) String

func (fieldMask *ListServicesRequest_FieldMask) String() string

func (*ListServicesRequest_FieldMask) Subtract

func (*ListServicesRequest_FieldMask) SubtractRaw

func (*ListServicesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *ListServicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListServicesRequest_FieldMask) Unmarshal

func (fieldMask *ListServicesRequest_FieldMask) Unmarshal(data []byte) error

func (*ListServicesRequest_FieldMask) UnmarshalJSON

func (fieldMask *ListServicesRequest_FieldMask) UnmarshalJSON(data []byte) error

type ListServicesRequest_FieldPath

type ListServicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListServicesRequest_FieldPathSelector
	Get(source *ListServicesRequest) []interface{}
	GetSingle(source *ListServicesRequest) (interface{}, bool)
	ClearValue(item *ListServicesRequest)

	// Those methods build corresponding ListServicesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListServicesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) ListServicesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListServicesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListServicesRequest_FieldPath

func MustParseListServicesRequest_FieldPath(rawField string) ListServicesRequest_FieldPath

func ParseListServicesRequest_FieldPath

func ParseListServicesRequest_FieldPath(rawField string) (ListServicesRequest_FieldPath, error)

type ListServicesRequest_FieldPathArrayItemValue

type ListServicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListServicesRequest_FieldPath
	ContainsValue(*ListServicesRequest) bool
}

ListServicesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListServicesRequest according to their type Present only for array (repeated) types.

func MustParseListServicesRequest_FieldPathArrayItemValue

func MustParseListServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListServicesRequest_FieldPathArrayItemValue

func ParseListServicesRequest_FieldPathArrayItemValue

func ParseListServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListServicesRequest_FieldPathArrayItemValue, error)

ParseListServicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListServicesRequest_FieldPathArrayOfValues

type ListServicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListServicesRequest_FieldPath
}

ListServicesRequest_FieldPathArrayOfValues allows storing slice of values for ListServicesRequest fields according to their type

func MustParseListServicesRequest_FieldPathArrayOfValues

func MustParseListServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListServicesRequest_FieldPathArrayOfValues

func ParseListServicesRequest_FieldPathArrayOfValues

func ParseListServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListServicesRequest_FieldPathArrayOfValues, error)

type ListServicesRequest_FieldPathSelector

type ListServicesRequest_FieldPathSelector int32
const (
	ListServicesRequest_FieldPathSelectorPageSize  ListServicesRequest_FieldPathSelector = 0
	ListServicesRequest_FieldPathSelectorPageToken ListServicesRequest_FieldPathSelector = 1
	ListServicesRequest_FieldPathSelectorOrderBy   ListServicesRequest_FieldPathSelector = 2
	ListServicesRequest_FieldPathSelectorFilter    ListServicesRequest_FieldPathSelector = 3
	ListServicesRequest_FieldPathSelectorFieldMask ListServicesRequest_FieldPathSelector = 4
	ListServicesRequest_FieldPathSelectorView      ListServicesRequest_FieldPathSelector = 5
)

func (ListServicesRequest_FieldPathSelector) String

type ListServicesRequest_FieldPathValue

type ListServicesRequest_FieldPathValue interface {
	ListServicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListServicesRequest)
	CompareWith(*ListServicesRequest) (cmp int, comparable bool)
}

ListServicesRequest_FieldPathValue allows storing values for ListServicesRequest fields according to their type

func MustParseListServicesRequest_FieldPathValue

func MustParseListServicesRequest_FieldPathValue(pathStr, valueStr string) ListServicesRequest_FieldPathValue

func ParseListServicesRequest_FieldPathValue

func ParseListServicesRequest_FieldPathValue(pathStr, valueStr string) (ListServicesRequest_FieldPathValue, error)

type ListServicesRequest_FieldTerminalPath

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

func (*ListServicesRequest_FieldTerminalPath) ClearValue

func (*ListServicesRequest_FieldTerminalPath) ClearValueRaw

func (fp *ListServicesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*ListServicesRequest_FieldTerminalPath) Get

func (fp *ListServicesRequest_FieldTerminalPath) Get(source *ListServicesRequest) (values []interface{})

Get returns all values pointed by specific field from source ListServicesRequest

func (*ListServicesRequest_FieldTerminalPath) GetDefault

func (fp *ListServicesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListServicesRequest_FieldTerminalPath) GetRaw

func (fp *ListServicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListServicesRequest_FieldTerminalPath) GetSingle

func (fp *ListServicesRequest_FieldTerminalPath) GetSingle(source *ListServicesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListServicesRequest

func (*ListServicesRequest_FieldTerminalPath) GetSingleRaw

func (fp *ListServicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListServicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListServicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListServicesRequest_FieldTerminalPath) Selector

func (*ListServicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListServicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListServicesRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *ListServicesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListServicesRequest_FieldPathArrayOfValues

func (*ListServicesRequest_FieldTerminalPath) WithIValue

func (*ListServicesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListServicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListServicesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListServicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListServicesRequest_FieldTerminalPath) WithRawIValue

func (fp *ListServicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListServicesRequest_FieldTerminalPathArrayItemValue

type ListServicesRequest_FieldTerminalPathArrayItemValue struct {
	ListServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*ListServicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListServicesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListServicesRequest) (interface{}, bool)

func (*ListServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListServicesRequest_FieldTerminalPathArrayOfValues

type ListServicesRequest_FieldTerminalPathArrayOfValues struct {
	ListServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *ListServicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service.Service_FieldMask, bool)

func (*ListServicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListServicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*service.Filter, bool)

func (*ListServicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListServicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*service.OrderBy, bool)

func (*ListServicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *ListServicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*ListServicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListServicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*service.PagerCursor, bool)

func (*ListServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *ListServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*ListServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListServicesRequest_FieldTerminalPathValue

type ListServicesRequest_FieldTerminalPathValue struct {
	ListServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListServicesRequest_FieldTerminalPathValue) AsFilterValue

func (*ListServicesRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListServicesRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*ListServicesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListServicesRequest_FieldTerminalPathValue) AsViewValue

func (*ListServicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListServicesRequest_FieldTerminalPathValue' with the value under path in 'ListServicesRequest'.

func (*ListServicesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListServicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListServicesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *ListServicesRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*ListServicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListServicesRequest

func (*ListServicesRequest_FieldTerminalPathValue) SetToRaw

type ListServicesResponse

type ListServicesResponse struct {

	// The list of Services
	Services []*service.Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty" firestore:"services"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListServicesRequest.page_token][ntt.meta.v1alpha2.ListServicesRequest.page_token]
	PrevPageToken *service.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListServicesRequest.page_token][ntt.meta.v1alpha2.ListServicesRequest.page_token]
	NextPageToken *service.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListServices][ntt.meta.v1alpha2.ListServices]

func (*ListServicesResponse) Clone

func (*ListServicesResponse) CloneRaw

func (*ListServicesResponse) Descriptor

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

Deprecated, Use ListServicesResponse.ProtoReflect.Descriptor instead.

func (*ListServicesResponse) GetNextPageToken

func (m *ListServicesResponse) GetNextPageToken() *service.PagerCursor

func (*ListServicesResponse) GetPrevPageToken

func (m *ListServicesResponse) GetPrevPageToken() *service.PagerCursor

func (*ListServicesResponse) GetServices

func (m *ListServicesResponse) GetServices() []*service.Service

func (*ListServicesResponse) GotenMessage

func (*ListServicesResponse) GotenMessage()

func (*ListServicesResponse) GotenObjectExt

func (o *ListServicesResponse) GotenObjectExt()

func (*ListServicesResponse) GotenValidate

func (obj *ListServicesResponse) GotenValidate() error

func (*ListServicesResponse) MakeDiffFieldMask

func (*ListServicesResponse) MakeFullFieldMask

func (o *ListServicesResponse) MakeFullFieldMask() *ListServicesResponse_FieldMask

func (*ListServicesResponse) MakeRawDiffFieldMask

func (o *ListServicesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*ListServicesResponse) MakeRawFullFieldMask

func (o *ListServicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListServicesResponse) Marshal

func (m *ListServicesResponse) Marshal() ([]byte, error)

func (*ListServicesResponse) MarshalJSON

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

func (*ListServicesResponse) Merge

func (o *ListServicesResponse) Merge(source *ListServicesResponse)

func (*ListServicesResponse) MergeRaw

func (o *ListServicesResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*ListServicesResponse) ProtoMessage

func (*ListServicesResponse) ProtoMessage()

func (*ListServicesResponse) ProtoReflect

func (m *ListServicesResponse) ProtoReflect() preflect.Message

func (*ListServicesResponse) Reset

func (m *ListServicesResponse) Reset()

func (*ListServicesResponse) SetNextPageToken

func (m *ListServicesResponse) SetNextPageToken(fv *service.PagerCursor)

func (*ListServicesResponse) SetPrevPageToken

func (m *ListServicesResponse) SetPrevPageToken(fv *service.PagerCursor)

func (*ListServicesResponse) SetServices

func (m *ListServicesResponse) SetServices(fv []*service.Service)

func (*ListServicesResponse) String

func (m *ListServicesResponse) String() string

func (*ListServicesResponse) Unmarshal

func (m *ListServicesResponse) Unmarshal(b []byte) error

func (*ListServicesResponse) UnmarshalJSON

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

type ListServicesResponseFieldPathBuilder

type ListServicesResponseFieldPathBuilder struct{}

func NewListServicesResponseFieldPathBuilder

func NewListServicesResponseFieldPathBuilder() ListServicesResponseFieldPathBuilder

func (ListServicesResponseFieldPathBuilder) NextPageToken

func (ListServicesResponseFieldPathBuilder) PrevPageToken

func (ListServicesResponseFieldPathBuilder) Services

type ListServicesResponseMapPathSelectorServicesMetadataAnnotations

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

func (ListServicesResponseMapPathSelectorServicesMetadataAnnotations) FieldPath

func (ListServicesResponseMapPathSelectorServicesMetadataAnnotations) WithArrayOfValues

func (ListServicesResponseMapPathSelectorServicesMetadataAnnotations) WithValue

type ListServicesResponseMapPathSelectorServicesMetadataLabels

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

func (ListServicesResponseMapPathSelectorServicesMetadataLabels) FieldPath

func (ListServicesResponseMapPathSelectorServicesMetadataLabels) WithArrayOfValues

func (ListServicesResponseMapPathSelectorServicesMetadataLabels) WithValue

type ListServicesResponseMapPathSelectorServicesMetadataShards

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

func (ListServicesResponseMapPathSelectorServicesMetadataShards) FieldPath

func (ListServicesResponseMapPathSelectorServicesMetadataShards) WithArrayOfValues

func (ListServicesResponseMapPathSelectorServicesMetadataShards) WithValue

type ListServicesResponsePathSelectorNextPageToken

type ListServicesResponsePathSelectorNextPageToken struct{}

func (ListServicesResponsePathSelectorNextPageToken) FieldPath

func (ListServicesResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListServicesResponsePathSelectorNextPageToken) WithValue

type ListServicesResponsePathSelectorPrevPageToken

type ListServicesResponsePathSelectorPrevPageToken struct{}

func (ListServicesResponsePathSelectorPrevPageToken) FieldPath

func (ListServicesResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListServicesResponsePathSelectorPrevPageToken) WithValue

type ListServicesResponsePathSelectorServices

type ListServicesResponsePathSelectorServices struct{}

func (ListServicesResponsePathSelectorServices) AllVersions added in v0.5.1

func (ListServicesResponsePathSelectorServices) CurrentVersion added in v0.5.1

func (ListServicesResponsePathSelectorServices) DisplayName added in v0.5.1

func (ListServicesResponsePathSelectorServices) FieldPath

func (ListServicesResponsePathSelectorServices) Metadata

func (ListServicesResponsePathSelectorServices) Name

func (ListServicesResponsePathSelectorServices) WithArrayOfValues

func (ListServicesResponsePathSelectorServices) WithItemValue

func (ListServicesResponsePathSelectorServices) WithSubArrayItemValue

func (ListServicesResponsePathSelectorServices) WithSubArrayOfValues

func (ListServicesResponsePathSelectorServices) WithSubPath

func (ListServicesResponsePathSelectorServices) WithSubValue

func (ListServicesResponsePathSelectorServices) WithValue

type ListServicesResponsePathSelectorServicesAllVersions added in v0.5.1

type ListServicesResponsePathSelectorServicesAllVersions struct{}

func (ListServicesResponsePathSelectorServicesAllVersions) FieldPath added in v0.5.1

func (ListServicesResponsePathSelectorServicesAllVersions) WithArrayOfValues added in v0.5.1

func (ListServicesResponsePathSelectorServicesAllVersions) WithItemValue added in v0.5.1

func (ListServicesResponsePathSelectorServicesAllVersions) WithValue added in v0.5.1

type ListServicesResponsePathSelectorServicesCurrentVersion added in v0.5.1

type ListServicesResponsePathSelectorServicesCurrentVersion struct{}

func (ListServicesResponsePathSelectorServicesCurrentVersion) FieldPath added in v0.5.1

func (ListServicesResponsePathSelectorServicesCurrentVersion) WithArrayOfValues added in v0.5.1

func (ListServicesResponsePathSelectorServicesCurrentVersion) WithValue added in v0.5.1

type ListServicesResponsePathSelectorServicesDisplayName added in v0.5.1

type ListServicesResponsePathSelectorServicesDisplayName struct{}

func (ListServicesResponsePathSelectorServicesDisplayName) FieldPath added in v0.5.1

func (ListServicesResponsePathSelectorServicesDisplayName) WithArrayOfValues added in v0.5.1

func (ListServicesResponsePathSelectorServicesDisplayName) WithValue added in v0.5.1

type ListServicesResponsePathSelectorServicesMetadata

type ListServicesResponsePathSelectorServicesMetadata struct{}

func (ListServicesResponsePathSelectorServicesMetadata) Annotations

func (ListServicesResponsePathSelectorServicesMetadata) CreateTime

func (ListServicesResponsePathSelectorServicesMetadata) FieldPath

func (ListServicesResponsePathSelectorServicesMetadata) Generation

func (ListServicesResponsePathSelectorServicesMetadata) Labels

func (ListServicesResponsePathSelectorServicesMetadata) OwnerReferences

func (ListServicesResponsePathSelectorServicesMetadata) ResourceVersion

func (ListServicesResponsePathSelectorServicesMetadata) Shards

func (ListServicesResponsePathSelectorServicesMetadata) Syncing

func (ListServicesResponsePathSelectorServicesMetadata) Tags

func (ListServicesResponsePathSelectorServicesMetadata) UpdateTime

func (ListServicesResponsePathSelectorServicesMetadata) Uuid

func (ListServicesResponsePathSelectorServicesMetadata) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadata) WithValue

type ListServicesResponsePathSelectorServicesMetadataAnnotations

type ListServicesResponsePathSelectorServicesMetadataAnnotations struct{}

func (ListServicesResponsePathSelectorServicesMetadataAnnotations) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataAnnotations) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataAnnotations) WithKey

func (ListServicesResponsePathSelectorServicesMetadataAnnotations) WithValue

type ListServicesResponsePathSelectorServicesMetadataCreateTime

type ListServicesResponsePathSelectorServicesMetadataCreateTime struct{}

func (ListServicesResponsePathSelectorServicesMetadataCreateTime) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataCreateTime) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataCreateTime) WithValue

type ListServicesResponsePathSelectorServicesMetadataGeneration

type ListServicesResponsePathSelectorServicesMetadataGeneration struct{}

func (ListServicesResponsePathSelectorServicesMetadataGeneration) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataGeneration) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataGeneration) WithValue

type ListServicesResponsePathSelectorServicesMetadataLabels

type ListServicesResponsePathSelectorServicesMetadataLabels struct{}

func (ListServicesResponsePathSelectorServicesMetadataLabels) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataLabels) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataLabels) WithKey

func (ListServicesResponsePathSelectorServicesMetadataLabels) WithValue

type ListServicesResponsePathSelectorServicesMetadataOwnerReferences

type ListServicesResponsePathSelectorServicesMetadataOwnerReferences struct{}

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferences) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferences) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferences) WithItemValue

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferences) WithValue

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion struct{}

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesApiVersion) WithValue

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesController

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesController struct{}

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesController) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesController) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesController) WithValue

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesKind

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesKind struct{}

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesKind) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesKind) WithValue

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesName

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesName struct{}

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesName) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesName) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesName) WithValue

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesUid

type ListServicesResponsePathSelectorServicesMetadataOwnerReferencesUid struct{}

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesUid) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesUid) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataOwnerReferencesUid) WithValue

type ListServicesResponsePathSelectorServicesMetadataResourceVersion

type ListServicesResponsePathSelectorServicesMetadataResourceVersion struct{}

func (ListServicesResponsePathSelectorServicesMetadataResourceVersion) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataResourceVersion) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataResourceVersion) WithValue

type ListServicesResponsePathSelectorServicesMetadataShards

type ListServicesResponsePathSelectorServicesMetadataShards struct{}

func (ListServicesResponsePathSelectorServicesMetadataShards) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataShards) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataShards) WithKey

func (ListServicesResponsePathSelectorServicesMetadataShards) WithValue

type ListServicesResponsePathSelectorServicesMetadataSyncing

type ListServicesResponsePathSelectorServicesMetadataSyncing struct{}

func (ListServicesResponsePathSelectorServicesMetadataSyncing) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataSyncing) Regions

func (ListServicesResponsePathSelectorServicesMetadataSyncing) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataSyncing) WithValue

type ListServicesResponsePathSelectorServicesMetadataSyncingOwningRegion

type ListServicesResponsePathSelectorServicesMetadataSyncingOwningRegion struct{}

func (ListServicesResponsePathSelectorServicesMetadataSyncingOwningRegion) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataSyncingOwningRegion) WithValue

type ListServicesResponsePathSelectorServicesMetadataSyncingRegions

type ListServicesResponsePathSelectorServicesMetadataSyncingRegions struct{}

func (ListServicesResponsePathSelectorServicesMetadataSyncingRegions) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataSyncingRegions) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataSyncingRegions) WithItemValue

func (ListServicesResponsePathSelectorServicesMetadataSyncingRegions) WithValue

type ListServicesResponsePathSelectorServicesMetadataTags

type ListServicesResponsePathSelectorServicesMetadataTags struct{}

func (ListServicesResponsePathSelectorServicesMetadataTags) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataTags) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataTags) WithItemValue

func (ListServicesResponsePathSelectorServicesMetadataTags) WithValue

type ListServicesResponsePathSelectorServicesMetadataUpdateTime

type ListServicesResponsePathSelectorServicesMetadataUpdateTime struct{}

func (ListServicesResponsePathSelectorServicesMetadataUpdateTime) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataUpdateTime) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataUpdateTime) WithValue

type ListServicesResponsePathSelectorServicesMetadataUuid

type ListServicesResponsePathSelectorServicesMetadataUuid struct{}

func (ListServicesResponsePathSelectorServicesMetadataUuid) FieldPath

func (ListServicesResponsePathSelectorServicesMetadataUuid) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesMetadataUuid) WithValue

type ListServicesResponsePathSelectorServicesName

type ListServicesResponsePathSelectorServicesName struct{}

func (ListServicesResponsePathSelectorServicesName) FieldPath

func (ListServicesResponsePathSelectorServicesName) WithArrayOfValues

func (ListServicesResponsePathSelectorServicesName) WithValue

type ListServicesResponse_FieldMask

type ListServicesResponse_FieldMask struct {
	Paths []ListServicesResponse_FieldPath
}

func FullListServicesResponse_FieldMask

func FullListServicesResponse_FieldMask() *ListServicesResponse_FieldMask

func (*ListServicesResponse_FieldMask) AppendPath

func (*ListServicesResponse_FieldMask) AppendRawPath

func (fieldMask *ListServicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListServicesResponse_FieldMask) DecodeFirestore

func (fieldMask *ListServicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListServicesResponse_FieldMask) EncodeFirestore

func (fieldMask *ListServicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListServicesResponse_FieldMask) FilterInputFields

func (fieldMask *ListServicesResponse_FieldMask) FilterInputFields() *ListServicesResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListServicesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *ListServicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListServicesResponse_FieldMask) GetPaths

func (*ListServicesResponse_FieldMask) GetRawPaths

func (fieldMask *ListServicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListServicesResponse_FieldMask) IsFull

func (fieldMask *ListServicesResponse_FieldMask) IsFull() bool

func (ListServicesResponse_FieldMask) Marshal

func (fieldMask ListServicesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListServicesResponse_FieldMask) MarshalJSON

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

func (*ListServicesResponse_FieldMask) PathsCount

func (fieldMask *ListServicesResponse_FieldMask) PathsCount() int

func (*ListServicesResponse_FieldMask) Project

func (*ListServicesResponse_FieldMask) ProjectRaw

func (*ListServicesResponse_FieldMask) ProtoMessage

func (fieldMask *ListServicesResponse_FieldMask) ProtoMessage()

func (*ListServicesResponse_FieldMask) ProtoReflect

func (fieldMask *ListServicesResponse_FieldMask) ProtoReflect() preflect.Message

func (*ListServicesResponse_FieldMask) Reset

func (fieldMask *ListServicesResponse_FieldMask) Reset()

func (*ListServicesResponse_FieldMask) Set

func (fieldMask *ListServicesResponse_FieldMask) Set(target, source *ListServicesResponse)

func (*ListServicesResponse_FieldMask) SetFromCliFlag

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

func (*ListServicesResponse_FieldMask) SetRaw

func (fieldMask *ListServicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListServicesResponse_FieldMask) Size

func (fieldMask *ListServicesResponse_FieldMask) Size() int

func (*ListServicesResponse_FieldMask) String

func (fieldMask *ListServicesResponse_FieldMask) String() string

func (*ListServicesResponse_FieldMask) Subtract

func (*ListServicesResponse_FieldMask) SubtractRaw

func (*ListServicesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *ListServicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListServicesResponse_FieldMask) Unmarshal

func (fieldMask *ListServicesResponse_FieldMask) Unmarshal(data []byte) error

func (*ListServicesResponse_FieldMask) UnmarshalJSON

func (fieldMask *ListServicesResponse_FieldMask) UnmarshalJSON(data []byte) error

type ListServicesResponse_FieldPath

type ListServicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListServicesResponse_FieldPathSelector
	Get(source *ListServicesResponse) []interface{}
	GetSingle(source *ListServicesResponse) (interface{}, bool)
	ClearValue(item *ListServicesResponse)

	// Those methods build corresponding ListServicesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListServicesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) ListServicesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListServicesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListServicesResponse_FieldPath

func MustParseListServicesResponse_FieldPath(rawField string) ListServicesResponse_FieldPath

func ParseListServicesResponse_FieldPath

func ParseListServicesResponse_FieldPath(rawField string) (ListServicesResponse_FieldPath, error)

type ListServicesResponse_FieldPathArrayItemValue

type ListServicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListServicesResponse_FieldPath
	ContainsValue(*ListServicesResponse) bool
}

ListServicesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListServicesResponse according to their type Present only for array (repeated) types.

func MustParseListServicesResponse_FieldPathArrayItemValue

func MustParseListServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListServicesResponse_FieldPathArrayItemValue

func ParseListServicesResponse_FieldPathArrayItemValue

func ParseListServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListServicesResponse_FieldPathArrayItemValue, error)

ParseListServicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListServicesResponse_FieldPathArrayOfValues

type ListServicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListServicesResponse_FieldPath
}

ListServicesResponse_FieldPathArrayOfValues allows storing slice of values for ListServicesResponse fields according to their type

func MustParseListServicesResponse_FieldPathArrayOfValues

func MustParseListServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListServicesResponse_FieldPathArrayOfValues

func ParseListServicesResponse_FieldPathArrayOfValues

func ParseListServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListServicesResponse_FieldPathArrayOfValues, error)

type ListServicesResponse_FieldPathSelector

type ListServicesResponse_FieldPathSelector int32
const (
	ListServicesResponse_FieldPathSelectorServices      ListServicesResponse_FieldPathSelector = 0
	ListServicesResponse_FieldPathSelectorPrevPageToken ListServicesResponse_FieldPathSelector = 1
	ListServicesResponse_FieldPathSelectorNextPageToken ListServicesResponse_FieldPathSelector = 2
)

func (ListServicesResponse_FieldPathSelector) String

type ListServicesResponse_FieldPathValue

type ListServicesResponse_FieldPathValue interface {
	ListServicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListServicesResponse)
	CompareWith(*ListServicesResponse) (cmp int, comparable bool)
}

ListServicesResponse_FieldPathValue allows storing values for ListServicesResponse fields according to their type

func MustParseListServicesResponse_FieldPathValue

func MustParseListServicesResponse_FieldPathValue(pathStr, valueStr string) ListServicesResponse_FieldPathValue

func ParseListServicesResponse_FieldPathValue

func ParseListServicesResponse_FieldPathValue(pathStr, valueStr string) (ListServicesResponse_FieldPathValue, error)

type ListServicesResponse_FieldSubPath

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

func (*ListServicesResponse_FieldSubPath) AsServicesSubPath

func (*ListServicesResponse_FieldSubPath) ClearValue

func (*ListServicesResponse_FieldSubPath) ClearValueRaw

func (fps *ListServicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*ListServicesResponse_FieldSubPath) Get

func (fps *ListServicesResponse_FieldSubPath) Get(source *ListServicesResponse) (values []interface{})

Get returns all values pointed by selected field from source ListServicesResponse

func (*ListServicesResponse_FieldSubPath) GetDefault

func (fps *ListServicesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListServicesResponse_FieldSubPath) GetRaw

func (fps *ListServicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*ListServicesResponse_FieldSubPath) GetSingle

func (fps *ListServicesResponse_FieldSubPath) GetSingle(source *ListServicesResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListServicesResponse

func (*ListServicesResponse_FieldSubPath) GetSingleRaw

func (fps *ListServicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListServicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListServicesResponse_FieldSubPath) JSONString

func (fps *ListServicesResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListServicesResponse_FieldSubPath) Selector

func (*ListServicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListServicesResponse_FieldSubPath) WithIArrayItemValue

func (fps *ListServicesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListServicesResponse_FieldPathArrayItemValue

func (*ListServicesResponse_FieldSubPath) WithIArrayOfValues

func (fps *ListServicesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListServicesResponse_FieldPathArrayOfValues

func (*ListServicesResponse_FieldSubPath) WithIValue

func (*ListServicesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *ListServicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListServicesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *ListServicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListServicesResponse_FieldSubPath) WithRawIValue

func (fps *ListServicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListServicesResponse_FieldSubPathArrayItemValue

type ListServicesResponse_FieldSubPathArrayItemValue struct {
	ListServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListServicesResponse_FieldSubPathArrayItemValue) AsServicesPathItemValue

func (*ListServicesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *ListServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type ListServicesResponse_FieldSubPathArrayOfValues

type ListServicesResponse_FieldSubPathArrayOfValues struct {
	ListServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListServicesResponse_FieldSubPathArrayOfValues) AsServicesPathArrayOfValues

func (*ListServicesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *ListServicesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type ListServicesResponse_FieldSubPathValue

type ListServicesResponse_FieldSubPathValue struct {
	ListServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListServicesResponse_FieldSubPathValue) AsServicesPathValue

func (*ListServicesResponse_FieldSubPathValue) CompareWith

func (*ListServicesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *ListServicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListServicesResponse_FieldSubPathValue) GetRawValue

func (fpvs *ListServicesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*ListServicesResponse_FieldSubPathValue) SetTo

func (*ListServicesResponse_FieldSubPathValue) SetToRaw

func (fpvs *ListServicesResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type ListServicesResponse_FieldTerminalPath

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

func (*ListServicesResponse_FieldTerminalPath) ClearValue

func (*ListServicesResponse_FieldTerminalPath) ClearValueRaw

func (fp *ListServicesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*ListServicesResponse_FieldTerminalPath) Get

func (fp *ListServicesResponse_FieldTerminalPath) Get(source *ListServicesResponse) (values []interface{})

Get returns all values pointed by specific field from source ListServicesResponse

func (*ListServicesResponse_FieldTerminalPath) GetDefault

func (fp *ListServicesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListServicesResponse_FieldTerminalPath) GetRaw

func (fp *ListServicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListServicesResponse_FieldTerminalPath) GetSingle

func (fp *ListServicesResponse_FieldTerminalPath) GetSingle(source *ListServicesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListServicesResponse

func (*ListServicesResponse_FieldTerminalPath) GetSingleRaw

func (fp *ListServicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListServicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListServicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListServicesResponse_FieldTerminalPath) Selector

func (*ListServicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListServicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListServicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListServicesResponse_FieldTerminalPath) WithIValue

func (*ListServicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListServicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListServicesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListServicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListServicesResponse_FieldTerminalPath) WithRawIValue

func (fp *ListServicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListServicesResponse_FieldTerminalPathArrayItemValue

type ListServicesResponse_FieldTerminalPathArrayItemValue struct {
	ListServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServicesResponse_FieldTerminalPathArrayItemValue) AsServicesItemValue

func (*ListServicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*ListServicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListServicesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListServicesResponse) (interface{}, bool)

func (*ListServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListServicesResponse_FieldTerminalPathArrayOfValues

type ListServicesResponse_FieldTerminalPathArrayOfValues struct {
	ListServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListServicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*service.PagerCursor, bool)

func (*ListServicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListServicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*service.PagerCursor, bool)

func (*ListServicesResponse_FieldTerminalPathArrayOfValues) AsServicesArrayOfValues

func (fpaov *ListServicesResponse_FieldTerminalPathArrayOfValues) AsServicesArrayOfValues() ([][]*service.Service, bool)

func (*ListServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListServicesResponse_FieldTerminalPathValue

type ListServicesResponse_FieldTerminalPathValue struct {
	ListServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServicesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (fpv *ListServicesResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*service.PagerCursor, bool)

func (*ListServicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (fpv *ListServicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*service.PagerCursor, bool)

func (*ListServicesResponse_FieldTerminalPathValue) AsServicesValue

func (fpv *ListServicesResponse_FieldTerminalPathValue) AsServicesValue() ([]*service.Service, bool)

func (*ListServicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListServicesResponse_FieldTerminalPathValue' with the value under path in 'ListServicesResponse'.

func (*ListServicesResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListServicesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListServicesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *ListServicesResponse_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*ListServicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListServicesResponse

func (*ListServicesResponse_FieldTerminalPathValue) SetToRaw

type ServiceServiceClient

type ServiceServiceClient interface {
	GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*service.Service, error)
	BatchGetServices(ctx context.Context, in *BatchGetServicesRequest, opts ...grpc.CallOption) (*BatchGetServicesResponse, error)
	ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error)
	WatchService(ctx context.Context, in *WatchServiceRequest, opts ...grpc.CallOption) (WatchServiceClientStream, error)
	WatchServices(ctx context.Context, in *WatchServicesRequest, opts ...grpc.CallOption) (WatchServicesClientStream, error)
	CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*service.Service, error)
	UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*service.Service, error)
	DeleteService(ctx context.Context, in *DeleteServiceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

ServiceServiceClient is the client API for ServiceService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ServiceServiceDescriptor added in v0.4.28

type ServiceServiceDescriptor struct{}

func GetServiceServiceDescriptor added in v0.4.28

func GetServiceServiceDescriptor() *ServiceServiceDescriptor

func (*ServiceServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*ServiceServiceDescriptor) GetApiName added in v0.4.28

func (d *ServiceServiceDescriptor) GetApiName() string

func (*ServiceServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *ServiceServiceDescriptor) GetFullAPIName() string

func (*ServiceServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *ServiceServiceDescriptor) GetProtoPkgName() string

func (*ServiceServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *ServiceServiceDescriptor) GetServiceDomain() string

func (*ServiceServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *ServiceServiceDescriptor) GetServiceVersion() string

type UpdateServiceDescriptor added in v0.4.28

type UpdateServiceDescriptor struct{}

func GetUpdateServiceDescriptor added in v0.4.28

func GetUpdateServiceDescriptor() *UpdateServiceDescriptor

func (*UpdateServiceDescriptor) GetApiDescriptor added in v0.4.28

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

func (*UpdateServiceDescriptor) GetApiName added in v0.4.28

func (d *UpdateServiceDescriptor) GetApiName() string

func (*UpdateServiceDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateServiceDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateServiceDescriptor) GetFullMethodName() string

func (*UpdateServiceDescriptor) GetMethodName added in v0.4.28

func (d *UpdateServiceDescriptor) GetMethodName() string

func (*UpdateServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateServiceDescriptor) GetProtoPkgName() string

func (*UpdateServiceDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateServiceDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateServiceDescriptor) GetServiceDomain() string

func (*UpdateServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateServiceDescriptor) GetServiceVersion() string

func (*UpdateServiceDescriptor) GetVerb added in v0.4.28

func (d *UpdateServiceDescriptor) GetVerb() string

func (*UpdateServiceDescriptor) HasResource added in v0.4.30

func (d *UpdateServiceDescriptor) HasResource() bool

func (*UpdateServiceDescriptor) IsClientStream added in v0.4.28

func (d *UpdateServiceDescriptor) IsClientStream() bool

func (*UpdateServiceDescriptor) IsCollection added in v0.4.30

func (d *UpdateServiceDescriptor) IsCollection() bool

func (*UpdateServiceDescriptor) IsPlural added in v0.4.30

func (d *UpdateServiceDescriptor) IsPlural() bool

func (*UpdateServiceDescriptor) IsServerStream added in v0.4.28

func (d *UpdateServiceDescriptor) IsServerStream() bool

func (*UpdateServiceDescriptor) IsUnary added in v0.4.28

func (d *UpdateServiceDescriptor) IsUnary() bool

func (*UpdateServiceDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateServiceDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateServiceDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateServiceDescriptor) RequestHasResourceBody() bool

type UpdateServiceDescriptorClientMsgHandle added in v0.4.28

type UpdateServiceDescriptorClientMsgHandle struct{}

func (*UpdateServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateServiceDescriptorServerMsgHandle added in v0.4.28

type UpdateServiceDescriptorServerMsgHandle struct{}

func (*UpdateServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateServiceRequest

type UpdateServiceRequest struct {

	// Service resource body
	Service *service.Service `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty" firestore:"service"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *service.Service_FieldMask `` /* 143-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 *UpdateServiceRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

Request message for method [UpdateService][ntt.meta.v1alpha2.UpdateService]

func (*UpdateServiceRequest) Clone

func (*UpdateServiceRequest) CloneRaw

func (*UpdateServiceRequest) Descriptor

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

Deprecated, Use UpdateServiceRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceRequest) GetCas

func (*UpdateServiceRequest) GetService

func (m *UpdateServiceRequest) GetService() *service.Service

func (*UpdateServiceRequest) GetUpdateMask

func (m *UpdateServiceRequest) GetUpdateMask() *service.Service_FieldMask

func (*UpdateServiceRequest) GotenMessage

func (*UpdateServiceRequest) GotenMessage()

func (*UpdateServiceRequest) GotenObjectExt

func (o *UpdateServiceRequest) GotenObjectExt()

func (*UpdateServiceRequest) GotenValidate

func (obj *UpdateServiceRequest) GotenValidate() error

func (*UpdateServiceRequest) MakeDiffFieldMask

func (*UpdateServiceRequest) MakeFullFieldMask

func (o *UpdateServiceRequest) MakeFullFieldMask() *UpdateServiceRequest_FieldMask

func (*UpdateServiceRequest) MakeRawDiffFieldMask

func (o *UpdateServiceRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*UpdateServiceRequest) MakeRawFullFieldMask

func (o *UpdateServiceRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateServiceRequest) Marshal

func (m *UpdateServiceRequest) Marshal() ([]byte, error)

func (*UpdateServiceRequest) MarshalJSON

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

func (*UpdateServiceRequest) Merge

func (o *UpdateServiceRequest) Merge(source *UpdateServiceRequest)

func (*UpdateServiceRequest) MergeRaw

func (o *UpdateServiceRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*UpdateServiceRequest) ProtoMessage

func (*UpdateServiceRequest) ProtoMessage()

func (*UpdateServiceRequest) ProtoReflect

func (m *UpdateServiceRequest) ProtoReflect() preflect.Message

func (*UpdateServiceRequest) Reset

func (m *UpdateServiceRequest) Reset()

func (*UpdateServiceRequest) SetCas

func (*UpdateServiceRequest) SetService

func (m *UpdateServiceRequest) SetService(fv *service.Service)

func (*UpdateServiceRequest) SetUpdateMask

func (m *UpdateServiceRequest) SetUpdateMask(fv *service.Service_FieldMask)

func (*UpdateServiceRequest) String

func (m *UpdateServiceRequest) String() string

func (*UpdateServiceRequest) Unmarshal

func (m *UpdateServiceRequest) Unmarshal(b []byte) error

func (*UpdateServiceRequest) UnmarshalJSON

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

type UpdateServiceRequestCASFieldPathBuilder

type UpdateServiceRequestCASFieldPathBuilder struct{}

func NewUpdateServiceRequestCASFieldPathBuilder

func NewUpdateServiceRequestCASFieldPathBuilder() UpdateServiceRequestCASFieldPathBuilder

func (UpdateServiceRequestCASFieldPathBuilder) ConditionalState

func (UpdateServiceRequestCASFieldPathBuilder) FieldMask

type UpdateServiceRequestCAS_FieldPath

type UpdateServiceRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateServiceRequestCAS_FieldPathSelector
	Get(source *UpdateServiceRequest_CAS) []interface{}
	GetSingle(source *UpdateServiceRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateServiceRequest_CAS)

	// Those methods build corresponding UpdateServiceRequestCAS_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateServiceRequestCAS_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateServiceRequestCAS_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateServiceRequestCAS_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateServiceRequestCAS_FieldPath

func MustParseUpdateServiceRequestCAS_FieldPath(rawField string) UpdateServiceRequestCAS_FieldPath

func ParseUpdateServiceRequestCAS_FieldPath

func ParseUpdateServiceRequestCAS_FieldPath(rawField string) (UpdateServiceRequestCAS_FieldPath, error)

type UpdateServiceRequestCAS_FieldPathArrayItemValue

type UpdateServiceRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateServiceRequestCAS_FieldPath
	ContainsValue(*UpdateServiceRequest_CAS) bool
}

UpdateServiceRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.

func MustParseUpdateServiceRequestCAS_FieldPathArrayItemValue

func MustParseUpdateServiceRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceRequestCAS_FieldPathArrayItemValue

func ParseUpdateServiceRequestCAS_FieldPathArrayItemValue

func ParseUpdateServiceRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateServiceRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateServiceRequestCAS_FieldPathArrayOfValues

type UpdateServiceRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateServiceRequestCAS_FieldPath
}

UpdateServiceRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type

func MustParseUpdateServiceRequestCAS_FieldPathArrayOfValues

func MustParseUpdateServiceRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceRequestCAS_FieldPathArrayOfValues

func ParseUpdateServiceRequestCAS_FieldPathArrayOfValues

func ParseUpdateServiceRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceRequestCAS_FieldPathArrayOfValues, error)

type UpdateServiceRequestCAS_FieldPathSelector

type UpdateServiceRequestCAS_FieldPathSelector int32
const (
	UpdateServiceRequestCAS_FieldPathSelectorConditionalState UpdateServiceRequestCAS_FieldPathSelector = 0
	UpdateServiceRequestCAS_FieldPathSelectorFieldMask        UpdateServiceRequestCAS_FieldPathSelector = 1
)

func (UpdateServiceRequestCAS_FieldPathSelector) String

type UpdateServiceRequestCAS_FieldPathValue

type UpdateServiceRequestCAS_FieldPathValue interface {
	UpdateServiceRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateServiceRequest_CAS)
	CompareWith(*UpdateServiceRequest_CAS) (cmp int, comparable bool)
}

UpdateServiceRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateServiceRequestCAS_FieldPathValue

func MustParseUpdateServiceRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateServiceRequestCAS_FieldPathValue

func ParseUpdateServiceRequestCAS_FieldPathValue

func ParseUpdateServiceRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateServiceRequestCAS_FieldPathValue, error)

type UpdateServiceRequestCAS_FieldSubPath

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

func (*UpdateServiceRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (fps *UpdateServiceRequestCAS_FieldSubPath) AsConditionalStateSubPath() (service.Service_FieldPath, bool)

func (*UpdateServiceRequestCAS_FieldSubPath) ClearValue

func (*UpdateServiceRequestCAS_FieldSubPath) ClearValueRaw

func (fps *UpdateServiceRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdateServiceRequestCAS_FieldSubPath) Get

func (fps *UpdateServiceRequestCAS_FieldSubPath) Get(source *UpdateServiceRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateServiceRequest_CAS

func (*UpdateServiceRequestCAS_FieldSubPath) GetDefault

func (fps *UpdateServiceRequestCAS_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateServiceRequestCAS_FieldSubPath) GetRaw

func (fps *UpdateServiceRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateServiceRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateServiceRequestCAS_FieldSubPath) GetSingle(source *UpdateServiceRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateServiceRequest_CAS

func (*UpdateServiceRequestCAS_FieldSubPath) GetSingleRaw

func (fps *UpdateServiceRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateServiceRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceRequestCAS_FieldSubPath) JSONString

func (fps *UpdateServiceRequestCAS_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateServiceRequestCAS_FieldSubPath) Selector

func (*UpdateServiceRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateServiceRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateServiceRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateServiceRequestCAS_FieldSubPath) WithIValue

func (*UpdateServiceRequestCAS_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateServiceRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateServiceRequestCAS_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateServiceRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateServiceRequestCAS_FieldSubPath) WithRawIValue

func (fps *UpdateServiceRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateServiceRequestCAS_FieldSubPathArrayItemValue

type UpdateServiceRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateServiceRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateServiceRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateServiceRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateServiceRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateServiceRequestCAS_FieldSubPathArrayOfValues

type UpdateServiceRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateServiceRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (fpsaov *UpdateServiceRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (service.Service_FieldPathArrayOfValues, bool)

func (*UpdateServiceRequestCAS_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateServiceRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateServiceRequestCAS_FieldSubPathValue

type UpdateServiceRequestCAS_FieldSubPathValue struct {
	UpdateServiceRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (fpvs *UpdateServiceRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (service.Service_FieldPathValue, bool)

func (*UpdateServiceRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateServiceRequestCAS_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateServiceRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateServiceRequestCAS_FieldSubPathValue) GetRawValue

func (fpvs *UpdateServiceRequestCAS_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateServiceRequestCAS_FieldSubPathValue) SetTo

func (*UpdateServiceRequestCAS_FieldSubPathValue) SetToRaw

type UpdateServiceRequestCAS_FieldTerminalPath

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

func (*UpdateServiceRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateServiceRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateServiceRequestCAS_FieldTerminalPath) Get

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) Get(source *UpdateServiceRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateServiceRequest_CAS

func (*UpdateServiceRequestCAS_FieldTerminalPath) GetDefault

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateServiceRequestCAS_FieldTerminalPath) GetRaw

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateServiceRequestCAS_FieldTerminalPath) GetSingle

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) GetSingle(source *UpdateServiceRequest_CAS) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateServiceRequest_CAS

func (*UpdateServiceRequestCAS_FieldTerminalPath) GetSingleRaw

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateServiceRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateServiceRequestCAS_FieldTerminalPath) Selector

func (*UpdateServiceRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateServiceRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateServiceRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateServiceRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateServiceRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateServiceRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateServiceRequestCAS_FieldTerminalPath) WithRawIValue

func (fp *UpdateServiceRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue

type UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateServiceRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateServiceRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateServiceRequestCAS_FieldTerminalPathArrayOfValues

type UpdateServiceRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateServiceRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateServiceRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*service.Service, bool)

func (*UpdateServiceRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateServiceRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateServiceRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateServiceRequestCAS_FieldTerminalPathValue

type UpdateServiceRequestCAS_FieldTerminalPathValue struct {
	UpdateServiceRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (fpv *UpdateServiceRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*service.Service, bool)

func (*UpdateServiceRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateServiceRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateServiceRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateServiceRequest_CAS'.

func (*UpdateServiceRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (fpv *UpdateServiceRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateServiceRequestCAS_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateServiceRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*UpdateServiceRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateServiceRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateServiceRequestFieldPathBuilder

type UpdateServiceRequestFieldPathBuilder struct{}

func NewUpdateServiceRequestFieldPathBuilder

func NewUpdateServiceRequestFieldPathBuilder() UpdateServiceRequestFieldPathBuilder

func (UpdateServiceRequestFieldPathBuilder) Cas

func (UpdateServiceRequestFieldPathBuilder) Service

func (UpdateServiceRequestFieldPathBuilder) UpdateMask

type UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateServiceRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateServiceRequestMapPathSelectorServiceMetadataAnnotations

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

func (UpdateServiceRequestMapPathSelectorServiceMetadataAnnotations) FieldPath

func (UpdateServiceRequestMapPathSelectorServiceMetadataAnnotations) WithArrayOfValues

func (UpdateServiceRequestMapPathSelectorServiceMetadataAnnotations) WithValue

type UpdateServiceRequestMapPathSelectorServiceMetadataLabels

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

func (UpdateServiceRequestMapPathSelectorServiceMetadataLabels) FieldPath

func (UpdateServiceRequestMapPathSelectorServiceMetadataLabels) WithArrayOfValues

func (UpdateServiceRequestMapPathSelectorServiceMetadataLabels) WithValue

type UpdateServiceRequestMapPathSelectorServiceMetadataShards

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

func (UpdateServiceRequestMapPathSelectorServiceMetadataShards) FieldPath

func (UpdateServiceRequestMapPathSelectorServiceMetadataShards) WithArrayOfValues

func (UpdateServiceRequestMapPathSelectorServiceMetadataShards) WithValue

type UpdateServiceRequestPathSelectorCas

type UpdateServiceRequestPathSelectorCas struct{}

func (UpdateServiceRequestPathSelectorCas) ConditionalState

func (UpdateServiceRequestPathSelectorCas) FieldMask

func (UpdateServiceRequestPathSelectorCas) FieldPath

func (UpdateServiceRequestPathSelectorCas) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCas) WithSubArrayItemValue

func (UpdateServiceRequestPathSelectorCas) WithSubArrayOfValues

func (UpdateServiceRequestPathSelectorCas) WithSubPath

func (UpdateServiceRequestPathSelectorCas) WithSubValue

func (UpdateServiceRequestPathSelectorCas) WithValue

type UpdateServiceRequestPathSelectorCasConditionalState

type UpdateServiceRequestPathSelectorCasConditionalState struct{}

func (UpdateServiceRequestPathSelectorCasConditionalState) AllVersions added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalState) CurrentVersion added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalState) DisplayName added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalState) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalState) Metadata

func (UpdateServiceRequestPathSelectorCasConditionalState) Name

func (UpdateServiceRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalState) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateAllVersions added in v0.5.1

type UpdateServiceRequestPathSelectorCasConditionalStateAllVersions struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateAllVersions) FieldPath added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalStateAllVersions) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalStateAllVersions) WithItemValue added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalStateAllVersions) WithValue added in v0.5.1

type UpdateServiceRequestPathSelectorCasConditionalStateCurrentVersion added in v0.5.1

type UpdateServiceRequestPathSelectorCasConditionalStateCurrentVersion struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateCurrentVersion) FieldPath added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalStateCurrentVersion) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalStateCurrentVersion) WithValue added in v0.5.1

type UpdateServiceRequestPathSelectorCasConditionalStateDisplayName added in v0.5.1

type UpdateServiceRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateDisplayName) FieldPath added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequestPathSelectorCasConditionalStateDisplayName) WithValue added in v0.5.1

type UpdateServiceRequestPathSelectorCasConditionalStateMetadata

type UpdateServiceRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadata) Labels

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadata) Shards

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataLabels) WithKey

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataShards

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataShards) WithKey

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataTags

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateServiceRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateServiceRequestPathSelectorCasConditionalStateName

type UpdateServiceRequestPathSelectorCasConditionalStateName struct{}

func (UpdateServiceRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateServiceRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasConditionalStateName) WithValue

type UpdateServiceRequestPathSelectorCasFieldMask

type UpdateServiceRequestPathSelectorCasFieldMask struct{}

func (UpdateServiceRequestPathSelectorCasFieldMask) FieldPath

func (UpdateServiceRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateServiceRequestPathSelectorCasFieldMask) WithValue

type UpdateServiceRequestPathSelectorService

type UpdateServiceRequestPathSelectorService struct{}

func (UpdateServiceRequestPathSelectorService) AllVersions added in v0.5.1

func (UpdateServiceRequestPathSelectorService) CurrentVersion added in v0.5.1

func (UpdateServiceRequestPathSelectorService) DisplayName added in v0.5.1

func (UpdateServiceRequestPathSelectorService) FieldPath

func (UpdateServiceRequestPathSelectorService) Metadata

func (UpdateServiceRequestPathSelectorService) Name

func (UpdateServiceRequestPathSelectorService) WithArrayOfValues

func (UpdateServiceRequestPathSelectorService) WithSubArrayItemValue

func (UpdateServiceRequestPathSelectorService) WithSubArrayOfValues

func (UpdateServiceRequestPathSelectorService) WithSubPath

func (UpdateServiceRequestPathSelectorService) WithSubValue

func (UpdateServiceRequestPathSelectorService) WithValue

type UpdateServiceRequestPathSelectorServiceAllVersions added in v0.5.1

type UpdateServiceRequestPathSelectorServiceAllVersions struct{}

func (UpdateServiceRequestPathSelectorServiceAllVersions) FieldPath added in v0.5.1

func (UpdateServiceRequestPathSelectorServiceAllVersions) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequestPathSelectorServiceAllVersions) WithItemValue added in v0.5.1

func (UpdateServiceRequestPathSelectorServiceAllVersions) WithValue added in v0.5.1

type UpdateServiceRequestPathSelectorServiceCurrentVersion added in v0.5.1

type UpdateServiceRequestPathSelectorServiceCurrentVersion struct{}

func (UpdateServiceRequestPathSelectorServiceCurrentVersion) FieldPath added in v0.5.1

func (UpdateServiceRequestPathSelectorServiceCurrentVersion) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequestPathSelectorServiceCurrentVersion) WithValue added in v0.5.1

type UpdateServiceRequestPathSelectorServiceDisplayName added in v0.5.1

type UpdateServiceRequestPathSelectorServiceDisplayName struct{}

func (UpdateServiceRequestPathSelectorServiceDisplayName) FieldPath added in v0.5.1

func (UpdateServiceRequestPathSelectorServiceDisplayName) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequestPathSelectorServiceDisplayName) WithValue added in v0.5.1

type UpdateServiceRequestPathSelectorServiceMetadata

type UpdateServiceRequestPathSelectorServiceMetadata struct{}

func (UpdateServiceRequestPathSelectorServiceMetadata) Annotations

func (UpdateServiceRequestPathSelectorServiceMetadata) CreateTime

func (UpdateServiceRequestPathSelectorServiceMetadata) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadata) Generation

func (UpdateServiceRequestPathSelectorServiceMetadata) Labels

func (UpdateServiceRequestPathSelectorServiceMetadata) OwnerReferences

func (UpdateServiceRequestPathSelectorServiceMetadata) ResourceVersion

func (UpdateServiceRequestPathSelectorServiceMetadata) Shards

func (UpdateServiceRequestPathSelectorServiceMetadata) Syncing

func (UpdateServiceRequestPathSelectorServiceMetadata) Tags

func (UpdateServiceRequestPathSelectorServiceMetadata) UpdateTime

func (UpdateServiceRequestPathSelectorServiceMetadata) Uuid

func (UpdateServiceRequestPathSelectorServiceMetadata) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadata) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataAnnotations

type UpdateServiceRequestPathSelectorServiceMetadataAnnotations struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataAnnotations) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataAnnotations) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataAnnotations) WithKey

func (UpdateServiceRequestPathSelectorServiceMetadataAnnotations) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataCreateTime

type UpdateServiceRequestPathSelectorServiceMetadataCreateTime struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataCreateTime) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataCreateTime) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataCreateTime) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataGeneration

type UpdateServiceRequestPathSelectorServiceMetadataGeneration struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataGeneration) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataGeneration) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataGeneration) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataLabels

type UpdateServiceRequestPathSelectorServiceMetadataLabels struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataLabels) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataLabels) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataLabels) WithKey

func (UpdateServiceRequestPathSelectorServiceMetadataLabels) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferences

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferences struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferences) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferences) Uid

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferences) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferences) WithItemValue

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferences) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesApiVersion) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesController

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesController struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesController) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesController) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesKind) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesName

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesName struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesName) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesName) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid

type UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataOwnerReferencesUid) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataResourceVersion

type UpdateServiceRequestPathSelectorServiceMetadataResourceVersion struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataResourceVersion) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataResourceVersion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataResourceVersion) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataShards

type UpdateServiceRequestPathSelectorServiceMetadataShards struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataShards) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataShards) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataShards) WithKey

func (UpdateServiceRequestPathSelectorServiceMetadataShards) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataSyncing

type UpdateServiceRequestPathSelectorServiceMetadataSyncing struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataSyncing) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataSyncing) Regions

func (UpdateServiceRequestPathSelectorServiceMetadataSyncing) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataSyncing) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion

type UpdateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataSyncingOwningRegion) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataSyncingRegions

type UpdateServiceRequestPathSelectorServiceMetadataSyncingRegions struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataSyncingRegions) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataSyncingRegions) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataSyncingRegions) WithItemValue

func (UpdateServiceRequestPathSelectorServiceMetadataSyncingRegions) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataTags

type UpdateServiceRequestPathSelectorServiceMetadataTags struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataTags) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataTags) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataTags) WithItemValue

func (UpdateServiceRequestPathSelectorServiceMetadataTags) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataUpdateTime

type UpdateServiceRequestPathSelectorServiceMetadataUpdateTime struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataUpdateTime) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataUpdateTime) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataUpdateTime) WithValue

type UpdateServiceRequestPathSelectorServiceMetadataUuid

type UpdateServiceRequestPathSelectorServiceMetadataUuid struct{}

func (UpdateServiceRequestPathSelectorServiceMetadataUuid) FieldPath

func (UpdateServiceRequestPathSelectorServiceMetadataUuid) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceMetadataUuid) WithValue

type UpdateServiceRequestPathSelectorServiceName

type UpdateServiceRequestPathSelectorServiceName struct{}

func (UpdateServiceRequestPathSelectorServiceName) FieldPath

func (UpdateServiceRequestPathSelectorServiceName) WithArrayOfValues

func (UpdateServiceRequestPathSelectorServiceName) WithValue

type UpdateServiceRequestPathSelectorUpdateMask

type UpdateServiceRequestPathSelectorUpdateMask struct{}

func (UpdateServiceRequestPathSelectorUpdateMask) FieldPath

func (UpdateServiceRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdateServiceRequestPathSelectorUpdateMask) WithValue

type UpdateServiceRequest_CAS

type UpdateServiceRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *service.Service `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *service.Service_FieldMask `` /* 139-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 (*UpdateServiceRequest_CAS) Clone

func (*UpdateServiceRequest_CAS) CloneRaw

func (*UpdateServiceRequest_CAS) Descriptor

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

Deprecated, Use UpdateServiceRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateServiceRequest_CAS) GetConditionalState

func (m *UpdateServiceRequest_CAS) GetConditionalState() *service.Service

func (*UpdateServiceRequest_CAS) GetFieldMask

func (*UpdateServiceRequest_CAS) GotenMessage

func (*UpdateServiceRequest_CAS) GotenMessage()

func (*UpdateServiceRequest_CAS) GotenObjectExt

func (o *UpdateServiceRequest_CAS) GotenObjectExt()

func (*UpdateServiceRequest_CAS) GotenValidate

func (obj *UpdateServiceRequest_CAS) GotenValidate() error

func (*UpdateServiceRequest_CAS) MakeDiffFieldMask

func (*UpdateServiceRequest_CAS) MakeFullFieldMask

func (*UpdateServiceRequest_CAS) MakeRawDiffFieldMask

func (*UpdateServiceRequest_CAS) MakeRawFullFieldMask

func (o *UpdateServiceRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateServiceRequest_CAS) Marshal

func (m *UpdateServiceRequest_CAS) Marshal() ([]byte, error)

func (*UpdateServiceRequest_CAS) MarshalJSON

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

func (*UpdateServiceRequest_CAS) Merge

func (*UpdateServiceRequest_CAS) MergeRaw

func (*UpdateServiceRequest_CAS) ProtoMessage

func (*UpdateServiceRequest_CAS) ProtoMessage()

func (*UpdateServiceRequest_CAS) ProtoReflect

func (m *UpdateServiceRequest_CAS) ProtoReflect() preflect.Message

func (*UpdateServiceRequest_CAS) Reset

func (m *UpdateServiceRequest_CAS) Reset()

func (*UpdateServiceRequest_CAS) SetConditionalState

func (m *UpdateServiceRequest_CAS) SetConditionalState(fv *service.Service)

func (*UpdateServiceRequest_CAS) SetFieldMask

func (m *UpdateServiceRequest_CAS) SetFieldMask(fv *service.Service_FieldMask)

func (*UpdateServiceRequest_CAS) String

func (m *UpdateServiceRequest_CAS) String() string

func (*UpdateServiceRequest_CAS) Unmarshal

func (m *UpdateServiceRequest_CAS) Unmarshal(b []byte) error

func (*UpdateServiceRequest_CAS) UnmarshalJSON

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

type UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateServiceRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalState

type UpdateServiceRequest_CASPathSelectorConditionalState struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalState) AllVersions added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalState) CurrentVersion added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalState) DisplayName added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalState) Metadata

func (UpdateServiceRequest_CASPathSelectorConditionalState) Name

func (UpdateServiceRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateServiceRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateServiceRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateServiceRequest_CASPathSelectorConditionalState) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateAllVersions added in v0.5.1

type UpdateServiceRequest_CASPathSelectorConditionalStateAllVersions struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateAllVersions) FieldPath added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalStateAllVersions) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalStateAllVersions) WithItemValue added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalStateAllVersions) WithValue added in v0.5.1

type UpdateServiceRequest_CASPathSelectorConditionalStateCurrentVersion added in v0.5.1

type UpdateServiceRequest_CASPathSelectorConditionalStateCurrentVersion struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateCurrentVersion) FieldPath added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalStateCurrentVersion) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalStateCurrentVersion) WithValue added in v0.5.1

type UpdateServiceRequest_CASPathSelectorConditionalStateDisplayName added in v0.5.1

type UpdateServiceRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateDisplayName) FieldPath added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues added in v0.5.1

func (UpdateServiceRequest_CASPathSelectorConditionalStateDisplayName) WithValue added in v0.5.1

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadata

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadata) Tags

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadata) Uuid

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataShards) WithKey

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateServiceRequest_CASPathSelectorConditionalStateName

type UpdateServiceRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateServiceRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateServiceRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateServiceRequest_CASPathSelectorFieldMask

type UpdateServiceRequest_CASPathSelectorFieldMask struct{}

func (UpdateServiceRequest_CASPathSelectorFieldMask) FieldPath

func (UpdateServiceRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdateServiceRequest_CASPathSelectorFieldMask) WithValue

type UpdateServiceRequest_CAS_FieldMask

type UpdateServiceRequest_CAS_FieldMask struct {
	Paths []UpdateServiceRequestCAS_FieldPath
}

func FullUpdateServiceRequest_CAS_FieldMask

func FullUpdateServiceRequest_CAS_FieldMask() *UpdateServiceRequest_CAS_FieldMask

func (*UpdateServiceRequest_CAS_FieldMask) AppendPath

func (*UpdateServiceRequest_CAS_FieldMask) AppendRawPath

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateServiceRequest_CAS_FieldMask) DecodeFirestore

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateServiceRequest_CAS_FieldMask) EncodeFirestore

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateServiceRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateServiceRequest_CAS_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateServiceRequest_CAS_FieldMask) GetPaths

func (*UpdateServiceRequest_CAS_FieldMask) GetRawPaths

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdateServiceRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) IsFull() bool

func (UpdateServiceRequest_CAS_FieldMask) Marshal

func (fieldMask UpdateServiceRequest_CAS_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateServiceRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateServiceRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) PathsCount() int

func (*UpdateServiceRequest_CAS_FieldMask) Project

func (*UpdateServiceRequest_CAS_FieldMask) ProjectRaw

func (*UpdateServiceRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateServiceRequest_CAS_FieldMask) ProtoReflect

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) ProtoReflect() preflect.Message

func (*UpdateServiceRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) Reset()

func (*UpdateServiceRequest_CAS_FieldMask) Set

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) Set(target, source *UpdateServiceRequest_CAS)

func (*UpdateServiceRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateServiceRequest_CAS_FieldMask) SetRaw

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateServiceRequest_CAS_FieldMask) Size

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) Size() int

func (*UpdateServiceRequest_CAS_FieldMask) String

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) String() string

func (*UpdateServiceRequest_CAS_FieldMask) Subtract

func (*UpdateServiceRequest_CAS_FieldMask) SubtractRaw

func (*UpdateServiceRequest_CAS_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateServiceRequest_CAS_FieldMask) Unmarshal

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) Unmarshal(data []byte) error

func (*UpdateServiceRequest_CAS_FieldMask) UnmarshalJSON

func (fieldMask *UpdateServiceRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error

type UpdateServiceRequest_FieldMask

type UpdateServiceRequest_FieldMask struct {
	Paths []UpdateServiceRequest_FieldPath
}

func FullUpdateServiceRequest_FieldMask

func FullUpdateServiceRequest_FieldMask() *UpdateServiceRequest_FieldMask

func (*UpdateServiceRequest_FieldMask) AppendPath

func (*UpdateServiceRequest_FieldMask) AppendRawPath

func (fieldMask *UpdateServiceRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateServiceRequest_FieldMask) DecodeFirestore

func (fieldMask *UpdateServiceRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateServiceRequest_FieldMask) EncodeFirestore

func (fieldMask *UpdateServiceRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateServiceRequest_FieldMask) FilterInputFields

func (fieldMask *UpdateServiceRequest_FieldMask) FilterInputFields() *UpdateServiceRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateServiceRequest_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateServiceRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateServiceRequest_FieldMask) GetPaths

func (*UpdateServiceRequest_FieldMask) GetRawPaths

func (fieldMask *UpdateServiceRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdateServiceRequest_FieldMask) IsFull

func (fieldMask *UpdateServiceRequest_FieldMask) IsFull() bool

func (UpdateServiceRequest_FieldMask) Marshal

func (fieldMask UpdateServiceRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateServiceRequest_FieldMask) MarshalJSON

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

func (*UpdateServiceRequest_FieldMask) PathsCount

func (fieldMask *UpdateServiceRequest_FieldMask) PathsCount() int

func (*UpdateServiceRequest_FieldMask) Project

func (*UpdateServiceRequest_FieldMask) ProjectRaw

func (*UpdateServiceRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateServiceRequest_FieldMask) ProtoMessage()

func (*UpdateServiceRequest_FieldMask) ProtoReflect

func (fieldMask *UpdateServiceRequest_FieldMask) ProtoReflect() preflect.Message

func (*UpdateServiceRequest_FieldMask) Reset

func (fieldMask *UpdateServiceRequest_FieldMask) Reset()

func (*UpdateServiceRequest_FieldMask) Set

func (fieldMask *UpdateServiceRequest_FieldMask) Set(target, source *UpdateServiceRequest)

func (*UpdateServiceRequest_FieldMask) SetFromCliFlag

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

func (*UpdateServiceRequest_FieldMask) SetRaw

func (fieldMask *UpdateServiceRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateServiceRequest_FieldMask) Size

func (fieldMask *UpdateServiceRequest_FieldMask) Size() int

func (*UpdateServiceRequest_FieldMask) String

func (fieldMask *UpdateServiceRequest_FieldMask) String() string

func (*UpdateServiceRequest_FieldMask) Subtract

func (*UpdateServiceRequest_FieldMask) SubtractRaw

func (*UpdateServiceRequest_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateServiceRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateServiceRequest_FieldMask) Unmarshal

func (fieldMask *UpdateServiceRequest_FieldMask) Unmarshal(data []byte) error

func (*UpdateServiceRequest_FieldMask) UnmarshalJSON

func (fieldMask *UpdateServiceRequest_FieldMask) UnmarshalJSON(data []byte) error

type UpdateServiceRequest_FieldPath

type UpdateServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateServiceRequest_FieldPathSelector
	Get(source *UpdateServiceRequest) []interface{}
	GetSingle(source *UpdateServiceRequest) (interface{}, bool)
	ClearValue(item *UpdateServiceRequest)

	// Those methods build corresponding UpdateServiceRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateServiceRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateServiceRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateServiceRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateServiceRequest_FieldPath

func MustParseUpdateServiceRequest_FieldPath(rawField string) UpdateServiceRequest_FieldPath

func ParseUpdateServiceRequest_FieldPath

func ParseUpdateServiceRequest_FieldPath(rawField string) (UpdateServiceRequest_FieldPath, error)

type UpdateServiceRequest_FieldPathArrayItemValue

type UpdateServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateServiceRequest_FieldPath
	ContainsValue(*UpdateServiceRequest) bool
}

UpdateServiceRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateServiceRequest according to their type Present only for array (repeated) types.

func MustParseUpdateServiceRequest_FieldPathArrayItemValue

func MustParseUpdateServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceRequest_FieldPathArrayItemValue

func ParseUpdateServiceRequest_FieldPathArrayItemValue

func ParseUpdateServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceRequest_FieldPathArrayItemValue, error)

ParseUpdateServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateServiceRequest_FieldPathArrayOfValues

type UpdateServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateServiceRequest_FieldPath
}

UpdateServiceRequest_FieldPathArrayOfValues allows storing slice of values for UpdateServiceRequest fields according to their type

func MustParseUpdateServiceRequest_FieldPathArrayOfValues

func MustParseUpdateServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceRequest_FieldPathArrayOfValues

func ParseUpdateServiceRequest_FieldPathArrayOfValues

func ParseUpdateServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceRequest_FieldPathArrayOfValues, error)

type UpdateServiceRequest_FieldPathSelector

type UpdateServiceRequest_FieldPathSelector int32
const (
	UpdateServiceRequest_FieldPathSelectorService    UpdateServiceRequest_FieldPathSelector = 0
	UpdateServiceRequest_FieldPathSelectorUpdateMask UpdateServiceRequest_FieldPathSelector = 1
	UpdateServiceRequest_FieldPathSelectorCas        UpdateServiceRequest_FieldPathSelector = 2
)

func (UpdateServiceRequest_FieldPathSelector) String

type UpdateServiceRequest_FieldPathValue

type UpdateServiceRequest_FieldPathValue interface {
	UpdateServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateServiceRequest)
	CompareWith(*UpdateServiceRequest) (cmp int, comparable bool)
}

UpdateServiceRequest_FieldPathValue allows storing values for UpdateServiceRequest fields according to their type

func MustParseUpdateServiceRequest_FieldPathValue

func MustParseUpdateServiceRequest_FieldPathValue(pathStr, valueStr string) UpdateServiceRequest_FieldPathValue

func ParseUpdateServiceRequest_FieldPathValue

func ParseUpdateServiceRequest_FieldPathValue(pathStr, valueStr string) (UpdateServiceRequest_FieldPathValue, error)

type UpdateServiceRequest_FieldSubPath

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

func (*UpdateServiceRequest_FieldSubPath) AsCasSubPath

func (*UpdateServiceRequest_FieldSubPath) AsServiceSubPath

func (*UpdateServiceRequest_FieldSubPath) ClearValue

func (*UpdateServiceRequest_FieldSubPath) ClearValueRaw

func (fps *UpdateServiceRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdateServiceRequest_FieldSubPath) Get

func (fps *UpdateServiceRequest_FieldSubPath) Get(source *UpdateServiceRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateServiceRequest

func (*UpdateServiceRequest_FieldSubPath) GetDefault

func (fps *UpdateServiceRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateServiceRequest_FieldSubPath) GetRaw

func (fps *UpdateServiceRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateServiceRequest_FieldSubPath) GetSingle

func (fps *UpdateServiceRequest_FieldSubPath) GetSingle(source *UpdateServiceRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateServiceRequest

func (*UpdateServiceRequest_FieldSubPath) GetSingleRaw

func (fps *UpdateServiceRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateServiceRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceRequest_FieldSubPath) JSONString

func (fps *UpdateServiceRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateServiceRequest_FieldSubPath) Selector

func (*UpdateServiceRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateServiceRequest_FieldSubPath) WithIArrayItemValue

func (fps *UpdateServiceRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateServiceRequest_FieldPathArrayItemValue

func (*UpdateServiceRequest_FieldSubPath) WithIArrayOfValues

func (fps *UpdateServiceRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateServiceRequest_FieldPathArrayOfValues

func (*UpdateServiceRequest_FieldSubPath) WithIValue

func (*UpdateServiceRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateServiceRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateServiceRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateServiceRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateServiceRequest_FieldSubPath) WithRawIValue

func (fps *UpdateServiceRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateServiceRequest_FieldSubPathArrayItemValue

type UpdateServiceRequest_FieldSubPathArrayItemValue struct {
	UpdateServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateServiceRequest_FieldSubPathArrayItemValue) AsServicePathItemValue

func (*UpdateServiceRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateServiceRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateServiceRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateServiceRequest_FieldSubPathArrayOfValues

type UpdateServiceRequest_FieldSubPathArrayOfValues struct {
	UpdateServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateServiceRequest_FieldSubPathArrayOfValues) AsServicePathArrayOfValues

func (*UpdateServiceRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateServiceRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateServiceRequest_FieldSubPathValue

type UpdateServiceRequest_FieldSubPathValue struct {
	UpdateServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateServiceRequest_FieldSubPathValue) AsServicePathValue

func (*UpdateServiceRequest_FieldSubPathValue) CompareWith

func (*UpdateServiceRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateServiceRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateServiceRequest_FieldSubPathValue) GetRawValue

func (fpvs *UpdateServiceRequest_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateServiceRequest_FieldSubPathValue) SetTo

func (*UpdateServiceRequest_FieldSubPathValue) SetToRaw

func (fpvs *UpdateServiceRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type UpdateServiceRequest_FieldTerminalPath

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

func (*UpdateServiceRequest_FieldTerminalPath) ClearValue

func (*UpdateServiceRequest_FieldTerminalPath) ClearValueRaw

func (fp *UpdateServiceRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*UpdateServiceRequest_FieldTerminalPath) Get

func (fp *UpdateServiceRequest_FieldTerminalPath) Get(source *UpdateServiceRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateServiceRequest

func (*UpdateServiceRequest_FieldTerminalPath) GetDefault

func (fp *UpdateServiceRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateServiceRequest_FieldTerminalPath) GetRaw

func (fp *UpdateServiceRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateServiceRequest_FieldTerminalPath) GetSingle

func (fp *UpdateServiceRequest_FieldTerminalPath) GetSingle(source *UpdateServiceRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateServiceRequest

func (*UpdateServiceRequest_FieldTerminalPath) GetSingleRaw

func (fp *UpdateServiceRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateServiceRequest_FieldTerminalPath) Selector

func (*UpdateServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateServiceRequest_FieldTerminalPath) WithIValue

func (*UpdateServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateServiceRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateServiceRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateServiceRequest_FieldTerminalPath) WithRawIValue

func (fp *UpdateServiceRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateServiceRequest_FieldTerminalPathArrayItemValue

type UpdateServiceRequest_FieldTerminalPathArrayItemValue struct {
	UpdateServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*UpdateServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *UpdateServiceRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateServiceRequest) (interface{}, bool)

func (*UpdateServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateServiceRequest_FieldTerminalPathArrayOfValues

type UpdateServiceRequest_FieldTerminalPathArrayOfValues struct {
	UpdateServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateServiceRequest_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues

func (fpaov *UpdateServiceRequest_FieldTerminalPathArrayOfValues) AsServiceArrayOfValues() ([]*service.Service, bool)

func (*UpdateServiceRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (fpaov *UpdateServiceRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*service.Service_FieldMask, bool)

func (*UpdateServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateServiceRequest_FieldTerminalPathValue

type UpdateServiceRequest_FieldTerminalPathValue struct {
	UpdateServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateServiceRequest_FieldTerminalPathValue) AsServiceValue

func (*UpdateServiceRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateServiceRequest_FieldTerminalPathValue' with the value under path in 'UpdateServiceRequest'.

func (*UpdateServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *UpdateServiceRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateServiceRequest_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateServiceRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*UpdateServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateServiceRequest

func (*UpdateServiceRequest_FieldTerminalPathValue) SetToRaw

type WatchServiceClientStream

type WatchServiceClientStream interface {
	Recv() (*WatchServiceResponse, error)
	grpc.ClientStream
}

type WatchServiceDescriptor added in v0.4.28

type WatchServiceDescriptor struct{}

func GetWatchServiceDescriptor added in v0.4.28

func GetWatchServiceDescriptor() *WatchServiceDescriptor

func (*WatchServiceDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchServiceDescriptor) GetApiName added in v0.4.28

func (d *WatchServiceDescriptor) GetApiName() string

func (*WatchServiceDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchServiceDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchServiceDescriptor) GetFullMethodName() string

func (*WatchServiceDescriptor) GetMethodName added in v0.4.28

func (d *WatchServiceDescriptor) GetMethodName() string

func (*WatchServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchServiceDescriptor) GetProtoPkgName() string

func (*WatchServiceDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchServiceDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchServiceDescriptor) GetServiceDomain() string

func (*WatchServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchServiceDescriptor) GetServiceVersion() string

func (*WatchServiceDescriptor) GetVerb added in v0.4.28

func (d *WatchServiceDescriptor) GetVerb() string

func (*WatchServiceDescriptor) HasResource added in v0.4.30

func (d *WatchServiceDescriptor) HasResource() bool

func (*WatchServiceDescriptor) IsClientStream added in v0.4.28

func (d *WatchServiceDescriptor) IsClientStream() bool

func (*WatchServiceDescriptor) IsCollection added in v0.4.30

func (d *WatchServiceDescriptor) IsCollection() bool

func (*WatchServiceDescriptor) IsPlural added in v0.4.30

func (d *WatchServiceDescriptor) IsPlural() bool

func (*WatchServiceDescriptor) IsServerStream added in v0.4.28

func (d *WatchServiceDescriptor) IsServerStream() bool

func (*WatchServiceDescriptor) IsUnary added in v0.4.28

func (d *WatchServiceDescriptor) IsUnary() bool

func (*WatchServiceDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchServiceDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchServiceDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchServiceDescriptor) RequestHasResourceBody() bool

type WatchServiceDescriptorClientMsgHandle added in v0.4.28

type WatchServiceDescriptorClientMsgHandle struct{}

func (*WatchServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServiceDescriptorServerMsgHandle added in v0.4.28

type WatchServiceDescriptorServerMsgHandle struct{}

func (*WatchServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServiceRequest

type WatchServiceRequest struct {

	// Reference to ntt.meta.v1alpha2.Service
	Name *service.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 *service.Service_FieldMask `` /* 139-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 [WatchService][ntt.meta.v1alpha2.WatchService]

func (*WatchServiceRequest) Clone

func (*WatchServiceRequest) CloneRaw

func (*WatchServiceRequest) Descriptor

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

Deprecated, Use WatchServiceRequest.ProtoReflect.Descriptor instead.

func (*WatchServiceRequest) GetFieldMask

func (m *WatchServiceRequest) GetFieldMask() *service.Service_FieldMask

func (*WatchServiceRequest) GetName

func (m *WatchServiceRequest) GetName() *service.Reference

func (*WatchServiceRequest) GetView

func (m *WatchServiceRequest) GetView() view.View

func (*WatchServiceRequest) GotenMessage

func (*WatchServiceRequest) GotenMessage()

func (*WatchServiceRequest) GotenObjectExt

func (o *WatchServiceRequest) GotenObjectExt()

func (*WatchServiceRequest) GotenValidate

func (obj *WatchServiceRequest) GotenValidate() error

func (*WatchServiceRequest) MakeDiffFieldMask

func (*WatchServiceRequest) MakeFullFieldMask

func (o *WatchServiceRequest) MakeFullFieldMask() *WatchServiceRequest_FieldMask

func (*WatchServiceRequest) MakeRawDiffFieldMask

func (o *WatchServiceRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchServiceRequest) MakeRawFullFieldMask

func (o *WatchServiceRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchServiceRequest) Marshal

func (m *WatchServiceRequest) Marshal() ([]byte, error)

func (*WatchServiceRequest) MarshalJSON

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

func (*WatchServiceRequest) Merge

func (o *WatchServiceRequest) Merge(source *WatchServiceRequest)

func (*WatchServiceRequest) MergeRaw

func (o *WatchServiceRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchServiceRequest) ProtoMessage

func (*WatchServiceRequest) ProtoMessage()

func (*WatchServiceRequest) ProtoReflect

func (m *WatchServiceRequest) ProtoReflect() preflect.Message

func (*WatchServiceRequest) Reset

func (m *WatchServiceRequest) Reset()

func (*WatchServiceRequest) SetFieldMask

func (m *WatchServiceRequest) SetFieldMask(fv *service.Service_FieldMask)

func (*WatchServiceRequest) SetName

func (m *WatchServiceRequest) SetName(fv *service.Reference)

func (*WatchServiceRequest) SetView

func (m *WatchServiceRequest) SetView(fv view.View)

func (*WatchServiceRequest) String

func (m *WatchServiceRequest) String() string

func (*WatchServiceRequest) Unmarshal

func (m *WatchServiceRequest) Unmarshal(b []byte) error

func (*WatchServiceRequest) UnmarshalJSON

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

type WatchServiceRequestFieldPathBuilder

type WatchServiceRequestFieldPathBuilder struct{}

func NewWatchServiceRequestFieldPathBuilder

func NewWatchServiceRequestFieldPathBuilder() WatchServiceRequestFieldPathBuilder

func (WatchServiceRequestFieldPathBuilder) FieldMask

func (WatchServiceRequestFieldPathBuilder) Name

func (WatchServiceRequestFieldPathBuilder) View

type WatchServiceRequestPathSelectorFieldMask

type WatchServiceRequestPathSelectorFieldMask struct{}

func (WatchServiceRequestPathSelectorFieldMask) FieldPath

func (WatchServiceRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchServiceRequestPathSelectorFieldMask) WithValue

type WatchServiceRequestPathSelectorName

type WatchServiceRequestPathSelectorName struct{}

func (WatchServiceRequestPathSelectorName) FieldPath

func (WatchServiceRequestPathSelectorName) WithArrayOfValues

func (WatchServiceRequestPathSelectorName) WithValue

type WatchServiceRequestPathSelectorView

type WatchServiceRequestPathSelectorView struct{}

func (WatchServiceRequestPathSelectorView) FieldPath

func (WatchServiceRequestPathSelectorView) WithArrayOfValues

func (WatchServiceRequestPathSelectorView) WithValue

type WatchServiceRequest_FieldMask

type WatchServiceRequest_FieldMask struct {
	Paths []WatchServiceRequest_FieldPath
}

func FullWatchServiceRequest_FieldMask

func FullWatchServiceRequest_FieldMask() *WatchServiceRequest_FieldMask

func (*WatchServiceRequest_FieldMask) AppendPath

func (*WatchServiceRequest_FieldMask) AppendRawPath

func (fieldMask *WatchServiceRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchServiceRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchServiceRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchServiceRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchServiceRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchServiceRequest_FieldMask) FilterInputFields

func (fieldMask *WatchServiceRequest_FieldMask) FilterInputFields() *WatchServiceRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServiceRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchServiceRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchServiceRequest_FieldMask) GetPaths

func (*WatchServiceRequest_FieldMask) GetRawPaths

func (fieldMask *WatchServiceRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchServiceRequest_FieldMask) IsFull

func (fieldMask *WatchServiceRequest_FieldMask) IsFull() bool

func (WatchServiceRequest_FieldMask) Marshal

func (fieldMask WatchServiceRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchServiceRequest_FieldMask) MarshalJSON

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

func (*WatchServiceRequest_FieldMask) PathsCount

func (fieldMask *WatchServiceRequest_FieldMask) PathsCount() int

func (*WatchServiceRequest_FieldMask) Project

func (*WatchServiceRequest_FieldMask) ProjectRaw

func (*WatchServiceRequest_FieldMask) ProtoMessage

func (fieldMask *WatchServiceRequest_FieldMask) ProtoMessage()

func (*WatchServiceRequest_FieldMask) ProtoReflect

func (fieldMask *WatchServiceRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchServiceRequest_FieldMask) Reset

func (fieldMask *WatchServiceRequest_FieldMask) Reset()

func (*WatchServiceRequest_FieldMask) Set

func (fieldMask *WatchServiceRequest_FieldMask) Set(target, source *WatchServiceRequest)

func (*WatchServiceRequest_FieldMask) SetFromCliFlag

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

func (*WatchServiceRequest_FieldMask) SetRaw

func (fieldMask *WatchServiceRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchServiceRequest_FieldMask) Size

func (fieldMask *WatchServiceRequest_FieldMask) Size() int

func (*WatchServiceRequest_FieldMask) String

func (fieldMask *WatchServiceRequest_FieldMask) String() string

func (*WatchServiceRequest_FieldMask) Subtract

func (*WatchServiceRequest_FieldMask) SubtractRaw

func (*WatchServiceRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchServiceRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchServiceRequest_FieldMask) Unmarshal

func (fieldMask *WatchServiceRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchServiceRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchServiceRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchServiceRequest_FieldPath

type WatchServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServiceRequest_FieldPathSelector
	Get(source *WatchServiceRequest) []interface{}
	GetSingle(source *WatchServiceRequest) (interface{}, bool)
	ClearValue(item *WatchServiceRequest)

	// Those methods build corresponding WatchServiceRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchServiceRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchServiceRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchServiceRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchServiceRequest_FieldPath

func MustParseWatchServiceRequest_FieldPath(rawField string) WatchServiceRequest_FieldPath

func ParseWatchServiceRequest_FieldPath

func ParseWatchServiceRequest_FieldPath(rawField string) (WatchServiceRequest_FieldPath, error)

type WatchServiceRequest_FieldPathArrayItemValue

type WatchServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServiceRequest_FieldPath
	ContainsValue(*WatchServiceRequest) bool
}

WatchServiceRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServiceRequest according to their type Present only for array (repeated) types.

func MustParseWatchServiceRequest_FieldPathArrayItemValue

func MustParseWatchServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceRequest_FieldPathArrayItemValue

func ParseWatchServiceRequest_FieldPathArrayItemValue

func ParseWatchServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceRequest_FieldPathArrayItemValue, error)

ParseWatchServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServiceRequest_FieldPathArrayOfValues

type WatchServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServiceRequest_FieldPath
}

WatchServiceRequest_FieldPathArrayOfValues allows storing slice of values for WatchServiceRequest fields according to their type

func MustParseWatchServiceRequest_FieldPathArrayOfValues

func MustParseWatchServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceRequest_FieldPathArrayOfValues

func ParseWatchServiceRequest_FieldPathArrayOfValues

func ParseWatchServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceRequest_FieldPathArrayOfValues, error)

type WatchServiceRequest_FieldPathSelector

type WatchServiceRequest_FieldPathSelector int32
const (
	WatchServiceRequest_FieldPathSelectorName      WatchServiceRequest_FieldPathSelector = 0
	WatchServiceRequest_FieldPathSelectorFieldMask WatchServiceRequest_FieldPathSelector = 1
	WatchServiceRequest_FieldPathSelectorView      WatchServiceRequest_FieldPathSelector = 2
)

func (WatchServiceRequest_FieldPathSelector) String

type WatchServiceRequest_FieldPathValue

type WatchServiceRequest_FieldPathValue interface {
	WatchServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServiceRequest)
	CompareWith(*WatchServiceRequest) (cmp int, comparable bool)
}

WatchServiceRequest_FieldPathValue allows storing values for WatchServiceRequest fields according to their type

func MustParseWatchServiceRequest_FieldPathValue

func MustParseWatchServiceRequest_FieldPathValue(pathStr, valueStr string) WatchServiceRequest_FieldPathValue

func ParseWatchServiceRequest_FieldPathValue

func ParseWatchServiceRequest_FieldPathValue(pathStr, valueStr string) (WatchServiceRequest_FieldPathValue, error)

type WatchServiceRequest_FieldTerminalPath

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

func (*WatchServiceRequest_FieldTerminalPath) ClearValue

func (*WatchServiceRequest_FieldTerminalPath) ClearValueRaw

func (fp *WatchServiceRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchServiceRequest_FieldTerminalPath) Get

func (fp *WatchServiceRequest_FieldTerminalPath) Get(source *WatchServiceRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchServiceRequest

func (*WatchServiceRequest_FieldTerminalPath) GetDefault

func (fp *WatchServiceRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchServiceRequest_FieldTerminalPath) GetRaw

func (fp *WatchServiceRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchServiceRequest_FieldTerminalPath) GetSingle

func (fp *WatchServiceRequest_FieldTerminalPath) GetSingle(source *WatchServiceRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchServiceRequest

func (*WatchServiceRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchServiceRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceRequest_FieldTerminalPath) Selector

func (*WatchServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchServiceRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceRequest_FieldPathArrayOfValues

func (*WatchServiceRequest_FieldTerminalPath) WithIValue

func (*WatchServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchServiceRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchServiceRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchServiceRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchServiceRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchServiceRequest_FieldTerminalPathArrayItemValue

type WatchServiceRequest_FieldTerminalPathArrayItemValue struct {
	WatchServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*WatchServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchServiceRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceRequest) (interface{}, bool)

func (*WatchServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchServiceRequest_FieldTerminalPathArrayOfValues

type WatchServiceRequest_FieldTerminalPathArrayOfValues struct {
	WatchServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchServiceRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service.Service_FieldMask, bool)

func (*WatchServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *WatchServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*service.Reference, bool)

func (*WatchServiceRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchServiceRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchServiceRequest_FieldTerminalPathValue

type WatchServiceRequest_FieldTerminalPathValue struct {
	WatchServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchServiceRequest_FieldTerminalPathValue) AsNameValue

func (*WatchServiceRequest_FieldTerminalPathValue) AsViewValue

func (*WatchServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServiceRequest_FieldTerminalPathValue' with the value under path in 'WatchServiceRequest'.

func (*WatchServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchServiceRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchServiceRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchServiceRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*WatchServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServiceRequest

func (*WatchServiceRequest_FieldTerminalPathValue) SetToRaw

type WatchServiceResponse

type WatchServiceResponse struct {
	Change *service.ServiceChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchServiceResponse

func (*WatchServiceResponse) Clone

func (*WatchServiceResponse) CloneRaw

func (*WatchServiceResponse) Descriptor

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

Deprecated, Use WatchServiceResponse.ProtoReflect.Descriptor instead.

func (*WatchServiceResponse) GetChange

func (m *WatchServiceResponse) GetChange() *service.ServiceChange

func (*WatchServiceResponse) GotenMessage

func (*WatchServiceResponse) GotenMessage()

func (*WatchServiceResponse) GotenObjectExt

func (o *WatchServiceResponse) GotenObjectExt()

func (*WatchServiceResponse) GotenValidate

func (obj *WatchServiceResponse) GotenValidate() error

func (*WatchServiceResponse) MakeDiffFieldMask

func (*WatchServiceResponse) MakeFullFieldMask

func (o *WatchServiceResponse) MakeFullFieldMask() *WatchServiceResponse_FieldMask

func (*WatchServiceResponse) MakeRawDiffFieldMask

func (o *WatchServiceResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchServiceResponse) MakeRawFullFieldMask

func (o *WatchServiceResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchServiceResponse) Marshal

func (m *WatchServiceResponse) Marshal() ([]byte, error)

func (*WatchServiceResponse) MarshalJSON

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

func (*WatchServiceResponse) Merge

func (o *WatchServiceResponse) Merge(source *WatchServiceResponse)

func (*WatchServiceResponse) MergeRaw

func (o *WatchServiceResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchServiceResponse) ProtoMessage

func (*WatchServiceResponse) ProtoMessage()

func (*WatchServiceResponse) ProtoReflect

func (m *WatchServiceResponse) ProtoReflect() preflect.Message

func (*WatchServiceResponse) Reset

func (m *WatchServiceResponse) Reset()

func (*WatchServiceResponse) SetChange

func (m *WatchServiceResponse) SetChange(fv *service.ServiceChange)

func (*WatchServiceResponse) String

func (m *WatchServiceResponse) String() string

func (*WatchServiceResponse) Unmarshal

func (m *WatchServiceResponse) Unmarshal(b []byte) error

func (*WatchServiceResponse) UnmarshalJSON

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

type WatchServiceResponseFieldPathBuilder

type WatchServiceResponseFieldPathBuilder struct{}

func NewWatchServiceResponseFieldPathBuilder

func NewWatchServiceResponseFieldPathBuilder() WatchServiceResponseFieldPathBuilder

func (WatchServiceResponseFieldPathBuilder) Change

type WatchServiceResponsePathSelectorChange

type WatchServiceResponsePathSelectorChange struct{}

func (WatchServiceResponsePathSelectorChange) FieldPath

func (WatchServiceResponsePathSelectorChange) WithArrayOfValues

func (WatchServiceResponsePathSelectorChange) WithValue

type WatchServiceResponse_FieldMask

type WatchServiceResponse_FieldMask struct {
	Paths []WatchServiceResponse_FieldPath
}

func FullWatchServiceResponse_FieldMask

func FullWatchServiceResponse_FieldMask() *WatchServiceResponse_FieldMask

func (*WatchServiceResponse_FieldMask) AppendPath

func (*WatchServiceResponse_FieldMask) AppendRawPath

func (fieldMask *WatchServiceResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchServiceResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchServiceResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchServiceResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchServiceResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchServiceResponse_FieldMask) FilterInputFields

func (fieldMask *WatchServiceResponse_FieldMask) FilterInputFields() *WatchServiceResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServiceResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchServiceResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchServiceResponse_FieldMask) GetPaths

func (*WatchServiceResponse_FieldMask) GetRawPaths

func (fieldMask *WatchServiceResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchServiceResponse_FieldMask) IsFull

func (fieldMask *WatchServiceResponse_FieldMask) IsFull() bool

func (WatchServiceResponse_FieldMask) Marshal

func (fieldMask WatchServiceResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchServiceResponse_FieldMask) MarshalJSON

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

func (*WatchServiceResponse_FieldMask) PathsCount

func (fieldMask *WatchServiceResponse_FieldMask) PathsCount() int

func (*WatchServiceResponse_FieldMask) Project

func (*WatchServiceResponse_FieldMask) ProjectRaw

func (*WatchServiceResponse_FieldMask) ProtoMessage

func (fieldMask *WatchServiceResponse_FieldMask) ProtoMessage()

func (*WatchServiceResponse_FieldMask) ProtoReflect

func (fieldMask *WatchServiceResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchServiceResponse_FieldMask) Reset

func (fieldMask *WatchServiceResponse_FieldMask) Reset()

func (*WatchServiceResponse_FieldMask) Set

func (fieldMask *WatchServiceResponse_FieldMask) Set(target, source *WatchServiceResponse)

func (*WatchServiceResponse_FieldMask) SetFromCliFlag

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

func (*WatchServiceResponse_FieldMask) SetRaw

func (fieldMask *WatchServiceResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchServiceResponse_FieldMask) Size

func (fieldMask *WatchServiceResponse_FieldMask) Size() int

func (*WatchServiceResponse_FieldMask) String

func (fieldMask *WatchServiceResponse_FieldMask) String() string

func (*WatchServiceResponse_FieldMask) Subtract

func (*WatchServiceResponse_FieldMask) SubtractRaw

func (*WatchServiceResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchServiceResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchServiceResponse_FieldMask) Unmarshal

func (fieldMask *WatchServiceResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchServiceResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchServiceResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchServiceResponse_FieldPath

type WatchServiceResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServiceResponse_FieldPathSelector
	Get(source *WatchServiceResponse) []interface{}
	GetSingle(source *WatchServiceResponse) (interface{}, bool)
	ClearValue(item *WatchServiceResponse)

	// Those methods build corresponding WatchServiceResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchServiceResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchServiceResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchServiceResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchServiceResponse_FieldPath

func MustParseWatchServiceResponse_FieldPath(rawField string) WatchServiceResponse_FieldPath

func ParseWatchServiceResponse_FieldPath

func ParseWatchServiceResponse_FieldPath(rawField string) (WatchServiceResponse_FieldPath, error)

type WatchServiceResponse_FieldPathArrayItemValue

type WatchServiceResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServiceResponse_FieldPath
	ContainsValue(*WatchServiceResponse) bool
}

WatchServiceResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServiceResponse according to their type Present only for array (repeated) types.

func MustParseWatchServiceResponse_FieldPathArrayItemValue

func MustParseWatchServiceResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceResponse_FieldPathArrayItemValue

func ParseWatchServiceResponse_FieldPathArrayItemValue

func ParseWatchServiceResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceResponse_FieldPathArrayItemValue, error)

ParseWatchServiceResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServiceResponse_FieldPathArrayOfValues

type WatchServiceResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServiceResponse_FieldPath
}

WatchServiceResponse_FieldPathArrayOfValues allows storing slice of values for WatchServiceResponse fields according to their type

func MustParseWatchServiceResponse_FieldPathArrayOfValues

func MustParseWatchServiceResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceResponse_FieldPathArrayOfValues

func ParseWatchServiceResponse_FieldPathArrayOfValues

func ParseWatchServiceResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceResponse_FieldPathArrayOfValues, error)

type WatchServiceResponse_FieldPathSelector

type WatchServiceResponse_FieldPathSelector int32
const (
	WatchServiceResponse_FieldPathSelectorChange WatchServiceResponse_FieldPathSelector = 0
)

func (WatchServiceResponse_FieldPathSelector) String

type WatchServiceResponse_FieldPathValue

type WatchServiceResponse_FieldPathValue interface {
	WatchServiceResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServiceResponse)
	CompareWith(*WatchServiceResponse) (cmp int, comparable bool)
}

WatchServiceResponse_FieldPathValue allows storing values for WatchServiceResponse fields according to their type

func MustParseWatchServiceResponse_FieldPathValue

func MustParseWatchServiceResponse_FieldPathValue(pathStr, valueStr string) WatchServiceResponse_FieldPathValue

func ParseWatchServiceResponse_FieldPathValue

func ParseWatchServiceResponse_FieldPathValue(pathStr, valueStr string) (WatchServiceResponse_FieldPathValue, error)

type WatchServiceResponse_FieldTerminalPath

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

func (*WatchServiceResponse_FieldTerminalPath) ClearValue

func (*WatchServiceResponse_FieldTerminalPath) ClearValueRaw

func (fp *WatchServiceResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchServiceResponse_FieldTerminalPath) Get

func (fp *WatchServiceResponse_FieldTerminalPath) Get(source *WatchServiceResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchServiceResponse

func (*WatchServiceResponse_FieldTerminalPath) GetDefault

func (fp *WatchServiceResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchServiceResponse_FieldTerminalPath) GetRaw

func (fp *WatchServiceResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchServiceResponse_FieldTerminalPath) GetSingle

func (fp *WatchServiceResponse_FieldTerminalPath) GetSingle(source *WatchServiceResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchServiceResponse

func (*WatchServiceResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchServiceResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchServiceResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceResponse_FieldTerminalPath) Selector

func (*WatchServiceResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServiceResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchServiceResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchServiceResponse_FieldTerminalPath) WithIValue

func (*WatchServiceResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchServiceResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchServiceResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchServiceResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchServiceResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchServiceResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchServiceResponse_FieldTerminalPathArrayItemValue

type WatchServiceResponse_FieldTerminalPathArrayItemValue struct {
	WatchServiceResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServiceResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchServiceResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*WatchServiceResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchServiceResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceResponse) (interface{}, bool)

func (*WatchServiceResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchServiceResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchServiceResponse_FieldTerminalPathArrayOfValues

type WatchServiceResponse_FieldTerminalPathArrayOfValues struct {
	WatchServiceResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchServiceResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchServiceResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchServiceResponse_FieldTerminalPathValue

type WatchServiceResponse_FieldTerminalPathValue struct {
	WatchServiceResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchServiceResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServiceResponse_FieldTerminalPathValue' with the value under path in 'WatchServiceResponse'.

func (*WatchServiceResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchServiceResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchServiceResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchServiceResponse_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*WatchServiceResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServiceResponse

func (*WatchServiceResponse_FieldTerminalPathValue) SetToRaw

type WatchServicesClientStream

type WatchServicesClientStream interface {
	Recv() (*WatchServicesResponse, error)
	grpc.ClientStream
}

type WatchServicesDescriptor added in v0.4.28

type WatchServicesDescriptor struct{}

func GetWatchServicesDescriptor added in v0.4.28

func GetWatchServicesDescriptor() *WatchServicesDescriptor

func (*WatchServicesDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchServicesDescriptor) GetApiName added in v0.4.28

func (d *WatchServicesDescriptor) GetApiName() string

func (*WatchServicesDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchServicesDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchServicesDescriptor) GetFullMethodName() string

func (*WatchServicesDescriptor) GetMethodName added in v0.4.28

func (d *WatchServicesDescriptor) GetMethodName() string

func (*WatchServicesDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchServicesDescriptor) GetProtoPkgName() string

func (*WatchServicesDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchServicesDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchServicesDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchServicesDescriptor) GetServiceDomain() string

func (*WatchServicesDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchServicesDescriptor) GetServiceVersion() string

func (*WatchServicesDescriptor) GetVerb added in v0.4.28

func (d *WatchServicesDescriptor) GetVerb() string

func (*WatchServicesDescriptor) HasResource added in v0.4.30

func (d *WatchServicesDescriptor) HasResource() bool

func (*WatchServicesDescriptor) IsClientStream added in v0.4.28

func (d *WatchServicesDescriptor) IsClientStream() bool

func (*WatchServicesDescriptor) IsCollection added in v0.4.30

func (d *WatchServicesDescriptor) IsCollection() bool

func (*WatchServicesDescriptor) IsPlural added in v0.4.30

func (d *WatchServicesDescriptor) IsPlural() bool

func (*WatchServicesDescriptor) IsServerStream added in v0.4.28

func (d *WatchServicesDescriptor) IsServerStream() bool

func (*WatchServicesDescriptor) IsUnary added in v0.4.28

func (d *WatchServicesDescriptor) IsUnary() bool

func (*WatchServicesDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchServicesDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchServicesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchServicesDescriptor) RequestHasResourceBody() bool

type WatchServicesDescriptorClientMsgHandle added in v0.4.28

type WatchServicesDescriptorClientMsgHandle struct{}

func (*WatchServicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServicesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServicesDescriptorServerMsgHandle added in v0.4.28

type WatchServicesDescriptorServerMsgHandle struct{}

func (*WatchServicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServicesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServicesRequest

type WatchServicesRequest 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 Services 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 *service.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 *service.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *service.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 Service that don't affect
	// any of masked fields won't be sent back.
	FieldMask *service.Service_FieldMask `` /* 139-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
	// Service 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 [WatchServices][ntt.meta.v1alpha2.WatchServices]

func (*WatchServicesRequest) Clone

func (*WatchServicesRequest) CloneRaw

func (*WatchServicesRequest) Descriptor

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

Deprecated, Use WatchServicesRequest.ProtoReflect.Descriptor instead.

func (*WatchServicesRequest) GetFieldMask

func (m *WatchServicesRequest) GetFieldMask() *service.Service_FieldMask

func (*WatchServicesRequest) GetFilter

func (m *WatchServicesRequest) GetFilter() *service.Filter

func (*WatchServicesRequest) GetMaxChunkSize

func (m *WatchServicesRequest) GetMaxChunkSize() int32

func (*WatchServicesRequest) GetOrderBy

func (m *WatchServicesRequest) GetOrderBy() *service.OrderBy

func (*WatchServicesRequest) GetPageSize

func (m *WatchServicesRequest) GetPageSize() int32

func (*WatchServicesRequest) GetPageToken

func (m *WatchServicesRequest) GetPageToken() *service.PagerCursor

func (*WatchServicesRequest) GetResumeToken

func (m *WatchServicesRequest) GetResumeToken() string

func (*WatchServicesRequest) GetType

func (*WatchServicesRequest) GetView

func (m *WatchServicesRequest) GetView() view.View

func (*WatchServicesRequest) GotenMessage

func (*WatchServicesRequest) GotenMessage()

func (*WatchServicesRequest) GotenObjectExt

func (o *WatchServicesRequest) GotenObjectExt()

func (*WatchServicesRequest) GotenValidate

func (obj *WatchServicesRequest) GotenValidate() error

func (*WatchServicesRequest) MakeDiffFieldMask

func (*WatchServicesRequest) MakeFullFieldMask

func (o *WatchServicesRequest) MakeFullFieldMask() *WatchServicesRequest_FieldMask

func (*WatchServicesRequest) MakeRawDiffFieldMask

func (o *WatchServicesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchServicesRequest) MakeRawFullFieldMask

func (o *WatchServicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchServicesRequest) Marshal

func (m *WatchServicesRequest) Marshal() ([]byte, error)

func (*WatchServicesRequest) MarshalJSON

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

func (*WatchServicesRequest) Merge

func (o *WatchServicesRequest) Merge(source *WatchServicesRequest)

func (*WatchServicesRequest) MergeRaw

func (o *WatchServicesRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchServicesRequest) ProtoMessage

func (*WatchServicesRequest) ProtoMessage()

func (*WatchServicesRequest) ProtoReflect

func (m *WatchServicesRequest) ProtoReflect() preflect.Message

func (*WatchServicesRequest) Reset

func (m *WatchServicesRequest) Reset()

func (*WatchServicesRequest) SetFieldMask

func (m *WatchServicesRequest) SetFieldMask(fv *service.Service_FieldMask)

func (*WatchServicesRequest) SetFilter

func (m *WatchServicesRequest) SetFilter(fv *service.Filter)

func (*WatchServicesRequest) SetMaxChunkSize

func (m *WatchServicesRequest) SetMaxChunkSize(fv int32)

func (*WatchServicesRequest) SetOrderBy

func (m *WatchServicesRequest) SetOrderBy(fv *service.OrderBy)

func (*WatchServicesRequest) SetPageSize

func (m *WatchServicesRequest) SetPageSize(fv int32)

func (*WatchServicesRequest) SetPageToken

func (m *WatchServicesRequest) SetPageToken(fv *service.PagerCursor)

func (*WatchServicesRequest) SetResumeToken

func (m *WatchServicesRequest) SetResumeToken(fv string)

func (*WatchServicesRequest) SetType

func (m *WatchServicesRequest) SetType(fv watch_type.WatchType)

func (*WatchServicesRequest) SetView

func (m *WatchServicesRequest) SetView(fv view.View)

func (*WatchServicesRequest) String

func (m *WatchServicesRequest) String() string

func (*WatchServicesRequest) Unmarshal

func (m *WatchServicesRequest) Unmarshal(b []byte) error

func (*WatchServicesRequest) UnmarshalJSON

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

type WatchServicesRequestFieldPathBuilder

type WatchServicesRequestFieldPathBuilder struct{}

func NewWatchServicesRequestFieldPathBuilder

func NewWatchServicesRequestFieldPathBuilder() WatchServicesRequestFieldPathBuilder

func (WatchServicesRequestFieldPathBuilder) FieldMask

func (WatchServicesRequestFieldPathBuilder) Filter

func (WatchServicesRequestFieldPathBuilder) MaxChunkSize

func (WatchServicesRequestFieldPathBuilder) OrderBy

func (WatchServicesRequestFieldPathBuilder) PageSize

func (WatchServicesRequestFieldPathBuilder) PageToken

func (WatchServicesRequestFieldPathBuilder) ResumeToken

func (WatchServicesRequestFieldPathBuilder) Type

func (WatchServicesRequestFieldPathBuilder) View

type WatchServicesRequestPathSelectorFieldMask

type WatchServicesRequestPathSelectorFieldMask struct{}

func (WatchServicesRequestPathSelectorFieldMask) FieldPath

func (WatchServicesRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchServicesRequestPathSelectorFieldMask) WithValue

type WatchServicesRequestPathSelectorFilter

type WatchServicesRequestPathSelectorFilter struct{}

func (WatchServicesRequestPathSelectorFilter) FieldPath

func (WatchServicesRequestPathSelectorFilter) WithArrayOfValues

func (WatchServicesRequestPathSelectorFilter) WithValue

type WatchServicesRequestPathSelectorMaxChunkSize

type WatchServicesRequestPathSelectorMaxChunkSize struct{}

func (WatchServicesRequestPathSelectorMaxChunkSize) FieldPath

func (WatchServicesRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchServicesRequestPathSelectorMaxChunkSize) WithValue

type WatchServicesRequestPathSelectorOrderBy

type WatchServicesRequestPathSelectorOrderBy struct{}

func (WatchServicesRequestPathSelectorOrderBy) FieldPath

func (WatchServicesRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchServicesRequestPathSelectorOrderBy) WithValue

type WatchServicesRequestPathSelectorPageSize

type WatchServicesRequestPathSelectorPageSize struct{}

func (WatchServicesRequestPathSelectorPageSize) FieldPath

func (WatchServicesRequestPathSelectorPageSize) WithArrayOfValues

func (WatchServicesRequestPathSelectorPageSize) WithValue

type WatchServicesRequestPathSelectorPageToken

type WatchServicesRequestPathSelectorPageToken struct{}

func (WatchServicesRequestPathSelectorPageToken) FieldPath

func (WatchServicesRequestPathSelectorPageToken) WithArrayOfValues

func (WatchServicesRequestPathSelectorPageToken) WithValue

type WatchServicesRequestPathSelectorResumeToken

type WatchServicesRequestPathSelectorResumeToken struct{}

func (WatchServicesRequestPathSelectorResumeToken) FieldPath

func (WatchServicesRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchServicesRequestPathSelectorResumeToken) WithValue

type WatchServicesRequestPathSelectorType

type WatchServicesRequestPathSelectorType struct{}

func (WatchServicesRequestPathSelectorType) FieldPath

func (WatchServicesRequestPathSelectorType) WithArrayOfValues

func (WatchServicesRequestPathSelectorType) WithValue

type WatchServicesRequestPathSelectorView

type WatchServicesRequestPathSelectorView struct{}

func (WatchServicesRequestPathSelectorView) FieldPath

func (WatchServicesRequestPathSelectorView) WithArrayOfValues

func (WatchServicesRequestPathSelectorView) WithValue

type WatchServicesRequest_FieldMask

type WatchServicesRequest_FieldMask struct {
	Paths []WatchServicesRequest_FieldPath
}

func FullWatchServicesRequest_FieldMask

func FullWatchServicesRequest_FieldMask() *WatchServicesRequest_FieldMask

func (*WatchServicesRequest_FieldMask) AppendPath

func (*WatchServicesRequest_FieldMask) AppendRawPath

func (fieldMask *WatchServicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchServicesRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchServicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchServicesRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchServicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchServicesRequest_FieldMask) FilterInputFields

func (fieldMask *WatchServicesRequest_FieldMask) FilterInputFields() *WatchServicesRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServicesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchServicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchServicesRequest_FieldMask) GetPaths

func (*WatchServicesRequest_FieldMask) GetRawPaths

func (fieldMask *WatchServicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchServicesRequest_FieldMask) IsFull

func (fieldMask *WatchServicesRequest_FieldMask) IsFull() bool

func (WatchServicesRequest_FieldMask) Marshal

func (fieldMask WatchServicesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchServicesRequest_FieldMask) MarshalJSON

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

func (*WatchServicesRequest_FieldMask) PathsCount

func (fieldMask *WatchServicesRequest_FieldMask) PathsCount() int

func (*WatchServicesRequest_FieldMask) Project

func (*WatchServicesRequest_FieldMask) ProjectRaw

func (*WatchServicesRequest_FieldMask) ProtoMessage

func (fieldMask *WatchServicesRequest_FieldMask) ProtoMessage()

func (*WatchServicesRequest_FieldMask) ProtoReflect

func (fieldMask *WatchServicesRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchServicesRequest_FieldMask) Reset

func (fieldMask *WatchServicesRequest_FieldMask) Reset()

func (*WatchServicesRequest_FieldMask) Set

func (fieldMask *WatchServicesRequest_FieldMask) Set(target, source *WatchServicesRequest)

func (*WatchServicesRequest_FieldMask) SetFromCliFlag

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

func (*WatchServicesRequest_FieldMask) SetRaw

func (fieldMask *WatchServicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchServicesRequest_FieldMask) Size

func (fieldMask *WatchServicesRequest_FieldMask) Size() int

func (*WatchServicesRequest_FieldMask) String

func (fieldMask *WatchServicesRequest_FieldMask) String() string

func (*WatchServicesRequest_FieldMask) Subtract

func (*WatchServicesRequest_FieldMask) SubtractRaw

func (*WatchServicesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchServicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchServicesRequest_FieldMask) Unmarshal

func (fieldMask *WatchServicesRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchServicesRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchServicesRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchServicesRequest_FieldPath

type WatchServicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServicesRequest_FieldPathSelector
	Get(source *WatchServicesRequest) []interface{}
	GetSingle(source *WatchServicesRequest) (interface{}, bool)
	ClearValue(item *WatchServicesRequest)

	// Those methods build corresponding WatchServicesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchServicesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchServicesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchServicesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchServicesRequest_FieldPath

func MustParseWatchServicesRequest_FieldPath(rawField string) WatchServicesRequest_FieldPath

func ParseWatchServicesRequest_FieldPath

func ParseWatchServicesRequest_FieldPath(rawField string) (WatchServicesRequest_FieldPath, error)

type WatchServicesRequest_FieldPathArrayItemValue

type WatchServicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServicesRequest_FieldPath
	ContainsValue(*WatchServicesRequest) bool
}

WatchServicesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServicesRequest according to their type Present only for array (repeated) types.

func MustParseWatchServicesRequest_FieldPathArrayItemValue

func MustParseWatchServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServicesRequest_FieldPathArrayItemValue

func ParseWatchServicesRequest_FieldPathArrayItemValue

func ParseWatchServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServicesRequest_FieldPathArrayItemValue, error)

ParseWatchServicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServicesRequest_FieldPathArrayOfValues

type WatchServicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServicesRequest_FieldPath
}

WatchServicesRequest_FieldPathArrayOfValues allows storing slice of values for WatchServicesRequest fields according to their type

func MustParseWatchServicesRequest_FieldPathArrayOfValues

func MustParseWatchServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServicesRequest_FieldPathArrayOfValues

func ParseWatchServicesRequest_FieldPathArrayOfValues

func ParseWatchServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServicesRequest_FieldPathArrayOfValues, error)

type WatchServicesRequest_FieldPathSelector

type WatchServicesRequest_FieldPathSelector int32
const (
	WatchServicesRequest_FieldPathSelectorType         WatchServicesRequest_FieldPathSelector = 0
	WatchServicesRequest_FieldPathSelectorPageSize     WatchServicesRequest_FieldPathSelector = 1
	WatchServicesRequest_FieldPathSelectorPageToken    WatchServicesRequest_FieldPathSelector = 2
	WatchServicesRequest_FieldPathSelectorOrderBy      WatchServicesRequest_FieldPathSelector = 3
	WatchServicesRequest_FieldPathSelectorResumeToken  WatchServicesRequest_FieldPathSelector = 4
	WatchServicesRequest_FieldPathSelectorFilter       WatchServicesRequest_FieldPathSelector = 5
	WatchServicesRequest_FieldPathSelectorFieldMask    WatchServicesRequest_FieldPathSelector = 6
	WatchServicesRequest_FieldPathSelectorView         WatchServicesRequest_FieldPathSelector = 7
	WatchServicesRequest_FieldPathSelectorMaxChunkSize WatchServicesRequest_FieldPathSelector = 8
)

func (WatchServicesRequest_FieldPathSelector) String

type WatchServicesRequest_FieldPathValue

type WatchServicesRequest_FieldPathValue interface {
	WatchServicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServicesRequest)
	CompareWith(*WatchServicesRequest) (cmp int, comparable bool)
}

WatchServicesRequest_FieldPathValue allows storing values for WatchServicesRequest fields according to their type

func MustParseWatchServicesRequest_FieldPathValue

func MustParseWatchServicesRequest_FieldPathValue(pathStr, valueStr string) WatchServicesRequest_FieldPathValue

func ParseWatchServicesRequest_FieldPathValue

func ParseWatchServicesRequest_FieldPathValue(pathStr, valueStr string) (WatchServicesRequest_FieldPathValue, error)

type WatchServicesRequest_FieldTerminalPath

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

func (*WatchServicesRequest_FieldTerminalPath) ClearValue

func (*WatchServicesRequest_FieldTerminalPath) ClearValueRaw

func (fp *WatchServicesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchServicesRequest_FieldTerminalPath) Get

func (fp *WatchServicesRequest_FieldTerminalPath) Get(source *WatchServicesRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchServicesRequest

func (*WatchServicesRequest_FieldTerminalPath) GetDefault

func (fp *WatchServicesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchServicesRequest_FieldTerminalPath) GetRaw

func (fp *WatchServicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchServicesRequest_FieldTerminalPath) GetSingle

func (fp *WatchServicesRequest_FieldTerminalPath) GetSingle(source *WatchServicesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchServicesRequest

func (*WatchServicesRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchServicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchServicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServicesRequest_FieldTerminalPath) Selector

func (*WatchServicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchServicesRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchServicesRequest_FieldTerminalPath) WithIValue

func (*WatchServicesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchServicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchServicesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchServicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchServicesRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchServicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchServicesRequest_FieldTerminalPathArrayItemValue

type WatchServicesRequest_FieldTerminalPathArrayItemValue struct {
	WatchServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*WatchServicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchServicesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServicesRequest) (interface{}, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchServicesRequest_FieldTerminalPathArrayOfValues

type WatchServicesRequest_FieldTerminalPathArrayOfValues struct {
	WatchServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*service.Filter, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*service.OrderBy, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*service.PagerCursor, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchServicesRequest_FieldTerminalPathValue

type WatchServicesRequest_FieldTerminalPathValue struct {
	WatchServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchServicesRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchServicesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

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

func (*WatchServicesRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchServicesRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*WatchServicesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchServicesRequest_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchServicesRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchServicesRequest_FieldTerminalPathValue) AsViewValue

func (*WatchServicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServicesRequest_FieldTerminalPathValue' with the value under path in 'WatchServicesRequest'.

func (*WatchServicesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchServicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchServicesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchServicesRequest_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*WatchServicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServicesRequest

func (*WatchServicesRequest_FieldTerminalPathValue) SetToRaw

type WatchServicesResponse

type WatchServicesResponse struct {

	// Changes of Services
	ServiceChanges []*service.ServiceChange `` /* 130-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 Services 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 *WatchServicesResponse_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 (Services 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
}

WatchServicesResponse

func (*WatchServicesResponse) Clone

func (*WatchServicesResponse) CloneRaw

func (*WatchServicesResponse) Descriptor

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

Deprecated, Use WatchServicesResponse.ProtoReflect.Descriptor instead.

func (*WatchServicesResponse) GetIsCurrent

func (m *WatchServicesResponse) GetIsCurrent() bool

func (*WatchServicesResponse) GetIsHardReset

func (m *WatchServicesResponse) GetIsHardReset() bool

func (*WatchServicesResponse) GetIsSoftReset

func (m *WatchServicesResponse) GetIsSoftReset() bool

func (*WatchServicesResponse) GetPageTokenChange

func (*WatchServicesResponse) GetResumeToken

func (m *WatchServicesResponse) GetResumeToken() string

func (*WatchServicesResponse) GetServiceChanges

func (m *WatchServicesResponse) GetServiceChanges() []*service.ServiceChange

func (*WatchServicesResponse) GetSnapshotSize

func (m *WatchServicesResponse) GetSnapshotSize() int64

func (*WatchServicesResponse) GotenMessage

func (*WatchServicesResponse) GotenMessage()

func (*WatchServicesResponse) GotenObjectExt

func (o *WatchServicesResponse) GotenObjectExt()

func (*WatchServicesResponse) GotenValidate

func (obj *WatchServicesResponse) GotenValidate() error

func (*WatchServicesResponse) MakeDiffFieldMask

func (*WatchServicesResponse) MakeFullFieldMask

func (*WatchServicesResponse) MakeRawDiffFieldMask

func (o *WatchServicesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchServicesResponse) MakeRawFullFieldMask

func (o *WatchServicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchServicesResponse) Marshal

func (m *WatchServicesResponse) Marshal() ([]byte, error)

func (*WatchServicesResponse) MarshalJSON

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

func (*WatchServicesResponse) Merge

func (o *WatchServicesResponse) Merge(source *WatchServicesResponse)

func (*WatchServicesResponse) MergeRaw

func (o *WatchServicesResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchServicesResponse) ProtoMessage

func (*WatchServicesResponse) ProtoMessage()

func (*WatchServicesResponse) ProtoReflect

func (m *WatchServicesResponse) ProtoReflect() preflect.Message

func (*WatchServicesResponse) Reset

func (m *WatchServicesResponse) Reset()

func (*WatchServicesResponse) SetIsCurrent

func (m *WatchServicesResponse) SetIsCurrent(fv bool)

func (*WatchServicesResponse) SetIsHardReset

func (m *WatchServicesResponse) SetIsHardReset(fv bool)

func (*WatchServicesResponse) SetIsSoftReset

func (m *WatchServicesResponse) SetIsSoftReset(fv bool)

func (*WatchServicesResponse) SetPageTokenChange

func (*WatchServicesResponse) SetResumeToken

func (m *WatchServicesResponse) SetResumeToken(fv string)

func (*WatchServicesResponse) SetServiceChanges

func (m *WatchServicesResponse) SetServiceChanges(fv []*service.ServiceChange)

func (*WatchServicesResponse) SetSnapshotSize

func (m *WatchServicesResponse) SetSnapshotSize(fv int64)

func (*WatchServicesResponse) String

func (m *WatchServicesResponse) String() string

func (*WatchServicesResponse) Unmarshal

func (m *WatchServicesResponse) Unmarshal(b []byte) error

func (*WatchServicesResponse) UnmarshalJSON

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

type WatchServicesResponseFieldPathBuilder

type WatchServicesResponseFieldPathBuilder struct{}

func NewWatchServicesResponseFieldPathBuilder

func NewWatchServicesResponseFieldPathBuilder() WatchServicesResponseFieldPathBuilder

func (WatchServicesResponseFieldPathBuilder) IsCurrent

func (WatchServicesResponseFieldPathBuilder) IsHardReset

func (WatchServicesResponseFieldPathBuilder) IsSoftReset

func (WatchServicesResponseFieldPathBuilder) PageTokenChange

func (WatchServicesResponseFieldPathBuilder) ResumeToken

func (WatchServicesResponseFieldPathBuilder) ServiceChanges

func (WatchServicesResponseFieldPathBuilder) SnapshotSize

type WatchServicesResponsePageTokenChangeFieldPathBuilder

type WatchServicesResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchServicesResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchServicesResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchServicesResponsePageTokenChange_FieldPath

type WatchServicesResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServicesResponsePageTokenChange_FieldPathSelector
	Get(source *WatchServicesResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchServicesResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchServicesResponse_PageTokenChange)

	// Those methods build corresponding WatchServicesResponsePageTokenChange_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchServicesResponsePageTokenChange_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchServicesResponsePageTokenChange_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchServicesResponsePageTokenChange_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchServicesResponsePageTokenChange_FieldPath

func MustParseWatchServicesResponsePageTokenChange_FieldPath(rawField string) WatchServicesResponsePageTokenChange_FieldPath

func ParseWatchServicesResponsePageTokenChange_FieldPath

func ParseWatchServicesResponsePageTokenChange_FieldPath(rawField string) (WatchServicesResponsePageTokenChange_FieldPath, error)

type WatchServicesResponsePageTokenChange_FieldPathArrayItemValue

type WatchServicesResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServicesResponsePageTokenChange_FieldPath
	ContainsValue(*WatchServicesResponse_PageTokenChange) bool
}

WatchServicesResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.

func MustParseWatchServicesResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchServicesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchServicesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchServicesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchServicesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServicesResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchServicesResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServicesResponsePageTokenChange_FieldPathArrayOfValues

type WatchServicesResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServicesResponsePageTokenChange_FieldPath
}

WatchServicesResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchServicesResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchServicesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServicesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchServicesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchServicesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServicesResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchServicesResponsePageTokenChange_FieldPathSelector

type WatchServicesResponsePageTokenChange_FieldPathSelector int32
const (
	WatchServicesResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchServicesResponsePageTokenChange_FieldPathSelector = 0
	WatchServicesResponsePageTokenChange_FieldPathSelectorNextPageToken WatchServicesResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchServicesResponsePageTokenChange_FieldPathSelector) String

type WatchServicesResponsePageTokenChange_FieldPathValue

type WatchServicesResponsePageTokenChange_FieldPathValue interface {
	WatchServicesResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServicesResponse_PageTokenChange)
	CompareWith(*WatchServicesResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchServicesResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchServicesResponsePageTokenChange_FieldPathValue

func MustParseWatchServicesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchServicesResponsePageTokenChange_FieldPathValue

func ParseWatchServicesResponsePageTokenChange_FieldPathValue

func ParseWatchServicesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchServicesResponsePageTokenChange_FieldPathValue, error)

type WatchServicesResponsePageTokenChange_FieldTerminalPath

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

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchServicesResponse_PageTokenChange

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) GetDefault

func (fp *WatchServicesResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) GetRaw

func (fp *WatchServicesResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchServicesResponse_PageTokenChange

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (fp *WatchServicesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchServicesResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchServicesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchServicesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchServicesResponsePageTokenChange_FieldTerminalPathValue

type WatchServicesResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchServicesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServicesResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchServicesResponse_PageTokenChange'.

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

func (fpv *WatchServicesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchServicesResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchServicesResponsePathSelectorIsCurrent

type WatchServicesResponsePathSelectorIsCurrent struct{}

func (WatchServicesResponsePathSelectorIsCurrent) FieldPath

func (WatchServicesResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchServicesResponsePathSelectorIsCurrent) WithValue

type WatchServicesResponsePathSelectorIsHardReset

type WatchServicesResponsePathSelectorIsHardReset struct{}

func (WatchServicesResponsePathSelectorIsHardReset) FieldPath

func (WatchServicesResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchServicesResponsePathSelectorIsHardReset) WithValue

type WatchServicesResponsePathSelectorIsSoftReset

type WatchServicesResponsePathSelectorIsSoftReset struct{}

func (WatchServicesResponsePathSelectorIsSoftReset) FieldPath

func (WatchServicesResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchServicesResponsePathSelectorIsSoftReset) WithValue

type WatchServicesResponsePathSelectorPageTokenChange

type WatchServicesResponsePathSelectorPageTokenChange struct{}

func (WatchServicesResponsePathSelectorPageTokenChange) FieldPath

func (WatchServicesResponsePathSelectorPageTokenChange) NextPageToken

func (WatchServicesResponsePathSelectorPageTokenChange) PrevPageToken

type WatchServicesResponsePathSelectorPageTokenChangeNextPageToken

type WatchServicesResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchServicesResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchServicesResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchServicesResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchServicesResponsePathSelectorPageTokenChangePrevPageToken

type WatchServicesResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchServicesResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchServicesResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchServicesResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchServicesResponsePathSelectorResumeToken

type WatchServicesResponsePathSelectorResumeToken struct{}

func (WatchServicesResponsePathSelectorResumeToken) FieldPath

func (WatchServicesResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchServicesResponsePathSelectorResumeToken) WithValue

type WatchServicesResponsePathSelectorServiceChanges

type WatchServicesResponsePathSelectorServiceChanges struct{}

func (WatchServicesResponsePathSelectorServiceChanges) FieldPath

func (WatchServicesResponsePathSelectorServiceChanges) WithArrayOfValues

func (WatchServicesResponsePathSelectorServiceChanges) WithItemValue

func (WatchServicesResponsePathSelectorServiceChanges) WithValue

type WatchServicesResponsePathSelectorSnapshotSize

type WatchServicesResponsePathSelectorSnapshotSize struct{}

func (WatchServicesResponsePathSelectorSnapshotSize) FieldPath

func (WatchServicesResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchServicesResponsePathSelectorSnapshotSize) WithValue

type WatchServicesResponse_FieldMask

type WatchServicesResponse_FieldMask struct {
	Paths []WatchServicesResponse_FieldPath
}

func FullWatchServicesResponse_FieldMask

func FullWatchServicesResponse_FieldMask() *WatchServicesResponse_FieldMask

func (*WatchServicesResponse_FieldMask) AppendPath

func (*WatchServicesResponse_FieldMask) AppendRawPath

func (fieldMask *WatchServicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchServicesResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchServicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchServicesResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchServicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchServicesResponse_FieldMask) FilterInputFields

func (fieldMask *WatchServicesResponse_FieldMask) FilterInputFields() *WatchServicesResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServicesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchServicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchServicesResponse_FieldMask) GetPaths

func (*WatchServicesResponse_FieldMask) GetRawPaths

func (fieldMask *WatchServicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchServicesResponse_FieldMask) IsFull

func (fieldMask *WatchServicesResponse_FieldMask) IsFull() bool

func (WatchServicesResponse_FieldMask) Marshal

func (fieldMask WatchServicesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchServicesResponse_FieldMask) MarshalJSON

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

func (*WatchServicesResponse_FieldMask) PathsCount

func (fieldMask *WatchServicesResponse_FieldMask) PathsCount() int

func (*WatchServicesResponse_FieldMask) Project

func (*WatchServicesResponse_FieldMask) ProjectRaw

func (*WatchServicesResponse_FieldMask) ProtoMessage

func (fieldMask *WatchServicesResponse_FieldMask) ProtoMessage()

func (*WatchServicesResponse_FieldMask) ProtoReflect

func (fieldMask *WatchServicesResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchServicesResponse_FieldMask) Reset

func (fieldMask *WatchServicesResponse_FieldMask) Reset()

func (*WatchServicesResponse_FieldMask) Set

func (fieldMask *WatchServicesResponse_FieldMask) Set(target, source *WatchServicesResponse)

func (*WatchServicesResponse_FieldMask) SetFromCliFlag

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

func (*WatchServicesResponse_FieldMask) SetRaw

func (fieldMask *WatchServicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchServicesResponse_FieldMask) Size

func (fieldMask *WatchServicesResponse_FieldMask) Size() int

func (*WatchServicesResponse_FieldMask) String

func (fieldMask *WatchServicesResponse_FieldMask) String() string

func (*WatchServicesResponse_FieldMask) Subtract

func (*WatchServicesResponse_FieldMask) SubtractRaw

func (*WatchServicesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchServicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchServicesResponse_FieldMask) Unmarshal

func (fieldMask *WatchServicesResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchServicesResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchServicesResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchServicesResponse_FieldPath

type WatchServicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServicesResponse_FieldPathSelector
	Get(source *WatchServicesResponse) []interface{}
	GetSingle(source *WatchServicesResponse) (interface{}, bool)
	ClearValue(item *WatchServicesResponse)

	// Those methods build corresponding WatchServicesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchServicesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchServicesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchServicesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchServicesResponse_FieldPath

func MustParseWatchServicesResponse_FieldPath(rawField string) WatchServicesResponse_FieldPath

func ParseWatchServicesResponse_FieldPath

func ParseWatchServicesResponse_FieldPath(rawField string) (WatchServicesResponse_FieldPath, error)

type WatchServicesResponse_FieldPathArrayItemValue

type WatchServicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServicesResponse_FieldPath
	ContainsValue(*WatchServicesResponse) bool
}

WatchServicesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServicesResponse according to their type Present only for array (repeated) types.

func MustParseWatchServicesResponse_FieldPathArrayItemValue

func MustParseWatchServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServicesResponse_FieldPathArrayItemValue

func ParseWatchServicesResponse_FieldPathArrayItemValue

func ParseWatchServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServicesResponse_FieldPathArrayItemValue, error)

ParseWatchServicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServicesResponse_FieldPathArrayOfValues

type WatchServicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServicesResponse_FieldPath
}

WatchServicesResponse_FieldPathArrayOfValues allows storing slice of values for WatchServicesResponse fields according to their type

func MustParseWatchServicesResponse_FieldPathArrayOfValues

func MustParseWatchServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServicesResponse_FieldPathArrayOfValues

func ParseWatchServicesResponse_FieldPathArrayOfValues

func ParseWatchServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServicesResponse_FieldPathArrayOfValues, error)

type WatchServicesResponse_FieldPathSelector

type WatchServicesResponse_FieldPathSelector int32
const (
	WatchServicesResponse_FieldPathSelectorServiceChanges  WatchServicesResponse_FieldPathSelector = 0
	WatchServicesResponse_FieldPathSelectorIsCurrent       WatchServicesResponse_FieldPathSelector = 1
	WatchServicesResponse_FieldPathSelectorPageTokenChange WatchServicesResponse_FieldPathSelector = 2
	WatchServicesResponse_FieldPathSelectorResumeToken     WatchServicesResponse_FieldPathSelector = 3
	WatchServicesResponse_FieldPathSelectorSnapshotSize    WatchServicesResponse_FieldPathSelector = 4
	WatchServicesResponse_FieldPathSelectorIsSoftReset     WatchServicesResponse_FieldPathSelector = 5
	WatchServicesResponse_FieldPathSelectorIsHardReset     WatchServicesResponse_FieldPathSelector = 6
)

func (WatchServicesResponse_FieldPathSelector) String

type WatchServicesResponse_FieldPathValue

type WatchServicesResponse_FieldPathValue interface {
	WatchServicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServicesResponse)
	CompareWith(*WatchServicesResponse) (cmp int, comparable bool)
}

WatchServicesResponse_FieldPathValue allows storing values for WatchServicesResponse fields according to their type

func MustParseWatchServicesResponse_FieldPathValue

func MustParseWatchServicesResponse_FieldPathValue(pathStr, valueStr string) WatchServicesResponse_FieldPathValue

func ParseWatchServicesResponse_FieldPathValue

func ParseWatchServicesResponse_FieldPathValue(pathStr, valueStr string) (WatchServicesResponse_FieldPathValue, error)

type WatchServicesResponse_FieldSubPath

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

func (*WatchServicesResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchServicesResponse_FieldSubPath) ClearValue

func (*WatchServicesResponse_FieldSubPath) ClearValueRaw

func (fps *WatchServicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*WatchServicesResponse_FieldSubPath) Get

func (fps *WatchServicesResponse_FieldSubPath) Get(source *WatchServicesResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchServicesResponse

func (*WatchServicesResponse_FieldSubPath) GetDefault

func (fps *WatchServicesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchServicesResponse_FieldSubPath) GetRaw

func (fps *WatchServicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*WatchServicesResponse_FieldSubPath) GetSingle

func (fps *WatchServicesResponse_FieldSubPath) GetSingle(source *WatchServicesResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchServicesResponse

func (*WatchServicesResponse_FieldSubPath) GetSingleRaw

func (fps *WatchServicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchServicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServicesResponse_FieldSubPath) JSONString

func (fps *WatchServicesResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchServicesResponse_FieldSubPath) Selector

func (*WatchServicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchServicesResponse_FieldSubPath) WithIArrayItemValue

func (fps *WatchServicesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchServicesResponse_FieldPathArrayItemValue

func (*WatchServicesResponse_FieldSubPath) WithIArrayOfValues

func (fps *WatchServicesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchServicesResponse_FieldPathArrayOfValues

func (*WatchServicesResponse_FieldSubPath) WithIValue

func (*WatchServicesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *WatchServicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchServicesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *WatchServicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchServicesResponse_FieldSubPath) WithRawIValue

func (fps *WatchServicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchServicesResponse_FieldSubPathArrayItemValue

type WatchServicesResponse_FieldSubPathArrayItemValue struct {
	WatchServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchServicesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *WatchServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type WatchServicesResponse_FieldSubPathArrayOfValues

type WatchServicesResponse_FieldSubPathArrayOfValues struct {
	WatchServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchServicesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *WatchServicesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type WatchServicesResponse_FieldSubPathValue

type WatchServicesResponse_FieldSubPathValue struct {
	WatchServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchServicesResponse_FieldSubPathValue) CompareWith

func (*WatchServicesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *WatchServicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchServicesResponse_FieldSubPathValue) GetRawValue

func (fpvs *WatchServicesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*WatchServicesResponse_FieldSubPathValue) SetTo

func (*WatchServicesResponse_FieldSubPathValue) SetToRaw

func (fpvs *WatchServicesResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type WatchServicesResponse_FieldTerminalPath

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

func (*WatchServicesResponse_FieldTerminalPath) ClearValue

func (*WatchServicesResponse_FieldTerminalPath) ClearValueRaw

func (fp *WatchServicesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchServicesResponse_FieldTerminalPath) Get

func (fp *WatchServicesResponse_FieldTerminalPath) Get(source *WatchServicesResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchServicesResponse

func (*WatchServicesResponse_FieldTerminalPath) GetDefault

func (fp *WatchServicesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchServicesResponse_FieldTerminalPath) GetRaw

func (fp *WatchServicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchServicesResponse_FieldTerminalPath) GetSingle

func (fp *WatchServicesResponse_FieldTerminalPath) GetSingle(source *WatchServicesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchServicesResponse

func (*WatchServicesResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchServicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchServicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServicesResponse_FieldTerminalPath) Selector

func (*WatchServicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchServicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchServicesResponse_FieldTerminalPath) WithIValue

func (*WatchServicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchServicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchServicesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchServicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchServicesResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchServicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchServicesResponse_FieldTerminalPathArrayItemValue

type WatchServicesResponse_FieldTerminalPathArrayItemValue struct {
	WatchServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponse_FieldTerminalPathArrayItemValue) AsServiceChangesItemValue

func (*WatchServicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

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

func (*WatchServicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchServicesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServicesResponse) (interface{}, bool)

func (*WatchServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchServicesResponse_FieldTerminalPathArrayOfValues

type WatchServicesResponse_FieldTerminalPathArrayOfValues struct {
	WatchServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchServicesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchServicesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchServicesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchServicesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) AsServiceChangesArrayOfValues

func (fpaov *WatchServicesResponse_FieldTerminalPathArrayOfValues) AsServiceChangesArrayOfValues() ([][]*service.ServiceChange, bool)

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchServicesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchServicesResponse_FieldTerminalPathValue

type WatchServicesResponse_FieldTerminalPathValue struct {
	WatchServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServicesResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchServicesResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchServicesResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchServicesResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchServicesResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchServicesResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchServicesResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchServicesResponse_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchServicesResponse_FieldTerminalPathValue) AsServiceChangesValue

func (fpv *WatchServicesResponse_FieldTerminalPathValue) AsServiceChangesValue() ([]*service.ServiceChange, bool)

func (*WatchServicesResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchServicesResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchServicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServicesResponse_FieldTerminalPathValue' with the value under path in 'WatchServicesResponse'.

func (*WatchServicesResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchServicesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchServicesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchServicesResponse_FieldTerminalPathValue) GetRawValue() interface{}

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

func (*WatchServicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServicesResponse

func (*WatchServicesResponse_FieldTerminalPathValue) SetToRaw

type WatchServicesResponse_PageTokenChange

type WatchServicesResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *service.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *service.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchServicesResponse_PageTokenChange) Clone

func (*WatchServicesResponse_PageTokenChange) CloneRaw

func (*WatchServicesResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchServicesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchServicesResponse_PageTokenChange) GetNextPageToken

func (*WatchServicesResponse_PageTokenChange) GetPrevPageToken

func (*WatchServicesResponse_PageTokenChange) GotenMessage

func (*WatchServicesResponse_PageTokenChange) GotenMessage()

func (*WatchServicesResponse_PageTokenChange) GotenObjectExt

func (o *WatchServicesResponse_PageTokenChange) GotenObjectExt()

func (*WatchServicesResponse_PageTokenChange) GotenValidate

func (obj *WatchServicesResponse_PageTokenChange) GotenValidate() error

func (*WatchServicesResponse_PageTokenChange) MakeFullFieldMask

func (*WatchServicesResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchServicesResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchServicesResponse_PageTokenChange) Marshal

func (*WatchServicesResponse_PageTokenChange) MarshalJSON

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

func (*WatchServicesResponse_PageTokenChange) Merge

func (*WatchServicesResponse_PageTokenChange) MergeRaw

func (*WatchServicesResponse_PageTokenChange) ProtoMessage

func (*WatchServicesResponse_PageTokenChange) ProtoMessage()

func (*WatchServicesResponse_PageTokenChange) ProtoReflect

func (*WatchServicesResponse_PageTokenChange) Reset

func (*WatchServicesResponse_PageTokenChange) SetNextPageToken

func (*WatchServicesResponse_PageTokenChange) SetPrevPageToken

func (*WatchServicesResponse_PageTokenChange) String

func (*WatchServicesResponse_PageTokenChange) Unmarshal

func (*WatchServicesResponse_PageTokenChange) UnmarshalJSON

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

type WatchServicesResponse_PageTokenChangePathSelectorNextPageToken

type WatchServicesResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchServicesResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchServicesResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchServicesResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchServicesResponse_PageTokenChangePathSelectorPrevPageToken

type WatchServicesResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchServicesResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchServicesResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchServicesResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchServicesResponse_PageTokenChange_FieldMask

type WatchServicesResponse_PageTokenChange_FieldMask struct {
	Paths []WatchServicesResponsePageTokenChange_FieldPath
}

func FullWatchServicesResponse_PageTokenChange_FieldMask

func FullWatchServicesResponse_PageTokenChange_FieldMask() *WatchServicesResponse_PageTokenChange_FieldMask

func (*WatchServicesResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchServicesResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchServicesResponse_PageTokenChange_FieldMask) DecodeFirestore

func (fieldMask *WatchServicesResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchServicesResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchServicesResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServicesResponse_PageTokenChange_FieldMask) FromProtoFieldMask

func (fieldMask *WatchServicesResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchServicesResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchServicesResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchServicesResponse_PageTokenChange_FieldMask) IsFull

func (WatchServicesResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchServicesResponse_PageTokenChange_FieldMask) MarshalJSON

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

func (*WatchServicesResponse_PageTokenChange_FieldMask) PathsCount

func (fieldMask *WatchServicesResponse_PageTokenChange_FieldMask) PathsCount() int

func (*WatchServicesResponse_PageTokenChange_FieldMask) Project

func (*WatchServicesResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchServicesResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchServicesResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchServicesResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchServicesResponse_PageTokenChange_FieldMask) Reset

func (*WatchServicesResponse_PageTokenChange_FieldMask) Set

func (*WatchServicesResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchServicesResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchServicesResponse_PageTokenChange_FieldMask) Size

func (*WatchServicesResponse_PageTokenChange_FieldMask) String

func (*WatchServicesResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchServicesResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchServicesResponse_PageTokenChange_FieldMask) Unmarshal

func (fieldMask *WatchServicesResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error

func (*WatchServicesResponse_PageTokenChange_FieldMask) UnmarshalJSON

func (fieldMask *WatchServicesResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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