access_point_client

package
v0.1.20 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2022 License: Apache-2.0 Imports: 40 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessPointServiceClient

type AccessPointServiceClient interface {
	GetAccessPoint(ctx context.Context, in *GetAccessPointRequest, opts ...grpc.CallOption) (*access_point.AccessPoint, error)
	BatchGetAccessPoints(ctx context.Context, in *BatchGetAccessPointsRequest, opts ...grpc.CallOption) (*BatchGetAccessPointsResponse, error)
	ListAccessPoints(ctx context.Context, in *ListAccessPointsRequest, opts ...grpc.CallOption) (*ListAccessPointsResponse, error)
	WatchAccessPoint(ctx context.Context, in *WatchAccessPointRequest, opts ...grpc.CallOption) (WatchAccessPointClientStream, error)
	WatchAccessPoints(ctx context.Context, in *WatchAccessPointsRequest, opts ...grpc.CallOption) (WatchAccessPointsClientStream, error)
	CreateAccessPoint(ctx context.Context, in *CreateAccessPointRequest, opts ...grpc.CallOption) (*access_point.AccessPoint, error)
	UpdateAccessPoint(ctx context.Context, in *UpdateAccessPointRequest, opts ...grpc.CallOption) (*access_point.AccessPoint, error)
	DeleteAccessPoint(ctx context.Context, in *DeleteAccessPointRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

AccessPointServiceClient is the client API for AccessPointService.

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

type AccessPointServiceDescriptor added in v0.1.7

type AccessPointServiceDescriptor struct{}

func GetAccessPointServiceDescriptor added in v0.1.7

func GetAccessPointServiceDescriptor() *AccessPointServiceDescriptor

func (*AccessPointServiceDescriptor) AllMethodDescriptors added in v0.1.7

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

func (*AccessPointServiceDescriptor) GetApiName added in v0.1.7

func (d *AccessPointServiceDescriptor) GetApiName() string

func (*AccessPointServiceDescriptor) GetFullAPIName added in v0.1.7

func (d *AccessPointServiceDescriptor) GetFullAPIName() string

func (*AccessPointServiceDescriptor) GetProtoPkgName added in v0.1.7

func (d *AccessPointServiceDescriptor) GetProtoPkgName() string

func (*AccessPointServiceDescriptor) GetServiceDomain added in v0.1.7

func (d *AccessPointServiceDescriptor) GetServiceDomain() string

func (*AccessPointServiceDescriptor) GetServiceVersion added in v0.1.7

func (d *AccessPointServiceDescriptor) GetServiceVersion() string

type BatchGetAccessPointsDescriptor added in v0.1.7

type BatchGetAccessPointsDescriptor struct{}

func GetBatchGetAccessPointsDescriptor added in v0.1.7

func GetBatchGetAccessPointsDescriptor() *BatchGetAccessPointsDescriptor

func (*BatchGetAccessPointsDescriptor) GetApiDescriptor added in v0.1.7

func (*BatchGetAccessPointsDescriptor) GetApiName added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) GetApiName() string

func (*BatchGetAccessPointsDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*BatchGetAccessPointsDescriptor) GetFullMethodName added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) GetFullMethodName() string

func (*BatchGetAccessPointsDescriptor) GetMethodName added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) GetMethodName() string

func (*BatchGetAccessPointsDescriptor) GetProtoPkgName added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) GetProtoPkgName() string

func (*BatchGetAccessPointsDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*BatchGetAccessPointsDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*BatchGetAccessPointsDescriptor) GetServiceDomain added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) GetServiceDomain() string

func (*BatchGetAccessPointsDescriptor) GetServiceVersion added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) GetServiceVersion() string

func (*BatchGetAccessPointsDescriptor) GetVerb added in v0.1.7

func (*BatchGetAccessPointsDescriptor) HasResource added in v0.1.8

func (d *BatchGetAccessPointsDescriptor) HasResource() bool

func (*BatchGetAccessPointsDescriptor) IsClientStream added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) IsClientStream() bool

func (*BatchGetAccessPointsDescriptor) IsCollection added in v0.1.8

func (d *BatchGetAccessPointsDescriptor) IsCollection() bool

func (*BatchGetAccessPointsDescriptor) IsPlural added in v0.1.8

func (d *BatchGetAccessPointsDescriptor) IsPlural() bool

func (*BatchGetAccessPointsDescriptor) IsServerStream added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) IsServerStream() bool

func (*BatchGetAccessPointsDescriptor) IsUnary added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) IsUnary() bool

func (*BatchGetAccessPointsDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*BatchGetAccessPointsDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*BatchGetAccessPointsDescriptor) RequestHasResourceBody added in v0.1.7

func (d *BatchGetAccessPointsDescriptor) RequestHasResourceBody() bool

type BatchGetAccessPointsDescriptorClientMsgHandle added in v0.1.7

type BatchGetAccessPointsDescriptorClientMsgHandle struct{}

