port_forwarding_service_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: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetPortForwardingServicesDescriptor added in v0.1.7

type BatchGetPortForwardingServicesDescriptor struct{}

func GetBatchGetPortForwardingServicesDescriptor added in v0.1.7

func GetBatchGetPortForwardingServicesDescriptor() *BatchGetPortForwardingServicesDescriptor

func (*BatchGetPortForwardingServicesDescriptor) GetApiDescriptor added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) GetApiName added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) GetClientMsgReflectHandle added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) GetFullMethodName added in v0.1.7

func (d *BatchGetPortForwardingServicesDescriptor) GetFullMethodName() string

func (*BatchGetPortForwardingServicesDescriptor) GetMethodName added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) GetProtoPkgName added in v0.1.7

func (d *BatchGetPortForwardingServicesDescriptor) GetProtoPkgName() string

func (*BatchGetPortForwardingServicesDescriptor) GetResourceDescriptor added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptor) GetServerMsgReflectHandle added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) GetServiceDomain added in v0.1.7

func (d *BatchGetPortForwardingServicesDescriptor) GetServiceDomain() string

func (*BatchGetPortForwardingServicesDescriptor) GetServiceVersion added in v0.1.7

func (d *BatchGetPortForwardingServicesDescriptor) GetServiceVersion() string

func (*BatchGetPortForwardingServicesDescriptor) GetVerb added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) HasResource added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptor) IsClientStream added in v0.1.7

func (d *BatchGetPortForwardingServicesDescriptor) IsClientStream() bool

func (*BatchGetPortForwardingServicesDescriptor) IsCollection added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptor) IsPlural added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptor) IsServerStream added in v0.1.7

func (d *BatchGetPortForwardingServicesDescriptor) IsServerStream() bool

func (*BatchGetPortForwardingServicesDescriptor) IsUnary added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) NewEmptyClientMsg added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) NewEmptyServerMsg added in v0.1.7

func (*BatchGetPortForwardingServicesDescriptor) RequestHasResourceBody added in v0.1.7

func (d *BatchGetPortForwardingServicesDescriptor) RequestHasResourceBody() bool

type BatchGetPortForwardingServicesDescriptorClientMsgHandle added in v0.1.7

type BatchGetPortForwardingServicesDescriptorClientMsgHandle struct{}

func (*BatchGetPortForwardingServicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type BatchGetPortForwardingServicesDescriptorServerMsgHandle added in v0.1.7

type BatchGetPortForwardingServicesDescriptorServerMsgHandle struct{}

func (*BatchGetPortForwardingServicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*BatchGetPortForwardingServicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type BatchGetPortForwardingServicesRequest

type BatchGetPortForwardingServicesRequest struct {

	// Names of PortForwardingServices
	Names []*port_forwarding_service.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=names,proto3" json:"names,omitempty" firestore:"names"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *port_forwarding_service.PortForwardingService_FieldMask `` /* 153-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 [BatchGetPortForwardingServices][ntt.ztna.v1alpha.BatchGetPortForwardingServices]

func (*BatchGetPortForwardingServicesRequest) Clone

func (*BatchGetPortForwardingServicesRequest) CloneRaw

func (*BatchGetPortForwardingServicesRequest) Descriptor

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

Deprecated, Use BatchGetPortForwardingServicesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetPortForwardingServicesRequest) GetFieldMask

func (*BatchGetPortForwardingServicesRequest) GetNames

func (*BatchGetPortForwardingServicesRequest) GetView

func (*BatchGetPortForwardingServicesRequest) GotenMessage

func (*BatchGetPortForwardingServicesRequest) GotenMessage()

func (*BatchGetPortForwardingServicesRequest) GotenObjectExt

func (o *BatchGetPortForwardingServicesRequest) GotenObjectExt()

func (*BatchGetPortForwardingServicesRequest) GotenValidate

func (obj *BatchGetPortForwardingServicesRequest) GotenValidate() error

func (*BatchGetPortForwardingServicesRequest) MakeFullFieldMask

func (*BatchGetPortForwardingServicesRequest) MakeRawDiffFieldMask

func (*BatchGetPortForwardingServicesRequest) MakeRawFullFieldMask

func (*BatchGetPortForwardingServicesRequest) Marshal

func (*BatchGetPortForwardingServicesRequest) MarshalJSON

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

func (*BatchGetPortForwardingServicesRequest) Merge

func (*BatchGetPortForwardingServicesRequest) MergeRaw

func (*BatchGetPortForwardingServicesRequest) ProtoMessage

func (*BatchGetPortForwardingServicesRequest) ProtoMessage()

func (*BatchGetPortForwardingServicesRequest) ProtoReflect

func (*BatchGetPortForwardingServicesRequest) Reset

func (*BatchGetPortForwardingServicesRequest) SetFieldMask

func (*BatchGetPortForwardingServicesRequest) SetNames

func (*BatchGetPortForwardingServicesRequest) SetView

func (*BatchGetPortForwardingServicesRequest) String

func (*BatchGetPortForwardingServicesRequest) Unmarshal

func (*BatchGetPortForwardingServicesRequest) UnmarshalJSON

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

type BatchGetPortForwardingServicesRequestFieldPathBuilder

type BatchGetPortForwardingServicesRequestFieldPathBuilder struct{}

func (BatchGetPortForwardingServicesRequestFieldPathBuilder) FieldMask

func (BatchGetPortForwardingServicesRequestFieldPathBuilder) Names

func (BatchGetPortForwardingServicesRequestFieldPathBuilder) View

type BatchGetPortForwardingServicesRequestPathSelectorFieldMask

type BatchGetPortForwardingServicesRequestPathSelectorFieldMask struct{}

func (BatchGetPortForwardingServicesRequestPathSelectorFieldMask) FieldPath

type BatchGetPortForwardingServicesRequestPathSelectorNames

type BatchGetPortForwardingServicesRequestPathSelectorNames struct{}

func (BatchGetPortForwardingServicesRequestPathSelectorNames) FieldPath

type BatchGetPortForwardingServicesRequestPathSelectorView

type BatchGetPortForwardingServicesRequestPathSelectorView struct{}

func (BatchGetPortForwardingServicesRequestPathSelectorView) FieldPath

func (BatchGetPortForwardingServicesRequestPathSelectorView) WithArrayOfValues

func (BatchGetPortForwardingServicesRequestPathSelectorView) WithValue

type BatchGetPortForwardingServicesRequest_FieldMask

type BatchGetPortForwardingServicesRequest_FieldMask struct {
	Paths []BatchGetPortForwardingServicesRequest_FieldPath
}

func FullBatchGetPortForwardingServicesRequest_FieldMask

func FullBatchGetPortForwardingServicesRequest_FieldMask() *BatchGetPortForwardingServicesRequest_FieldMask

func (*BatchGetPortForwardingServicesRequest_FieldMask) AppendPath

func (*BatchGetPortForwardingServicesRequest_FieldMask) AppendRawPath

func (*BatchGetPortForwardingServicesRequest_FieldMask) DecodeFirestore

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

func (*BatchGetPortForwardingServicesRequest_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*BatchGetPortForwardingServicesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPortForwardingServicesRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetPortForwardingServicesRequest_FieldMask) GetPaths

func (*BatchGetPortForwardingServicesRequest_FieldMask) GetRawPaths

func (*BatchGetPortForwardingServicesRequest_FieldMask) IsFull

func (BatchGetPortForwardingServicesRequest_FieldMask) Marshal

implement methods required by customType

func (BatchGetPortForwardingServicesRequest_FieldMask) MarshalJSON

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

func (*BatchGetPortForwardingServicesRequest_FieldMask) PathsCount

func (fieldMask *BatchGetPortForwardingServicesRequest_FieldMask) PathsCount() int

func (*BatchGetPortForwardingServicesRequest_FieldMask) Project

func (*BatchGetPortForwardingServicesRequest_FieldMask) ProjectRaw

func (*BatchGetPortForwardingServicesRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetPortForwardingServicesRequest_FieldMask) ProtoMessage()

func (*BatchGetPortForwardingServicesRequest_FieldMask) ProtoReflect

func (*BatchGetPortForwardingServicesRequest_FieldMask) Reset

func (*BatchGetPortForwardingServicesRequest_FieldMask) Set

func (*BatchGetPortForwardingServicesRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetPortForwardingServicesRequest_FieldMask) SetRaw

func (*BatchGetPortForwardingServicesRequest_FieldMask) Size

func (*BatchGetPortForwardingServicesRequest_FieldMask) String

func (*BatchGetPortForwardingServicesRequest_FieldMask) SubtractRaw

func (*BatchGetPortForwardingServicesRequest_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*BatchGetPortForwardingServicesRequest_FieldMask) Unmarshal

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

func (*BatchGetPortForwardingServicesRequest_FieldMask) UnmarshalJSON

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

type BatchGetPortForwardingServicesRequest_FieldPath

type BatchGetPortForwardingServicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPortForwardingServicesRequest_FieldPathSelector
	Get(source *BatchGetPortForwardingServicesRequest) []interface{}
	GetSingle(source *BatchGetPortForwardingServicesRequest) (interface{}, bool)
	ClearValue(item *BatchGetPortForwardingServicesRequest)

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

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

func MustParseBatchGetPortForwardingServicesRequest_FieldPath

func MustParseBatchGetPortForwardingServicesRequest_FieldPath(rawField string) BatchGetPortForwardingServicesRequest_FieldPath

func ParseBatchGetPortForwardingServicesRequest_FieldPath

func ParseBatchGetPortForwardingServicesRequest_FieldPath(rawField string) (BatchGetPortForwardingServicesRequest_FieldPath, error)

type BatchGetPortForwardingServicesRequest_FieldPathArrayItemValue

type BatchGetPortForwardingServicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPortForwardingServicesRequest_FieldPath
	ContainsValue(*BatchGetPortForwardingServicesRequest) bool
}

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

func MustParseBatchGetPortForwardingServicesRequest_FieldPathArrayItemValue

func MustParseBatchGetPortForwardingServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPortForwardingServicesRequest_FieldPathArrayItemValue

func ParseBatchGetPortForwardingServicesRequest_FieldPathArrayItemValue

func ParseBatchGetPortForwardingServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPortForwardingServicesRequest_FieldPathArrayItemValue, error)

ParseBatchGetPortForwardingServicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPortForwardingServicesRequest_FieldPathArrayOfValues

type BatchGetPortForwardingServicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPortForwardingServicesRequest_FieldPath
}

BatchGetPortForwardingServicesRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetPortForwardingServicesRequest fields according to their type

func MustParseBatchGetPortForwardingServicesRequest_FieldPathArrayOfValues

func MustParseBatchGetPortForwardingServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPortForwardingServicesRequest_FieldPathArrayOfValues

func ParseBatchGetPortForwardingServicesRequest_FieldPathArrayOfValues

func ParseBatchGetPortForwardingServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPortForwardingServicesRequest_FieldPathArrayOfValues, error)

type BatchGetPortForwardingServicesRequest_FieldPathSelector

type BatchGetPortForwardingServicesRequest_FieldPathSelector int32
const (
	BatchGetPortForwardingServicesRequest_FieldPathSelectorNames     BatchGetPortForwardingServicesRequest_FieldPathSelector = 0
	BatchGetPortForwardingServicesRequest_FieldPathSelectorFieldMask BatchGetPortForwardingServicesRequest_FieldPathSelector = 1
	BatchGetPortForwardingServicesRequest_FieldPathSelectorView      BatchGetPortForwardingServicesRequest_FieldPathSelector = 2
)

func (BatchGetPortForwardingServicesRequest_FieldPathSelector) String

type BatchGetPortForwardingServicesRequest_FieldPathValue

type BatchGetPortForwardingServicesRequest_FieldPathValue interface {
	BatchGetPortForwardingServicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPortForwardingServicesRequest)
	CompareWith(*BatchGetPortForwardingServicesRequest) (cmp int, comparable bool)
}

BatchGetPortForwardingServicesRequest_FieldPathValue allows storing values for BatchGetPortForwardingServicesRequest fields according to their type

func MustParseBatchGetPortForwardingServicesRequest_FieldPathValue

func MustParseBatchGetPortForwardingServicesRequest_FieldPathValue(pathStr, valueStr string) BatchGetPortForwardingServicesRequest_FieldPathValue

func ParseBatchGetPortForwardingServicesRequest_FieldPathValue

func ParseBatchGetPortForwardingServicesRequest_FieldPathValue(pathStr, valueStr string) (BatchGetPortForwardingServicesRequest_FieldPathValue, error)

type BatchGetPortForwardingServicesRequest_FieldTerminalPath

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

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) ClearValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetPortForwardingServicesRequest

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) GetRaw

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetPortForwardingServicesRequest

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) Selector

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) WithIValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPath) WithRawIValue

type BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayItemValue

type BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

type BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayOfValues

type BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPortForwardingServicesRequest_FieldTerminalPathValue

type BatchGetPortForwardingServicesRequest_FieldTerminalPathValue struct {
	BatchGetPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPortForwardingServicesRequest_FieldTerminalPathValue' with the value under path in 'BatchGetPortForwardingServicesRequest'.

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPortForwardingServicesRequest

func (*BatchGetPortForwardingServicesRequest_FieldTerminalPathValue) SetToRaw

type BatchGetPortForwardingServicesResponse

type BatchGetPortForwardingServicesResponse struct {

	// found PortForwardingServices
	PortForwardingServices []*port_forwarding_service.PortForwardingService `` /* 164-byte string literal not displayed */
	// list of not found PortForwardingServices
	Missing []*port_forwarding_service.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetPortForwardingServicesResponse

func (*BatchGetPortForwardingServicesResponse) Clone

func (*BatchGetPortForwardingServicesResponse) CloneRaw

func (*BatchGetPortForwardingServicesResponse) Descriptor

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

Deprecated, Use BatchGetPortForwardingServicesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetPortForwardingServicesResponse) GetMissing

func (*BatchGetPortForwardingServicesResponse) GetPortForwardingServices

func (*BatchGetPortForwardingServicesResponse) GotenMessage

func (*BatchGetPortForwardingServicesResponse) GotenObjectExt

func (o *BatchGetPortForwardingServicesResponse) GotenObjectExt()

func (*BatchGetPortForwardingServicesResponse) GotenValidate

func (obj *BatchGetPortForwardingServicesResponse) GotenValidate() error

func (*BatchGetPortForwardingServicesResponse) MakeFullFieldMask

func (*BatchGetPortForwardingServicesResponse) MakeRawDiffFieldMask

func (*BatchGetPortForwardingServicesResponse) MakeRawFullFieldMask

func (*BatchGetPortForwardingServicesResponse) Marshal

func (*BatchGetPortForwardingServicesResponse) MarshalJSON

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

func (*BatchGetPortForwardingServicesResponse) Merge

func (*BatchGetPortForwardingServicesResponse) MergeRaw

func (*BatchGetPortForwardingServicesResponse) ProtoMessage

func (*BatchGetPortForwardingServicesResponse) ProtoReflect

func (*BatchGetPortForwardingServicesResponse) Reset

func (*BatchGetPortForwardingServicesResponse) SetMissing

func (*BatchGetPortForwardingServicesResponse) SetPortForwardingServices

func (*BatchGetPortForwardingServicesResponse) String

func (*BatchGetPortForwardingServicesResponse) Unmarshal

func (*BatchGetPortForwardingServicesResponse) UnmarshalJSON

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

type BatchGetPortForwardingServicesResponseFieldPathBuilder

type BatchGetPortForwardingServicesResponseFieldPathBuilder struct{}

func (BatchGetPortForwardingServicesResponseFieldPathBuilder) Missing

type BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations

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

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations) FieldPath

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations) WithArrayOfValues

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations) WithValue

type BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels

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

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels) FieldPath

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels) WithArrayOfValues

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels) WithValue

type BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards

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

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards) FieldPath

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards) WithArrayOfValues

func (BatchGetPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorMissing

type BatchGetPortForwardingServicesResponsePathSelectorMissing struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorMissing) FieldPath

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServices

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServices struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServices) FieldPath

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) DeleteTime added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) Lifecycle added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime) FieldPath added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime) WithArrayOfValues added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime) WithValue added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) BlockDeletion added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) FieldPath added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) State added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) WithArrayOfValues added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) WithValue added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion) FieldPath added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion) WithValue added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState) FieldPath added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState) WithArrayOfValues added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState) WithValue added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) Region added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) Version added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) WithItemValue

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion) FieldPath added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion) WithValue added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion) FieldPath added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.1.17

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion) WithValue added in v0.1.17

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) WithItemValue

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) WithItemValue

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesName

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesName struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesName) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesName) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesName) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpec

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpec struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpec) FieldPath

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) WithItemValue

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) WithItemValue

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled) FieldPath

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled) WithArrayOfValues

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled) WithValue

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecProviderLoadBalancingMode

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecProviderLoadBalancingMode struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecProviderLoadBalancingMode) FieldPath

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecTargetLoadBalancingMode

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecTargetLoadBalancingMode struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecTargetLoadBalancingMode) FieldPath

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesStatus

type BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesStatus struct{}

func (BatchGetPortForwardingServicesResponsePathSelectorPortForwardingServicesStatus) FieldPath

type BatchGetPortForwardingServicesResponse_FieldMask

type BatchGetPortForwardingServicesResponse_FieldMask struct {
	Paths []BatchGetPortForwardingServicesResponse_FieldPath
}

func FullBatchGetPortForwardingServicesResponse_FieldMask

func FullBatchGetPortForwardingServicesResponse_FieldMask() *BatchGetPortForwardingServicesResponse_FieldMask

func (*BatchGetPortForwardingServicesResponse_FieldMask) AppendPath

func (*BatchGetPortForwardingServicesResponse_FieldMask) AppendRawPath

func (*BatchGetPortForwardingServicesResponse_FieldMask) DecodeFirestore

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

func (*BatchGetPortForwardingServicesResponse_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*BatchGetPortForwardingServicesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPortForwardingServicesResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetPortForwardingServicesResponse_FieldMask) GetPaths

func (*BatchGetPortForwardingServicesResponse_FieldMask) GetRawPaths

func (*BatchGetPortForwardingServicesResponse_FieldMask) IsFull

func (BatchGetPortForwardingServicesResponse_FieldMask) Marshal

implement methods required by customType

func (BatchGetPortForwardingServicesResponse_FieldMask) MarshalJSON

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

func (*BatchGetPortForwardingServicesResponse_FieldMask) PathsCount

func (fieldMask *BatchGetPortForwardingServicesResponse_FieldMask) PathsCount() int

func (*BatchGetPortForwardingServicesResponse_FieldMask) Project

func (*BatchGetPortForwardingServicesResponse_FieldMask) ProjectRaw

func (*BatchGetPortForwardingServicesResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetPortForwardingServicesResponse_FieldMask) ProtoMessage()

func (*BatchGetPortForwardingServicesResponse_FieldMask) ProtoReflect

func (*BatchGetPortForwardingServicesResponse_FieldMask) Reset

func (*BatchGetPortForwardingServicesResponse_FieldMask) Set

func (*BatchGetPortForwardingServicesResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetPortForwardingServicesResponse_FieldMask) SetRaw

func (*BatchGetPortForwardingServicesResponse_FieldMask) Size

func (*BatchGetPortForwardingServicesResponse_FieldMask) String

func (*BatchGetPortForwardingServicesResponse_FieldMask) SubtractRaw

func (*BatchGetPortForwardingServicesResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*BatchGetPortForwardingServicesResponse_FieldMask) Unmarshal

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

func (*BatchGetPortForwardingServicesResponse_FieldMask) UnmarshalJSON

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

type BatchGetPortForwardingServicesResponse_FieldPath

type BatchGetPortForwardingServicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPortForwardingServicesResponse_FieldPathSelector
	Get(source *BatchGetPortForwardingServicesResponse) []interface{}
	GetSingle(source *BatchGetPortForwardingServicesResponse) (interface{}, bool)
	ClearValue(item *BatchGetPortForwardingServicesResponse)

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

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

func MustParseBatchGetPortForwardingServicesResponse_FieldPath

func MustParseBatchGetPortForwardingServicesResponse_FieldPath(rawField string) BatchGetPortForwardingServicesResponse_FieldPath

func ParseBatchGetPortForwardingServicesResponse_FieldPath

func ParseBatchGetPortForwardingServicesResponse_FieldPath(rawField string) (BatchGetPortForwardingServicesResponse_FieldPath, error)

type BatchGetPortForwardingServicesResponse_FieldPathArrayItemValue

type BatchGetPortForwardingServicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPortForwardingServicesResponse_FieldPath
	ContainsValue(*BatchGetPortForwardingServicesResponse) bool
}

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

func MustParseBatchGetPortForwardingServicesResponse_FieldPathArrayItemValue

func MustParseBatchGetPortForwardingServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPortForwardingServicesResponse_FieldPathArrayItemValue

func ParseBatchGetPortForwardingServicesResponse_FieldPathArrayItemValue

func ParseBatchGetPortForwardingServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPortForwardingServicesResponse_FieldPathArrayItemValue, error)

ParseBatchGetPortForwardingServicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPortForwardingServicesResponse_FieldPathArrayOfValues

type BatchGetPortForwardingServicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPortForwardingServicesResponse_FieldPath
}

BatchGetPortForwardingServicesResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetPortForwardingServicesResponse fields according to their type

func MustParseBatchGetPortForwardingServicesResponse_FieldPathArrayOfValues

func MustParseBatchGetPortForwardingServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPortForwardingServicesResponse_FieldPathArrayOfValues

func ParseBatchGetPortForwardingServicesResponse_FieldPathArrayOfValues

func ParseBatchGetPortForwardingServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPortForwardingServicesResponse_FieldPathArrayOfValues, error)

type BatchGetPortForwardingServicesResponse_FieldPathSelector

type BatchGetPortForwardingServicesResponse_FieldPathSelector int32
const (
	BatchGetPortForwardingServicesResponse_FieldPathSelectorPortForwardingServices BatchGetPortForwardingServicesResponse_FieldPathSelector = 0
	BatchGetPortForwardingServicesResponse_FieldPathSelectorMissing                BatchGetPortForwardingServicesResponse_FieldPathSelector = 1
)

func (BatchGetPortForwardingServicesResponse_FieldPathSelector) String

type BatchGetPortForwardingServicesResponse_FieldPathValue

type BatchGetPortForwardingServicesResponse_FieldPathValue interface {
	BatchGetPortForwardingServicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPortForwardingServicesResponse)
	CompareWith(*BatchGetPortForwardingServicesResponse) (cmp int, comparable bool)
}

BatchGetPortForwardingServicesResponse_FieldPathValue allows storing values for BatchGetPortForwardingServicesResponse fields according to their type

func MustParseBatchGetPortForwardingServicesResponse_FieldPathValue

func MustParseBatchGetPortForwardingServicesResponse_FieldPathValue(pathStr, valueStr string) BatchGetPortForwardingServicesResponse_FieldPathValue

func ParseBatchGetPortForwardingServicesResponse_FieldPathValue

func ParseBatchGetPortForwardingServicesResponse_FieldPathValue(pathStr, valueStr string) (BatchGetPortForwardingServicesResponse_FieldPathValue, error)

type BatchGetPortForwardingServicesResponse_FieldSubPath

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

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) AsPortForwardingServicesSubPath

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) ClearValue

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) ClearValueRaw

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source BatchGetPortForwardingServicesResponse

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) GetRaw

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

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetPortForwardingServicesResponse

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) Selector

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) WithIValue

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetPortForwardingServicesResponse_FieldSubPath) WithRawIValue

type BatchGetPortForwardingServicesResponse_FieldSubPathArrayItemValue

type BatchGetPortForwardingServicesResponse_FieldSubPathArrayItemValue struct {
	BatchGetPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesResponse_FieldSubPathArrayItemValue) AsPortForwardingServicesPathItemValue

func (*BatchGetPortForwardingServicesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetPortForwardingServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetPortForwardingServicesResponse_FieldSubPathArrayOfValues

type BatchGetPortForwardingServicesResponse_FieldSubPathArrayOfValues struct {
	BatchGetPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesResponse_FieldSubPathArrayOfValues) AsPortForwardingServicesPathArrayOfValues

func (*BatchGetPortForwardingServicesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetPortForwardingServicesResponse_FieldSubPathValue

type BatchGetPortForwardingServicesResponse_FieldSubPathValue struct {
	BatchGetPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesResponse_FieldSubPathValue) AsPortForwardingServicesPathValue

func (*BatchGetPortForwardingServicesResponse_FieldSubPathValue) CompareWith

func (*BatchGetPortForwardingServicesResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetPortForwardingServicesResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetPortForwardingServicesResponse_FieldSubPathValue) SetTo

func (*BatchGetPortForwardingServicesResponse_FieldSubPathValue) SetToRaw

type BatchGetPortForwardingServicesResponse_FieldTerminalPath

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

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) ClearValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetPortForwardingServicesResponse

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) GetRaw

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetPortForwardingServicesResponse

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) Selector

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) WithIValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPath) WithRawIValue

type BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue

type BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) AsPortForwardingServicesItemValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

type BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayOfValues

type BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsPortForwardingServicesArrayOfValues

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetPortForwardingServicesResponse_FieldTerminalPathValue

type BatchGetPortForwardingServicesResponse_FieldTerminalPathValue struct {
	BatchGetPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathValue) AsPortForwardingServicesValue

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPortForwardingServicesResponse_FieldTerminalPathValue' with the value under path in 'BatchGetPortForwardingServicesResponse'.

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathValue) GetRawValue

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

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPortForwardingServicesResponse

func (*BatchGetPortForwardingServicesResponse_FieldTerminalPathValue) SetToRaw

type CreatePortForwardingServiceDescriptor added in v0.1.7

type CreatePortForwardingServiceDescriptor struct{}

func GetCreatePortForwardingServiceDescriptor added in v0.1.7

func GetCreatePortForwardingServiceDescriptor() *CreatePortForwardingServiceDescriptor

func (*CreatePortForwardingServiceDescriptor) GetApiDescriptor added in v0.1.7

func (*CreatePortForwardingServiceDescriptor) GetApiName added in v0.1.7

func (*CreatePortForwardingServiceDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*CreatePortForwardingServiceDescriptor) GetFullMethodName added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) GetFullMethodName() string

func (*CreatePortForwardingServiceDescriptor) GetMethodName added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) GetMethodName() string

func (*CreatePortForwardingServiceDescriptor) GetProtoPkgName added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) GetProtoPkgName() string

func (*CreatePortForwardingServiceDescriptor) GetResourceDescriptor added in v0.1.8

func (*CreatePortForwardingServiceDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*CreatePortForwardingServiceDescriptor) GetServiceDomain added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) GetServiceDomain() string

func (*CreatePortForwardingServiceDescriptor) GetServiceVersion added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) GetServiceVersion() string

func (*CreatePortForwardingServiceDescriptor) GetVerb added in v0.1.7

func (*CreatePortForwardingServiceDescriptor) HasResource added in v0.1.8

func (*CreatePortForwardingServiceDescriptor) IsClientStream added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) IsClientStream() bool

func (*CreatePortForwardingServiceDescriptor) IsCollection added in v0.1.8

func (d *CreatePortForwardingServiceDescriptor) IsCollection() bool

func (*CreatePortForwardingServiceDescriptor) IsPlural added in v0.1.8

func (*CreatePortForwardingServiceDescriptor) IsServerStream added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) IsServerStream() bool

func (*CreatePortForwardingServiceDescriptor) IsUnary added in v0.1.7

func (*CreatePortForwardingServiceDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*CreatePortForwardingServiceDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*CreatePortForwardingServiceDescriptor) RequestHasResourceBody added in v0.1.7

func (d *CreatePortForwardingServiceDescriptor) RequestHasResourceBody() bool

type CreatePortForwardingServiceDescriptorClientMsgHandle added in v0.1.7

type CreatePortForwardingServiceDescriptorClientMsgHandle struct{}