func (*BatchGetAccessPointsDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*BatchGetAccessPointsDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*BatchGetAccessPointsDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type BatchGetAccessPointsDescriptorServerMsgHandle added in v0.1.7

type BatchGetAccessPointsDescriptorServerMsgHandle struct{}

func (*BatchGetAccessPointsDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*BatchGetAccessPointsDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*BatchGetAccessPointsDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type BatchGetAccessPointsRequest

type BatchGetAccessPointsRequest struct {

	// Names of AccessPoints
	Names []*access_point.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 *access_point.AccessPoint_FieldMask `` /* 143-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 [BatchGetAccessPoints][ntt.ztna.v1alpha.BatchGetAccessPoints]

func (*BatchGetAccessPointsRequest) Clone

func (*BatchGetAccessPointsRequest) CloneRaw

func (*BatchGetAccessPointsRequest) Descriptor

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

Deprecated, Use BatchGetAccessPointsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAccessPointsRequest) GetFieldMask

func (*BatchGetAccessPointsRequest) GetNames

func (*BatchGetAccessPointsRequest) GetView

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

func (*BatchGetAccessPointsRequest) GotenMessage

func (*BatchGetAccessPointsRequest) GotenMessage()

func (*BatchGetAccessPointsRequest) GotenObjectExt

func (o *BatchGetAccessPointsRequest) GotenObjectExt()

func (*BatchGetAccessPointsRequest) GotenValidate

func (obj *BatchGetAccessPointsRequest) GotenValidate() error

func (*BatchGetAccessPointsRequest) MakeDiffFieldMask

func (*BatchGetAccessPointsRequest) MakeFullFieldMask

func (*BatchGetAccessPointsRequest) MakeRawDiffFieldMask

func (*BatchGetAccessPointsRequest) MakeRawFullFieldMask

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

func (*BatchGetAccessPointsRequest) Marshal

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

func (*BatchGetAccessPointsRequest) MarshalJSON

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

func (*BatchGetAccessPointsRequest) Merge

func (*BatchGetAccessPointsRequest) MergeRaw

func (*BatchGetAccessPointsRequest) ProtoMessage

func (*BatchGetAccessPointsRequest) ProtoMessage()

func (*BatchGetAccessPointsRequest) ProtoReflect

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

func (*BatchGetAccessPointsRequest) Reset

func (m *BatchGetAccessPointsRequest) Reset()

func (*BatchGetAccessPointsRequest) SetFieldMask

func (*BatchGetAccessPointsRequest) SetNames

func (*BatchGetAccessPointsRequest) SetView

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

func (*BatchGetAccessPointsRequest) String

func (m *BatchGetAccessPointsRequest) String() string

func (*BatchGetAccessPointsRequest) Unmarshal

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

func (*BatchGetAccessPointsRequest) UnmarshalJSON

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

type BatchGetAccessPointsRequestFieldPathBuilder

type BatchGetAccessPointsRequestFieldPathBuilder struct{}

func NewBatchGetAccessPointsRequestFieldPathBuilder

func NewBatchGetAccessPointsRequestFieldPathBuilder() BatchGetAccessPointsRequestFieldPathBuilder

func (BatchGetAccessPointsRequestFieldPathBuilder) FieldMask

func (BatchGetAccessPointsRequestFieldPathBuilder) Names

func (BatchGetAccessPointsRequestFieldPathBuilder) View

type BatchGetAccessPointsRequestPathSelectorFieldMask

type BatchGetAccessPointsRequestPathSelectorFieldMask struct{}

func (BatchGetAccessPointsRequestPathSelectorFieldMask) FieldPath

type BatchGetAccessPointsRequestPathSelectorNames

type BatchGetAccessPointsRequestPathSelectorNames struct{}

func (BatchGetAccessPointsRequestPathSelectorNames) FieldPath

func (BatchGetAccessPointsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetAccessPointsRequestPathSelectorNames) WithValue

type BatchGetAccessPointsRequestPathSelectorView

type BatchGetAccessPointsRequestPathSelectorView struct{}

func (BatchGetAccessPointsRequestPathSelectorView) FieldPath

func (BatchGetAccessPointsRequestPathSelectorView) WithArrayOfValues

func (BatchGetAccessPointsRequestPathSelectorView) WithValue

type BatchGetAccessPointsRequest_FieldMask

type BatchGetAccessPointsRequest_FieldMask struct {
	Paths []BatchGetAccessPointsRequest_FieldPath
}

func FullBatchGetAccessPointsRequest_FieldMask

func FullBatchGetAccessPointsRequest_FieldMask() *BatchGetAccessPointsRequest_FieldMask

func (*BatchGetAccessPointsRequest_FieldMask) AppendPath

func (*BatchGetAccessPointsRequest_FieldMask) AppendRawPath

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

func (*BatchGetAccessPointsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetAccessPointsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAccessPointsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAccessPointsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetAccessPointsRequest_FieldMask) GetPaths

func (*BatchGetAccessPointsRequest_FieldMask) GetRawPaths

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

func (*BatchGetAccessPointsRequest_FieldMask) IsFull

func (fieldMask *BatchGetAccessPointsRequest_FieldMask) IsFull() bool

func (BatchGetAccessPointsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAccessPointsRequest_FieldMask) MarshalJSON

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

func (*BatchGetAccessPointsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetAccessPointsRequest_FieldMask) PathsCount() int

func (*BatchGetAccessPointsRequest_FieldMask) Project

func (*BatchGetAccessPointsRequest_FieldMask) ProjectRaw

func (*BatchGetAccessPointsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetAccessPointsRequest_FieldMask) ProtoMessage()

func (*BatchGetAccessPointsRequest_FieldMask) ProtoReflect

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

func (*BatchGetAccessPointsRequest_FieldMask) Reset

func (fieldMask *BatchGetAccessPointsRequest_FieldMask) Reset()

func (*BatchGetAccessPointsRequest_FieldMask) Set

func (*BatchGetAccessPointsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetAccessPointsRequest_FieldMask) SetRaw

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

func (*BatchGetAccessPointsRequest_FieldMask) Size

func (fieldMask *BatchGetAccessPointsRequest_FieldMask) Size() int

func (*BatchGetAccessPointsRequest_FieldMask) String

func (fieldMask *BatchGetAccessPointsRequest_FieldMask) String() string

func (*BatchGetAccessPointsRequest_FieldMask) Subtract

func (*BatchGetAccessPointsRequest_FieldMask) SubtractRaw

func (*BatchGetAccessPointsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetAccessPointsRequest_FieldMask) Unmarshal

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

func (*BatchGetAccessPointsRequest_FieldMask) UnmarshalJSON

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

type BatchGetAccessPointsRequest_FieldPath

type BatchGetAccessPointsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAccessPointsRequest_FieldPathSelector
	Get(source *BatchGetAccessPointsRequest) []interface{}
	GetSingle(source *BatchGetAccessPointsRequest) (interface{}, bool)
	ClearValue(item *BatchGetAccessPointsRequest)

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

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

func MustParseBatchGetAccessPointsRequest_FieldPath

func MustParseBatchGetAccessPointsRequest_FieldPath(rawField string) BatchGetAccessPointsRequest_FieldPath

func ParseBatchGetAccessPointsRequest_FieldPath

func ParseBatchGetAccessPointsRequest_FieldPath(rawField string) (BatchGetAccessPointsRequest_FieldPath, error)

type BatchGetAccessPointsRequest_FieldPathArrayItemValue

type BatchGetAccessPointsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAccessPointsRequest_FieldPath
	ContainsValue(*BatchGetAccessPointsRequest) bool
}

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

func MustParseBatchGetAccessPointsRequest_FieldPathArrayItemValue

func MustParseBatchGetAccessPointsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAccessPointsRequest_FieldPathArrayItemValue

func ParseBatchGetAccessPointsRequest_FieldPathArrayItemValue

func ParseBatchGetAccessPointsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAccessPointsRequest_FieldPathArrayItemValue, error)

ParseBatchGetAccessPointsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAccessPointsRequest_FieldPathArrayOfValues

type BatchGetAccessPointsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAccessPointsRequest_FieldPath
}

BatchGetAccessPointsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetAccessPointsRequest fields according to their type

func MustParseBatchGetAccessPointsRequest_FieldPathArrayOfValues

func MustParseBatchGetAccessPointsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAccessPointsRequest_FieldPathArrayOfValues

func ParseBatchGetAccessPointsRequest_FieldPathArrayOfValues

func ParseBatchGetAccessPointsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAccessPointsRequest_FieldPathArrayOfValues, error)

type BatchGetAccessPointsRequest_FieldPathSelector

type BatchGetAccessPointsRequest_FieldPathSelector int32
const (
	BatchGetAccessPointsRequest_FieldPathSelectorNames     BatchGetAccessPointsRequest_FieldPathSelector = 0
	BatchGetAccessPointsRequest_FieldPathSelectorFieldMask BatchGetAccessPointsRequest_FieldPathSelector = 1
	BatchGetAccessPointsRequest_FieldPathSelectorView      BatchGetAccessPointsRequest_FieldPathSelector = 2
)

func (BatchGetAccessPointsRequest_FieldPathSelector) String

type BatchGetAccessPointsRequest_FieldPathValue

type BatchGetAccessPointsRequest_FieldPathValue interface {
	BatchGetAccessPointsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAccessPointsRequest)
	CompareWith(*BatchGetAccessPointsRequest) (cmp int, comparable bool)
}

BatchGetAccessPointsRequest_FieldPathValue allows storing values for BatchGetAccessPointsRequest fields according to their type

func MustParseBatchGetAccessPointsRequest_FieldPathValue

func MustParseBatchGetAccessPointsRequest_FieldPathValue(pathStr, valueStr string) BatchGetAccessPointsRequest_FieldPathValue

func ParseBatchGetAccessPointsRequest_FieldPathValue

func ParseBatchGetAccessPointsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetAccessPointsRequest_FieldPathValue, error)

type BatchGetAccessPointsRequest_FieldTerminalPath

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

func (*BatchGetAccessPointsRequest_FieldTerminalPath) ClearValue

func (*BatchGetAccessPointsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetAccessPointsRequest_FieldTerminalPath) Get

func (fp *BatchGetAccessPointsRequest_FieldTerminalPath) Get(source *BatchGetAccessPointsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetAccessPointsRequest

func (*BatchGetAccessPointsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAccessPointsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetAccessPointsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAccessPointsRequest

func (*BatchGetAccessPointsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAccessPointsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAccessPointsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAccessPointsRequest_FieldTerminalPath) Selector

func (*BatchGetAccessPointsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*BatchGetAccessPointsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAccessPointsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAccessPointsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAccessPointsRequest_FieldTerminalPath) WithIValue

func (*BatchGetAccessPointsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetAccessPointsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAccessPointsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetAccessPointsRequest_FieldTerminalPathArrayItemValue

type BatchGetAccessPointsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAccessPointsRequest_FieldTerminalPathArrayOfValues

type BatchGetAccessPointsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetAccessPointsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAccessPointsRequest_FieldTerminalPathValue

type BatchGetAccessPointsRequest_FieldTerminalPathValue struct {
	BatchGetAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAccessPointsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetAccessPointsRequest'.

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAccessPointsRequest

func (*BatchGetAccessPointsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetAccessPointsResponse

type BatchGetAccessPointsResponse struct {

	// found AccessPoints
	AccessPoints []*access_point.AccessPoint `protobuf:"bytes,1,rep,name=access_points,json=accessPoints,proto3" json:"access_points,omitempty" firestore:"accessPoints"`
	// list of not found AccessPoints
	Missing []*access_point.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetAccessPointsResponse

func (*BatchGetAccessPointsResponse) Clone

func (*BatchGetAccessPointsResponse) CloneRaw

func (*BatchGetAccessPointsResponse) Descriptor

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

Deprecated, Use BatchGetAccessPointsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetAccessPointsResponse) GetAccessPoints

func (m *BatchGetAccessPointsResponse) GetAccessPoints() []*access_point.AccessPoint

func (*BatchGetAccessPointsResponse) GetMissing

func (*BatchGetAccessPointsResponse) GotenMessage

func (*BatchGetAccessPointsResponse) GotenMessage()

func (*BatchGetAccessPointsResponse) GotenObjectExt

func (o *BatchGetAccessPointsResponse) GotenObjectExt()

func (*BatchGetAccessPointsResponse) GotenValidate

func (obj *BatchGetAccessPointsResponse) GotenValidate() error

func (*BatchGetAccessPointsResponse) MakeDiffFieldMask

func (*BatchGetAccessPointsResponse) MakeFullFieldMask

func (*BatchGetAccessPointsResponse) MakeRawDiffFieldMask

func (*BatchGetAccessPointsResponse) MakeRawFullFieldMask

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

func (*BatchGetAccessPointsResponse) Marshal

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

func (*BatchGetAccessPointsResponse) MarshalJSON

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

func (*BatchGetAccessPointsResponse) Merge

func (*BatchGetAccessPointsResponse) MergeRaw

func (*BatchGetAccessPointsResponse) ProtoMessage

func (*BatchGetAccessPointsResponse) ProtoMessage()

func (*BatchGetAccessPointsResponse) ProtoReflect

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

func (*BatchGetAccessPointsResponse) Reset

func (m *BatchGetAccessPointsResponse) Reset()

func (*BatchGetAccessPointsResponse) SetAccessPoints

func (m *BatchGetAccessPointsResponse) SetAccessPoints(fv []*access_point.AccessPoint)

func (*BatchGetAccessPointsResponse) SetMissing

func (*BatchGetAccessPointsResponse) String

func (*BatchGetAccessPointsResponse) Unmarshal

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

func (*BatchGetAccessPointsResponse) UnmarshalJSON

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

type BatchGetAccessPointsResponseFieldPathBuilder

type BatchGetAccessPointsResponseFieldPathBuilder struct{}

func NewBatchGetAccessPointsResponseFieldPathBuilder

func NewBatchGetAccessPointsResponseFieldPathBuilder() BatchGetAccessPointsResponseFieldPathBuilder

func (BatchGetAccessPointsResponseFieldPathBuilder) AccessPoints

func (BatchGetAccessPointsResponseFieldPathBuilder) Missing

type BatchGetAccessPointsResponsePathSelectorAccessPoints

type BatchGetAccessPointsResponsePathSelectorAccessPoints struct{}

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) FieldPath

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) Name

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) WithArrayOfValues

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) WithSubArrayItemValue

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) WithSubArrayOfValues

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) WithSubPath

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) WithSubValue

func (BatchGetAccessPointsResponsePathSelectorAccessPoints) WithValue

type BatchGetAccessPointsResponsePathSelectorAccessPointsName

type BatchGetAccessPointsResponsePathSelectorAccessPointsName struct{}

func (BatchGetAccessPointsResponsePathSelectorAccessPointsName) FieldPath

func (BatchGetAccessPointsResponsePathSelectorAccessPointsName) WithArrayOfValues

func (BatchGetAccessPointsResponsePathSelectorAccessPointsName) WithValue

type BatchGetAccessPointsResponsePathSelectorMissing

type BatchGetAccessPointsResponsePathSelectorMissing struct{}

func (BatchGetAccessPointsResponsePathSelectorMissing) FieldPath

func (BatchGetAccessPointsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetAccessPointsResponsePathSelectorMissing) WithValue

type BatchGetAccessPointsResponse_FieldMask

type BatchGetAccessPointsResponse_FieldMask struct {
	Paths []BatchGetAccessPointsResponse_FieldPath
}

func FullBatchGetAccessPointsResponse_FieldMask

func FullBatchGetAccessPointsResponse_FieldMask() *BatchGetAccessPointsResponse_FieldMask

func (*BatchGetAccessPointsResponse_FieldMask) AppendPath

func (*BatchGetAccessPointsResponse_FieldMask) AppendRawPath

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

func (*BatchGetAccessPointsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetAccessPointsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetAccessPointsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetAccessPointsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetAccessPointsResponse_FieldMask) GetPaths

func (*BatchGetAccessPointsResponse_FieldMask) GetRawPaths

func (*BatchGetAccessPointsResponse_FieldMask) IsFull

func (fieldMask *BatchGetAccessPointsResponse_FieldMask) IsFull() bool

func (BatchGetAccessPointsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetAccessPointsResponse_FieldMask) MarshalJSON

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

func (*BatchGetAccessPointsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetAccessPointsResponse_FieldMask) PathsCount() int

func (*BatchGetAccessPointsResponse_FieldMask) Project

func (*BatchGetAccessPointsResponse_FieldMask) ProjectRaw

func (*BatchGetAccessPointsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetAccessPointsResponse_FieldMask) ProtoMessage()

func (*BatchGetAccessPointsResponse_FieldMask) ProtoReflect

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

func (*BatchGetAccessPointsResponse_FieldMask) Reset

func (fieldMask *BatchGetAccessPointsResponse_FieldMask) Reset()

func (*BatchGetAccessPointsResponse_FieldMask) Set

func (*BatchGetAccessPointsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetAccessPointsResponse_FieldMask) SetRaw

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

func (*BatchGetAccessPointsResponse_FieldMask) Size

func (fieldMask *BatchGetAccessPointsResponse_FieldMask) Size() int

func (*BatchGetAccessPointsResponse_FieldMask) String

func (fieldMask *BatchGetAccessPointsResponse_FieldMask) String() string

func (*BatchGetAccessPointsResponse_FieldMask) Subtract

func (*BatchGetAccessPointsResponse_FieldMask) SubtractRaw

func (*BatchGetAccessPointsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetAccessPointsResponse_FieldMask) Unmarshal

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

func (*BatchGetAccessPointsResponse_FieldMask) UnmarshalJSON

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

type BatchGetAccessPointsResponse_FieldPath

type BatchGetAccessPointsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetAccessPointsResponse_FieldPathSelector
	Get(source *BatchGetAccessPointsResponse) []interface{}
	GetSingle(source *BatchGetAccessPointsResponse) (interface{}, bool)
	ClearValue(item *BatchGetAccessPointsResponse)

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

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

func MustParseBatchGetAccessPointsResponse_FieldPath

func MustParseBatchGetAccessPointsResponse_FieldPath(rawField string) BatchGetAccessPointsResponse_FieldPath

func ParseBatchGetAccessPointsResponse_FieldPath

func ParseBatchGetAccessPointsResponse_FieldPath(rawField string) (BatchGetAccessPointsResponse_FieldPath, error)

type BatchGetAccessPointsResponse_FieldPathArrayItemValue

type BatchGetAccessPointsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetAccessPointsResponse_FieldPath
	ContainsValue(*BatchGetAccessPointsResponse) bool
}

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

func MustParseBatchGetAccessPointsResponse_FieldPathArrayItemValue

func MustParseBatchGetAccessPointsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetAccessPointsResponse_FieldPathArrayItemValue

func ParseBatchGetAccessPointsResponse_FieldPathArrayItemValue

func ParseBatchGetAccessPointsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetAccessPointsResponse_FieldPathArrayItemValue, error)

ParseBatchGetAccessPointsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetAccessPointsResponse_FieldPathArrayOfValues

type BatchGetAccessPointsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetAccessPointsResponse_FieldPath
}

BatchGetAccessPointsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetAccessPointsResponse fields according to their type

func MustParseBatchGetAccessPointsResponse_FieldPathArrayOfValues

func MustParseBatchGetAccessPointsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetAccessPointsResponse_FieldPathArrayOfValues

func ParseBatchGetAccessPointsResponse_FieldPathArrayOfValues

func ParseBatchGetAccessPointsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetAccessPointsResponse_FieldPathArrayOfValues, error)

type BatchGetAccessPointsResponse_FieldPathSelector

type BatchGetAccessPointsResponse_FieldPathSelector int32
const (
	BatchGetAccessPointsResponse_FieldPathSelectorAccessPoints BatchGetAccessPointsResponse_FieldPathSelector = 0
	BatchGetAccessPointsResponse_FieldPathSelectorMissing      BatchGetAccessPointsResponse_FieldPathSelector = 1
)

func (BatchGetAccessPointsResponse_FieldPathSelector) String

type BatchGetAccessPointsResponse_FieldPathValue

type BatchGetAccessPointsResponse_FieldPathValue interface {
	BatchGetAccessPointsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetAccessPointsResponse)
	CompareWith(*BatchGetAccessPointsResponse) (cmp int, comparable bool)
}

BatchGetAccessPointsResponse_FieldPathValue allows storing values for BatchGetAccessPointsResponse fields according to their type

func MustParseBatchGetAccessPointsResponse_FieldPathValue

func MustParseBatchGetAccessPointsResponse_FieldPathValue(pathStr, valueStr string) BatchGetAccessPointsResponse_FieldPathValue

func ParseBatchGetAccessPointsResponse_FieldPathValue

func ParseBatchGetAccessPointsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetAccessPointsResponse_FieldPathValue, error)

type BatchGetAccessPointsResponse_FieldSubPath

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

func (*BatchGetAccessPointsResponse_FieldSubPath) AsAccessPointsSubPath

func (*BatchGetAccessPointsResponse_FieldSubPath) ClearValue

func (*BatchGetAccessPointsResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetAccessPointsResponse_FieldSubPath) Get

func (fps *BatchGetAccessPointsResponse_FieldSubPath) Get(source *BatchGetAccessPointsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetAccessPointsResponse

func (*BatchGetAccessPointsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAccessPointsResponse_FieldSubPath) GetRaw

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

func (*BatchGetAccessPointsResponse_FieldSubPath) GetSingle

func (fps *BatchGetAccessPointsResponse_FieldSubPath) GetSingle(source *BatchGetAccessPointsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetAccessPointsResponse

func (*BatchGetAccessPointsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetAccessPointsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAccessPointsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAccessPointsResponse_FieldSubPath) Selector

func (*BatchGetAccessPointsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*BatchGetAccessPointsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetAccessPointsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetAccessPointsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetAccessPointsResponse_FieldSubPath) WithIValue

func (*BatchGetAccessPointsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetAccessPointsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetAccessPointsResponse_FieldSubPath) WithRawIValue

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

type BatchGetAccessPointsResponse_FieldSubPathArrayItemValue

type BatchGetAccessPointsResponse_FieldSubPathArrayItemValue struct {
	BatchGetAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsResponse_FieldSubPathArrayItemValue) AsAccessPointsPathItemValue

func (*BatchGetAccessPointsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetAccessPointsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetAccessPointsResponse_FieldSubPathArrayOfValues

type BatchGetAccessPointsResponse_FieldSubPathArrayOfValues struct {
	BatchGetAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsResponse_FieldSubPathArrayOfValues) AsAccessPointsPathArrayOfValues

func (*BatchGetAccessPointsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetAccessPointsResponse_FieldSubPathValue

type BatchGetAccessPointsResponse_FieldSubPathValue struct {
	BatchGetAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsResponse_FieldSubPathValue) AsAccessPointsPathValue

func (*BatchGetAccessPointsResponse_FieldSubPathValue) CompareWith

func (*BatchGetAccessPointsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetAccessPointsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetAccessPointsResponse_FieldSubPathValue) SetTo

func (*BatchGetAccessPointsResponse_FieldSubPathValue) SetToRaw

type BatchGetAccessPointsResponse_FieldTerminalPath

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

func (*BatchGetAccessPointsResponse_FieldTerminalPath) ClearValue

func (*BatchGetAccessPointsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetAccessPointsResponse_FieldTerminalPath) Get

func (fp *BatchGetAccessPointsResponse_FieldTerminalPath) Get(source *BatchGetAccessPointsResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetAccessPointsResponse

func (*BatchGetAccessPointsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetAccessPointsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetAccessPointsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetAccessPointsResponse

func (*BatchGetAccessPointsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetAccessPointsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetAccessPointsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetAccessPointsResponse_FieldTerminalPath) Selector

func (*BatchGetAccessPointsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*BatchGetAccessPointsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetAccessPointsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetAccessPointsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetAccessPointsResponse_FieldTerminalPath) WithIValue

func (*BatchGetAccessPointsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetAccessPointsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetAccessPointsResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue

type BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue) AsAccessPointsItemValue

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetAccessPointsResponse_FieldTerminalPathArrayOfValues

type BatchGetAccessPointsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayOfValues) AsAccessPointsArrayOfValues

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetAccessPointsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetAccessPointsResponse_FieldTerminalPathValue

type BatchGetAccessPointsResponse_FieldTerminalPathValue struct {
	BatchGetAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetAccessPointsResponse_FieldTerminalPathValue) AsAccessPointsValue

func (*BatchGetAccessPointsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetAccessPointsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetAccessPointsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetAccessPointsResponse'.

func (*BatchGetAccessPointsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetAccessPointsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetAccessPointsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetAccessPointsResponse

func (*BatchGetAccessPointsResponse_FieldTerminalPathValue) SetToRaw

type CreateAccessPointDescriptor added in v0.1.7

type CreateAccessPointDescriptor struct{}

func GetCreateAccessPointDescriptor added in v0.1.7

func GetCreateAccessPointDescriptor() *CreateAccessPointDescriptor

func (*CreateAccessPointDescriptor) GetApiDescriptor added in v0.1.7

func (*CreateAccessPointDescriptor) GetApiName added in v0.1.7

func (d *CreateAccessPointDescriptor) GetApiName() string

func (*CreateAccessPointDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*CreateAccessPointDescriptor) GetFullMethodName added in v0.1.7

func (d *CreateAccessPointDescriptor) GetFullMethodName() string

func (*CreateAccessPointDescriptor) GetMethodName added in v0.1.7

func (d *CreateAccessPointDescriptor) GetMethodName() string

func (*CreateAccessPointDescriptor) GetProtoPkgName added in v0.1.7

func (d *CreateAccessPointDescriptor) GetProtoPkgName() string

func (*CreateAccessPointDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*CreateAccessPointDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*CreateAccessPointDescriptor) GetServiceDomain added in v0.1.7

func (d *CreateAccessPointDescriptor) GetServiceDomain() string

func (*CreateAccessPointDescriptor) GetServiceVersion added in v0.1.7

func (d *CreateAccessPointDescriptor) GetServiceVersion() string

func (*CreateAccessPointDescriptor) GetVerb added in v0.1.7

func (d *CreateAccessPointDescriptor) GetVerb() string

func (*CreateAccessPointDescriptor) HasResource added in v0.1.8

func (d *CreateAccessPointDescriptor) HasResource() bool

func (*CreateAccessPointDescriptor) IsClientStream added in v0.1.7

func (d *CreateAccessPointDescriptor) IsClientStream() bool

func (*CreateAccessPointDescriptor) IsCollection added in v0.1.8

func (d *CreateAccessPointDescriptor) IsCollection() bool

func (*CreateAccessPointDescriptor) IsPlural added in v0.1.8

func (d *CreateAccessPointDescriptor) IsPlural() bool

func (*CreateAccessPointDescriptor) IsServerStream added in v0.1.7

func (d *CreateAccessPointDescriptor) IsServerStream() bool

func (*CreateAccessPointDescriptor) IsUnary added in v0.1.7

func (d *CreateAccessPointDescriptor) IsUnary() bool

func (*CreateAccessPointDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*CreateAccessPointDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*CreateAccessPointDescriptor) RequestHasResourceBody added in v0.1.7

func (d *CreateAccessPointDescriptor) RequestHasResourceBody() bool

type CreateAccessPointDescriptorClientMsgHandle added in v0.1.7

type CreateAccessPointDescriptorClientMsgHandle struct{}

func (*CreateAccessPointDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*CreateAccessPointDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*CreateAccessPointDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type CreateAccessPointDescriptorServerMsgHandle added in v0.1.7

type CreateAccessPointDescriptorServerMsgHandle struct{}

func (*CreateAccessPointDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*CreateAccessPointDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*CreateAccessPointDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type CreateAccessPointRequest

type CreateAccessPointRequest struct {

	// Parent reference of ntt.ztna.v1alpha.AccessPoint
	Parent *access_point.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// AccessPoint resource body
	AccessPoint *access_point.AccessPoint `protobuf:"bytes,2,opt,name=access_point,json=accessPoint,proto3" json:"access_point,omitempty" firestore:"accessPoint"`
	// contains filtered or unexported fields
}

Request message for method [CreateAccessPoint][ntt.ztna.v1alpha.CreateAccessPoint]

func (*CreateAccessPointRequest) Clone

func (*CreateAccessPointRequest) CloneRaw

func (*CreateAccessPointRequest) Descriptor

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

Deprecated, Use CreateAccessPointRequest.ProtoReflect.Descriptor instead.

func (*CreateAccessPointRequest) GetAccessPoint

func (m *CreateAccessPointRequest) GetAccessPoint() *access_point.AccessPoint

func (*CreateAccessPointRequest) GetParent

func (*CreateAccessPointRequest) GotenMessage

func (*CreateAccessPointRequest) GotenMessage()

func (*CreateAccessPointRequest) GotenObjectExt

func (o *CreateAccessPointRequest) GotenObjectExt()

func (*CreateAccessPointRequest) GotenValidate

func (obj *CreateAccessPointRequest) GotenValidate() error

func (*CreateAccessPointRequest) MakeDiffFieldMask

func (*CreateAccessPointRequest) MakeFullFieldMask

func (*CreateAccessPointRequest) MakeRawDiffFieldMask

func (*CreateAccessPointRequest) MakeRawFullFieldMask

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

func (*CreateAccessPointRequest) Marshal

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

func (*CreateAccessPointRequest) MarshalJSON

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

func (*CreateAccessPointRequest) Merge

func (*CreateAccessPointRequest) MergeRaw

func (*CreateAccessPointRequest) ProtoMessage

func (*CreateAccessPointRequest) ProtoMessage()

func (*CreateAccessPointRequest) ProtoReflect

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

func (*CreateAccessPointRequest) Reset

func (m *CreateAccessPointRequest) Reset()

func (*CreateAccessPointRequest) SetAccessPoint

func (m *CreateAccessPointRequest) SetAccessPoint(fv *access_point.AccessPoint)

func (*CreateAccessPointRequest) SetParent

func (*CreateAccessPointRequest) String

func (m *CreateAccessPointRequest) String() string

func (*CreateAccessPointRequest) Unmarshal

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

func (*CreateAccessPointRequest) UnmarshalJSON

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

type CreateAccessPointRequestFieldPathBuilder

type CreateAccessPointRequestFieldPathBuilder struct{}

func NewCreateAccessPointRequestFieldPathBuilder

func NewCreateAccessPointRequestFieldPathBuilder() CreateAccessPointRequestFieldPathBuilder

func (CreateAccessPointRequestFieldPathBuilder) AccessPoint

func (CreateAccessPointRequestFieldPathBuilder) Parent

type CreateAccessPointRequestPathSelectorAccessPoint

type CreateAccessPointRequestPathSelectorAccessPoint struct{}

func (CreateAccessPointRequestPathSelectorAccessPoint) FieldPath

func (CreateAccessPointRequestPathSelectorAccessPoint) Name

func (CreateAccessPointRequestPathSelectorAccessPoint) WithArrayOfValues

func (CreateAccessPointRequestPathSelectorAccessPoint) WithSubArrayItemValue

func (CreateAccessPointRequestPathSelectorAccessPoint) WithSubArrayOfValues

func (CreateAccessPointRequestPathSelectorAccessPoint) WithSubPath

func (CreateAccessPointRequestPathSelectorAccessPoint) WithSubValue

func (CreateAccessPointRequestPathSelectorAccessPoint) WithValue

type CreateAccessPointRequestPathSelectorAccessPointName

type CreateAccessPointRequestPathSelectorAccessPointName struct{}

func (CreateAccessPointRequestPathSelectorAccessPointName) FieldPath

func (CreateAccessPointRequestPathSelectorAccessPointName) WithArrayOfValues

func (CreateAccessPointRequestPathSelectorAccessPointName) WithValue

type CreateAccessPointRequestPathSelectorParent

type CreateAccessPointRequestPathSelectorParent struct{}

func (CreateAccessPointRequestPathSelectorParent) FieldPath

func (CreateAccessPointRequestPathSelectorParent) WithArrayOfValues

func (CreateAccessPointRequestPathSelectorParent) WithValue

type CreateAccessPointRequest_FieldMask

type CreateAccessPointRequest_FieldMask struct {
	Paths []CreateAccessPointRequest_FieldPath
}

func FullCreateAccessPointRequest_FieldMask

func FullCreateAccessPointRequest_FieldMask() *CreateAccessPointRequest_FieldMask

func (*CreateAccessPointRequest_FieldMask) AppendPath

func (*CreateAccessPointRequest_FieldMask) AppendRawPath

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

func (*CreateAccessPointRequest_FieldMask) DecodeFirestore

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

func (*CreateAccessPointRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateAccessPointRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateAccessPointRequest_FieldMask) FromProtoFieldMask

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

func (*CreateAccessPointRequest_FieldMask) GetPaths

func (*CreateAccessPointRequest_FieldMask) GetRawPaths

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

func (*CreateAccessPointRequest_FieldMask) IsFull

func (fieldMask *CreateAccessPointRequest_FieldMask) IsFull() bool

func (CreateAccessPointRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateAccessPointRequest_FieldMask) MarshalJSON

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

func (*CreateAccessPointRequest_FieldMask) PathsCount

func (fieldMask *CreateAccessPointRequest_FieldMask) PathsCount() int

func (*CreateAccessPointRequest_FieldMask) Project

func (*CreateAccessPointRequest_FieldMask) ProjectRaw

func (*CreateAccessPointRequest_FieldMask) ProtoMessage

func (fieldMask *CreateAccessPointRequest_FieldMask) ProtoMessage()

func (*CreateAccessPointRequest_FieldMask) ProtoReflect

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

func (*CreateAccessPointRequest_FieldMask) Reset

func (fieldMask *CreateAccessPointRequest_FieldMask) Reset()

func (*CreateAccessPointRequest_FieldMask) Set

func (fieldMask *CreateAccessPointRequest_FieldMask) Set(target, source *CreateAccessPointRequest)

func (*CreateAccessPointRequest_FieldMask) SetFromCliFlag

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

func (*CreateAccessPointRequest_FieldMask) SetRaw

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

func (*CreateAccessPointRequest_FieldMask) Size

func (fieldMask *CreateAccessPointRequest_FieldMask) Size() int

func (*CreateAccessPointRequest_FieldMask) String

func (fieldMask *CreateAccessPointRequest_FieldMask) String() string

func (*CreateAccessPointRequest_FieldMask) Subtract

func (*CreateAccessPointRequest_FieldMask) SubtractRaw

func (*CreateAccessPointRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateAccessPointRequest_FieldMask) Unmarshal

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

func (*CreateAccessPointRequest_FieldMask) UnmarshalJSON

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

type CreateAccessPointRequest_FieldPath

type CreateAccessPointRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateAccessPointRequest_FieldPathSelector
	Get(source *CreateAccessPointRequest) []interface{}
	GetSingle(source *CreateAccessPointRequest) (interface{}, bool)
	ClearValue(item *CreateAccessPointRequest)

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

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

func MustParseCreateAccessPointRequest_FieldPath

func MustParseCreateAccessPointRequest_FieldPath(rawField string) CreateAccessPointRequest_FieldPath

func ParseCreateAccessPointRequest_FieldPath

func ParseCreateAccessPointRequest_FieldPath(rawField string) (CreateAccessPointRequest_FieldPath, error)

type CreateAccessPointRequest_FieldPathArrayItemValue

type CreateAccessPointRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateAccessPointRequest_FieldPath
	ContainsValue(*CreateAccessPointRequest) bool
}

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

func MustParseCreateAccessPointRequest_FieldPathArrayItemValue

func MustParseCreateAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateAccessPointRequest_FieldPathArrayItemValue

func ParseCreateAccessPointRequest_FieldPathArrayItemValue

func ParseCreateAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateAccessPointRequest_FieldPathArrayItemValue, error)

ParseCreateAccessPointRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateAccessPointRequest_FieldPathArrayOfValues

type CreateAccessPointRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateAccessPointRequest_FieldPath
}

CreateAccessPointRequest_FieldPathArrayOfValues allows storing slice of values for CreateAccessPointRequest fields according to their type

func MustParseCreateAccessPointRequest_FieldPathArrayOfValues

func MustParseCreateAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateAccessPointRequest_FieldPathArrayOfValues

func ParseCreateAccessPointRequest_FieldPathArrayOfValues

func ParseCreateAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateAccessPointRequest_FieldPathArrayOfValues, error)

type CreateAccessPointRequest_FieldPathSelector

type CreateAccessPointRequest_FieldPathSelector int32
const (
	CreateAccessPointRequest_FieldPathSelectorParent      CreateAccessPointRequest_FieldPathSelector = 0
	CreateAccessPointRequest_FieldPathSelectorAccessPoint CreateAccessPointRequest_FieldPathSelector = 1
)

func (CreateAccessPointRequest_FieldPathSelector) String

type CreateAccessPointRequest_FieldPathValue

type CreateAccessPointRequest_FieldPathValue interface {
	CreateAccessPointRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateAccessPointRequest)
	CompareWith(*CreateAccessPointRequest) (cmp int, comparable bool)
}

CreateAccessPointRequest_FieldPathValue allows storing values for CreateAccessPointRequest fields according to their type

func MustParseCreateAccessPointRequest_FieldPathValue

func MustParseCreateAccessPointRequest_FieldPathValue(pathStr, valueStr string) CreateAccessPointRequest_FieldPathValue

func ParseCreateAccessPointRequest_FieldPathValue

func ParseCreateAccessPointRequest_FieldPathValue(pathStr, valueStr string) (CreateAccessPointRequest_FieldPathValue, error)

type CreateAccessPointRequest_FieldSubPath

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

func (*CreateAccessPointRequest_FieldSubPath) AsAccessPointSubPath

func (*CreateAccessPointRequest_FieldSubPath) ClearValue

func (*CreateAccessPointRequest_FieldSubPath) ClearValueRaw

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

func (*CreateAccessPointRequest_FieldSubPath) Get

func (fps *CreateAccessPointRequest_FieldSubPath) Get(source *CreateAccessPointRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateAccessPointRequest

func (*CreateAccessPointRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAccessPointRequest_FieldSubPath) GetRaw

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

func (*CreateAccessPointRequest_FieldSubPath) GetSingle

func (fps *CreateAccessPointRequest_FieldSubPath) GetSingle(source *CreateAccessPointRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateAccessPointRequest

func (*CreateAccessPointRequest_FieldSubPath) GetSingleRaw

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

func (*CreateAccessPointRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAccessPointRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAccessPointRequest_FieldSubPath) Selector

func (*CreateAccessPointRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*CreateAccessPointRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateAccessPointRequest_FieldSubPath) WithIArrayItemValue

func (*CreateAccessPointRequest_FieldSubPath) WithIArrayOfValues

func (*CreateAccessPointRequest_FieldSubPath) WithIValue

func (*CreateAccessPointRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateAccessPointRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateAccessPointRequest_FieldSubPath) WithRawIValue

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

type CreateAccessPointRequest_FieldSubPathArrayItemValue

type CreateAccessPointRequest_FieldSubPathArrayItemValue struct {
	CreateAccessPointRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAccessPointRequest_FieldSubPathArrayItemValue) AsAccessPointPathItemValue

func (*CreateAccessPointRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateAccessPointRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateAccessPointRequest_FieldSubPathArrayOfValues

type CreateAccessPointRequest_FieldSubPathArrayOfValues struct {
	CreateAccessPointRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAccessPointRequest_FieldSubPathArrayOfValues) AsAccessPointPathArrayOfValues

func (*CreateAccessPointRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateAccessPointRequest_FieldSubPathValue

type CreateAccessPointRequest_FieldSubPathValue struct {
	CreateAccessPointRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateAccessPointRequest_FieldSubPathValue) AsAccessPointPathValue

func (*CreateAccessPointRequest_FieldSubPathValue) CompareWith

func (*CreateAccessPointRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateAccessPointRequest_FieldSubPathValue) GetRawValue

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

func (*CreateAccessPointRequest_FieldSubPathValue) SetTo

func (*CreateAccessPointRequest_FieldSubPathValue) SetToRaw

type CreateAccessPointRequest_FieldTerminalPath

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

func (*CreateAccessPointRequest_FieldTerminalPath) ClearValue

func (*CreateAccessPointRequest_FieldTerminalPath) ClearValueRaw

func (*CreateAccessPointRequest_FieldTerminalPath) Get

func (fp *CreateAccessPointRequest_FieldTerminalPath) Get(source *CreateAccessPointRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateAccessPointRequest

func (*CreateAccessPointRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateAccessPointRequest_FieldTerminalPath) GetRaw

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

func (*CreateAccessPointRequest_FieldTerminalPath) GetSingle

func (fp *CreateAccessPointRequest_FieldTerminalPath) GetSingle(source *CreateAccessPointRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateAccessPointRequest

func (*CreateAccessPointRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateAccessPointRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateAccessPointRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateAccessPointRequest_FieldTerminalPath) Selector

func (*CreateAccessPointRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*CreateAccessPointRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateAccessPointRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateAccessPointRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateAccessPointRequest_FieldTerminalPath) WithIValue

func (*CreateAccessPointRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateAccessPointRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateAccessPointRequest_FieldTerminalPath) WithRawIValue

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

type CreateAccessPointRequest_FieldTerminalPathArrayItemValue

type CreateAccessPointRequest_FieldTerminalPathArrayItemValue struct {
	CreateAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAccessPointRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateAccessPointRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateAccessPointRequest_FieldTerminalPathArrayOfValues

type CreateAccessPointRequest_FieldTerminalPathArrayOfValues struct {
	CreateAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAccessPointRequest_FieldTerminalPathArrayOfValues) AsAccessPointArrayOfValues

func (*CreateAccessPointRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateAccessPointRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateAccessPointRequest_FieldTerminalPathValue

type CreateAccessPointRequest_FieldTerminalPathValue struct {
	CreateAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateAccessPointRequest_FieldTerminalPathValue) AsAccessPointValue

func (*CreateAccessPointRequest_FieldTerminalPathValue) AsParentValue

func (*CreateAccessPointRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateAccessPointRequest_FieldTerminalPathValue' with the value under path in 'CreateAccessPointRequest'.

func (*CreateAccessPointRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*CreateAccessPointRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateAccessPointRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateAccessPointRequest

func (*CreateAccessPointRequest_FieldTerminalPathValue) SetToRaw

type DeleteAccessPointDescriptor added in v0.1.7

type DeleteAccessPointDescriptor struct{}

func GetDeleteAccessPointDescriptor added in v0.1.7

func GetDeleteAccessPointDescriptor() *DeleteAccessPointDescriptor

func (*DeleteAccessPointDescriptor) GetApiDescriptor added in v0.1.7

func (*DeleteAccessPointDescriptor) GetApiName added in v0.1.7

func (d *DeleteAccessPointDescriptor) GetApiName() string

func (*DeleteAccessPointDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*DeleteAccessPointDescriptor) GetFullMethodName added in v0.1.7

func (d *DeleteAccessPointDescriptor) GetFullMethodName() string

func (*DeleteAccessPointDescriptor) GetMethodName added in v0.1.7

func (d *DeleteAccessPointDescriptor) GetMethodName() string

func (*DeleteAccessPointDescriptor) GetProtoPkgName added in v0.1.7

func (d *DeleteAccessPointDescriptor) GetProtoPkgName() string

func (*DeleteAccessPointDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*DeleteAccessPointDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*DeleteAccessPointDescriptor) GetServiceDomain added in v0.1.7

func (d *DeleteAccessPointDescriptor) GetServiceDomain() string

func (*DeleteAccessPointDescriptor) GetServiceVersion added in v0.1.7

func (d *DeleteAccessPointDescriptor) GetServiceVersion() string

func (*DeleteAccessPointDescriptor) GetVerb added in v0.1.7

func (d *DeleteAccessPointDescriptor) GetVerb() string

func (*DeleteAccessPointDescriptor) HasResource added in v0.1.8

func (d *DeleteAccessPointDescriptor) HasResource() bool

func (*DeleteAccessPointDescriptor) IsClientStream added in v0.1.7

func (d *DeleteAccessPointDescriptor) IsClientStream() bool

func (*DeleteAccessPointDescriptor) IsCollection added in v0.1.8

func (d *DeleteAccessPointDescriptor) IsCollection() bool

func (*DeleteAccessPointDescriptor) IsPlural added in v0.1.8

func (d *DeleteAccessPointDescriptor) IsPlural() bool

func (*DeleteAccessPointDescriptor) IsServerStream added in v0.1.7

func (d *DeleteAccessPointDescriptor) IsServerStream() bool

func (*DeleteAccessPointDescriptor) IsUnary added in v0.1.7

func (d *DeleteAccessPointDescriptor) IsUnary() bool

func (*DeleteAccessPointDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*DeleteAccessPointDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*DeleteAccessPointDescriptor) RequestHasResourceBody added in v0.1.7

func (d *DeleteAccessPointDescriptor) RequestHasResourceBody() bool

type DeleteAccessPointDescriptorClientMsgHandle added in v0.1.7

type DeleteAccessPointDescriptorClientMsgHandle struct{}

func (*DeleteAccessPointDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*DeleteAccessPointDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*DeleteAccessPointDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type DeleteAccessPointDescriptorServerMsgHandle added in v0.1.7

type DeleteAccessPointDescriptorServerMsgHandle struct{}

func (*DeleteAccessPointDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*DeleteAccessPointDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*DeleteAccessPointDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type DeleteAccessPointRequest

type DeleteAccessPointRequest struct {

	// Reference of ntt.ztna.v1alpha.AccessPoint
	Name *access_point.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteAccessPoint][ntt.ztna.v1alpha.DeleteAccessPoint]

func (*DeleteAccessPointRequest) Clone

func (*DeleteAccessPointRequest) CloneRaw

func (*DeleteAccessPointRequest) Descriptor

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

Deprecated, Use DeleteAccessPointRequest.ProtoReflect.Descriptor instead.

func (*DeleteAccessPointRequest) GetName

func (*DeleteAccessPointRequest) GotenMessage

func (*DeleteAccessPointRequest) GotenMessage()

func (*DeleteAccessPointRequest) GotenObjectExt

func (o *DeleteAccessPointRequest) GotenObjectExt()

func (*DeleteAccessPointRequest) GotenValidate

func (obj *DeleteAccessPointRequest) GotenValidate() error

func (*DeleteAccessPointRequest) MakeDiffFieldMask

func (*DeleteAccessPointRequest) MakeFullFieldMask

func (*DeleteAccessPointRequest) MakeRawDiffFieldMask

func (*DeleteAccessPointRequest) MakeRawFullFieldMask

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

func (*DeleteAccessPointRequest) Marshal

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

func (*DeleteAccessPointRequest) MarshalJSON

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

func (*DeleteAccessPointRequest) Merge

func (*DeleteAccessPointRequest) MergeRaw

func (*DeleteAccessPointRequest) ProtoMessage

func (*DeleteAccessPointRequest) ProtoMessage()

func (*DeleteAccessPointRequest) ProtoReflect

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

func (*DeleteAccessPointRequest) Reset

func (m *DeleteAccessPointRequest) Reset()

func (*DeleteAccessPointRequest) SetName

func (*DeleteAccessPointRequest) String

func (m *DeleteAccessPointRequest) String() string

func (*DeleteAccessPointRequest) Unmarshal

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

func (*DeleteAccessPointRequest) UnmarshalJSON

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

type DeleteAccessPointRequestFieldPathBuilder

type DeleteAccessPointRequestFieldPathBuilder struct{}

func NewDeleteAccessPointRequestFieldPathBuilder

func NewDeleteAccessPointRequestFieldPathBuilder() DeleteAccessPointRequestFieldPathBuilder

func (DeleteAccessPointRequestFieldPathBuilder) Name

type DeleteAccessPointRequestPathSelectorName

type DeleteAccessPointRequestPathSelectorName struct{}

func (DeleteAccessPointRequestPathSelectorName) FieldPath

func (DeleteAccessPointRequestPathSelectorName) WithArrayOfValues

func (DeleteAccessPointRequestPathSelectorName) WithValue

type DeleteAccessPointRequest_FieldMask

type DeleteAccessPointRequest_FieldMask struct {
	Paths []DeleteAccessPointRequest_FieldPath
}

func FullDeleteAccessPointRequest_FieldMask

func FullDeleteAccessPointRequest_FieldMask() *DeleteAccessPointRequest_FieldMask

func (*DeleteAccessPointRequest_FieldMask) AppendPath

func (*DeleteAccessPointRequest_FieldMask) AppendRawPath

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

func (*DeleteAccessPointRequest_FieldMask) DecodeFirestore

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

func (*DeleteAccessPointRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteAccessPointRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteAccessPointRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteAccessPointRequest_FieldMask) GetPaths

func (*DeleteAccessPointRequest_FieldMask) GetRawPaths

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

func (*DeleteAccessPointRequest_FieldMask) IsFull

func (fieldMask *DeleteAccessPointRequest_FieldMask) IsFull() bool

func (DeleteAccessPointRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteAccessPointRequest_FieldMask) MarshalJSON

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

func (*DeleteAccessPointRequest_FieldMask) PathsCount

func (fieldMask *DeleteAccessPointRequest_FieldMask) PathsCount() int

func (*DeleteAccessPointRequest_FieldMask) Project

func (*DeleteAccessPointRequest_FieldMask) ProjectRaw

func (*DeleteAccessPointRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteAccessPointRequest_FieldMask) ProtoMessage()

func (*DeleteAccessPointRequest_FieldMask) ProtoReflect

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

func (*DeleteAccessPointRequest_FieldMask) Reset

func (fieldMask *DeleteAccessPointRequest_FieldMask) Reset()

func (*DeleteAccessPointRequest_FieldMask) Set

func (fieldMask *DeleteAccessPointRequest_FieldMask) Set(target, source *DeleteAccessPointRequest)

func (*DeleteAccessPointRequest_FieldMask) SetFromCliFlag

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

func (*DeleteAccessPointRequest_FieldMask) SetRaw

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

func (*DeleteAccessPointRequest_FieldMask) Size

func (fieldMask *DeleteAccessPointRequest_FieldMask) Size() int

func (*DeleteAccessPointRequest_FieldMask) String

func (fieldMask *DeleteAccessPointRequest_FieldMask) String() string

func (*DeleteAccessPointRequest_FieldMask) Subtract

func (*DeleteAccessPointRequest_FieldMask) SubtractRaw

func (*DeleteAccessPointRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteAccessPointRequest_FieldMask) Unmarshal

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

func (*DeleteAccessPointRequest_FieldMask) UnmarshalJSON

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

type DeleteAccessPointRequest_FieldPath

type DeleteAccessPointRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteAccessPointRequest_FieldPathSelector
	Get(source *DeleteAccessPointRequest) []interface{}
	GetSingle(source *DeleteAccessPointRequest) (interface{}, bool)
	ClearValue(item *DeleteAccessPointRequest)

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

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

func MustParseDeleteAccessPointRequest_FieldPath

func MustParseDeleteAccessPointRequest_FieldPath(rawField string) DeleteAccessPointRequest_FieldPath

func ParseDeleteAccessPointRequest_FieldPath

func ParseDeleteAccessPointRequest_FieldPath(rawField string) (DeleteAccessPointRequest_FieldPath, error)

type DeleteAccessPointRequest_FieldPathArrayItemValue

type DeleteAccessPointRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteAccessPointRequest_FieldPath
	ContainsValue(*DeleteAccessPointRequest) bool
}

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

func MustParseDeleteAccessPointRequest_FieldPathArrayItemValue

func MustParseDeleteAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteAccessPointRequest_FieldPathArrayItemValue

func ParseDeleteAccessPointRequest_FieldPathArrayItemValue

func ParseDeleteAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteAccessPointRequest_FieldPathArrayItemValue, error)

ParseDeleteAccessPointRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteAccessPointRequest_FieldPathArrayOfValues

type DeleteAccessPointRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteAccessPointRequest_FieldPath
}

DeleteAccessPointRequest_FieldPathArrayOfValues allows storing slice of values for DeleteAccessPointRequest fields according to their type

func MustParseDeleteAccessPointRequest_FieldPathArrayOfValues

func MustParseDeleteAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteAccessPointRequest_FieldPathArrayOfValues

func ParseDeleteAccessPointRequest_FieldPathArrayOfValues

func ParseDeleteAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteAccessPointRequest_FieldPathArrayOfValues, error)

type DeleteAccessPointRequest_FieldPathSelector

type DeleteAccessPointRequest_FieldPathSelector int32
const (
	DeleteAccessPointRequest_FieldPathSelectorName DeleteAccessPointRequest_FieldPathSelector = 0
)

func (DeleteAccessPointRequest_FieldPathSelector) String

type DeleteAccessPointRequest_FieldPathValue

type DeleteAccessPointRequest_FieldPathValue interface {
	DeleteAccessPointRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteAccessPointRequest)
	CompareWith(*DeleteAccessPointRequest) (cmp int, comparable bool)
}

DeleteAccessPointRequest_FieldPathValue allows storing values for DeleteAccessPointRequest fields according to their type

func MustParseDeleteAccessPointRequest_FieldPathValue

func MustParseDeleteAccessPointRequest_FieldPathValue(pathStr, valueStr string) DeleteAccessPointRequest_FieldPathValue

func ParseDeleteAccessPointRequest_FieldPathValue

func ParseDeleteAccessPointRequest_FieldPathValue(pathStr, valueStr string) (DeleteAccessPointRequest_FieldPathValue, error)

type DeleteAccessPointRequest_FieldTerminalPath

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

func (*DeleteAccessPointRequest_FieldTerminalPath) ClearValue

func (*DeleteAccessPointRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteAccessPointRequest_FieldTerminalPath) Get

func (fp *DeleteAccessPointRequest_FieldTerminalPath) Get(source *DeleteAccessPointRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteAccessPointRequest

func (*DeleteAccessPointRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteAccessPointRequest_FieldTerminalPath) GetRaw

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

func (*DeleteAccessPointRequest_FieldTerminalPath) GetSingle

func (fp *DeleteAccessPointRequest_FieldTerminalPath) GetSingle(source *DeleteAccessPointRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteAccessPointRequest

func (*DeleteAccessPointRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteAccessPointRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteAccessPointRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteAccessPointRequest_FieldTerminalPath) Selector

func (*DeleteAccessPointRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*DeleteAccessPointRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteAccessPointRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteAccessPointRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteAccessPointRequest_FieldTerminalPath) WithIValue

func (*DeleteAccessPointRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteAccessPointRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteAccessPointRequest_FieldTerminalPath) WithRawIValue

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

type DeleteAccessPointRequest_FieldTerminalPathArrayItemValue

type DeleteAccessPointRequest_FieldTerminalPathArrayItemValue struct {
	DeleteAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAccessPointRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteAccessPointRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteAccessPointRequest_FieldTerminalPathArrayOfValues

type DeleteAccessPointRequest_FieldTerminalPathArrayOfValues struct {
	DeleteAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAccessPointRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteAccessPointRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteAccessPointRequest_FieldTerminalPathValue

type DeleteAccessPointRequest_FieldTerminalPathValue struct {
	DeleteAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteAccessPointRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteAccessPointRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteAccessPointRequest_FieldTerminalPathValue' with the value under path in 'DeleteAccessPointRequest'.

func (*DeleteAccessPointRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*DeleteAccessPointRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteAccessPointRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteAccessPointRequest

func (*DeleteAccessPointRequest_FieldTerminalPathValue) SetToRaw

type GetAccessPointDescriptor added in v0.1.7

type GetAccessPointDescriptor struct{}

func GetGetAccessPointDescriptor added in v0.1.7

func GetGetAccessPointDescriptor() *GetAccessPointDescriptor

func (*GetAccessPointDescriptor) GetApiDescriptor added in v0.1.7

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

func (*GetAccessPointDescriptor) GetApiName added in v0.1.7

func (d *GetAccessPointDescriptor) GetApiName() string

func (*GetAccessPointDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*GetAccessPointDescriptor) GetFullMethodName added in v0.1.7

func (d *GetAccessPointDescriptor) GetFullMethodName() string

func (*GetAccessPointDescriptor) GetMethodName added in v0.1.7

func (d *GetAccessPointDescriptor) GetMethodName() string

func (*GetAccessPointDescriptor) GetProtoPkgName added in v0.1.7

func (d *GetAccessPointDescriptor) GetProtoPkgName() string

func (*GetAccessPointDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*GetAccessPointDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*GetAccessPointDescriptor) GetServiceDomain added in v0.1.7

func (d *GetAccessPointDescriptor) GetServiceDomain() string

func (*GetAccessPointDescriptor) GetServiceVersion added in v0.1.7

func (d *GetAccessPointDescriptor) GetServiceVersion() string

func (*GetAccessPointDescriptor) GetVerb added in v0.1.7

func (d *GetAccessPointDescriptor) GetVerb() string

func (*GetAccessPointDescriptor) HasResource added in v0.1.8

func (d *GetAccessPointDescriptor) HasResource() bool

func (*GetAccessPointDescriptor) IsClientStream added in v0.1.7

func (d *GetAccessPointDescriptor) IsClientStream() bool

func (*GetAccessPointDescriptor) IsCollection added in v0.1.8

func (d *GetAccessPointDescriptor) IsCollection() bool

func (*GetAccessPointDescriptor) IsPlural added in v0.1.8

func (d *GetAccessPointDescriptor) IsPlural() bool

func (*GetAccessPointDescriptor) IsServerStream added in v0.1.7

func (d *GetAccessPointDescriptor) IsServerStream() bool

func (*GetAccessPointDescriptor) IsUnary added in v0.1.7

func (d *GetAccessPointDescriptor) IsUnary() bool

func (*GetAccessPointDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*GetAccessPointDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*GetAccessPointDescriptor) RequestHasResourceBody added in v0.1.7

func (d *GetAccessPointDescriptor) RequestHasResourceBody() bool

type GetAccessPointDescriptorClientMsgHandle added in v0.1.7

type GetAccessPointDescriptorClientMsgHandle struct{}

func (*GetAccessPointDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*GetAccessPointDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*GetAccessPointDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type GetAccessPointDescriptorServerMsgHandle added in v0.1.7

type GetAccessPointDescriptorServerMsgHandle struct{}

func (*GetAccessPointDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*GetAccessPointDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*GetAccessPointDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type GetAccessPointRequest

type GetAccessPointRequest struct {

	// Reference of ntt.ztna.v1alpha.AccessPoint
	Name *access_point.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 *access_point.AccessPoint_FieldMask `` /* 143-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 [GetAccessPoint][ntt.ztna.v1alpha.GetAccessPoint]

func (*GetAccessPointRequest) Clone

func (*GetAccessPointRequest) CloneRaw

func (*GetAccessPointRequest) Descriptor

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

Deprecated, Use GetAccessPointRequest.ProtoReflect.Descriptor instead.

func (*GetAccessPointRequest) GetFieldMask

func (*GetAccessPointRequest) GetName

func (*GetAccessPointRequest) GetView

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

func (*GetAccessPointRequest) GotenMessage

func (*GetAccessPointRequest) GotenMessage()

func (*GetAccessPointRequest) GotenObjectExt

func (o *GetAccessPointRequest) GotenObjectExt()

func (*GetAccessPointRequest) GotenValidate

func (obj *GetAccessPointRequest) GotenValidate() error

func (*GetAccessPointRequest) MakeDiffFieldMask

func (*GetAccessPointRequest) MakeFullFieldMask

func (*GetAccessPointRequest) MakeRawDiffFieldMask

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

func (*GetAccessPointRequest) MakeRawFullFieldMask

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

func (*GetAccessPointRequest) Marshal

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

func (*GetAccessPointRequest) MarshalJSON

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

func (*GetAccessPointRequest) Merge

func (o *GetAccessPointRequest) Merge(source *GetAccessPointRequest)

func (*GetAccessPointRequest) MergeRaw

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

func (*GetAccessPointRequest) ProtoMessage

func (*GetAccessPointRequest) ProtoMessage()

func (*GetAccessPointRequest) ProtoReflect

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

func (*GetAccessPointRequest) Reset

func (m *GetAccessPointRequest) Reset()

func (*GetAccessPointRequest) SetFieldMask

func (*GetAccessPointRequest) SetName

func (*GetAccessPointRequest) SetView

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

func (*GetAccessPointRequest) String

func (m *GetAccessPointRequest) String() string

func (*GetAccessPointRequest) Unmarshal

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

func (*GetAccessPointRequest) UnmarshalJSON

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

type GetAccessPointRequestFieldPathBuilder

type GetAccessPointRequestFieldPathBuilder struct{}

func NewGetAccessPointRequestFieldPathBuilder

func NewGetAccessPointRequestFieldPathBuilder() GetAccessPointRequestFieldPathBuilder

func (GetAccessPointRequestFieldPathBuilder) FieldMask

func (GetAccessPointRequestFieldPathBuilder) Name

func (GetAccessPointRequestFieldPathBuilder) View

type GetAccessPointRequestPathSelectorFieldMask

type GetAccessPointRequestPathSelectorFieldMask struct{}

func (GetAccessPointRequestPathSelectorFieldMask) FieldPath

type GetAccessPointRequestPathSelectorName

type GetAccessPointRequestPathSelectorName struct{}

func (GetAccessPointRequestPathSelectorName) FieldPath

func (GetAccessPointRequestPathSelectorName) WithArrayOfValues

func (GetAccessPointRequestPathSelectorName) WithValue

type GetAccessPointRequestPathSelectorView

type GetAccessPointRequestPathSelectorView struct{}

func (GetAccessPointRequestPathSelectorView) FieldPath

func (GetAccessPointRequestPathSelectorView) WithArrayOfValues

func (GetAccessPointRequestPathSelectorView) WithValue

type GetAccessPointRequest_FieldMask

type GetAccessPointRequest_FieldMask struct {
	Paths []GetAccessPointRequest_FieldPath
}

func FullGetAccessPointRequest_FieldMask

func FullGetAccessPointRequest_FieldMask() *GetAccessPointRequest_FieldMask

func (*GetAccessPointRequest_FieldMask) AppendPath

func (*GetAccessPointRequest_FieldMask) AppendRawPath

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

func (*GetAccessPointRequest_FieldMask) DecodeFirestore

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

func (*GetAccessPointRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetAccessPointRequest_FieldMask) FilterInputFields

func (fieldMask *GetAccessPointRequest_FieldMask) FilterInputFields() *GetAccessPointRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetAccessPointRequest_FieldMask) FromProtoFieldMask

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

func (*GetAccessPointRequest_FieldMask) GetPaths

func (*GetAccessPointRequest_FieldMask) GetRawPaths

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

func (*GetAccessPointRequest_FieldMask) IsFull

func (fieldMask *GetAccessPointRequest_FieldMask) IsFull() bool

func (GetAccessPointRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetAccessPointRequest_FieldMask) MarshalJSON

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

func (*GetAccessPointRequest_FieldMask) PathsCount

func (fieldMask *GetAccessPointRequest_FieldMask) PathsCount() int

func (*GetAccessPointRequest_FieldMask) Project

func (*GetAccessPointRequest_FieldMask) ProjectRaw

func (*GetAccessPointRequest_FieldMask) ProtoMessage

func (fieldMask *GetAccessPointRequest_FieldMask) ProtoMessage()

func (*GetAccessPointRequest_FieldMask) ProtoReflect

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

func (*GetAccessPointRequest_FieldMask) Reset

func (fieldMask *GetAccessPointRequest_FieldMask) Reset()

func (*GetAccessPointRequest_FieldMask) Set

func (fieldMask *GetAccessPointRequest_FieldMask) Set(target, source *GetAccessPointRequest)

func (*GetAccessPointRequest_FieldMask) SetFromCliFlag

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

func (*GetAccessPointRequest_FieldMask) SetRaw

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

func (*GetAccessPointRequest_FieldMask) Size

func (fieldMask *GetAccessPointRequest_FieldMask) Size() int

func (*GetAccessPointRequest_FieldMask) String

func (fieldMask *GetAccessPointRequest_FieldMask) String() string

func (*GetAccessPointRequest_FieldMask) Subtract

func (*GetAccessPointRequest_FieldMask) SubtractRaw

func (*GetAccessPointRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetAccessPointRequest_FieldMask) Unmarshal

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

func (*GetAccessPointRequest_FieldMask) UnmarshalJSON

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

type GetAccessPointRequest_FieldPath

type GetAccessPointRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetAccessPointRequest_FieldPathSelector
	Get(source *GetAccessPointRequest) []interface{}
	GetSingle(source *GetAccessPointRequest) (interface{}, bool)
	ClearValue(item *GetAccessPointRequest)

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

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

func MustParseGetAccessPointRequest_FieldPath

func MustParseGetAccessPointRequest_FieldPath(rawField string) GetAccessPointRequest_FieldPath

func ParseGetAccessPointRequest_FieldPath

func ParseGetAccessPointRequest_FieldPath(rawField string) (GetAccessPointRequest_FieldPath, error)

type GetAccessPointRequest_FieldPathArrayItemValue

type GetAccessPointRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetAccessPointRequest_FieldPath
	ContainsValue(*GetAccessPointRequest) bool
}

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

func MustParseGetAccessPointRequest_FieldPathArrayItemValue

func MustParseGetAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetAccessPointRequest_FieldPathArrayItemValue

func ParseGetAccessPointRequest_FieldPathArrayItemValue

func ParseGetAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetAccessPointRequest_FieldPathArrayItemValue, error)

ParseGetAccessPointRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetAccessPointRequest_FieldPathArrayOfValues

type GetAccessPointRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetAccessPointRequest_FieldPath
}

GetAccessPointRequest_FieldPathArrayOfValues allows storing slice of values for GetAccessPointRequest fields according to their type

func MustParseGetAccessPointRequest_FieldPathArrayOfValues

func MustParseGetAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetAccessPointRequest_FieldPathArrayOfValues

func ParseGetAccessPointRequest_FieldPathArrayOfValues

func ParseGetAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetAccessPointRequest_FieldPathArrayOfValues, error)

type GetAccessPointRequest_FieldPathSelector

type GetAccessPointRequest_FieldPathSelector int32
const (
	GetAccessPointRequest_FieldPathSelectorName      GetAccessPointRequest_FieldPathSelector = 0
	GetAccessPointRequest_FieldPathSelectorFieldMask GetAccessPointRequest_FieldPathSelector = 1
	GetAccessPointRequest_FieldPathSelectorView      GetAccessPointRequest_FieldPathSelector = 2
)

func (GetAccessPointRequest_FieldPathSelector) String

type GetAccessPointRequest_FieldPathValue

type GetAccessPointRequest_FieldPathValue interface {
	GetAccessPointRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetAccessPointRequest)
	CompareWith(*GetAccessPointRequest) (cmp int, comparable bool)
}

GetAccessPointRequest_FieldPathValue allows storing values for GetAccessPointRequest fields according to their type

func MustParseGetAccessPointRequest_FieldPathValue

func MustParseGetAccessPointRequest_FieldPathValue(pathStr, valueStr string) GetAccessPointRequest_FieldPathValue

func ParseGetAccessPointRequest_FieldPathValue

func ParseGetAccessPointRequest_FieldPathValue(pathStr, valueStr string) (GetAccessPointRequest_FieldPathValue, error)

type GetAccessPointRequest_FieldTerminalPath

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

func (*GetAccessPointRequest_FieldTerminalPath) ClearValue

func (*GetAccessPointRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetAccessPointRequest_FieldTerminalPath) Get

func (fp *GetAccessPointRequest_FieldTerminalPath) Get(source *GetAccessPointRequest) (values []interface{})

Get returns all values pointed by specific field from source GetAccessPointRequest

func (*GetAccessPointRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetAccessPointRequest_FieldTerminalPath) GetRaw

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

func (*GetAccessPointRequest_FieldTerminalPath) GetSingle

func (fp *GetAccessPointRequest_FieldTerminalPath) GetSingle(source *GetAccessPointRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetAccessPointRequest

func (*GetAccessPointRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetAccessPointRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetAccessPointRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetAccessPointRequest_FieldTerminalPath) Selector

func (*GetAccessPointRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*GetAccessPointRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetAccessPointRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetAccessPointRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetAccessPointRequest_FieldTerminalPath) WithIValue

func (*GetAccessPointRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetAccessPointRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetAccessPointRequest_FieldTerminalPath) WithRawIValue

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

type GetAccessPointRequest_FieldTerminalPathArrayItemValue

type GetAccessPointRequest_FieldTerminalPathArrayItemValue struct {
	GetAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAccessPointRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetAccessPointRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetAccessPointRequest) (interface{}, bool)

func (*GetAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetAccessPointRequest_FieldTerminalPathArrayOfValues

type GetAccessPointRequest_FieldTerminalPathArrayOfValues struct {
	GetAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAccessPointRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetAccessPointRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetAccessPointRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetAccessPointRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetAccessPointRequest_FieldTerminalPathValue

type GetAccessPointRequest_FieldTerminalPathValue struct {
	GetAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetAccessPointRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetAccessPointRequest_FieldTerminalPathValue) AsNameValue

func (*GetAccessPointRequest_FieldTerminalPathValue) AsViewValue

func (*GetAccessPointRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetAccessPointRequest_FieldTerminalPathValue' with the value under path in 'GetAccessPointRequest'.

func (*GetAccessPointRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetAccessPointRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetAccessPointRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetAccessPointRequest

func (*GetAccessPointRequest_FieldTerminalPathValue) SetToRaw

type ListAccessPointsDescriptor added in v0.1.7

type ListAccessPointsDescriptor struct{}

func GetListAccessPointsDescriptor added in v0.1.7

func GetListAccessPointsDescriptor() *ListAccessPointsDescriptor

func (*ListAccessPointsDescriptor) GetApiDescriptor added in v0.1.7

func (*ListAccessPointsDescriptor) GetApiName added in v0.1.7

func (d *ListAccessPointsDescriptor) GetApiName() string

func (*ListAccessPointsDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*ListAccessPointsDescriptor) GetFullMethodName added in v0.1.7

func (d *ListAccessPointsDescriptor) GetFullMethodName() string

func (*ListAccessPointsDescriptor) GetMethodName added in v0.1.7

func (d *ListAccessPointsDescriptor) GetMethodName() string

func (*ListAccessPointsDescriptor) GetProtoPkgName added in v0.1.7

func (d *ListAccessPointsDescriptor) GetProtoPkgName() string

func (*ListAccessPointsDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*ListAccessPointsDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*ListAccessPointsDescriptor) GetServiceDomain added in v0.1.7

func (d *ListAccessPointsDescriptor) GetServiceDomain() string

func (*ListAccessPointsDescriptor) GetServiceVersion added in v0.1.7

func (d *ListAccessPointsDescriptor) GetServiceVersion() string

func (*ListAccessPointsDescriptor) GetVerb added in v0.1.7

func (d *ListAccessPointsDescriptor) GetVerb() string

func (*ListAccessPointsDescriptor) HasResource added in v0.1.8

func (d *ListAccessPointsDescriptor) HasResource() bool

func (*ListAccessPointsDescriptor) IsClientStream added in v0.1.7

func (d *ListAccessPointsDescriptor) IsClientStream() bool

func (*ListAccessPointsDescriptor) IsCollection added in v0.1.8

func (d *ListAccessPointsDescriptor) IsCollection() bool

func (*ListAccessPointsDescriptor) IsPlural added in v0.1.8

func (d *ListAccessPointsDescriptor) IsPlural() bool

func (*ListAccessPointsDescriptor) IsServerStream added in v0.1.7

func (d *ListAccessPointsDescriptor) IsServerStream() bool

func (*ListAccessPointsDescriptor) IsUnary added in v0.1.7

func (d *ListAccessPointsDescriptor) IsUnary() bool

func (*ListAccessPointsDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*ListAccessPointsDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*ListAccessPointsDescriptor) RequestHasResourceBody added in v0.1.7

func (d *ListAccessPointsDescriptor) RequestHasResourceBody() bool

type ListAccessPointsDescriptorClientMsgHandle added in v0.1.7

type ListAccessPointsDescriptorClientMsgHandle struct{}

func (*ListAccessPointsDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*ListAccessPointsDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*ListAccessPointsDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type ListAccessPointsDescriptorServerMsgHandle added in v0.1.7

type ListAccessPointsDescriptorServerMsgHandle struct{}

func (*ListAccessPointsDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*ListAccessPointsDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*ListAccessPointsDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type ListAccessPointsRequest

type ListAccessPointsRequest struct {

	// Parent name of ntt.ztna.v1alpha.AccessPoint
	Parent *access_point.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AccessPoints 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
	// [ListAccessPointsResponse.next_page_token][ntt.ztna.v1alpha.ListAccessPointsResponse.next_page_token]
	PageToken *access_point.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 *access_point.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 *access_point.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 *access_point.AccessPoint_FieldMask `` /* 143-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 [ListAccessPoints][ntt.ztna.v1alpha.ListAccessPoints]

func (*ListAccessPointsRequest) Clone

func (*ListAccessPointsRequest) CloneRaw

func (*ListAccessPointsRequest) Descriptor

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

Deprecated, Use ListAccessPointsRequest.ProtoReflect.Descriptor instead.

func (*ListAccessPointsRequest) GetFieldMask

func (*ListAccessPointsRequest) GetFilter

func (*ListAccessPointsRequest) GetOrderBy

func (m *ListAccessPointsRequest) GetOrderBy() *access_point.OrderBy

func (*ListAccessPointsRequest) GetPageSize

func (m *ListAccessPointsRequest) GetPageSize() int32

func (*ListAccessPointsRequest) GetPageToken

func (*ListAccessPointsRequest) GetParent

func (*ListAccessPointsRequest) GetView

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

func (*ListAccessPointsRequest) GotenMessage

func (*ListAccessPointsRequest) GotenMessage()

func (*ListAccessPointsRequest) GotenObjectExt

func (o *ListAccessPointsRequest) GotenObjectExt()

func (*ListAccessPointsRequest) GotenValidate

func (obj *ListAccessPointsRequest) GotenValidate() error

func (*ListAccessPointsRequest) MakeDiffFieldMask

func (*ListAccessPointsRequest) MakeFullFieldMask

func (*ListAccessPointsRequest) MakeRawDiffFieldMask

func (*ListAccessPointsRequest) MakeRawFullFieldMask

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

func (*ListAccessPointsRequest) Marshal

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

func (*ListAccessPointsRequest) MarshalJSON

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

func (*ListAccessPointsRequest) Merge

func (*ListAccessPointsRequest) MergeRaw

func (*ListAccessPointsRequest) ProtoMessage

func (*ListAccessPointsRequest) ProtoMessage()

func (*ListAccessPointsRequest) ProtoReflect

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

func (*ListAccessPointsRequest) Reset

func (m *ListAccessPointsRequest) Reset()

func (*ListAccessPointsRequest) SetFieldMask

func (*ListAccessPointsRequest) SetFilter

func (m *ListAccessPointsRequest) SetFilter(fv *access_point.Filter)

func (*ListAccessPointsRequest) SetOrderBy

func (m *ListAccessPointsRequest) SetOrderBy(fv *access_point.OrderBy)

func (*ListAccessPointsRequest) SetPageSize

func (m *ListAccessPointsRequest) SetPageSize(fv int32)

func (*ListAccessPointsRequest) SetPageToken

func (m *ListAccessPointsRequest) SetPageToken(fv *access_point.PagerCursor)

func (*ListAccessPointsRequest) SetParent

func (*ListAccessPointsRequest) SetView

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

func (*ListAccessPointsRequest) String

func (m *ListAccessPointsRequest) String() string

func (*ListAccessPointsRequest) Unmarshal

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

func (*ListAccessPointsRequest) UnmarshalJSON

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

type ListAccessPointsRequestFieldPathBuilder

type ListAccessPointsRequestFieldPathBuilder struct{}

func NewListAccessPointsRequestFieldPathBuilder

func NewListAccessPointsRequestFieldPathBuilder() ListAccessPointsRequestFieldPathBuilder

func (ListAccessPointsRequestFieldPathBuilder) FieldMask

func (ListAccessPointsRequestFieldPathBuilder) Filter

func (ListAccessPointsRequestFieldPathBuilder) OrderBy

func (ListAccessPointsRequestFieldPathBuilder) PageSize

func (ListAccessPointsRequestFieldPathBuilder) PageToken

func (ListAccessPointsRequestFieldPathBuilder) Parent

func (ListAccessPointsRequestFieldPathBuilder) View

type ListAccessPointsRequestPathSelectorFieldMask

type ListAccessPointsRequestPathSelectorFieldMask struct{}

func (ListAccessPointsRequestPathSelectorFieldMask) FieldPath

type ListAccessPointsRequestPathSelectorFilter

type ListAccessPointsRequestPathSelectorFilter struct{}

func (ListAccessPointsRequestPathSelectorFilter) FieldPath

func (ListAccessPointsRequestPathSelectorFilter) WithArrayOfValues

func (ListAccessPointsRequestPathSelectorFilter) WithValue

type ListAccessPointsRequestPathSelectorOrderBy

type ListAccessPointsRequestPathSelectorOrderBy struct{}

func (ListAccessPointsRequestPathSelectorOrderBy) FieldPath

func (ListAccessPointsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListAccessPointsRequestPathSelectorOrderBy) WithValue

type ListAccessPointsRequestPathSelectorPageSize

type ListAccessPointsRequestPathSelectorPageSize struct{}

func (ListAccessPointsRequestPathSelectorPageSize) FieldPath

func (ListAccessPointsRequestPathSelectorPageSize) WithArrayOfValues

func (ListAccessPointsRequestPathSelectorPageSize) WithValue

type ListAccessPointsRequestPathSelectorPageToken

type ListAccessPointsRequestPathSelectorPageToken struct{}

func (ListAccessPointsRequestPathSelectorPageToken) FieldPath

func (ListAccessPointsRequestPathSelectorPageToken) WithArrayOfValues

func (ListAccessPointsRequestPathSelectorPageToken) WithValue

type ListAccessPointsRequestPathSelectorParent

type ListAccessPointsRequestPathSelectorParent struct{}

func (ListAccessPointsRequestPathSelectorParent) FieldPath

func (ListAccessPointsRequestPathSelectorParent) WithArrayOfValues

func (ListAccessPointsRequestPathSelectorParent) WithValue

type ListAccessPointsRequestPathSelectorView

type ListAccessPointsRequestPathSelectorView struct{}

func (ListAccessPointsRequestPathSelectorView) FieldPath

func (ListAccessPointsRequestPathSelectorView) WithArrayOfValues

func (ListAccessPointsRequestPathSelectorView) WithValue

type ListAccessPointsRequest_FieldMask

type ListAccessPointsRequest_FieldMask struct {
	Paths []ListAccessPointsRequest_FieldPath
}

func FullListAccessPointsRequest_FieldMask

func FullListAccessPointsRequest_FieldMask() *ListAccessPointsRequest_FieldMask

func (*ListAccessPointsRequest_FieldMask) AppendPath

func (*ListAccessPointsRequest_FieldMask) AppendRawPath

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

func (*ListAccessPointsRequest_FieldMask) DecodeFirestore

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

func (*ListAccessPointsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAccessPointsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAccessPointsRequest_FieldMask) FromProtoFieldMask

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

func (*ListAccessPointsRequest_FieldMask) GetPaths

func (*ListAccessPointsRequest_FieldMask) GetRawPaths

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

func (*ListAccessPointsRequest_FieldMask) IsFull

func (fieldMask *ListAccessPointsRequest_FieldMask) IsFull() bool

func (ListAccessPointsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListAccessPointsRequest_FieldMask) MarshalJSON

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

func (*ListAccessPointsRequest_FieldMask) PathsCount

func (fieldMask *ListAccessPointsRequest_FieldMask) PathsCount() int

func (*ListAccessPointsRequest_FieldMask) Project

func (*ListAccessPointsRequest_FieldMask) ProjectRaw

func (*ListAccessPointsRequest_FieldMask) ProtoMessage

func (fieldMask *ListAccessPointsRequest_FieldMask) ProtoMessage()

func (*ListAccessPointsRequest_FieldMask) ProtoReflect

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

func (*ListAccessPointsRequest_FieldMask) Reset

func (fieldMask *ListAccessPointsRequest_FieldMask) Reset()

func (*ListAccessPointsRequest_FieldMask) Set

func (fieldMask *ListAccessPointsRequest_FieldMask) Set(target, source *ListAccessPointsRequest)

func (*ListAccessPointsRequest_FieldMask) SetFromCliFlag

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

func (*ListAccessPointsRequest_FieldMask) SetRaw

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

func (*ListAccessPointsRequest_FieldMask) Size

func (fieldMask *ListAccessPointsRequest_FieldMask) Size() int

func (*ListAccessPointsRequest_FieldMask) String

func (fieldMask *ListAccessPointsRequest_FieldMask) String() string

func (*ListAccessPointsRequest_FieldMask) Subtract

func (*ListAccessPointsRequest_FieldMask) SubtractRaw

func (*ListAccessPointsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAccessPointsRequest_FieldMask) Unmarshal

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

func (*ListAccessPointsRequest_FieldMask) UnmarshalJSON

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

type ListAccessPointsRequest_FieldPath

type ListAccessPointsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAccessPointsRequest_FieldPathSelector
	Get(source *ListAccessPointsRequest) []interface{}
	GetSingle(source *ListAccessPointsRequest) (interface{}, bool)
	ClearValue(item *ListAccessPointsRequest)

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

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

func MustParseListAccessPointsRequest_FieldPath

func MustParseListAccessPointsRequest_FieldPath(rawField string) ListAccessPointsRequest_FieldPath

func ParseListAccessPointsRequest_FieldPath

func ParseListAccessPointsRequest_FieldPath(rawField string) (ListAccessPointsRequest_FieldPath, error)

type ListAccessPointsRequest_FieldPathArrayItemValue

type ListAccessPointsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAccessPointsRequest_FieldPath
	ContainsValue(*ListAccessPointsRequest) bool
}

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

func MustParseListAccessPointsRequest_FieldPathArrayItemValue

func MustParseListAccessPointsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListAccessPointsRequest_FieldPathArrayItemValue

func ParseListAccessPointsRequest_FieldPathArrayItemValue

func ParseListAccessPointsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListAccessPointsRequest_FieldPathArrayItemValue, error)

ParseListAccessPointsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAccessPointsRequest_FieldPathArrayOfValues

type ListAccessPointsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAccessPointsRequest_FieldPath
}

ListAccessPointsRequest_FieldPathArrayOfValues allows storing slice of values for ListAccessPointsRequest fields according to their type

func MustParseListAccessPointsRequest_FieldPathArrayOfValues

func MustParseListAccessPointsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListAccessPointsRequest_FieldPathArrayOfValues

func ParseListAccessPointsRequest_FieldPathArrayOfValues

func ParseListAccessPointsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAccessPointsRequest_FieldPathArrayOfValues, error)

type ListAccessPointsRequest_FieldPathSelector

type ListAccessPointsRequest_FieldPathSelector int32
const (
	ListAccessPointsRequest_FieldPathSelectorParent    ListAccessPointsRequest_FieldPathSelector = 0
	ListAccessPointsRequest_FieldPathSelectorPageSize  ListAccessPointsRequest_FieldPathSelector = 1
	ListAccessPointsRequest_FieldPathSelectorPageToken ListAccessPointsRequest_FieldPathSelector = 2
	ListAccessPointsRequest_FieldPathSelectorOrderBy   ListAccessPointsRequest_FieldPathSelector = 3
	ListAccessPointsRequest_FieldPathSelectorFilter    ListAccessPointsRequest_FieldPathSelector = 4
	ListAccessPointsRequest_FieldPathSelectorFieldMask ListAccessPointsRequest_FieldPathSelector = 5
	ListAccessPointsRequest_FieldPathSelectorView      ListAccessPointsRequest_FieldPathSelector = 6
)

func (ListAccessPointsRequest_FieldPathSelector) String

type ListAccessPointsRequest_FieldPathValue

type ListAccessPointsRequest_FieldPathValue interface {
	ListAccessPointsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAccessPointsRequest)
	CompareWith(*ListAccessPointsRequest) (cmp int, comparable bool)
}

ListAccessPointsRequest_FieldPathValue allows storing values for ListAccessPointsRequest fields according to their type

func MustParseListAccessPointsRequest_FieldPathValue

func MustParseListAccessPointsRequest_FieldPathValue(pathStr, valueStr string) ListAccessPointsRequest_FieldPathValue

func ParseListAccessPointsRequest_FieldPathValue

func ParseListAccessPointsRequest_FieldPathValue(pathStr, valueStr string) (ListAccessPointsRequest_FieldPathValue, error)

type ListAccessPointsRequest_FieldTerminalPath

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

func (*ListAccessPointsRequest_FieldTerminalPath) ClearValue

func (*ListAccessPointsRequest_FieldTerminalPath) ClearValueRaw

func (*ListAccessPointsRequest_FieldTerminalPath) Get

func (fp *ListAccessPointsRequest_FieldTerminalPath) Get(source *ListAccessPointsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListAccessPointsRequest

func (*ListAccessPointsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAccessPointsRequest_FieldTerminalPath) GetRaw

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

func (*ListAccessPointsRequest_FieldTerminalPath) GetSingle

func (fp *ListAccessPointsRequest_FieldTerminalPath) GetSingle(source *ListAccessPointsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListAccessPointsRequest

func (*ListAccessPointsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListAccessPointsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAccessPointsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAccessPointsRequest_FieldTerminalPath) Selector

func (*ListAccessPointsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*ListAccessPointsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAccessPointsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListAccessPointsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListAccessPointsRequest_FieldTerminalPath) WithIValue

func (*ListAccessPointsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAccessPointsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAccessPointsRequest_FieldTerminalPath) WithRawIValue

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

type ListAccessPointsRequest_FieldTerminalPathArrayItemValue

type ListAccessPointsRequest_FieldTerminalPathArrayItemValue struct {
	ListAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAccessPointsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAccessPointsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAccessPointsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAccessPointsRequest_FieldTerminalPathArrayOfValues

type ListAccessPointsRequest_FieldTerminalPathArrayOfValues struct {
	ListAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListAccessPointsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAccessPointsRequest_FieldTerminalPathValue

type ListAccessPointsRequest_FieldTerminalPathValue struct {
	ListAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListAccessPointsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListAccessPointsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListAccessPointsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*ListAccessPointsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListAccessPointsRequest_FieldTerminalPathValue) AsParentValue

func (*ListAccessPointsRequest_FieldTerminalPathValue) AsViewValue

func (*ListAccessPointsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAccessPointsRequest_FieldTerminalPathValue' with the value under path in 'ListAccessPointsRequest'.

func (*ListAccessPointsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListAccessPointsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAccessPointsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAccessPointsRequest

func (*ListAccessPointsRequest_FieldTerminalPathValue) SetToRaw

type ListAccessPointsResponse

type ListAccessPointsResponse struct {

	// The list of AccessPoints
	AccessPoints []*access_point.AccessPoint `protobuf:"bytes,1,rep,name=access_points,json=accessPoints,proto3" json:"access_points,omitempty" firestore:"accessPoints"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListAccessPointsRequest.page_token][ntt.ztna.v1alpha.ListAccessPointsRequest.page_token]
	PrevPageToken *access_point.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListAccessPointsRequest.page_token][ntt.ztna.v1alpha.ListAccessPointsRequest.page_token]
	NextPageToken *access_point.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListAccessPoints][ntt.ztna.v1alpha.ListAccessPoints]

func (*ListAccessPointsResponse) Clone

func (*ListAccessPointsResponse) CloneRaw

func (*ListAccessPointsResponse) Descriptor

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

Deprecated, Use ListAccessPointsResponse.ProtoReflect.Descriptor instead.

func (*ListAccessPointsResponse) GetAccessPoints

func (m *ListAccessPointsResponse) GetAccessPoints() []*access_point.AccessPoint

func (*ListAccessPointsResponse) GetNextPageToken

func (m *ListAccessPointsResponse) GetNextPageToken() *access_point.PagerCursor

func (*ListAccessPointsResponse) GetPrevPageToken

func (m *ListAccessPointsResponse) GetPrevPageToken() *access_point.PagerCursor

func (*ListAccessPointsResponse) GotenMessage

func (*ListAccessPointsResponse) GotenMessage()

func (*ListAccessPointsResponse) GotenObjectExt

func (o *ListAccessPointsResponse) GotenObjectExt()

func (*ListAccessPointsResponse) GotenValidate

func (obj *ListAccessPointsResponse) GotenValidate() error

func (*ListAccessPointsResponse) MakeDiffFieldMask

func (*ListAccessPointsResponse) MakeFullFieldMask

func (*ListAccessPointsResponse) MakeRawDiffFieldMask

func (*ListAccessPointsResponse) MakeRawFullFieldMask

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

func (*ListAccessPointsResponse) Marshal

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

func (*ListAccessPointsResponse) MarshalJSON

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

func (*ListAccessPointsResponse) Merge

func (*ListAccessPointsResponse) MergeRaw

func (*ListAccessPointsResponse) ProtoMessage

func (*ListAccessPointsResponse) ProtoMessage()

func (*ListAccessPointsResponse) ProtoReflect

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

func (*ListAccessPointsResponse) Reset

func (m *ListAccessPointsResponse) Reset()

func (*ListAccessPointsResponse) SetAccessPoints

func (m *ListAccessPointsResponse) SetAccessPoints(fv []*access_point.AccessPoint)

func (*ListAccessPointsResponse) SetNextPageToken

func (m *ListAccessPointsResponse) SetNextPageToken(fv *access_point.PagerCursor)

func (*ListAccessPointsResponse) SetPrevPageToken

func (m *ListAccessPointsResponse) SetPrevPageToken(fv *access_point.PagerCursor)

func (*ListAccessPointsResponse) String

func (m *ListAccessPointsResponse) String() string

func (*ListAccessPointsResponse) Unmarshal

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

func (*ListAccessPointsResponse) UnmarshalJSON

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

type ListAccessPointsResponseFieldPathBuilder

type ListAccessPointsResponseFieldPathBuilder struct{}

func NewListAccessPointsResponseFieldPathBuilder

func NewListAccessPointsResponseFieldPathBuilder() ListAccessPointsResponseFieldPathBuilder

func (ListAccessPointsResponseFieldPathBuilder) AccessPoints

func (ListAccessPointsResponseFieldPathBuilder) NextPageToken

func (ListAccessPointsResponseFieldPathBuilder) PrevPageToken

type ListAccessPointsResponsePathSelectorAccessPoints

type ListAccessPointsResponsePathSelectorAccessPoints struct{}

func (ListAccessPointsResponsePathSelectorAccessPoints) FieldPath

func (ListAccessPointsResponsePathSelectorAccessPoints) Name

func (ListAccessPointsResponsePathSelectorAccessPoints) WithArrayOfValues

func (ListAccessPointsResponsePathSelectorAccessPoints) WithItemValue

func (ListAccessPointsResponsePathSelectorAccessPoints) WithSubArrayItemValue

func (ListAccessPointsResponsePathSelectorAccessPoints) WithSubArrayOfValues

func (ListAccessPointsResponsePathSelectorAccessPoints) WithSubPath

func (ListAccessPointsResponsePathSelectorAccessPoints) WithSubValue

func (ListAccessPointsResponsePathSelectorAccessPoints) WithValue

type ListAccessPointsResponsePathSelectorAccessPointsName

type ListAccessPointsResponsePathSelectorAccessPointsName struct{}

func (ListAccessPointsResponsePathSelectorAccessPointsName) FieldPath

func (ListAccessPointsResponsePathSelectorAccessPointsName) WithArrayOfValues

func (ListAccessPointsResponsePathSelectorAccessPointsName) WithValue

type ListAccessPointsResponsePathSelectorNextPageToken

type ListAccessPointsResponsePathSelectorNextPageToken struct{}

func (ListAccessPointsResponsePathSelectorNextPageToken) FieldPath

func (ListAccessPointsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListAccessPointsResponsePathSelectorNextPageToken) WithValue

type ListAccessPointsResponsePathSelectorPrevPageToken

type ListAccessPointsResponsePathSelectorPrevPageToken struct{}

func (ListAccessPointsResponsePathSelectorPrevPageToken) FieldPath

func (ListAccessPointsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListAccessPointsResponsePathSelectorPrevPageToken) WithValue

type ListAccessPointsResponse_FieldMask

type ListAccessPointsResponse_FieldMask struct {
	Paths []ListAccessPointsResponse_FieldPath
}

func FullListAccessPointsResponse_FieldMask

func FullListAccessPointsResponse_FieldMask() *ListAccessPointsResponse_FieldMask

func (*ListAccessPointsResponse_FieldMask) AppendPath

func (*ListAccessPointsResponse_FieldMask) AppendRawPath

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

func (*ListAccessPointsResponse_FieldMask) DecodeFirestore

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

func (*ListAccessPointsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListAccessPointsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListAccessPointsResponse_FieldMask) FromProtoFieldMask

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

func (*ListAccessPointsResponse_FieldMask) GetPaths

func (*ListAccessPointsResponse_FieldMask) GetRawPaths

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

func (*ListAccessPointsResponse_FieldMask) IsFull

func (fieldMask *ListAccessPointsResponse_FieldMask) IsFull() bool

func (ListAccessPointsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListAccessPointsResponse_FieldMask) MarshalJSON

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

func (*ListAccessPointsResponse_FieldMask) PathsCount

func (fieldMask *ListAccessPointsResponse_FieldMask) PathsCount() int

func (*ListAccessPointsResponse_FieldMask) Project

func (*ListAccessPointsResponse_FieldMask) ProjectRaw

func (*ListAccessPointsResponse_FieldMask) ProtoMessage

func (fieldMask *ListAccessPointsResponse_FieldMask) ProtoMessage()

func (*ListAccessPointsResponse_FieldMask) ProtoReflect

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

func (*ListAccessPointsResponse_FieldMask) Reset

func (fieldMask *ListAccessPointsResponse_FieldMask) Reset()

func (*ListAccessPointsResponse_FieldMask) Set

func (fieldMask *ListAccessPointsResponse_FieldMask) Set(target, source *ListAccessPointsResponse)

func (*ListAccessPointsResponse_FieldMask) SetFromCliFlag

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

func (*ListAccessPointsResponse_FieldMask) SetRaw

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

func (*ListAccessPointsResponse_FieldMask) Size

func (fieldMask *ListAccessPointsResponse_FieldMask) Size() int

func (*ListAccessPointsResponse_FieldMask) String

func (fieldMask *ListAccessPointsResponse_FieldMask) String() string

func (*ListAccessPointsResponse_FieldMask) Subtract

func (*ListAccessPointsResponse_FieldMask) SubtractRaw

func (*ListAccessPointsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListAccessPointsResponse_FieldMask) Unmarshal

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

func (*ListAccessPointsResponse_FieldMask) UnmarshalJSON

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

type ListAccessPointsResponse_FieldPath

type ListAccessPointsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListAccessPointsResponse_FieldPathSelector
	Get(source *ListAccessPointsResponse) []interface{}
	GetSingle(source *ListAccessPointsResponse) (interface{}, bool)
	ClearValue(item *ListAccessPointsResponse)

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

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

func MustParseListAccessPointsResponse_FieldPath

func MustParseListAccessPointsResponse_FieldPath(rawField string) ListAccessPointsResponse_FieldPath

func ParseListAccessPointsResponse_FieldPath

func ParseListAccessPointsResponse_FieldPath(rawField string) (ListAccessPointsResponse_FieldPath, error)

type ListAccessPointsResponse_FieldPathArrayItemValue

type ListAccessPointsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListAccessPointsResponse_FieldPath
	ContainsValue(*ListAccessPointsResponse) bool
}

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

func MustParseListAccessPointsResponse_FieldPathArrayItemValue

func MustParseListAccessPointsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListAccessPointsResponse_FieldPathArrayItemValue

func ParseListAccessPointsResponse_FieldPathArrayItemValue

func ParseListAccessPointsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListAccessPointsResponse_FieldPathArrayItemValue, error)

ParseListAccessPointsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListAccessPointsResponse_FieldPathArrayOfValues

type ListAccessPointsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListAccessPointsResponse_FieldPath
}

ListAccessPointsResponse_FieldPathArrayOfValues allows storing slice of values for ListAccessPointsResponse fields according to their type

func MustParseListAccessPointsResponse_FieldPathArrayOfValues

func MustParseListAccessPointsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListAccessPointsResponse_FieldPathArrayOfValues

func ParseListAccessPointsResponse_FieldPathArrayOfValues

func ParseListAccessPointsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListAccessPointsResponse_FieldPathArrayOfValues, error)

type ListAccessPointsResponse_FieldPathSelector

type ListAccessPointsResponse_FieldPathSelector int32
const (
	ListAccessPointsResponse_FieldPathSelectorAccessPoints  ListAccessPointsResponse_FieldPathSelector = 0
	ListAccessPointsResponse_FieldPathSelectorPrevPageToken ListAccessPointsResponse_FieldPathSelector = 1
	ListAccessPointsResponse_FieldPathSelectorNextPageToken ListAccessPointsResponse_FieldPathSelector = 2
)

func (ListAccessPointsResponse_FieldPathSelector) String

type ListAccessPointsResponse_FieldPathValue

type ListAccessPointsResponse_FieldPathValue interface {
	ListAccessPointsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListAccessPointsResponse)
	CompareWith(*ListAccessPointsResponse) (cmp int, comparable bool)
}

ListAccessPointsResponse_FieldPathValue allows storing values for ListAccessPointsResponse fields according to their type

func MustParseListAccessPointsResponse_FieldPathValue

func MustParseListAccessPointsResponse_FieldPathValue(pathStr, valueStr string) ListAccessPointsResponse_FieldPathValue

func ParseListAccessPointsResponse_FieldPathValue

func ParseListAccessPointsResponse_FieldPathValue(pathStr, valueStr string) (ListAccessPointsResponse_FieldPathValue, error)

type ListAccessPointsResponse_FieldSubPath

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

func (*ListAccessPointsResponse_FieldSubPath) AsAccessPointsSubPath

func (*ListAccessPointsResponse_FieldSubPath) ClearValue

func (*ListAccessPointsResponse_FieldSubPath) ClearValueRaw

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

func (*ListAccessPointsResponse_FieldSubPath) Get

func (fps *ListAccessPointsResponse_FieldSubPath) Get(source *ListAccessPointsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListAccessPointsResponse

func (*ListAccessPointsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAccessPointsResponse_FieldSubPath) GetRaw

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

func (*ListAccessPointsResponse_FieldSubPath) GetSingle

func (fps *ListAccessPointsResponse_FieldSubPath) GetSingle(source *ListAccessPointsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListAccessPointsResponse

func (*ListAccessPointsResponse_FieldSubPath) GetSingleRaw

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

func (*ListAccessPointsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAccessPointsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAccessPointsResponse_FieldSubPath) Selector

func (*ListAccessPointsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*ListAccessPointsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListAccessPointsResponse_FieldSubPath) WithIArrayItemValue

func (*ListAccessPointsResponse_FieldSubPath) WithIArrayOfValues

func (*ListAccessPointsResponse_FieldSubPath) WithIValue

func (*ListAccessPointsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListAccessPointsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListAccessPointsResponse_FieldSubPath) WithRawIValue

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

type ListAccessPointsResponse_FieldSubPathArrayItemValue

type ListAccessPointsResponse_FieldSubPathArrayItemValue struct {
	ListAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsResponse_FieldSubPathArrayItemValue) AsAccessPointsPathItemValue

func (*ListAccessPointsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListAccessPointsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListAccessPointsResponse_FieldSubPathArrayOfValues

type ListAccessPointsResponse_FieldSubPathArrayOfValues struct {
	ListAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsResponse_FieldSubPathArrayOfValues) AsAccessPointsPathArrayOfValues

func (*ListAccessPointsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListAccessPointsResponse_FieldSubPathValue

type ListAccessPointsResponse_FieldSubPathValue struct {
	ListAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsResponse_FieldSubPathValue) AsAccessPointsPathValue

func (*ListAccessPointsResponse_FieldSubPathValue) CompareWith

func (*ListAccessPointsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListAccessPointsResponse_FieldSubPathValue) GetRawValue

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

func (*ListAccessPointsResponse_FieldSubPathValue) SetTo

func (*ListAccessPointsResponse_FieldSubPathValue) SetToRaw

type ListAccessPointsResponse_FieldTerminalPath

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

func (*ListAccessPointsResponse_FieldTerminalPath) ClearValue

func (*ListAccessPointsResponse_FieldTerminalPath) ClearValueRaw

func (*ListAccessPointsResponse_FieldTerminalPath) Get

func (fp *ListAccessPointsResponse_FieldTerminalPath) Get(source *ListAccessPointsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListAccessPointsResponse

func (*ListAccessPointsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListAccessPointsResponse_FieldTerminalPath) GetRaw

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

func (*ListAccessPointsResponse_FieldTerminalPath) GetSingle

func (fp *ListAccessPointsResponse_FieldTerminalPath) GetSingle(source *ListAccessPointsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListAccessPointsResponse

func (*ListAccessPointsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListAccessPointsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListAccessPointsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListAccessPointsResponse_FieldTerminalPath) Selector

func (*ListAccessPointsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*ListAccessPointsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListAccessPointsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListAccessPointsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListAccessPointsResponse_FieldTerminalPath) WithIValue

func (*ListAccessPointsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListAccessPointsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListAccessPointsResponse_FieldTerminalPath) WithRawIValue

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

type ListAccessPointsResponse_FieldTerminalPathArrayItemValue

type ListAccessPointsResponse_FieldTerminalPathArrayItemValue struct {
	ListAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsResponse_FieldTerminalPathArrayItemValue) AsAccessPointsItemValue

func (*ListAccessPointsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListAccessPointsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListAccessPointsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListAccessPointsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListAccessPointsResponse_FieldTerminalPathArrayOfValues

type ListAccessPointsResponse_FieldTerminalPathArrayOfValues struct {
	ListAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsResponse_FieldTerminalPathArrayOfValues) AsAccessPointsArrayOfValues

func (fpaov *ListAccessPointsResponse_FieldTerminalPathArrayOfValues) AsAccessPointsArrayOfValues() ([][]*access_point.AccessPoint, bool)

func (*ListAccessPointsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListAccessPointsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*access_point.PagerCursor, bool)

func (*ListAccessPointsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListAccessPointsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*access_point.PagerCursor, bool)

func (*ListAccessPointsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListAccessPointsResponse_FieldTerminalPathValue

type ListAccessPointsResponse_FieldTerminalPathValue struct {
	ListAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListAccessPointsResponse_FieldTerminalPathValue) AsAccessPointsValue

func (*ListAccessPointsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListAccessPointsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListAccessPointsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListAccessPointsResponse_FieldTerminalPathValue' with the value under path in 'ListAccessPointsResponse'.

func (*ListAccessPointsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ListAccessPointsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListAccessPointsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListAccessPointsResponse

func (*ListAccessPointsResponse_FieldTerminalPathValue) SetToRaw

type UpdateAccessPointDescriptor added in v0.1.7

type UpdateAccessPointDescriptor struct{}

func GetUpdateAccessPointDescriptor added in v0.1.7

func GetUpdateAccessPointDescriptor() *UpdateAccessPointDescriptor

func (*UpdateAccessPointDescriptor) GetApiDescriptor added in v0.1.7

func (*UpdateAccessPointDescriptor) GetApiName added in v0.1.7

func (d *UpdateAccessPointDescriptor) GetApiName() string

func (*UpdateAccessPointDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*UpdateAccessPointDescriptor) GetFullMethodName added in v0.1.7

func (d *UpdateAccessPointDescriptor) GetFullMethodName() string

func (*UpdateAccessPointDescriptor) GetMethodName added in v0.1.7

func (d *UpdateAccessPointDescriptor) GetMethodName() string

func (*UpdateAccessPointDescriptor) GetProtoPkgName added in v0.1.7

func (d *UpdateAccessPointDescriptor) GetProtoPkgName() string

func (*UpdateAccessPointDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*UpdateAccessPointDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*UpdateAccessPointDescriptor) GetServiceDomain added in v0.1.7

func (d *UpdateAccessPointDescriptor) GetServiceDomain() string

func (*UpdateAccessPointDescriptor) GetServiceVersion added in v0.1.7

func (d *UpdateAccessPointDescriptor) GetServiceVersion() string

func (*UpdateAccessPointDescriptor) GetVerb added in v0.1.7

func (d *UpdateAccessPointDescriptor) GetVerb() string

func (*UpdateAccessPointDescriptor) HasResource added in v0.1.8

func (d *UpdateAccessPointDescriptor) HasResource() bool

func (*UpdateAccessPointDescriptor) IsClientStream added in v0.1.7

func (d *UpdateAccessPointDescriptor) IsClientStream() bool

func (*UpdateAccessPointDescriptor) IsCollection added in v0.1.8

func (d *UpdateAccessPointDescriptor) IsCollection() bool

func (*UpdateAccessPointDescriptor) IsPlural added in v0.1.8

func (d *UpdateAccessPointDescriptor) IsPlural() bool

func (*UpdateAccessPointDescriptor) IsServerStream added in v0.1.7

func (d *UpdateAccessPointDescriptor) IsServerStream() bool

func (*UpdateAccessPointDescriptor) IsUnary added in v0.1.7

func (d *UpdateAccessPointDescriptor) IsUnary() bool

func (*UpdateAccessPointDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*UpdateAccessPointDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*UpdateAccessPointDescriptor) RequestHasResourceBody added in v0.1.7

func (d *UpdateAccessPointDescriptor) RequestHasResourceBody() bool

type UpdateAccessPointDescriptorClientMsgHandle added in v0.1.7

type UpdateAccessPointDescriptorClientMsgHandle struct{}

func (*UpdateAccessPointDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*UpdateAccessPointDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*UpdateAccessPointDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type UpdateAccessPointDescriptorServerMsgHandle added in v0.1.7

type UpdateAccessPointDescriptorServerMsgHandle struct{}

func (*UpdateAccessPointDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*UpdateAccessPointDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*UpdateAccessPointDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type UpdateAccessPointRequest

type UpdateAccessPointRequest struct {

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

Request message for method [UpdateAccessPoint][ntt.ztna.v1alpha.UpdateAccessPoint]

func (*UpdateAccessPointRequest) Clone

func (*UpdateAccessPointRequest) CloneRaw

func (*UpdateAccessPointRequest) Descriptor

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

Deprecated, Use UpdateAccessPointRequest.ProtoReflect.Descriptor instead.

func (*UpdateAccessPointRequest) GetAccessPoint

func (m *UpdateAccessPointRequest) GetAccessPoint() *access_point.AccessPoint

func (*UpdateAccessPointRequest) GetCas

func (*UpdateAccessPointRequest) GetUpdateMask

func (*UpdateAccessPointRequest) GotenMessage

func (*UpdateAccessPointRequest) GotenMessage()

func (*UpdateAccessPointRequest) GotenObjectExt

func (o *UpdateAccessPointRequest) GotenObjectExt()

func (*UpdateAccessPointRequest) GotenValidate

func (obj *UpdateAccessPointRequest) GotenValidate() error

func (*UpdateAccessPointRequest) MakeDiffFieldMask

func (*UpdateAccessPointRequest) MakeFullFieldMask

func (*UpdateAccessPointRequest) MakeRawDiffFieldMask

func (*UpdateAccessPointRequest) MakeRawFullFieldMask

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

func (*UpdateAccessPointRequest) Marshal

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

func (*UpdateAccessPointRequest) MarshalJSON

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

func (*UpdateAccessPointRequest) Merge

func (*UpdateAccessPointRequest) MergeRaw

func (*UpdateAccessPointRequest) ProtoMessage

func (*UpdateAccessPointRequest) ProtoMessage()

func (*UpdateAccessPointRequest) ProtoReflect

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

func (*UpdateAccessPointRequest) Reset

func (m *UpdateAccessPointRequest) Reset()

func (*UpdateAccessPointRequest) SetAccessPoint

func (m *UpdateAccessPointRequest) SetAccessPoint(fv *access_point.AccessPoint)

func (*UpdateAccessPointRequest) SetCas

func (*UpdateAccessPointRequest) SetUpdateMask

func (*UpdateAccessPointRequest) String

func (m *UpdateAccessPointRequest) String() string

func (*UpdateAccessPointRequest) Unmarshal

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

func (*UpdateAccessPointRequest) UnmarshalJSON

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

type UpdateAccessPointRequestCASFieldPathBuilder

type UpdateAccessPointRequestCASFieldPathBuilder struct{}

func NewUpdateAccessPointRequestCASFieldPathBuilder

func NewUpdateAccessPointRequestCASFieldPathBuilder() UpdateAccessPointRequestCASFieldPathBuilder

func (UpdateAccessPointRequestCASFieldPathBuilder) ConditionalState

func (UpdateAccessPointRequestCASFieldPathBuilder) FieldMask

type UpdateAccessPointRequestCAS_FieldPath

type UpdateAccessPointRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAccessPointRequestCAS_FieldPathSelector
	Get(source *UpdateAccessPointRequest_CAS) []interface{}
	GetSingle(source *UpdateAccessPointRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateAccessPointRequest_CAS)

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

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

func MustParseUpdateAccessPointRequestCAS_FieldPath

func MustParseUpdateAccessPointRequestCAS_FieldPath(rawField string) UpdateAccessPointRequestCAS_FieldPath

func ParseUpdateAccessPointRequestCAS_FieldPath

func ParseUpdateAccessPointRequestCAS_FieldPath(rawField string) (UpdateAccessPointRequestCAS_FieldPath, error)

type UpdateAccessPointRequestCAS_FieldPathArrayItemValue

type UpdateAccessPointRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAccessPointRequestCAS_FieldPath
	ContainsValue(*UpdateAccessPointRequest_CAS) bool
}

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

func MustParseUpdateAccessPointRequestCAS_FieldPathArrayItemValue

func MustParseUpdateAccessPointRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAccessPointRequestCAS_FieldPathArrayItemValue

func ParseUpdateAccessPointRequestCAS_FieldPathArrayItemValue

func ParseUpdateAccessPointRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAccessPointRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateAccessPointRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAccessPointRequestCAS_FieldPathArrayOfValues

type UpdateAccessPointRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAccessPointRequestCAS_FieldPath
}

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

func MustParseUpdateAccessPointRequestCAS_FieldPathArrayOfValues

func MustParseUpdateAccessPointRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAccessPointRequestCAS_FieldPathArrayOfValues

func ParseUpdateAccessPointRequestCAS_FieldPathArrayOfValues

func ParseUpdateAccessPointRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAccessPointRequestCAS_FieldPathArrayOfValues, error)

type UpdateAccessPointRequestCAS_FieldPathSelector

type UpdateAccessPointRequestCAS_FieldPathSelector int32
const (
	UpdateAccessPointRequestCAS_FieldPathSelectorConditionalState UpdateAccessPointRequestCAS_FieldPathSelector = 0
	UpdateAccessPointRequestCAS_FieldPathSelectorFieldMask        UpdateAccessPointRequestCAS_FieldPathSelector = 1
)

func (UpdateAccessPointRequestCAS_FieldPathSelector) String

type UpdateAccessPointRequestCAS_FieldPathValue

type UpdateAccessPointRequestCAS_FieldPathValue interface {
	UpdateAccessPointRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAccessPointRequest_CAS)
	CompareWith(*UpdateAccessPointRequest_CAS) (cmp int, comparable bool)
}

UpdateAccessPointRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateAccessPointRequestCAS_FieldPathValue

func MustParseUpdateAccessPointRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateAccessPointRequestCAS_FieldPathValue

func ParseUpdateAccessPointRequestCAS_FieldPathValue

func ParseUpdateAccessPointRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateAccessPointRequestCAS_FieldPathValue, error)

type UpdateAccessPointRequestCAS_FieldSubPath

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

func (*UpdateAccessPointRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateAccessPointRequestCAS_FieldSubPath) ClearValue

func (*UpdateAccessPointRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateAccessPointRequestCAS_FieldSubPath) Get

func (fps *UpdateAccessPointRequestCAS_FieldSubPath) Get(source *UpdateAccessPointRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateAccessPointRequest_CAS

func (*UpdateAccessPointRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAccessPointRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateAccessPointRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateAccessPointRequestCAS_FieldSubPath) GetSingle(source *UpdateAccessPointRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateAccessPointRequest_CAS

func (*UpdateAccessPointRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateAccessPointRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAccessPointRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAccessPointRequestCAS_FieldSubPath) Selector

func (*UpdateAccessPointRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*UpdateAccessPointRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAccessPointRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateAccessPointRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateAccessPointRequestCAS_FieldSubPath) WithIValue

func (*UpdateAccessPointRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAccessPointRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAccessPointRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateAccessPointRequestCAS_FieldSubPathArrayItemValue

type UpdateAccessPointRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateAccessPointRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateAccessPointRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAccessPointRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAccessPointRequestCAS_FieldSubPathArrayOfValues

type UpdateAccessPointRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateAccessPointRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateAccessPointRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAccessPointRequestCAS_FieldSubPathValue

type UpdateAccessPointRequestCAS_FieldSubPathValue struct {
	UpdateAccessPointRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateAccessPointRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateAccessPointRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateAccessPointRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateAccessPointRequestCAS_FieldSubPathValue) SetTo

func (*UpdateAccessPointRequestCAS_FieldSubPathValue) SetToRaw

type UpdateAccessPointRequestCAS_FieldTerminalPath

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) Get

func (fp *UpdateAccessPointRequestCAS_FieldTerminalPath) Get(source *UpdateAccessPointRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateAccessPointRequest_CAS

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateAccessPointRequest_CAS

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) Selector

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateAccessPointRequestCAS_FieldTerminalPathArrayItemValue

type UpdateAccessPointRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateAccessPointRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAccessPointRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAccessPointRequestCAS_FieldTerminalPathArrayOfValues

type UpdateAccessPointRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateAccessPointRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateAccessPointRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*access_point.AccessPoint, bool)

func (*UpdateAccessPointRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateAccessPointRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAccessPointRequestCAS_FieldTerminalPathValue

type UpdateAccessPointRequestCAS_FieldTerminalPathValue struct {
	UpdateAccessPointRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateAccessPointRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateAccessPointRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAccessPointRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateAccessPointRequest_CAS'.

func (*UpdateAccessPointRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateAccessPointRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAccessPointRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateAccessPointRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateAccessPointRequestFieldPathBuilder

type UpdateAccessPointRequestFieldPathBuilder struct{}

func NewUpdateAccessPointRequestFieldPathBuilder

func NewUpdateAccessPointRequestFieldPathBuilder() UpdateAccessPointRequestFieldPathBuilder

func (UpdateAccessPointRequestFieldPathBuilder) AccessPoint

func (UpdateAccessPointRequestFieldPathBuilder) Cas

func (UpdateAccessPointRequestFieldPathBuilder) UpdateMask

type UpdateAccessPointRequestPathSelectorAccessPoint

type UpdateAccessPointRequestPathSelectorAccessPoint struct{}

func (UpdateAccessPointRequestPathSelectorAccessPoint) FieldPath

func (UpdateAccessPointRequestPathSelectorAccessPoint) Name

func (UpdateAccessPointRequestPathSelectorAccessPoint) WithArrayOfValues

func (UpdateAccessPointRequestPathSelectorAccessPoint) WithSubArrayItemValue

func (UpdateAccessPointRequestPathSelectorAccessPoint) WithSubArrayOfValues

func (UpdateAccessPointRequestPathSelectorAccessPoint) WithSubPath

func (UpdateAccessPointRequestPathSelectorAccessPoint) WithSubValue

func (UpdateAccessPointRequestPathSelectorAccessPoint) WithValue

type UpdateAccessPointRequestPathSelectorAccessPointName

type UpdateAccessPointRequestPathSelectorAccessPointName struct{}

func (UpdateAccessPointRequestPathSelectorAccessPointName) FieldPath

func (UpdateAccessPointRequestPathSelectorAccessPointName) WithArrayOfValues

func (UpdateAccessPointRequestPathSelectorAccessPointName) WithValue

type UpdateAccessPointRequestPathSelectorCas

type UpdateAccessPointRequestPathSelectorCas struct{}

func (UpdateAccessPointRequestPathSelectorCas) ConditionalState

func (UpdateAccessPointRequestPathSelectorCas) FieldMask

func (UpdateAccessPointRequestPathSelectorCas) FieldPath

type UpdateAccessPointRequestPathSelectorCasConditionalState

type UpdateAccessPointRequestPathSelectorCasConditionalState struct{}

func (UpdateAccessPointRequestPathSelectorCasConditionalState) FieldPath

func (UpdateAccessPointRequestPathSelectorCasConditionalState) Name

func (UpdateAccessPointRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateAccessPointRequestPathSelectorCasConditionalState) WithValue

type UpdateAccessPointRequestPathSelectorCasConditionalStateName

type UpdateAccessPointRequestPathSelectorCasConditionalStateName struct{}

func (UpdateAccessPointRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateAccessPointRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateAccessPointRequestPathSelectorCasConditionalStateName) WithValue

type UpdateAccessPointRequestPathSelectorCasFieldMask

type UpdateAccessPointRequestPathSelectorCasFieldMask struct{}

func (UpdateAccessPointRequestPathSelectorCasFieldMask) FieldPath

func (UpdateAccessPointRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateAccessPointRequestPathSelectorCasFieldMask) WithValue

type UpdateAccessPointRequestPathSelectorUpdateMask

type UpdateAccessPointRequestPathSelectorUpdateMask struct{}

func (UpdateAccessPointRequestPathSelectorUpdateMask) FieldPath

type UpdateAccessPointRequest_CAS

type UpdateAccessPointRequest_CAS struct {

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

func (*UpdateAccessPointRequest_CAS) CloneRaw

func (*UpdateAccessPointRequest_CAS) Descriptor

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

Deprecated, Use UpdateAccessPointRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateAccessPointRequest_CAS) GetConditionalState

func (m *UpdateAccessPointRequest_CAS) GetConditionalState() *access_point.AccessPoint

func (*UpdateAccessPointRequest_CAS) GetFieldMask

func (*UpdateAccessPointRequest_CAS) GotenMessage

func (*UpdateAccessPointRequest_CAS) GotenMessage()

func (*UpdateAccessPointRequest_CAS) GotenObjectExt

func (o *UpdateAccessPointRequest_CAS) GotenObjectExt()

func (*UpdateAccessPointRequest_CAS) GotenValidate

func (obj *UpdateAccessPointRequest_CAS) GotenValidate() error

func (*UpdateAccessPointRequest_CAS) MakeDiffFieldMask

func (*UpdateAccessPointRequest_CAS) MakeFullFieldMask

func (*UpdateAccessPointRequest_CAS) MakeRawDiffFieldMask

func (*UpdateAccessPointRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateAccessPointRequest_CAS) Marshal

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

func (*UpdateAccessPointRequest_CAS) MarshalJSON

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

func (*UpdateAccessPointRequest_CAS) Merge

func (*UpdateAccessPointRequest_CAS) MergeRaw

func (*UpdateAccessPointRequest_CAS) ProtoMessage

func (*UpdateAccessPointRequest_CAS) ProtoMessage()

func (*UpdateAccessPointRequest_CAS) ProtoReflect

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

func (*UpdateAccessPointRequest_CAS) Reset

func (m *UpdateAccessPointRequest_CAS) Reset()

func (*UpdateAccessPointRequest_CAS) SetConditionalState

func (m *UpdateAccessPointRequest_CAS) SetConditionalState(fv *access_point.AccessPoint)

func (*UpdateAccessPointRequest_CAS) SetFieldMask

func (*UpdateAccessPointRequest_CAS) String

func (*UpdateAccessPointRequest_CAS) Unmarshal

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

func (*UpdateAccessPointRequest_CAS) UnmarshalJSON

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

type UpdateAccessPointRequest_CASPathSelectorConditionalState

type UpdateAccessPointRequest_CASPathSelectorConditionalState struct{}

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) Name

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateAccessPointRequest_CASPathSelectorConditionalState) WithValue

type UpdateAccessPointRequest_CASPathSelectorConditionalStateName

type UpdateAccessPointRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateAccessPointRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateAccessPointRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateAccessPointRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateAccessPointRequest_CASPathSelectorFieldMask

type UpdateAccessPointRequest_CASPathSelectorFieldMask struct{}

func (UpdateAccessPointRequest_CASPathSelectorFieldMask) FieldPath

type UpdateAccessPointRequest_CAS_FieldMask

type UpdateAccessPointRequest_CAS_FieldMask struct {
	Paths []UpdateAccessPointRequestCAS_FieldPath
}

func FullUpdateAccessPointRequest_CAS_FieldMask

func FullUpdateAccessPointRequest_CAS_FieldMask() *UpdateAccessPointRequest_CAS_FieldMask

func (*UpdateAccessPointRequest_CAS_FieldMask) AppendPath

func (*UpdateAccessPointRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateAccessPointRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateAccessPointRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAccessPointRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAccessPointRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateAccessPointRequest_CAS_FieldMask) GetPaths

func (*UpdateAccessPointRequest_CAS_FieldMask) GetRawPaths

func (*UpdateAccessPointRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateAccessPointRequest_CAS_FieldMask) IsFull() bool

func (UpdateAccessPointRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAccessPointRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateAccessPointRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateAccessPointRequest_CAS_FieldMask) PathsCount() int

func (*UpdateAccessPointRequest_CAS_FieldMask) Project

func (*UpdateAccessPointRequest_CAS_FieldMask) ProjectRaw

func (*UpdateAccessPointRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateAccessPointRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateAccessPointRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateAccessPointRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateAccessPointRequest_CAS_FieldMask) Reset()

func (*UpdateAccessPointRequest_CAS_FieldMask) Set

func (*UpdateAccessPointRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateAccessPointRequest_CAS_FieldMask) SetRaw

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

func (*UpdateAccessPointRequest_CAS_FieldMask) Size

func (fieldMask *UpdateAccessPointRequest_CAS_FieldMask) Size() int

func (*UpdateAccessPointRequest_CAS_FieldMask) String

func (fieldMask *UpdateAccessPointRequest_CAS_FieldMask) String() string

func (*UpdateAccessPointRequest_CAS_FieldMask) Subtract

func (*UpdateAccessPointRequest_CAS_FieldMask) SubtractRaw

func (*UpdateAccessPointRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAccessPointRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateAccessPointRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateAccessPointRequest_FieldMask

type UpdateAccessPointRequest_FieldMask struct {
	Paths []UpdateAccessPointRequest_FieldPath
}

func FullUpdateAccessPointRequest_FieldMask

func FullUpdateAccessPointRequest_FieldMask() *UpdateAccessPointRequest_FieldMask

func (*UpdateAccessPointRequest_FieldMask) AppendPath

func (*UpdateAccessPointRequest_FieldMask) AppendRawPath

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

func (*UpdateAccessPointRequest_FieldMask) DecodeFirestore

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

func (*UpdateAccessPointRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateAccessPointRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateAccessPointRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateAccessPointRequest_FieldMask) GetPaths

func (*UpdateAccessPointRequest_FieldMask) GetRawPaths

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

func (*UpdateAccessPointRequest_FieldMask) IsFull

func (fieldMask *UpdateAccessPointRequest_FieldMask) IsFull() bool

func (UpdateAccessPointRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateAccessPointRequest_FieldMask) MarshalJSON

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

func (*UpdateAccessPointRequest_FieldMask) PathsCount

func (fieldMask *UpdateAccessPointRequest_FieldMask) PathsCount() int

func (*UpdateAccessPointRequest_FieldMask) Project

func (*UpdateAccessPointRequest_FieldMask) ProjectRaw

func (*UpdateAccessPointRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateAccessPointRequest_FieldMask) ProtoMessage()

func (*UpdateAccessPointRequest_FieldMask) ProtoReflect

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

func (*UpdateAccessPointRequest_FieldMask) Reset

func (fieldMask *UpdateAccessPointRequest_FieldMask) Reset()

func (*UpdateAccessPointRequest_FieldMask) Set

func (fieldMask *UpdateAccessPointRequest_FieldMask) Set(target, source *UpdateAccessPointRequest)

func (*UpdateAccessPointRequest_FieldMask) SetFromCliFlag

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

func (*UpdateAccessPointRequest_FieldMask) SetRaw

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

func (*UpdateAccessPointRequest_FieldMask) Size

func (fieldMask *UpdateAccessPointRequest_FieldMask) Size() int

func (*UpdateAccessPointRequest_FieldMask) String

func (fieldMask *UpdateAccessPointRequest_FieldMask) String() string

func (*UpdateAccessPointRequest_FieldMask) Subtract

func (*UpdateAccessPointRequest_FieldMask) SubtractRaw

func (*UpdateAccessPointRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateAccessPointRequest_FieldMask) Unmarshal

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

func (*UpdateAccessPointRequest_FieldMask) UnmarshalJSON

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

type UpdateAccessPointRequest_FieldPath

type UpdateAccessPointRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateAccessPointRequest_FieldPathSelector
	Get(source *UpdateAccessPointRequest) []interface{}
	GetSingle(source *UpdateAccessPointRequest) (interface{}, bool)
	ClearValue(item *UpdateAccessPointRequest)

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

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

func MustParseUpdateAccessPointRequest_FieldPath

func MustParseUpdateAccessPointRequest_FieldPath(rawField string) UpdateAccessPointRequest_FieldPath

func ParseUpdateAccessPointRequest_FieldPath

func ParseUpdateAccessPointRequest_FieldPath(rawField string) (UpdateAccessPointRequest_FieldPath, error)

type UpdateAccessPointRequest_FieldPathArrayItemValue

type UpdateAccessPointRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateAccessPointRequest_FieldPath
	ContainsValue(*UpdateAccessPointRequest) bool
}

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

func MustParseUpdateAccessPointRequest_FieldPathArrayItemValue

func MustParseUpdateAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateAccessPointRequest_FieldPathArrayItemValue

func ParseUpdateAccessPointRequest_FieldPathArrayItemValue

func ParseUpdateAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateAccessPointRequest_FieldPathArrayItemValue, error)

ParseUpdateAccessPointRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateAccessPointRequest_FieldPathArrayOfValues

type UpdateAccessPointRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateAccessPointRequest_FieldPath
}

UpdateAccessPointRequest_FieldPathArrayOfValues allows storing slice of values for UpdateAccessPointRequest fields according to their type

func MustParseUpdateAccessPointRequest_FieldPathArrayOfValues

func MustParseUpdateAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateAccessPointRequest_FieldPathArrayOfValues

func ParseUpdateAccessPointRequest_FieldPathArrayOfValues

func ParseUpdateAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateAccessPointRequest_FieldPathArrayOfValues, error)

type UpdateAccessPointRequest_FieldPathSelector

type UpdateAccessPointRequest_FieldPathSelector int32
const (
	UpdateAccessPointRequest_FieldPathSelectorAccessPoint UpdateAccessPointRequest_FieldPathSelector = 0
	UpdateAccessPointRequest_FieldPathSelectorUpdateMask  UpdateAccessPointRequest_FieldPathSelector = 1
	UpdateAccessPointRequest_FieldPathSelectorCas         UpdateAccessPointRequest_FieldPathSelector = 2
)

func (UpdateAccessPointRequest_FieldPathSelector) String

type UpdateAccessPointRequest_FieldPathValue

type UpdateAccessPointRequest_FieldPathValue interface {
	UpdateAccessPointRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateAccessPointRequest)
	CompareWith(*UpdateAccessPointRequest) (cmp int, comparable bool)
}

UpdateAccessPointRequest_FieldPathValue allows storing values for UpdateAccessPointRequest fields according to their type

func MustParseUpdateAccessPointRequest_FieldPathValue

func MustParseUpdateAccessPointRequest_FieldPathValue(pathStr, valueStr string) UpdateAccessPointRequest_FieldPathValue

func ParseUpdateAccessPointRequest_FieldPathValue

func ParseUpdateAccessPointRequest_FieldPathValue(pathStr, valueStr string) (UpdateAccessPointRequest_FieldPathValue, error)

type UpdateAccessPointRequest_FieldSubPath

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

func (*UpdateAccessPointRequest_FieldSubPath) AsAccessPointSubPath

func (*UpdateAccessPointRequest_FieldSubPath) AsCasSubPath

func (*UpdateAccessPointRequest_FieldSubPath) ClearValue

func (*UpdateAccessPointRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateAccessPointRequest_FieldSubPath) Get

func (fps *UpdateAccessPointRequest_FieldSubPath) Get(source *UpdateAccessPointRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateAccessPointRequest

func (*UpdateAccessPointRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAccessPointRequest_FieldSubPath) GetRaw

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

func (*UpdateAccessPointRequest_FieldSubPath) GetSingle

func (fps *UpdateAccessPointRequest_FieldSubPath) GetSingle(source *UpdateAccessPointRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateAccessPointRequest

func (*UpdateAccessPointRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateAccessPointRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAccessPointRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAccessPointRequest_FieldSubPath) Selector

func (*UpdateAccessPointRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*UpdateAccessPointRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateAccessPointRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateAccessPointRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateAccessPointRequest_FieldSubPath) WithIValue

func (*UpdateAccessPointRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateAccessPointRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateAccessPointRequest_FieldSubPath) WithRawIValue

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

type UpdateAccessPointRequest_FieldSubPathArrayItemValue

type UpdateAccessPointRequest_FieldSubPathArrayItemValue struct {
	UpdateAccessPointRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequest_FieldSubPathArrayItemValue) AsAccessPointPathItemValue

func (*UpdateAccessPointRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateAccessPointRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateAccessPointRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateAccessPointRequest_FieldSubPathArrayOfValues

type UpdateAccessPointRequest_FieldSubPathArrayOfValues struct {
	UpdateAccessPointRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequest_FieldSubPathArrayOfValues) AsAccessPointPathArrayOfValues

func (*UpdateAccessPointRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateAccessPointRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateAccessPointRequest_FieldSubPathValue

type UpdateAccessPointRequest_FieldSubPathValue struct {
	UpdateAccessPointRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequest_FieldSubPathValue) AsAccessPointPathValue

func (*UpdateAccessPointRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateAccessPointRequest_FieldSubPathValue) CompareWith

func (*UpdateAccessPointRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateAccessPointRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateAccessPointRequest_FieldSubPathValue) SetTo

func (*UpdateAccessPointRequest_FieldSubPathValue) SetToRaw

type UpdateAccessPointRequest_FieldTerminalPath

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

func (*UpdateAccessPointRequest_FieldTerminalPath) ClearValue

func (*UpdateAccessPointRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateAccessPointRequest_FieldTerminalPath) Get

func (fp *UpdateAccessPointRequest_FieldTerminalPath) Get(source *UpdateAccessPointRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateAccessPointRequest

func (*UpdateAccessPointRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateAccessPointRequest_FieldTerminalPath) GetRaw

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

func (*UpdateAccessPointRequest_FieldTerminalPath) GetSingle

func (fp *UpdateAccessPointRequest_FieldTerminalPath) GetSingle(source *UpdateAccessPointRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateAccessPointRequest

func (*UpdateAccessPointRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateAccessPointRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateAccessPointRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateAccessPointRequest_FieldTerminalPath) Selector

func (*UpdateAccessPointRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*UpdateAccessPointRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateAccessPointRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateAccessPointRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateAccessPointRequest_FieldTerminalPath) WithIValue

func (*UpdateAccessPointRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateAccessPointRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateAccessPointRequest_FieldTerminalPath) WithRawIValue

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

type UpdateAccessPointRequest_FieldTerminalPathArrayItemValue

type UpdateAccessPointRequest_FieldTerminalPathArrayItemValue struct {
	UpdateAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateAccessPointRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateAccessPointRequest_FieldTerminalPathArrayOfValues

type UpdateAccessPointRequest_FieldTerminalPathArrayOfValues struct {
	UpdateAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequest_FieldTerminalPathArrayOfValues) AsAccessPointArrayOfValues

func (*UpdateAccessPointRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateAccessPointRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateAccessPointRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateAccessPointRequest_FieldTerminalPathValue

type UpdateAccessPointRequest_FieldTerminalPathValue struct {
	UpdateAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateAccessPointRequest_FieldTerminalPathValue) AsAccessPointValue

func (*UpdateAccessPointRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateAccessPointRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateAccessPointRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateAccessPointRequest_FieldTerminalPathValue' with the value under path in 'UpdateAccessPointRequest'.

func (*UpdateAccessPointRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdateAccessPointRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateAccessPointRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateAccessPointRequest

func (*UpdateAccessPointRequest_FieldTerminalPathValue) SetToRaw

type WatchAccessPointClientStream

type WatchAccessPointClientStream interface {
	Recv() (*WatchAccessPointResponse, error)
	grpc.ClientStream
}

type WatchAccessPointDescriptor added in v0.1.7

type WatchAccessPointDescriptor struct{}

func GetWatchAccessPointDescriptor added in v0.1.7

func GetWatchAccessPointDescriptor() *WatchAccessPointDescriptor

func (*WatchAccessPointDescriptor) GetApiDescriptor added in v0.1.7

func (*WatchAccessPointDescriptor) GetApiName added in v0.1.7

func (d *WatchAccessPointDescriptor) GetApiName() string

func (*WatchAccessPointDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*WatchAccessPointDescriptor) GetFullMethodName added in v0.1.7

func (d *WatchAccessPointDescriptor) GetFullMethodName() string

func (*WatchAccessPointDescriptor) GetMethodName added in v0.1.7

func (d *WatchAccessPointDescriptor) GetMethodName() string

func (*WatchAccessPointDescriptor) GetProtoPkgName added in v0.1.7

func (d *WatchAccessPointDescriptor) GetProtoPkgName() string

func (*WatchAccessPointDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*WatchAccessPointDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*WatchAccessPointDescriptor) GetServiceDomain added in v0.1.7

func (d *WatchAccessPointDescriptor) GetServiceDomain() string

func (*WatchAccessPointDescriptor) GetServiceVersion added in v0.1.7

func (d *WatchAccessPointDescriptor) GetServiceVersion() string

func (*WatchAccessPointDescriptor) GetVerb added in v0.1.7

func (d *WatchAccessPointDescriptor) GetVerb() string

func (*WatchAccessPointDescriptor) HasResource added in v0.1.8

func (d *WatchAccessPointDescriptor) HasResource() bool

func (*WatchAccessPointDescriptor) IsClientStream added in v0.1.7

func (d *WatchAccessPointDescriptor) IsClientStream() bool

func (*WatchAccessPointDescriptor) IsCollection added in v0.1.8

func (d *WatchAccessPointDescriptor) IsCollection() bool

func (*WatchAccessPointDescriptor) IsPlural added in v0.1.8

func (d *WatchAccessPointDescriptor) IsPlural() bool

func (*WatchAccessPointDescriptor) IsServerStream added in v0.1.7

func (d *WatchAccessPointDescriptor) IsServerStream() bool

func (*WatchAccessPointDescriptor) IsUnary added in v0.1.7

func (d *WatchAccessPointDescriptor) IsUnary() bool

func (*WatchAccessPointDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*WatchAccessPointDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*WatchAccessPointDescriptor) RequestHasResourceBody added in v0.1.7

func (d *WatchAccessPointDescriptor) RequestHasResourceBody() bool

type WatchAccessPointDescriptorClientMsgHandle added in v0.1.7

type WatchAccessPointDescriptorClientMsgHandle struct{}

func (*WatchAccessPointDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchAccessPointDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchAccessPointDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type WatchAccessPointDescriptorServerMsgHandle added in v0.1.7

type WatchAccessPointDescriptorServerMsgHandle struct{}

func (*WatchAccessPointDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchAccessPointDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchAccessPointDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type WatchAccessPointRequest

type WatchAccessPointRequest struct {

	// Reference to ntt.ztna.v1alpha.AccessPoint
	Name *access_point.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 *access_point.AccessPoint_FieldMask `` /* 143-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 [WatchAccessPoint][ntt.ztna.v1alpha.WatchAccessPoint]

func (*WatchAccessPointRequest) Clone

func (*WatchAccessPointRequest) CloneRaw

func (*WatchAccessPointRequest) Descriptor

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

Deprecated, Use WatchAccessPointRequest.ProtoReflect.Descriptor instead.

func (*WatchAccessPointRequest) GetFieldMask

func (*WatchAccessPointRequest) GetName

func (*WatchAccessPointRequest) GetView

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

func (*WatchAccessPointRequest) GotenMessage

func (*WatchAccessPointRequest) GotenMessage()

func (*WatchAccessPointRequest) GotenObjectExt

func (o *WatchAccessPointRequest) GotenObjectExt()

func (*WatchAccessPointRequest) GotenValidate

func (obj *WatchAccessPointRequest) GotenValidate() error

func (*WatchAccessPointRequest) MakeDiffFieldMask

func (*WatchAccessPointRequest) MakeFullFieldMask

func (*WatchAccessPointRequest) MakeRawDiffFieldMask

func (*WatchAccessPointRequest) MakeRawFullFieldMask

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

func (*WatchAccessPointRequest) Marshal

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

func (*WatchAccessPointRequest) MarshalJSON

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

func (*WatchAccessPointRequest) Merge

func (*WatchAccessPointRequest) MergeRaw

func (*WatchAccessPointRequest) ProtoMessage

func (*WatchAccessPointRequest) ProtoMessage()

func (*WatchAccessPointRequest) ProtoReflect

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

func (*WatchAccessPointRequest) Reset

func (m *WatchAccessPointRequest) Reset()

func (*WatchAccessPointRequest) SetFieldMask

func (*WatchAccessPointRequest) SetName

func (*WatchAccessPointRequest) SetView

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

func (*WatchAccessPointRequest) String

func (m *WatchAccessPointRequest) String() string

func (*WatchAccessPointRequest) Unmarshal

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

func (*WatchAccessPointRequest) UnmarshalJSON

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

type WatchAccessPointRequestFieldPathBuilder

type WatchAccessPointRequestFieldPathBuilder struct{}

func NewWatchAccessPointRequestFieldPathBuilder

func NewWatchAccessPointRequestFieldPathBuilder() WatchAccessPointRequestFieldPathBuilder

func (WatchAccessPointRequestFieldPathBuilder) FieldMask

func (WatchAccessPointRequestFieldPathBuilder) Name

func (WatchAccessPointRequestFieldPathBuilder) View

type WatchAccessPointRequestPathSelectorFieldMask

type WatchAccessPointRequestPathSelectorFieldMask struct{}

func (WatchAccessPointRequestPathSelectorFieldMask) FieldPath

type WatchAccessPointRequestPathSelectorName

type WatchAccessPointRequestPathSelectorName struct{}

func (WatchAccessPointRequestPathSelectorName) FieldPath

func (WatchAccessPointRequestPathSelectorName) WithArrayOfValues

func (WatchAccessPointRequestPathSelectorName) WithValue

type WatchAccessPointRequestPathSelectorView

type WatchAccessPointRequestPathSelectorView struct{}

func (WatchAccessPointRequestPathSelectorView) FieldPath

func (WatchAccessPointRequestPathSelectorView) WithArrayOfValues

func (WatchAccessPointRequestPathSelectorView) WithValue

type WatchAccessPointRequest_FieldMask

type WatchAccessPointRequest_FieldMask struct {
	Paths []WatchAccessPointRequest_FieldPath
}

func FullWatchAccessPointRequest_FieldMask

func FullWatchAccessPointRequest_FieldMask() *WatchAccessPointRequest_FieldMask

func (*WatchAccessPointRequest_FieldMask) AppendPath

func (*WatchAccessPointRequest_FieldMask) AppendRawPath

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

func (*WatchAccessPointRequest_FieldMask) DecodeFirestore

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

func (*WatchAccessPointRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAccessPointRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAccessPointRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAccessPointRequest_FieldMask) GetPaths

func (*WatchAccessPointRequest_FieldMask) GetRawPaths

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

func (*WatchAccessPointRequest_FieldMask) IsFull

func (fieldMask *WatchAccessPointRequest_FieldMask) IsFull() bool

func (WatchAccessPointRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAccessPointRequest_FieldMask) MarshalJSON

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

func (*WatchAccessPointRequest_FieldMask) PathsCount

func (fieldMask *WatchAccessPointRequest_FieldMask) PathsCount() int

func (*WatchAccessPointRequest_FieldMask) Project

func (*WatchAccessPointRequest_FieldMask) ProjectRaw

func (*WatchAccessPointRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAccessPointRequest_FieldMask) ProtoMessage()

func (*WatchAccessPointRequest_FieldMask) ProtoReflect

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

func (*WatchAccessPointRequest_FieldMask) Reset

func (fieldMask *WatchAccessPointRequest_FieldMask) Reset()

func (*WatchAccessPointRequest_FieldMask) Set

func (fieldMask *WatchAccessPointRequest_FieldMask) Set(target, source *WatchAccessPointRequest)

func (*WatchAccessPointRequest_FieldMask) SetFromCliFlag

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

func (*WatchAccessPointRequest_FieldMask) SetRaw

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

func (*WatchAccessPointRequest_FieldMask) Size

func (fieldMask *WatchAccessPointRequest_FieldMask) Size() int

func (*WatchAccessPointRequest_FieldMask) String

func (fieldMask *WatchAccessPointRequest_FieldMask) String() string

func (*WatchAccessPointRequest_FieldMask) Subtract

func (*WatchAccessPointRequest_FieldMask) SubtractRaw

func (*WatchAccessPointRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAccessPointRequest_FieldMask) Unmarshal

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

func (*WatchAccessPointRequest_FieldMask) UnmarshalJSON

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

type WatchAccessPointRequest_FieldPath

type WatchAccessPointRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAccessPointRequest_FieldPathSelector
	Get(source *WatchAccessPointRequest) []interface{}
	GetSingle(source *WatchAccessPointRequest) (interface{}, bool)
	ClearValue(item *WatchAccessPointRequest)

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

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

func MustParseWatchAccessPointRequest_FieldPath

func MustParseWatchAccessPointRequest_FieldPath(rawField string) WatchAccessPointRequest_FieldPath

func ParseWatchAccessPointRequest_FieldPath

func ParseWatchAccessPointRequest_FieldPath(rawField string) (WatchAccessPointRequest_FieldPath, error)

type WatchAccessPointRequest_FieldPathArrayItemValue

type WatchAccessPointRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAccessPointRequest_FieldPath
	ContainsValue(*WatchAccessPointRequest) bool
}

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

func MustParseWatchAccessPointRequest_FieldPathArrayItemValue

func MustParseWatchAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAccessPointRequest_FieldPathArrayItemValue

func ParseWatchAccessPointRequest_FieldPathArrayItemValue

func ParseWatchAccessPointRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAccessPointRequest_FieldPathArrayItemValue, error)

ParseWatchAccessPointRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAccessPointRequest_FieldPathArrayOfValues

type WatchAccessPointRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAccessPointRequest_FieldPath
}

WatchAccessPointRequest_FieldPathArrayOfValues allows storing slice of values for WatchAccessPointRequest fields according to their type

func MustParseWatchAccessPointRequest_FieldPathArrayOfValues

func MustParseWatchAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAccessPointRequest_FieldPathArrayOfValues

func ParseWatchAccessPointRequest_FieldPathArrayOfValues

func ParseWatchAccessPointRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAccessPointRequest_FieldPathArrayOfValues, error)

type WatchAccessPointRequest_FieldPathSelector

type WatchAccessPointRequest_FieldPathSelector int32
const (
	WatchAccessPointRequest_FieldPathSelectorName      WatchAccessPointRequest_FieldPathSelector = 0
	WatchAccessPointRequest_FieldPathSelectorFieldMask WatchAccessPointRequest_FieldPathSelector = 1
	WatchAccessPointRequest_FieldPathSelectorView      WatchAccessPointRequest_FieldPathSelector = 2
)

func (WatchAccessPointRequest_FieldPathSelector) String

type WatchAccessPointRequest_FieldPathValue

type WatchAccessPointRequest_FieldPathValue interface {
	WatchAccessPointRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAccessPointRequest)
	CompareWith(*WatchAccessPointRequest) (cmp int, comparable bool)
}

WatchAccessPointRequest_FieldPathValue allows storing values for WatchAccessPointRequest fields according to their type

func MustParseWatchAccessPointRequest_FieldPathValue

func MustParseWatchAccessPointRequest_FieldPathValue(pathStr, valueStr string) WatchAccessPointRequest_FieldPathValue

func ParseWatchAccessPointRequest_FieldPathValue

func ParseWatchAccessPointRequest_FieldPathValue(pathStr, valueStr string) (WatchAccessPointRequest_FieldPathValue, error)

type WatchAccessPointRequest_FieldTerminalPath

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

func (*WatchAccessPointRequest_FieldTerminalPath) ClearValue

func (*WatchAccessPointRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAccessPointRequest_FieldTerminalPath) Get

func (fp *WatchAccessPointRequest_FieldTerminalPath) Get(source *WatchAccessPointRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchAccessPointRequest

func (*WatchAccessPointRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAccessPointRequest_FieldTerminalPath) GetRaw

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

func (*WatchAccessPointRequest_FieldTerminalPath) GetSingle

func (fp *WatchAccessPointRequest_FieldTerminalPath) GetSingle(source *WatchAccessPointRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAccessPointRequest

func (*WatchAccessPointRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAccessPointRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAccessPointRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAccessPointRequest_FieldTerminalPath) Selector

func (*WatchAccessPointRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*WatchAccessPointRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAccessPointRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAccessPointRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAccessPointRequest_FieldTerminalPath) WithIValue

func (*WatchAccessPointRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAccessPointRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAccessPointRequest_FieldTerminalPath) WithRawIValue

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

type WatchAccessPointRequest_FieldTerminalPathArrayItemValue

type WatchAccessPointRequest_FieldTerminalPathArrayItemValue struct {
	WatchAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAccessPointRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAccessPointRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAccessPointRequest_FieldTerminalPathArrayOfValues

type WatchAccessPointRequest_FieldTerminalPathArrayOfValues struct {
	WatchAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAccessPointRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchAccessPointRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchAccessPointRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAccessPointRequest_FieldTerminalPathValue

type WatchAccessPointRequest_FieldTerminalPathValue struct {
	WatchAccessPointRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAccessPointRequest_FieldTerminalPathValue) AsNameValue

func (*WatchAccessPointRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAccessPointRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAccessPointRequest_FieldTerminalPathValue' with the value under path in 'WatchAccessPointRequest'.

func (*WatchAccessPointRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchAccessPointRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAccessPointRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAccessPointRequest

func (*WatchAccessPointRequest_FieldTerminalPathValue) SetToRaw

type WatchAccessPointResponse

type WatchAccessPointResponse struct {
	Change *access_point.AccessPointChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchAccessPointResponse

func (*WatchAccessPointResponse) Clone

func (*WatchAccessPointResponse) CloneRaw

func (*WatchAccessPointResponse) Descriptor

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

Deprecated, Use WatchAccessPointResponse.ProtoReflect.Descriptor instead.

func (*WatchAccessPointResponse) GetChange

func (*WatchAccessPointResponse) GotenMessage

func (*WatchAccessPointResponse) GotenMessage()

func (*WatchAccessPointResponse) GotenObjectExt

func (o *WatchAccessPointResponse) GotenObjectExt()

func (*WatchAccessPointResponse) GotenValidate

func (obj *WatchAccessPointResponse) GotenValidate() error

func (*WatchAccessPointResponse) MakeDiffFieldMask

func (*WatchAccessPointResponse) MakeFullFieldMask

func (*WatchAccessPointResponse) MakeRawDiffFieldMask

func (*WatchAccessPointResponse) MakeRawFullFieldMask

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

func (*WatchAccessPointResponse) Marshal

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

func (*WatchAccessPointResponse) MarshalJSON

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

func (*WatchAccessPointResponse) Merge

func (*WatchAccessPointResponse) MergeRaw

func (*WatchAccessPointResponse) ProtoMessage

func (*WatchAccessPointResponse) ProtoMessage()

func (*WatchAccessPointResponse) ProtoReflect

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

func (*WatchAccessPointResponse) Reset

func (m *WatchAccessPointResponse) Reset()

func (*WatchAccessPointResponse) SetChange

func (*WatchAccessPointResponse) String

func (m *WatchAccessPointResponse) String() string

func (*WatchAccessPointResponse) Unmarshal

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

func (*WatchAccessPointResponse) UnmarshalJSON

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

type WatchAccessPointResponseFieldPathBuilder

type WatchAccessPointResponseFieldPathBuilder struct{}

func NewWatchAccessPointResponseFieldPathBuilder

func NewWatchAccessPointResponseFieldPathBuilder() WatchAccessPointResponseFieldPathBuilder

func (WatchAccessPointResponseFieldPathBuilder) Change

type WatchAccessPointResponsePathSelectorChange

type WatchAccessPointResponsePathSelectorChange struct{}

func (WatchAccessPointResponsePathSelectorChange) FieldPath

type WatchAccessPointResponse_FieldMask

type WatchAccessPointResponse_FieldMask struct {
	Paths []WatchAccessPointResponse_FieldPath
}

func FullWatchAccessPointResponse_FieldMask

func FullWatchAccessPointResponse_FieldMask() *WatchAccessPointResponse_FieldMask

func (*WatchAccessPointResponse_FieldMask) AppendPath

func (*WatchAccessPointResponse_FieldMask) AppendRawPath

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

func (*WatchAccessPointResponse_FieldMask) DecodeFirestore

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

func (*WatchAccessPointResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAccessPointResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAccessPointResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAccessPointResponse_FieldMask) GetPaths

func (*WatchAccessPointResponse_FieldMask) GetRawPaths

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

func (*WatchAccessPointResponse_FieldMask) IsFull

func (fieldMask *WatchAccessPointResponse_FieldMask) IsFull() bool

func (WatchAccessPointResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAccessPointResponse_FieldMask) MarshalJSON

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

func (*WatchAccessPointResponse_FieldMask) PathsCount

func (fieldMask *WatchAccessPointResponse_FieldMask) PathsCount() int

func (*WatchAccessPointResponse_FieldMask) Project

func (*WatchAccessPointResponse_FieldMask) ProjectRaw

func (*WatchAccessPointResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAccessPointResponse_FieldMask) ProtoMessage()

func (*WatchAccessPointResponse_FieldMask) ProtoReflect

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

func (*WatchAccessPointResponse_FieldMask) Reset

func (fieldMask *WatchAccessPointResponse_FieldMask) Reset()

func (*WatchAccessPointResponse_FieldMask) Set

func (fieldMask *WatchAccessPointResponse_FieldMask) Set(target, source *WatchAccessPointResponse)

func (*WatchAccessPointResponse_FieldMask) SetFromCliFlag

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

func (*WatchAccessPointResponse_FieldMask) SetRaw

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

func (*WatchAccessPointResponse_FieldMask) Size

func (fieldMask *WatchAccessPointResponse_FieldMask) Size() int

func (*WatchAccessPointResponse_FieldMask) String

func (fieldMask *WatchAccessPointResponse_FieldMask) String() string

func (*WatchAccessPointResponse_FieldMask) Subtract

func (*WatchAccessPointResponse_FieldMask) SubtractRaw

func (*WatchAccessPointResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAccessPointResponse_FieldMask) Unmarshal

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

func (*WatchAccessPointResponse_FieldMask) UnmarshalJSON

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

type WatchAccessPointResponse_FieldPath

type WatchAccessPointResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAccessPointResponse_FieldPathSelector
	Get(source *WatchAccessPointResponse) []interface{}
	GetSingle(source *WatchAccessPointResponse) (interface{}, bool)
	ClearValue(item *WatchAccessPointResponse)

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

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

func MustParseWatchAccessPointResponse_FieldPath

func MustParseWatchAccessPointResponse_FieldPath(rawField string) WatchAccessPointResponse_FieldPath

func ParseWatchAccessPointResponse_FieldPath

func ParseWatchAccessPointResponse_FieldPath(rawField string) (WatchAccessPointResponse_FieldPath, error)

type WatchAccessPointResponse_FieldPathArrayItemValue

type WatchAccessPointResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAccessPointResponse_FieldPath
	ContainsValue(*WatchAccessPointResponse) bool
}

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

func MustParseWatchAccessPointResponse_FieldPathArrayItemValue

func MustParseWatchAccessPointResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAccessPointResponse_FieldPathArrayItemValue

func ParseWatchAccessPointResponse_FieldPathArrayItemValue

func ParseWatchAccessPointResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAccessPointResponse_FieldPathArrayItemValue, error)

ParseWatchAccessPointResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAccessPointResponse_FieldPathArrayOfValues

type WatchAccessPointResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAccessPointResponse_FieldPath
}

WatchAccessPointResponse_FieldPathArrayOfValues allows storing slice of values for WatchAccessPointResponse fields according to their type

func MustParseWatchAccessPointResponse_FieldPathArrayOfValues

func MustParseWatchAccessPointResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAccessPointResponse_FieldPathArrayOfValues

func ParseWatchAccessPointResponse_FieldPathArrayOfValues

func ParseWatchAccessPointResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAccessPointResponse_FieldPathArrayOfValues, error)

type WatchAccessPointResponse_FieldPathSelector

type WatchAccessPointResponse_FieldPathSelector int32
const (
	WatchAccessPointResponse_FieldPathSelectorChange WatchAccessPointResponse_FieldPathSelector = 0
)

func (WatchAccessPointResponse_FieldPathSelector) String

type WatchAccessPointResponse_FieldPathValue

type WatchAccessPointResponse_FieldPathValue interface {
	WatchAccessPointResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAccessPointResponse)
	CompareWith(*WatchAccessPointResponse) (cmp int, comparable bool)
}

WatchAccessPointResponse_FieldPathValue allows storing values for WatchAccessPointResponse fields according to their type

func MustParseWatchAccessPointResponse_FieldPathValue

func MustParseWatchAccessPointResponse_FieldPathValue(pathStr, valueStr string) WatchAccessPointResponse_FieldPathValue

func ParseWatchAccessPointResponse_FieldPathValue

func ParseWatchAccessPointResponse_FieldPathValue(pathStr, valueStr string) (WatchAccessPointResponse_FieldPathValue, error)

type WatchAccessPointResponse_FieldTerminalPath

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

func (*WatchAccessPointResponse_FieldTerminalPath) ClearValue

func (*WatchAccessPointResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAccessPointResponse_FieldTerminalPath) Get

func (fp *WatchAccessPointResponse_FieldTerminalPath) Get(source *WatchAccessPointResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchAccessPointResponse

func (*WatchAccessPointResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAccessPointResponse_FieldTerminalPath) GetRaw

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

func (*WatchAccessPointResponse_FieldTerminalPath) GetSingle

func (fp *WatchAccessPointResponse_FieldTerminalPath) GetSingle(source *WatchAccessPointResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAccessPointResponse

func (*WatchAccessPointResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAccessPointResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAccessPointResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAccessPointResponse_FieldTerminalPath) Selector

func (*WatchAccessPointResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*WatchAccessPointResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAccessPointResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAccessPointResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAccessPointResponse_FieldTerminalPath) WithIValue

func (*WatchAccessPointResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAccessPointResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAccessPointResponse_FieldTerminalPath) WithRawIValue

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

type WatchAccessPointResponse_FieldTerminalPathArrayItemValue

type WatchAccessPointResponse_FieldTerminalPathArrayItemValue struct {
	WatchAccessPointResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAccessPointResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAccessPointResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAccessPointResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAccessPointResponse_FieldTerminalPathArrayOfValues

type WatchAccessPointResponse_FieldTerminalPathArrayOfValues struct {
	WatchAccessPointResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchAccessPointResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAccessPointResponse_FieldTerminalPathValue

type WatchAccessPointResponse_FieldTerminalPathValue struct {
	WatchAccessPointResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchAccessPointResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAccessPointResponse_FieldTerminalPathValue' with the value under path in 'WatchAccessPointResponse'.

func (*WatchAccessPointResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchAccessPointResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAccessPointResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAccessPointResponse

func (*WatchAccessPointResponse_FieldTerminalPathValue) SetToRaw

type WatchAccessPointsClientStream

type WatchAccessPointsClientStream interface {
	Recv() (*WatchAccessPointsResponse, error)
	grpc.ClientStream
}

type WatchAccessPointsDescriptor added in v0.1.7

type WatchAccessPointsDescriptor struct{}

func GetWatchAccessPointsDescriptor added in v0.1.7

func GetWatchAccessPointsDescriptor() *WatchAccessPointsDescriptor

func (*WatchAccessPointsDescriptor) GetApiDescriptor added in v0.1.7

func (*WatchAccessPointsDescriptor) GetApiName added in v0.1.7

func (d *WatchAccessPointsDescriptor) GetApiName() string

func (*WatchAccessPointsDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*WatchAccessPointsDescriptor) GetFullMethodName added in v0.1.7

func (d *WatchAccessPointsDescriptor) GetFullMethodName() string

func (*WatchAccessPointsDescriptor) GetMethodName added in v0.1.7

func (d *WatchAccessPointsDescriptor) GetMethodName() string

func (*WatchAccessPointsDescriptor) GetProtoPkgName added in v0.1.7

func (d *WatchAccessPointsDescriptor) GetProtoPkgName() string

func (*WatchAccessPointsDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*WatchAccessPointsDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*WatchAccessPointsDescriptor) GetServiceDomain added in v0.1.7

func (d *WatchAccessPointsDescriptor) GetServiceDomain() string

func (*WatchAccessPointsDescriptor) GetServiceVersion added in v0.1.7

func (d *WatchAccessPointsDescriptor) GetServiceVersion() string

func (*WatchAccessPointsDescriptor) GetVerb added in v0.1.7

func (d *WatchAccessPointsDescriptor) GetVerb() string

func (*WatchAccessPointsDescriptor) HasResource added in v0.1.8

func (d *WatchAccessPointsDescriptor) HasResource() bool

func (*WatchAccessPointsDescriptor) IsClientStream added in v0.1.7

func (d *WatchAccessPointsDescriptor) IsClientStream() bool

func (*WatchAccessPointsDescriptor) IsCollection added in v0.1.8

func (d *WatchAccessPointsDescriptor) IsCollection() bool

func (*WatchAccessPointsDescriptor) IsPlural added in v0.1.8

func (d *WatchAccessPointsDescriptor) IsPlural() bool

func (*WatchAccessPointsDescriptor) IsServerStream added in v0.1.7

func (d *WatchAccessPointsDescriptor) IsServerStream() bool

func (*WatchAccessPointsDescriptor) IsUnary added in v0.1.7

func (d *WatchAccessPointsDescriptor) IsUnary() bool

func (*WatchAccessPointsDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*WatchAccessPointsDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*WatchAccessPointsDescriptor) RequestHasResourceBody added in v0.1.7

func (d *WatchAccessPointsDescriptor) RequestHasResourceBody() bool

type WatchAccessPointsDescriptorClientMsgHandle added in v0.1.7

type WatchAccessPointsDescriptorClientMsgHandle struct{}

func (*WatchAccessPointsDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchAccessPointsDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchAccessPointsDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type WatchAccessPointsDescriptorServerMsgHandle added in v0.1.7

type WatchAccessPointsDescriptorServerMsgHandle struct{}

func (*WatchAccessPointsDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchAccessPointsDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchAccessPointsDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type WatchAccessPointsRequest

type WatchAccessPointsRequest 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"`
	// Parent reference of ntt.ztna.v1alpha.AccessPoint
	Parent *access_point.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AccessPoints 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 *access_point.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 *access_point.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *access_point.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 AccessPoint that don't
	// affect any of masked fields won't be sent back.
	FieldMask *access_point.AccessPoint_FieldMask `` /* 143-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
	// AccessPoint 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 [WatchAccessPoints][ntt.ztna.v1alpha.WatchAccessPoints]

func (*WatchAccessPointsRequest) Clone

func (*WatchAccessPointsRequest) CloneRaw

func (*WatchAccessPointsRequest) Descriptor

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

Deprecated, Use WatchAccessPointsRequest.ProtoReflect.Descriptor instead.

func (*WatchAccessPointsRequest) GetFieldMask

func (*WatchAccessPointsRequest) GetFilter

func (*WatchAccessPointsRequest) GetMaxChunkSize

func (m *WatchAccessPointsRequest) GetMaxChunkSize() int32

func (*WatchAccessPointsRequest) GetOrderBy

func (*WatchAccessPointsRequest) GetPageSize

func (m *WatchAccessPointsRequest) GetPageSize() int32

func (*WatchAccessPointsRequest) GetPageToken

func (*WatchAccessPointsRequest) GetParent

func (*WatchAccessPointsRequest) GetResumeToken

func (m *WatchAccessPointsRequest) GetResumeToken() string

func (*WatchAccessPointsRequest) GetStartingTime added in v0.1.20

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

func (*WatchAccessPointsRequest) GetType

func (*WatchAccessPointsRequest) GetView

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

func (*WatchAccessPointsRequest) GotenMessage

func (*WatchAccessPointsRequest) GotenMessage()

func (*WatchAccessPointsRequest) GotenObjectExt

func (o *WatchAccessPointsRequest) GotenObjectExt()

func (*WatchAccessPointsRequest) GotenValidate

func (obj *WatchAccessPointsRequest) GotenValidate() error

func (*WatchAccessPointsRequest) MakeDiffFieldMask

func (*WatchAccessPointsRequest) MakeFullFieldMask

func (*WatchAccessPointsRequest) MakeRawDiffFieldMask

func (*WatchAccessPointsRequest) MakeRawFullFieldMask

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

func (*WatchAccessPointsRequest) Marshal

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

func (*WatchAccessPointsRequest) MarshalJSON

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

func (*WatchAccessPointsRequest) Merge

func (*WatchAccessPointsRequest) MergeRaw

func (*WatchAccessPointsRequest) ProtoMessage

func (*WatchAccessPointsRequest) ProtoMessage()

func (*WatchAccessPointsRequest) ProtoReflect

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

func (*WatchAccessPointsRequest) Reset

func (m *WatchAccessPointsRequest) Reset()

func (*WatchAccessPointsRequest) SetFieldMask

func (*WatchAccessPointsRequest) SetFilter

func (m *WatchAccessPointsRequest) SetFilter(fv *access_point.Filter)

func (*WatchAccessPointsRequest) SetMaxChunkSize

func (m *WatchAccessPointsRequest) SetMaxChunkSize(fv int32)

func (*WatchAccessPointsRequest) SetOrderBy

func (m *WatchAccessPointsRequest) SetOrderBy(fv *access_point.OrderBy)

func (*WatchAccessPointsRequest) SetPageSize

func (m *WatchAccessPointsRequest) SetPageSize(fv int32)

func (*WatchAccessPointsRequest) SetPageToken

func (m *WatchAccessPointsRequest) SetPageToken(fv *access_point.PagerCursor)

func (*WatchAccessPointsRequest) SetParent

func (*WatchAccessPointsRequest) SetResumeToken

func (m *WatchAccessPointsRequest) SetResumeToken(fv string)

func (*WatchAccessPointsRequest) SetStartingTime added in v0.1.20

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

func (*WatchAccessPointsRequest) SetType

func (*WatchAccessPointsRequest) SetView

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

func (*WatchAccessPointsRequest) String

func (m *WatchAccessPointsRequest) String() string

func (*WatchAccessPointsRequest) Unmarshal

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

func (*WatchAccessPointsRequest) UnmarshalJSON

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

type WatchAccessPointsRequestFieldPathBuilder

type WatchAccessPointsRequestFieldPathBuilder struct{}

func NewWatchAccessPointsRequestFieldPathBuilder

func NewWatchAccessPointsRequestFieldPathBuilder() WatchAccessPointsRequestFieldPathBuilder

func (WatchAccessPointsRequestFieldPathBuilder) FieldMask

func (WatchAccessPointsRequestFieldPathBuilder) Filter

func (WatchAccessPointsRequestFieldPathBuilder) MaxChunkSize

func (WatchAccessPointsRequestFieldPathBuilder) OrderBy

func (WatchAccessPointsRequestFieldPathBuilder) PageSize

func (WatchAccessPointsRequestFieldPathBuilder) PageToken

func (WatchAccessPointsRequestFieldPathBuilder) Parent

func (WatchAccessPointsRequestFieldPathBuilder) ResumeToken

func (WatchAccessPointsRequestFieldPathBuilder) StartingTime added in v0.1.20

func (WatchAccessPointsRequestFieldPathBuilder) Type

func (WatchAccessPointsRequestFieldPathBuilder) View

type WatchAccessPointsRequestPathSelectorFieldMask

type WatchAccessPointsRequestPathSelectorFieldMask struct{}

func (WatchAccessPointsRequestPathSelectorFieldMask) FieldPath

type WatchAccessPointsRequestPathSelectorFilter

type WatchAccessPointsRequestPathSelectorFilter struct{}

func (WatchAccessPointsRequestPathSelectorFilter) FieldPath

func (WatchAccessPointsRequestPathSelectorFilter) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorFilter) WithValue

type WatchAccessPointsRequestPathSelectorMaxChunkSize

type WatchAccessPointsRequestPathSelectorMaxChunkSize struct{}

func (WatchAccessPointsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchAccessPointsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorMaxChunkSize) WithValue

type WatchAccessPointsRequestPathSelectorOrderBy

type WatchAccessPointsRequestPathSelectorOrderBy struct{}

func (WatchAccessPointsRequestPathSelectorOrderBy) FieldPath

func (WatchAccessPointsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorOrderBy) WithValue

type WatchAccessPointsRequestPathSelectorPageSize

type WatchAccessPointsRequestPathSelectorPageSize struct{}

func (WatchAccessPointsRequestPathSelectorPageSize) FieldPath

func (WatchAccessPointsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorPageSize) WithValue

type WatchAccessPointsRequestPathSelectorPageToken

type WatchAccessPointsRequestPathSelectorPageToken struct{}

func (WatchAccessPointsRequestPathSelectorPageToken) FieldPath

func (WatchAccessPointsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorPageToken) WithValue

type WatchAccessPointsRequestPathSelectorParent

type WatchAccessPointsRequestPathSelectorParent struct{}

func (WatchAccessPointsRequestPathSelectorParent) FieldPath

func (WatchAccessPointsRequestPathSelectorParent) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorParent) WithValue

type WatchAccessPointsRequestPathSelectorResumeToken

type WatchAccessPointsRequestPathSelectorResumeToken struct{}

func (WatchAccessPointsRequestPathSelectorResumeToken) FieldPath

func (WatchAccessPointsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorResumeToken) WithValue

type WatchAccessPointsRequestPathSelectorStartingTime added in v0.1.20

type WatchAccessPointsRequestPathSelectorStartingTime struct{}

func (WatchAccessPointsRequestPathSelectorStartingTime) FieldPath added in v0.1.20

func (WatchAccessPointsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.1.20

func (WatchAccessPointsRequestPathSelectorStartingTime) WithValue added in v0.1.20

type WatchAccessPointsRequestPathSelectorType

type WatchAccessPointsRequestPathSelectorType struct{}

func (WatchAccessPointsRequestPathSelectorType) FieldPath

func (WatchAccessPointsRequestPathSelectorType) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorType) WithValue

type WatchAccessPointsRequestPathSelectorView

type WatchAccessPointsRequestPathSelectorView struct{}

func (WatchAccessPointsRequestPathSelectorView) FieldPath

func (WatchAccessPointsRequestPathSelectorView) WithArrayOfValues

func (WatchAccessPointsRequestPathSelectorView) WithValue

type WatchAccessPointsRequest_FieldMask

type WatchAccessPointsRequest_FieldMask struct {
	Paths []WatchAccessPointsRequest_FieldPath
}

func FullWatchAccessPointsRequest_FieldMask

func FullWatchAccessPointsRequest_FieldMask() *WatchAccessPointsRequest_FieldMask

func (*WatchAccessPointsRequest_FieldMask) AppendPath

func (*WatchAccessPointsRequest_FieldMask) AppendRawPath

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

func (*WatchAccessPointsRequest_FieldMask) DecodeFirestore

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

func (*WatchAccessPointsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAccessPointsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAccessPointsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchAccessPointsRequest_FieldMask) GetPaths

func (*WatchAccessPointsRequest_FieldMask) GetRawPaths

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

func (*WatchAccessPointsRequest_FieldMask) IsFull

func (fieldMask *WatchAccessPointsRequest_FieldMask) IsFull() bool

func (WatchAccessPointsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchAccessPointsRequest_FieldMask) MarshalJSON

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

func (*WatchAccessPointsRequest_FieldMask) PathsCount

func (fieldMask *WatchAccessPointsRequest_FieldMask) PathsCount() int

func (*WatchAccessPointsRequest_FieldMask) Project

func (*WatchAccessPointsRequest_FieldMask) ProjectRaw

func (*WatchAccessPointsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchAccessPointsRequest_FieldMask) ProtoMessage()

func (*WatchAccessPointsRequest_FieldMask) ProtoReflect

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

func (*WatchAccessPointsRequest_FieldMask) Reset

func (fieldMask *WatchAccessPointsRequest_FieldMask) Reset()

func (*WatchAccessPointsRequest_FieldMask) Set

func (fieldMask *WatchAccessPointsRequest_FieldMask) Set(target, source *WatchAccessPointsRequest)

func (*WatchAccessPointsRequest_FieldMask) SetFromCliFlag

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

func (*WatchAccessPointsRequest_FieldMask) SetRaw

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

func (*WatchAccessPointsRequest_FieldMask) Size

func (fieldMask *WatchAccessPointsRequest_FieldMask) Size() int

func (*WatchAccessPointsRequest_FieldMask) String

func (fieldMask *WatchAccessPointsRequest_FieldMask) String() string

func (*WatchAccessPointsRequest_FieldMask) Subtract

func (*WatchAccessPointsRequest_FieldMask) SubtractRaw

func (*WatchAccessPointsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAccessPointsRequest_FieldMask) Unmarshal

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

func (*WatchAccessPointsRequest_FieldMask) UnmarshalJSON

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

type WatchAccessPointsRequest_FieldPath

type WatchAccessPointsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAccessPointsRequest_FieldPathSelector
	Get(source *WatchAccessPointsRequest) []interface{}
	GetSingle(source *WatchAccessPointsRequest) (interface{}, bool)
	ClearValue(item *WatchAccessPointsRequest)

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

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

func MustParseWatchAccessPointsRequest_FieldPath

func MustParseWatchAccessPointsRequest_FieldPath(rawField string) WatchAccessPointsRequest_FieldPath

func ParseWatchAccessPointsRequest_FieldPath

func ParseWatchAccessPointsRequest_FieldPath(rawField string) (WatchAccessPointsRequest_FieldPath, error)

type WatchAccessPointsRequest_FieldPathArrayItemValue

type WatchAccessPointsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAccessPointsRequest_FieldPath
	ContainsValue(*WatchAccessPointsRequest) bool
}

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

func MustParseWatchAccessPointsRequest_FieldPathArrayItemValue

func MustParseWatchAccessPointsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchAccessPointsRequest_FieldPathArrayItemValue

func ParseWatchAccessPointsRequest_FieldPathArrayItemValue

func ParseWatchAccessPointsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAccessPointsRequest_FieldPathArrayItemValue, error)

ParseWatchAccessPointsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAccessPointsRequest_FieldPathArrayOfValues

type WatchAccessPointsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAccessPointsRequest_FieldPath
}

WatchAccessPointsRequest_FieldPathArrayOfValues allows storing slice of values for WatchAccessPointsRequest fields according to their type

func MustParseWatchAccessPointsRequest_FieldPathArrayOfValues

func MustParseWatchAccessPointsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAccessPointsRequest_FieldPathArrayOfValues

func ParseWatchAccessPointsRequest_FieldPathArrayOfValues

func ParseWatchAccessPointsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAccessPointsRequest_FieldPathArrayOfValues, error)

type WatchAccessPointsRequest_FieldPathSelector

type WatchAccessPointsRequest_FieldPathSelector int32
const (
	WatchAccessPointsRequest_FieldPathSelectorType         WatchAccessPointsRequest_FieldPathSelector = 0
	WatchAccessPointsRequest_FieldPathSelectorParent       WatchAccessPointsRequest_FieldPathSelector = 1
	WatchAccessPointsRequest_FieldPathSelectorPageSize     WatchAccessPointsRequest_FieldPathSelector = 2
	WatchAccessPointsRequest_FieldPathSelectorPageToken    WatchAccessPointsRequest_FieldPathSelector = 3
	WatchAccessPointsRequest_FieldPathSelectorOrderBy      WatchAccessPointsRequest_FieldPathSelector = 4
	WatchAccessPointsRequest_FieldPathSelectorResumeToken  WatchAccessPointsRequest_FieldPathSelector = 5
	WatchAccessPointsRequest_FieldPathSelectorStartingTime WatchAccessPointsRequest_FieldPathSelector = 6
	WatchAccessPointsRequest_FieldPathSelectorFilter       WatchAccessPointsRequest_FieldPathSelector = 7
	WatchAccessPointsRequest_FieldPathSelectorFieldMask    WatchAccessPointsRequest_FieldPathSelector = 8
	WatchAccessPointsRequest_FieldPathSelectorView         WatchAccessPointsRequest_FieldPathSelector = 9
	WatchAccessPointsRequest_FieldPathSelectorMaxChunkSize WatchAccessPointsRequest_FieldPathSelector = 10
)

func (WatchAccessPointsRequest_FieldPathSelector) String

type WatchAccessPointsRequest_FieldPathValue

type WatchAccessPointsRequest_FieldPathValue interface {
	WatchAccessPointsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAccessPointsRequest)
	CompareWith(*WatchAccessPointsRequest) (cmp int, comparable bool)
}

WatchAccessPointsRequest_FieldPathValue allows storing values for WatchAccessPointsRequest fields according to their type

func MustParseWatchAccessPointsRequest_FieldPathValue

func MustParseWatchAccessPointsRequest_FieldPathValue(pathStr, valueStr string) WatchAccessPointsRequest_FieldPathValue

func ParseWatchAccessPointsRequest_FieldPathValue

func ParseWatchAccessPointsRequest_FieldPathValue(pathStr, valueStr string) (WatchAccessPointsRequest_FieldPathValue, error)

type WatchAccessPointsRequest_FieldTerminalPath

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

func (*WatchAccessPointsRequest_FieldTerminalPath) ClearValue

func (*WatchAccessPointsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchAccessPointsRequest_FieldTerminalPath) Get

func (fp *WatchAccessPointsRequest_FieldTerminalPath) Get(source *WatchAccessPointsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchAccessPointsRequest

func (*WatchAccessPointsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAccessPointsRequest_FieldTerminalPath) GetRaw

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

func (*WatchAccessPointsRequest_FieldTerminalPath) GetSingle

func (fp *WatchAccessPointsRequest_FieldTerminalPath) GetSingle(source *WatchAccessPointsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAccessPointsRequest

func (*WatchAccessPointsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchAccessPointsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAccessPointsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAccessPointsRequest_FieldTerminalPath) Selector

func (*WatchAccessPointsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*WatchAccessPointsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAccessPointsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchAccessPointsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchAccessPointsRequest_FieldTerminalPath) WithIValue

func (*WatchAccessPointsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAccessPointsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAccessPointsRequest_FieldTerminalPath) WithRawIValue

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

type WatchAccessPointsRequest_FieldTerminalPathArrayItemValue

type WatchAccessPointsRequest_FieldTerminalPathArrayItemValue struct {
	WatchAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAccessPointsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAccessPointsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAccessPointsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAccessPointsRequest_FieldTerminalPathArrayOfValues

type WatchAccessPointsRequest_FieldTerminalPathArrayOfValues struct {
	WatchAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.1.20

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

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchAccessPointsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAccessPointsRequest_FieldTerminalPathValue

type WatchAccessPointsRequest_FieldTerminalPathValue struct {
	WatchAccessPointsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

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

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.1.20

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchAccessPointsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAccessPointsRequest_FieldTerminalPathValue' with the value under path in 'WatchAccessPointsRequest'.

func (*WatchAccessPointsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchAccessPointsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAccessPointsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAccessPointsRequest

func (*WatchAccessPointsRequest_FieldTerminalPathValue) SetToRaw

type WatchAccessPointsResponse

type WatchAccessPointsResponse struct {

	// Changes of AccessPoints
	AccessPointChanges []*access_point.AccessPointChange `` /* 148-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 AccessPoints 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 *WatchAccessPointsResponse_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 (AccessPoints 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
}

WatchAccessPointsResponse

func (*WatchAccessPointsResponse) Clone

func (*WatchAccessPointsResponse) CloneRaw

func (*WatchAccessPointsResponse) Descriptor

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

Deprecated, Use WatchAccessPointsResponse.ProtoReflect.Descriptor instead.

func (*WatchAccessPointsResponse) GetAccessPointChanges

func (m *WatchAccessPointsResponse) GetAccessPointChanges() []*access_point.AccessPointChange

func (*WatchAccessPointsResponse) GetIsCurrent

func (m *WatchAccessPointsResponse) GetIsCurrent() bool

func (*WatchAccessPointsResponse) GetIsHardReset

func (m *WatchAccessPointsResponse) GetIsHardReset() bool

func (*WatchAccessPointsResponse) GetIsSoftReset

func (m *WatchAccessPointsResponse) GetIsSoftReset() bool

func (*WatchAccessPointsResponse) GetPageTokenChange

func (*WatchAccessPointsResponse) GetResumeToken

func (m *WatchAccessPointsResponse) GetResumeToken() string

func (*WatchAccessPointsResponse) GetSnapshotSize

func (m *WatchAccessPointsResponse) GetSnapshotSize() int64

func (*WatchAccessPointsResponse) GotenMessage

func (*WatchAccessPointsResponse) GotenMessage()

func (*WatchAccessPointsResponse) GotenObjectExt

func (o *WatchAccessPointsResponse) GotenObjectExt()

func (*WatchAccessPointsResponse) GotenValidate

func (obj *WatchAccessPointsResponse) GotenValidate() error

func (*WatchAccessPointsResponse) MakeDiffFieldMask

func (*WatchAccessPointsResponse) MakeFullFieldMask

func (*WatchAccessPointsResponse) MakeRawDiffFieldMask

func (*WatchAccessPointsResponse) MakeRawFullFieldMask

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

func (*WatchAccessPointsResponse) Marshal

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

func (*WatchAccessPointsResponse) MarshalJSON

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

func (*WatchAccessPointsResponse) Merge

func (*WatchAccessPointsResponse) MergeRaw

func (*WatchAccessPointsResponse) ProtoMessage

func (*WatchAccessPointsResponse) ProtoMessage()

func (*WatchAccessPointsResponse) ProtoReflect

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

func (*WatchAccessPointsResponse) Reset

func (m *WatchAccessPointsResponse) Reset()

func (*WatchAccessPointsResponse) SetAccessPointChanges

func (m *WatchAccessPointsResponse) SetAccessPointChanges(fv []*access_point.AccessPointChange)

func (*WatchAccessPointsResponse) SetIsCurrent

func (m *WatchAccessPointsResponse) SetIsCurrent(fv bool)

func (*WatchAccessPointsResponse) SetIsHardReset

func (m *WatchAccessPointsResponse) SetIsHardReset(fv bool)

func (*WatchAccessPointsResponse) SetIsSoftReset

func (m *WatchAccessPointsResponse) SetIsSoftReset(fv bool)

func (*WatchAccessPointsResponse) SetPageTokenChange

func (*WatchAccessPointsResponse) SetResumeToken

func (m *WatchAccessPointsResponse) SetResumeToken(fv string)

func (*WatchAccessPointsResponse) SetSnapshotSize

func (m *WatchAccessPointsResponse) SetSnapshotSize(fv int64)

func (*WatchAccessPointsResponse) String

func (m *WatchAccessPointsResponse) String() string

func (*WatchAccessPointsResponse) Unmarshal

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

func (*WatchAccessPointsResponse) UnmarshalJSON

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

type WatchAccessPointsResponseFieldPathBuilder

type WatchAccessPointsResponseFieldPathBuilder struct{}

func NewWatchAccessPointsResponseFieldPathBuilder

func NewWatchAccessPointsResponseFieldPathBuilder() WatchAccessPointsResponseFieldPathBuilder

func (WatchAccessPointsResponseFieldPathBuilder) AccessPointChanges

func (WatchAccessPointsResponseFieldPathBuilder) IsCurrent

func (WatchAccessPointsResponseFieldPathBuilder) IsHardReset

func (WatchAccessPointsResponseFieldPathBuilder) IsSoftReset

func (WatchAccessPointsResponseFieldPathBuilder) PageTokenChange

func (WatchAccessPointsResponseFieldPathBuilder) ResumeToken

func (WatchAccessPointsResponseFieldPathBuilder) SnapshotSize

type WatchAccessPointsResponsePageTokenChangeFieldPathBuilder

type WatchAccessPointsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchAccessPointsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchAccessPointsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchAccessPointsResponsePageTokenChange_FieldPath

type WatchAccessPointsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAccessPointsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchAccessPointsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchAccessPointsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchAccessPointsResponse_PageTokenChange)

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

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

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPath

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPath(rawField string) WatchAccessPointsResponsePageTokenChange_FieldPath

func ParseWatchAccessPointsResponsePageTokenChange_FieldPath

func ParseWatchAccessPointsResponsePageTokenChange_FieldPath(rawField string) (WatchAccessPointsResponsePageTokenChange_FieldPath, error)

type WatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue

type WatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAccessPointsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchAccessPointsResponse_PageTokenChange) bool
}

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

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues

type WatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAccessPointsResponsePageTokenChange_FieldPath
}

WatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAccessPointsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchAccessPointsResponsePageTokenChange_FieldPathSelector

type WatchAccessPointsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchAccessPointsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchAccessPointsResponsePageTokenChange_FieldPathSelector = 0
	WatchAccessPointsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchAccessPointsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchAccessPointsResponsePageTokenChange_FieldPathSelector) String

type WatchAccessPointsResponsePageTokenChange_FieldPathValue

type WatchAccessPointsResponsePageTokenChange_FieldPathValue interface {
	WatchAccessPointsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAccessPointsResponse_PageTokenChange)
	CompareWith(*WatchAccessPointsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchAccessPointsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPathValue

func MustParseWatchAccessPointsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchAccessPointsResponsePageTokenChange_FieldPathValue

func ParseWatchAccessPointsResponsePageTokenChange_FieldPathValue

func ParseWatchAccessPointsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchAccessPointsResponsePageTokenChange_FieldPathValue, error)

type WatchAccessPointsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchAccessPointsResponse_PageTokenChange

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchAccessPointsResponse_PageTokenChange

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchAccessPointsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchAccessPointsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue

type WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchAccessPointsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchAccessPointsResponse_PageTokenChange'.

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchAccessPointsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchAccessPointsResponsePathSelectorAccessPointChanges

type WatchAccessPointsResponsePathSelectorAccessPointChanges struct{}

func (WatchAccessPointsResponsePathSelectorAccessPointChanges) FieldPath

func (WatchAccessPointsResponsePathSelectorAccessPointChanges) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorAccessPointChanges) WithValue

type WatchAccessPointsResponsePathSelectorIsCurrent

type WatchAccessPointsResponsePathSelectorIsCurrent struct{}

func (WatchAccessPointsResponsePathSelectorIsCurrent) FieldPath

func (WatchAccessPointsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorIsCurrent) WithValue

type WatchAccessPointsResponsePathSelectorIsHardReset

type WatchAccessPointsResponsePathSelectorIsHardReset struct{}

func (WatchAccessPointsResponsePathSelectorIsHardReset) FieldPath

func (WatchAccessPointsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorIsHardReset) WithValue

type WatchAccessPointsResponsePathSelectorIsSoftReset

type WatchAccessPointsResponsePathSelectorIsSoftReset struct{}

func (WatchAccessPointsResponsePathSelectorIsSoftReset) FieldPath

func (WatchAccessPointsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorIsSoftReset) WithValue

type WatchAccessPointsResponsePathSelectorPageTokenChange

type WatchAccessPointsResponsePathSelectorPageTokenChange struct{}

func (WatchAccessPointsResponsePathSelectorPageTokenChange) FieldPath

func (WatchAccessPointsResponsePathSelectorPageTokenChange) NextPageToken

func (WatchAccessPointsResponsePathSelectorPageTokenChange) PrevPageToken

type WatchAccessPointsResponsePathSelectorPageTokenChangeNextPageToken

type WatchAccessPointsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchAccessPointsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchAccessPointsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchAccessPointsResponsePathSelectorPageTokenChangePrevPageToken

type WatchAccessPointsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchAccessPointsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchAccessPointsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchAccessPointsResponsePathSelectorResumeToken

type WatchAccessPointsResponsePathSelectorResumeToken struct{}

func (WatchAccessPointsResponsePathSelectorResumeToken) FieldPath

func (WatchAccessPointsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorResumeToken) WithValue

type WatchAccessPointsResponsePathSelectorSnapshotSize

type WatchAccessPointsResponsePathSelectorSnapshotSize struct{}

func (WatchAccessPointsResponsePathSelectorSnapshotSize) FieldPath

func (WatchAccessPointsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchAccessPointsResponsePathSelectorSnapshotSize) WithValue

type WatchAccessPointsResponse_FieldMask

type WatchAccessPointsResponse_FieldMask struct {
	Paths []WatchAccessPointsResponse_FieldPath
}

func FullWatchAccessPointsResponse_FieldMask

func FullWatchAccessPointsResponse_FieldMask() *WatchAccessPointsResponse_FieldMask

func (*WatchAccessPointsResponse_FieldMask) AppendPath

func (*WatchAccessPointsResponse_FieldMask) AppendRawPath

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

func (*WatchAccessPointsResponse_FieldMask) DecodeFirestore

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

func (*WatchAccessPointsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchAccessPointsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAccessPointsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchAccessPointsResponse_FieldMask) GetPaths

func (*WatchAccessPointsResponse_FieldMask) GetRawPaths

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

func (*WatchAccessPointsResponse_FieldMask) IsFull

func (fieldMask *WatchAccessPointsResponse_FieldMask) IsFull() bool

func (WatchAccessPointsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchAccessPointsResponse_FieldMask) MarshalJSON

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

func (*WatchAccessPointsResponse_FieldMask) PathsCount

func (fieldMask *WatchAccessPointsResponse_FieldMask) PathsCount() int

func (*WatchAccessPointsResponse_FieldMask) Project

func (*WatchAccessPointsResponse_FieldMask) ProjectRaw

func (*WatchAccessPointsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchAccessPointsResponse_FieldMask) ProtoMessage()

func (*WatchAccessPointsResponse_FieldMask) ProtoReflect

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

func (*WatchAccessPointsResponse_FieldMask) Reset

func (fieldMask *WatchAccessPointsResponse_FieldMask) Reset()

func (*WatchAccessPointsResponse_FieldMask) Set

func (fieldMask *WatchAccessPointsResponse_FieldMask) Set(target, source *WatchAccessPointsResponse)

func (*WatchAccessPointsResponse_FieldMask) SetFromCliFlag

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

func (*WatchAccessPointsResponse_FieldMask) SetRaw

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

func (*WatchAccessPointsResponse_FieldMask) Size

func (fieldMask *WatchAccessPointsResponse_FieldMask) Size() int

func (*WatchAccessPointsResponse_FieldMask) String

func (fieldMask *WatchAccessPointsResponse_FieldMask) String() string

func (*WatchAccessPointsResponse_FieldMask) Subtract

func (*WatchAccessPointsResponse_FieldMask) SubtractRaw

func (*WatchAccessPointsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchAccessPointsResponse_FieldMask) Unmarshal

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

func (*WatchAccessPointsResponse_FieldMask) UnmarshalJSON

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

type WatchAccessPointsResponse_FieldPath

type WatchAccessPointsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchAccessPointsResponse_FieldPathSelector
	Get(source *WatchAccessPointsResponse) []interface{}
	GetSingle(source *WatchAccessPointsResponse) (interface{}, bool)
	ClearValue(item *WatchAccessPointsResponse)

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

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

func MustParseWatchAccessPointsResponse_FieldPath

func MustParseWatchAccessPointsResponse_FieldPath(rawField string) WatchAccessPointsResponse_FieldPath

func ParseWatchAccessPointsResponse_FieldPath

func ParseWatchAccessPointsResponse_FieldPath(rawField string) (WatchAccessPointsResponse_FieldPath, error)

type WatchAccessPointsResponse_FieldPathArrayItemValue

type WatchAccessPointsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchAccessPointsResponse_FieldPath
	ContainsValue(*WatchAccessPointsResponse) bool
}

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

func MustParseWatchAccessPointsResponse_FieldPathArrayItemValue

func MustParseWatchAccessPointsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchAccessPointsResponse_FieldPathArrayItemValue

func ParseWatchAccessPointsResponse_FieldPathArrayItemValue

func ParseWatchAccessPointsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchAccessPointsResponse_FieldPathArrayItemValue, error)

ParseWatchAccessPointsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchAccessPointsResponse_FieldPathArrayOfValues

type WatchAccessPointsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchAccessPointsResponse_FieldPath
}

WatchAccessPointsResponse_FieldPathArrayOfValues allows storing slice of values for WatchAccessPointsResponse fields according to their type

func MustParseWatchAccessPointsResponse_FieldPathArrayOfValues

func MustParseWatchAccessPointsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchAccessPointsResponse_FieldPathArrayOfValues

func ParseWatchAccessPointsResponse_FieldPathArrayOfValues

func ParseWatchAccessPointsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchAccessPointsResponse_FieldPathArrayOfValues, error)

type WatchAccessPointsResponse_FieldPathSelector

type WatchAccessPointsResponse_FieldPathSelector int32
const (
	WatchAccessPointsResponse_FieldPathSelectorAccessPointChanges WatchAccessPointsResponse_FieldPathSelector = 0
	WatchAccessPointsResponse_FieldPathSelectorIsCurrent          WatchAccessPointsResponse_FieldPathSelector = 1
	WatchAccessPointsResponse_FieldPathSelectorPageTokenChange    WatchAccessPointsResponse_FieldPathSelector = 2
	WatchAccessPointsResponse_FieldPathSelectorResumeToken        WatchAccessPointsResponse_FieldPathSelector = 3
	WatchAccessPointsResponse_FieldPathSelectorSnapshotSize       WatchAccessPointsResponse_FieldPathSelector = 4
	WatchAccessPointsResponse_FieldPathSelectorIsSoftReset        WatchAccessPointsResponse_FieldPathSelector = 5
	WatchAccessPointsResponse_FieldPathSelectorIsHardReset        WatchAccessPointsResponse_FieldPathSelector = 6
)

func (WatchAccessPointsResponse_FieldPathSelector) String

type WatchAccessPointsResponse_FieldPathValue

type WatchAccessPointsResponse_FieldPathValue interface {
	WatchAccessPointsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchAccessPointsResponse)
	CompareWith(*WatchAccessPointsResponse) (cmp int, comparable bool)
}

WatchAccessPointsResponse_FieldPathValue allows storing values for WatchAccessPointsResponse fields according to their type

func MustParseWatchAccessPointsResponse_FieldPathValue

func MustParseWatchAccessPointsResponse_FieldPathValue(pathStr, valueStr string) WatchAccessPointsResponse_FieldPathValue

func ParseWatchAccessPointsResponse_FieldPathValue

func ParseWatchAccessPointsResponse_FieldPathValue(pathStr, valueStr string) (WatchAccessPointsResponse_FieldPathValue, error)

type WatchAccessPointsResponse_FieldSubPath

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

func (*WatchAccessPointsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchAccessPointsResponse_FieldSubPath) ClearValue

func (*WatchAccessPointsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchAccessPointsResponse_FieldSubPath) Get

func (fps *WatchAccessPointsResponse_FieldSubPath) Get(source *WatchAccessPointsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchAccessPointsResponse

func (*WatchAccessPointsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAccessPointsResponse_FieldSubPath) GetRaw

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

func (*WatchAccessPointsResponse_FieldSubPath) GetSingle

func (fps *WatchAccessPointsResponse_FieldSubPath) GetSingle(source *WatchAccessPointsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchAccessPointsResponse

func (*WatchAccessPointsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchAccessPointsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAccessPointsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAccessPointsResponse_FieldSubPath) Selector

func (*WatchAccessPointsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*WatchAccessPointsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchAccessPointsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchAccessPointsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchAccessPointsResponse_FieldSubPath) WithIValue

func (*WatchAccessPointsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchAccessPointsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchAccessPointsResponse_FieldSubPath) WithRawIValue

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

type WatchAccessPointsResponse_FieldSubPathArrayItemValue

type WatchAccessPointsResponse_FieldSubPathArrayItemValue struct {
	WatchAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchAccessPointsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchAccessPointsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchAccessPointsResponse_FieldSubPathArrayOfValues

type WatchAccessPointsResponse_FieldSubPathArrayOfValues struct {
	WatchAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchAccessPointsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchAccessPointsResponse_FieldSubPathValue

type WatchAccessPointsResponse_FieldSubPathValue struct {
	WatchAccessPointsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchAccessPointsResponse_FieldSubPathValue) CompareWith

func (*WatchAccessPointsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchAccessPointsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchAccessPointsResponse_FieldSubPathValue) SetTo

func (*WatchAccessPointsResponse_FieldSubPathValue) SetToRaw

type WatchAccessPointsResponse_FieldTerminalPath

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

func (*WatchAccessPointsResponse_FieldTerminalPath) ClearValue

func (*WatchAccessPointsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchAccessPointsResponse_FieldTerminalPath) Get

func (fp *WatchAccessPointsResponse_FieldTerminalPath) Get(source *WatchAccessPointsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchAccessPointsResponse

func (*WatchAccessPointsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchAccessPointsResponse_FieldTerminalPath) GetRaw

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

func (*WatchAccessPointsResponse_FieldTerminalPath) GetSingle

func (fp *WatchAccessPointsResponse_FieldTerminalPath) GetSingle(source *WatchAccessPointsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchAccessPointsResponse

func (*WatchAccessPointsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchAccessPointsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchAccessPointsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchAccessPointsResponse_FieldTerminalPath) Selector

func (*WatchAccessPointsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

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

func (*WatchAccessPointsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchAccessPointsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchAccessPointsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchAccessPointsResponse_FieldTerminalPath) WithIValue

func (*WatchAccessPointsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchAccessPointsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchAccessPointsResponse_FieldTerminalPath) WithRawIValue

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

type WatchAccessPointsResponse_FieldTerminalPathArrayItemValue

type WatchAccessPointsResponse_FieldTerminalPathArrayItemValue struct {
	WatchAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponse_FieldTerminalPathArrayItemValue) AsAccessPointChangesItemValue

func (*WatchAccessPointsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchAccessPointsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchAccessPointsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchAccessPointsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchAccessPointsResponse_FieldTerminalPathArrayOfValues

type WatchAccessPointsResponse_FieldTerminalPathArrayOfValues struct {
	WatchAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsAccessPointChangesArrayOfValues

func (fpaov *WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsAccessPointChangesArrayOfValues() ([][]*access_point.AccessPointChange, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchAccessPointsResponse_FieldTerminalPathValue

type WatchAccessPointsResponse_FieldTerminalPathValue struct {
	WatchAccessPointsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponse_FieldTerminalPathValue) AsAccessPointChangesValue

func (*WatchAccessPointsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchAccessPointsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchAccessPointsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchAccessPointsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchAccessPointsResponse_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchAccessPointsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchAccessPointsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchAccessPointsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchAccessPointsResponse_FieldTerminalPathValue' with the value under path in 'WatchAccessPointsResponse'.

func (*WatchAccessPointsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchAccessPointsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchAccessPointsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchAccessPointsResponse

func (*WatchAccessPointsResponse_FieldTerminalPathValue) SetToRaw

type WatchAccessPointsResponse_PageTokenChange

type WatchAccessPointsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *access_point.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *access_point.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchAccessPointsResponse_PageTokenChange) Clone

func (*WatchAccessPointsResponse_PageTokenChange) CloneRaw

func (*WatchAccessPointsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchAccessPointsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAccessPointsResponse_PageTokenChange) GetNextPageToken

func (*WatchAccessPointsResponse_PageTokenChange) GetPrevPageToken

func (*WatchAccessPointsResponse_PageTokenChange) GotenMessage

func (*WatchAccessPointsResponse_PageTokenChange) GotenObjectExt

func (o *WatchAccessPointsResponse_PageTokenChange) GotenObjectExt()

func (*WatchAccessPointsResponse_PageTokenChange) GotenValidate

func (obj *WatchAccessPointsResponse_PageTokenChange) GotenValidate() error

func (*WatchAccessPointsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchAccessPointsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchAccessPointsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchAccessPointsResponse_PageTokenChange) Marshal

func (*WatchAccessPointsResponse_PageTokenChange) MarshalJSON

func (*WatchAccessPointsResponse_PageTokenChange) Merge

func (*WatchAccessPointsResponse_PageTokenChange) MergeRaw

func (*WatchAccessPointsResponse_PageTokenChange) ProtoMessage

func (*WatchAccessPointsResponse_PageTokenChange) ProtoReflect

func (*WatchAccessPointsResponse_PageTokenChange) Reset

func (*WatchAccessPointsResponse_PageTokenChange) SetNextPageToken

func (*WatchAccessPointsResponse_PageTokenChange) SetPrevPageToken

func (*WatchAccessPointsResponse_PageTokenChange) String

func (*WatchAccessPointsResponse_PageTokenChange) Unmarshal

func (*WatchAccessPointsResponse_PageTokenChange) UnmarshalJSON

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

type WatchAccessPointsResponse_PageTokenChangePathSelectorNextPageToken

type WatchAccessPointsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchAccessPointsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchAccessPointsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchAccessPointsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchAccessPointsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchAccessPointsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchAccessPointsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchAccessPointsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchAccessPointsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchAccessPointsResponse_PageTokenChange_FieldMask

type WatchAccessPointsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchAccessPointsResponsePageTokenChange_FieldPath
}

func FullWatchAccessPointsResponse_PageTokenChange_FieldMask

func FullWatchAccessPointsResponse_PageTokenChange_FieldMask() *WatchAccessPointsResponse_PageTokenChange_FieldMask

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) IsFull

func (WatchAccessPointsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchAccessPointsResponse_PageTokenChange_FieldMask) MarshalJSON

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

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) Project

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchAccessPointsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) Reset

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) Set

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) Size

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) String

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) Unmarshal

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

func (*WatchAccessPointsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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