func (*CreatePortForwardingServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*CreatePortForwardingServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*CreatePortForwardingServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type CreatePortForwardingServiceDescriptorServerMsgHandle added in v0.1.7

type CreatePortForwardingServiceDescriptorServerMsgHandle struct{}

func (*CreatePortForwardingServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*CreatePortForwardingServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*CreatePortForwardingServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type CreatePortForwardingServiceRequest

type CreatePortForwardingServiceRequest struct {

	// Parent reference of ntt.ztna.v1alpha.PortForwardingService
	Parent *port_forwarding_service.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// PortForwardingService resource body
	PortForwardingService *port_forwarding_service.PortForwardingService `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreatePortForwardingServiceRequest) Clone

func (*CreatePortForwardingServiceRequest) CloneRaw

func (*CreatePortForwardingServiceRequest) Descriptor

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

Deprecated, Use CreatePortForwardingServiceRequest.ProtoReflect.Descriptor instead.

func (*CreatePortForwardingServiceRequest) GetParent

func (*CreatePortForwardingServiceRequest) GetPortForwardingService

func (*CreatePortForwardingServiceRequest) GotenMessage

func (*CreatePortForwardingServiceRequest) GotenMessage()

func (*CreatePortForwardingServiceRequest) GotenObjectExt

func (o *CreatePortForwardingServiceRequest) GotenObjectExt()

func (*CreatePortForwardingServiceRequest) GotenValidate

func (obj *CreatePortForwardingServiceRequest) GotenValidate() error

func (*CreatePortForwardingServiceRequest) MakeFullFieldMask

func (*CreatePortForwardingServiceRequest) MakeRawDiffFieldMask

func (*CreatePortForwardingServiceRequest) MakeRawFullFieldMask

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

func (*CreatePortForwardingServiceRequest) Marshal

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

func (*CreatePortForwardingServiceRequest) MarshalJSON

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

func (*CreatePortForwardingServiceRequest) Merge

func (*CreatePortForwardingServiceRequest) MergeRaw

func (*CreatePortForwardingServiceRequest) ProtoMessage

func (*CreatePortForwardingServiceRequest) ProtoMessage()

func (*CreatePortForwardingServiceRequest) ProtoReflect

func (*CreatePortForwardingServiceRequest) Reset

func (*CreatePortForwardingServiceRequest) SetParent

func (*CreatePortForwardingServiceRequest) SetPortForwardingService

func (*CreatePortForwardingServiceRequest) String

func (*CreatePortForwardingServiceRequest) Unmarshal

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

func (*CreatePortForwardingServiceRequest) UnmarshalJSON

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

type CreatePortForwardingServiceRequestFieldPathBuilder

type CreatePortForwardingServiceRequestFieldPathBuilder struct{}

func NewCreatePortForwardingServiceRequestFieldPathBuilder

func NewCreatePortForwardingServiceRequestFieldPathBuilder() CreatePortForwardingServiceRequestFieldPathBuilder

func (CreatePortForwardingServiceRequestFieldPathBuilder) Parent

func (CreatePortForwardingServiceRequestFieldPathBuilder) PortForwardingService

type CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations

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

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations) FieldPath

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations) WithArrayOfValues

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations) WithValue

type CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels

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

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels) FieldPath

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels) WithArrayOfValues

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels) WithValue

type CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards

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

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards) FieldPath

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards) WithArrayOfValues

func (CreatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards) WithValue

type CreatePortForwardingServiceRequestPathSelectorParent

type CreatePortForwardingServiceRequestPathSelectorParent struct{}

func (CreatePortForwardingServiceRequestPathSelectorParent) FieldPath

type CreatePortForwardingServiceRequestPathSelectorPortForwardingService

type CreatePortForwardingServiceRequestPathSelectorPortForwardingService struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingService) FieldPath

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) DeleteTime added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) Lifecycle added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime) FieldPath added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime) WithArrayOfValues added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime) WithValue added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) BlockDeletion added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) FieldPath added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) State added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) WithArrayOfValues added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) WithValue added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion) FieldPath added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion) WithValue added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState) FieldPath added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState) WithArrayOfValues added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState) WithValue added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) Region added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) RequiresOwnerReference added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) Version added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) WithItemValue

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion) FieldPath added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion) WithValue added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion) FieldPath added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.1.17

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion) WithValue added in v0.1.17

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) WithItemValue

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) WithItemValue

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceName

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceName struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceName) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceName) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceName) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpec

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpec struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpec) FieldPath

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) WithItemValue

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) WithItemValue

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled) FieldPath

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled) WithArrayOfValues

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled) WithValue

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecProviderLoadBalancingMode

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecProviderLoadBalancingMode struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecProviderLoadBalancingMode) FieldPath

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecTargetLoadBalancingMode

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecTargetLoadBalancingMode struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecTargetLoadBalancingMode) FieldPath

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceStatus

type CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceStatus struct{}

func (CreatePortForwardingServiceRequestPathSelectorPortForwardingServiceStatus) FieldPath

type CreatePortForwardingServiceRequest_FieldMask

type CreatePortForwardingServiceRequest_FieldMask struct {
	Paths []CreatePortForwardingServiceRequest_FieldPath
}

func FullCreatePortForwardingServiceRequest_FieldMask

func FullCreatePortForwardingServiceRequest_FieldMask() *CreatePortForwardingServiceRequest_FieldMask

func (*CreatePortForwardingServiceRequest_FieldMask) AppendPath

func (*CreatePortForwardingServiceRequest_FieldMask) AppendRawPath

func (*CreatePortForwardingServiceRequest_FieldMask) DecodeFirestore

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

func (*CreatePortForwardingServiceRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreatePortForwardingServiceRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreatePortForwardingServiceRequest_FieldMask) FromProtoFieldMask

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

func (*CreatePortForwardingServiceRequest_FieldMask) GetPaths

func (*CreatePortForwardingServiceRequest_FieldMask) GetRawPaths

func (*CreatePortForwardingServiceRequest_FieldMask) IsFull

func (CreatePortForwardingServiceRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreatePortForwardingServiceRequest_FieldMask) MarshalJSON

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

func (*CreatePortForwardingServiceRequest_FieldMask) PathsCount

func (fieldMask *CreatePortForwardingServiceRequest_FieldMask) PathsCount() int

func (*CreatePortForwardingServiceRequest_FieldMask) Project

func (*CreatePortForwardingServiceRequest_FieldMask) ProjectRaw

func (*CreatePortForwardingServiceRequest_FieldMask) ProtoMessage

func (fieldMask *CreatePortForwardingServiceRequest_FieldMask) ProtoMessage()

func (*CreatePortForwardingServiceRequest_FieldMask) ProtoReflect

func (*CreatePortForwardingServiceRequest_FieldMask) Reset

func (*CreatePortForwardingServiceRequest_FieldMask) Set

func (*CreatePortForwardingServiceRequest_FieldMask) SetFromCliFlag

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

func (*CreatePortForwardingServiceRequest_FieldMask) SetRaw

func (*CreatePortForwardingServiceRequest_FieldMask) Size

func (*CreatePortForwardingServiceRequest_FieldMask) String

func (*CreatePortForwardingServiceRequest_FieldMask) Subtract

func (*CreatePortForwardingServiceRequest_FieldMask) SubtractRaw

func (*CreatePortForwardingServiceRequest_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*CreatePortForwardingServiceRequest_FieldMask) Unmarshal

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

func (*CreatePortForwardingServiceRequest_FieldMask) UnmarshalJSON

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

type CreatePortForwardingServiceRequest_FieldPath

type CreatePortForwardingServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreatePortForwardingServiceRequest_FieldPathSelector
	Get(source *CreatePortForwardingServiceRequest) []interface{}
	GetSingle(source *CreatePortForwardingServiceRequest) (interface{}, bool)
	ClearValue(item *CreatePortForwardingServiceRequest)

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

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

func MustParseCreatePortForwardingServiceRequest_FieldPath

func MustParseCreatePortForwardingServiceRequest_FieldPath(rawField string) CreatePortForwardingServiceRequest_FieldPath

func ParseCreatePortForwardingServiceRequest_FieldPath

func ParseCreatePortForwardingServiceRequest_FieldPath(rawField string) (CreatePortForwardingServiceRequest_FieldPath, error)

type CreatePortForwardingServiceRequest_FieldPathArrayItemValue

type CreatePortForwardingServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreatePortForwardingServiceRequest_FieldPath
	ContainsValue(*CreatePortForwardingServiceRequest) bool
}

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

func MustParseCreatePortForwardingServiceRequest_FieldPathArrayItemValue

func MustParseCreatePortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreatePortForwardingServiceRequest_FieldPathArrayItemValue

func ParseCreatePortForwardingServiceRequest_FieldPathArrayItemValue

func ParseCreatePortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreatePortForwardingServiceRequest_FieldPathArrayItemValue, error)

ParseCreatePortForwardingServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreatePortForwardingServiceRequest_FieldPathArrayOfValues

type CreatePortForwardingServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreatePortForwardingServiceRequest_FieldPath
}

CreatePortForwardingServiceRequest_FieldPathArrayOfValues allows storing slice of values for CreatePortForwardingServiceRequest fields according to their type

func MustParseCreatePortForwardingServiceRequest_FieldPathArrayOfValues

func MustParseCreatePortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreatePortForwardingServiceRequest_FieldPathArrayOfValues

func ParseCreatePortForwardingServiceRequest_FieldPathArrayOfValues

func ParseCreatePortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreatePortForwardingServiceRequest_FieldPathArrayOfValues, error)

type CreatePortForwardingServiceRequest_FieldPathSelector

type CreatePortForwardingServiceRequest_FieldPathSelector int32
const (
	CreatePortForwardingServiceRequest_FieldPathSelectorParent                CreatePortForwardingServiceRequest_FieldPathSelector = 0
	CreatePortForwardingServiceRequest_FieldPathSelectorPortForwardingService CreatePortForwardingServiceRequest_FieldPathSelector = 1
)

func (CreatePortForwardingServiceRequest_FieldPathSelector) String

type CreatePortForwardingServiceRequest_FieldPathValue

type CreatePortForwardingServiceRequest_FieldPathValue interface {
	CreatePortForwardingServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreatePortForwardingServiceRequest)
	CompareWith(*CreatePortForwardingServiceRequest) (cmp int, comparable bool)
}

CreatePortForwardingServiceRequest_FieldPathValue allows storing values for CreatePortForwardingServiceRequest fields according to their type

func MustParseCreatePortForwardingServiceRequest_FieldPathValue

func MustParseCreatePortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) CreatePortForwardingServiceRequest_FieldPathValue

func ParseCreatePortForwardingServiceRequest_FieldPathValue

func ParseCreatePortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) (CreatePortForwardingServiceRequest_FieldPathValue, error)

type CreatePortForwardingServiceRequest_FieldSubPath

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

func (*CreatePortForwardingServiceRequest_FieldSubPath) AsPortForwardingServiceSubPath

func (*CreatePortForwardingServiceRequest_FieldSubPath) ClearValue

func (*CreatePortForwardingServiceRequest_FieldSubPath) ClearValueRaw

func (*CreatePortForwardingServiceRequest_FieldSubPath) Get

Get returns all values pointed by selected field from source CreatePortForwardingServiceRequest

func (*CreatePortForwardingServiceRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePortForwardingServiceRequest_FieldSubPath) GetRaw

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

func (*CreatePortForwardingServiceRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source CreatePortForwardingServiceRequest

func (*CreatePortForwardingServiceRequest_FieldSubPath) GetSingleRaw

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

func (*CreatePortForwardingServiceRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePortForwardingServiceRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreatePortForwardingServiceRequest_FieldSubPath) Selector

func (*CreatePortForwardingServiceRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

func (*CreatePortForwardingServiceRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreatePortForwardingServiceRequest_FieldSubPath) WithIArrayItemValue

func (*CreatePortForwardingServiceRequest_FieldSubPath) WithIArrayOfValues

func (*CreatePortForwardingServiceRequest_FieldSubPath) WithIValue

func (*CreatePortForwardingServiceRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreatePortForwardingServiceRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreatePortForwardingServiceRequest_FieldSubPath) WithRawIValue

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

type CreatePortForwardingServiceRequest_FieldSubPathArrayItemValue

type CreatePortForwardingServiceRequest_FieldSubPathArrayItemValue struct {
	CreatePortForwardingServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePortForwardingServiceRequest_FieldSubPathArrayItemValue) AsPortForwardingServicePathItemValue

func (*CreatePortForwardingServiceRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreatePortForwardingServiceRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreatePortForwardingServiceRequest_FieldSubPathArrayOfValues

type CreatePortForwardingServiceRequest_FieldSubPathArrayOfValues struct {
	CreatePortForwardingServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePortForwardingServiceRequest_FieldSubPathArrayOfValues) AsPortForwardingServicePathArrayOfValues

func (*CreatePortForwardingServiceRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreatePortForwardingServiceRequest_FieldSubPathValue

type CreatePortForwardingServiceRequest_FieldSubPathValue struct {
	CreatePortForwardingServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePortForwardingServiceRequest_FieldSubPathValue) AsPortForwardingServicePathValue

func (*CreatePortForwardingServiceRequest_FieldSubPathValue) CompareWith

func (*CreatePortForwardingServiceRequest_FieldSubPathValue) CompareWithRaw

func (*CreatePortForwardingServiceRequest_FieldSubPathValue) GetRawValue

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

func (*CreatePortForwardingServiceRequest_FieldSubPathValue) SetTo

func (*CreatePortForwardingServiceRequest_FieldSubPathValue) SetToRaw

type CreatePortForwardingServiceRequest_FieldTerminalPath

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

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) ClearValue

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) ClearValueRaw

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source CreatePortForwardingServiceRequest

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) GetRaw

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

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreatePortForwardingServiceRequest

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) Selector

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) WithIValue

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreatePortForwardingServiceRequest_FieldTerminalPath) WithRawIValue

type CreatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue

type CreatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue struct {
	CreatePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues

type CreatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues struct {
	CreatePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsPortForwardingServiceArrayOfValues

func (*CreatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreatePortForwardingServiceRequest_FieldTerminalPathValue

type CreatePortForwardingServiceRequest_FieldTerminalPathValue struct {
	CreatePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePortForwardingServiceRequest_FieldTerminalPathValue) AsParentValue

func (*CreatePortForwardingServiceRequest_FieldTerminalPathValue) AsPortForwardingServiceValue

func (*CreatePortForwardingServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreatePortForwardingServiceRequest_FieldTerminalPathValue' with the value under path in 'CreatePortForwardingServiceRequest'.

func (*CreatePortForwardingServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreatePortForwardingServiceRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreatePortForwardingServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreatePortForwardingServiceRequest

func (*CreatePortForwardingServiceRequest_FieldTerminalPathValue) SetToRaw

type DeletePortForwardingServiceDescriptor added in v0.1.7

type DeletePortForwardingServiceDescriptor struct{}

func GetDeletePortForwardingServiceDescriptor added in v0.1.7

func GetDeletePortForwardingServiceDescriptor() *DeletePortForwardingServiceDescriptor

func (*DeletePortForwardingServiceDescriptor) GetApiDescriptor added in v0.1.7

func (*DeletePortForwardingServiceDescriptor) GetApiName added in v0.1.7

func (*DeletePortForwardingServiceDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*DeletePortForwardingServiceDescriptor) GetFullMethodName added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) GetFullMethodName() string

func (*DeletePortForwardingServiceDescriptor) GetMethodName added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) GetMethodName() string

func (*DeletePortForwardingServiceDescriptor) GetProtoPkgName added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) GetProtoPkgName() string

func (*DeletePortForwardingServiceDescriptor) GetResourceDescriptor added in v0.1.8

func (*DeletePortForwardingServiceDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*DeletePortForwardingServiceDescriptor) GetServiceDomain added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) GetServiceDomain() string

func (*DeletePortForwardingServiceDescriptor) GetServiceVersion added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) GetServiceVersion() string

func (*DeletePortForwardingServiceDescriptor) GetVerb added in v0.1.7

func (*DeletePortForwardingServiceDescriptor) HasResource added in v0.1.8

func (*DeletePortForwardingServiceDescriptor) IsClientStream added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) IsClientStream() bool

func (*DeletePortForwardingServiceDescriptor) IsCollection added in v0.1.8

func (d *DeletePortForwardingServiceDescriptor) IsCollection() bool

func (*DeletePortForwardingServiceDescriptor) IsPlural added in v0.1.8

func (*DeletePortForwardingServiceDescriptor) IsServerStream added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) IsServerStream() bool

func (*DeletePortForwardingServiceDescriptor) IsUnary added in v0.1.7

func (*DeletePortForwardingServiceDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*DeletePortForwardingServiceDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*DeletePortForwardingServiceDescriptor) RequestHasResourceBody added in v0.1.7

func (d *DeletePortForwardingServiceDescriptor) RequestHasResourceBody() bool

type DeletePortForwardingServiceDescriptorClientMsgHandle added in v0.1.7

type DeletePortForwardingServiceDescriptorClientMsgHandle struct{}

func (*DeletePortForwardingServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*DeletePortForwardingServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*DeletePortForwardingServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type DeletePortForwardingServiceDescriptorServerMsgHandle added in v0.1.7

type DeletePortForwardingServiceDescriptorServerMsgHandle struct{}

func (*DeletePortForwardingServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*DeletePortForwardingServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*DeletePortForwardingServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type DeletePortForwardingServiceRequest

type DeletePortForwardingServiceRequest struct {

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

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

func (*DeletePortForwardingServiceRequest) Clone

func (*DeletePortForwardingServiceRequest) CloneRaw

func (*DeletePortForwardingServiceRequest) Descriptor

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

Deprecated, Use DeletePortForwardingServiceRequest.ProtoReflect.Descriptor instead.

func (*DeletePortForwardingServiceRequest) GetName

func (*DeletePortForwardingServiceRequest) GotenMessage

func (*DeletePortForwardingServiceRequest) GotenMessage()

func (*DeletePortForwardingServiceRequest) GotenObjectExt

func (o *DeletePortForwardingServiceRequest) GotenObjectExt()

func (*DeletePortForwardingServiceRequest) GotenValidate

func (obj *DeletePortForwardingServiceRequest) GotenValidate() error

func (*DeletePortForwardingServiceRequest) MakeFullFieldMask

func (*DeletePortForwardingServiceRequest) MakeRawDiffFieldMask

func (*DeletePortForwardingServiceRequest) MakeRawFullFieldMask

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

func (*DeletePortForwardingServiceRequest) Marshal

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

func (*DeletePortForwardingServiceRequest) MarshalJSON

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

func (*DeletePortForwardingServiceRequest) Merge

func (*DeletePortForwardingServiceRequest) MergeRaw

func (*DeletePortForwardingServiceRequest) ProtoMessage

func (*DeletePortForwardingServiceRequest) ProtoMessage()

func (*DeletePortForwardingServiceRequest) ProtoReflect

func (*DeletePortForwardingServiceRequest) Reset

func (*DeletePortForwardingServiceRequest) SetName

func (*DeletePortForwardingServiceRequest) String

func (*DeletePortForwardingServiceRequest) Unmarshal

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

func (*DeletePortForwardingServiceRequest) UnmarshalJSON

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

type DeletePortForwardingServiceRequestFieldPathBuilder

type DeletePortForwardingServiceRequestFieldPathBuilder struct{}

func NewDeletePortForwardingServiceRequestFieldPathBuilder

func NewDeletePortForwardingServiceRequestFieldPathBuilder() DeletePortForwardingServiceRequestFieldPathBuilder

func (DeletePortForwardingServiceRequestFieldPathBuilder) Name

type DeletePortForwardingServiceRequestPathSelectorName

type DeletePortForwardingServiceRequestPathSelectorName struct{}

func (DeletePortForwardingServiceRequestPathSelectorName) FieldPath

type DeletePortForwardingServiceRequest_FieldMask

type DeletePortForwardingServiceRequest_FieldMask struct {
	Paths []DeletePortForwardingServiceRequest_FieldPath
}

func FullDeletePortForwardingServiceRequest_FieldMask

func FullDeletePortForwardingServiceRequest_FieldMask() *DeletePortForwardingServiceRequest_FieldMask

func (*DeletePortForwardingServiceRequest_FieldMask) AppendPath

func (*DeletePortForwardingServiceRequest_FieldMask) AppendRawPath

func (*DeletePortForwardingServiceRequest_FieldMask) DecodeFirestore

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

func (*DeletePortForwardingServiceRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeletePortForwardingServiceRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeletePortForwardingServiceRequest_FieldMask) FromProtoFieldMask

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

func (*DeletePortForwardingServiceRequest_FieldMask) GetPaths

func (*DeletePortForwardingServiceRequest_FieldMask) GetRawPaths

func (*DeletePortForwardingServiceRequest_FieldMask) IsFull

func (DeletePortForwardingServiceRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeletePortForwardingServiceRequest_FieldMask) MarshalJSON

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

func (*DeletePortForwardingServiceRequest_FieldMask) PathsCount

func (fieldMask *DeletePortForwardingServiceRequest_FieldMask) PathsCount() int

func (*DeletePortForwardingServiceRequest_FieldMask) Project

func (*DeletePortForwardingServiceRequest_FieldMask) ProjectRaw

func (*DeletePortForwardingServiceRequest_FieldMask) ProtoMessage

func (fieldMask *DeletePortForwardingServiceRequest_FieldMask) ProtoMessage()

func (*DeletePortForwardingServiceRequest_FieldMask) ProtoReflect

func (*DeletePortForwardingServiceRequest_FieldMask) Reset

func (*DeletePortForwardingServiceRequest_FieldMask) Set

func (*DeletePortForwardingServiceRequest_FieldMask) SetFromCliFlag

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

func (*DeletePortForwardingServiceRequest_FieldMask) SetRaw

func (*DeletePortForwardingServiceRequest_FieldMask) Size

func (*DeletePortForwardingServiceRequest_FieldMask) String

func (*DeletePortForwardingServiceRequest_FieldMask) Subtract

func (*DeletePortForwardingServiceRequest_FieldMask) SubtractRaw

func (*DeletePortForwardingServiceRequest_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*DeletePortForwardingServiceRequest_FieldMask) Unmarshal

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

func (*DeletePortForwardingServiceRequest_FieldMask) UnmarshalJSON

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

type DeletePortForwardingServiceRequest_FieldPath

type DeletePortForwardingServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeletePortForwardingServiceRequest_FieldPathSelector
	Get(source *DeletePortForwardingServiceRequest) []interface{}
	GetSingle(source *DeletePortForwardingServiceRequest) (interface{}, bool)
	ClearValue(item *DeletePortForwardingServiceRequest)

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

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

func MustParseDeletePortForwardingServiceRequest_FieldPath

func MustParseDeletePortForwardingServiceRequest_FieldPath(rawField string) DeletePortForwardingServiceRequest_FieldPath

func ParseDeletePortForwardingServiceRequest_FieldPath

func ParseDeletePortForwardingServiceRequest_FieldPath(rawField string) (DeletePortForwardingServiceRequest_FieldPath, error)

type DeletePortForwardingServiceRequest_FieldPathArrayItemValue

type DeletePortForwardingServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeletePortForwardingServiceRequest_FieldPath
	ContainsValue(*DeletePortForwardingServiceRequest) bool
}

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

func MustParseDeletePortForwardingServiceRequest_FieldPathArrayItemValue

func MustParseDeletePortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeletePortForwardingServiceRequest_FieldPathArrayItemValue

func ParseDeletePortForwardingServiceRequest_FieldPathArrayItemValue

func ParseDeletePortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeletePortForwardingServiceRequest_FieldPathArrayItemValue, error)

ParseDeletePortForwardingServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeletePortForwardingServiceRequest_FieldPathArrayOfValues

type DeletePortForwardingServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeletePortForwardingServiceRequest_FieldPath
}

DeletePortForwardingServiceRequest_FieldPathArrayOfValues allows storing slice of values for DeletePortForwardingServiceRequest fields according to their type

func MustParseDeletePortForwardingServiceRequest_FieldPathArrayOfValues

func MustParseDeletePortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeletePortForwardingServiceRequest_FieldPathArrayOfValues

func ParseDeletePortForwardingServiceRequest_FieldPathArrayOfValues

func ParseDeletePortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeletePortForwardingServiceRequest_FieldPathArrayOfValues, error)

type DeletePortForwardingServiceRequest_FieldPathSelector

type DeletePortForwardingServiceRequest_FieldPathSelector int32
const (
	DeletePortForwardingServiceRequest_FieldPathSelectorName DeletePortForwardingServiceRequest_FieldPathSelector = 0
)

func (DeletePortForwardingServiceRequest_FieldPathSelector) String

type DeletePortForwardingServiceRequest_FieldPathValue

type DeletePortForwardingServiceRequest_FieldPathValue interface {
	DeletePortForwardingServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeletePortForwardingServiceRequest)
	CompareWith(*DeletePortForwardingServiceRequest) (cmp int, comparable bool)
}

DeletePortForwardingServiceRequest_FieldPathValue allows storing values for DeletePortForwardingServiceRequest fields according to their type

func MustParseDeletePortForwardingServiceRequest_FieldPathValue

func MustParseDeletePortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) DeletePortForwardingServiceRequest_FieldPathValue

func ParseDeletePortForwardingServiceRequest_FieldPathValue

func ParseDeletePortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) (DeletePortForwardingServiceRequest_FieldPathValue, error)

type DeletePortForwardingServiceRequest_FieldTerminalPath

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

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) ClearValue

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) ClearValueRaw

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source DeletePortForwardingServiceRequest

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) GetRaw

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

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeletePortForwardingServiceRequest

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) Selector

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) WithIValue

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeletePortForwardingServiceRequest_FieldTerminalPath) WithRawIValue

type DeletePortForwardingServiceRequest_FieldTerminalPathArrayItemValue

type DeletePortForwardingServiceRequest_FieldTerminalPathArrayItemValue struct {
	DeletePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeletePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeletePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeletePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeletePortForwardingServiceRequest_FieldTerminalPathArrayOfValues

type DeletePortForwardingServiceRequest_FieldTerminalPathArrayOfValues struct {
	DeletePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeletePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeletePortForwardingServiceRequest_FieldTerminalPathValue

type DeletePortForwardingServiceRequest_FieldTerminalPathValue struct {
	DeletePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePortForwardingServiceRequest_FieldTerminalPathValue) AsNameValue

func (*DeletePortForwardingServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeletePortForwardingServiceRequest_FieldTerminalPathValue' with the value under path in 'DeletePortForwardingServiceRequest'.

func (*DeletePortForwardingServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeletePortForwardingServiceRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeletePortForwardingServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeletePortForwardingServiceRequest

func (*DeletePortForwardingServiceRequest_FieldTerminalPathValue) SetToRaw

type GetPortForwardingServiceDescriptor added in v0.1.7

type GetPortForwardingServiceDescriptor struct{}

func GetGetPortForwardingServiceDescriptor added in v0.1.7

func GetGetPortForwardingServiceDescriptor() *GetPortForwardingServiceDescriptor

func (*GetPortForwardingServiceDescriptor) GetApiDescriptor added in v0.1.7

func (*GetPortForwardingServiceDescriptor) GetApiName added in v0.1.7

func (*GetPortForwardingServiceDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*GetPortForwardingServiceDescriptor) GetFullMethodName added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) GetFullMethodName() string

func (*GetPortForwardingServiceDescriptor) GetMethodName added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) GetMethodName() string

func (*GetPortForwardingServiceDescriptor) GetProtoPkgName added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) GetProtoPkgName() string

func (*GetPortForwardingServiceDescriptor) GetResourceDescriptor added in v0.1.8

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

func (*GetPortForwardingServiceDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*GetPortForwardingServiceDescriptor) GetServiceDomain added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) GetServiceDomain() string

func (*GetPortForwardingServiceDescriptor) GetServiceVersion added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) GetServiceVersion() string

func (*GetPortForwardingServiceDescriptor) GetVerb added in v0.1.7

func (*GetPortForwardingServiceDescriptor) HasResource added in v0.1.8

func (d *GetPortForwardingServiceDescriptor) HasResource() bool

func (*GetPortForwardingServiceDescriptor) IsClientStream added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) IsClientStream() bool

func (*GetPortForwardingServiceDescriptor) IsCollection added in v0.1.8

func (d *GetPortForwardingServiceDescriptor) IsCollection() bool

func (*GetPortForwardingServiceDescriptor) IsPlural added in v0.1.8

func (*GetPortForwardingServiceDescriptor) IsServerStream added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) IsServerStream() bool

func (*GetPortForwardingServiceDescriptor) IsUnary added in v0.1.7

func (*GetPortForwardingServiceDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*GetPortForwardingServiceDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*GetPortForwardingServiceDescriptor) RequestHasResourceBody added in v0.1.7

func (d *GetPortForwardingServiceDescriptor) RequestHasResourceBody() bool

type GetPortForwardingServiceDescriptorClientMsgHandle added in v0.1.7

type GetPortForwardingServiceDescriptorClientMsgHandle struct{}

func (*GetPortForwardingServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*GetPortForwardingServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*GetPortForwardingServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type GetPortForwardingServiceDescriptorServerMsgHandle added in v0.1.7

type GetPortForwardingServiceDescriptorServerMsgHandle struct{}

func (*GetPortForwardingServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*GetPortForwardingServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*GetPortForwardingServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type GetPortForwardingServiceRequest

type GetPortForwardingServiceRequest struct {

	// Reference of ntt.ztna.v1alpha.PortForwardingService
	Name *port_forwarding_service.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *port_forwarding_service.PortForwardingService_FieldMask `` /* 153-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 [GetPortForwardingService][ntt.ztna.v1alpha.GetPortForwardingService]

func (*GetPortForwardingServiceRequest) Clone

func (*GetPortForwardingServiceRequest) CloneRaw

func (*GetPortForwardingServiceRequest) Descriptor

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

Deprecated, Use GetPortForwardingServiceRequest.ProtoReflect.Descriptor instead.

func (*GetPortForwardingServiceRequest) GetFieldMask

func (*GetPortForwardingServiceRequest) GetName

func (*GetPortForwardingServiceRequest) GetView

func (*GetPortForwardingServiceRequest) GotenMessage

func (*GetPortForwardingServiceRequest) GotenMessage()

func (*GetPortForwardingServiceRequest) GotenObjectExt

func (o *GetPortForwardingServiceRequest) GotenObjectExt()

func (*GetPortForwardingServiceRequest) GotenValidate

func (obj *GetPortForwardingServiceRequest) GotenValidate() error

func (*GetPortForwardingServiceRequest) MakeDiffFieldMask

func (*GetPortForwardingServiceRequest) MakeFullFieldMask

func (*GetPortForwardingServiceRequest) MakeRawDiffFieldMask

func (*GetPortForwardingServiceRequest) MakeRawFullFieldMask

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

func (*GetPortForwardingServiceRequest) Marshal

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

func (*GetPortForwardingServiceRequest) MarshalJSON

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

func (*GetPortForwardingServiceRequest) Merge

func (*GetPortForwardingServiceRequest) MergeRaw

func (*GetPortForwardingServiceRequest) ProtoMessage

func (*GetPortForwardingServiceRequest) ProtoMessage()

func (*GetPortForwardingServiceRequest) ProtoReflect

func (*GetPortForwardingServiceRequest) Reset

func (*GetPortForwardingServiceRequest) SetFieldMask

func (*GetPortForwardingServiceRequest) SetName

func (*GetPortForwardingServiceRequest) SetView

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

func (*GetPortForwardingServiceRequest) String

func (*GetPortForwardingServiceRequest) Unmarshal

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

func (*GetPortForwardingServiceRequest) UnmarshalJSON

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

type GetPortForwardingServiceRequestFieldPathBuilder

type GetPortForwardingServiceRequestFieldPathBuilder struct{}

func NewGetPortForwardingServiceRequestFieldPathBuilder

func NewGetPortForwardingServiceRequestFieldPathBuilder() GetPortForwardingServiceRequestFieldPathBuilder

func (GetPortForwardingServiceRequestFieldPathBuilder) FieldMask

func (GetPortForwardingServiceRequestFieldPathBuilder) Name

func (GetPortForwardingServiceRequestFieldPathBuilder) View

type GetPortForwardingServiceRequestPathSelectorFieldMask

type GetPortForwardingServiceRequestPathSelectorFieldMask struct{}

func (GetPortForwardingServiceRequestPathSelectorFieldMask) FieldPath

type GetPortForwardingServiceRequestPathSelectorName

type GetPortForwardingServiceRequestPathSelectorName struct{}

func (GetPortForwardingServiceRequestPathSelectorName) FieldPath

type GetPortForwardingServiceRequestPathSelectorView

type GetPortForwardingServiceRequestPathSelectorView struct{}

func (GetPortForwardingServiceRequestPathSelectorView) FieldPath

func (GetPortForwardingServiceRequestPathSelectorView) WithArrayOfValues

func (GetPortForwardingServiceRequestPathSelectorView) WithValue

type GetPortForwardingServiceRequest_FieldMask

type GetPortForwardingServiceRequest_FieldMask struct {
	Paths []GetPortForwardingServiceRequest_FieldPath
}

func FullGetPortForwardingServiceRequest_FieldMask

func FullGetPortForwardingServiceRequest_FieldMask() *GetPortForwardingServiceRequest_FieldMask

func (*GetPortForwardingServiceRequest_FieldMask) AppendPath

func (*GetPortForwardingServiceRequest_FieldMask) AppendRawPath

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

func (*GetPortForwardingServiceRequest_FieldMask) DecodeFirestore

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

func (*GetPortForwardingServiceRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetPortForwardingServiceRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPortForwardingServiceRequest_FieldMask) FromProtoFieldMask

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

func (*GetPortForwardingServiceRequest_FieldMask) GetPaths

func (*GetPortForwardingServiceRequest_FieldMask) GetRawPaths

func (*GetPortForwardingServiceRequest_FieldMask) IsFull

func (fieldMask *GetPortForwardingServiceRequest_FieldMask) IsFull() bool

func (GetPortForwardingServiceRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetPortForwardingServiceRequest_FieldMask) MarshalJSON

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

func (*GetPortForwardingServiceRequest_FieldMask) PathsCount

func (fieldMask *GetPortForwardingServiceRequest_FieldMask) PathsCount() int

func (*GetPortForwardingServiceRequest_FieldMask) Project

func (*GetPortForwardingServiceRequest_FieldMask) ProjectRaw

func (*GetPortForwardingServiceRequest_FieldMask) ProtoMessage

func (fieldMask *GetPortForwardingServiceRequest_FieldMask) ProtoMessage()

func (*GetPortForwardingServiceRequest_FieldMask) ProtoReflect

func (*GetPortForwardingServiceRequest_FieldMask) Reset

func (fieldMask *GetPortForwardingServiceRequest_FieldMask) Reset()

func (*GetPortForwardingServiceRequest_FieldMask) Set

func (*GetPortForwardingServiceRequest_FieldMask) SetFromCliFlag

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

func (*GetPortForwardingServiceRequest_FieldMask) SetRaw

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

func (*GetPortForwardingServiceRequest_FieldMask) Size

func (*GetPortForwardingServiceRequest_FieldMask) String

func (*GetPortForwardingServiceRequest_FieldMask) Subtract

func (*GetPortForwardingServiceRequest_FieldMask) SubtractRaw

func (*GetPortForwardingServiceRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetPortForwardingServiceRequest_FieldMask) Unmarshal

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

func (*GetPortForwardingServiceRequest_FieldMask) UnmarshalJSON

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

type GetPortForwardingServiceRequest_FieldPath

type GetPortForwardingServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPortForwardingServiceRequest_FieldPathSelector
	Get(source *GetPortForwardingServiceRequest) []interface{}
	GetSingle(source *GetPortForwardingServiceRequest) (interface{}, bool)
	ClearValue(item *GetPortForwardingServiceRequest)

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

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

func MustParseGetPortForwardingServiceRequest_FieldPath

func MustParseGetPortForwardingServiceRequest_FieldPath(rawField string) GetPortForwardingServiceRequest_FieldPath

func ParseGetPortForwardingServiceRequest_FieldPath

func ParseGetPortForwardingServiceRequest_FieldPath(rawField string) (GetPortForwardingServiceRequest_FieldPath, error)

type GetPortForwardingServiceRequest_FieldPathArrayItemValue

type GetPortForwardingServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPortForwardingServiceRequest_FieldPath
	ContainsValue(*GetPortForwardingServiceRequest) bool
}

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

func MustParseGetPortForwardingServiceRequest_FieldPathArrayItemValue

func MustParseGetPortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPortForwardingServiceRequest_FieldPathArrayItemValue

func ParseGetPortForwardingServiceRequest_FieldPathArrayItemValue

func ParseGetPortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPortForwardingServiceRequest_FieldPathArrayItemValue, error)

ParseGetPortForwardingServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPortForwardingServiceRequest_FieldPathArrayOfValues

type GetPortForwardingServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPortForwardingServiceRequest_FieldPath
}

GetPortForwardingServiceRequest_FieldPathArrayOfValues allows storing slice of values for GetPortForwardingServiceRequest fields according to their type

func MustParseGetPortForwardingServiceRequest_FieldPathArrayOfValues

func MustParseGetPortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPortForwardingServiceRequest_FieldPathArrayOfValues

func ParseGetPortForwardingServiceRequest_FieldPathArrayOfValues

func ParseGetPortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPortForwardingServiceRequest_FieldPathArrayOfValues, error)

type GetPortForwardingServiceRequest_FieldPathSelector

type GetPortForwardingServiceRequest_FieldPathSelector int32
const (
	GetPortForwardingServiceRequest_FieldPathSelectorName      GetPortForwardingServiceRequest_FieldPathSelector = 0
	GetPortForwardingServiceRequest_FieldPathSelectorFieldMask GetPortForwardingServiceRequest_FieldPathSelector = 1
	GetPortForwardingServiceRequest_FieldPathSelectorView      GetPortForwardingServiceRequest_FieldPathSelector = 2
)

func (GetPortForwardingServiceRequest_FieldPathSelector) String

type GetPortForwardingServiceRequest_FieldPathValue

type GetPortForwardingServiceRequest_FieldPathValue interface {
	GetPortForwardingServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPortForwardingServiceRequest)
	CompareWith(*GetPortForwardingServiceRequest) (cmp int, comparable bool)
}

GetPortForwardingServiceRequest_FieldPathValue allows storing values for GetPortForwardingServiceRequest fields according to their type

func MustParseGetPortForwardingServiceRequest_FieldPathValue

func MustParseGetPortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) GetPortForwardingServiceRequest_FieldPathValue

func ParseGetPortForwardingServiceRequest_FieldPathValue

func ParseGetPortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) (GetPortForwardingServiceRequest_FieldPathValue, error)

type GetPortForwardingServiceRequest_FieldTerminalPath

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

func (*GetPortForwardingServiceRequest_FieldTerminalPath) ClearValue

func (*GetPortForwardingServiceRequest_FieldTerminalPath) ClearValueRaw

func (*GetPortForwardingServiceRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source GetPortForwardingServiceRequest

func (*GetPortForwardingServiceRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetPortForwardingServiceRequest_FieldTerminalPath) GetRaw

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

func (*GetPortForwardingServiceRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source GetPortForwardingServiceRequest

func (*GetPortForwardingServiceRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetPortForwardingServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetPortForwardingServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetPortForwardingServiceRequest_FieldTerminalPath) Selector

func (*GetPortForwardingServiceRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*GetPortForwardingServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetPortForwardingServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetPortForwardingServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetPortForwardingServiceRequest_FieldTerminalPath) WithIValue

func (*GetPortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetPortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetPortForwardingServiceRequest_FieldTerminalPath) WithRawIValue

type GetPortForwardingServiceRequest_FieldTerminalPathArrayItemValue

type GetPortForwardingServiceRequest_FieldTerminalPathArrayItemValue struct {
	GetPortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetPortForwardingServiceRequest_FieldTerminalPathArrayOfValues

type GetPortForwardingServiceRequest_FieldTerminalPathArrayOfValues struct {
	GetPortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*GetPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetPortForwardingServiceRequest_FieldTerminalPathValue

type GetPortForwardingServiceRequest_FieldTerminalPathValue struct {
	GetPortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) AsNameValue

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) AsViewValue

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetPortForwardingServiceRequest_FieldTerminalPathValue' with the value under path in 'GetPortForwardingServiceRequest'.

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetPortForwardingServiceRequest

func (*GetPortForwardingServiceRequest_FieldTerminalPathValue) SetToRaw

type ListPortForwardingServicesDescriptor added in v0.1.7

type ListPortForwardingServicesDescriptor struct{}

func GetListPortForwardingServicesDescriptor added in v0.1.7

func GetListPortForwardingServicesDescriptor() *ListPortForwardingServicesDescriptor

func (*ListPortForwardingServicesDescriptor) GetApiDescriptor added in v0.1.7

func (*ListPortForwardingServicesDescriptor) GetApiName added in v0.1.7

func (*ListPortForwardingServicesDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*ListPortForwardingServicesDescriptor) GetFullMethodName added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) GetFullMethodName() string

func (*ListPortForwardingServicesDescriptor) GetMethodName added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) GetMethodName() string

func (*ListPortForwardingServicesDescriptor) GetProtoPkgName added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) GetProtoPkgName() string

func (*ListPortForwardingServicesDescriptor) GetResourceDescriptor added in v0.1.8

func (*ListPortForwardingServicesDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*ListPortForwardingServicesDescriptor) GetServiceDomain added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) GetServiceDomain() string

func (*ListPortForwardingServicesDescriptor) GetServiceVersion added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) GetServiceVersion() string

func (*ListPortForwardingServicesDescriptor) GetVerb added in v0.1.7

func (*ListPortForwardingServicesDescriptor) HasResource added in v0.1.8

func (d *ListPortForwardingServicesDescriptor) HasResource() bool

func (*ListPortForwardingServicesDescriptor) IsClientStream added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) IsClientStream() bool

func (*ListPortForwardingServicesDescriptor) IsCollection added in v0.1.8

func (d *ListPortForwardingServicesDescriptor) IsCollection() bool

func (*ListPortForwardingServicesDescriptor) IsPlural added in v0.1.8

func (*ListPortForwardingServicesDescriptor) IsServerStream added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) IsServerStream() bool

func (*ListPortForwardingServicesDescriptor) IsUnary added in v0.1.7

func (*ListPortForwardingServicesDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*ListPortForwardingServicesDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*ListPortForwardingServicesDescriptor) RequestHasResourceBody added in v0.1.7

func (d *ListPortForwardingServicesDescriptor) RequestHasResourceBody() bool

type ListPortForwardingServicesDescriptorClientMsgHandle added in v0.1.7

type ListPortForwardingServicesDescriptorClientMsgHandle struct{}

func (*ListPortForwardingServicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*ListPortForwardingServicesDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*ListPortForwardingServicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type ListPortForwardingServicesDescriptorServerMsgHandle added in v0.1.7

type ListPortForwardingServicesDescriptorServerMsgHandle struct{}

func (*ListPortForwardingServicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*ListPortForwardingServicesDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*ListPortForwardingServicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type ListPortForwardingServicesRequest

type ListPortForwardingServicesRequest struct {

	// Parent name of ntt.ztna.v1alpha.PortForwardingService
	Parent *port_forwarding_service.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PortForwardingServices 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
	// [ListPortForwardingServicesResponse.next_page_token][ntt.ztna.v1alpha.ListPortForwardingServicesResponse.next_page_token]
	PageToken *port_forwarding_service.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *port_forwarding_service.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *port_forwarding_service.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *port_forwarding_service.PortForwardingService_FieldMask `` /* 153-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 [ListPortForwardingServices][ntt.ztna.v1alpha.ListPortForwardingServices]

func (*ListPortForwardingServicesRequest) Clone

func (*ListPortForwardingServicesRequest) CloneRaw

func (*ListPortForwardingServicesRequest) Descriptor

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

Deprecated, Use ListPortForwardingServicesRequest.ProtoReflect.Descriptor instead.

func (*ListPortForwardingServicesRequest) GetFieldMask

func (*ListPortForwardingServicesRequest) GetFilter

func (*ListPortForwardingServicesRequest) GetOrderBy

func (*ListPortForwardingServicesRequest) GetPageSize

func (m *ListPortForwardingServicesRequest) GetPageSize() int32

func (*ListPortForwardingServicesRequest) GetPageToken

func (*ListPortForwardingServicesRequest) GetParent

func (*ListPortForwardingServicesRequest) GetView

func (*ListPortForwardingServicesRequest) GotenMessage

func (*ListPortForwardingServicesRequest) GotenMessage()

func (*ListPortForwardingServicesRequest) GotenObjectExt

func (o *ListPortForwardingServicesRequest) GotenObjectExt()

func (*ListPortForwardingServicesRequest) GotenValidate

func (obj *ListPortForwardingServicesRequest) GotenValidate() error

func (*ListPortForwardingServicesRequest) MakeFullFieldMask

func (*ListPortForwardingServicesRequest) MakeRawDiffFieldMask

func (*ListPortForwardingServicesRequest) MakeRawFullFieldMask

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

func (*ListPortForwardingServicesRequest) Marshal

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

func (*ListPortForwardingServicesRequest) MarshalJSON

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

func (*ListPortForwardingServicesRequest) Merge

func (*ListPortForwardingServicesRequest) MergeRaw

func (*ListPortForwardingServicesRequest) ProtoMessage

func (*ListPortForwardingServicesRequest) ProtoMessage()

func (*ListPortForwardingServicesRequest) ProtoReflect

func (*ListPortForwardingServicesRequest) Reset

func (*ListPortForwardingServicesRequest) SetFieldMask

func (*ListPortForwardingServicesRequest) SetFilter

func (*ListPortForwardingServicesRequest) SetOrderBy

func (*ListPortForwardingServicesRequest) SetPageSize

func (m *ListPortForwardingServicesRequest) SetPageSize(fv int32)

func (*ListPortForwardingServicesRequest) SetPageToken

func (*ListPortForwardingServicesRequest) SetParent

func (*ListPortForwardingServicesRequest) SetView

func (*ListPortForwardingServicesRequest) String

func (*ListPortForwardingServicesRequest) Unmarshal

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

func (*ListPortForwardingServicesRequest) UnmarshalJSON

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

type ListPortForwardingServicesRequestFieldPathBuilder

type ListPortForwardingServicesRequestFieldPathBuilder struct{}

func NewListPortForwardingServicesRequestFieldPathBuilder

func NewListPortForwardingServicesRequestFieldPathBuilder() ListPortForwardingServicesRequestFieldPathBuilder

func (ListPortForwardingServicesRequestFieldPathBuilder) FieldMask

func (ListPortForwardingServicesRequestFieldPathBuilder) Filter

func (ListPortForwardingServicesRequestFieldPathBuilder) OrderBy

func (ListPortForwardingServicesRequestFieldPathBuilder) PageSize

func (ListPortForwardingServicesRequestFieldPathBuilder) PageToken

func (ListPortForwardingServicesRequestFieldPathBuilder) Parent

func (ListPortForwardingServicesRequestFieldPathBuilder) View

type ListPortForwardingServicesRequestPathSelectorFieldMask

type ListPortForwardingServicesRequestPathSelectorFieldMask struct{}

func (ListPortForwardingServicesRequestPathSelectorFieldMask) FieldPath

type ListPortForwardingServicesRequestPathSelectorFilter

type ListPortForwardingServicesRequestPathSelectorFilter struct{}

func (ListPortForwardingServicesRequestPathSelectorFilter) FieldPath

type ListPortForwardingServicesRequestPathSelectorOrderBy

type ListPortForwardingServicesRequestPathSelectorOrderBy struct{}

func (ListPortForwardingServicesRequestPathSelectorOrderBy) FieldPath

type ListPortForwardingServicesRequestPathSelectorPageSize

type ListPortForwardingServicesRequestPathSelectorPageSize struct{}

func (ListPortForwardingServicesRequestPathSelectorPageSize) FieldPath

func (ListPortForwardingServicesRequestPathSelectorPageSize) WithArrayOfValues

func (ListPortForwardingServicesRequestPathSelectorPageSize) WithValue

type ListPortForwardingServicesRequestPathSelectorPageToken

type ListPortForwardingServicesRequestPathSelectorPageToken struct{}

func (ListPortForwardingServicesRequestPathSelectorPageToken) FieldPath

type ListPortForwardingServicesRequestPathSelectorParent

type ListPortForwardingServicesRequestPathSelectorParent struct{}

func (ListPortForwardingServicesRequestPathSelectorParent) FieldPath

type ListPortForwardingServicesRequestPathSelectorView

type ListPortForwardingServicesRequestPathSelectorView struct{}

func (ListPortForwardingServicesRequestPathSelectorView) FieldPath

func (ListPortForwardingServicesRequestPathSelectorView) WithArrayOfValues

func (ListPortForwardingServicesRequestPathSelectorView) WithValue

type ListPortForwardingServicesRequest_FieldMask

type ListPortForwardingServicesRequest_FieldMask struct {
	Paths []ListPortForwardingServicesRequest_FieldPath
}

func FullListPortForwardingServicesRequest_FieldMask

func FullListPortForwardingServicesRequest_FieldMask() *ListPortForwardingServicesRequest_FieldMask

func (*ListPortForwardingServicesRequest_FieldMask) AppendPath

func (*ListPortForwardingServicesRequest_FieldMask) AppendRawPath

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

func (*ListPortForwardingServicesRequest_FieldMask) DecodeFirestore

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

func (*ListPortForwardingServicesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPortForwardingServicesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPortForwardingServicesRequest_FieldMask) FromProtoFieldMask

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

func (*ListPortForwardingServicesRequest_FieldMask) GetPaths

func (*ListPortForwardingServicesRequest_FieldMask) GetRawPaths

func (*ListPortForwardingServicesRequest_FieldMask) IsFull

func (ListPortForwardingServicesRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListPortForwardingServicesRequest_FieldMask) MarshalJSON

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

func (*ListPortForwardingServicesRequest_FieldMask) PathsCount

func (fieldMask *ListPortForwardingServicesRequest_FieldMask) PathsCount() int

func (*ListPortForwardingServicesRequest_FieldMask) Project

func (*ListPortForwardingServicesRequest_FieldMask) ProjectRaw

func (*ListPortForwardingServicesRequest_FieldMask) ProtoMessage

func (fieldMask *ListPortForwardingServicesRequest_FieldMask) ProtoMessage()

func (*ListPortForwardingServicesRequest_FieldMask) ProtoReflect

func (*ListPortForwardingServicesRequest_FieldMask) Reset

func (*ListPortForwardingServicesRequest_FieldMask) Set

func (*ListPortForwardingServicesRequest_FieldMask) SetFromCliFlag

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

func (*ListPortForwardingServicesRequest_FieldMask) SetRaw

func (*ListPortForwardingServicesRequest_FieldMask) Size

func (*ListPortForwardingServicesRequest_FieldMask) String

func (*ListPortForwardingServicesRequest_FieldMask) Subtract

func (*ListPortForwardingServicesRequest_FieldMask) SubtractRaw

func (*ListPortForwardingServicesRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListPortForwardingServicesRequest_FieldMask) Unmarshal

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

func (*ListPortForwardingServicesRequest_FieldMask) UnmarshalJSON

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

type ListPortForwardingServicesRequest_FieldPath

type ListPortForwardingServicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPortForwardingServicesRequest_FieldPathSelector
	Get(source *ListPortForwardingServicesRequest) []interface{}
	GetSingle(source *ListPortForwardingServicesRequest) (interface{}, bool)
	ClearValue(item *ListPortForwardingServicesRequest)

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

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

func MustParseListPortForwardingServicesRequest_FieldPath

func MustParseListPortForwardingServicesRequest_FieldPath(rawField string) ListPortForwardingServicesRequest_FieldPath

func ParseListPortForwardingServicesRequest_FieldPath

func ParseListPortForwardingServicesRequest_FieldPath(rawField string) (ListPortForwardingServicesRequest_FieldPath, error)

type ListPortForwardingServicesRequest_FieldPathArrayItemValue

type ListPortForwardingServicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPortForwardingServicesRequest_FieldPath
	ContainsValue(*ListPortForwardingServicesRequest) bool
}

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

func MustParseListPortForwardingServicesRequest_FieldPathArrayItemValue

func MustParseListPortForwardingServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPortForwardingServicesRequest_FieldPathArrayItemValue

func ParseListPortForwardingServicesRequest_FieldPathArrayItemValue

func ParseListPortForwardingServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPortForwardingServicesRequest_FieldPathArrayItemValue, error)

ParseListPortForwardingServicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPortForwardingServicesRequest_FieldPathArrayOfValues

type ListPortForwardingServicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPortForwardingServicesRequest_FieldPath
}

ListPortForwardingServicesRequest_FieldPathArrayOfValues allows storing slice of values for ListPortForwardingServicesRequest fields according to their type

func MustParseListPortForwardingServicesRequest_FieldPathArrayOfValues

func MustParseListPortForwardingServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPortForwardingServicesRequest_FieldPathArrayOfValues

func ParseListPortForwardingServicesRequest_FieldPathArrayOfValues

func ParseListPortForwardingServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPortForwardingServicesRequest_FieldPathArrayOfValues, error)

type ListPortForwardingServicesRequest_FieldPathSelector

type ListPortForwardingServicesRequest_FieldPathSelector int32
const (
	ListPortForwardingServicesRequest_FieldPathSelectorParent    ListPortForwardingServicesRequest_FieldPathSelector = 0
	ListPortForwardingServicesRequest_FieldPathSelectorPageSize  ListPortForwardingServicesRequest_FieldPathSelector = 1
	ListPortForwardingServicesRequest_FieldPathSelectorPageToken ListPortForwardingServicesRequest_FieldPathSelector = 2
	ListPortForwardingServicesRequest_FieldPathSelectorOrderBy   ListPortForwardingServicesRequest_FieldPathSelector = 3
	ListPortForwardingServicesRequest_FieldPathSelectorFilter    ListPortForwardingServicesRequest_FieldPathSelector = 4
	ListPortForwardingServicesRequest_FieldPathSelectorFieldMask ListPortForwardingServicesRequest_FieldPathSelector = 5
	ListPortForwardingServicesRequest_FieldPathSelectorView      ListPortForwardingServicesRequest_FieldPathSelector = 6
)

func (ListPortForwardingServicesRequest_FieldPathSelector) String

type ListPortForwardingServicesRequest_FieldPathValue

type ListPortForwardingServicesRequest_FieldPathValue interface {
	ListPortForwardingServicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPortForwardingServicesRequest)
	CompareWith(*ListPortForwardingServicesRequest) (cmp int, comparable bool)
}

ListPortForwardingServicesRequest_FieldPathValue allows storing values for ListPortForwardingServicesRequest fields according to their type

func MustParseListPortForwardingServicesRequest_FieldPathValue

func MustParseListPortForwardingServicesRequest_FieldPathValue(pathStr, valueStr string) ListPortForwardingServicesRequest_FieldPathValue

func ParseListPortForwardingServicesRequest_FieldPathValue

func ParseListPortForwardingServicesRequest_FieldPathValue(pathStr, valueStr string) (ListPortForwardingServicesRequest_FieldPathValue, error)

type ListPortForwardingServicesRequest_FieldTerminalPath

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

func (*ListPortForwardingServicesRequest_FieldTerminalPath) ClearValue

func (*ListPortForwardingServicesRequest_FieldTerminalPath) ClearValueRaw

func (*ListPortForwardingServicesRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListPortForwardingServicesRequest

func (*ListPortForwardingServicesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPortForwardingServicesRequest_FieldTerminalPath) GetRaw

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

func (*ListPortForwardingServicesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListPortForwardingServicesRequest

func (*ListPortForwardingServicesRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListPortForwardingServicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPortForwardingServicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPortForwardingServicesRequest_FieldTerminalPath) Selector

func (*ListPortForwardingServicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*ListPortForwardingServicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPortForwardingServicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListPortForwardingServicesRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListPortForwardingServicesRequest_FieldTerminalPath) WithIValue

func (*ListPortForwardingServicesRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListPortForwardingServicesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPortForwardingServicesRequest_FieldTerminalPath) WithRawIValue

type ListPortForwardingServicesRequest_FieldTerminalPathArrayItemValue

type ListPortForwardingServicesRequest_FieldTerminalPathArrayItemValue struct {
	ListPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues

type ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues struct {
	ListPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*ListPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPortForwardingServicesRequest_FieldTerminalPathValue

type ListPortForwardingServicesRequest_FieldTerminalPathValue struct {
	ListPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) AsFilterValue

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) AsParentValue

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) AsViewValue

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPortForwardingServicesRequest_FieldTerminalPathValue' with the value under path in 'ListPortForwardingServicesRequest'.

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPortForwardingServicesRequest

func (*ListPortForwardingServicesRequest_FieldTerminalPathValue) SetToRaw

type ListPortForwardingServicesResponse

type ListPortForwardingServicesResponse struct {

	// The list of PortForwardingServices
	PortForwardingServices []*port_forwarding_service.PortForwardingService `` /* 164-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListPortForwardingServicesRequest.page_token][ntt.ztna.v1alpha.ListPortForwardingServicesRequest.page_token]
	PrevPageToken *port_forwarding_service.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListPortForwardingServicesRequest.page_token][ntt.ztna.v1alpha.ListPortForwardingServicesRequest.page_token]
	NextPageToken *port_forwarding_service.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*ListPortForwardingServicesResponse) Clone

func (*ListPortForwardingServicesResponse) CloneRaw

func (*ListPortForwardingServicesResponse) Descriptor

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

Deprecated, Use ListPortForwardingServicesResponse.ProtoReflect.Descriptor instead.

func (*ListPortForwardingServicesResponse) GetNextPageToken

func (*ListPortForwardingServicesResponse) GetPortForwardingServices

func (*ListPortForwardingServicesResponse) GetPrevPageToken

func (*ListPortForwardingServicesResponse) GotenMessage

func (*ListPortForwardingServicesResponse) GotenMessage()

func (*ListPortForwardingServicesResponse) GotenObjectExt

func (o *ListPortForwardingServicesResponse) GotenObjectExt()

func (*ListPortForwardingServicesResponse) GotenValidate

func (obj *ListPortForwardingServicesResponse) GotenValidate() error

func (*ListPortForwardingServicesResponse) MakeFullFieldMask

func (*ListPortForwardingServicesResponse) MakeRawDiffFieldMask

func (*ListPortForwardingServicesResponse) MakeRawFullFieldMask

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

func (*ListPortForwardingServicesResponse) Marshal

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

func (*ListPortForwardingServicesResponse) MarshalJSON

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

func (*ListPortForwardingServicesResponse) Merge

func (*ListPortForwardingServicesResponse) MergeRaw

func (*ListPortForwardingServicesResponse) ProtoMessage

func (*ListPortForwardingServicesResponse) ProtoMessage()

func (*ListPortForwardingServicesResponse) ProtoReflect

func (*ListPortForwardingServicesResponse) Reset

func (*ListPortForwardingServicesResponse) SetNextPageToken

func (*ListPortForwardingServicesResponse) SetPortForwardingServices

func (*ListPortForwardingServicesResponse) SetPrevPageToken

func (*ListPortForwardingServicesResponse) String

func (*ListPortForwardingServicesResponse) Unmarshal

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

func (*ListPortForwardingServicesResponse) UnmarshalJSON

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

type ListPortForwardingServicesResponseFieldPathBuilder

type ListPortForwardingServicesResponseFieldPathBuilder struct{}

func NewListPortForwardingServicesResponseFieldPathBuilder

func NewListPortForwardingServicesResponseFieldPathBuilder() ListPortForwardingServicesResponseFieldPathBuilder

func (ListPortForwardingServicesResponseFieldPathBuilder) NextPageToken

func (ListPortForwardingServicesResponseFieldPathBuilder) PortForwardingServices

func (ListPortForwardingServicesResponseFieldPathBuilder) PrevPageToken

type ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations

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

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations) FieldPath

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations) WithArrayOfValues

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataAnnotations) WithValue

type ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels

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

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels) FieldPath

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels) WithArrayOfValues

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataLabels) WithValue

type ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards

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

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards) FieldPath

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards) WithArrayOfValues

func (ListPortForwardingServicesResponseMapPathSelectorPortForwardingServicesMetadataShards) WithValue

type ListPortForwardingServicesResponsePathSelectorNextPageToken

type ListPortForwardingServicesResponsePathSelectorNextPageToken struct{}

func (ListPortForwardingServicesResponsePathSelectorNextPageToken) FieldPath

type ListPortForwardingServicesResponsePathSelectorPortForwardingServices

type ListPortForwardingServicesResponsePathSelectorPortForwardingServices struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServices) FieldPath

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesDisplayName) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) DeleteTime added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) Lifecycle added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadata) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataAnnotations) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataCreateTime) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime) FieldPath added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime) WithArrayOfValues added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataDeleteTime) WithValue added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataGeneration) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLabels) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) BlockDeletion added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) FieldPath added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) State added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) WithArrayOfValues added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycle) WithValue added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion) FieldPath added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleBlockDeletion) WithValue added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState) FieldPath added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState) WithArrayOfValues added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataLifecycleState) WithValue added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) Region added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) RequiresOwnerReference added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) Version added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) WithItemValue

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferences) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesController) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesKind) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesName) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion) FieldPath added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRegion) WithValue added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion) FieldPath added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.1.17

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataOwnerReferencesVersion) WithValue added in v0.1.17

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataResourceVersion) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataShards) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncing) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingOwningRegion) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) WithItemValue

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataSyncingRegions) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) WithItemValue

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataTags) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUpdateTime) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesMetadataUuid) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesName

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesName struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesName) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesName) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesName) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpec

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpec struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpec) FieldPath

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) WithItemValue

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAccessPoints) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) WithItemValue

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecAddresses) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled) FieldPath

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled) WithArrayOfValues

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecDisabled) WithValue

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecProviderLoadBalancingMode

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecProviderLoadBalancingMode struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecProviderLoadBalancingMode) FieldPath

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecTargetLoadBalancingMode

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecTargetLoadBalancingMode struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesSpecTargetLoadBalancingMode) FieldPath

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesStatus

type ListPortForwardingServicesResponsePathSelectorPortForwardingServicesStatus struct{}

func (ListPortForwardingServicesResponsePathSelectorPortForwardingServicesStatus) FieldPath

type ListPortForwardingServicesResponsePathSelectorPrevPageToken

type ListPortForwardingServicesResponsePathSelectorPrevPageToken struct{}

func (ListPortForwardingServicesResponsePathSelectorPrevPageToken) FieldPath

type ListPortForwardingServicesResponse_FieldMask

type ListPortForwardingServicesResponse_FieldMask struct {
	Paths []ListPortForwardingServicesResponse_FieldPath
}

func FullListPortForwardingServicesResponse_FieldMask

func FullListPortForwardingServicesResponse_FieldMask() *ListPortForwardingServicesResponse_FieldMask

func (*ListPortForwardingServicesResponse_FieldMask) AppendPath

func (*ListPortForwardingServicesResponse_FieldMask) AppendRawPath

func (*ListPortForwardingServicesResponse_FieldMask) DecodeFirestore

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

func (*ListPortForwardingServicesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListPortForwardingServicesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPortForwardingServicesResponse_FieldMask) FromProtoFieldMask

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

func (*ListPortForwardingServicesResponse_FieldMask) GetPaths

func (*ListPortForwardingServicesResponse_FieldMask) GetRawPaths

func (*ListPortForwardingServicesResponse_FieldMask) IsFull

func (ListPortForwardingServicesResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListPortForwardingServicesResponse_FieldMask) MarshalJSON

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

func (*ListPortForwardingServicesResponse_FieldMask) PathsCount

func (fieldMask *ListPortForwardingServicesResponse_FieldMask) PathsCount() int

func (*ListPortForwardingServicesResponse_FieldMask) Project

func (*ListPortForwardingServicesResponse_FieldMask) ProjectRaw

func (*ListPortForwardingServicesResponse_FieldMask) ProtoMessage

func (fieldMask *ListPortForwardingServicesResponse_FieldMask) ProtoMessage()

func (*ListPortForwardingServicesResponse_FieldMask) ProtoReflect

func (*ListPortForwardingServicesResponse_FieldMask) Reset

func (*ListPortForwardingServicesResponse_FieldMask) Set

func (*ListPortForwardingServicesResponse_FieldMask) SetFromCliFlag

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

func (*ListPortForwardingServicesResponse_FieldMask) SetRaw

func (*ListPortForwardingServicesResponse_FieldMask) Size

func (*ListPortForwardingServicesResponse_FieldMask) String

func (*ListPortForwardingServicesResponse_FieldMask) Subtract

func (*ListPortForwardingServicesResponse_FieldMask) SubtractRaw

func (*ListPortForwardingServicesResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*ListPortForwardingServicesResponse_FieldMask) Unmarshal

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

func (*ListPortForwardingServicesResponse_FieldMask) UnmarshalJSON

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

type ListPortForwardingServicesResponse_FieldPath

type ListPortForwardingServicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPortForwardingServicesResponse_FieldPathSelector
	Get(source *ListPortForwardingServicesResponse) []interface{}
	GetSingle(source *ListPortForwardingServicesResponse) (interface{}, bool)
	ClearValue(item *ListPortForwardingServicesResponse)

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

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

func MustParseListPortForwardingServicesResponse_FieldPath

func MustParseListPortForwardingServicesResponse_FieldPath(rawField string) ListPortForwardingServicesResponse_FieldPath

func ParseListPortForwardingServicesResponse_FieldPath

func ParseListPortForwardingServicesResponse_FieldPath(rawField string) (ListPortForwardingServicesResponse_FieldPath, error)

type ListPortForwardingServicesResponse_FieldPathArrayItemValue

type ListPortForwardingServicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPortForwardingServicesResponse_FieldPath
	ContainsValue(*ListPortForwardingServicesResponse) bool
}

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

func MustParseListPortForwardingServicesResponse_FieldPathArrayItemValue

func MustParseListPortForwardingServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPortForwardingServicesResponse_FieldPathArrayItemValue

func ParseListPortForwardingServicesResponse_FieldPathArrayItemValue

func ParseListPortForwardingServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPortForwardingServicesResponse_FieldPathArrayItemValue, error)

ParseListPortForwardingServicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPortForwardingServicesResponse_FieldPathArrayOfValues

type ListPortForwardingServicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPortForwardingServicesResponse_FieldPath
}

ListPortForwardingServicesResponse_FieldPathArrayOfValues allows storing slice of values for ListPortForwardingServicesResponse fields according to their type

func MustParseListPortForwardingServicesResponse_FieldPathArrayOfValues

func MustParseListPortForwardingServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPortForwardingServicesResponse_FieldPathArrayOfValues

func ParseListPortForwardingServicesResponse_FieldPathArrayOfValues

func ParseListPortForwardingServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPortForwardingServicesResponse_FieldPathArrayOfValues, error)

type ListPortForwardingServicesResponse_FieldPathSelector

type ListPortForwardingServicesResponse_FieldPathSelector int32
const (
	ListPortForwardingServicesResponse_FieldPathSelectorPortForwardingServices ListPortForwardingServicesResponse_FieldPathSelector = 0
	ListPortForwardingServicesResponse_FieldPathSelectorPrevPageToken          ListPortForwardingServicesResponse_FieldPathSelector = 1
	ListPortForwardingServicesResponse_FieldPathSelectorNextPageToken          ListPortForwardingServicesResponse_FieldPathSelector = 2
)

func (ListPortForwardingServicesResponse_FieldPathSelector) String

type ListPortForwardingServicesResponse_FieldPathValue

type ListPortForwardingServicesResponse_FieldPathValue interface {
	ListPortForwardingServicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPortForwardingServicesResponse)
	CompareWith(*ListPortForwardingServicesResponse) (cmp int, comparable bool)
}

ListPortForwardingServicesResponse_FieldPathValue allows storing values for ListPortForwardingServicesResponse fields according to their type

func MustParseListPortForwardingServicesResponse_FieldPathValue

func MustParseListPortForwardingServicesResponse_FieldPathValue(pathStr, valueStr string) ListPortForwardingServicesResponse_FieldPathValue

func ParseListPortForwardingServicesResponse_FieldPathValue

func ParseListPortForwardingServicesResponse_FieldPathValue(pathStr, valueStr string) (ListPortForwardingServicesResponse_FieldPathValue, error)

type ListPortForwardingServicesResponse_FieldSubPath

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

func (*ListPortForwardingServicesResponse_FieldSubPath) AsPortForwardingServicesSubPath

func (*ListPortForwardingServicesResponse_FieldSubPath) ClearValue

func (*ListPortForwardingServicesResponse_FieldSubPath) ClearValueRaw

func (*ListPortForwardingServicesResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source ListPortForwardingServicesResponse

func (*ListPortForwardingServicesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPortForwardingServicesResponse_FieldSubPath) GetRaw

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

func (*ListPortForwardingServicesResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source ListPortForwardingServicesResponse

func (*ListPortForwardingServicesResponse_FieldSubPath) GetSingleRaw

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

func (*ListPortForwardingServicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPortForwardingServicesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPortForwardingServicesResponse_FieldSubPath) Selector

func (*ListPortForwardingServicesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

func (*ListPortForwardingServicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListPortForwardingServicesResponse_FieldSubPath) WithIArrayItemValue

func (*ListPortForwardingServicesResponse_FieldSubPath) WithIArrayOfValues

func (*ListPortForwardingServicesResponse_FieldSubPath) WithIValue

func (*ListPortForwardingServicesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListPortForwardingServicesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListPortForwardingServicesResponse_FieldSubPath) WithRawIValue

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

type ListPortForwardingServicesResponse_FieldSubPathArrayItemValue

type ListPortForwardingServicesResponse_FieldSubPathArrayItemValue struct {
	ListPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesResponse_FieldSubPathArrayItemValue) AsPortForwardingServicesPathItemValue

func (*ListPortForwardingServicesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListPortForwardingServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListPortForwardingServicesResponse_FieldSubPathArrayOfValues

type ListPortForwardingServicesResponse_FieldSubPathArrayOfValues struct {
	ListPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesResponse_FieldSubPathArrayOfValues) AsPortForwardingServicesPathArrayOfValues

func (*ListPortForwardingServicesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListPortForwardingServicesResponse_FieldSubPathValue

type ListPortForwardingServicesResponse_FieldSubPathValue struct {
	ListPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesResponse_FieldSubPathValue) AsPortForwardingServicesPathValue

func (*ListPortForwardingServicesResponse_FieldSubPathValue) CompareWith

func (*ListPortForwardingServicesResponse_FieldSubPathValue) CompareWithRaw

func (*ListPortForwardingServicesResponse_FieldSubPathValue) GetRawValue

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

func (*ListPortForwardingServicesResponse_FieldSubPathValue) SetTo

func (*ListPortForwardingServicesResponse_FieldSubPathValue) SetToRaw

type ListPortForwardingServicesResponse_FieldTerminalPath

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

func (*ListPortForwardingServicesResponse_FieldTerminalPath) ClearValue

func (*ListPortForwardingServicesResponse_FieldTerminalPath) ClearValueRaw

func (*ListPortForwardingServicesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListPortForwardingServicesResponse

func (*ListPortForwardingServicesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListPortForwardingServicesResponse_FieldTerminalPath) GetRaw

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

func (*ListPortForwardingServicesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListPortForwardingServicesResponse

func (*ListPortForwardingServicesResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListPortForwardingServicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPortForwardingServicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPortForwardingServicesResponse_FieldTerminalPath) Selector

func (*ListPortForwardingServicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*ListPortForwardingServicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPortForwardingServicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListPortForwardingServicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListPortForwardingServicesResponse_FieldTerminalPath) WithIValue

func (*ListPortForwardingServicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*ListPortForwardingServicesResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListPortForwardingServicesResponse_FieldTerminalPath) WithRawIValue

type ListPortForwardingServicesResponse_FieldTerminalPathArrayItemValue

type ListPortForwardingServicesResponse_FieldTerminalPathArrayItemValue struct {
	ListPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) AsPortForwardingServicesItemValue

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListPortForwardingServicesResponse_FieldTerminalPathArrayOfValues

type ListPortForwardingServicesResponse_FieldTerminalPathArrayOfValues struct {
	ListPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsPortForwardingServicesArrayOfValues

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListPortForwardingServicesResponse_FieldTerminalPathValue

type ListPortForwardingServicesResponse_FieldTerminalPathValue struct {
	ListPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) AsPortForwardingServicesValue

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPortForwardingServicesResponse_FieldTerminalPathValue' with the value under path in 'ListPortForwardingServicesResponse'.

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPortForwardingServicesResponse

func (*ListPortForwardingServicesResponse_FieldTerminalPathValue) SetToRaw

type PortForwardingServiceServiceClient

PortForwardingServiceServiceClient is the client API for PortForwardingServiceService.

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

type PortForwardingServiceServiceDescriptor added in v0.1.7

type PortForwardingServiceServiceDescriptor struct{}

func GetPortForwardingServiceServiceDescriptor added in v0.1.7

func GetPortForwardingServiceServiceDescriptor() *PortForwardingServiceServiceDescriptor

func (*PortForwardingServiceServiceDescriptor) AllMethodDescriptors added in v0.1.7

func (*PortForwardingServiceServiceDescriptor) GetApiName added in v0.1.7

func (*PortForwardingServiceServiceDescriptor) GetFullAPIName added in v0.1.7

func (d *PortForwardingServiceServiceDescriptor) GetFullAPIName() string

func (*PortForwardingServiceServiceDescriptor) GetProtoPkgName added in v0.1.7

func (d *PortForwardingServiceServiceDescriptor) GetProtoPkgName() string

func (*PortForwardingServiceServiceDescriptor) GetServiceDomain added in v0.1.7

func (d *PortForwardingServiceServiceDescriptor) GetServiceDomain() string

func (*PortForwardingServiceServiceDescriptor) GetServiceVersion added in v0.1.7

func (d *PortForwardingServiceServiceDescriptor) GetServiceVersion() string

type UpdatePortForwardingServiceDescriptor added in v0.1.7

type UpdatePortForwardingServiceDescriptor struct{}

func GetUpdatePortForwardingServiceDescriptor added in v0.1.7

func GetUpdatePortForwardingServiceDescriptor() *UpdatePortForwardingServiceDescriptor

func (*UpdatePortForwardingServiceDescriptor) GetApiDescriptor added in v0.1.7

func (*UpdatePortForwardingServiceDescriptor) GetApiName added in v0.1.7

func (*UpdatePortForwardingServiceDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*UpdatePortForwardingServiceDescriptor) GetFullMethodName added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) GetFullMethodName() string

func (*UpdatePortForwardingServiceDescriptor) GetMethodName added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) GetMethodName() string

func (*UpdatePortForwardingServiceDescriptor) GetProtoPkgName added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) GetProtoPkgName() string

func (*UpdatePortForwardingServiceDescriptor) GetResourceDescriptor added in v0.1.8

func (*UpdatePortForwardingServiceDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*UpdatePortForwardingServiceDescriptor) GetServiceDomain added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) GetServiceDomain() string

func (*UpdatePortForwardingServiceDescriptor) GetServiceVersion added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) GetServiceVersion() string

func (*UpdatePortForwardingServiceDescriptor) GetVerb added in v0.1.7

func (*UpdatePortForwardingServiceDescriptor) HasResource added in v0.1.8

func (*UpdatePortForwardingServiceDescriptor) IsClientStream added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) IsClientStream() bool

func (*UpdatePortForwardingServiceDescriptor) IsCollection added in v0.1.8

func (d *UpdatePortForwardingServiceDescriptor) IsCollection() bool

func (*UpdatePortForwardingServiceDescriptor) IsPlural added in v0.1.8

func (*UpdatePortForwardingServiceDescriptor) IsServerStream added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) IsServerStream() bool

func (*UpdatePortForwardingServiceDescriptor) IsUnary added in v0.1.7

func (*UpdatePortForwardingServiceDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*UpdatePortForwardingServiceDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*UpdatePortForwardingServiceDescriptor) RequestHasResourceBody added in v0.1.7

func (d *UpdatePortForwardingServiceDescriptor) RequestHasResourceBody() bool

type UpdatePortForwardingServiceDescriptorClientMsgHandle added in v0.1.7

type UpdatePortForwardingServiceDescriptorClientMsgHandle struct{}

func (*UpdatePortForwardingServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*UpdatePortForwardingServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*UpdatePortForwardingServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type UpdatePortForwardingServiceDescriptorServerMsgHandle added in v0.1.7

type UpdatePortForwardingServiceDescriptorServerMsgHandle struct{}

func (*UpdatePortForwardingServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*UpdatePortForwardingServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*UpdatePortForwardingServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type UpdatePortForwardingServiceRequest

type UpdatePortForwardingServiceRequest struct {

	// PortForwardingService resource body
	PortForwardingService *port_forwarding_service.PortForwardingService `` /* 160-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *port_forwarding_service.PortForwardingService_FieldMask `` /* 157-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 *UpdatePortForwardingServiceRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// contains filtered or unexported fields
}

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

func (*UpdatePortForwardingServiceRequest) Clone

func (*UpdatePortForwardingServiceRequest) CloneRaw

func (*UpdatePortForwardingServiceRequest) Descriptor

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

Deprecated, Use UpdatePortForwardingServiceRequest.ProtoReflect.Descriptor instead.

func (*UpdatePortForwardingServiceRequest) GetCas

func (*UpdatePortForwardingServiceRequest) GetPortForwardingService

func (*UpdatePortForwardingServiceRequest) GetUpdateMask

func (*UpdatePortForwardingServiceRequest) GotenMessage

func (*UpdatePortForwardingServiceRequest) GotenMessage()

func (*UpdatePortForwardingServiceRequest) GotenObjectExt

func (o *UpdatePortForwardingServiceRequest) GotenObjectExt()

func (*UpdatePortForwardingServiceRequest) GotenValidate

func (obj *UpdatePortForwardingServiceRequest) GotenValidate() error

func (*UpdatePortForwardingServiceRequest) MakeFullFieldMask

func (*UpdatePortForwardingServiceRequest) MakeRawDiffFieldMask

func (*UpdatePortForwardingServiceRequest) MakeRawFullFieldMask

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

func (*UpdatePortForwardingServiceRequest) Marshal

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

func (*UpdatePortForwardingServiceRequest) MarshalJSON

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

func (*UpdatePortForwardingServiceRequest) Merge

func (*UpdatePortForwardingServiceRequest) MergeRaw

func (*UpdatePortForwardingServiceRequest) ProtoMessage

func (*UpdatePortForwardingServiceRequest) ProtoMessage()

func (*UpdatePortForwardingServiceRequest) ProtoReflect

func (*UpdatePortForwardingServiceRequest) Reset

func (*UpdatePortForwardingServiceRequest) SetCas

func (*UpdatePortForwardingServiceRequest) SetPortForwardingService

func (*UpdatePortForwardingServiceRequest) SetUpdateMask

func (*UpdatePortForwardingServiceRequest) String

func (*UpdatePortForwardingServiceRequest) Unmarshal

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

func (*UpdatePortForwardingServiceRequest) UnmarshalJSON

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

type UpdatePortForwardingServiceRequestCASFieldPathBuilder

type UpdatePortForwardingServiceRequestCASFieldPathBuilder struct{}

func (UpdatePortForwardingServiceRequestCASFieldPathBuilder) ConditionalState

func (UpdatePortForwardingServiceRequestCASFieldPathBuilder) FieldMask

type UpdatePortForwardingServiceRequestCAS_FieldPath

type UpdatePortForwardingServiceRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePortForwardingServiceRequestCAS_FieldPathSelector
	Get(source *UpdatePortForwardingServiceRequest_CAS) []interface{}
	GetSingle(source *UpdatePortForwardingServiceRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdatePortForwardingServiceRequest_CAS)

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

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

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPath

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPath(rawField string) UpdatePortForwardingServiceRequestCAS_FieldPath

func ParseUpdatePortForwardingServiceRequestCAS_FieldPath

func ParseUpdatePortForwardingServiceRequestCAS_FieldPath(rawField string) (UpdatePortForwardingServiceRequestCAS_FieldPath, error)

type UpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue

type UpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePortForwardingServiceRequestCAS_FieldPath
	ContainsValue(*UpdatePortForwardingServiceRequest_CAS) bool
}

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

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue

func ParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue

func ParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue, error)

ParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues

type UpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePortForwardingServiceRequestCAS_FieldPath
}

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

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues

func ParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues

func ParseUpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePortForwardingServiceRequestCAS_FieldPathArrayOfValues, error)

type UpdatePortForwardingServiceRequestCAS_FieldPathSelector

type UpdatePortForwardingServiceRequestCAS_FieldPathSelector int32
const (
	UpdatePortForwardingServiceRequestCAS_FieldPathSelectorConditionalState UpdatePortForwardingServiceRequestCAS_FieldPathSelector = 0
	UpdatePortForwardingServiceRequestCAS_FieldPathSelectorFieldMask        UpdatePortForwardingServiceRequestCAS_FieldPathSelector = 1
)

func (UpdatePortForwardingServiceRequestCAS_FieldPathSelector) String

type UpdatePortForwardingServiceRequestCAS_FieldPathValue

type UpdatePortForwardingServiceRequestCAS_FieldPathValue interface {
	UpdatePortForwardingServiceRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePortForwardingServiceRequest_CAS)
	CompareWith(*UpdatePortForwardingServiceRequest_CAS) (cmp int, comparable bool)
}

UpdatePortForwardingServiceRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPathValue

func MustParseUpdatePortForwardingServiceRequestCAS_FieldPathValue(pathStr, valueStr string) UpdatePortForwardingServiceRequestCAS_FieldPathValue

func ParseUpdatePortForwardingServiceRequestCAS_FieldPathValue

func ParseUpdatePortForwardingServiceRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdatePortForwardingServiceRequestCAS_FieldPathValue, error)

type UpdatePortForwardingServiceRequestCAS_FieldSubPath

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

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) ClearValue

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) Get

Get returns all values pointed by selected field from source UpdatePortForwardingServiceRequest_CAS

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) GetRaw

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

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdatePortForwardingServiceRequest_CAS

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) Selector

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) WithIValue

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPath) WithRawIValue

type UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayItemValue

type UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayItemValue struct {
	UpdatePortForwardingServiceRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayOfValues

type UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayOfValues struct {
	UpdatePortForwardingServiceRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdatePortForwardingServiceRequestCAS_FieldSubPathValue

type UpdatePortForwardingServiceRequestCAS_FieldSubPathValue struct {
	UpdatePortForwardingServiceRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathValue) CompareWith

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathValue) CompareWithRaw

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathValue) SetTo

func (*UpdatePortForwardingServiceRequestCAS_FieldSubPathValue) SetToRaw

type UpdatePortForwardingServiceRequestCAS_FieldTerminalPath

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

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) ClearValue

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdatePortForwardingServiceRequest_CAS

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) GetRaw

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdatePortForwardingServiceRequest_CAS

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) Selector

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) WithIValue

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPath) WithRawIValue

type UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayItemValue

type UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdatePortForwardingServiceRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

type UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayOfValues

type UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdatePortForwardingServiceRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue

type UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue struct {
	UpdatePortForwardingServiceRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdatePortForwardingServiceRequest_CAS'.

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdatePortForwardingServiceRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdatePortForwardingServiceRequestFieldPathBuilder

type UpdatePortForwardingServiceRequestFieldPathBuilder struct{}

func NewUpdatePortForwardingServiceRequestFieldPathBuilder

func NewUpdatePortForwardingServiceRequestFieldPathBuilder() UpdatePortForwardingServiceRequestFieldPathBuilder

func (UpdatePortForwardingServiceRequestFieldPathBuilder) Cas

func (UpdatePortForwardingServiceRequestFieldPathBuilder) PortForwardingService

func (UpdatePortForwardingServiceRequestFieldPathBuilder) UpdateMask

type UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePortForwardingServiceRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations

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

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations) FieldPath

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations) WithArrayOfValues

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataAnnotations) WithValue

type UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels

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

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels) FieldPath

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels) WithArrayOfValues

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataLabels) WithValue

type UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards

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

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards) FieldPath

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards) WithArrayOfValues

func (UpdatePortForwardingServiceRequestMapPathSelectorPortForwardingServiceMetadataShards) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCas

type UpdatePortForwardingServiceRequestPathSelectorCas struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCas) ConditionalState

func (UpdatePortForwardingServiceRequestPathSelectorCas) FieldMask

func (UpdatePortForwardingServiceRequestPathSelectorCas) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalState

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalState struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalState) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateDisplayName

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadata

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLabels

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataShards

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataTags

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUuid

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateName

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateName struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateName) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpec

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpec struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpec) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAccessPoints

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAccessPoints struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAccessPoints) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAccessPoints) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAccessPoints) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAccessPoints) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAddresses

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAddresses struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAddresses) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAddresses) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAddresses) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecAddresses) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecDisabled

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecDisabled struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecDisabled) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecDisabled) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecDisabled) WithValue

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecProviderLoadBalancingMode

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecProviderLoadBalancingMode struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecProviderLoadBalancingMode) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecTargetLoadBalancingMode

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecTargetLoadBalancingMode struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateSpecTargetLoadBalancingMode) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateStatus

type UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateStatus struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasConditionalStateStatus) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorCasFieldMask

type UpdatePortForwardingServiceRequestPathSelectorCasFieldMask struct{}

func (UpdatePortForwardingServiceRequestPathSelectorCasFieldMask) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingService

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingService struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingService) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceDisplayName) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) DeleteTime added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) Lifecycle added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadata) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataAnnotations) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataCreateTime) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataDeleteTime) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataGeneration) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLabels) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) BlockDeletion added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) State added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycle) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleBlockDeletion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataLifecycleState) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) Region added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) RequiresOwnerReference added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) Version added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferences) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesController) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesKind) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesName) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRegion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataOwnerReferencesVersion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataResourceVersion) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataShards) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncing) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingOwningRegion) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataSyncingRegions) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataTags) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUpdateTime) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceMetadataUuid) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceName

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceName struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceName) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceName) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceName) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpec

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpec struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpec) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAccessPoints) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) WithItemValue

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecAddresses) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled) FieldPath

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled) WithArrayOfValues

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecDisabled) WithValue

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecProviderLoadBalancingMode

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecProviderLoadBalancingMode struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecProviderLoadBalancingMode) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecTargetLoadBalancingMode

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecTargetLoadBalancingMode struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceSpecTargetLoadBalancingMode) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceStatus

type UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceStatus struct{}

func (UpdatePortForwardingServiceRequestPathSelectorPortForwardingServiceStatus) FieldPath

type UpdatePortForwardingServiceRequestPathSelectorUpdateMask

type UpdatePortForwardingServiceRequestPathSelectorUpdateMask struct{}

func (UpdatePortForwardingServiceRequestPathSelectorUpdateMask) FieldPath

type UpdatePortForwardingServiceRequest_CAS

type UpdatePortForwardingServiceRequest_CAS struct {

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

func (*UpdatePortForwardingServiceRequest_CAS) CloneRaw

func (*UpdatePortForwardingServiceRequest_CAS) Descriptor

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

Deprecated, Use UpdatePortForwardingServiceRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdatePortForwardingServiceRequest_CAS) GetConditionalState

func (*UpdatePortForwardingServiceRequest_CAS) GetFieldMask

func (*UpdatePortForwardingServiceRequest_CAS) GotenMessage

func (*UpdatePortForwardingServiceRequest_CAS) GotenObjectExt

func (o *UpdatePortForwardingServiceRequest_CAS) GotenObjectExt()

func (*UpdatePortForwardingServiceRequest_CAS) GotenValidate

func (obj *UpdatePortForwardingServiceRequest_CAS) GotenValidate() error

func (*UpdatePortForwardingServiceRequest_CAS) MakeFullFieldMask

func (*UpdatePortForwardingServiceRequest_CAS) MakeRawDiffFieldMask

func (*UpdatePortForwardingServiceRequest_CAS) MakeRawFullFieldMask

func (*UpdatePortForwardingServiceRequest_CAS) Marshal

func (*UpdatePortForwardingServiceRequest_CAS) MarshalJSON

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

func (*UpdatePortForwardingServiceRequest_CAS) Merge

func (*UpdatePortForwardingServiceRequest_CAS) MergeRaw

func (*UpdatePortForwardingServiceRequest_CAS) ProtoMessage

func (*UpdatePortForwardingServiceRequest_CAS) ProtoReflect

func (*UpdatePortForwardingServiceRequest_CAS) Reset

func (*UpdatePortForwardingServiceRequest_CAS) SetConditionalState

func (*UpdatePortForwardingServiceRequest_CAS) SetFieldMask

func (*UpdatePortForwardingServiceRequest_CAS) String

func (*UpdatePortForwardingServiceRequest_CAS) Unmarshal

func (*UpdatePortForwardingServiceRequest_CAS) UnmarshalJSON

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

type UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalState

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalState struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalState) FieldPath

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateDisplayName

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadata

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.1.17

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.1.17

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataShards

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataTags

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateName

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateName struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateName) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpec

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpec struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpec) FieldPath

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAccessPoints

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAccessPoints struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAccessPoints) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAccessPoints) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAccessPoints) WithItemValue

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAccessPoints) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAddresses

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAddresses struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAddresses) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAddresses) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAddresses) WithItemValue

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecAddresses) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecDisabled

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecDisabled struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecDisabled) FieldPath

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecDisabled) WithArrayOfValues

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecDisabled) WithValue

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecProviderLoadBalancingMode

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecProviderLoadBalancingMode struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecProviderLoadBalancingMode) FieldPath

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecTargetLoadBalancingMode

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecTargetLoadBalancingMode struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateSpecTargetLoadBalancingMode) FieldPath

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateStatus

type UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateStatus struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorConditionalStateStatus) FieldPath

type UpdatePortForwardingServiceRequest_CASPathSelectorFieldMask

type UpdatePortForwardingServiceRequest_CASPathSelectorFieldMask struct{}

func (UpdatePortForwardingServiceRequest_CASPathSelectorFieldMask) FieldPath

type UpdatePortForwardingServiceRequest_CAS_FieldMask

type UpdatePortForwardingServiceRequest_CAS_FieldMask struct {
	Paths []UpdatePortForwardingServiceRequestCAS_FieldPath
}

func FullUpdatePortForwardingServiceRequest_CAS_FieldMask

func FullUpdatePortForwardingServiceRequest_CAS_FieldMask() *UpdatePortForwardingServiceRequest_CAS_FieldMask

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) AppendPath

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) AppendRawPath

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) GetPaths

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) GetRawPaths

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) IsFull

func (UpdatePortForwardingServiceRequest_CAS_FieldMask) Marshal

implement methods required by customType

func (UpdatePortForwardingServiceRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdatePortForwardingServiceRequest_CAS_FieldMask) PathsCount() int

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) Project

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) ProjectRaw

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdatePortForwardingServiceRequest_CAS_FieldMask) ProtoMessage()

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) ProtoReflect

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) Reset

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) Set

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) SetRaw

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) Size

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) String

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) SubtractRaw

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) Unmarshal

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

func (*UpdatePortForwardingServiceRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdatePortForwardingServiceRequest_FieldMask

type UpdatePortForwardingServiceRequest_FieldMask struct {
	Paths []UpdatePortForwardingServiceRequest_FieldPath
}

func FullUpdatePortForwardingServiceRequest_FieldMask

func FullUpdatePortForwardingServiceRequest_FieldMask() *UpdatePortForwardingServiceRequest_FieldMask

func (*UpdatePortForwardingServiceRequest_FieldMask) AppendPath

func (*UpdatePortForwardingServiceRequest_FieldMask) AppendRawPath

func (*UpdatePortForwardingServiceRequest_FieldMask) DecodeFirestore

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

func (*UpdatePortForwardingServiceRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdatePortForwardingServiceRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePortForwardingServiceRequest_FieldMask) FromProtoFieldMask

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

func (*UpdatePortForwardingServiceRequest_FieldMask) GetPaths

func (*UpdatePortForwardingServiceRequest_FieldMask) GetRawPaths

func (*UpdatePortForwardingServiceRequest_FieldMask) IsFull

func (UpdatePortForwardingServiceRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdatePortForwardingServiceRequest_FieldMask) MarshalJSON

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

func (*UpdatePortForwardingServiceRequest_FieldMask) PathsCount

func (fieldMask *UpdatePortForwardingServiceRequest_FieldMask) PathsCount() int

func (*UpdatePortForwardingServiceRequest_FieldMask) Project

func (*UpdatePortForwardingServiceRequest_FieldMask) ProjectRaw

func (*UpdatePortForwardingServiceRequest_FieldMask) ProtoMessage

func (fieldMask *UpdatePortForwardingServiceRequest_FieldMask) ProtoMessage()

func (*UpdatePortForwardingServiceRequest_FieldMask) ProtoReflect

func (*UpdatePortForwardingServiceRequest_FieldMask) Reset

func (*UpdatePortForwardingServiceRequest_FieldMask) Set

func (*UpdatePortForwardingServiceRequest_FieldMask) SetFromCliFlag

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

func (*UpdatePortForwardingServiceRequest_FieldMask) SetRaw

func (*UpdatePortForwardingServiceRequest_FieldMask) Size

func (*UpdatePortForwardingServiceRequest_FieldMask) String

func (*UpdatePortForwardingServiceRequest_FieldMask) Subtract

func (*UpdatePortForwardingServiceRequest_FieldMask) SubtractRaw

func (*UpdatePortForwardingServiceRequest_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*UpdatePortForwardingServiceRequest_FieldMask) Unmarshal

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

func (*UpdatePortForwardingServiceRequest_FieldMask) UnmarshalJSON

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

type UpdatePortForwardingServiceRequest_FieldPath

type UpdatePortForwardingServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePortForwardingServiceRequest_FieldPathSelector
	Get(source *UpdatePortForwardingServiceRequest) []interface{}
	GetSingle(source *UpdatePortForwardingServiceRequest) (interface{}, bool)
	ClearValue(item *UpdatePortForwardingServiceRequest)

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

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

func MustParseUpdatePortForwardingServiceRequest_FieldPath

func MustParseUpdatePortForwardingServiceRequest_FieldPath(rawField string) UpdatePortForwardingServiceRequest_FieldPath

func ParseUpdatePortForwardingServiceRequest_FieldPath

func ParseUpdatePortForwardingServiceRequest_FieldPath(rawField string) (UpdatePortForwardingServiceRequest_FieldPath, error)

type UpdatePortForwardingServiceRequest_FieldPathArrayItemValue

type UpdatePortForwardingServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePortForwardingServiceRequest_FieldPath
	ContainsValue(*UpdatePortForwardingServiceRequest) bool
}

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

func MustParseUpdatePortForwardingServiceRequest_FieldPathArrayItemValue

func MustParseUpdatePortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePortForwardingServiceRequest_FieldPathArrayItemValue

func ParseUpdatePortForwardingServiceRequest_FieldPathArrayItemValue

func ParseUpdatePortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePortForwardingServiceRequest_FieldPathArrayItemValue, error)

ParseUpdatePortForwardingServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePortForwardingServiceRequest_FieldPathArrayOfValues

type UpdatePortForwardingServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePortForwardingServiceRequest_FieldPath
}

UpdatePortForwardingServiceRequest_FieldPathArrayOfValues allows storing slice of values for UpdatePortForwardingServiceRequest fields according to their type

func MustParseUpdatePortForwardingServiceRequest_FieldPathArrayOfValues

func MustParseUpdatePortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePortForwardingServiceRequest_FieldPathArrayOfValues

func ParseUpdatePortForwardingServiceRequest_FieldPathArrayOfValues

func ParseUpdatePortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePortForwardingServiceRequest_FieldPathArrayOfValues, error)

type UpdatePortForwardingServiceRequest_FieldPathSelector

type UpdatePortForwardingServiceRequest_FieldPathSelector int32
const (
	UpdatePortForwardingServiceRequest_FieldPathSelectorPortForwardingService UpdatePortForwardingServiceRequest_FieldPathSelector = 0
	UpdatePortForwardingServiceRequest_FieldPathSelectorUpdateMask            UpdatePortForwardingServiceRequest_FieldPathSelector = 1
	UpdatePortForwardingServiceRequest_FieldPathSelectorCas                   UpdatePortForwardingServiceRequest_FieldPathSelector = 2
)

func (UpdatePortForwardingServiceRequest_FieldPathSelector) String

type UpdatePortForwardingServiceRequest_FieldPathValue

type UpdatePortForwardingServiceRequest_FieldPathValue interface {
	UpdatePortForwardingServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePortForwardingServiceRequest)
	CompareWith(*UpdatePortForwardingServiceRequest) (cmp int, comparable bool)
}

UpdatePortForwardingServiceRequest_FieldPathValue allows storing values for UpdatePortForwardingServiceRequest fields according to their type

func MustParseUpdatePortForwardingServiceRequest_FieldPathValue

func MustParseUpdatePortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) UpdatePortForwardingServiceRequest_FieldPathValue

func ParseUpdatePortForwardingServiceRequest_FieldPathValue

func ParseUpdatePortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) (UpdatePortForwardingServiceRequest_FieldPathValue, error)

type UpdatePortForwardingServiceRequest_FieldSubPath

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

func (*UpdatePortForwardingServiceRequest_FieldSubPath) AsCasSubPath

func (*UpdatePortForwardingServiceRequest_FieldSubPath) AsPortForwardingServiceSubPath

func (*UpdatePortForwardingServiceRequest_FieldSubPath) ClearValue

func (*UpdatePortForwardingServiceRequest_FieldSubPath) ClearValueRaw

func (*UpdatePortForwardingServiceRequest_FieldSubPath) Get

Get returns all values pointed by selected field from source UpdatePortForwardingServiceRequest

func (*UpdatePortForwardingServiceRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePortForwardingServiceRequest_FieldSubPath) GetRaw

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

func (*UpdatePortForwardingServiceRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdatePortForwardingServiceRequest

func (*UpdatePortForwardingServiceRequest_FieldSubPath) GetSingleRaw

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

func (*UpdatePortForwardingServiceRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePortForwardingServiceRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePortForwardingServiceRequest_FieldSubPath) Selector

func (*UpdatePortForwardingServiceRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

func (*UpdatePortForwardingServiceRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdatePortForwardingServiceRequest_FieldSubPath) WithIArrayItemValue

func (*UpdatePortForwardingServiceRequest_FieldSubPath) WithIArrayOfValues

func (*UpdatePortForwardingServiceRequest_FieldSubPath) WithIValue

func (*UpdatePortForwardingServiceRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdatePortForwardingServiceRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdatePortForwardingServiceRequest_FieldSubPath) WithRawIValue

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

type UpdatePortForwardingServiceRequest_FieldSubPathArrayItemValue

type UpdatePortForwardingServiceRequest_FieldSubPathArrayItemValue struct {
	UpdatePortForwardingServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdatePortForwardingServiceRequest_FieldSubPathArrayItemValue) AsPortForwardingServicePathItemValue

func (*UpdatePortForwardingServiceRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdatePortForwardingServiceRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdatePortForwardingServiceRequest_FieldSubPathArrayOfValues

type UpdatePortForwardingServiceRequest_FieldSubPathArrayOfValues struct {
	UpdatePortForwardingServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdatePortForwardingServiceRequest_FieldSubPathArrayOfValues) AsPortForwardingServicePathArrayOfValues

func (*UpdatePortForwardingServiceRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdatePortForwardingServiceRequest_FieldSubPathValue

type UpdatePortForwardingServiceRequest_FieldSubPathValue struct {
	UpdatePortForwardingServiceRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequest_FieldSubPathValue) AsCasPathValue

func (*UpdatePortForwardingServiceRequest_FieldSubPathValue) AsPortForwardingServicePathValue

func (*UpdatePortForwardingServiceRequest_FieldSubPathValue) CompareWith

func (*UpdatePortForwardingServiceRequest_FieldSubPathValue) CompareWithRaw

func (*UpdatePortForwardingServiceRequest_FieldSubPathValue) GetRawValue

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

func (*UpdatePortForwardingServiceRequest_FieldSubPathValue) SetTo

func (*UpdatePortForwardingServiceRequest_FieldSubPathValue) SetToRaw

type UpdatePortForwardingServiceRequest_FieldTerminalPath

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

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) ClearValue

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) ClearValueRaw

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdatePortForwardingServiceRequest

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) GetRaw

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

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdatePortForwardingServiceRequest

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) Selector

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) WithIValue

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdatePortForwardingServiceRequest_FieldTerminalPath) WithRawIValue

type UpdatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue

type UpdatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue struct {
	UpdatePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues

type UpdatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues struct {
	UpdatePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsPortForwardingServiceArrayOfValues

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdatePortForwardingServiceRequest_FieldTerminalPathValue

type UpdatePortForwardingServiceRequest_FieldTerminalPathValue struct {
	UpdatePortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) AsCasValue

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) AsPortForwardingServiceValue

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePortForwardingServiceRequest_FieldTerminalPathValue' with the value under path in 'UpdatePortForwardingServiceRequest'.

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdatePortForwardingServiceRequest

func (*UpdatePortForwardingServiceRequest_FieldTerminalPathValue) SetToRaw

type WatchPortForwardingServiceClientStream

type WatchPortForwardingServiceClientStream interface {
	Recv() (*WatchPortForwardingServiceResponse, error)
	grpc.ClientStream
}

type WatchPortForwardingServiceDescriptor added in v0.1.7

type WatchPortForwardingServiceDescriptor struct{}

func GetWatchPortForwardingServiceDescriptor added in v0.1.7

func GetWatchPortForwardingServiceDescriptor() *WatchPortForwardingServiceDescriptor

func (*WatchPortForwardingServiceDescriptor) GetApiDescriptor added in v0.1.7

func (*WatchPortForwardingServiceDescriptor) GetApiName added in v0.1.7

func (*WatchPortForwardingServiceDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*WatchPortForwardingServiceDescriptor) GetFullMethodName added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) GetFullMethodName() string

func (*WatchPortForwardingServiceDescriptor) GetMethodName added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) GetMethodName() string

func (*WatchPortForwardingServiceDescriptor) GetProtoPkgName added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) GetProtoPkgName() string

func (*WatchPortForwardingServiceDescriptor) GetResourceDescriptor added in v0.1.8

func (*WatchPortForwardingServiceDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*WatchPortForwardingServiceDescriptor) GetServiceDomain added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) GetServiceDomain() string

func (*WatchPortForwardingServiceDescriptor) GetServiceVersion added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) GetServiceVersion() string

func (*WatchPortForwardingServiceDescriptor) GetVerb added in v0.1.7

func (*WatchPortForwardingServiceDescriptor) HasResource added in v0.1.8

func (d *WatchPortForwardingServiceDescriptor) HasResource() bool

func (*WatchPortForwardingServiceDescriptor) IsClientStream added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) IsClientStream() bool

func (*WatchPortForwardingServiceDescriptor) IsCollection added in v0.1.8

func (d *WatchPortForwardingServiceDescriptor) IsCollection() bool

func (*WatchPortForwardingServiceDescriptor) IsPlural added in v0.1.8

func (*WatchPortForwardingServiceDescriptor) IsServerStream added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) IsServerStream() bool

func (*WatchPortForwardingServiceDescriptor) IsUnary added in v0.1.7

func (*WatchPortForwardingServiceDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*WatchPortForwardingServiceDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*WatchPortForwardingServiceDescriptor) RequestHasResourceBody added in v0.1.7

func (d *WatchPortForwardingServiceDescriptor) RequestHasResourceBody() bool

type WatchPortForwardingServiceDescriptorClientMsgHandle added in v0.1.7

type WatchPortForwardingServiceDescriptorClientMsgHandle struct{}

func (*WatchPortForwardingServiceDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchPortForwardingServiceDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchPortForwardingServiceDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type WatchPortForwardingServiceDescriptorServerMsgHandle added in v0.1.7

type WatchPortForwardingServiceDescriptorServerMsgHandle struct{}

func (*WatchPortForwardingServiceDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchPortForwardingServiceDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchPortForwardingServiceDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type WatchPortForwardingServiceRequest

type WatchPortForwardingServiceRequest struct {

	// Reference to ntt.ztna.v1alpha.PortForwardingService
	Name *port_forwarding_service.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *port_forwarding_service.PortForwardingService_FieldMask `` /* 153-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 [WatchPortForwardingService][ntt.ztna.v1alpha.WatchPortForwardingService]

func (*WatchPortForwardingServiceRequest) Clone

func (*WatchPortForwardingServiceRequest) CloneRaw

func (*WatchPortForwardingServiceRequest) Descriptor

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

Deprecated, Use WatchPortForwardingServiceRequest.ProtoReflect.Descriptor instead.

func (*WatchPortForwardingServiceRequest) GetFieldMask

func (*WatchPortForwardingServiceRequest) GetName

func (*WatchPortForwardingServiceRequest) GetView

func (*WatchPortForwardingServiceRequest) GotenMessage

func (*WatchPortForwardingServiceRequest) GotenMessage()

func (*WatchPortForwardingServiceRequest) GotenObjectExt

func (o *WatchPortForwardingServiceRequest) GotenObjectExt()

func (*WatchPortForwardingServiceRequest) GotenValidate

func (obj *WatchPortForwardingServiceRequest) GotenValidate() error

func (*WatchPortForwardingServiceRequest) MakeFullFieldMask

func (*WatchPortForwardingServiceRequest) MakeRawDiffFieldMask

func (*WatchPortForwardingServiceRequest) MakeRawFullFieldMask

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

func (*WatchPortForwardingServiceRequest) Marshal

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

func (*WatchPortForwardingServiceRequest) MarshalJSON

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

func (*WatchPortForwardingServiceRequest) Merge

func (*WatchPortForwardingServiceRequest) MergeRaw

func (*WatchPortForwardingServiceRequest) ProtoMessage

func (*WatchPortForwardingServiceRequest) ProtoMessage()

func (*WatchPortForwardingServiceRequest) ProtoReflect

func (*WatchPortForwardingServiceRequest) Reset

func (*WatchPortForwardingServiceRequest) SetFieldMask

func (*WatchPortForwardingServiceRequest) SetName

func (*WatchPortForwardingServiceRequest) SetView

func (*WatchPortForwardingServiceRequest) String

func (*WatchPortForwardingServiceRequest) Unmarshal

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

func (*WatchPortForwardingServiceRequest) UnmarshalJSON

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

type WatchPortForwardingServiceRequestFieldPathBuilder

type WatchPortForwardingServiceRequestFieldPathBuilder struct{}

func NewWatchPortForwardingServiceRequestFieldPathBuilder

func NewWatchPortForwardingServiceRequestFieldPathBuilder() WatchPortForwardingServiceRequestFieldPathBuilder

func (WatchPortForwardingServiceRequestFieldPathBuilder) FieldMask

func (WatchPortForwardingServiceRequestFieldPathBuilder) Name

func (WatchPortForwardingServiceRequestFieldPathBuilder) View

type WatchPortForwardingServiceRequestPathSelectorFieldMask

type WatchPortForwardingServiceRequestPathSelectorFieldMask struct{}

func (WatchPortForwardingServiceRequestPathSelectorFieldMask) FieldPath

type WatchPortForwardingServiceRequestPathSelectorName

type WatchPortForwardingServiceRequestPathSelectorName struct{}

func (WatchPortForwardingServiceRequestPathSelectorName) FieldPath

type WatchPortForwardingServiceRequestPathSelectorView

type WatchPortForwardingServiceRequestPathSelectorView struct{}

func (WatchPortForwardingServiceRequestPathSelectorView) FieldPath

func (WatchPortForwardingServiceRequestPathSelectorView) WithArrayOfValues

func (WatchPortForwardingServiceRequestPathSelectorView) WithValue

type WatchPortForwardingServiceRequest_FieldMask

type WatchPortForwardingServiceRequest_FieldMask struct {
	Paths []WatchPortForwardingServiceRequest_FieldPath
}

func FullWatchPortForwardingServiceRequest_FieldMask

func FullWatchPortForwardingServiceRequest_FieldMask() *WatchPortForwardingServiceRequest_FieldMask

func (*WatchPortForwardingServiceRequest_FieldMask) AppendPath

func (*WatchPortForwardingServiceRequest_FieldMask) AppendRawPath

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

func (*WatchPortForwardingServiceRequest_FieldMask) DecodeFirestore

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

func (*WatchPortForwardingServiceRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPortForwardingServiceRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPortForwardingServiceRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPortForwardingServiceRequest_FieldMask) GetPaths

func (*WatchPortForwardingServiceRequest_FieldMask) GetRawPaths

func (*WatchPortForwardingServiceRequest_FieldMask) IsFull

func (WatchPortForwardingServiceRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPortForwardingServiceRequest_FieldMask) MarshalJSON

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

func (*WatchPortForwardingServiceRequest_FieldMask) PathsCount

func (fieldMask *WatchPortForwardingServiceRequest_FieldMask) PathsCount() int

func (*WatchPortForwardingServiceRequest_FieldMask) Project

func (*WatchPortForwardingServiceRequest_FieldMask) ProjectRaw

func (*WatchPortForwardingServiceRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPortForwardingServiceRequest_FieldMask) ProtoMessage()

func (*WatchPortForwardingServiceRequest_FieldMask) ProtoReflect

func (*WatchPortForwardingServiceRequest_FieldMask) Reset

func (*WatchPortForwardingServiceRequest_FieldMask) Set

func (*WatchPortForwardingServiceRequest_FieldMask) SetFromCliFlag

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

func (*WatchPortForwardingServiceRequest_FieldMask) SetRaw

func (*WatchPortForwardingServiceRequest_FieldMask) Size

func (*WatchPortForwardingServiceRequest_FieldMask) String

func (*WatchPortForwardingServiceRequest_FieldMask) Subtract

func (*WatchPortForwardingServiceRequest_FieldMask) SubtractRaw

func (*WatchPortForwardingServiceRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchPortForwardingServiceRequest_FieldMask) Unmarshal

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

func (*WatchPortForwardingServiceRequest_FieldMask) UnmarshalJSON

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

type WatchPortForwardingServiceRequest_FieldPath

type WatchPortForwardingServiceRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPortForwardingServiceRequest_FieldPathSelector
	Get(source *WatchPortForwardingServiceRequest) []interface{}
	GetSingle(source *WatchPortForwardingServiceRequest) (interface{}, bool)
	ClearValue(item *WatchPortForwardingServiceRequest)

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

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

func MustParseWatchPortForwardingServiceRequest_FieldPath

func MustParseWatchPortForwardingServiceRequest_FieldPath(rawField string) WatchPortForwardingServiceRequest_FieldPath

func ParseWatchPortForwardingServiceRequest_FieldPath

func ParseWatchPortForwardingServiceRequest_FieldPath(rawField string) (WatchPortForwardingServiceRequest_FieldPath, error)

type WatchPortForwardingServiceRequest_FieldPathArrayItemValue

type WatchPortForwardingServiceRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPortForwardingServiceRequest_FieldPath
	ContainsValue(*WatchPortForwardingServiceRequest) bool
}

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

func MustParseWatchPortForwardingServiceRequest_FieldPathArrayItemValue

func MustParseWatchPortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPortForwardingServiceRequest_FieldPathArrayItemValue

func ParseWatchPortForwardingServiceRequest_FieldPathArrayItemValue

func ParseWatchPortForwardingServiceRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPortForwardingServiceRequest_FieldPathArrayItemValue, error)

ParseWatchPortForwardingServiceRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPortForwardingServiceRequest_FieldPathArrayOfValues

type WatchPortForwardingServiceRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPortForwardingServiceRequest_FieldPath
}

WatchPortForwardingServiceRequest_FieldPathArrayOfValues allows storing slice of values for WatchPortForwardingServiceRequest fields according to their type

func MustParseWatchPortForwardingServiceRequest_FieldPathArrayOfValues

func MustParseWatchPortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPortForwardingServiceRequest_FieldPathArrayOfValues

func ParseWatchPortForwardingServiceRequest_FieldPathArrayOfValues

func ParseWatchPortForwardingServiceRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPortForwardingServiceRequest_FieldPathArrayOfValues, error)

type WatchPortForwardingServiceRequest_FieldPathSelector

type WatchPortForwardingServiceRequest_FieldPathSelector int32
const (
	WatchPortForwardingServiceRequest_FieldPathSelectorName      WatchPortForwardingServiceRequest_FieldPathSelector = 0
	WatchPortForwardingServiceRequest_FieldPathSelectorFieldMask WatchPortForwardingServiceRequest_FieldPathSelector = 1
	WatchPortForwardingServiceRequest_FieldPathSelectorView      WatchPortForwardingServiceRequest_FieldPathSelector = 2
)

func (WatchPortForwardingServiceRequest_FieldPathSelector) String

type WatchPortForwardingServiceRequest_FieldPathValue

type WatchPortForwardingServiceRequest_FieldPathValue interface {
	WatchPortForwardingServiceRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPortForwardingServiceRequest)
	CompareWith(*WatchPortForwardingServiceRequest) (cmp int, comparable bool)
}

WatchPortForwardingServiceRequest_FieldPathValue allows storing values for WatchPortForwardingServiceRequest fields according to their type

func MustParseWatchPortForwardingServiceRequest_FieldPathValue

func MustParseWatchPortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) WatchPortForwardingServiceRequest_FieldPathValue

func ParseWatchPortForwardingServiceRequest_FieldPathValue

func ParseWatchPortForwardingServiceRequest_FieldPathValue(pathStr, valueStr string) (WatchPortForwardingServiceRequest_FieldPathValue, error)

type WatchPortForwardingServiceRequest_FieldTerminalPath

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) ClearValue

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) ClearValueRaw

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPortForwardingServiceRequest

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) GetRaw

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPortForwardingServiceRequest

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) Selector

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) WithIValue

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPath) WithRawIValue

type WatchPortForwardingServiceRequest_FieldTerminalPathArrayItemValue

type WatchPortForwardingServiceRequest_FieldTerminalPathArrayItemValue struct {
	WatchPortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPortForwardingServiceRequest_FieldTerminalPathArrayOfValues

type WatchPortForwardingServiceRequest_FieldTerminalPathArrayOfValues struct {
	WatchPortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchPortForwardingServiceRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPortForwardingServiceRequest_FieldTerminalPathValue

type WatchPortForwardingServiceRequest_FieldTerminalPathValue struct {
	WatchPortForwardingServiceRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) AsNameValue

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) AsViewValue

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPortForwardingServiceRequest_FieldTerminalPathValue' with the value under path in 'WatchPortForwardingServiceRequest'.

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPortForwardingServiceRequest

func (*WatchPortForwardingServiceRequest_FieldTerminalPathValue) SetToRaw

type WatchPortForwardingServiceResponse

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

WatchPortForwardingServiceResponse

func (*WatchPortForwardingServiceResponse) Clone

func (*WatchPortForwardingServiceResponse) CloneRaw

func (*WatchPortForwardingServiceResponse) Descriptor

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

Deprecated, Use WatchPortForwardingServiceResponse.ProtoReflect.Descriptor instead.

func (*WatchPortForwardingServiceResponse) GetChange

func (*WatchPortForwardingServiceResponse) GotenMessage

func (*WatchPortForwardingServiceResponse) GotenMessage()

func (*WatchPortForwardingServiceResponse) GotenObjectExt

func (o *WatchPortForwardingServiceResponse) GotenObjectExt()

func (*WatchPortForwardingServiceResponse) GotenValidate

func (obj *WatchPortForwardingServiceResponse) GotenValidate() error

func (*WatchPortForwardingServiceResponse) MakeFullFieldMask

func (*WatchPortForwardingServiceResponse) MakeRawDiffFieldMask

func (*WatchPortForwardingServiceResponse) MakeRawFullFieldMask

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

func (*WatchPortForwardingServiceResponse) Marshal

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

func (*WatchPortForwardingServiceResponse) MarshalJSON

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

func (*WatchPortForwardingServiceResponse) Merge

func (*WatchPortForwardingServiceResponse) MergeRaw

func (*WatchPortForwardingServiceResponse) ProtoMessage

func (*WatchPortForwardingServiceResponse) ProtoMessage()

func (*WatchPortForwardingServiceResponse) ProtoReflect

func (*WatchPortForwardingServiceResponse) Reset

func (*WatchPortForwardingServiceResponse) SetChange

func (*WatchPortForwardingServiceResponse) String

func (*WatchPortForwardingServiceResponse) Unmarshal

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

func (*WatchPortForwardingServiceResponse) UnmarshalJSON

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

type WatchPortForwardingServiceResponseFieldPathBuilder

type WatchPortForwardingServiceResponseFieldPathBuilder struct{}

func NewWatchPortForwardingServiceResponseFieldPathBuilder

func NewWatchPortForwardingServiceResponseFieldPathBuilder() WatchPortForwardingServiceResponseFieldPathBuilder

func (WatchPortForwardingServiceResponseFieldPathBuilder) Change

type WatchPortForwardingServiceResponsePathSelectorChange

type WatchPortForwardingServiceResponsePathSelectorChange struct{}

func (WatchPortForwardingServiceResponsePathSelectorChange) FieldPath

type WatchPortForwardingServiceResponse_FieldMask

type WatchPortForwardingServiceResponse_FieldMask struct {
	Paths []WatchPortForwardingServiceResponse_FieldPath
}

func FullWatchPortForwardingServiceResponse_FieldMask

func FullWatchPortForwardingServiceResponse_FieldMask() *WatchPortForwardingServiceResponse_FieldMask

func (*WatchPortForwardingServiceResponse_FieldMask) AppendPath

func (*WatchPortForwardingServiceResponse_FieldMask) AppendRawPath

func (*WatchPortForwardingServiceResponse_FieldMask) DecodeFirestore

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

func (*WatchPortForwardingServiceResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPortForwardingServiceResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPortForwardingServiceResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPortForwardingServiceResponse_FieldMask) GetPaths

func (*WatchPortForwardingServiceResponse_FieldMask) GetRawPaths

func (*WatchPortForwardingServiceResponse_FieldMask) IsFull

func (WatchPortForwardingServiceResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPortForwardingServiceResponse_FieldMask) MarshalJSON

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

func (*WatchPortForwardingServiceResponse_FieldMask) PathsCount

func (fieldMask *WatchPortForwardingServiceResponse_FieldMask) PathsCount() int

func (*WatchPortForwardingServiceResponse_FieldMask) Project

func (*WatchPortForwardingServiceResponse_FieldMask) ProjectRaw

func (*WatchPortForwardingServiceResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPortForwardingServiceResponse_FieldMask) ProtoMessage()

func (*WatchPortForwardingServiceResponse_FieldMask) ProtoReflect

func (*WatchPortForwardingServiceResponse_FieldMask) Reset

func (*WatchPortForwardingServiceResponse_FieldMask) Set

func (*WatchPortForwardingServiceResponse_FieldMask) SetFromCliFlag

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

func (*WatchPortForwardingServiceResponse_FieldMask) SetRaw

func (*WatchPortForwardingServiceResponse_FieldMask) Size

func (*WatchPortForwardingServiceResponse_FieldMask) String

func (*WatchPortForwardingServiceResponse_FieldMask) Subtract

func (*WatchPortForwardingServiceResponse_FieldMask) SubtractRaw

func (*WatchPortForwardingServiceResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchPortForwardingServiceResponse_FieldMask) Unmarshal

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

func (*WatchPortForwardingServiceResponse_FieldMask) UnmarshalJSON

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

type WatchPortForwardingServiceResponse_FieldPath

type WatchPortForwardingServiceResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPortForwardingServiceResponse_FieldPathSelector
	Get(source *WatchPortForwardingServiceResponse) []interface{}
	GetSingle(source *WatchPortForwardingServiceResponse) (interface{}, bool)
	ClearValue(item *WatchPortForwardingServiceResponse)

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

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

func MustParseWatchPortForwardingServiceResponse_FieldPath

func MustParseWatchPortForwardingServiceResponse_FieldPath(rawField string) WatchPortForwardingServiceResponse_FieldPath

func ParseWatchPortForwardingServiceResponse_FieldPath

func ParseWatchPortForwardingServiceResponse_FieldPath(rawField string) (WatchPortForwardingServiceResponse_FieldPath, error)

type WatchPortForwardingServiceResponse_FieldPathArrayItemValue

type WatchPortForwardingServiceResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPortForwardingServiceResponse_FieldPath
	ContainsValue(*WatchPortForwardingServiceResponse) bool
}

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

func MustParseWatchPortForwardingServiceResponse_FieldPathArrayItemValue

func MustParseWatchPortForwardingServiceResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPortForwardingServiceResponse_FieldPathArrayItemValue

func ParseWatchPortForwardingServiceResponse_FieldPathArrayItemValue

func ParseWatchPortForwardingServiceResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPortForwardingServiceResponse_FieldPathArrayItemValue, error)

ParseWatchPortForwardingServiceResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPortForwardingServiceResponse_FieldPathArrayOfValues

type WatchPortForwardingServiceResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPortForwardingServiceResponse_FieldPath
}

WatchPortForwardingServiceResponse_FieldPathArrayOfValues allows storing slice of values for WatchPortForwardingServiceResponse fields according to their type

func MustParseWatchPortForwardingServiceResponse_FieldPathArrayOfValues

func MustParseWatchPortForwardingServiceResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPortForwardingServiceResponse_FieldPathArrayOfValues

func ParseWatchPortForwardingServiceResponse_FieldPathArrayOfValues

func ParseWatchPortForwardingServiceResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPortForwardingServiceResponse_FieldPathArrayOfValues, error)

type WatchPortForwardingServiceResponse_FieldPathSelector

type WatchPortForwardingServiceResponse_FieldPathSelector int32
const (
	WatchPortForwardingServiceResponse_FieldPathSelectorChange WatchPortForwardingServiceResponse_FieldPathSelector = 0
)

func (WatchPortForwardingServiceResponse_FieldPathSelector) String

type WatchPortForwardingServiceResponse_FieldPathValue

type WatchPortForwardingServiceResponse_FieldPathValue interface {
	WatchPortForwardingServiceResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPortForwardingServiceResponse)
	CompareWith(*WatchPortForwardingServiceResponse) (cmp int, comparable bool)
}

WatchPortForwardingServiceResponse_FieldPathValue allows storing values for WatchPortForwardingServiceResponse fields according to their type

func MustParseWatchPortForwardingServiceResponse_FieldPathValue

func MustParseWatchPortForwardingServiceResponse_FieldPathValue(pathStr, valueStr string) WatchPortForwardingServiceResponse_FieldPathValue

func ParseWatchPortForwardingServiceResponse_FieldPathValue

func ParseWatchPortForwardingServiceResponse_FieldPathValue(pathStr, valueStr string) (WatchPortForwardingServiceResponse_FieldPathValue, error)

type WatchPortForwardingServiceResponse_FieldTerminalPath

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

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) ClearValue

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) ClearValueRaw

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPortForwardingServiceResponse

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) GetRaw

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

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPortForwardingServiceResponse

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) Selector

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) WithIValue

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPortForwardingServiceResponse_FieldTerminalPath) WithRawIValue

type WatchPortForwardingServiceResponse_FieldTerminalPathArrayItemValue

type WatchPortForwardingServiceResponse_FieldTerminalPathArrayItemValue struct {
	WatchPortForwardingServiceResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServiceResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPortForwardingServiceResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPortForwardingServiceResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPortForwardingServiceResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPortForwardingServiceResponse_FieldTerminalPathArrayOfValues

type WatchPortForwardingServiceResponse_FieldTerminalPathArrayOfValues struct {
	WatchPortForwardingServiceResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServiceResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchPortForwardingServiceResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPortForwardingServiceResponse_FieldTerminalPathValue

type WatchPortForwardingServiceResponse_FieldTerminalPathValue struct {
	WatchPortForwardingServiceResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServiceResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchPortForwardingServiceResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPortForwardingServiceResponse_FieldTerminalPathValue' with the value under path in 'WatchPortForwardingServiceResponse'.

func (*WatchPortForwardingServiceResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchPortForwardingServiceResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPortForwardingServiceResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPortForwardingServiceResponse

func (*WatchPortForwardingServiceResponse_FieldTerminalPathValue) SetToRaw

type WatchPortForwardingServicesClientStream

type WatchPortForwardingServicesClientStream interface {
	Recv() (*WatchPortForwardingServicesResponse, error)
	grpc.ClientStream
}

type WatchPortForwardingServicesDescriptor added in v0.1.7

type WatchPortForwardingServicesDescriptor struct{}

func GetWatchPortForwardingServicesDescriptor added in v0.1.7

func GetWatchPortForwardingServicesDescriptor() *WatchPortForwardingServicesDescriptor

func (*WatchPortForwardingServicesDescriptor) GetApiDescriptor added in v0.1.7

func (*WatchPortForwardingServicesDescriptor) GetApiName added in v0.1.7

func (*WatchPortForwardingServicesDescriptor) GetClientMsgReflectHandle added in v0.1.7

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

func (*WatchPortForwardingServicesDescriptor) GetFullMethodName added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) GetFullMethodName() string

func (*WatchPortForwardingServicesDescriptor) GetMethodName added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) GetMethodName() string

func (*WatchPortForwardingServicesDescriptor) GetProtoPkgName added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) GetProtoPkgName() string

func (*WatchPortForwardingServicesDescriptor) GetResourceDescriptor added in v0.1.8

func (*WatchPortForwardingServicesDescriptor) GetServerMsgReflectHandle added in v0.1.7

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

func (*WatchPortForwardingServicesDescriptor) GetServiceDomain added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) GetServiceDomain() string

func (*WatchPortForwardingServicesDescriptor) GetServiceVersion added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) GetServiceVersion() string

func (*WatchPortForwardingServicesDescriptor) GetVerb added in v0.1.7

func (*WatchPortForwardingServicesDescriptor) HasResource added in v0.1.8

func (*WatchPortForwardingServicesDescriptor) IsClientStream added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) IsClientStream() bool

func (*WatchPortForwardingServicesDescriptor) IsCollection added in v0.1.8

func (d *WatchPortForwardingServicesDescriptor) IsCollection() bool

func (*WatchPortForwardingServicesDescriptor) IsPlural added in v0.1.8

func (*WatchPortForwardingServicesDescriptor) IsServerStream added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) IsServerStream() bool

func (*WatchPortForwardingServicesDescriptor) IsUnary added in v0.1.7

func (*WatchPortForwardingServicesDescriptor) NewEmptyClientMsg added in v0.1.7

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

func (*WatchPortForwardingServicesDescriptor) NewEmptyServerMsg added in v0.1.7

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

func (*WatchPortForwardingServicesDescriptor) RequestHasResourceBody added in v0.1.7

func (d *WatchPortForwardingServicesDescriptor) RequestHasResourceBody() bool

type WatchPortForwardingServicesDescriptorClientMsgHandle added in v0.1.7

type WatchPortForwardingServicesDescriptorClientMsgHandle struct{}

func (*WatchPortForwardingServicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchPortForwardingServicesDescriptorClientMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchPortForwardingServicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.1.8

type WatchPortForwardingServicesDescriptorServerMsgHandle added in v0.1.7

type WatchPortForwardingServicesDescriptorServerMsgHandle struct{}

func (*WatchPortForwardingServicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.1.8

func (*WatchPortForwardingServicesDescriptorServerMsgHandle) ExtractResourceName added in v0.1.8

func (*WatchPortForwardingServicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.1.8

type WatchPortForwardingServicesRequest

type WatchPortForwardingServicesRequest 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.PortForwardingService
	Parent *port_forwarding_service.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PortForwardingServices 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 *port_forwarding_service.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *port_forwarding_service.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// 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 *port_forwarding_service.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to PortForwardingService that
	// don't affect any of masked fields won't be sent back.
	FieldMask *port_forwarding_service.PortForwardingService_FieldMask `` /* 153-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
	// PortForwardingService 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 [WatchPortForwardingServices][ntt.ztna.v1alpha.WatchPortForwardingServices]

func (*WatchPortForwardingServicesRequest) Clone

func (*WatchPortForwardingServicesRequest) CloneRaw

func (*WatchPortForwardingServicesRequest) Descriptor

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

Deprecated, Use WatchPortForwardingServicesRequest.ProtoReflect.Descriptor instead.

func (*WatchPortForwardingServicesRequest) GetFieldMask

func (*WatchPortForwardingServicesRequest) GetFilter

func (*WatchPortForwardingServicesRequest) GetMaxChunkSize

func (m *WatchPortForwardingServicesRequest) GetMaxChunkSize() int32

func (*WatchPortForwardingServicesRequest) GetOrderBy

func (*WatchPortForwardingServicesRequest) GetPageSize

func (m *WatchPortForwardingServicesRequest) GetPageSize() int32

func (*WatchPortForwardingServicesRequest) GetPageToken

func (*WatchPortForwardingServicesRequest) GetParent

func (*WatchPortForwardingServicesRequest) GetResumeToken

func (m *WatchPortForwardingServicesRequest) GetResumeToken() string

func (*WatchPortForwardingServicesRequest) GetStartingTime added in v0.1.20

func (*WatchPortForwardingServicesRequest) GetType

func (*WatchPortForwardingServicesRequest) GetView

func (*WatchPortForwardingServicesRequest) GotenMessage

func (*WatchPortForwardingServicesRequest) GotenMessage()

func (*WatchPortForwardingServicesRequest) GotenObjectExt

func (o *WatchPortForwardingServicesRequest) GotenObjectExt()

func (*WatchPortForwardingServicesRequest) GotenValidate

func (obj *WatchPortForwardingServicesRequest) GotenValidate() error

func (*WatchPortForwardingServicesRequest) MakeFullFieldMask

func (*WatchPortForwardingServicesRequest) MakeRawDiffFieldMask

func (*WatchPortForwardingServicesRequest) MakeRawFullFieldMask

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

func (*WatchPortForwardingServicesRequest) Marshal

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

func (*WatchPortForwardingServicesRequest) MarshalJSON

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

func (*WatchPortForwardingServicesRequest) Merge

func (*WatchPortForwardingServicesRequest) MergeRaw

func (*WatchPortForwardingServicesRequest) ProtoMessage

func (*WatchPortForwardingServicesRequest) ProtoMessage()

func (*WatchPortForwardingServicesRequest) ProtoReflect

func (*WatchPortForwardingServicesRequest) Reset

func (*WatchPortForwardingServicesRequest) SetFieldMask

func (*WatchPortForwardingServicesRequest) SetFilter

func (*WatchPortForwardingServicesRequest) SetMaxChunkSize

func (m *WatchPortForwardingServicesRequest) SetMaxChunkSize(fv int32)

func (*WatchPortForwardingServicesRequest) SetOrderBy

func (*WatchPortForwardingServicesRequest) SetPageSize

func (m *WatchPortForwardingServicesRequest) SetPageSize(fv int32)

func (*WatchPortForwardingServicesRequest) SetPageToken

func (*WatchPortForwardingServicesRequest) SetParent

func (*WatchPortForwardingServicesRequest) SetResumeToken

func (m *WatchPortForwardingServicesRequest) SetResumeToken(fv string)

func (*WatchPortForwardingServicesRequest) SetStartingTime added in v0.1.20

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

func (*WatchPortForwardingServicesRequest) SetType

func (*WatchPortForwardingServicesRequest) SetView

func (*WatchPortForwardingServicesRequest) String

func (*WatchPortForwardingServicesRequest) Unmarshal

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

func (*WatchPortForwardingServicesRequest) UnmarshalJSON

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

type WatchPortForwardingServicesRequestFieldPathBuilder

type WatchPortForwardingServicesRequestFieldPathBuilder struct{}

func NewWatchPortForwardingServicesRequestFieldPathBuilder

func NewWatchPortForwardingServicesRequestFieldPathBuilder() WatchPortForwardingServicesRequestFieldPathBuilder

func (WatchPortForwardingServicesRequestFieldPathBuilder) FieldMask

func (WatchPortForwardingServicesRequestFieldPathBuilder) Filter

func (WatchPortForwardingServicesRequestFieldPathBuilder) MaxChunkSize

func (WatchPortForwardingServicesRequestFieldPathBuilder) OrderBy

func (WatchPortForwardingServicesRequestFieldPathBuilder) PageSize

func (WatchPortForwardingServicesRequestFieldPathBuilder) PageToken

func (WatchPortForwardingServicesRequestFieldPathBuilder) Parent

func (WatchPortForwardingServicesRequestFieldPathBuilder) ResumeToken

func (WatchPortForwardingServicesRequestFieldPathBuilder) StartingTime added in v0.1.20

func (WatchPortForwardingServicesRequestFieldPathBuilder) Type

func (WatchPortForwardingServicesRequestFieldPathBuilder) View

type WatchPortForwardingServicesRequestPathSelectorFieldMask

type WatchPortForwardingServicesRequestPathSelectorFieldMask struct{}

func (WatchPortForwardingServicesRequestPathSelectorFieldMask) FieldPath

type WatchPortForwardingServicesRequestPathSelectorFilter

type WatchPortForwardingServicesRequestPathSelectorFilter struct{}

func (WatchPortForwardingServicesRequestPathSelectorFilter) FieldPath

type WatchPortForwardingServicesRequestPathSelectorMaxChunkSize

type WatchPortForwardingServicesRequestPathSelectorMaxChunkSize struct{}

func (WatchPortForwardingServicesRequestPathSelectorMaxChunkSize) FieldPath

func (WatchPortForwardingServicesRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchPortForwardingServicesRequestPathSelectorMaxChunkSize) WithValue

type WatchPortForwardingServicesRequestPathSelectorOrderBy

type WatchPortForwardingServicesRequestPathSelectorOrderBy struct{}

func (WatchPortForwardingServicesRequestPathSelectorOrderBy) FieldPath

type WatchPortForwardingServicesRequestPathSelectorPageSize

type WatchPortForwardingServicesRequestPathSelectorPageSize struct{}

func (WatchPortForwardingServicesRequestPathSelectorPageSize) FieldPath

func (WatchPortForwardingServicesRequestPathSelectorPageSize) WithArrayOfValues

func (WatchPortForwardingServicesRequestPathSelectorPageSize) WithValue

type WatchPortForwardingServicesRequestPathSelectorPageToken

type WatchPortForwardingServicesRequestPathSelectorPageToken struct{}

func (WatchPortForwardingServicesRequestPathSelectorPageToken) FieldPath

type WatchPortForwardingServicesRequestPathSelectorParent

type WatchPortForwardingServicesRequestPathSelectorParent struct{}

func (WatchPortForwardingServicesRequestPathSelectorParent) FieldPath

type WatchPortForwardingServicesRequestPathSelectorResumeToken

type WatchPortForwardingServicesRequestPathSelectorResumeToken struct{}

func (WatchPortForwardingServicesRequestPathSelectorResumeToken) FieldPath

func (WatchPortForwardingServicesRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchPortForwardingServicesRequestPathSelectorResumeToken) WithValue

type WatchPortForwardingServicesRequestPathSelectorStartingTime added in v0.1.20

type WatchPortForwardingServicesRequestPathSelectorStartingTime struct{}

func (WatchPortForwardingServicesRequestPathSelectorStartingTime) FieldPath added in v0.1.20

func (WatchPortForwardingServicesRequestPathSelectorStartingTime) WithArrayOfValues added in v0.1.20

func (WatchPortForwardingServicesRequestPathSelectorStartingTime) WithValue added in v0.1.20

type WatchPortForwardingServicesRequestPathSelectorType

type WatchPortForwardingServicesRequestPathSelectorType struct{}

func (WatchPortForwardingServicesRequestPathSelectorType) FieldPath

func (WatchPortForwardingServicesRequestPathSelectorType) WithArrayOfValues

func (WatchPortForwardingServicesRequestPathSelectorType) WithValue

type WatchPortForwardingServicesRequestPathSelectorView

type WatchPortForwardingServicesRequestPathSelectorView struct{}

func (WatchPortForwardingServicesRequestPathSelectorView) FieldPath

func (WatchPortForwardingServicesRequestPathSelectorView) WithArrayOfValues

func (WatchPortForwardingServicesRequestPathSelectorView) WithValue

type WatchPortForwardingServicesRequest_FieldMask

type WatchPortForwardingServicesRequest_FieldMask struct {
	Paths []WatchPortForwardingServicesRequest_FieldPath
}

func FullWatchPortForwardingServicesRequest_FieldMask

func FullWatchPortForwardingServicesRequest_FieldMask() *WatchPortForwardingServicesRequest_FieldMask

func (*WatchPortForwardingServicesRequest_FieldMask) AppendPath

func (*WatchPortForwardingServicesRequest_FieldMask) AppendRawPath

func (*WatchPortForwardingServicesRequest_FieldMask) DecodeFirestore

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

func (*WatchPortForwardingServicesRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPortForwardingServicesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPortForwardingServicesRequest_FieldMask) FromProtoFieldMask

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

func (*WatchPortForwardingServicesRequest_FieldMask) GetPaths

func (*WatchPortForwardingServicesRequest_FieldMask) GetRawPaths

func (*WatchPortForwardingServicesRequest_FieldMask) IsFull

func (WatchPortForwardingServicesRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchPortForwardingServicesRequest_FieldMask) MarshalJSON

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

func (*WatchPortForwardingServicesRequest_FieldMask) PathsCount

func (fieldMask *WatchPortForwardingServicesRequest_FieldMask) PathsCount() int

func (*WatchPortForwardingServicesRequest_FieldMask) Project

func (*WatchPortForwardingServicesRequest_FieldMask) ProjectRaw

func (*WatchPortForwardingServicesRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPortForwardingServicesRequest_FieldMask) ProtoMessage()

func (*WatchPortForwardingServicesRequest_FieldMask) ProtoReflect

func (*WatchPortForwardingServicesRequest_FieldMask) Reset

func (*WatchPortForwardingServicesRequest_FieldMask) Set

func (*WatchPortForwardingServicesRequest_FieldMask) SetFromCliFlag

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

func (*WatchPortForwardingServicesRequest_FieldMask) SetRaw

func (*WatchPortForwardingServicesRequest_FieldMask) Size

func (*WatchPortForwardingServicesRequest_FieldMask) String

func (*WatchPortForwardingServicesRequest_FieldMask) Subtract

func (*WatchPortForwardingServicesRequest_FieldMask) SubtractRaw

func (*WatchPortForwardingServicesRequest_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchPortForwardingServicesRequest_FieldMask) Unmarshal

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

func (*WatchPortForwardingServicesRequest_FieldMask) UnmarshalJSON

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

type WatchPortForwardingServicesRequest_FieldPath

type WatchPortForwardingServicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPortForwardingServicesRequest_FieldPathSelector
	Get(source *WatchPortForwardingServicesRequest) []interface{}
	GetSingle(source *WatchPortForwardingServicesRequest) (interface{}, bool)
	ClearValue(item *WatchPortForwardingServicesRequest)

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

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

func MustParseWatchPortForwardingServicesRequest_FieldPath

func MustParseWatchPortForwardingServicesRequest_FieldPath(rawField string) WatchPortForwardingServicesRequest_FieldPath

func ParseWatchPortForwardingServicesRequest_FieldPath

func ParseWatchPortForwardingServicesRequest_FieldPath(rawField string) (WatchPortForwardingServicesRequest_FieldPath, error)

type WatchPortForwardingServicesRequest_FieldPathArrayItemValue

type WatchPortForwardingServicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPortForwardingServicesRequest_FieldPath
	ContainsValue(*WatchPortForwardingServicesRequest) bool
}

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

func MustParseWatchPortForwardingServicesRequest_FieldPathArrayItemValue

func MustParseWatchPortForwardingServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPortForwardingServicesRequest_FieldPathArrayItemValue

func ParseWatchPortForwardingServicesRequest_FieldPathArrayItemValue

func ParseWatchPortForwardingServicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPortForwardingServicesRequest_FieldPathArrayItemValue, error)

ParseWatchPortForwardingServicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPortForwardingServicesRequest_FieldPathArrayOfValues

type WatchPortForwardingServicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPortForwardingServicesRequest_FieldPath
}

WatchPortForwardingServicesRequest_FieldPathArrayOfValues allows storing slice of values for WatchPortForwardingServicesRequest fields according to their type

func MustParseWatchPortForwardingServicesRequest_FieldPathArrayOfValues

func MustParseWatchPortForwardingServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPortForwardingServicesRequest_FieldPathArrayOfValues

func ParseWatchPortForwardingServicesRequest_FieldPathArrayOfValues

func ParseWatchPortForwardingServicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPortForwardingServicesRequest_FieldPathArrayOfValues, error)

type WatchPortForwardingServicesRequest_FieldPathSelector

type WatchPortForwardingServicesRequest_FieldPathSelector int32
const (
	WatchPortForwardingServicesRequest_FieldPathSelectorType         WatchPortForwardingServicesRequest_FieldPathSelector = 0
	WatchPortForwardingServicesRequest_FieldPathSelectorParent       WatchPortForwardingServicesRequest_FieldPathSelector = 1
	WatchPortForwardingServicesRequest_FieldPathSelectorPageSize     WatchPortForwardingServicesRequest_FieldPathSelector = 2
	WatchPortForwardingServicesRequest_FieldPathSelectorPageToken    WatchPortForwardingServicesRequest_FieldPathSelector = 3
	WatchPortForwardingServicesRequest_FieldPathSelectorOrderBy      WatchPortForwardingServicesRequest_FieldPathSelector = 4
	WatchPortForwardingServicesRequest_FieldPathSelectorResumeToken  WatchPortForwardingServicesRequest_FieldPathSelector = 5
	WatchPortForwardingServicesRequest_FieldPathSelectorStartingTime WatchPortForwardingServicesRequest_FieldPathSelector = 6
	WatchPortForwardingServicesRequest_FieldPathSelectorFilter       WatchPortForwardingServicesRequest_FieldPathSelector = 7
	WatchPortForwardingServicesRequest_FieldPathSelectorFieldMask    WatchPortForwardingServicesRequest_FieldPathSelector = 8
	WatchPortForwardingServicesRequest_FieldPathSelectorView         WatchPortForwardingServicesRequest_FieldPathSelector = 9
	WatchPortForwardingServicesRequest_FieldPathSelectorMaxChunkSize WatchPortForwardingServicesRequest_FieldPathSelector = 10
)

func (WatchPortForwardingServicesRequest_FieldPathSelector) String

type WatchPortForwardingServicesRequest_FieldPathValue

type WatchPortForwardingServicesRequest_FieldPathValue interface {
	WatchPortForwardingServicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPortForwardingServicesRequest)
	CompareWith(*WatchPortForwardingServicesRequest) (cmp int, comparable bool)
}

WatchPortForwardingServicesRequest_FieldPathValue allows storing values for WatchPortForwardingServicesRequest fields according to their type

func MustParseWatchPortForwardingServicesRequest_FieldPathValue

func MustParseWatchPortForwardingServicesRequest_FieldPathValue(pathStr, valueStr string) WatchPortForwardingServicesRequest_FieldPathValue

func ParseWatchPortForwardingServicesRequest_FieldPathValue

func ParseWatchPortForwardingServicesRequest_FieldPathValue(pathStr, valueStr string) (WatchPortForwardingServicesRequest_FieldPathValue, error)

type WatchPortForwardingServicesRequest_FieldTerminalPath

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

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) ClearValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) ClearValueRaw

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPortForwardingServicesRequest

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) GetRaw

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

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPortForwardingServicesRequest

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) Selector

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) WithIValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchPortForwardingServicesRequest_FieldTerminalPath) WithRawIValue

type WatchPortForwardingServicesRequest_FieldTerminalPathArrayItemValue

type WatchPortForwardingServicesRequest_FieldTerminalPathArrayItemValue struct {
	WatchPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues

type WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues struct {
	WatchPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.1.20

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchPortForwardingServicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPortForwardingServicesRequest_FieldTerminalPathValue

type WatchPortForwardingServicesRequest_FieldTerminalPathValue struct {
	WatchPortForwardingServicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsParentValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.1.20

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) AsViewValue

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPortForwardingServicesRequest_FieldTerminalPathValue' with the value under path in 'WatchPortForwardingServicesRequest'.

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPortForwardingServicesRequest

func (*WatchPortForwardingServicesRequest_FieldTerminalPathValue) SetToRaw

type WatchPortForwardingServicesResponse

type WatchPortForwardingServicesResponse struct {

	// Changes of PortForwardingServices
	PortForwardingServiceChanges []*port_forwarding_service.PortForwardingServiceChange `` /* 190-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 PortForwardingServices 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 *WatchPortForwardingServicesResponse_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 (PortForwardingServices 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
}

WatchPortForwardingServicesResponse

func (*WatchPortForwardingServicesResponse) Clone

func (*WatchPortForwardingServicesResponse) CloneRaw

func (*WatchPortForwardingServicesResponse) Descriptor

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

Deprecated, Use WatchPortForwardingServicesResponse.ProtoReflect.Descriptor instead.

func (*WatchPortForwardingServicesResponse) GetIsCurrent

func (m *WatchPortForwardingServicesResponse) GetIsCurrent() bool

func (*WatchPortForwardingServicesResponse) GetIsHardReset

func (m *WatchPortForwardingServicesResponse) GetIsHardReset() bool

func (*WatchPortForwardingServicesResponse) GetIsSoftReset

func (m *WatchPortForwardingServicesResponse) GetIsSoftReset() bool

func (*WatchPortForwardingServicesResponse) GetPageTokenChange

func (*WatchPortForwardingServicesResponse) GetPortForwardingServiceChanges

func (*WatchPortForwardingServicesResponse) GetResumeToken

func (m *WatchPortForwardingServicesResponse) GetResumeToken() string

func (*WatchPortForwardingServicesResponse) GetSnapshotSize

func (m *WatchPortForwardingServicesResponse) GetSnapshotSize() int64

func (*WatchPortForwardingServicesResponse) GotenMessage

func (*WatchPortForwardingServicesResponse) GotenMessage()

func (*WatchPortForwardingServicesResponse) GotenObjectExt

func (o *WatchPortForwardingServicesResponse) GotenObjectExt()

func (*WatchPortForwardingServicesResponse) GotenValidate

func (obj *WatchPortForwardingServicesResponse) GotenValidate() error

func (*WatchPortForwardingServicesResponse) MakeFullFieldMask

func (*WatchPortForwardingServicesResponse) MakeRawDiffFieldMask

func (*WatchPortForwardingServicesResponse) MakeRawFullFieldMask

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

func (*WatchPortForwardingServicesResponse) Marshal

func (*WatchPortForwardingServicesResponse) MarshalJSON

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

func (*WatchPortForwardingServicesResponse) Merge

func (*WatchPortForwardingServicesResponse) MergeRaw

func (*WatchPortForwardingServicesResponse) ProtoMessage

func (*WatchPortForwardingServicesResponse) ProtoMessage()

func (*WatchPortForwardingServicesResponse) ProtoReflect

func (*WatchPortForwardingServicesResponse) Reset

func (*WatchPortForwardingServicesResponse) SetIsCurrent

func (m *WatchPortForwardingServicesResponse) SetIsCurrent(fv bool)

func (*WatchPortForwardingServicesResponse) SetIsHardReset

func (m *WatchPortForwardingServicesResponse) SetIsHardReset(fv bool)

func (*WatchPortForwardingServicesResponse) SetIsSoftReset

func (m *WatchPortForwardingServicesResponse) SetIsSoftReset(fv bool)

func (*WatchPortForwardingServicesResponse) SetPageTokenChange

func (*WatchPortForwardingServicesResponse) SetPortForwardingServiceChanges

func (*WatchPortForwardingServicesResponse) SetResumeToken

func (m *WatchPortForwardingServicesResponse) SetResumeToken(fv string)

func (*WatchPortForwardingServicesResponse) SetSnapshotSize

func (m *WatchPortForwardingServicesResponse) SetSnapshotSize(fv int64)

func (*WatchPortForwardingServicesResponse) String

func (*WatchPortForwardingServicesResponse) Unmarshal

func (*WatchPortForwardingServicesResponse) UnmarshalJSON

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

type WatchPortForwardingServicesResponseFieldPathBuilder

type WatchPortForwardingServicesResponseFieldPathBuilder struct{}

func (WatchPortForwardingServicesResponseFieldPathBuilder) IsCurrent

func (WatchPortForwardingServicesResponseFieldPathBuilder) IsHardReset

func (WatchPortForwardingServicesResponseFieldPathBuilder) IsSoftReset

func (WatchPortForwardingServicesResponseFieldPathBuilder) PageTokenChange

func (WatchPortForwardingServicesResponseFieldPathBuilder) ResumeToken

func (WatchPortForwardingServicesResponseFieldPathBuilder) SnapshotSize

type WatchPortForwardingServicesResponsePageTokenChangeFieldPathBuilder

type WatchPortForwardingServicesResponsePageTokenChangeFieldPathBuilder struct{}

type WatchPortForwardingServicesResponsePageTokenChange_FieldPath

type WatchPortForwardingServicesResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelector
	Get(source *WatchPortForwardingServicesResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchPortForwardingServicesResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchPortForwardingServicesResponse_PageTokenChange)

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

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

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPath

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPath(rawField string) WatchPortForwardingServicesResponsePageTokenChange_FieldPath

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPath

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPath(rawField string) (WatchPortForwardingServicesResponsePageTokenChange_FieldPath, error)

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPortForwardingServicesResponsePageTokenChange_FieldPath
	ContainsValue(*WatchPortForwardingServicesResponse_PageTokenChange) bool
}

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

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPortForwardingServicesResponsePageTokenChange_FieldPath
}

WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPortForwardingServicesResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelector

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelector int32
const (
	WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelector = 0
	WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelectorNextPageToken WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchPortForwardingServicesResponsePageTokenChange_FieldPathSelector) String

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathValue

type WatchPortForwardingServicesResponsePageTokenChange_FieldPathValue interface {
	WatchPortForwardingServicesResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPortForwardingServicesResponse_PageTokenChange)
	CompareWith(*WatchPortForwardingServicesResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchPortForwardingServicesResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathValue

func MustParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchPortForwardingServicesResponsePageTokenChange_FieldPathValue

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathValue

func ParseWatchPortForwardingServicesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchPortForwardingServicesResponsePageTokenChange_FieldPathValue, error)

type WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath

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

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPortForwardingServicesResponse_PageTokenChange

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPortForwardingServicesResponse_PageTokenChange

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue

type WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchPortForwardingServicesResponse_PageTokenChange'.

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchPortForwardingServicesResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchPortForwardingServicesResponsePathSelectorIsCurrent

type WatchPortForwardingServicesResponsePathSelectorIsCurrent struct{}

func (WatchPortForwardingServicesResponsePathSelectorIsCurrent) FieldPath

func (WatchPortForwardingServicesResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchPortForwardingServicesResponsePathSelectorIsCurrent) WithValue

type WatchPortForwardingServicesResponsePathSelectorIsHardReset

type WatchPortForwardingServicesResponsePathSelectorIsHardReset struct{}

func (WatchPortForwardingServicesResponsePathSelectorIsHardReset) FieldPath

func (WatchPortForwardingServicesResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchPortForwardingServicesResponsePathSelectorIsHardReset) WithValue

type WatchPortForwardingServicesResponsePathSelectorIsSoftReset

type WatchPortForwardingServicesResponsePathSelectorIsSoftReset struct{}

func (WatchPortForwardingServicesResponsePathSelectorIsSoftReset) FieldPath

func (WatchPortForwardingServicesResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchPortForwardingServicesResponsePathSelectorIsSoftReset) WithValue

type WatchPortForwardingServicesResponsePathSelectorPageTokenChange

type WatchPortForwardingServicesResponsePathSelectorPageTokenChange struct{}

func (WatchPortForwardingServicesResponsePathSelectorPageTokenChange) FieldPath

type WatchPortForwardingServicesResponsePathSelectorPageTokenChangeNextPageToken

type WatchPortForwardingServicesResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchPortForwardingServicesResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchPortForwardingServicesResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchPortForwardingServicesResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchPortForwardingServicesResponsePathSelectorPageTokenChangePrevPageToken

type WatchPortForwardingServicesResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchPortForwardingServicesResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchPortForwardingServicesResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchPortForwardingServicesResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchPortForwardingServicesResponsePathSelectorPortForwardingServiceChanges

type WatchPortForwardingServicesResponsePathSelectorPortForwardingServiceChanges struct{}

func (WatchPortForwardingServicesResponsePathSelectorPortForwardingServiceChanges) FieldPath

type WatchPortForwardingServicesResponsePathSelectorResumeToken

type WatchPortForwardingServicesResponsePathSelectorResumeToken struct{}

func (WatchPortForwardingServicesResponsePathSelectorResumeToken) FieldPath

func (WatchPortForwardingServicesResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchPortForwardingServicesResponsePathSelectorResumeToken) WithValue

type WatchPortForwardingServicesResponsePathSelectorSnapshotSize

type WatchPortForwardingServicesResponsePathSelectorSnapshotSize struct{}

func (WatchPortForwardingServicesResponsePathSelectorSnapshotSize) FieldPath

func (WatchPortForwardingServicesResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchPortForwardingServicesResponsePathSelectorSnapshotSize) WithValue

type WatchPortForwardingServicesResponse_FieldMask

type WatchPortForwardingServicesResponse_FieldMask struct {
	Paths []WatchPortForwardingServicesResponse_FieldPath
}

func FullWatchPortForwardingServicesResponse_FieldMask

func FullWatchPortForwardingServicesResponse_FieldMask() *WatchPortForwardingServicesResponse_FieldMask

func (*WatchPortForwardingServicesResponse_FieldMask) AppendPath

func (*WatchPortForwardingServicesResponse_FieldMask) AppendRawPath

func (*WatchPortForwardingServicesResponse_FieldMask) DecodeFirestore

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

func (*WatchPortForwardingServicesResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchPortForwardingServicesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPortForwardingServicesResponse_FieldMask) FromProtoFieldMask

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

func (*WatchPortForwardingServicesResponse_FieldMask) GetPaths

func (*WatchPortForwardingServicesResponse_FieldMask) GetRawPaths

func (*WatchPortForwardingServicesResponse_FieldMask) IsFull

func (WatchPortForwardingServicesResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchPortForwardingServicesResponse_FieldMask) MarshalJSON

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

func (*WatchPortForwardingServicesResponse_FieldMask) PathsCount

func (fieldMask *WatchPortForwardingServicesResponse_FieldMask) PathsCount() int

func (*WatchPortForwardingServicesResponse_FieldMask) Project

func (*WatchPortForwardingServicesResponse_FieldMask) ProjectRaw

func (*WatchPortForwardingServicesResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPortForwardingServicesResponse_FieldMask) ProtoMessage()

func (*WatchPortForwardingServicesResponse_FieldMask) ProtoReflect

func (*WatchPortForwardingServicesResponse_FieldMask) Reset

func (*WatchPortForwardingServicesResponse_FieldMask) Set

func (*WatchPortForwardingServicesResponse_FieldMask) SetFromCliFlag

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

func (*WatchPortForwardingServicesResponse_FieldMask) SetRaw

func (*WatchPortForwardingServicesResponse_FieldMask) Size

func (*WatchPortForwardingServicesResponse_FieldMask) String

func (*WatchPortForwardingServicesResponse_FieldMask) SubtractRaw

func (*WatchPortForwardingServicesResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchPortForwardingServicesResponse_FieldMask) Unmarshal

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

func (*WatchPortForwardingServicesResponse_FieldMask) UnmarshalJSON

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

type WatchPortForwardingServicesResponse_FieldPath

type WatchPortForwardingServicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPortForwardingServicesResponse_FieldPathSelector
	Get(source *WatchPortForwardingServicesResponse) []interface{}
	GetSingle(source *WatchPortForwardingServicesResponse) (interface{}, bool)
	ClearValue(item *WatchPortForwardingServicesResponse)

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

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

func MustParseWatchPortForwardingServicesResponse_FieldPath

func MustParseWatchPortForwardingServicesResponse_FieldPath(rawField string) WatchPortForwardingServicesResponse_FieldPath

func ParseWatchPortForwardingServicesResponse_FieldPath

func ParseWatchPortForwardingServicesResponse_FieldPath(rawField string) (WatchPortForwardingServicesResponse_FieldPath, error)

type WatchPortForwardingServicesResponse_FieldPathArrayItemValue

type WatchPortForwardingServicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPortForwardingServicesResponse_FieldPath
	ContainsValue(*WatchPortForwardingServicesResponse) bool
}

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

func MustParseWatchPortForwardingServicesResponse_FieldPathArrayItemValue

func MustParseWatchPortForwardingServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPortForwardingServicesResponse_FieldPathArrayItemValue

func ParseWatchPortForwardingServicesResponse_FieldPathArrayItemValue

func ParseWatchPortForwardingServicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPortForwardingServicesResponse_FieldPathArrayItemValue, error)

ParseWatchPortForwardingServicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPortForwardingServicesResponse_FieldPathArrayOfValues

type WatchPortForwardingServicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPortForwardingServicesResponse_FieldPath
}

WatchPortForwardingServicesResponse_FieldPathArrayOfValues allows storing slice of values for WatchPortForwardingServicesResponse fields according to their type

func MustParseWatchPortForwardingServicesResponse_FieldPathArrayOfValues

func MustParseWatchPortForwardingServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPortForwardingServicesResponse_FieldPathArrayOfValues

func ParseWatchPortForwardingServicesResponse_FieldPathArrayOfValues

func ParseWatchPortForwardingServicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPortForwardingServicesResponse_FieldPathArrayOfValues, error)

type WatchPortForwardingServicesResponse_FieldPathSelector

type WatchPortForwardingServicesResponse_FieldPathSelector int32
const (
	WatchPortForwardingServicesResponse_FieldPathSelectorPortForwardingServiceChanges WatchPortForwardingServicesResponse_FieldPathSelector = 0
	WatchPortForwardingServicesResponse_FieldPathSelectorIsCurrent                    WatchPortForwardingServicesResponse_FieldPathSelector = 1
	WatchPortForwardingServicesResponse_FieldPathSelectorPageTokenChange              WatchPortForwardingServicesResponse_FieldPathSelector = 2
	WatchPortForwardingServicesResponse_FieldPathSelectorResumeToken                  WatchPortForwardingServicesResponse_FieldPathSelector = 3
	WatchPortForwardingServicesResponse_FieldPathSelectorSnapshotSize                 WatchPortForwardingServicesResponse_FieldPathSelector = 4
	WatchPortForwardingServicesResponse_FieldPathSelectorIsSoftReset                  WatchPortForwardingServicesResponse_FieldPathSelector = 5
	WatchPortForwardingServicesResponse_FieldPathSelectorIsHardReset                  WatchPortForwardingServicesResponse_FieldPathSelector = 6
)

func (WatchPortForwardingServicesResponse_FieldPathSelector) String

type WatchPortForwardingServicesResponse_FieldPathValue

type WatchPortForwardingServicesResponse_FieldPathValue interface {
	WatchPortForwardingServicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPortForwardingServicesResponse)
	CompareWith(*WatchPortForwardingServicesResponse) (cmp int, comparable bool)
}

WatchPortForwardingServicesResponse_FieldPathValue allows storing values for WatchPortForwardingServicesResponse fields according to their type

func MustParseWatchPortForwardingServicesResponse_FieldPathValue

func MustParseWatchPortForwardingServicesResponse_FieldPathValue(pathStr, valueStr string) WatchPortForwardingServicesResponse_FieldPathValue

func ParseWatchPortForwardingServicesResponse_FieldPathValue

func ParseWatchPortForwardingServicesResponse_FieldPathValue(pathStr, valueStr string) (WatchPortForwardingServicesResponse_FieldPathValue, error)

type WatchPortForwardingServicesResponse_FieldSubPath

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

func (*WatchPortForwardingServicesResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchPortForwardingServicesResponse_FieldSubPath) ClearValue

func (*WatchPortForwardingServicesResponse_FieldSubPath) ClearValueRaw

func (*WatchPortForwardingServicesResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source WatchPortForwardingServicesResponse

func (*WatchPortForwardingServicesResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPortForwardingServicesResponse_FieldSubPath) GetRaw

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

func (*WatchPortForwardingServicesResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source WatchPortForwardingServicesResponse

func (*WatchPortForwardingServicesResponse_FieldSubPath) GetSingleRaw

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

func (*WatchPortForwardingServicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPortForwardingServicesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPortForwardingServicesResponse_FieldSubPath) Selector

func (*WatchPortForwardingServicesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.1.17

func (*WatchPortForwardingServicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchPortForwardingServicesResponse_FieldSubPath) WithIArrayItemValue

func (*WatchPortForwardingServicesResponse_FieldSubPath) WithIArrayOfValues

func (*WatchPortForwardingServicesResponse_FieldSubPath) WithIValue

func (*WatchPortForwardingServicesResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchPortForwardingServicesResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchPortForwardingServicesResponse_FieldSubPath) WithRawIValue

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

type WatchPortForwardingServicesResponse_FieldSubPathArrayItemValue

type WatchPortForwardingServicesResponse_FieldSubPathArrayItemValue struct {
	WatchPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchPortForwardingServicesResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchPortForwardingServicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchPortForwardingServicesResponse_FieldSubPathArrayOfValues

type WatchPortForwardingServicesResponse_FieldSubPathArrayOfValues struct {
	WatchPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchPortForwardingServicesResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchPortForwardingServicesResponse_FieldSubPathValue

type WatchPortForwardingServicesResponse_FieldSubPathValue struct {
	WatchPortForwardingServicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchPortForwardingServicesResponse_FieldSubPathValue) CompareWith

func (*WatchPortForwardingServicesResponse_FieldSubPathValue) CompareWithRaw

func (*WatchPortForwardingServicesResponse_FieldSubPathValue) GetRawValue

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

func (*WatchPortForwardingServicesResponse_FieldSubPathValue) SetTo

func (*WatchPortForwardingServicesResponse_FieldSubPathValue) SetToRaw

type WatchPortForwardingServicesResponse_FieldTerminalPath

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

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) ClearValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) ClearValueRaw

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPortForwardingServicesResponse

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) GetRaw

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

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPortForwardingServicesResponse

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) Selector

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.1.17

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) WithIValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchPortForwardingServicesResponse_FieldTerminalPath) WithRawIValue

type WatchPortForwardingServicesResponse_FieldTerminalPathArrayItemValue

type WatchPortForwardingServicesResponse_FieldTerminalPathArrayItemValue struct {
	WatchPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) AsPortForwardingServiceChangesItemValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues

type WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues struct {
	WatchPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsPortForwardingServiceChangesArrayOfValues

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchPortForwardingServicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchPortForwardingServicesResponse_FieldTerminalPathValue

type WatchPortForwardingServicesResponse_FieldTerminalPathValue struct {
	WatchPortForwardingServicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) AsIsHardResetValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) AsPortForwardingServiceChangesValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPortForwardingServicesResponse_FieldTerminalPathValue' with the value under path in 'WatchPortForwardingServicesResponse'.

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPortForwardingServicesResponse

func (*WatchPortForwardingServicesResponse_FieldTerminalPathValue) SetToRaw

type WatchPortForwardingServicesResponse_PageTokenChange

type WatchPortForwardingServicesResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *port_forwarding_service.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *port_forwarding_service.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchPortForwardingServicesResponse_PageTokenChange) Clone

func (*WatchPortForwardingServicesResponse_PageTokenChange) CloneRaw

func (*WatchPortForwardingServicesResponse_PageTokenChange) Descriptor

Deprecated, Use WatchPortForwardingServicesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchPortForwardingServicesResponse_PageTokenChange) GetNextPageToken

func (*WatchPortForwardingServicesResponse_PageTokenChange) GetPrevPageToken

func (*WatchPortForwardingServicesResponse_PageTokenChange) GotenMessage

func (*WatchPortForwardingServicesResponse_PageTokenChange) GotenObjectExt

func (*WatchPortForwardingServicesResponse_PageTokenChange) GotenValidate

func (*WatchPortForwardingServicesResponse_PageTokenChange) MakeFullFieldMask

func (*WatchPortForwardingServicesResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchPortForwardingServicesResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchPortForwardingServicesResponse_PageTokenChange) Marshal

func (*WatchPortForwardingServicesResponse_PageTokenChange) MarshalJSON

func (*WatchPortForwardingServicesResponse_PageTokenChange) Merge

func (*WatchPortForwardingServicesResponse_PageTokenChange) MergeRaw

func (*WatchPortForwardingServicesResponse_PageTokenChange) ProtoMessage

func (*WatchPortForwardingServicesResponse_PageTokenChange) ProtoReflect

func (*WatchPortForwardingServicesResponse_PageTokenChange) Reset

func (*WatchPortForwardingServicesResponse_PageTokenChange) SetNextPageToken

func (*WatchPortForwardingServicesResponse_PageTokenChange) SetPrevPageToken

func (*WatchPortForwardingServicesResponse_PageTokenChange) String

func (*WatchPortForwardingServicesResponse_PageTokenChange) Unmarshal

func (*WatchPortForwardingServicesResponse_PageTokenChange) UnmarshalJSON

type WatchPortForwardingServicesResponse_PageTokenChangePathSelectorNextPageToken

type WatchPortForwardingServicesResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchPortForwardingServicesResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchPortForwardingServicesResponse_PageTokenChangePathSelectorPrevPageToken

type WatchPortForwardingServicesResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchPortForwardingServicesResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchPortForwardingServicesResponse_PageTokenChange_FieldMask

type WatchPortForwardingServicesResponse_PageTokenChange_FieldMask struct {
	Paths []WatchPortForwardingServicesResponsePageTokenChange_FieldPath
}

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) IsFull

func (WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) Reset

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) Set

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) Size

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) String

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchPortForwardingServicesResponse_PageTokenChange_FieldMask) UnmarshalJSON

Jump to

Keyboard shortcuts

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