organization_client

package
v0.12.76 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetOrganizationsDescriptor added in v0.4.28

type BatchGetOrganizationsDescriptor struct{}

func GetBatchGetOrganizationsDescriptor added in v0.4.28

func GetBatchGetOrganizationsDescriptor() *BatchGetOrganizationsDescriptor

func (*BatchGetOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetApiName() string

func (*BatchGetOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetFullMethodName() string

func (*BatchGetOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetMethodName() string

func (*BatchGetOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetProtoPkgName() string

func (*BatchGetOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetServiceDomain() string

func (*BatchGetOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) GetServiceVersion() string

func (*BatchGetOrganizationsDescriptor) GetVerb added in v0.4.28

func (*BatchGetOrganizationsDescriptor) HasResource added in v0.4.30

func (d *BatchGetOrganizationsDescriptor) HasResource() bool

func (*BatchGetOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) IsClientStream() bool

func (*BatchGetOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetOrganizationsDescriptor) IsCollection() bool

func (*BatchGetOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetOrganizationsDescriptor) IsPlural() bool

func (*BatchGetOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) IsServerStream() bool

func (*BatchGetOrganizationsDescriptor) IsUnary added in v0.4.28

func (*BatchGetOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetOrganizationsDescriptor) RequestHasResourceBody() bool

type BatchGetOrganizationsDescriptorClientMsgHandle added in v0.4.28

type BatchGetOrganizationsDescriptorClientMsgHandle struct{}

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetOrganizationsDescriptorServerMsgHandle added in v0.4.28

type BatchGetOrganizationsDescriptorServerMsgHandle struct{}

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetOrganizationsRequest

type BatchGetOrganizationsRequest struct {

	// Names of Organizations
	Names []*organization.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 *organization.Organization_FieldMask `` /* 144-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 [BatchGetOrganizations][ntt.iam.v1alpha.BatchGetOrganizations]

func (*BatchGetOrganizationsRequest) Clone

func (*BatchGetOrganizationsRequest) CloneRaw

func (*BatchGetOrganizationsRequest) Descriptor

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

Deprecated, Use BatchGetOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationsRequest) GetFieldMask

func (*BatchGetOrganizationsRequest) GetNames

func (*BatchGetOrganizationsRequest) GetView

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

func (*BatchGetOrganizationsRequest) GotenMessage

func (*BatchGetOrganizationsRequest) GotenMessage()

func (*BatchGetOrganizationsRequest) GotenObjectExt

func (o *BatchGetOrganizationsRequest) GotenObjectExt()

func (*BatchGetOrganizationsRequest) GotenValidate

func (obj *BatchGetOrganizationsRequest) GotenValidate() error

func (*BatchGetOrganizationsRequest) MakeDiffFieldMask

func (*BatchGetOrganizationsRequest) MakeFullFieldMask

func (*BatchGetOrganizationsRequest) MakeRawDiffFieldMask

func (*BatchGetOrganizationsRequest) MakeRawFullFieldMask

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

func (*BatchGetOrganizationsRequest) Marshal

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

func (*BatchGetOrganizationsRequest) MarshalJSON

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

func (*BatchGetOrganizationsRequest) Merge

func (*BatchGetOrganizationsRequest) MergeRaw

func (*BatchGetOrganizationsRequest) ProtoMessage

func (*BatchGetOrganizationsRequest) ProtoMessage()

func (*BatchGetOrganizationsRequest) ProtoReflect

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

func (*BatchGetOrganizationsRequest) Reset

func (m *BatchGetOrganizationsRequest) Reset()

func (*BatchGetOrganizationsRequest) SetFieldMask

func (*BatchGetOrganizationsRequest) SetNames

func (*BatchGetOrganizationsRequest) SetView

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

func (*BatchGetOrganizationsRequest) String

func (*BatchGetOrganizationsRequest) Unmarshal

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

func (*BatchGetOrganizationsRequest) UnmarshalJSON

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

type BatchGetOrganizationsRequestFieldPathBuilder

type BatchGetOrganizationsRequestFieldPathBuilder struct{}

func NewBatchGetOrganizationsRequestFieldPathBuilder

func NewBatchGetOrganizationsRequestFieldPathBuilder() BatchGetOrganizationsRequestFieldPathBuilder

func (BatchGetOrganizationsRequestFieldPathBuilder) FieldMask

func (BatchGetOrganizationsRequestFieldPathBuilder) Names

func (BatchGetOrganizationsRequestFieldPathBuilder) View

type BatchGetOrganizationsRequestPathSelectorFieldMask

type BatchGetOrganizationsRequestPathSelectorFieldMask struct{}

func (BatchGetOrganizationsRequestPathSelectorFieldMask) FieldPath

type BatchGetOrganizationsRequestPathSelectorNames

type BatchGetOrganizationsRequestPathSelectorNames struct{}

func (BatchGetOrganizationsRequestPathSelectorNames) FieldPath

func (BatchGetOrganizationsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetOrganizationsRequestPathSelectorNames) WithValue

type BatchGetOrganizationsRequestPathSelectorView

type BatchGetOrganizationsRequestPathSelectorView struct{}

func (BatchGetOrganizationsRequestPathSelectorView) FieldPath

func (BatchGetOrganizationsRequestPathSelectorView) WithArrayOfValues

func (BatchGetOrganizationsRequestPathSelectorView) WithValue

type BatchGetOrganizationsRequest_FieldMask

type BatchGetOrganizationsRequest_FieldMask struct {
	Paths []BatchGetOrganizationsRequest_FieldPath
}

func FullBatchGetOrganizationsRequest_FieldMask

func FullBatchGetOrganizationsRequest_FieldMask() *BatchGetOrganizationsRequest_FieldMask

func (*BatchGetOrganizationsRequest_FieldMask) AppendPath

func (*BatchGetOrganizationsRequest_FieldMask) AppendRawPath

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

func (*BatchGetOrganizationsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetOrganizationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetOrganizationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetOrganizationsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetOrganizationsRequest_FieldMask) GetPaths

func (*BatchGetOrganizationsRequest_FieldMask) GetRawPaths

func (*BatchGetOrganizationsRequest_FieldMask) IsFull

func (fieldMask *BatchGetOrganizationsRequest_FieldMask) IsFull() bool

func (BatchGetOrganizationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetOrganizationsRequest_FieldMask) MarshalJSON

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

func (*BatchGetOrganizationsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetOrganizationsRequest_FieldMask) PathsCount() int

func (*BatchGetOrganizationsRequest_FieldMask) Project

func (*BatchGetOrganizationsRequest_FieldMask) ProjectRaw

func (*BatchGetOrganizationsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetOrganizationsRequest_FieldMask) ProtoMessage()

func (*BatchGetOrganizationsRequest_FieldMask) ProtoReflect

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

func (*BatchGetOrganizationsRequest_FieldMask) Reset

func (fieldMask *BatchGetOrganizationsRequest_FieldMask) Reset()

func (*BatchGetOrganizationsRequest_FieldMask) Set

func (*BatchGetOrganizationsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetOrganizationsRequest_FieldMask) SetRaw

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

func (*BatchGetOrganizationsRequest_FieldMask) Size

func (fieldMask *BatchGetOrganizationsRequest_FieldMask) Size() int

func (*BatchGetOrganizationsRequest_FieldMask) String

func (fieldMask *BatchGetOrganizationsRequest_FieldMask) String() string

func (*BatchGetOrganizationsRequest_FieldMask) Subtract

func (*BatchGetOrganizationsRequest_FieldMask) SubtractRaw

func (*BatchGetOrganizationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetOrganizationsRequest_FieldMask) Unmarshal

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

func (*BatchGetOrganizationsRequest_FieldMask) UnmarshalJSON

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

type BatchGetOrganizationsRequest_FieldPath

type BatchGetOrganizationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetOrganizationsRequest_FieldPathSelector
	Get(source *BatchGetOrganizationsRequest) []interface{}
	GetSingle(source *BatchGetOrganizationsRequest) (interface{}, bool)
	ClearValue(item *BatchGetOrganizationsRequest)

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

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

func MustParseBatchGetOrganizationsRequest_FieldPath

func MustParseBatchGetOrganizationsRequest_FieldPath(rawField string) BatchGetOrganizationsRequest_FieldPath

func ParseBatchGetOrganizationsRequest_FieldPath

func ParseBatchGetOrganizationsRequest_FieldPath(rawField string) (BatchGetOrganizationsRequest_FieldPath, error)

type BatchGetOrganizationsRequest_FieldPathArrayItemValue

type BatchGetOrganizationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetOrganizationsRequest_FieldPath
	ContainsValue(*BatchGetOrganizationsRequest) bool
}

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

func MustParseBatchGetOrganizationsRequest_FieldPathArrayItemValue

func MustParseBatchGetOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetOrganizationsRequest_FieldPathArrayItemValue

func ParseBatchGetOrganizationsRequest_FieldPathArrayItemValue

func ParseBatchGetOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetOrganizationsRequest_FieldPathArrayItemValue, error)

ParseBatchGetOrganizationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetOrganizationsRequest_FieldPathArrayOfValues

type BatchGetOrganizationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetOrganizationsRequest_FieldPath
}

BatchGetOrganizationsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetOrganizationsRequest fields according to their type

func MustParseBatchGetOrganizationsRequest_FieldPathArrayOfValues

func MustParseBatchGetOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetOrganizationsRequest_FieldPathArrayOfValues

func ParseBatchGetOrganizationsRequest_FieldPathArrayOfValues

func ParseBatchGetOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetOrganizationsRequest_FieldPathArrayOfValues, error)

type BatchGetOrganizationsRequest_FieldPathSelector

type BatchGetOrganizationsRequest_FieldPathSelector int32
const (
	BatchGetOrganizationsRequest_FieldPathSelectorNames     BatchGetOrganizationsRequest_FieldPathSelector = 0
	BatchGetOrganizationsRequest_FieldPathSelectorFieldMask BatchGetOrganizationsRequest_FieldPathSelector = 1
	BatchGetOrganizationsRequest_FieldPathSelectorView      BatchGetOrganizationsRequest_FieldPathSelector = 2
)

func (BatchGetOrganizationsRequest_FieldPathSelector) String

type BatchGetOrganizationsRequest_FieldPathValue

type BatchGetOrganizationsRequest_FieldPathValue interface {
	BatchGetOrganizationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetOrganizationsRequest)
	CompareWith(*BatchGetOrganizationsRequest) (cmp int, comparable bool)
}

BatchGetOrganizationsRequest_FieldPathValue allows storing values for BatchGetOrganizationsRequest fields according to their type

func MustParseBatchGetOrganizationsRequest_FieldPathValue

func MustParseBatchGetOrganizationsRequest_FieldPathValue(pathStr, valueStr string) BatchGetOrganizationsRequest_FieldPathValue

func ParseBatchGetOrganizationsRequest_FieldPathValue

func ParseBatchGetOrganizationsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetOrganizationsRequest_FieldPathValue, error)

type BatchGetOrganizationsRequest_FieldTerminalPath

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

func (*BatchGetOrganizationsRequest_FieldTerminalPath) ClearValue

func (*BatchGetOrganizationsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetOrganizationsRequest_FieldTerminalPath) Get

func (fp *BatchGetOrganizationsRequest_FieldTerminalPath) Get(source *BatchGetOrganizationsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetOrganizationsRequest

func (*BatchGetOrganizationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetOrganizationsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetOrganizationsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetOrganizationsRequest

func (*BatchGetOrganizationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetOrganizationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetOrganizationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetOrganizationsRequest_FieldTerminalPath) Selector

func (*BatchGetOrganizationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetOrganizationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetOrganizationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetOrganizationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetOrganizationsRequest_FieldTerminalPath) WithIValue

func (*BatchGetOrganizationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetOrganizationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetOrganizationsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetOrganizationsRequest_FieldTerminalPathArrayItemValue

type BatchGetOrganizationsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetOrganizationsRequest_FieldTerminalPathArrayOfValues

type BatchGetOrganizationsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetOrganizationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetOrganizationsRequest_FieldTerminalPathValue

type BatchGetOrganizationsRequest_FieldTerminalPathValue struct {
	BatchGetOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetOrganizationsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetOrganizationsRequest'.

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetOrganizationsRequest

func (*BatchGetOrganizationsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetOrganizationsResponse

type BatchGetOrganizationsResponse struct {

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

BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse) Clone

func (*BatchGetOrganizationsResponse) CloneRaw

func (*BatchGetOrganizationsResponse) Descriptor

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

Deprecated, Use BatchGetOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetOrganizationsResponse) GetMissing

func (*BatchGetOrganizationsResponse) GetOrganizations

func (m *BatchGetOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*BatchGetOrganizationsResponse) GotenMessage

func (*BatchGetOrganizationsResponse) GotenMessage()

func (*BatchGetOrganizationsResponse) GotenObjectExt

func (o *BatchGetOrganizationsResponse) GotenObjectExt()

func (*BatchGetOrganizationsResponse) GotenValidate

func (obj *BatchGetOrganizationsResponse) GotenValidate() error

func (*BatchGetOrganizationsResponse) MakeDiffFieldMask

func (*BatchGetOrganizationsResponse) MakeFullFieldMask

func (*BatchGetOrganizationsResponse) MakeRawDiffFieldMask

func (*BatchGetOrganizationsResponse) MakeRawFullFieldMask

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

func (*BatchGetOrganizationsResponse) Marshal

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

func (*BatchGetOrganizationsResponse) MarshalJSON

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

func (*BatchGetOrganizationsResponse) Merge

func (*BatchGetOrganizationsResponse) MergeRaw

func (*BatchGetOrganizationsResponse) ProtoMessage

func (*BatchGetOrganizationsResponse) ProtoMessage()

func (*BatchGetOrganizationsResponse) ProtoReflect

func (*BatchGetOrganizationsResponse) Reset

func (m *BatchGetOrganizationsResponse) Reset()

func (*BatchGetOrganizationsResponse) SetMissing

func (*BatchGetOrganizationsResponse) SetOrganizations

func (m *BatchGetOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*BatchGetOrganizationsResponse) String

func (*BatchGetOrganizationsResponse) Unmarshal

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

func (*BatchGetOrganizationsResponse) UnmarshalJSON

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

type BatchGetOrganizationsResponseFieldPathBuilder

type BatchGetOrganizationsResponseFieldPathBuilder struct{}

func NewBatchGetOrganizationsResponseFieldPathBuilder

func NewBatchGetOrganizationsResponseFieldPathBuilder() BatchGetOrganizationsResponseFieldPathBuilder

func (BatchGetOrganizationsResponseFieldPathBuilder) Missing

func (BatchGetOrganizationsResponseFieldPathBuilder) Organizations

type BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations

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

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) FieldPath

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) WithArrayOfValues

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) WithValue

type BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels

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

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) FieldPath

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) WithArrayOfValues

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) WithValue

type BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataShards

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

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) FieldPath

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) WithArrayOfValues

func (BatchGetOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) WithValue

type BatchGetOrganizationsResponsePathSelectorMissing

type BatchGetOrganizationsResponsePathSelectorMissing struct{}

func (BatchGetOrganizationsResponsePathSelectorMissing) FieldPath

func (BatchGetOrganizationsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorMissing) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizations

type BatchGetOrganizationsResponsePathSelectorOrganizations struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizations) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizations) Metadata

func (BatchGetOrganizationsResponsePathSelectorOrganizations) Name

func (BatchGetOrganizationsResponsePathSelectorOrganizations) Title

func (BatchGetOrganizationsResponsePathSelectorOrganizations) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizations) WithSubArrayItemValue

func (BatchGetOrganizationsResponsePathSelectorOrganizations) WithSubArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizations) WithSubPath

func (BatchGetOrganizationsResponsePathSelectorOrganizations) WithSubValue

func (BatchGetOrganizationsResponsePathSelectorOrganizations) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsAncestryPath

type BatchGetOrganizationsResponsePathSelectorOrganizationsAncestryPath struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsAncestryPath) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithItemValue

func (BatchGetOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadata

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadata struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadata) DeleteTime added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadata) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadata) Lifecycle added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadata) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadata) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataGeneration

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataGeneration struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLabels

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLabels struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLabels) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) State added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) WithValue added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithItemValue

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataShards

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataShards struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataShards) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncing

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncing struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithItemValue

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataTags

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataTags struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataTags) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithItemValue

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUuid

type BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUuid struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUuid) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUuid) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsMetadataUuid) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsName

type BatchGetOrganizationsResponsePathSelectorOrganizationsName struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsName) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsName) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsName) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsParentOrganization

type BatchGetOrganizationsResponsePathSelectorOrganizationsParentOrganization struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsParentOrganization) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsParentOrganization) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsParentOrganization) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsRootOrganization

type BatchGetOrganizationsResponsePathSelectorOrganizationsRootOrganization struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsRootOrganization) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsRootOrganization) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsRootOrganization) WithValue

type BatchGetOrganizationsResponsePathSelectorOrganizationsTitle

type BatchGetOrganizationsResponsePathSelectorOrganizationsTitle struct{}

func (BatchGetOrganizationsResponsePathSelectorOrganizationsTitle) FieldPath

func (BatchGetOrganizationsResponsePathSelectorOrganizationsTitle) WithArrayOfValues

func (BatchGetOrganizationsResponsePathSelectorOrganizationsTitle) WithValue

type BatchGetOrganizationsResponse_FieldMask

type BatchGetOrganizationsResponse_FieldMask struct {
	Paths []BatchGetOrganizationsResponse_FieldPath
}

func FullBatchGetOrganizationsResponse_FieldMask

func FullBatchGetOrganizationsResponse_FieldMask() *BatchGetOrganizationsResponse_FieldMask

func (*BatchGetOrganizationsResponse_FieldMask) AppendPath

func (*BatchGetOrganizationsResponse_FieldMask) AppendRawPath

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

func (*BatchGetOrganizationsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetOrganizationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetOrganizationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetOrganizationsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetOrganizationsResponse_FieldMask) GetPaths

func (*BatchGetOrganizationsResponse_FieldMask) GetRawPaths

func (*BatchGetOrganizationsResponse_FieldMask) IsFull

func (fieldMask *BatchGetOrganizationsResponse_FieldMask) IsFull() bool

func (BatchGetOrganizationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetOrganizationsResponse_FieldMask) MarshalJSON

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

func (*BatchGetOrganizationsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetOrganizationsResponse_FieldMask) PathsCount() int

func (*BatchGetOrganizationsResponse_FieldMask) Project

func (*BatchGetOrganizationsResponse_FieldMask) ProjectRaw

func (*BatchGetOrganizationsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetOrganizationsResponse_FieldMask) ProtoMessage()

func (*BatchGetOrganizationsResponse_FieldMask) ProtoReflect

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

func (*BatchGetOrganizationsResponse_FieldMask) Reset

func (fieldMask *BatchGetOrganizationsResponse_FieldMask) Reset()

func (*BatchGetOrganizationsResponse_FieldMask) Set

func (*BatchGetOrganizationsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetOrganizationsResponse_FieldMask) SetRaw

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

func (*BatchGetOrganizationsResponse_FieldMask) Size

func (fieldMask *BatchGetOrganizationsResponse_FieldMask) Size() int

func (*BatchGetOrganizationsResponse_FieldMask) String

func (fieldMask *BatchGetOrganizationsResponse_FieldMask) String() string

func (*BatchGetOrganizationsResponse_FieldMask) Subtract

func (*BatchGetOrganizationsResponse_FieldMask) SubtractRaw

func (*BatchGetOrganizationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetOrganizationsResponse_FieldMask) Unmarshal

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

func (*BatchGetOrganizationsResponse_FieldMask) UnmarshalJSON

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

type BatchGetOrganizationsResponse_FieldPath

type BatchGetOrganizationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetOrganizationsResponse_FieldPathSelector
	Get(source *BatchGetOrganizationsResponse) []interface{}
	GetSingle(source *BatchGetOrganizationsResponse) (interface{}, bool)
	ClearValue(item *BatchGetOrganizationsResponse)

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

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

func MustParseBatchGetOrganizationsResponse_FieldPath

func MustParseBatchGetOrganizationsResponse_FieldPath(rawField string) BatchGetOrganizationsResponse_FieldPath

func ParseBatchGetOrganizationsResponse_FieldPath

func ParseBatchGetOrganizationsResponse_FieldPath(rawField string) (BatchGetOrganizationsResponse_FieldPath, error)

type BatchGetOrganizationsResponse_FieldPathArrayItemValue

type BatchGetOrganizationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetOrganizationsResponse_FieldPath
	ContainsValue(*BatchGetOrganizationsResponse) bool
}

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

func MustParseBatchGetOrganizationsResponse_FieldPathArrayItemValue

func MustParseBatchGetOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetOrganizationsResponse_FieldPathArrayItemValue

func ParseBatchGetOrganizationsResponse_FieldPathArrayItemValue

func ParseBatchGetOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetOrganizationsResponse_FieldPathArrayItemValue, error)

ParseBatchGetOrganizationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetOrganizationsResponse_FieldPathArrayOfValues

type BatchGetOrganizationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetOrganizationsResponse_FieldPath
}

BatchGetOrganizationsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetOrganizationsResponse fields according to their type

func MustParseBatchGetOrganizationsResponse_FieldPathArrayOfValues

func MustParseBatchGetOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetOrganizationsResponse_FieldPathArrayOfValues

func ParseBatchGetOrganizationsResponse_FieldPathArrayOfValues

func ParseBatchGetOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetOrganizationsResponse_FieldPathArrayOfValues, error)

type BatchGetOrganizationsResponse_FieldPathSelector

type BatchGetOrganizationsResponse_FieldPathSelector int32
const (
	BatchGetOrganizationsResponse_FieldPathSelectorOrganizations BatchGetOrganizationsResponse_FieldPathSelector = 0
	BatchGetOrganizationsResponse_FieldPathSelectorMissing       BatchGetOrganizationsResponse_FieldPathSelector = 1
)

func (BatchGetOrganizationsResponse_FieldPathSelector) String

type BatchGetOrganizationsResponse_FieldPathValue

type BatchGetOrganizationsResponse_FieldPathValue interface {
	BatchGetOrganizationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetOrganizationsResponse)
	CompareWith(*BatchGetOrganizationsResponse) (cmp int, comparable bool)
}

BatchGetOrganizationsResponse_FieldPathValue allows storing values for BatchGetOrganizationsResponse fields according to their type

func MustParseBatchGetOrganizationsResponse_FieldPathValue

func MustParseBatchGetOrganizationsResponse_FieldPathValue(pathStr, valueStr string) BatchGetOrganizationsResponse_FieldPathValue

func ParseBatchGetOrganizationsResponse_FieldPathValue

func ParseBatchGetOrganizationsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetOrganizationsResponse_FieldPathValue, error)

type BatchGetOrganizationsResponse_FieldSubPath

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

func (*BatchGetOrganizationsResponse_FieldSubPath) AsOrganizationsSubPath

func (*BatchGetOrganizationsResponse_FieldSubPath) ClearValue

func (*BatchGetOrganizationsResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetOrganizationsResponse_FieldSubPath) Get

func (fps *BatchGetOrganizationsResponse_FieldSubPath) Get(source *BatchGetOrganizationsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetOrganizationsResponse_FieldSubPath) GetRaw

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

func (*BatchGetOrganizationsResponse_FieldSubPath) GetSingle

func (fps *BatchGetOrganizationsResponse_FieldSubPath) GetSingle(source *BatchGetOrganizationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetOrganizationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetOrganizationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetOrganizationsResponse_FieldSubPath) Selector

func (*BatchGetOrganizationsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*BatchGetOrganizationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetOrganizationsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetOrganizationsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetOrganizationsResponse_FieldSubPath) WithIValue

func (*BatchGetOrganizationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetOrganizationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetOrganizationsResponse_FieldSubPath) WithRawIValue

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

type BatchGetOrganizationsResponse_FieldSubPathArrayItemValue

type BatchGetOrganizationsResponse_FieldSubPathArrayItemValue struct {
	BatchGetOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsResponse_FieldSubPathArrayItemValue) AsOrganizationsPathItemValue

func (*BatchGetOrganizationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetOrganizationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetOrganizationsResponse_FieldSubPathArrayOfValues

type BatchGetOrganizationsResponse_FieldSubPathArrayOfValues struct {
	BatchGetOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsResponse_FieldSubPathArrayOfValues) AsOrganizationsPathArrayOfValues

func (*BatchGetOrganizationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetOrganizationsResponse_FieldSubPathValue

type BatchGetOrganizationsResponse_FieldSubPathValue struct {
	BatchGetOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsResponse_FieldSubPathValue) AsOrganizationsPathValue

func (*BatchGetOrganizationsResponse_FieldSubPathValue) CompareWith

func (*BatchGetOrganizationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetOrganizationsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetOrganizationsResponse_FieldSubPathValue) SetTo

func (*BatchGetOrganizationsResponse_FieldSubPathValue) SetToRaw

type BatchGetOrganizationsResponse_FieldTerminalPath

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

func (*BatchGetOrganizationsResponse_FieldTerminalPath) ClearValue

func (*BatchGetOrganizationsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetOrganizationsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetOrganizationsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetOrganizationsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetOrganizationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetOrganizationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetOrganizationsResponse_FieldTerminalPath) Selector

func (*BatchGetOrganizationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetOrganizationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetOrganizationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetOrganizationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetOrganizationsResponse_FieldTerminalPath) WithIValue

func (*BatchGetOrganizationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetOrganizationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetOrganizationsResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue

type BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue) AsOrganizationsItemValue

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetOrganizationsResponse_FieldTerminalPathArrayOfValues

type BatchGetOrganizationsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayOfValues) AsOrganizationsArrayOfValues

func (*BatchGetOrganizationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetOrganizationsResponse_FieldTerminalPathValue

type BatchGetOrganizationsResponse_FieldTerminalPathValue struct {
	BatchGetOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetOrganizationsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetOrganizationsResponse_FieldTerminalPathValue) AsOrganizationsValue

func (*BatchGetOrganizationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetOrganizationsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetOrganizationsResponse'.

func (*BatchGetOrganizationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetOrganizationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetOrganizationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetOrganizationsResponse

func (*BatchGetOrganizationsResponse_FieldTerminalPathValue) SetToRaw

type CreateOrganizationDescriptor added in v0.4.28

type CreateOrganizationDescriptor struct{}

func GetCreateOrganizationDescriptor added in v0.4.28

func GetCreateOrganizationDescriptor() *CreateOrganizationDescriptor

func (*CreateOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateOrganizationDescriptor) GetApiName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetApiName() string

func (*CreateOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetFullMethodName() string

func (*CreateOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetMethodName() string

func (*CreateOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateOrganizationDescriptor) GetProtoPkgName() string

func (*CreateOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateOrganizationDescriptor) GetServiceDomain() string

func (*CreateOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateOrganizationDescriptor) GetServiceVersion() string

func (*CreateOrganizationDescriptor) GetVerb added in v0.4.28

func (d *CreateOrganizationDescriptor) GetVerb() string

func (*CreateOrganizationDescriptor) HasResource added in v0.4.30

func (d *CreateOrganizationDescriptor) HasResource() bool

func (*CreateOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *CreateOrganizationDescriptor) IsClientStream() bool

func (*CreateOrganizationDescriptor) IsCollection added in v0.4.30

func (d *CreateOrganizationDescriptor) IsCollection() bool

func (*CreateOrganizationDescriptor) IsPlural added in v0.4.30

func (d *CreateOrganizationDescriptor) IsPlural() bool

func (*CreateOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *CreateOrganizationDescriptor) IsServerStream() bool

func (*CreateOrganizationDescriptor) IsUnary added in v0.4.28

func (d *CreateOrganizationDescriptor) IsUnary() bool

func (*CreateOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateOrganizationDescriptor) RequestHasResourceBody() bool

type CreateOrganizationDescriptorClientMsgHandle added in v0.4.28

type CreateOrganizationDescriptorClientMsgHandle struct{}

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateOrganizationDescriptorServerMsgHandle added in v0.4.28

type CreateOrganizationDescriptorServerMsgHandle struct{}

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateOrganizationRequest

type CreateOrganizationRequest struct {

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

Request message for method [CreateOrganization][ntt.iam.v1alpha.CreateOrganization]

func (*CreateOrganizationRequest) Clone

func (*CreateOrganizationRequest) CloneRaw

func (*CreateOrganizationRequest) Descriptor

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

Deprecated, Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetOrganization

func (m *CreateOrganizationRequest) GetOrganization() *organization.Organization

func (*CreateOrganizationRequest) GotenMessage

func (*CreateOrganizationRequest) GotenMessage()

func (*CreateOrganizationRequest) GotenObjectExt

func (o *CreateOrganizationRequest) GotenObjectExt()

func (*CreateOrganizationRequest) GotenValidate

func (obj *CreateOrganizationRequest) GotenValidate() error

func (*CreateOrganizationRequest) MakeDiffFieldMask

func (*CreateOrganizationRequest) MakeFullFieldMask

func (*CreateOrganizationRequest) MakeRawDiffFieldMask

func (*CreateOrganizationRequest) MakeRawFullFieldMask

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

func (*CreateOrganizationRequest) Marshal

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

func (*CreateOrganizationRequest) MarshalJSON

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

func (*CreateOrganizationRequest) Merge

func (*CreateOrganizationRequest) MergeRaw

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

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

func (*CreateOrganizationRequest) Reset

func (m *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) SetOrganization

func (m *CreateOrganizationRequest) SetOrganization(fv *organization.Organization)

func (*CreateOrganizationRequest) String

func (m *CreateOrganizationRequest) String() string

func (*CreateOrganizationRequest) Unmarshal

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

func (*CreateOrganizationRequest) UnmarshalJSON

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

type CreateOrganizationRequestFieldPathBuilder

type CreateOrganizationRequestFieldPathBuilder struct{}

func NewCreateOrganizationRequestFieldPathBuilder

func NewCreateOrganizationRequestFieldPathBuilder() CreateOrganizationRequestFieldPathBuilder

func (CreateOrganizationRequestFieldPathBuilder) Organization

type CreateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations

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

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations) FieldPath

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations) WithArrayOfValues

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations) WithValue

type CreateOrganizationRequestMapPathSelectorOrganizationMetadataLabels

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

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataLabels) FieldPath

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataLabels) WithArrayOfValues

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataLabels) WithValue

type CreateOrganizationRequestMapPathSelectorOrganizationMetadataShards

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

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataShards) FieldPath

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataShards) WithArrayOfValues

func (CreateOrganizationRequestMapPathSelectorOrganizationMetadataShards) WithValue

type CreateOrganizationRequestPathSelectorOrganization

type CreateOrganizationRequestPathSelectorOrganization struct{}

func (CreateOrganizationRequestPathSelectorOrganization) AncestryPath

func (CreateOrganizationRequestPathSelectorOrganization) FieldPath

func (CreateOrganizationRequestPathSelectorOrganization) Metadata

func (CreateOrganizationRequestPathSelectorOrganization) Name

func (CreateOrganizationRequestPathSelectorOrganization) RootOrganization

func (CreateOrganizationRequestPathSelectorOrganization) Title

func (CreateOrganizationRequestPathSelectorOrganization) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganization) WithSubArrayItemValue

func (CreateOrganizationRequestPathSelectorOrganization) WithSubArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganization) WithSubPath

func (CreateOrganizationRequestPathSelectorOrganization) WithSubValue

func (CreateOrganizationRequestPathSelectorOrganization) WithValue

type CreateOrganizationRequestPathSelectorOrganizationAncestryPath

type CreateOrganizationRequestPathSelectorOrganizationAncestryPath struct{}

func (CreateOrganizationRequestPathSelectorOrganizationAncestryPath) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationAncestryPath) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationAncestryPath) WithItemValue

func (CreateOrganizationRequestPathSelectorOrganizationAncestryPath) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadata

type CreateOrganizationRequestPathSelectorOrganizationMetadata struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) DeleteTime added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) Labels

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) Lifecycle added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) Shards

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) Syncing

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) Tags

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) Uuid

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadata) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataAnnotations

type CreateOrganizationRequestPathSelectorOrganizationMetadataAnnotations struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataAnnotations) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataAnnotations) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataAnnotations) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataCreateTime

type CreateOrganizationRequestPathSelectorOrganizationMetadataCreateTime struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataCreateTime) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataCreateTime) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataCreateTime) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime) FieldPath added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime) WithValue added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataGeneration

type CreateOrganizationRequestPathSelectorOrganizationMetadataGeneration struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataGeneration) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataGeneration) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataGeneration) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataLabels

type CreateOrganizationRequestPathSelectorOrganizationMetadataLabels struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLabels) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLabels) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLabels) WithKey

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLabels) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycle added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycle struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) FieldPath added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) State added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) WithValue added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState) FieldPath added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState) WithValue added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) Region added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) Version added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) WithItemValue

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion

type CreateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataShards

type CreateOrganizationRequestPathSelectorOrganizationMetadataShards struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataShards) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataShards) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataShards) WithKey

func (CreateOrganizationRequestPathSelectorOrganizationMetadataShards) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataSyncing

type CreateOrganizationRequestPathSelectorOrganizationMetadataSyncing struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncing) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncing) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncing) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion

type CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions

type CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) WithItemValue

func (CreateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataTags

type CreateOrganizationRequestPathSelectorOrganizationMetadataTags struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataTags) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataTags) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataTags) WithItemValue

func (CreateOrganizationRequestPathSelectorOrganizationMetadataTags) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime

type CreateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime) WithValue

type CreateOrganizationRequestPathSelectorOrganizationMetadataUuid

type CreateOrganizationRequestPathSelectorOrganizationMetadataUuid struct{}

func (CreateOrganizationRequestPathSelectorOrganizationMetadataUuid) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationMetadataUuid) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationMetadataUuid) WithValue

type CreateOrganizationRequestPathSelectorOrganizationName

type CreateOrganizationRequestPathSelectorOrganizationName struct{}

func (CreateOrganizationRequestPathSelectorOrganizationName) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationName) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationName) WithValue

type CreateOrganizationRequestPathSelectorOrganizationParentOrganization

type CreateOrganizationRequestPathSelectorOrganizationParentOrganization struct{}

func (CreateOrganizationRequestPathSelectorOrganizationParentOrganization) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationParentOrganization) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationParentOrganization) WithValue

type CreateOrganizationRequestPathSelectorOrganizationRootOrganization

type CreateOrganizationRequestPathSelectorOrganizationRootOrganization struct{}

func (CreateOrganizationRequestPathSelectorOrganizationRootOrganization) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationRootOrganization) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationRootOrganization) WithValue

type CreateOrganizationRequestPathSelectorOrganizationTitle

type CreateOrganizationRequestPathSelectorOrganizationTitle struct{}

func (CreateOrganizationRequestPathSelectorOrganizationTitle) FieldPath

func (CreateOrganizationRequestPathSelectorOrganizationTitle) WithArrayOfValues

func (CreateOrganizationRequestPathSelectorOrganizationTitle) WithValue

type CreateOrganizationRequest_FieldMask

type CreateOrganizationRequest_FieldMask struct {
	Paths []CreateOrganizationRequest_FieldPath
}

func FullCreateOrganizationRequest_FieldMask

func FullCreateOrganizationRequest_FieldMask() *CreateOrganizationRequest_FieldMask

func (*CreateOrganizationRequest_FieldMask) AppendPath

func (*CreateOrganizationRequest_FieldMask) AppendRawPath

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

func (*CreateOrganizationRequest_FieldMask) DecodeFirestore

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

func (*CreateOrganizationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateOrganizationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateOrganizationRequest_FieldMask) FromProtoFieldMask

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

func (*CreateOrganizationRequest_FieldMask) GetPaths

func (*CreateOrganizationRequest_FieldMask) GetRawPaths

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

func (*CreateOrganizationRequest_FieldMask) IsFull

func (fieldMask *CreateOrganizationRequest_FieldMask) IsFull() bool

func (CreateOrganizationRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateOrganizationRequest_FieldMask) MarshalJSON

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

func (*CreateOrganizationRequest_FieldMask) PathsCount

func (fieldMask *CreateOrganizationRequest_FieldMask) PathsCount() int

func (*CreateOrganizationRequest_FieldMask) Project

func (*CreateOrganizationRequest_FieldMask) ProjectRaw

func (*CreateOrganizationRequest_FieldMask) ProtoMessage

func (fieldMask *CreateOrganizationRequest_FieldMask) ProtoMessage()

func (*CreateOrganizationRequest_FieldMask) ProtoReflect

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

func (*CreateOrganizationRequest_FieldMask) Reset

func (fieldMask *CreateOrganizationRequest_FieldMask) Reset()

func (*CreateOrganizationRequest_FieldMask) Set

func (fieldMask *CreateOrganizationRequest_FieldMask) Set(target, source *CreateOrganizationRequest)

func (*CreateOrganizationRequest_FieldMask) SetFromCliFlag

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

func (*CreateOrganizationRequest_FieldMask) SetRaw

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

func (*CreateOrganizationRequest_FieldMask) Size

func (fieldMask *CreateOrganizationRequest_FieldMask) Size() int

func (*CreateOrganizationRequest_FieldMask) String

func (fieldMask *CreateOrganizationRequest_FieldMask) String() string

func (*CreateOrganizationRequest_FieldMask) Subtract

func (*CreateOrganizationRequest_FieldMask) SubtractRaw

func (*CreateOrganizationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateOrganizationRequest_FieldMask) Unmarshal

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

func (*CreateOrganizationRequest_FieldMask) UnmarshalJSON

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

type CreateOrganizationRequest_FieldPath

type CreateOrganizationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateOrganizationRequest_FieldPathSelector
	Get(source *CreateOrganizationRequest) []interface{}
	GetSingle(source *CreateOrganizationRequest) (interface{}, bool)
	ClearValue(item *CreateOrganizationRequest)

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

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

func MustParseCreateOrganizationRequest_FieldPath

func MustParseCreateOrganizationRequest_FieldPath(rawField string) CreateOrganizationRequest_FieldPath

func ParseCreateOrganizationRequest_FieldPath

func ParseCreateOrganizationRequest_FieldPath(rawField string) (CreateOrganizationRequest_FieldPath, error)

type CreateOrganizationRequest_FieldPathArrayItemValue

type CreateOrganizationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateOrganizationRequest_FieldPath
	ContainsValue(*CreateOrganizationRequest) bool
}

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

func MustParseCreateOrganizationRequest_FieldPathArrayItemValue

func MustParseCreateOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateOrganizationRequest_FieldPathArrayItemValue

func ParseCreateOrganizationRequest_FieldPathArrayItemValue

func ParseCreateOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateOrganizationRequest_FieldPathArrayItemValue, error)

ParseCreateOrganizationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateOrganizationRequest_FieldPathArrayOfValues

type CreateOrganizationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateOrganizationRequest_FieldPath
}

CreateOrganizationRequest_FieldPathArrayOfValues allows storing slice of values for CreateOrganizationRequest fields according to their type

func MustParseCreateOrganizationRequest_FieldPathArrayOfValues

func MustParseCreateOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateOrganizationRequest_FieldPathArrayOfValues

func ParseCreateOrganizationRequest_FieldPathArrayOfValues

func ParseCreateOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateOrganizationRequest_FieldPathArrayOfValues, error)

type CreateOrganizationRequest_FieldPathSelector

type CreateOrganizationRequest_FieldPathSelector int32
const (
	CreateOrganizationRequest_FieldPathSelectorOrganization CreateOrganizationRequest_FieldPathSelector = 0
)

func (CreateOrganizationRequest_FieldPathSelector) String

type CreateOrganizationRequest_FieldPathValue

type CreateOrganizationRequest_FieldPathValue interface {
	CreateOrganizationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateOrganizationRequest)
	CompareWith(*CreateOrganizationRequest) (cmp int, comparable bool)
}

CreateOrganizationRequest_FieldPathValue allows storing values for CreateOrganizationRequest fields according to their type

func MustParseCreateOrganizationRequest_FieldPathValue

func MustParseCreateOrganizationRequest_FieldPathValue(pathStr, valueStr string) CreateOrganizationRequest_FieldPathValue

func ParseCreateOrganizationRequest_FieldPathValue

func ParseCreateOrganizationRequest_FieldPathValue(pathStr, valueStr string) (CreateOrganizationRequest_FieldPathValue, error)

type CreateOrganizationRequest_FieldSubPath

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

func (*CreateOrganizationRequest_FieldSubPath) AsOrganizationSubPath

func (*CreateOrganizationRequest_FieldSubPath) ClearValue

func (*CreateOrganizationRequest_FieldSubPath) ClearValueRaw

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

func (*CreateOrganizationRequest_FieldSubPath) Get

func (fps *CreateOrganizationRequest_FieldSubPath) Get(source *CreateOrganizationRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateOrganizationRequest

func (*CreateOrganizationRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateOrganizationRequest_FieldSubPath) GetRaw

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

func (*CreateOrganizationRequest_FieldSubPath) GetSingle

func (fps *CreateOrganizationRequest_FieldSubPath) GetSingle(source *CreateOrganizationRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateOrganizationRequest

func (*CreateOrganizationRequest_FieldSubPath) GetSingleRaw

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

func (*CreateOrganizationRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateOrganizationRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateOrganizationRequest_FieldSubPath) Selector

func (*CreateOrganizationRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateOrganizationRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateOrganizationRequest_FieldSubPath) WithIArrayItemValue

func (*CreateOrganizationRequest_FieldSubPath) WithIArrayOfValues

func (*CreateOrganizationRequest_FieldSubPath) WithIValue

func (*CreateOrganizationRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateOrganizationRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateOrganizationRequest_FieldSubPath) WithRawIValue

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

type CreateOrganizationRequest_FieldSubPathArrayItemValue

type CreateOrganizationRequest_FieldSubPathArrayItemValue struct {
	CreateOrganizationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest_FieldSubPathArrayItemValue) AsOrganizationPathItemValue

func (*CreateOrganizationRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateOrganizationRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateOrganizationRequest_FieldSubPathArrayOfValues

type CreateOrganizationRequest_FieldSubPathArrayOfValues struct {
	CreateOrganizationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest_FieldSubPathArrayOfValues) AsOrganizationPathArrayOfValues

func (*CreateOrganizationRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateOrganizationRequest_FieldSubPathValue

type CreateOrganizationRequest_FieldSubPathValue struct {
	CreateOrganizationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest_FieldSubPathValue) AsOrganizationPathValue

func (*CreateOrganizationRequest_FieldSubPathValue) CompareWith

func (*CreateOrganizationRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateOrganizationRequest_FieldSubPathValue) GetRawValue

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

func (*CreateOrganizationRequest_FieldSubPathValue) SetTo

func (*CreateOrganizationRequest_FieldSubPathValue) SetToRaw

type CreateOrganizationRequest_FieldTerminalPath

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

func (*CreateOrganizationRequest_FieldTerminalPath) ClearValue

func (*CreateOrganizationRequest_FieldTerminalPath) ClearValueRaw

func (*CreateOrganizationRequest_FieldTerminalPath) Get

func (fp *CreateOrganizationRequest_FieldTerminalPath) Get(source *CreateOrganizationRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateOrganizationRequest

func (*CreateOrganizationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateOrganizationRequest_FieldTerminalPath) GetRaw

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

func (*CreateOrganizationRequest_FieldTerminalPath) GetSingle

func (fp *CreateOrganizationRequest_FieldTerminalPath) GetSingle(source *CreateOrganizationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateOrganizationRequest

func (*CreateOrganizationRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateOrganizationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateOrganizationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateOrganizationRequest_FieldTerminalPath) Selector

func (*CreateOrganizationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateOrganizationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateOrganizationRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateOrganizationRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateOrganizationRequest_FieldTerminalPath) WithIValue

func (*CreateOrganizationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateOrganizationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateOrganizationRequest_FieldTerminalPath) WithRawIValue

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

type CreateOrganizationRequest_FieldTerminalPathArrayItemValue

type CreateOrganizationRequest_FieldTerminalPathArrayItemValue struct {
	CreateOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateOrganizationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateOrganizationRequest_FieldTerminalPathArrayOfValues

type CreateOrganizationRequest_FieldTerminalPathArrayOfValues struct {
	CreateOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest_FieldTerminalPathArrayOfValues) AsOrganizationArrayOfValues

func (*CreateOrganizationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateOrganizationRequest_FieldTerminalPathValue

type CreateOrganizationRequest_FieldTerminalPathValue struct {
	CreateOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest_FieldTerminalPathValue) AsOrganizationValue

func (*CreateOrganizationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateOrganizationRequest_FieldTerminalPathValue' with the value under path in 'CreateOrganizationRequest'.

func (*CreateOrganizationRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateOrganizationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateOrganizationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateOrganizationRequest

func (*CreateOrganizationRequest_FieldTerminalPathValue) SetToRaw

type DeleteOrganizationDescriptor added in v0.4.28

type DeleteOrganizationDescriptor struct{}

func GetDeleteOrganizationDescriptor added in v0.4.28

func GetDeleteOrganizationDescriptor() *DeleteOrganizationDescriptor

func (*DeleteOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteOrganizationDescriptor) GetApiName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetApiName() string

func (*DeleteOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetFullMethodName() string

func (*DeleteOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetMethodName() string

func (*DeleteOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetProtoPkgName() string

func (*DeleteOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetServiceDomain() string

func (*DeleteOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetServiceVersion() string

func (*DeleteOrganizationDescriptor) GetVerb added in v0.4.28

func (d *DeleteOrganizationDescriptor) GetVerb() string

func (*DeleteOrganizationDescriptor) HasResource added in v0.4.30

func (d *DeleteOrganizationDescriptor) HasResource() bool

func (*DeleteOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *DeleteOrganizationDescriptor) IsClientStream() bool

func (*DeleteOrganizationDescriptor) IsCollection added in v0.4.30

func (d *DeleteOrganizationDescriptor) IsCollection() bool

func (*DeleteOrganizationDescriptor) IsPlural added in v0.4.30

func (d *DeleteOrganizationDescriptor) IsPlural() bool

func (*DeleteOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *DeleteOrganizationDescriptor) IsServerStream() bool

func (*DeleteOrganizationDescriptor) IsUnary added in v0.4.28

func (d *DeleteOrganizationDescriptor) IsUnary() bool

func (*DeleteOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteOrganizationDescriptor) RequestHasResourceBody() bool

type DeleteOrganizationDescriptorClientMsgHandle added in v0.4.28

type DeleteOrganizationDescriptorClientMsgHandle struct{}

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteOrganizationDescriptorServerMsgHandle added in v0.4.28

type DeleteOrganizationDescriptorServerMsgHandle struct{}

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteOrganizationRequest

type DeleteOrganizationRequest struct {

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

Request message for method [DeleteOrganization][ntt.iam.v1alpha.DeleteOrganization]

func (*DeleteOrganizationRequest) Clone

func (*DeleteOrganizationRequest) CloneRaw

func (*DeleteOrganizationRequest) Descriptor

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

Deprecated, Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetName

func (*DeleteOrganizationRequest) GotenMessage

func (*DeleteOrganizationRequest) GotenMessage()

func (*DeleteOrganizationRequest) GotenObjectExt

func (o *DeleteOrganizationRequest) GotenObjectExt()

func (*DeleteOrganizationRequest) GotenValidate

func (obj *DeleteOrganizationRequest) GotenValidate() error

func (*DeleteOrganizationRequest) MakeDiffFieldMask

func (*DeleteOrganizationRequest) MakeFullFieldMask

func (*DeleteOrganizationRequest) MakeRawDiffFieldMask

func (*DeleteOrganizationRequest) MakeRawFullFieldMask

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

func (*DeleteOrganizationRequest) Marshal

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

func (*DeleteOrganizationRequest) MarshalJSON

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

func (*DeleteOrganizationRequest) Merge

func (*DeleteOrganizationRequest) MergeRaw

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

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

func (*DeleteOrganizationRequest) Reset

func (m *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) SetName

func (*DeleteOrganizationRequest) String

func (m *DeleteOrganizationRequest) String() string

func (*DeleteOrganizationRequest) Unmarshal

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

func (*DeleteOrganizationRequest) UnmarshalJSON

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

type DeleteOrganizationRequestFieldPathBuilder

type DeleteOrganizationRequestFieldPathBuilder struct{}

func NewDeleteOrganizationRequestFieldPathBuilder

func NewDeleteOrganizationRequestFieldPathBuilder() DeleteOrganizationRequestFieldPathBuilder

func (DeleteOrganizationRequestFieldPathBuilder) Name

type DeleteOrganizationRequestPathSelectorName

type DeleteOrganizationRequestPathSelectorName struct{}

func (DeleteOrganizationRequestPathSelectorName) FieldPath

func (DeleteOrganizationRequestPathSelectorName) WithArrayOfValues

func (DeleteOrganizationRequestPathSelectorName) WithValue

type DeleteOrganizationRequest_FieldMask

type DeleteOrganizationRequest_FieldMask struct {
	Paths []DeleteOrganizationRequest_FieldPath
}

func FullDeleteOrganizationRequest_FieldMask

func FullDeleteOrganizationRequest_FieldMask() *DeleteOrganizationRequest_FieldMask

func (*DeleteOrganizationRequest_FieldMask) AppendPath

func (*DeleteOrganizationRequest_FieldMask) AppendRawPath

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

func (*DeleteOrganizationRequest_FieldMask) DecodeFirestore

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

func (*DeleteOrganizationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteOrganizationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteOrganizationRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteOrganizationRequest_FieldMask) GetPaths

func (*DeleteOrganizationRequest_FieldMask) GetRawPaths

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

func (*DeleteOrganizationRequest_FieldMask) IsFull

func (fieldMask *DeleteOrganizationRequest_FieldMask) IsFull() bool

func (DeleteOrganizationRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteOrganizationRequest_FieldMask) MarshalJSON

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

func (*DeleteOrganizationRequest_FieldMask) PathsCount

func (fieldMask *DeleteOrganizationRequest_FieldMask) PathsCount() int

func (*DeleteOrganizationRequest_FieldMask) Project

func (*DeleteOrganizationRequest_FieldMask) ProjectRaw

func (*DeleteOrganizationRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteOrganizationRequest_FieldMask) ProtoMessage()

func (*DeleteOrganizationRequest_FieldMask) ProtoReflect

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

func (*DeleteOrganizationRequest_FieldMask) Reset

func (fieldMask *DeleteOrganizationRequest_FieldMask) Reset()

func (*DeleteOrganizationRequest_FieldMask) Set

func (fieldMask *DeleteOrganizationRequest_FieldMask) Set(target, source *DeleteOrganizationRequest)

func (*DeleteOrganizationRequest_FieldMask) SetFromCliFlag

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

func (*DeleteOrganizationRequest_FieldMask) SetRaw

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

func (*DeleteOrganizationRequest_FieldMask) Size

func (fieldMask *DeleteOrganizationRequest_FieldMask) Size() int

func (*DeleteOrganizationRequest_FieldMask) String

func (fieldMask *DeleteOrganizationRequest_FieldMask) String() string

func (*DeleteOrganizationRequest_FieldMask) Subtract

func (*DeleteOrganizationRequest_FieldMask) SubtractRaw

func (*DeleteOrganizationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteOrganizationRequest_FieldMask) Unmarshal

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

func (*DeleteOrganizationRequest_FieldMask) UnmarshalJSON

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

type DeleteOrganizationRequest_FieldPath

type DeleteOrganizationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteOrganizationRequest_FieldPathSelector
	Get(source *DeleteOrganizationRequest) []interface{}
	GetSingle(source *DeleteOrganizationRequest) (interface{}, bool)
	ClearValue(item *DeleteOrganizationRequest)

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

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

func MustParseDeleteOrganizationRequest_FieldPath

func MustParseDeleteOrganizationRequest_FieldPath(rawField string) DeleteOrganizationRequest_FieldPath

func ParseDeleteOrganizationRequest_FieldPath

func ParseDeleteOrganizationRequest_FieldPath(rawField string) (DeleteOrganizationRequest_FieldPath, error)

type DeleteOrganizationRequest_FieldPathArrayItemValue

type DeleteOrganizationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteOrganizationRequest_FieldPath
	ContainsValue(*DeleteOrganizationRequest) bool
}

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

func MustParseDeleteOrganizationRequest_FieldPathArrayItemValue

func MustParseDeleteOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteOrganizationRequest_FieldPathArrayItemValue

func ParseDeleteOrganizationRequest_FieldPathArrayItemValue

func ParseDeleteOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteOrganizationRequest_FieldPathArrayItemValue, error)

ParseDeleteOrganizationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteOrganizationRequest_FieldPathArrayOfValues

type DeleteOrganizationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteOrganizationRequest_FieldPath
}

DeleteOrganizationRequest_FieldPathArrayOfValues allows storing slice of values for DeleteOrganizationRequest fields according to their type

func MustParseDeleteOrganizationRequest_FieldPathArrayOfValues

func MustParseDeleteOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteOrganizationRequest_FieldPathArrayOfValues

func ParseDeleteOrganizationRequest_FieldPathArrayOfValues

func ParseDeleteOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteOrganizationRequest_FieldPathArrayOfValues, error)

type DeleteOrganizationRequest_FieldPathSelector

type DeleteOrganizationRequest_FieldPathSelector int32
const (
	DeleteOrganizationRequest_FieldPathSelectorName DeleteOrganizationRequest_FieldPathSelector = 0
)

func (DeleteOrganizationRequest_FieldPathSelector) String

type DeleteOrganizationRequest_FieldPathValue

type DeleteOrganizationRequest_FieldPathValue interface {
	DeleteOrganizationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteOrganizationRequest)
	CompareWith(*DeleteOrganizationRequest) (cmp int, comparable bool)
}

DeleteOrganizationRequest_FieldPathValue allows storing values for DeleteOrganizationRequest fields according to their type

func MustParseDeleteOrganizationRequest_FieldPathValue

func MustParseDeleteOrganizationRequest_FieldPathValue(pathStr, valueStr string) DeleteOrganizationRequest_FieldPathValue

func ParseDeleteOrganizationRequest_FieldPathValue

func ParseDeleteOrganizationRequest_FieldPathValue(pathStr, valueStr string) (DeleteOrganizationRequest_FieldPathValue, error)

type DeleteOrganizationRequest_FieldTerminalPath

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

func (*DeleteOrganizationRequest_FieldTerminalPath) ClearValue

func (*DeleteOrganizationRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteOrganizationRequest_FieldTerminalPath) Get

func (fp *DeleteOrganizationRequest_FieldTerminalPath) Get(source *DeleteOrganizationRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteOrganizationRequest

func (*DeleteOrganizationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteOrganizationRequest_FieldTerminalPath) GetRaw

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

func (*DeleteOrganizationRequest_FieldTerminalPath) GetSingle

func (fp *DeleteOrganizationRequest_FieldTerminalPath) GetSingle(source *DeleteOrganizationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteOrganizationRequest

func (*DeleteOrganizationRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteOrganizationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteOrganizationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteOrganizationRequest_FieldTerminalPath) Selector

func (*DeleteOrganizationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*DeleteOrganizationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteOrganizationRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteOrganizationRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteOrganizationRequest_FieldTerminalPath) WithIValue

func (*DeleteOrganizationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteOrganizationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteOrganizationRequest_FieldTerminalPath) WithRawIValue

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

type DeleteOrganizationRequest_FieldTerminalPathArrayItemValue

type DeleteOrganizationRequest_FieldTerminalPathArrayItemValue struct {
	DeleteOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteOrganizationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteOrganizationRequest_FieldTerminalPathArrayOfValues

type DeleteOrganizationRequest_FieldTerminalPathArrayOfValues struct {
	DeleteOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteOrganizationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteOrganizationRequest_FieldTerminalPathValue

type DeleteOrganizationRequest_FieldTerminalPathValue struct {
	DeleteOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteOrganizationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteOrganizationRequest_FieldTerminalPathValue' with the value under path in 'DeleteOrganizationRequest'.

func (*DeleteOrganizationRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteOrganizationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteOrganizationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteOrganizationRequest

func (*DeleteOrganizationRequest_FieldTerminalPathValue) SetToRaw

type GetOrganizationDescriptor added in v0.4.28

type GetOrganizationDescriptor struct{}

func GetGetOrganizationDescriptor added in v0.4.28

func GetGetOrganizationDescriptor() *GetOrganizationDescriptor

func (*GetOrganizationDescriptor) GetApiDescriptor added in v0.4.28

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

func (*GetOrganizationDescriptor) GetApiName added in v0.4.28

func (d *GetOrganizationDescriptor) GetApiName() string

func (*GetOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *GetOrganizationDescriptor) GetFullMethodName() string

func (*GetOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *GetOrganizationDescriptor) GetMethodName() string

func (*GetOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetOrganizationDescriptor) GetProtoPkgName() string

func (*GetOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *GetOrganizationDescriptor) GetServiceDomain() string

func (*GetOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *GetOrganizationDescriptor) GetServiceVersion() string

func (*GetOrganizationDescriptor) GetVerb added in v0.4.28

func (d *GetOrganizationDescriptor) GetVerb() string

func (*GetOrganizationDescriptor) HasResource added in v0.4.30

func (d *GetOrganizationDescriptor) HasResource() bool

func (*GetOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *GetOrganizationDescriptor) IsClientStream() bool

func (*GetOrganizationDescriptor) IsCollection added in v0.4.30

func (d *GetOrganizationDescriptor) IsCollection() bool

func (*GetOrganizationDescriptor) IsPlural added in v0.4.30

func (d *GetOrganizationDescriptor) IsPlural() bool

func (*GetOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *GetOrganizationDescriptor) IsServerStream() bool

func (*GetOrganizationDescriptor) IsUnary added in v0.4.28

func (d *GetOrganizationDescriptor) IsUnary() bool

func (*GetOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetOrganizationDescriptor) RequestHasResourceBody() bool

type GetOrganizationDescriptorClientMsgHandle added in v0.4.28

type GetOrganizationDescriptorClientMsgHandle struct{}

func (*GetOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetOrganizationDescriptorServerMsgHandle added in v0.4.28

type GetOrganizationDescriptorServerMsgHandle struct{}

func (*GetOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetOrganizationRequest

type GetOrganizationRequest struct {

	// Reference of ntt.iam.v1alpha.Organization
	Name *organization.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 *organization.Organization_FieldMask `` /* 144-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 [GetOrganization][ntt.iam.v1alpha.GetOrganization]

func (*GetOrganizationRequest) Clone

func (*GetOrganizationRequest) CloneRaw

func (*GetOrganizationRequest) Descriptor

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

Deprecated, Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetFieldMask

func (*GetOrganizationRequest) GetName

func (*GetOrganizationRequest) GetView

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

func (*GetOrganizationRequest) GotenMessage

func (*GetOrganizationRequest) GotenMessage()

func (*GetOrganizationRequest) GotenObjectExt

func (o *GetOrganizationRequest) GotenObjectExt()

func (*GetOrganizationRequest) GotenValidate

func (obj *GetOrganizationRequest) GotenValidate() error

func (*GetOrganizationRequest) MakeDiffFieldMask

func (*GetOrganizationRequest) MakeFullFieldMask

func (*GetOrganizationRequest) MakeRawDiffFieldMask

func (*GetOrganizationRequest) MakeRawFullFieldMask

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

func (*GetOrganizationRequest) Marshal

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

func (*GetOrganizationRequest) MarshalJSON

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

func (*GetOrganizationRequest) Merge

func (*GetOrganizationRequest) MergeRaw

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

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

func (*GetOrganizationRequest) Reset

func (m *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) SetFieldMask

func (*GetOrganizationRequest) SetName

func (*GetOrganizationRequest) SetView

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

func (*GetOrganizationRequest) String

func (m *GetOrganizationRequest) String() string

func (*GetOrganizationRequest) Unmarshal

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

func (*GetOrganizationRequest) UnmarshalJSON

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

type GetOrganizationRequestFieldPathBuilder

type GetOrganizationRequestFieldPathBuilder struct{}

func NewGetOrganizationRequestFieldPathBuilder

func NewGetOrganizationRequestFieldPathBuilder() GetOrganizationRequestFieldPathBuilder

func (GetOrganizationRequestFieldPathBuilder) FieldMask

func (GetOrganizationRequestFieldPathBuilder) Name

func (GetOrganizationRequestFieldPathBuilder) View

type GetOrganizationRequestPathSelectorFieldMask

type GetOrganizationRequestPathSelectorFieldMask struct{}

func (GetOrganizationRequestPathSelectorFieldMask) FieldPath

type GetOrganizationRequestPathSelectorName

type GetOrganizationRequestPathSelectorName struct{}

func (GetOrganizationRequestPathSelectorName) FieldPath

func (GetOrganizationRequestPathSelectorName) WithArrayOfValues

func (GetOrganizationRequestPathSelectorName) WithValue

type GetOrganizationRequestPathSelectorView

type GetOrganizationRequestPathSelectorView struct{}

func (GetOrganizationRequestPathSelectorView) FieldPath

func (GetOrganizationRequestPathSelectorView) WithArrayOfValues

func (GetOrganizationRequestPathSelectorView) WithValue

type GetOrganizationRequest_FieldMask

type GetOrganizationRequest_FieldMask struct {
	Paths []GetOrganizationRequest_FieldPath
}

func FullGetOrganizationRequest_FieldMask

func FullGetOrganizationRequest_FieldMask() *GetOrganizationRequest_FieldMask

func (*GetOrganizationRequest_FieldMask) AppendPath

func (*GetOrganizationRequest_FieldMask) AppendRawPath

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

func (*GetOrganizationRequest_FieldMask) DecodeFirestore

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

func (*GetOrganizationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetOrganizationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetOrganizationRequest_FieldMask) FromProtoFieldMask

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

func (*GetOrganizationRequest_FieldMask) GetPaths

func (*GetOrganizationRequest_FieldMask) GetRawPaths

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

func (*GetOrganizationRequest_FieldMask) IsFull

func (fieldMask *GetOrganizationRequest_FieldMask) IsFull() bool

func (GetOrganizationRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetOrganizationRequest_FieldMask) MarshalJSON

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

func (*GetOrganizationRequest_FieldMask) PathsCount

func (fieldMask *GetOrganizationRequest_FieldMask) PathsCount() int

func (*GetOrganizationRequest_FieldMask) Project

func (*GetOrganizationRequest_FieldMask) ProjectRaw

func (*GetOrganizationRequest_FieldMask) ProtoMessage

func (fieldMask *GetOrganizationRequest_FieldMask) ProtoMessage()

func (*GetOrganizationRequest_FieldMask) ProtoReflect

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

func (*GetOrganizationRequest_FieldMask) Reset

func (fieldMask *GetOrganizationRequest_FieldMask) Reset()

func (*GetOrganizationRequest_FieldMask) Set

func (fieldMask *GetOrganizationRequest_FieldMask) Set(target, source *GetOrganizationRequest)

func (*GetOrganizationRequest_FieldMask) SetFromCliFlag

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

func (*GetOrganizationRequest_FieldMask) SetRaw

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

func (*GetOrganizationRequest_FieldMask) Size

func (fieldMask *GetOrganizationRequest_FieldMask) Size() int

func (*GetOrganizationRequest_FieldMask) String

func (fieldMask *GetOrganizationRequest_FieldMask) String() string

func (*GetOrganizationRequest_FieldMask) Subtract

func (*GetOrganizationRequest_FieldMask) SubtractRaw

func (*GetOrganizationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetOrganizationRequest_FieldMask) Unmarshal

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

func (*GetOrganizationRequest_FieldMask) UnmarshalJSON

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

type GetOrganizationRequest_FieldPath

type GetOrganizationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetOrganizationRequest_FieldPathSelector
	Get(source *GetOrganizationRequest) []interface{}
	GetSingle(source *GetOrganizationRequest) (interface{}, bool)
	ClearValue(item *GetOrganizationRequest)

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

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

func MustParseGetOrganizationRequest_FieldPath

func MustParseGetOrganizationRequest_FieldPath(rawField string) GetOrganizationRequest_FieldPath

func ParseGetOrganizationRequest_FieldPath

func ParseGetOrganizationRequest_FieldPath(rawField string) (GetOrganizationRequest_FieldPath, error)

type GetOrganizationRequest_FieldPathArrayItemValue

type GetOrganizationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetOrganizationRequest_FieldPath
	ContainsValue(*GetOrganizationRequest) bool
}

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

func MustParseGetOrganizationRequest_FieldPathArrayItemValue

func MustParseGetOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetOrganizationRequest_FieldPathArrayItemValue

func ParseGetOrganizationRequest_FieldPathArrayItemValue

func ParseGetOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetOrganizationRequest_FieldPathArrayItemValue, error)

ParseGetOrganizationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetOrganizationRequest_FieldPathArrayOfValues

type GetOrganizationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetOrganizationRequest_FieldPath
}

GetOrganizationRequest_FieldPathArrayOfValues allows storing slice of values for GetOrganizationRequest fields according to their type

func MustParseGetOrganizationRequest_FieldPathArrayOfValues

func MustParseGetOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetOrganizationRequest_FieldPathArrayOfValues

func ParseGetOrganizationRequest_FieldPathArrayOfValues

func ParseGetOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetOrganizationRequest_FieldPathArrayOfValues, error)

type GetOrganizationRequest_FieldPathSelector

type GetOrganizationRequest_FieldPathSelector int32
const (
	GetOrganizationRequest_FieldPathSelectorName      GetOrganizationRequest_FieldPathSelector = 0
	GetOrganizationRequest_FieldPathSelectorFieldMask GetOrganizationRequest_FieldPathSelector = 1
	GetOrganizationRequest_FieldPathSelectorView      GetOrganizationRequest_FieldPathSelector = 2
)

func (GetOrganizationRequest_FieldPathSelector) String

type GetOrganizationRequest_FieldPathValue

type GetOrganizationRequest_FieldPathValue interface {
	GetOrganizationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetOrganizationRequest)
	CompareWith(*GetOrganizationRequest) (cmp int, comparable bool)
}

GetOrganizationRequest_FieldPathValue allows storing values for GetOrganizationRequest fields according to their type

func MustParseGetOrganizationRequest_FieldPathValue

func MustParseGetOrganizationRequest_FieldPathValue(pathStr, valueStr string) GetOrganizationRequest_FieldPathValue

func ParseGetOrganizationRequest_FieldPathValue

func ParseGetOrganizationRequest_FieldPathValue(pathStr, valueStr string) (GetOrganizationRequest_FieldPathValue, error)

type GetOrganizationRequest_FieldTerminalPath

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

func (*GetOrganizationRequest_FieldTerminalPath) ClearValue

func (*GetOrganizationRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetOrganizationRequest_FieldTerminalPath) Get

func (fp *GetOrganizationRequest_FieldTerminalPath) Get(source *GetOrganizationRequest) (values []interface{})

Get returns all values pointed by specific field from source GetOrganizationRequest

func (*GetOrganizationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetOrganizationRequest_FieldTerminalPath) GetRaw

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

func (*GetOrganizationRequest_FieldTerminalPath) GetSingle

func (fp *GetOrganizationRequest_FieldTerminalPath) GetSingle(source *GetOrganizationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetOrganizationRequest

func (*GetOrganizationRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetOrganizationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetOrganizationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetOrganizationRequest_FieldTerminalPath) Selector

func (*GetOrganizationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*GetOrganizationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetOrganizationRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetOrganizationRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetOrganizationRequest_FieldTerminalPath) WithIValue

func (*GetOrganizationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetOrganizationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetOrganizationRequest_FieldTerminalPath) WithRawIValue

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

type GetOrganizationRequest_FieldTerminalPathArrayItemValue

type GetOrganizationRequest_FieldTerminalPathArrayItemValue struct {
	GetOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetOrganizationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetOrganizationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetOrganizationRequest_FieldTerminalPathArrayOfValues

type GetOrganizationRequest_FieldTerminalPathArrayOfValues struct {
	GetOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetOrganizationRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetOrganizationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetOrganizationRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetOrganizationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetOrganizationRequest_FieldTerminalPathValue

type GetOrganizationRequest_FieldTerminalPathValue struct {
	GetOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetOrganizationRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetOrganizationRequest_FieldTerminalPathValue) AsNameValue

func (*GetOrganizationRequest_FieldTerminalPathValue) AsViewValue

func (*GetOrganizationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetOrganizationRequest_FieldTerminalPathValue' with the value under path in 'GetOrganizationRequest'.

func (*GetOrganizationRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetOrganizationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetOrganizationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetOrganizationRequest

func (*GetOrganizationRequest_FieldTerminalPathValue) SetToRaw

type ListMyOrganizationsDescriptor added in v0.4.28

type ListMyOrganizationsDescriptor struct{}

func GetListMyOrganizationsDescriptor added in v0.4.28

func GetListMyOrganizationsDescriptor() *ListMyOrganizationsDescriptor

func (*ListMyOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListMyOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetApiName() string

func (*ListMyOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetFullMethodName() string

func (*ListMyOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetMethodName() string

func (*ListMyOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetProtoPkgName() string

func (*ListMyOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListMyOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetServiceDomain() string

func (*ListMyOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListMyOrganizationsDescriptor) GetServiceVersion() string

func (*ListMyOrganizationsDescriptor) GetVerb added in v0.4.28

func (*ListMyOrganizationsDescriptor) HasResource added in v0.4.30

func (d *ListMyOrganizationsDescriptor) HasResource() bool

func (*ListMyOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *ListMyOrganizationsDescriptor) IsClientStream() bool

func (*ListMyOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *ListMyOrganizationsDescriptor) IsCollection() bool

func (*ListMyOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *ListMyOrganizationsDescriptor) IsPlural() bool

func (*ListMyOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *ListMyOrganizationsDescriptor) IsServerStream() bool

func (*ListMyOrganizationsDescriptor) IsUnary added in v0.4.28

func (d *ListMyOrganizationsDescriptor) IsUnary() bool

func (*ListMyOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListMyOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListMyOrganizationsDescriptor) RequestHasResourceBody() bool

type ListMyOrganizationsDescriptorClientMsgHandle added in v0.4.28

type ListMyOrganizationsDescriptorClientMsgHandle struct{}

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyOrganizationsDescriptorServerMsgHandle added in v0.4.28

type ListMyOrganizationsDescriptorServerMsgHandle struct{}

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListMyOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListMyOrganizationsRequest

type ListMyOrganizationsRequest struct {

	// 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 *organization.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A FieldMask used to filter response fields. When present, only requested
	// fields will be present in each response item. Omitting field_mask results
	// will cause response items to contain all present fields.
	FieldMask *organization.Organization_FieldMask `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListMyOrganizations][ntt.iam.v1alpha.ListMyOrganizations]

func (*ListMyOrganizationsRequest) Clone

func (*ListMyOrganizationsRequest) CloneRaw

func (*ListMyOrganizationsRequest) Descriptor

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

Deprecated, Use ListMyOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationsRequest) GetFieldMask

func (*ListMyOrganizationsRequest) GetFilter

func (*ListMyOrganizationsRequest) GotenMessage

func (*ListMyOrganizationsRequest) GotenMessage()

func (*ListMyOrganizationsRequest) GotenObjectExt

func (o *ListMyOrganizationsRequest) GotenObjectExt()

func (*ListMyOrganizationsRequest) GotenValidate

func (obj *ListMyOrganizationsRequest) GotenValidate() error

func (*ListMyOrganizationsRequest) MakeDiffFieldMask

func (*ListMyOrganizationsRequest) MakeFullFieldMask

func (*ListMyOrganizationsRequest) MakeRawDiffFieldMask

func (*ListMyOrganizationsRequest) MakeRawFullFieldMask

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

func (*ListMyOrganizationsRequest) Marshal

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

func (*ListMyOrganizationsRequest) MarshalJSON

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

func (*ListMyOrganizationsRequest) Merge

func (*ListMyOrganizationsRequest) MergeRaw

func (*ListMyOrganizationsRequest) ProtoMessage

func (*ListMyOrganizationsRequest) ProtoMessage()

func (*ListMyOrganizationsRequest) ProtoReflect

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

func (*ListMyOrganizationsRequest) Reset

func (m *ListMyOrganizationsRequest) Reset()

func (*ListMyOrganizationsRequest) SetFieldMask

func (*ListMyOrganizationsRequest) SetFilter

func (*ListMyOrganizationsRequest) String

func (m *ListMyOrganizationsRequest) String() string

func (*ListMyOrganizationsRequest) Unmarshal

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

func (*ListMyOrganizationsRequest) UnmarshalJSON

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

type ListMyOrganizationsRequestFieldPathBuilder

type ListMyOrganizationsRequestFieldPathBuilder struct{}

func NewListMyOrganizationsRequestFieldPathBuilder

func NewListMyOrganizationsRequestFieldPathBuilder() ListMyOrganizationsRequestFieldPathBuilder

func (ListMyOrganizationsRequestFieldPathBuilder) FieldMask

func (ListMyOrganizationsRequestFieldPathBuilder) Filter

type ListMyOrganizationsRequestPathSelectorFieldMask

type ListMyOrganizationsRequestPathSelectorFieldMask struct{}

func (ListMyOrganizationsRequestPathSelectorFieldMask) FieldPath

type ListMyOrganizationsRequestPathSelectorFilter

type ListMyOrganizationsRequestPathSelectorFilter struct{}

func (ListMyOrganizationsRequestPathSelectorFilter) FieldPath

func (ListMyOrganizationsRequestPathSelectorFilter) WithArrayOfValues

func (ListMyOrganizationsRequestPathSelectorFilter) WithValue

type ListMyOrganizationsRequest_FieldMask

type ListMyOrganizationsRequest_FieldMask struct {
	Paths []ListMyOrganizationsRequest_FieldPath
}

func FullListMyOrganizationsRequest_FieldMask

func FullListMyOrganizationsRequest_FieldMask() *ListMyOrganizationsRequest_FieldMask

func (*ListMyOrganizationsRequest_FieldMask) AppendPath

func (*ListMyOrganizationsRequest_FieldMask) AppendRawPath

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

func (*ListMyOrganizationsRequest_FieldMask) DecodeFirestore

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

func (*ListMyOrganizationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListMyOrganizationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListMyOrganizationsRequest_FieldMask) FromProtoFieldMask

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

func (*ListMyOrganizationsRequest_FieldMask) GetPaths

func (*ListMyOrganizationsRequest_FieldMask) GetRawPaths

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

func (*ListMyOrganizationsRequest_FieldMask) IsFull

func (fieldMask *ListMyOrganizationsRequest_FieldMask) IsFull() bool

func (ListMyOrganizationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListMyOrganizationsRequest_FieldMask) MarshalJSON

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

func (*ListMyOrganizationsRequest_FieldMask) PathsCount

func (fieldMask *ListMyOrganizationsRequest_FieldMask) PathsCount() int

func (*ListMyOrganizationsRequest_FieldMask) Project

func (*ListMyOrganizationsRequest_FieldMask) ProjectRaw

func (*ListMyOrganizationsRequest_FieldMask) ProtoMessage

func (fieldMask *ListMyOrganizationsRequest_FieldMask) ProtoMessage()

func (*ListMyOrganizationsRequest_FieldMask) ProtoReflect

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

func (*ListMyOrganizationsRequest_FieldMask) Reset

func (fieldMask *ListMyOrganizationsRequest_FieldMask) Reset()

func (*ListMyOrganizationsRequest_FieldMask) Set

func (fieldMask *ListMyOrganizationsRequest_FieldMask) Set(target, source *ListMyOrganizationsRequest)

func (*ListMyOrganizationsRequest_FieldMask) SetFromCliFlag

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

func (*ListMyOrganizationsRequest_FieldMask) SetRaw

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

func (*ListMyOrganizationsRequest_FieldMask) Size

func (fieldMask *ListMyOrganizationsRequest_FieldMask) Size() int

func (*ListMyOrganizationsRequest_FieldMask) String

func (fieldMask *ListMyOrganizationsRequest_FieldMask) String() string

func (*ListMyOrganizationsRequest_FieldMask) Subtract

func (*ListMyOrganizationsRequest_FieldMask) SubtractRaw

func (*ListMyOrganizationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListMyOrganizationsRequest_FieldMask) Unmarshal

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

func (*ListMyOrganizationsRequest_FieldMask) UnmarshalJSON

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

type ListMyOrganizationsRequest_FieldPath

type ListMyOrganizationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListMyOrganizationsRequest_FieldPathSelector
	Get(source *ListMyOrganizationsRequest) []interface{}
	GetSingle(source *ListMyOrganizationsRequest) (interface{}, bool)
	ClearValue(item *ListMyOrganizationsRequest)

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

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

func MustParseListMyOrganizationsRequest_FieldPath

func MustParseListMyOrganizationsRequest_FieldPath(rawField string) ListMyOrganizationsRequest_FieldPath

func ParseListMyOrganizationsRequest_FieldPath

func ParseListMyOrganizationsRequest_FieldPath(rawField string) (ListMyOrganizationsRequest_FieldPath, error)

type ListMyOrganizationsRequest_FieldPathArrayItemValue

type ListMyOrganizationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListMyOrganizationsRequest_FieldPath
	ContainsValue(*ListMyOrganizationsRequest) bool
}

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

func MustParseListMyOrganizationsRequest_FieldPathArrayItemValue

func MustParseListMyOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListMyOrganizationsRequest_FieldPathArrayItemValue

func ParseListMyOrganizationsRequest_FieldPathArrayItemValue

func ParseListMyOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListMyOrganizationsRequest_FieldPathArrayItemValue, error)

ParseListMyOrganizationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListMyOrganizationsRequest_FieldPathArrayOfValues

type ListMyOrganizationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListMyOrganizationsRequest_FieldPath
}

ListMyOrganizationsRequest_FieldPathArrayOfValues allows storing slice of values for ListMyOrganizationsRequest fields according to their type

func MustParseListMyOrganizationsRequest_FieldPathArrayOfValues

func MustParseListMyOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListMyOrganizationsRequest_FieldPathArrayOfValues

func ParseListMyOrganizationsRequest_FieldPathArrayOfValues

func ParseListMyOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListMyOrganizationsRequest_FieldPathArrayOfValues, error)

type ListMyOrganizationsRequest_FieldPathSelector

type ListMyOrganizationsRequest_FieldPathSelector int32
const (
	ListMyOrganizationsRequest_FieldPathSelectorFilter    ListMyOrganizationsRequest_FieldPathSelector = 0
	ListMyOrganizationsRequest_FieldPathSelectorFieldMask ListMyOrganizationsRequest_FieldPathSelector = 1
)

func (ListMyOrganizationsRequest_FieldPathSelector) String

type ListMyOrganizationsRequest_FieldPathValue

type ListMyOrganizationsRequest_FieldPathValue interface {
	ListMyOrganizationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListMyOrganizationsRequest)
	CompareWith(*ListMyOrganizationsRequest) (cmp int, comparable bool)
}

ListMyOrganizationsRequest_FieldPathValue allows storing values for ListMyOrganizationsRequest fields according to their type

func MustParseListMyOrganizationsRequest_FieldPathValue

func MustParseListMyOrganizationsRequest_FieldPathValue(pathStr, valueStr string) ListMyOrganizationsRequest_FieldPathValue

func ParseListMyOrganizationsRequest_FieldPathValue

func ParseListMyOrganizationsRequest_FieldPathValue(pathStr, valueStr string) (ListMyOrganizationsRequest_FieldPathValue, error)

type ListMyOrganizationsRequest_FieldTerminalPath

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

func (*ListMyOrganizationsRequest_FieldTerminalPath) ClearValue

func (*ListMyOrganizationsRequest_FieldTerminalPath) ClearValueRaw

func (*ListMyOrganizationsRequest_FieldTerminalPath) Get

func (fp *ListMyOrganizationsRequest_FieldTerminalPath) Get(source *ListMyOrganizationsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListMyOrganizationsRequest

func (*ListMyOrganizationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListMyOrganizationsRequest_FieldTerminalPath) GetRaw

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

func (*ListMyOrganizationsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListMyOrganizationsRequest

func (*ListMyOrganizationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListMyOrganizationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListMyOrganizationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListMyOrganizationsRequest_FieldTerminalPath) Selector

func (*ListMyOrganizationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListMyOrganizationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListMyOrganizationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListMyOrganizationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListMyOrganizationsRequest_FieldTerminalPath) WithIValue

func (*ListMyOrganizationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListMyOrganizationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListMyOrganizationsRequest_FieldTerminalPath) WithRawIValue

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

type ListMyOrganizationsRequest_FieldTerminalPathArrayItemValue

type ListMyOrganizationsRequest_FieldTerminalPathArrayItemValue struct {
	ListMyOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListMyOrganizationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListMyOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListMyOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListMyOrganizationsRequest_FieldTerminalPathArrayOfValues

type ListMyOrganizationsRequest_FieldTerminalPathArrayOfValues struct {
	ListMyOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListMyOrganizationsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListMyOrganizationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListMyOrganizationsRequest_FieldTerminalPathValue

type ListMyOrganizationsRequest_FieldTerminalPathValue struct {
	ListMyOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListMyOrganizationsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListMyOrganizationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListMyOrganizationsRequest_FieldTerminalPathValue' with the value under path in 'ListMyOrganizationsRequest'.

func (*ListMyOrganizationsRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListMyOrganizationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListMyOrganizationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListMyOrganizationsRequest

func (*ListMyOrganizationsRequest_FieldTerminalPathValue) SetToRaw

type ListMyOrganizationsResponse

type ListMyOrganizationsResponse struct {

	// The list of Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// contains filtered or unexported fields
}

Response message for method [ListMyOrganizations][ntt.iam.v1alpha.ListMyOrganizations]

func (*ListMyOrganizationsResponse) Clone

func (*ListMyOrganizationsResponse) CloneRaw

func (*ListMyOrganizationsResponse) Descriptor

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

Deprecated, Use ListMyOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListMyOrganizationsResponse) GetOrganizations

func (m *ListMyOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*ListMyOrganizationsResponse) GotenMessage

func (*ListMyOrganizationsResponse) GotenMessage()

func (*ListMyOrganizationsResponse) GotenObjectExt

func (o *ListMyOrganizationsResponse) GotenObjectExt()

func (*ListMyOrganizationsResponse) GotenValidate

func (obj *ListMyOrganizationsResponse) GotenValidate() error

func (*ListMyOrganizationsResponse) MakeDiffFieldMask

func (*ListMyOrganizationsResponse) MakeFullFieldMask

func (*ListMyOrganizationsResponse) MakeRawDiffFieldMask

func (*ListMyOrganizationsResponse) MakeRawFullFieldMask

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

func (*ListMyOrganizationsResponse) Marshal

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

func (*ListMyOrganizationsResponse) MarshalJSON

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

func (*ListMyOrganizationsResponse) Merge

func (*ListMyOrganizationsResponse) MergeRaw

func (*ListMyOrganizationsResponse) ProtoMessage

func (*ListMyOrganizationsResponse) ProtoMessage()

func (*ListMyOrganizationsResponse) ProtoReflect

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

func (*ListMyOrganizationsResponse) Reset

func (m *ListMyOrganizationsResponse) Reset()

func (*ListMyOrganizationsResponse) SetOrganizations

func (m *ListMyOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*ListMyOrganizationsResponse) String

func (m *ListMyOrganizationsResponse) String() string

func (*ListMyOrganizationsResponse) Unmarshal

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

func (*ListMyOrganizationsResponse) UnmarshalJSON

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

type ListMyOrganizationsResponseFieldPathBuilder

type ListMyOrganizationsResponseFieldPathBuilder struct{}

func NewListMyOrganizationsResponseFieldPathBuilder

func NewListMyOrganizationsResponseFieldPathBuilder() ListMyOrganizationsResponseFieldPathBuilder

func (ListMyOrganizationsResponseFieldPathBuilder) Organizations

type ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations

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

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) FieldPath

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) WithArrayOfValues

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) WithValue

type ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels

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

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) FieldPath

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) WithArrayOfValues

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) WithValue

type ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataShards

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

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) FieldPath

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) WithArrayOfValues

func (ListMyOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizations

type ListMyOrganizationsResponsePathSelectorOrganizations struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizations) AncestryPath

func (ListMyOrganizationsResponsePathSelectorOrganizations) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizations) Metadata

func (ListMyOrganizationsResponsePathSelectorOrganizations) Name

func (ListMyOrganizationsResponsePathSelectorOrganizations) Title

func (ListMyOrganizationsResponsePathSelectorOrganizations) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizations) WithSubArrayItemValue

func (ListMyOrganizationsResponsePathSelectorOrganizations) WithSubArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizations) WithSubPath

func (ListMyOrganizationsResponsePathSelectorOrganizations) WithSubValue

func (ListMyOrganizationsResponsePathSelectorOrganizations) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsAncestryPath

type ListMyOrganizationsResponsePathSelectorOrganizationsAncestryPath struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsAncestryPath) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithItemValue

func (ListMyOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadata

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadata struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadata) DeleteTime added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadata) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadata) Lifecycle added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadata) Tags

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadata) Uuid

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadata) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadata) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) FieldPath added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) WithValue added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataGeneration

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataGeneration struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLabels

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLabels struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLabels) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithKey

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) FieldPath added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) State added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) WithValue added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) FieldPath added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) WithValue added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) Region added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) Version added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithItemValue

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataShards

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataShards struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataShards) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithKey

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncing

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncing struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithItemValue

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataTags

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataTags struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataTags) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithItemValue

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUuid

type ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUuid struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUuid) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUuid) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsMetadataUuid) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsName

type ListMyOrganizationsResponsePathSelectorOrganizationsName struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsName) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsName) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsName) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsParentOrganization

type ListMyOrganizationsResponsePathSelectorOrganizationsParentOrganization struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsParentOrganization) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsParentOrganization) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsParentOrganization) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsRootOrganization

type ListMyOrganizationsResponsePathSelectorOrganizationsRootOrganization struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsRootOrganization) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsRootOrganization) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsRootOrganization) WithValue

type ListMyOrganizationsResponsePathSelectorOrganizationsTitle

type ListMyOrganizationsResponsePathSelectorOrganizationsTitle struct{}

func (ListMyOrganizationsResponsePathSelectorOrganizationsTitle) FieldPath

func (ListMyOrganizationsResponsePathSelectorOrganizationsTitle) WithArrayOfValues

func (ListMyOrganizationsResponsePathSelectorOrganizationsTitle) WithValue

type ListMyOrganizationsResponse_FieldMask

type ListMyOrganizationsResponse_FieldMask struct {
	Paths []ListMyOrganizationsResponse_FieldPath
}

func FullListMyOrganizationsResponse_FieldMask

func FullListMyOrganizationsResponse_FieldMask() *ListMyOrganizationsResponse_FieldMask

func (*ListMyOrganizationsResponse_FieldMask) AppendPath

func (*ListMyOrganizationsResponse_FieldMask) AppendRawPath

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

func (*ListMyOrganizationsResponse_FieldMask) DecodeFirestore

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

func (*ListMyOrganizationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListMyOrganizationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListMyOrganizationsResponse_FieldMask) FromProtoFieldMask

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

func (*ListMyOrganizationsResponse_FieldMask) GetPaths

func (*ListMyOrganizationsResponse_FieldMask) GetRawPaths

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

func (*ListMyOrganizationsResponse_FieldMask) IsFull

func (fieldMask *ListMyOrganizationsResponse_FieldMask) IsFull() bool

func (ListMyOrganizationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListMyOrganizationsResponse_FieldMask) MarshalJSON

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

func (*ListMyOrganizationsResponse_FieldMask) PathsCount

func (fieldMask *ListMyOrganizationsResponse_FieldMask) PathsCount() int

func (*ListMyOrganizationsResponse_FieldMask) Project

func (*ListMyOrganizationsResponse_FieldMask) ProjectRaw

func (*ListMyOrganizationsResponse_FieldMask) ProtoMessage

func (fieldMask *ListMyOrganizationsResponse_FieldMask) ProtoMessage()

func (*ListMyOrganizationsResponse_FieldMask) ProtoReflect

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

func (*ListMyOrganizationsResponse_FieldMask) Reset

func (fieldMask *ListMyOrganizationsResponse_FieldMask) Reset()

func (*ListMyOrganizationsResponse_FieldMask) Set

func (*ListMyOrganizationsResponse_FieldMask) SetFromCliFlag

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

func (*ListMyOrganizationsResponse_FieldMask) SetRaw

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

func (*ListMyOrganizationsResponse_FieldMask) Size

func (fieldMask *ListMyOrganizationsResponse_FieldMask) Size() int

func (*ListMyOrganizationsResponse_FieldMask) String

func (fieldMask *ListMyOrganizationsResponse_FieldMask) String() string

func (*ListMyOrganizationsResponse_FieldMask) Subtract

func (*ListMyOrganizationsResponse_FieldMask) SubtractRaw

func (*ListMyOrganizationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListMyOrganizationsResponse_FieldMask) Unmarshal

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

func (*ListMyOrganizationsResponse_FieldMask) UnmarshalJSON

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

type ListMyOrganizationsResponse_FieldPath

type ListMyOrganizationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListMyOrganizationsResponse_FieldPathSelector
	Get(source *ListMyOrganizationsResponse) []interface{}
	GetSingle(source *ListMyOrganizationsResponse) (interface{}, bool)
	ClearValue(item *ListMyOrganizationsResponse)

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

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

func MustParseListMyOrganizationsResponse_FieldPath

func MustParseListMyOrganizationsResponse_FieldPath(rawField string) ListMyOrganizationsResponse_FieldPath

func ParseListMyOrganizationsResponse_FieldPath

func ParseListMyOrganizationsResponse_FieldPath(rawField string) (ListMyOrganizationsResponse_FieldPath, error)

type ListMyOrganizationsResponse_FieldPathArrayItemValue

type ListMyOrganizationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListMyOrganizationsResponse_FieldPath
	ContainsValue(*ListMyOrganizationsResponse) bool
}

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

func MustParseListMyOrganizationsResponse_FieldPathArrayItemValue

func MustParseListMyOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListMyOrganizationsResponse_FieldPathArrayItemValue

func ParseListMyOrganizationsResponse_FieldPathArrayItemValue

func ParseListMyOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListMyOrganizationsResponse_FieldPathArrayItemValue, error)

ParseListMyOrganizationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListMyOrganizationsResponse_FieldPathArrayOfValues

type ListMyOrganizationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListMyOrganizationsResponse_FieldPath
}

ListMyOrganizationsResponse_FieldPathArrayOfValues allows storing slice of values for ListMyOrganizationsResponse fields according to their type

func MustParseListMyOrganizationsResponse_FieldPathArrayOfValues

func MustParseListMyOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListMyOrganizationsResponse_FieldPathArrayOfValues

func ParseListMyOrganizationsResponse_FieldPathArrayOfValues

func ParseListMyOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListMyOrganizationsResponse_FieldPathArrayOfValues, error)

type ListMyOrganizationsResponse_FieldPathSelector

type ListMyOrganizationsResponse_FieldPathSelector int32
const (
	ListMyOrganizationsResponse_FieldPathSelectorOrganizations ListMyOrganizationsResponse_FieldPathSelector = 0
)

func (ListMyOrganizationsResponse_FieldPathSelector) String

type ListMyOrganizationsResponse_FieldPathValue

type ListMyOrganizationsResponse_FieldPathValue interface {
	ListMyOrganizationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListMyOrganizationsResponse)
	CompareWith(*ListMyOrganizationsResponse) (cmp int, comparable bool)
}

ListMyOrganizationsResponse_FieldPathValue allows storing values for ListMyOrganizationsResponse fields according to their type

func MustParseListMyOrganizationsResponse_FieldPathValue

func MustParseListMyOrganizationsResponse_FieldPathValue(pathStr, valueStr string) ListMyOrganizationsResponse_FieldPathValue

func ParseListMyOrganizationsResponse_FieldPathValue

func ParseListMyOrganizationsResponse_FieldPathValue(pathStr, valueStr string) (ListMyOrganizationsResponse_FieldPathValue, error)

type ListMyOrganizationsResponse_FieldSubPath

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

func (*ListMyOrganizationsResponse_FieldSubPath) AsOrganizationsSubPath

func (*ListMyOrganizationsResponse_FieldSubPath) ClearValue

func (*ListMyOrganizationsResponse_FieldSubPath) ClearValueRaw

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

func (*ListMyOrganizationsResponse_FieldSubPath) Get

func (fps *ListMyOrganizationsResponse_FieldSubPath) Get(source *ListMyOrganizationsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListMyOrganizationsResponse

func (*ListMyOrganizationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListMyOrganizationsResponse_FieldSubPath) GetRaw

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

func (*ListMyOrganizationsResponse_FieldSubPath) GetSingle

func (fps *ListMyOrganizationsResponse_FieldSubPath) GetSingle(source *ListMyOrganizationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListMyOrganizationsResponse

func (*ListMyOrganizationsResponse_FieldSubPath) GetSingleRaw

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

func (*ListMyOrganizationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListMyOrganizationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListMyOrganizationsResponse_FieldSubPath) Selector

func (*ListMyOrganizationsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListMyOrganizationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListMyOrganizationsResponse_FieldSubPath) WithIArrayItemValue

func (*ListMyOrganizationsResponse_FieldSubPath) WithIArrayOfValues

func (*ListMyOrganizationsResponse_FieldSubPath) WithIValue

func (*ListMyOrganizationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListMyOrganizationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListMyOrganizationsResponse_FieldSubPath) WithRawIValue

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

type ListMyOrganizationsResponse_FieldSubPathArrayItemValue

type ListMyOrganizationsResponse_FieldSubPathArrayItemValue struct {
	ListMyOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsResponse_FieldSubPathArrayItemValue) AsOrganizationsPathItemValue

func (*ListMyOrganizationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListMyOrganizationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListMyOrganizationsResponse_FieldSubPathArrayOfValues

type ListMyOrganizationsResponse_FieldSubPathArrayOfValues struct {
	ListMyOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsResponse_FieldSubPathArrayOfValues) AsOrganizationsPathArrayOfValues

func (*ListMyOrganizationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListMyOrganizationsResponse_FieldSubPathValue

type ListMyOrganizationsResponse_FieldSubPathValue struct {
	ListMyOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsResponse_FieldSubPathValue) AsOrganizationsPathValue

func (*ListMyOrganizationsResponse_FieldSubPathValue) CompareWith

func (*ListMyOrganizationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListMyOrganizationsResponse_FieldSubPathValue) GetRawValue

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

func (*ListMyOrganizationsResponse_FieldSubPathValue) SetTo

func (*ListMyOrganizationsResponse_FieldSubPathValue) SetToRaw

type ListMyOrganizationsResponse_FieldTerminalPath

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

func (*ListMyOrganizationsResponse_FieldTerminalPath) ClearValue

func (*ListMyOrganizationsResponse_FieldTerminalPath) ClearValueRaw

func (*ListMyOrganizationsResponse_FieldTerminalPath) Get

func (fp *ListMyOrganizationsResponse_FieldTerminalPath) Get(source *ListMyOrganizationsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListMyOrganizationsResponse

func (*ListMyOrganizationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListMyOrganizationsResponse_FieldTerminalPath) GetRaw

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

func (*ListMyOrganizationsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListMyOrganizationsResponse

func (*ListMyOrganizationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListMyOrganizationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListMyOrganizationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListMyOrganizationsResponse_FieldTerminalPath) Selector

func (*ListMyOrganizationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListMyOrganizationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListMyOrganizationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListMyOrganizationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListMyOrganizationsResponse_FieldTerminalPath) WithIValue

func (*ListMyOrganizationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListMyOrganizationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListMyOrganizationsResponse_FieldTerminalPath) WithRawIValue

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

type ListMyOrganizationsResponse_FieldTerminalPathArrayItemValue

type ListMyOrganizationsResponse_FieldTerminalPathArrayItemValue struct {
	ListMyOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsResponse_FieldTerminalPathArrayItemValue) AsOrganizationsItemValue

func (*ListMyOrganizationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListMyOrganizationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListMyOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListMyOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListMyOrganizationsResponse_FieldTerminalPathArrayOfValues

type ListMyOrganizationsResponse_FieldTerminalPathArrayOfValues struct {
	ListMyOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsResponse_FieldTerminalPathArrayOfValues) AsOrganizationsArrayOfValues

func (fpaov *ListMyOrganizationsResponse_FieldTerminalPathArrayOfValues) AsOrganizationsArrayOfValues() ([][]*organization.Organization, bool)

func (*ListMyOrganizationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListMyOrganizationsResponse_FieldTerminalPathValue

type ListMyOrganizationsResponse_FieldTerminalPathValue struct {
	ListMyOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListMyOrganizationsResponse_FieldTerminalPathValue) AsOrganizationsValue

func (*ListMyOrganizationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListMyOrganizationsResponse_FieldTerminalPathValue' with the value under path in 'ListMyOrganizationsResponse'.

func (*ListMyOrganizationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListMyOrganizationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListMyOrganizationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListMyOrganizationsResponse

func (*ListMyOrganizationsResponse_FieldTerminalPathValue) SetToRaw

type ListOrganizationsDescriptor added in v0.4.28

type ListOrganizationsDescriptor struct{}

func GetListOrganizationsDescriptor added in v0.4.28

func GetListOrganizationsDescriptor() *ListOrganizationsDescriptor

func (*ListOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetApiName() string

func (*ListOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetFullMethodName() string

func (*ListOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetMethodName() string

func (*ListOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListOrganizationsDescriptor) GetProtoPkgName() string

func (*ListOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListOrganizationsDescriptor) GetServiceDomain() string

func (*ListOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListOrganizationsDescriptor) GetServiceVersion() string

func (*ListOrganizationsDescriptor) GetVerb added in v0.4.28

func (d *ListOrganizationsDescriptor) GetVerb() string

func (*ListOrganizationsDescriptor) HasResource added in v0.4.30

func (d *ListOrganizationsDescriptor) HasResource() bool

func (*ListOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *ListOrganizationsDescriptor) IsClientStream() bool

func (*ListOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *ListOrganizationsDescriptor) IsCollection() bool

func (*ListOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *ListOrganizationsDescriptor) IsPlural() bool

func (*ListOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *ListOrganizationsDescriptor) IsServerStream() bool

func (*ListOrganizationsDescriptor) IsUnary added in v0.4.28

func (d *ListOrganizationsDescriptor) IsUnary() bool

func (*ListOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListOrganizationsDescriptor) RequestHasResourceBody() bool

type ListOrganizationsDescriptorClientMsgHandle added in v0.4.28

type ListOrganizationsDescriptorClientMsgHandle struct{}

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListOrganizationsDescriptorServerMsgHandle added in v0.4.28

type ListOrganizationsDescriptorServerMsgHandle struct{}

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListOrganizationsRequest

type ListOrganizationsRequest struct {

	// Requested page size. Server may return fewer Organizations 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
	// [ListOrganizationsResponse.next_page_token][ntt.iam.v1alpha.ListOrganizationsResponse.next_page_token]
	PageToken *organization.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 *organization.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 *organization.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 *organization.Organization_FieldMask `` /* 144-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListOrganizations][ntt.iam.v1alpha.ListOrganizations]

func (*ListOrganizationsRequest) Clone

func (*ListOrganizationsRequest) CloneRaw

func (*ListOrganizationsRequest) Descriptor

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

Deprecated, Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetFieldMask

func (*ListOrganizationsRequest) GetFilter

func (*ListOrganizationsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListOrganizationsRequest) GetIncludePagingInfo() bool

func (*ListOrganizationsRequest) GetOrderBy

func (*ListOrganizationsRequest) GetPageSize

func (m *ListOrganizationsRequest) GetPageSize() int32

func (*ListOrganizationsRequest) GetPageToken

func (*ListOrganizationsRequest) GetView

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

func (*ListOrganizationsRequest) GotenMessage

func (*ListOrganizationsRequest) GotenMessage()

func (*ListOrganizationsRequest) GotenObjectExt

func (o *ListOrganizationsRequest) GotenObjectExt()

func (*ListOrganizationsRequest) GotenValidate

func (obj *ListOrganizationsRequest) GotenValidate() error

func (*ListOrganizationsRequest) MakeDiffFieldMask

func (*ListOrganizationsRequest) MakeFullFieldMask

func (*ListOrganizationsRequest) MakeRawDiffFieldMask

func (*ListOrganizationsRequest) MakeRawFullFieldMask

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

func (*ListOrganizationsRequest) Marshal

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

func (*ListOrganizationsRequest) MarshalJSON

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

func (*ListOrganizationsRequest) Merge

func (*ListOrganizationsRequest) MergeRaw

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

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

func (*ListOrganizationsRequest) Reset

func (m *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) SetFieldMask

func (*ListOrganizationsRequest) SetFilter

func (m *ListOrganizationsRequest) SetFilter(fv *organization.Filter)

func (*ListOrganizationsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListOrganizationsRequest) SetIncludePagingInfo(fv bool)

func (*ListOrganizationsRequest) SetOrderBy

func (m *ListOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*ListOrganizationsRequest) SetPageSize

func (m *ListOrganizationsRequest) SetPageSize(fv int32)

func (*ListOrganizationsRequest) SetPageToken

func (m *ListOrganizationsRequest) SetPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsRequest) SetView

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

func (*ListOrganizationsRequest) String

func (m *ListOrganizationsRequest) String() string

func (*ListOrganizationsRequest) Unmarshal

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

func (*ListOrganizationsRequest) UnmarshalJSON

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

type ListOrganizationsRequestFieldPathBuilder

type ListOrganizationsRequestFieldPathBuilder struct{}

func NewListOrganizationsRequestFieldPathBuilder

func NewListOrganizationsRequestFieldPathBuilder() ListOrganizationsRequestFieldPathBuilder

func (ListOrganizationsRequestFieldPathBuilder) FieldMask

func (ListOrganizationsRequestFieldPathBuilder) Filter

func (ListOrganizationsRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListOrganizationsRequestFieldPathBuilder) OrderBy

func (ListOrganizationsRequestFieldPathBuilder) PageSize

func (ListOrganizationsRequestFieldPathBuilder) PageToken

func (ListOrganizationsRequestFieldPathBuilder) View

type ListOrganizationsRequestPathSelectorFieldMask

type ListOrganizationsRequestPathSelectorFieldMask struct{}

func (ListOrganizationsRequestPathSelectorFieldMask) FieldPath

type ListOrganizationsRequestPathSelectorFilter

type ListOrganizationsRequestPathSelectorFilter struct{}

func (ListOrganizationsRequestPathSelectorFilter) FieldPath

func (ListOrganizationsRequestPathSelectorFilter) WithArrayOfValues

func (ListOrganizationsRequestPathSelectorFilter) WithValue

type ListOrganizationsRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListOrganizationsRequestPathSelectorIncludePagingInfo struct{}

func (ListOrganizationsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListOrganizationsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListOrganizationsRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListOrganizationsRequestPathSelectorOrderBy

type ListOrganizationsRequestPathSelectorOrderBy struct{}

func (ListOrganizationsRequestPathSelectorOrderBy) FieldPath

func (ListOrganizationsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListOrganizationsRequestPathSelectorOrderBy) WithValue

type ListOrganizationsRequestPathSelectorPageSize

type ListOrganizationsRequestPathSelectorPageSize struct{}

func (ListOrganizationsRequestPathSelectorPageSize) FieldPath

func (ListOrganizationsRequestPathSelectorPageSize) WithArrayOfValues

func (ListOrganizationsRequestPathSelectorPageSize) WithValue

type ListOrganizationsRequestPathSelectorPageToken

type ListOrganizationsRequestPathSelectorPageToken struct{}

func (ListOrganizationsRequestPathSelectorPageToken) FieldPath

func (ListOrganizationsRequestPathSelectorPageToken) WithArrayOfValues

func (ListOrganizationsRequestPathSelectorPageToken) WithValue

type ListOrganizationsRequestPathSelectorView

type ListOrganizationsRequestPathSelectorView struct{}

func (ListOrganizationsRequestPathSelectorView) FieldPath

func (ListOrganizationsRequestPathSelectorView) WithArrayOfValues

func (ListOrganizationsRequestPathSelectorView) WithValue

type ListOrganizationsRequest_FieldMask

type ListOrganizationsRequest_FieldMask struct {
	Paths []ListOrganizationsRequest_FieldPath
}

func FullListOrganizationsRequest_FieldMask

func FullListOrganizationsRequest_FieldMask() *ListOrganizationsRequest_FieldMask

func (*ListOrganizationsRequest_FieldMask) AppendPath

func (*ListOrganizationsRequest_FieldMask) AppendRawPath

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

func (*ListOrganizationsRequest_FieldMask) DecodeFirestore

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

func (*ListOrganizationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListOrganizationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListOrganizationsRequest_FieldMask) FromProtoFieldMask

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

func (*ListOrganizationsRequest_FieldMask) GetPaths

func (*ListOrganizationsRequest_FieldMask) GetRawPaths

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

func (*ListOrganizationsRequest_FieldMask) IsFull

func (fieldMask *ListOrganizationsRequest_FieldMask) IsFull() bool

func (ListOrganizationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListOrganizationsRequest_FieldMask) MarshalJSON

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

func (*ListOrganizationsRequest_FieldMask) PathsCount

func (fieldMask *ListOrganizationsRequest_FieldMask) PathsCount() int

func (*ListOrganizationsRequest_FieldMask) Project

func (*ListOrganizationsRequest_FieldMask) ProjectRaw

func (*ListOrganizationsRequest_FieldMask) ProtoMessage

func (fieldMask *ListOrganizationsRequest_FieldMask) ProtoMessage()

func (*ListOrganizationsRequest_FieldMask) ProtoReflect

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

func (*ListOrganizationsRequest_FieldMask) Reset

func (fieldMask *ListOrganizationsRequest_FieldMask) Reset()

func (*ListOrganizationsRequest_FieldMask) Set

func (fieldMask *ListOrganizationsRequest_FieldMask) Set(target, source *ListOrganizationsRequest)

func (*ListOrganizationsRequest_FieldMask) SetFromCliFlag

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

func (*ListOrganizationsRequest_FieldMask) SetRaw

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

func (*ListOrganizationsRequest_FieldMask) Size

func (fieldMask *ListOrganizationsRequest_FieldMask) Size() int

func (*ListOrganizationsRequest_FieldMask) String

func (fieldMask *ListOrganizationsRequest_FieldMask) String() string

func (*ListOrganizationsRequest_FieldMask) Subtract

func (*ListOrganizationsRequest_FieldMask) SubtractRaw

func (*ListOrganizationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListOrganizationsRequest_FieldMask) Unmarshal

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

func (*ListOrganizationsRequest_FieldMask) UnmarshalJSON

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

type ListOrganizationsRequest_FieldPath

type ListOrganizationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListOrganizationsRequest_FieldPathSelector
	Get(source *ListOrganizationsRequest) []interface{}
	GetSingle(source *ListOrganizationsRequest) (interface{}, bool)
	ClearValue(item *ListOrganizationsRequest)

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

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

func MustParseListOrganizationsRequest_FieldPath

func MustParseListOrganizationsRequest_FieldPath(rawField string) ListOrganizationsRequest_FieldPath

func ParseListOrganizationsRequest_FieldPath

func ParseListOrganizationsRequest_FieldPath(rawField string) (ListOrganizationsRequest_FieldPath, error)

type ListOrganizationsRequest_FieldPathArrayItemValue

type ListOrganizationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListOrganizationsRequest_FieldPath
	ContainsValue(*ListOrganizationsRequest) bool
}

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

func MustParseListOrganizationsRequest_FieldPathArrayItemValue

func MustParseListOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListOrganizationsRequest_FieldPathArrayItemValue

func ParseListOrganizationsRequest_FieldPathArrayItemValue

func ParseListOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListOrganizationsRequest_FieldPathArrayItemValue, error)

ParseListOrganizationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListOrganizationsRequest_FieldPathArrayOfValues

type ListOrganizationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListOrganizationsRequest_FieldPath
}

ListOrganizationsRequest_FieldPathArrayOfValues allows storing slice of values for ListOrganizationsRequest fields according to their type

func MustParseListOrganizationsRequest_FieldPathArrayOfValues

func MustParseListOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListOrganizationsRequest_FieldPathArrayOfValues

func ParseListOrganizationsRequest_FieldPathArrayOfValues

func ParseListOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListOrganizationsRequest_FieldPathArrayOfValues, error)

type ListOrganizationsRequest_FieldPathSelector

type ListOrganizationsRequest_FieldPathSelector int32
const (
	ListOrganizationsRequest_FieldPathSelectorPageSize          ListOrganizationsRequest_FieldPathSelector = 0
	ListOrganizationsRequest_FieldPathSelectorPageToken         ListOrganizationsRequest_FieldPathSelector = 1
	ListOrganizationsRequest_FieldPathSelectorOrderBy           ListOrganizationsRequest_FieldPathSelector = 2
	ListOrganizationsRequest_FieldPathSelectorFilter            ListOrganizationsRequest_FieldPathSelector = 3
	ListOrganizationsRequest_FieldPathSelectorFieldMask         ListOrganizationsRequest_FieldPathSelector = 4
	ListOrganizationsRequest_FieldPathSelectorView              ListOrganizationsRequest_FieldPathSelector = 5
	ListOrganizationsRequest_FieldPathSelectorIncludePagingInfo ListOrganizationsRequest_FieldPathSelector = 6
)

func (ListOrganizationsRequest_FieldPathSelector) String

type ListOrganizationsRequest_FieldPathValue

type ListOrganizationsRequest_FieldPathValue interface {
	ListOrganizationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListOrganizationsRequest)
	CompareWith(*ListOrganizationsRequest) (cmp int, comparable bool)
}

ListOrganizationsRequest_FieldPathValue allows storing values for ListOrganizationsRequest fields according to their type

func MustParseListOrganizationsRequest_FieldPathValue

func MustParseListOrganizationsRequest_FieldPathValue(pathStr, valueStr string) ListOrganizationsRequest_FieldPathValue

func ParseListOrganizationsRequest_FieldPathValue

func ParseListOrganizationsRequest_FieldPathValue(pathStr, valueStr string) (ListOrganizationsRequest_FieldPathValue, error)

type ListOrganizationsRequest_FieldTerminalPath

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

func (*ListOrganizationsRequest_FieldTerminalPath) ClearValue

func (*ListOrganizationsRequest_FieldTerminalPath) ClearValueRaw

func (*ListOrganizationsRequest_FieldTerminalPath) Get

func (fp *ListOrganizationsRequest_FieldTerminalPath) Get(source *ListOrganizationsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListOrganizationsRequest

func (*ListOrganizationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListOrganizationsRequest_FieldTerminalPath) GetRaw

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

func (*ListOrganizationsRequest_FieldTerminalPath) GetSingle

func (fp *ListOrganizationsRequest_FieldTerminalPath) GetSingle(source *ListOrganizationsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListOrganizationsRequest

func (*ListOrganizationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListOrganizationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListOrganizationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListOrganizationsRequest_FieldTerminalPath) Selector

func (*ListOrganizationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListOrganizationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListOrganizationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListOrganizationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListOrganizationsRequest_FieldTerminalPath) WithIValue

func (*ListOrganizationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListOrganizationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListOrganizationsRequest_FieldTerminalPath) WithRawIValue

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

type ListOrganizationsRequest_FieldTerminalPathArrayItemValue

type ListOrganizationsRequest_FieldTerminalPathArrayItemValue struct {
	ListOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListOrganizationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListOrganizationsRequest_FieldTerminalPathArrayOfValues

type ListOrganizationsRequest_FieldTerminalPathArrayOfValues struct {
	ListOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

func (fpaov *ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, bool)

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListOrganizationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListOrganizationsRequest_FieldTerminalPathValue

type ListOrganizationsRequest_FieldTerminalPathValue struct {
	ListOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListOrganizationsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListOrganizationsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

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

func (*ListOrganizationsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListOrganizationsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListOrganizationsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListOrganizationsRequest_FieldTerminalPathValue) AsViewValue

func (*ListOrganizationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListOrganizationsRequest_FieldTerminalPathValue' with the value under path in 'ListOrganizationsRequest'.

func (*ListOrganizationsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListOrganizationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListOrganizationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListOrganizationsRequest

func (*ListOrganizationsRequest_FieldTerminalPathValue) SetToRaw

type ListOrganizationsResponse

type ListOrganizationsResponse struct {

	// The list of Organizations
	Organizations []*organization.Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty" firestore:"organizations"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha.ListOrganizationsRequest.page_token]
	PrevPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListOrganizationsRequest.page_token][ntt.iam.v1alpha.ListOrganizationsRequest.page_token]
	NextPageToken *organization.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total Organizations across all pages or 0, if there are no items,
	// paging info was not requested or there was an error while trying to get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListOrganizations][ntt.iam.v1alpha.ListOrganizations]

func (*ListOrganizationsResponse) Clone

func (*ListOrganizationsResponse) CloneRaw

func (*ListOrganizationsResponse) Descriptor

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

Deprecated, Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetCurrentOffset added in v0.10.1

func (m *ListOrganizationsResponse) GetCurrentOffset() int32

func (*ListOrganizationsResponse) GetNextPageToken

func (m *ListOrganizationsResponse) GetNextPageToken() *organization.PagerCursor

func (*ListOrganizationsResponse) GetOrganizations

func (m *ListOrganizationsResponse) GetOrganizations() []*organization.Organization

func (*ListOrganizationsResponse) GetPrevPageToken

func (m *ListOrganizationsResponse) GetPrevPageToken() *organization.PagerCursor

func (*ListOrganizationsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListOrganizationsResponse) GetTotalResultsCount() int32

func (*ListOrganizationsResponse) GotenMessage

func (*ListOrganizationsResponse) GotenMessage()

func (*ListOrganizationsResponse) GotenObjectExt

func (o *ListOrganizationsResponse) GotenObjectExt()

func (*ListOrganizationsResponse) GotenValidate

func (obj *ListOrganizationsResponse) GotenValidate() error

func (*ListOrganizationsResponse) MakeDiffFieldMask

func (*ListOrganizationsResponse) MakeFullFieldMask

func (*ListOrganizationsResponse) MakeRawDiffFieldMask

func (*ListOrganizationsResponse) MakeRawFullFieldMask

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

func (*ListOrganizationsResponse) Marshal

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

func (*ListOrganizationsResponse) MarshalJSON

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

func (*ListOrganizationsResponse) Merge

func (*ListOrganizationsResponse) MergeRaw

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

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

func (*ListOrganizationsResponse) Reset

func (m *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) SetCurrentOffset added in v0.10.1

func (m *ListOrganizationsResponse) SetCurrentOffset(fv int32)

func (*ListOrganizationsResponse) SetNextPageToken

func (m *ListOrganizationsResponse) SetNextPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsResponse) SetOrganizations

func (m *ListOrganizationsResponse) SetOrganizations(fv []*organization.Organization)

func (*ListOrganizationsResponse) SetPrevPageToken

func (m *ListOrganizationsResponse) SetPrevPageToken(fv *organization.PagerCursor)

func (*ListOrganizationsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListOrganizationsResponse) SetTotalResultsCount(fv int32)

func (*ListOrganizationsResponse) String

func (m *ListOrganizationsResponse) String() string

func (*ListOrganizationsResponse) Unmarshal

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

func (*ListOrganizationsResponse) UnmarshalJSON

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

type ListOrganizationsResponseFieldPathBuilder

type ListOrganizationsResponseFieldPathBuilder struct{}

func NewListOrganizationsResponseFieldPathBuilder

func NewListOrganizationsResponseFieldPathBuilder() ListOrganizationsResponseFieldPathBuilder

func (ListOrganizationsResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListOrganizationsResponseFieldPathBuilder) NextPageToken

func (ListOrganizationsResponseFieldPathBuilder) Organizations

func (ListOrganizationsResponseFieldPathBuilder) PrevPageToken

func (ListOrganizationsResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations

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

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) FieldPath

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) WithArrayOfValues

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataAnnotations) WithValue

type ListOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels

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

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) FieldPath

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) WithArrayOfValues

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataLabels) WithValue

type ListOrganizationsResponseMapPathSelectorOrganizationsMetadataShards

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

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) FieldPath

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) WithArrayOfValues

func (ListOrganizationsResponseMapPathSelectorOrganizationsMetadataShards) WithValue

type ListOrganizationsResponsePathSelectorCurrentOffset added in v0.10.1

type ListOrganizationsResponsePathSelectorCurrentOffset struct{}

func (ListOrganizationsResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListOrganizationsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListOrganizationsResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListOrganizationsResponsePathSelectorNextPageToken

type ListOrganizationsResponsePathSelectorNextPageToken struct{}

func (ListOrganizationsResponsePathSelectorNextPageToken) FieldPath

func (ListOrganizationsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorNextPageToken) WithValue

type ListOrganizationsResponsePathSelectorOrganizations

type ListOrganizationsResponsePathSelectorOrganizations struct{}

func (ListOrganizationsResponsePathSelectorOrganizations) AncestryPath

func (ListOrganizationsResponsePathSelectorOrganizations) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizations) Metadata

func (ListOrganizationsResponsePathSelectorOrganizations) Name

func (ListOrganizationsResponsePathSelectorOrganizations) Title

func (ListOrganizationsResponsePathSelectorOrganizations) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizations) WithSubArrayItemValue

func (ListOrganizationsResponsePathSelectorOrganizations) WithSubArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizations) WithSubPath

func (ListOrganizationsResponsePathSelectorOrganizations) WithSubValue

func (ListOrganizationsResponsePathSelectorOrganizations) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsAncestryPath

type ListOrganizationsResponsePathSelectorOrganizationsAncestryPath struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsAncestryPath) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithItemValue

func (ListOrganizationsResponsePathSelectorOrganizationsAncestryPath) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadata

type ListOrganizationsResponsePathSelectorOrganizationsMetadata struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) DeleteTime added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) Labels

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) Lifecycle added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) Shards

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) Syncing

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) Tags

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) Uuid

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadata) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations

type ListOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataAnnotations) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime

type ListOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataCreateTime) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) FieldPath added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataDeleteTime) WithValue added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataGeneration

type ListOrganizationsResponsePathSelectorOrganizationsMetadataGeneration struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataGeneration) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLabels

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLabels struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLabels) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithKey

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLabels) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) FieldPath added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) State added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycle) WithValue added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) FieldPath added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataLifecycleState) WithValue added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) Region added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) Version added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithItemValue

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferences) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesController) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesKind) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesName) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion

type ListOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataResourceVersion) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataShards

type ListOrganizationsResponsePathSelectorOrganizationsMetadataShards struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataShards) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithKey

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataShards) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncing

type ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncing struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncing) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion

type ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingOwningRegion) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions

type ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithItemValue

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataSyncingRegions) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataTags

type ListOrganizationsResponsePathSelectorOrganizationsMetadataTags struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataTags) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithItemValue

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataTags) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime

type ListOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataUpdateTime) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsMetadataUuid

type ListOrganizationsResponsePathSelectorOrganizationsMetadataUuid struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataUuid) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataUuid) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsMetadataUuid) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsName

type ListOrganizationsResponsePathSelectorOrganizationsName struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsName) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsName) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsName) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsParentOrganization

type ListOrganizationsResponsePathSelectorOrganizationsParentOrganization struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsParentOrganization) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsParentOrganization) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsParentOrganization) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsRootOrganization

type ListOrganizationsResponsePathSelectorOrganizationsRootOrganization struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsRootOrganization) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsRootOrganization) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsRootOrganization) WithValue

type ListOrganizationsResponsePathSelectorOrganizationsTitle

type ListOrganizationsResponsePathSelectorOrganizationsTitle struct{}

func (ListOrganizationsResponsePathSelectorOrganizationsTitle) FieldPath

func (ListOrganizationsResponsePathSelectorOrganizationsTitle) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorOrganizationsTitle) WithValue

type ListOrganizationsResponsePathSelectorPrevPageToken

type ListOrganizationsResponsePathSelectorPrevPageToken struct{}

func (ListOrganizationsResponsePathSelectorPrevPageToken) FieldPath

func (ListOrganizationsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListOrganizationsResponsePathSelectorPrevPageToken) WithValue

type ListOrganizationsResponsePathSelectorTotalResultsCount added in v0.10.1

type ListOrganizationsResponsePathSelectorTotalResultsCount struct{}

func (ListOrganizationsResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListOrganizationsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListOrganizationsResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListOrganizationsResponse_FieldMask

type ListOrganizationsResponse_FieldMask struct {
	Paths []ListOrganizationsResponse_FieldPath
}

func FullListOrganizationsResponse_FieldMask

func FullListOrganizationsResponse_FieldMask() *ListOrganizationsResponse_FieldMask

func (*ListOrganizationsResponse_FieldMask) AppendPath

func (*ListOrganizationsResponse_FieldMask) AppendRawPath

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

func (*ListOrganizationsResponse_FieldMask) DecodeFirestore

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

func (*ListOrganizationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListOrganizationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListOrganizationsResponse_FieldMask) FromProtoFieldMask

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

func (*ListOrganizationsResponse_FieldMask) GetPaths

func (*ListOrganizationsResponse_FieldMask) GetRawPaths

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

func (*ListOrganizationsResponse_FieldMask) IsFull

func (fieldMask *ListOrganizationsResponse_FieldMask) IsFull() bool

func (ListOrganizationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListOrganizationsResponse_FieldMask) MarshalJSON

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

func (*ListOrganizationsResponse_FieldMask) PathsCount

func (fieldMask *ListOrganizationsResponse_FieldMask) PathsCount() int

func (*ListOrganizationsResponse_FieldMask) Project

func (*ListOrganizationsResponse_FieldMask) ProjectRaw

func (*ListOrganizationsResponse_FieldMask) ProtoMessage

func (fieldMask *ListOrganizationsResponse_FieldMask) ProtoMessage()

func (*ListOrganizationsResponse_FieldMask) ProtoReflect

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

func (*ListOrganizationsResponse_FieldMask) Reset

func (fieldMask *ListOrganizationsResponse_FieldMask) Reset()

func (*ListOrganizationsResponse_FieldMask) Set

func (fieldMask *ListOrganizationsResponse_FieldMask) Set(target, source *ListOrganizationsResponse)

func (*ListOrganizationsResponse_FieldMask) SetFromCliFlag

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

func (*ListOrganizationsResponse_FieldMask) SetRaw

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

func (*ListOrganizationsResponse_FieldMask) Size

func (fieldMask *ListOrganizationsResponse_FieldMask) Size() int

func (*ListOrganizationsResponse_FieldMask) String

func (fieldMask *ListOrganizationsResponse_FieldMask) String() string

func (*ListOrganizationsResponse_FieldMask) Subtract

func (*ListOrganizationsResponse_FieldMask) SubtractRaw

func (*ListOrganizationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListOrganizationsResponse_FieldMask) Unmarshal

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

func (*ListOrganizationsResponse_FieldMask) UnmarshalJSON

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

type ListOrganizationsResponse_FieldPath

type ListOrganizationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListOrganizationsResponse_FieldPathSelector
	Get(source *ListOrganizationsResponse) []interface{}
	GetSingle(source *ListOrganizationsResponse) (interface{}, bool)
	ClearValue(item *ListOrganizationsResponse)

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

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

func MustParseListOrganizationsResponse_FieldPath

func MustParseListOrganizationsResponse_FieldPath(rawField string) ListOrganizationsResponse_FieldPath

func ParseListOrganizationsResponse_FieldPath

func ParseListOrganizationsResponse_FieldPath(rawField string) (ListOrganizationsResponse_FieldPath, error)

type ListOrganizationsResponse_FieldPathArrayItemValue

type ListOrganizationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListOrganizationsResponse_FieldPath
	ContainsValue(*ListOrganizationsResponse) bool
}

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

func MustParseListOrganizationsResponse_FieldPathArrayItemValue

func MustParseListOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListOrganizationsResponse_FieldPathArrayItemValue

func ParseListOrganizationsResponse_FieldPathArrayItemValue

func ParseListOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListOrganizationsResponse_FieldPathArrayItemValue, error)

ParseListOrganizationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListOrganizationsResponse_FieldPathArrayOfValues

type ListOrganizationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListOrganizationsResponse_FieldPath
}

ListOrganizationsResponse_FieldPathArrayOfValues allows storing slice of values for ListOrganizationsResponse fields according to their type

func MustParseListOrganizationsResponse_FieldPathArrayOfValues

func MustParseListOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListOrganizationsResponse_FieldPathArrayOfValues

func ParseListOrganizationsResponse_FieldPathArrayOfValues

func ParseListOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListOrganizationsResponse_FieldPathArrayOfValues, error)

type ListOrganizationsResponse_FieldPathSelector

type ListOrganizationsResponse_FieldPathSelector int32
const (
	ListOrganizationsResponse_FieldPathSelectorOrganizations     ListOrganizationsResponse_FieldPathSelector = 0
	ListOrganizationsResponse_FieldPathSelectorPrevPageToken     ListOrganizationsResponse_FieldPathSelector = 1
	ListOrganizationsResponse_FieldPathSelectorNextPageToken     ListOrganizationsResponse_FieldPathSelector = 2
	ListOrganizationsResponse_FieldPathSelectorCurrentOffset     ListOrganizationsResponse_FieldPathSelector = 3
	ListOrganizationsResponse_FieldPathSelectorTotalResultsCount ListOrganizationsResponse_FieldPathSelector = 4
)

func (ListOrganizationsResponse_FieldPathSelector) String

type ListOrganizationsResponse_FieldPathValue

type ListOrganizationsResponse_FieldPathValue interface {
	ListOrganizationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListOrganizationsResponse)
	CompareWith(*ListOrganizationsResponse) (cmp int, comparable bool)
}

ListOrganizationsResponse_FieldPathValue allows storing values for ListOrganizationsResponse fields according to their type

func MustParseListOrganizationsResponse_FieldPathValue

func MustParseListOrganizationsResponse_FieldPathValue(pathStr, valueStr string) ListOrganizationsResponse_FieldPathValue

func ParseListOrganizationsResponse_FieldPathValue

func ParseListOrganizationsResponse_FieldPathValue(pathStr, valueStr string) (ListOrganizationsResponse_FieldPathValue, error)

type ListOrganizationsResponse_FieldSubPath

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

func (*ListOrganizationsResponse_FieldSubPath) AsOrganizationsSubPath

func (*ListOrganizationsResponse_FieldSubPath) ClearValue

func (*ListOrganizationsResponse_FieldSubPath) ClearValueRaw

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

func (*ListOrganizationsResponse_FieldSubPath) Get

func (fps *ListOrganizationsResponse_FieldSubPath) Get(source *ListOrganizationsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListOrganizationsResponse

func (*ListOrganizationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListOrganizationsResponse_FieldSubPath) GetRaw

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

func (*ListOrganizationsResponse_FieldSubPath) GetSingle

func (fps *ListOrganizationsResponse_FieldSubPath) GetSingle(source *ListOrganizationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListOrganizationsResponse

func (*ListOrganizationsResponse_FieldSubPath) GetSingleRaw

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

func (*ListOrganizationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListOrganizationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListOrganizationsResponse_FieldSubPath) Selector

func (*ListOrganizationsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListOrganizationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListOrganizationsResponse_FieldSubPath) WithIArrayItemValue

func (*ListOrganizationsResponse_FieldSubPath) WithIArrayOfValues

func (*ListOrganizationsResponse_FieldSubPath) WithIValue

func (*ListOrganizationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListOrganizationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListOrganizationsResponse_FieldSubPath) WithRawIValue

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

type ListOrganizationsResponse_FieldSubPathArrayItemValue

type ListOrganizationsResponse_FieldSubPathArrayItemValue struct {
	ListOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse_FieldSubPathArrayItemValue) AsOrganizationsPathItemValue

func (*ListOrganizationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListOrganizationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListOrganizationsResponse_FieldSubPathArrayOfValues

type ListOrganizationsResponse_FieldSubPathArrayOfValues struct {
	ListOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse_FieldSubPathArrayOfValues) AsOrganizationsPathArrayOfValues

func (*ListOrganizationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListOrganizationsResponse_FieldSubPathValue

type ListOrganizationsResponse_FieldSubPathValue struct {
	ListOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse_FieldSubPathValue) AsOrganizationsPathValue

func (*ListOrganizationsResponse_FieldSubPathValue) CompareWith

func (*ListOrganizationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListOrganizationsResponse_FieldSubPathValue) GetRawValue

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

func (*ListOrganizationsResponse_FieldSubPathValue) SetTo

func (*ListOrganizationsResponse_FieldSubPathValue) SetToRaw

type ListOrganizationsResponse_FieldTerminalPath

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

func (*ListOrganizationsResponse_FieldTerminalPath) ClearValue

func (*ListOrganizationsResponse_FieldTerminalPath) ClearValueRaw

func (*ListOrganizationsResponse_FieldTerminalPath) Get

func (fp *ListOrganizationsResponse_FieldTerminalPath) Get(source *ListOrganizationsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListOrganizationsResponse

func (*ListOrganizationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListOrganizationsResponse_FieldTerminalPath) GetRaw

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

func (*ListOrganizationsResponse_FieldTerminalPath) GetSingle

func (fp *ListOrganizationsResponse_FieldTerminalPath) GetSingle(source *ListOrganizationsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListOrganizationsResponse

func (*ListOrganizationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListOrganizationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListOrganizationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListOrganizationsResponse_FieldTerminalPath) Selector

func (*ListOrganizationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListOrganizationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListOrganizationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListOrganizationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListOrganizationsResponse_FieldTerminalPath) WithIValue

func (*ListOrganizationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListOrganizationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListOrganizationsResponse_FieldTerminalPath) WithRawIValue

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

type ListOrganizationsResponse_FieldTerminalPathArrayItemValue

type ListOrganizationsResponse_FieldTerminalPathArrayItemValue struct {
	ListOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse_FieldTerminalPathArrayItemValue) AsOrganizationsItemValue

func (*ListOrganizationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListOrganizationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListOrganizationsResponse_FieldTerminalPathArrayOfValues

type ListOrganizationsResponse_FieldTerminalPathArrayOfValues struct {
	ListOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

func (fpaov *ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)

func (*ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*organization.PagerCursor, bool)

func (*ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsOrganizationsArrayOfValues

func (fpaov *ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsOrganizationsArrayOfValues() ([][]*organization.Organization, bool)

func (*ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*organization.PagerCursor, bool)

func (*ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

func (fpaov *ListOrganizationsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)

func (*ListOrganizationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListOrganizationsResponse_FieldTerminalPathValue

type ListOrganizationsResponse_FieldTerminalPathValue struct {
	ListOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListOrganizationsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListOrganizationsResponse_FieldTerminalPathValue) AsOrganizationsValue

func (*ListOrganizationsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListOrganizationsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListOrganizationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListOrganizationsResponse_FieldTerminalPathValue' with the value under path in 'ListOrganizationsResponse'.

func (*ListOrganizationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListOrganizationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListOrganizationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListOrganizationsResponse

func (*ListOrganizationsResponse_FieldTerminalPathValue) SetToRaw

type OrganizationServiceClient

OrganizationServiceClient is the client API for OrganizationService.

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

type OrganizationServiceDescriptor added in v0.4.28

type OrganizationServiceDescriptor struct{}

func GetOrganizationServiceDescriptor added in v0.4.28

func GetOrganizationServiceDescriptor() *OrganizationServiceDescriptor

func (*OrganizationServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*OrganizationServiceDescriptor) GetApiName added in v0.4.28

func (d *OrganizationServiceDescriptor) GetApiName() string

func (*OrganizationServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *OrganizationServiceDescriptor) GetFullAPIName() string

func (*OrganizationServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *OrganizationServiceDescriptor) GetProtoPkgName() string

func (*OrganizationServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *OrganizationServiceDescriptor) GetServiceDomain() string

func (*OrganizationServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *OrganizationServiceDescriptor) GetServiceVersion() string

type UpdateOrganizationDescriptor added in v0.4.28

type UpdateOrganizationDescriptor struct{}

func GetUpdateOrganizationDescriptor added in v0.4.28

func GetUpdateOrganizationDescriptor() *UpdateOrganizationDescriptor

func (*UpdateOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateOrganizationDescriptor) GetApiName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetApiName() string

func (*UpdateOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetFullMethodName() string

func (*UpdateOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetMethodName() string

func (*UpdateOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetProtoPkgName() string

func (*UpdateOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetServiceDomain() string

func (*UpdateOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetServiceVersion() string

func (*UpdateOrganizationDescriptor) GetVerb added in v0.4.28

func (d *UpdateOrganizationDescriptor) GetVerb() string

func (*UpdateOrganizationDescriptor) HasResource added in v0.4.30

func (d *UpdateOrganizationDescriptor) HasResource() bool

func (*UpdateOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *UpdateOrganizationDescriptor) IsClientStream() bool

func (*UpdateOrganizationDescriptor) IsCollection added in v0.4.30

func (d *UpdateOrganizationDescriptor) IsCollection() bool

func (*UpdateOrganizationDescriptor) IsPlural added in v0.4.30

func (d *UpdateOrganizationDescriptor) IsPlural() bool

func (*UpdateOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *UpdateOrganizationDescriptor) IsServerStream() bool

func (*UpdateOrganizationDescriptor) IsUnary added in v0.4.28

func (d *UpdateOrganizationDescriptor) IsUnary() bool

func (*UpdateOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateOrganizationDescriptor) RequestHasResourceBody() bool

type UpdateOrganizationDescriptorClientMsgHandle added in v0.4.28

type UpdateOrganizationDescriptorClientMsgHandle struct{}

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateOrganizationDescriptorServerMsgHandle added in v0.4.28

type UpdateOrganizationDescriptorServerMsgHandle struct{}

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {

	// Organization resource body
	Organization *organization.Organization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty" firestore:"organization"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *organization.Organization_FieldMask `` /* 148-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 *UpdateOrganizationRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateOrganization][ntt.iam.v1alpha.UpdateOrganization]

func (*UpdateOrganizationRequest) Clone

func (*UpdateOrganizationRequest) CloneRaw

func (*UpdateOrganizationRequest) Descriptor

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

Deprecated, Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetAllowMissing added in v0.12.33

func (m *UpdateOrganizationRequest) GetAllowMissing() bool

func (*UpdateOrganizationRequest) GetCas

func (*UpdateOrganizationRequest) GetOrganization

func (m *UpdateOrganizationRequest) GetOrganization() *organization.Organization

func (*UpdateOrganizationRequest) GetUpdateMask

func (*UpdateOrganizationRequest) GotenMessage

func (*UpdateOrganizationRequest) GotenMessage()

func (*UpdateOrganizationRequest) GotenObjectExt

func (o *UpdateOrganizationRequest) GotenObjectExt()

func (*UpdateOrganizationRequest) GotenValidate

func (obj *UpdateOrganizationRequest) GotenValidate() error

func (*UpdateOrganizationRequest) MakeDiffFieldMask

func (*UpdateOrganizationRequest) MakeFullFieldMask

func (*UpdateOrganizationRequest) MakeRawDiffFieldMask

func (*UpdateOrganizationRequest) MakeRawFullFieldMask

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

func (*UpdateOrganizationRequest) Marshal

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

func (*UpdateOrganizationRequest) MarshalJSON

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

func (*UpdateOrganizationRequest) Merge

func (*UpdateOrganizationRequest) MergeRaw

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

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

func (*UpdateOrganizationRequest) Reset

func (m *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) SetAllowMissing added in v0.12.33

func (m *UpdateOrganizationRequest) SetAllowMissing(fv bool)

func (*UpdateOrganizationRequest) SetCas

func (*UpdateOrganizationRequest) SetOrganization

func (m *UpdateOrganizationRequest) SetOrganization(fv *organization.Organization)

func (*UpdateOrganizationRequest) SetUpdateMask

func (*UpdateOrganizationRequest) String

func (m *UpdateOrganizationRequest) String() string

func (*UpdateOrganizationRequest) Unmarshal

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

func (*UpdateOrganizationRequest) UnmarshalJSON

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

type UpdateOrganizationRequestCASFieldPathBuilder

type UpdateOrganizationRequestCASFieldPathBuilder struct{}

func NewUpdateOrganizationRequestCASFieldPathBuilder

func NewUpdateOrganizationRequestCASFieldPathBuilder() UpdateOrganizationRequestCASFieldPathBuilder

func (UpdateOrganizationRequestCASFieldPathBuilder) ConditionalState

func (UpdateOrganizationRequestCASFieldPathBuilder) FieldMask

type UpdateOrganizationRequestCAS_FieldPath

type UpdateOrganizationRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateOrganizationRequestCAS_FieldPathSelector
	Get(source *UpdateOrganizationRequest_CAS) []interface{}
	GetSingle(source *UpdateOrganizationRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateOrganizationRequest_CAS)

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

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

func MustParseUpdateOrganizationRequestCAS_FieldPath

func MustParseUpdateOrganizationRequestCAS_FieldPath(rawField string) UpdateOrganizationRequestCAS_FieldPath

func ParseUpdateOrganizationRequestCAS_FieldPath

func ParseUpdateOrganizationRequestCAS_FieldPath(rawField string) (UpdateOrganizationRequestCAS_FieldPath, error)

type UpdateOrganizationRequestCAS_FieldPathArrayItemValue

type UpdateOrganizationRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateOrganizationRequestCAS_FieldPath
	ContainsValue(*UpdateOrganizationRequest_CAS) bool
}

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

func MustParseUpdateOrganizationRequestCAS_FieldPathArrayItemValue

func MustParseUpdateOrganizationRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateOrganizationRequestCAS_FieldPathArrayItemValue

func ParseUpdateOrganizationRequestCAS_FieldPathArrayItemValue

func ParseUpdateOrganizationRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateOrganizationRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateOrganizationRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateOrganizationRequestCAS_FieldPathArrayOfValues

type UpdateOrganizationRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateOrganizationRequestCAS_FieldPath
}

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

func MustParseUpdateOrganizationRequestCAS_FieldPathArrayOfValues

func MustParseUpdateOrganizationRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateOrganizationRequestCAS_FieldPathArrayOfValues

func ParseUpdateOrganizationRequestCAS_FieldPathArrayOfValues

func ParseUpdateOrganizationRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateOrganizationRequestCAS_FieldPathArrayOfValues, error)

type UpdateOrganizationRequestCAS_FieldPathSelector

type UpdateOrganizationRequestCAS_FieldPathSelector int32
const (
	UpdateOrganizationRequestCAS_FieldPathSelectorConditionalState UpdateOrganizationRequestCAS_FieldPathSelector = 0
	UpdateOrganizationRequestCAS_FieldPathSelectorFieldMask        UpdateOrganizationRequestCAS_FieldPathSelector = 1
)

func (UpdateOrganizationRequestCAS_FieldPathSelector) String

type UpdateOrganizationRequestCAS_FieldPathValue

type UpdateOrganizationRequestCAS_FieldPathValue interface {
	UpdateOrganizationRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateOrganizationRequest_CAS)
	CompareWith(*UpdateOrganizationRequest_CAS) (cmp int, comparable bool)
}

UpdateOrganizationRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateOrganizationRequestCAS_FieldPathValue

func MustParseUpdateOrganizationRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateOrganizationRequestCAS_FieldPathValue

func ParseUpdateOrganizationRequestCAS_FieldPathValue

func ParseUpdateOrganizationRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateOrganizationRequestCAS_FieldPathValue, error)

type UpdateOrganizationRequestCAS_FieldSubPath

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

func (*UpdateOrganizationRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateOrganizationRequestCAS_FieldSubPath) ClearValue

func (*UpdateOrganizationRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateOrganizationRequestCAS_FieldSubPath) Get

func (fps *UpdateOrganizationRequestCAS_FieldSubPath) Get(source *UpdateOrganizationRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateOrganizationRequest_CAS

func (*UpdateOrganizationRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateOrganizationRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateOrganizationRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateOrganizationRequestCAS_FieldSubPath) GetSingle(source *UpdateOrganizationRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateOrganizationRequest_CAS

func (*UpdateOrganizationRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateOrganizationRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOrganizationRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOrganizationRequestCAS_FieldSubPath) Selector

func (*UpdateOrganizationRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateOrganizationRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateOrganizationRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateOrganizationRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateOrganizationRequestCAS_FieldSubPath) WithIValue

func (*UpdateOrganizationRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateOrganizationRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateOrganizationRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateOrganizationRequestCAS_FieldSubPathArrayItemValue

type UpdateOrganizationRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateOrganizationRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateOrganizationRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateOrganizationRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateOrganizationRequestCAS_FieldSubPathArrayOfValues

type UpdateOrganizationRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateOrganizationRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateOrganizationRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateOrganizationRequestCAS_FieldSubPathValue

type UpdateOrganizationRequestCAS_FieldSubPathValue struct {
	UpdateOrganizationRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateOrganizationRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateOrganizationRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateOrganizationRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateOrganizationRequestCAS_FieldSubPathValue) SetTo

func (*UpdateOrganizationRequestCAS_FieldSubPathValue) SetToRaw

type UpdateOrganizationRequestCAS_FieldTerminalPath

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) Get

func (fp *UpdateOrganizationRequestCAS_FieldTerminalPath) Get(source *UpdateOrganizationRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateOrganizationRequest_CAS

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateOrganizationRequest_CAS

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) Selector

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateOrganizationRequestCAS_FieldTerminalPathArrayItemValue

type UpdateOrganizationRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateOrganizationRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateOrganizationRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateOrganizationRequestCAS_FieldTerminalPathArrayOfValues

type UpdateOrganizationRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateOrganizationRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateOrganizationRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*organization.Organization, bool)

func (*UpdateOrganizationRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateOrganizationRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateOrganizationRequestCAS_FieldTerminalPathValue

type UpdateOrganizationRequestCAS_FieldTerminalPathValue struct {
	UpdateOrganizationRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateOrganizationRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateOrganizationRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateOrganizationRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateOrganizationRequest_CAS'.

func (*UpdateOrganizationRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateOrganizationRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateOrganizationRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateOrganizationRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateOrganizationRequestFieldPathBuilder

type UpdateOrganizationRequestFieldPathBuilder struct{}

func NewUpdateOrganizationRequestFieldPathBuilder

func NewUpdateOrganizationRequestFieldPathBuilder() UpdateOrganizationRequestFieldPathBuilder

func (UpdateOrganizationRequestFieldPathBuilder) AllowMissing added in v0.12.33

func (UpdateOrganizationRequestFieldPathBuilder) Cas

func (UpdateOrganizationRequestFieldPathBuilder) Organization

func (UpdateOrganizationRequestFieldPathBuilder) UpdateMask

type UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOrganizationRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations

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

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations) FieldPath

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations) WithArrayOfValues

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataAnnotations) WithValue

type UpdateOrganizationRequestMapPathSelectorOrganizationMetadataLabels

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

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataLabels) FieldPath

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataLabels) WithArrayOfValues

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataLabels) WithValue

type UpdateOrganizationRequestMapPathSelectorOrganizationMetadataShards

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

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataShards) FieldPath

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataShards) WithArrayOfValues

func (UpdateOrganizationRequestMapPathSelectorOrganizationMetadataShards) WithValue

type UpdateOrganizationRequestPathSelectorAllowMissing added in v0.12.33

type UpdateOrganizationRequestPathSelectorAllowMissing struct{}

func (UpdateOrganizationRequestPathSelectorAllowMissing) FieldPath added in v0.12.33

func (UpdateOrganizationRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.33

func (UpdateOrganizationRequestPathSelectorAllowMissing) WithValue added in v0.12.33

type UpdateOrganizationRequestPathSelectorCas

type UpdateOrganizationRequestPathSelectorCas struct{}

func (UpdateOrganizationRequestPathSelectorCas) ConditionalState

func (UpdateOrganizationRequestPathSelectorCas) FieldMask

func (UpdateOrganizationRequestPathSelectorCas) FieldPath

type UpdateOrganizationRequestPathSelectorCasConditionalState

type UpdateOrganizationRequestPathSelectorCasConditionalState struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalState) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalState) Metadata

func (UpdateOrganizationRequestPathSelectorCasConditionalState) Name

func (UpdateOrganizationRequestPathSelectorCasConditionalState) Title

func (UpdateOrganizationRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalState) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateAncestryPath

type UpdateOrganizationRequestPathSelectorCasConditionalStateAncestryPath struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateAncestryPath) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateAncestryPath) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateAncestryPath) WithItemValue

func (UpdateOrganizationRequestPathSelectorCasConditionalStateAncestryPath) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadata

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataShards

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataTags

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateName

type UpdateOrganizationRequestPathSelectorCasConditionalStateName struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateName) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateParentOrganization

type UpdateOrganizationRequestPathSelectorCasConditionalStateParentOrganization struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateParentOrganization) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateParentOrganization) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateParentOrganization) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateRootOrganization

type UpdateOrganizationRequestPathSelectorCasConditionalStateRootOrganization struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateRootOrganization) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateRootOrganization) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateRootOrganization) WithValue

type UpdateOrganizationRequestPathSelectorCasConditionalStateTitle

type UpdateOrganizationRequestPathSelectorCasConditionalStateTitle struct{}

func (UpdateOrganizationRequestPathSelectorCasConditionalStateTitle) FieldPath

func (UpdateOrganizationRequestPathSelectorCasConditionalStateTitle) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasConditionalStateTitle) WithValue

type UpdateOrganizationRequestPathSelectorCasFieldMask

type UpdateOrganizationRequestPathSelectorCasFieldMask struct{}

func (UpdateOrganizationRequestPathSelectorCasFieldMask) FieldPath

func (UpdateOrganizationRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorCasFieldMask) WithValue

type UpdateOrganizationRequestPathSelectorOrganization

type UpdateOrganizationRequestPathSelectorOrganization struct{}

func (UpdateOrganizationRequestPathSelectorOrganization) AncestryPath

func (UpdateOrganizationRequestPathSelectorOrganization) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganization) Metadata

func (UpdateOrganizationRequestPathSelectorOrganization) Name

func (UpdateOrganizationRequestPathSelectorOrganization) RootOrganization

func (UpdateOrganizationRequestPathSelectorOrganization) Title

func (UpdateOrganizationRequestPathSelectorOrganization) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganization) WithSubArrayItemValue

func (UpdateOrganizationRequestPathSelectorOrganization) WithSubArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganization) WithSubPath

func (UpdateOrganizationRequestPathSelectorOrganization) WithSubValue

func (UpdateOrganizationRequestPathSelectorOrganization) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationAncestryPath

type UpdateOrganizationRequestPathSelectorOrganizationAncestryPath struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationAncestryPath) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationAncestryPath) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationAncestryPath) WithItemValue

func (UpdateOrganizationRequestPathSelectorOrganizationAncestryPath) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadata

type UpdateOrganizationRequestPathSelectorOrganizationMetadata struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) DeleteTime added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) Labels

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) Lifecycle added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) Shards

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) Syncing

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) Tags

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) Uuid

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadata) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataAnnotations

type UpdateOrganizationRequestPathSelectorOrganizationMetadataAnnotations struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataAnnotations) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataAnnotations) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataAnnotations) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataCreateTime

type UpdateOrganizationRequestPathSelectorOrganizationMetadataCreateTime struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataCreateTime) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataCreateTime) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataCreateTime) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataDeleteTime) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataGeneration

type UpdateOrganizationRequestPathSelectorOrganizationMetadataGeneration struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataGeneration) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataGeneration) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataGeneration) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLabels

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLabels struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLabels) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLabels) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLabels) WithKey

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLabels) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycle added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycle struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) State added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycle) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataLifecycleState) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) Region added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) Version added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) WithItemValue

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferences) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesController) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesKind) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesName) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion

type UpdateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataResourceVersion) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataShards

type UpdateOrganizationRequestPathSelectorOrganizationMetadataShards struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataShards) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataShards) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataShards) WithKey

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataShards) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncing

type UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncing struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncing) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncing) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncing) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion

type UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingOwningRegion) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions

type UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) WithItemValue

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataSyncingRegions) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataTags

type UpdateOrganizationRequestPathSelectorOrganizationMetadataTags struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataTags) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataTags) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataTags) WithItemValue

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataTags) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime

type UpdateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataUpdateTime) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationMetadataUuid

type UpdateOrganizationRequestPathSelectorOrganizationMetadataUuid struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataUuid) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataUuid) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationMetadataUuid) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationName

type UpdateOrganizationRequestPathSelectorOrganizationName struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationName) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationName) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationName) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationParentOrganization

type UpdateOrganizationRequestPathSelectorOrganizationParentOrganization struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationParentOrganization) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationParentOrganization) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationParentOrganization) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationRootOrganization

type UpdateOrganizationRequestPathSelectorOrganizationRootOrganization struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationRootOrganization) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationRootOrganization) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationRootOrganization) WithValue

type UpdateOrganizationRequestPathSelectorOrganizationTitle

type UpdateOrganizationRequestPathSelectorOrganizationTitle struct{}

func (UpdateOrganizationRequestPathSelectorOrganizationTitle) FieldPath

func (UpdateOrganizationRequestPathSelectorOrganizationTitle) WithArrayOfValues

func (UpdateOrganizationRequestPathSelectorOrganizationTitle) WithValue

type UpdateOrganizationRequestPathSelectorUpdateMask

type UpdateOrganizationRequestPathSelectorUpdateMask struct{}

func (UpdateOrganizationRequestPathSelectorUpdateMask) FieldPath

type UpdateOrganizationRequest_CAS

type UpdateOrganizationRequest_CAS struct {

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

func (*UpdateOrganizationRequest_CAS) CloneRaw

func (*UpdateOrganizationRequest_CAS) Descriptor

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

Deprecated, Use UpdateOrganizationRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest_CAS) GetConditionalState

func (m *UpdateOrganizationRequest_CAS) GetConditionalState() *organization.Organization

func (*UpdateOrganizationRequest_CAS) GetFieldMask

func (*UpdateOrganizationRequest_CAS) GotenMessage

func (*UpdateOrganizationRequest_CAS) GotenMessage()

func (*UpdateOrganizationRequest_CAS) GotenObjectExt

func (o *UpdateOrganizationRequest_CAS) GotenObjectExt()

func (*UpdateOrganizationRequest_CAS) GotenValidate

func (obj *UpdateOrganizationRequest_CAS) GotenValidate() error

func (*UpdateOrganizationRequest_CAS) MakeDiffFieldMask

func (*UpdateOrganizationRequest_CAS) MakeFullFieldMask

func (*UpdateOrganizationRequest_CAS) MakeRawDiffFieldMask

func (*UpdateOrganizationRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateOrganizationRequest_CAS) Marshal

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

func (*UpdateOrganizationRequest_CAS) MarshalJSON

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

func (*UpdateOrganizationRequest_CAS) Merge

func (*UpdateOrganizationRequest_CAS) MergeRaw

func (*UpdateOrganizationRequest_CAS) ProtoMessage

func (*UpdateOrganizationRequest_CAS) ProtoMessage()

func (*UpdateOrganizationRequest_CAS) ProtoReflect

func (*UpdateOrganizationRequest_CAS) Reset

func (m *UpdateOrganizationRequest_CAS) Reset()

func (*UpdateOrganizationRequest_CAS) SetConditionalState

func (m *UpdateOrganizationRequest_CAS) SetConditionalState(fv *organization.Organization)

func (*UpdateOrganizationRequest_CAS) SetFieldMask

func (*UpdateOrganizationRequest_CAS) String

func (*UpdateOrganizationRequest_CAS) Unmarshal

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

func (*UpdateOrganizationRequest_CAS) UnmarshalJSON

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

type UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOrganizationRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalState

type UpdateOrganizationRequest_CASPathSelectorConditionalState struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) Metadata

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) Name

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) Title

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateOrganizationRequest_CASPathSelectorConditionalState) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateAncestryPath

type UpdateOrganizationRequest_CASPathSelectorConditionalStateAncestryPath struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateAncestryPath) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateAncestryPath) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateAncestryPath) WithItemValue

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateAncestryPath) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadata

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateName

type UpdateOrganizationRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateParentOrganization

type UpdateOrganizationRequest_CASPathSelectorConditionalStateParentOrganization struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateParentOrganization) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateParentOrganization) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateParentOrganization) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateRootOrganization

type UpdateOrganizationRequest_CASPathSelectorConditionalStateRootOrganization struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateRootOrganization) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateRootOrganization) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateRootOrganization) WithValue

type UpdateOrganizationRequest_CASPathSelectorConditionalStateTitle

type UpdateOrganizationRequest_CASPathSelectorConditionalStateTitle struct{}

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateTitle) FieldPath

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateTitle) WithArrayOfValues

func (UpdateOrganizationRequest_CASPathSelectorConditionalStateTitle) WithValue

type UpdateOrganizationRequest_CASPathSelectorFieldMask

type UpdateOrganizationRequest_CASPathSelectorFieldMask struct{}

func (UpdateOrganizationRequest_CASPathSelectorFieldMask) FieldPath

type UpdateOrganizationRequest_CAS_FieldMask

type UpdateOrganizationRequest_CAS_FieldMask struct {
	Paths []UpdateOrganizationRequestCAS_FieldPath
}

func FullUpdateOrganizationRequest_CAS_FieldMask

func FullUpdateOrganizationRequest_CAS_FieldMask() *UpdateOrganizationRequest_CAS_FieldMask

func (*UpdateOrganizationRequest_CAS_FieldMask) AppendPath

func (*UpdateOrganizationRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateOrganizationRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateOrganizationRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateOrganizationRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateOrganizationRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateOrganizationRequest_CAS_FieldMask) GetPaths

func (*UpdateOrganizationRequest_CAS_FieldMask) GetRawPaths

func (*UpdateOrganizationRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateOrganizationRequest_CAS_FieldMask) IsFull() bool

func (UpdateOrganizationRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateOrganizationRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateOrganizationRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateOrganizationRequest_CAS_FieldMask) PathsCount() int

func (*UpdateOrganizationRequest_CAS_FieldMask) Project

func (*UpdateOrganizationRequest_CAS_FieldMask) ProjectRaw

func (*UpdateOrganizationRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateOrganizationRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateOrganizationRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateOrganizationRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateOrganizationRequest_CAS_FieldMask) Reset()

func (*UpdateOrganizationRequest_CAS_FieldMask) Set

func (*UpdateOrganizationRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateOrganizationRequest_CAS_FieldMask) SetRaw

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

func (*UpdateOrganizationRequest_CAS_FieldMask) Size

func (fieldMask *UpdateOrganizationRequest_CAS_FieldMask) Size() int

func (*UpdateOrganizationRequest_CAS_FieldMask) String

func (fieldMask *UpdateOrganizationRequest_CAS_FieldMask) String() string

func (*UpdateOrganizationRequest_CAS_FieldMask) Subtract

func (*UpdateOrganizationRequest_CAS_FieldMask) SubtractRaw

func (*UpdateOrganizationRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateOrganizationRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateOrganizationRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateOrganizationRequest_FieldMask

type UpdateOrganizationRequest_FieldMask struct {
	Paths []UpdateOrganizationRequest_FieldPath
}

func FullUpdateOrganizationRequest_FieldMask

func FullUpdateOrganizationRequest_FieldMask() *UpdateOrganizationRequest_FieldMask

func (*UpdateOrganizationRequest_FieldMask) AppendPath

func (*UpdateOrganizationRequest_FieldMask) AppendRawPath

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

func (*UpdateOrganizationRequest_FieldMask) DecodeFirestore

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

func (*UpdateOrganizationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateOrganizationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateOrganizationRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateOrganizationRequest_FieldMask) GetPaths

func (*UpdateOrganizationRequest_FieldMask) GetRawPaths

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

func (*UpdateOrganizationRequest_FieldMask) IsFull

func (fieldMask *UpdateOrganizationRequest_FieldMask) IsFull() bool

func (UpdateOrganizationRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateOrganizationRequest_FieldMask) MarshalJSON

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

func (*UpdateOrganizationRequest_FieldMask) PathsCount

func (fieldMask *UpdateOrganizationRequest_FieldMask) PathsCount() int

func (*UpdateOrganizationRequest_FieldMask) Project

func (*UpdateOrganizationRequest_FieldMask) ProjectRaw

func (*UpdateOrganizationRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateOrganizationRequest_FieldMask) ProtoMessage()

func (*UpdateOrganizationRequest_FieldMask) ProtoReflect

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

func (*UpdateOrganizationRequest_FieldMask) Reset

func (fieldMask *UpdateOrganizationRequest_FieldMask) Reset()

func (*UpdateOrganizationRequest_FieldMask) Set

func (fieldMask *UpdateOrganizationRequest_FieldMask) Set(target, source *UpdateOrganizationRequest)

func (*UpdateOrganizationRequest_FieldMask) SetFromCliFlag

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

func (*UpdateOrganizationRequest_FieldMask) SetRaw

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

func (*UpdateOrganizationRequest_FieldMask) Size

func (fieldMask *UpdateOrganizationRequest_FieldMask) Size() int

func (*UpdateOrganizationRequest_FieldMask) String

func (fieldMask *UpdateOrganizationRequest_FieldMask) String() string

func (*UpdateOrganizationRequest_FieldMask) Subtract

func (*UpdateOrganizationRequest_FieldMask) SubtractRaw

func (*UpdateOrganizationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateOrganizationRequest_FieldMask) Unmarshal

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

func (*UpdateOrganizationRequest_FieldMask) UnmarshalJSON

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

type UpdateOrganizationRequest_FieldPath

type UpdateOrganizationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateOrganizationRequest_FieldPathSelector
	Get(source *UpdateOrganizationRequest) []interface{}
	GetSingle(source *UpdateOrganizationRequest) (interface{}, bool)
	ClearValue(item *UpdateOrganizationRequest)

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

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

func MustParseUpdateOrganizationRequest_FieldPath

func MustParseUpdateOrganizationRequest_FieldPath(rawField string) UpdateOrganizationRequest_FieldPath

func ParseUpdateOrganizationRequest_FieldPath

func ParseUpdateOrganizationRequest_FieldPath(rawField string) (UpdateOrganizationRequest_FieldPath, error)

type UpdateOrganizationRequest_FieldPathArrayItemValue

type UpdateOrganizationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateOrganizationRequest_FieldPath
	ContainsValue(*UpdateOrganizationRequest) bool
}

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

func MustParseUpdateOrganizationRequest_FieldPathArrayItemValue

func MustParseUpdateOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateOrganizationRequest_FieldPathArrayItemValue

func ParseUpdateOrganizationRequest_FieldPathArrayItemValue

func ParseUpdateOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateOrganizationRequest_FieldPathArrayItemValue, error)

ParseUpdateOrganizationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateOrganizationRequest_FieldPathArrayOfValues

type UpdateOrganizationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateOrganizationRequest_FieldPath
}

UpdateOrganizationRequest_FieldPathArrayOfValues allows storing slice of values for UpdateOrganizationRequest fields according to their type

func MustParseUpdateOrganizationRequest_FieldPathArrayOfValues

func MustParseUpdateOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateOrganizationRequest_FieldPathArrayOfValues

func ParseUpdateOrganizationRequest_FieldPathArrayOfValues

func ParseUpdateOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateOrganizationRequest_FieldPathArrayOfValues, error)

type UpdateOrganizationRequest_FieldPathSelector

type UpdateOrganizationRequest_FieldPathSelector int32
const (
	UpdateOrganizationRequest_FieldPathSelectorOrganization UpdateOrganizationRequest_FieldPathSelector = 0
	UpdateOrganizationRequest_FieldPathSelectorUpdateMask   UpdateOrganizationRequest_FieldPathSelector = 1
	UpdateOrganizationRequest_FieldPathSelectorCas          UpdateOrganizationRequest_FieldPathSelector = 2
	UpdateOrganizationRequest_FieldPathSelectorAllowMissing UpdateOrganizationRequest_FieldPathSelector = 3
)

func (UpdateOrganizationRequest_FieldPathSelector) String

type UpdateOrganizationRequest_FieldPathValue

type UpdateOrganizationRequest_FieldPathValue interface {
	UpdateOrganizationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateOrganizationRequest)
	CompareWith(*UpdateOrganizationRequest) (cmp int, comparable bool)
}

UpdateOrganizationRequest_FieldPathValue allows storing values for UpdateOrganizationRequest fields according to their type

func MustParseUpdateOrganizationRequest_FieldPathValue

func MustParseUpdateOrganizationRequest_FieldPathValue(pathStr, valueStr string) UpdateOrganizationRequest_FieldPathValue

func ParseUpdateOrganizationRequest_FieldPathValue

func ParseUpdateOrganizationRequest_FieldPathValue(pathStr, valueStr string) (UpdateOrganizationRequest_FieldPathValue, error)

type UpdateOrganizationRequest_FieldSubPath

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

func (*UpdateOrganizationRequest_FieldSubPath) AsCasSubPath

func (*UpdateOrganizationRequest_FieldSubPath) AsOrganizationSubPath

func (*UpdateOrganizationRequest_FieldSubPath) ClearValue

func (*UpdateOrganizationRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateOrganizationRequest_FieldSubPath) Get

func (fps *UpdateOrganizationRequest_FieldSubPath) Get(source *UpdateOrganizationRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateOrganizationRequest

func (*UpdateOrganizationRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateOrganizationRequest_FieldSubPath) GetRaw

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

func (*UpdateOrganizationRequest_FieldSubPath) GetSingle

func (fps *UpdateOrganizationRequest_FieldSubPath) GetSingle(source *UpdateOrganizationRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateOrganizationRequest

func (*UpdateOrganizationRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateOrganizationRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOrganizationRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOrganizationRequest_FieldSubPath) Selector

func (*UpdateOrganizationRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateOrganizationRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateOrganizationRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateOrganizationRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateOrganizationRequest_FieldSubPath) WithIValue

func (*UpdateOrganizationRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateOrganizationRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateOrganizationRequest_FieldSubPath) WithRawIValue

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

type UpdateOrganizationRequest_FieldSubPathArrayItemValue

type UpdateOrganizationRequest_FieldSubPathArrayItemValue struct {
	UpdateOrganizationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateOrganizationRequest_FieldSubPathArrayItemValue) AsOrganizationPathItemValue

func (*UpdateOrganizationRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateOrganizationRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateOrganizationRequest_FieldSubPathArrayOfValues

type UpdateOrganizationRequest_FieldSubPathArrayOfValues struct {
	UpdateOrganizationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateOrganizationRequest_FieldSubPathArrayOfValues) AsOrganizationPathArrayOfValues

func (*UpdateOrganizationRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateOrganizationRequest_FieldSubPathValue

type UpdateOrganizationRequest_FieldSubPathValue struct {
	UpdateOrganizationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateOrganizationRequest_FieldSubPathValue) AsOrganizationPathValue

func (*UpdateOrganizationRequest_FieldSubPathValue) CompareWith

func (*UpdateOrganizationRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateOrganizationRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateOrganizationRequest_FieldSubPathValue) SetTo

func (*UpdateOrganizationRequest_FieldSubPathValue) SetToRaw

type UpdateOrganizationRequest_FieldTerminalPath

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

func (*UpdateOrganizationRequest_FieldTerminalPath) ClearValue

func (*UpdateOrganizationRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateOrganizationRequest_FieldTerminalPath) Get

func (fp *UpdateOrganizationRequest_FieldTerminalPath) Get(source *UpdateOrganizationRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateOrganizationRequest

func (*UpdateOrganizationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateOrganizationRequest_FieldTerminalPath) GetRaw

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

func (*UpdateOrganizationRequest_FieldTerminalPath) GetSingle

func (fp *UpdateOrganizationRequest_FieldTerminalPath) GetSingle(source *UpdateOrganizationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateOrganizationRequest

func (*UpdateOrganizationRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateOrganizationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateOrganizationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateOrganizationRequest_FieldTerminalPath) Selector

func (*UpdateOrganizationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateOrganizationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateOrganizationRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateOrganizationRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateOrganizationRequest_FieldTerminalPath) WithIValue

func (*UpdateOrganizationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateOrganizationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateOrganizationRequest_FieldTerminalPath) WithRawIValue

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

type UpdateOrganizationRequest_FieldTerminalPathArrayItemValue

type UpdateOrganizationRequest_FieldTerminalPathArrayItemValue struct {
	UpdateOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateOrganizationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateOrganizationRequest_FieldTerminalPathArrayOfValues

type UpdateOrganizationRequest_FieldTerminalPathArrayOfValues struct {
	UpdateOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.33

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

func (*UpdateOrganizationRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateOrganizationRequest_FieldTerminalPathArrayOfValues) AsOrganizationArrayOfValues

func (*UpdateOrganizationRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateOrganizationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateOrganizationRequest_FieldTerminalPathValue

type UpdateOrganizationRequest_FieldTerminalPathValue struct {
	UpdateOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.33

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

func (*UpdateOrganizationRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateOrganizationRequest_FieldTerminalPathValue) AsOrganizationValue

func (*UpdateOrganizationRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateOrganizationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateOrganizationRequest_FieldTerminalPathValue' with the value under path in 'UpdateOrganizationRequest'.

func (*UpdateOrganizationRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateOrganizationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateOrganizationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateOrganizationRequest

func (*UpdateOrganizationRequest_FieldTerminalPathValue) SetToRaw

type WatchOrganizationClientStream

type WatchOrganizationClientStream interface {
	Recv() (*WatchOrganizationResponse, error)
	grpc.ClientStream
}

type WatchOrganizationDescriptor added in v0.4.28

type WatchOrganizationDescriptor struct{}

func GetWatchOrganizationDescriptor added in v0.4.28

func GetWatchOrganizationDescriptor() *WatchOrganizationDescriptor

func (*WatchOrganizationDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchOrganizationDescriptor) GetApiName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetApiName() string

func (*WatchOrganizationDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetFullMethodName() string

func (*WatchOrganizationDescriptor) GetMethodName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetMethodName() string

func (*WatchOrganizationDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchOrganizationDescriptor) GetProtoPkgName() string

func (*WatchOrganizationDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchOrganizationDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchOrganizationDescriptor) GetServiceDomain() string

func (*WatchOrganizationDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchOrganizationDescriptor) GetServiceVersion() string

func (*WatchOrganizationDescriptor) GetVerb added in v0.4.28

func (d *WatchOrganizationDescriptor) GetVerb() string

func (*WatchOrganizationDescriptor) HasResource added in v0.4.30

func (d *WatchOrganizationDescriptor) HasResource() bool

func (*WatchOrganizationDescriptor) IsClientStream added in v0.4.28

func (d *WatchOrganizationDescriptor) IsClientStream() bool

func (*WatchOrganizationDescriptor) IsCollection added in v0.4.30

func (d *WatchOrganizationDescriptor) IsCollection() bool

func (*WatchOrganizationDescriptor) IsPlural added in v0.4.30

func (d *WatchOrganizationDescriptor) IsPlural() bool

func (*WatchOrganizationDescriptor) IsServerStream added in v0.4.28

func (d *WatchOrganizationDescriptor) IsServerStream() bool

func (*WatchOrganizationDescriptor) IsUnary added in v0.4.28

func (d *WatchOrganizationDescriptor) IsUnary() bool

func (*WatchOrganizationDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchOrganizationDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchOrganizationDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchOrganizationDescriptor) RequestHasResourceBody() bool

type WatchOrganizationDescriptorClientMsgHandle added in v0.4.28

type WatchOrganizationDescriptorClientMsgHandle struct{}

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationDescriptorServerMsgHandle added in v0.4.28

type WatchOrganizationDescriptorServerMsgHandle struct{}

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationRequest

type WatchOrganizationRequest struct {

	// Reference to ntt.iam.v1alpha.Organization
	Name *organization.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 *organization.Organization_FieldMask `` /* 144-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 [WatchOrganization][ntt.iam.v1alpha.WatchOrganization]

func (*WatchOrganizationRequest) Clone

func (*WatchOrganizationRequest) CloneRaw

func (*WatchOrganizationRequest) Descriptor

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

Deprecated, Use WatchOrganizationRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationRequest) GetFieldMask

func (*WatchOrganizationRequest) GetName

func (*WatchOrganizationRequest) GetView

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

func (*WatchOrganizationRequest) GotenMessage

func (*WatchOrganizationRequest) GotenMessage()

func (*WatchOrganizationRequest) GotenObjectExt

func (o *WatchOrganizationRequest) GotenObjectExt()

func (*WatchOrganizationRequest) GotenValidate

func (obj *WatchOrganizationRequest) GotenValidate() error

func (*WatchOrganizationRequest) MakeDiffFieldMask

func (*WatchOrganizationRequest) MakeFullFieldMask

func (*WatchOrganizationRequest) MakeRawDiffFieldMask

func (*WatchOrganizationRequest) MakeRawFullFieldMask

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

func (*WatchOrganizationRequest) Marshal

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

func (*WatchOrganizationRequest) MarshalJSON

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

func (*WatchOrganizationRequest) Merge

func (*WatchOrganizationRequest) MergeRaw

func (*WatchOrganizationRequest) ProtoMessage

func (*WatchOrganizationRequest) ProtoMessage()

func (*WatchOrganizationRequest) ProtoReflect

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

func (*WatchOrganizationRequest) Reset

func (m *WatchOrganizationRequest) Reset()

func (*WatchOrganizationRequest) SetFieldMask

func (*WatchOrganizationRequest) SetName

func (*WatchOrganizationRequest) SetView

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

func (*WatchOrganizationRequest) String

func (m *WatchOrganizationRequest) String() string

func (*WatchOrganizationRequest) Unmarshal

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

func (*WatchOrganizationRequest) UnmarshalJSON

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

type WatchOrganizationRequestFieldPathBuilder

type WatchOrganizationRequestFieldPathBuilder struct{}

func NewWatchOrganizationRequestFieldPathBuilder

func NewWatchOrganizationRequestFieldPathBuilder() WatchOrganizationRequestFieldPathBuilder

func (WatchOrganizationRequestFieldPathBuilder) FieldMask

func (WatchOrganizationRequestFieldPathBuilder) Name

func (WatchOrganizationRequestFieldPathBuilder) View

type WatchOrganizationRequestPathSelectorFieldMask

type WatchOrganizationRequestPathSelectorFieldMask struct{}

func (WatchOrganizationRequestPathSelectorFieldMask) FieldPath

type WatchOrganizationRequestPathSelectorName

type WatchOrganizationRequestPathSelectorName struct{}

func (WatchOrganizationRequestPathSelectorName) FieldPath

func (WatchOrganizationRequestPathSelectorName) WithArrayOfValues

func (WatchOrganizationRequestPathSelectorName) WithValue

type WatchOrganizationRequestPathSelectorView

type WatchOrganizationRequestPathSelectorView struct{}

func (WatchOrganizationRequestPathSelectorView) FieldPath

func (WatchOrganizationRequestPathSelectorView) WithArrayOfValues

func (WatchOrganizationRequestPathSelectorView) WithValue

type WatchOrganizationRequest_FieldMask

type WatchOrganizationRequest_FieldMask struct {
	Paths []WatchOrganizationRequest_FieldPath
}

func FullWatchOrganizationRequest_FieldMask

func FullWatchOrganizationRequest_FieldMask() *WatchOrganizationRequest_FieldMask

func (*WatchOrganizationRequest_FieldMask) AppendPath

func (*WatchOrganizationRequest_FieldMask) AppendRawPath

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

func (*WatchOrganizationRequest_FieldMask) DecodeFirestore

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

func (*WatchOrganizationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchOrganizationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOrganizationRequest_FieldMask) FromProtoFieldMask

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

func (*WatchOrganizationRequest_FieldMask) GetPaths

func (*WatchOrganizationRequest_FieldMask) GetRawPaths

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

func (*WatchOrganizationRequest_FieldMask) IsFull

func (fieldMask *WatchOrganizationRequest_FieldMask) IsFull() bool

func (WatchOrganizationRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchOrganizationRequest_FieldMask) MarshalJSON

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

func (*WatchOrganizationRequest_FieldMask) PathsCount

func (fieldMask *WatchOrganizationRequest_FieldMask) PathsCount() int

func (*WatchOrganizationRequest_FieldMask) Project

func (*WatchOrganizationRequest_FieldMask) ProjectRaw

func (*WatchOrganizationRequest_FieldMask) ProtoMessage

func (fieldMask *WatchOrganizationRequest_FieldMask) ProtoMessage()

func (*WatchOrganizationRequest_FieldMask) ProtoReflect

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

func (*WatchOrganizationRequest_FieldMask) Reset

func (fieldMask *WatchOrganizationRequest_FieldMask) Reset()

func (*WatchOrganizationRequest_FieldMask) Set

func (fieldMask *WatchOrganizationRequest_FieldMask) Set(target, source *WatchOrganizationRequest)

func (*WatchOrganizationRequest_FieldMask) SetFromCliFlag

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

func (*WatchOrganizationRequest_FieldMask) SetRaw

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

func (*WatchOrganizationRequest_FieldMask) Size

func (fieldMask *WatchOrganizationRequest_FieldMask) Size() int

func (*WatchOrganizationRequest_FieldMask) String

func (fieldMask *WatchOrganizationRequest_FieldMask) String() string

func (*WatchOrganizationRequest_FieldMask) Subtract

func (*WatchOrganizationRequest_FieldMask) SubtractRaw

func (*WatchOrganizationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchOrganizationRequest_FieldMask) Unmarshal

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

func (*WatchOrganizationRequest_FieldMask) UnmarshalJSON

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

type WatchOrganizationRequest_FieldPath

type WatchOrganizationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOrganizationRequest_FieldPathSelector
	Get(source *WatchOrganizationRequest) []interface{}
	GetSingle(source *WatchOrganizationRequest) (interface{}, bool)
	ClearValue(item *WatchOrganizationRequest)

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

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

func MustParseWatchOrganizationRequest_FieldPath

func MustParseWatchOrganizationRequest_FieldPath(rawField string) WatchOrganizationRequest_FieldPath

func ParseWatchOrganizationRequest_FieldPath

func ParseWatchOrganizationRequest_FieldPath(rawField string) (WatchOrganizationRequest_FieldPath, error)

type WatchOrganizationRequest_FieldPathArrayItemValue

type WatchOrganizationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOrganizationRequest_FieldPath
	ContainsValue(*WatchOrganizationRequest) bool
}

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

func MustParseWatchOrganizationRequest_FieldPathArrayItemValue

func MustParseWatchOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchOrganizationRequest_FieldPathArrayItemValue

func ParseWatchOrganizationRequest_FieldPathArrayItemValue

func ParseWatchOrganizationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOrganizationRequest_FieldPathArrayItemValue, error)

ParseWatchOrganizationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOrganizationRequest_FieldPathArrayOfValues

type WatchOrganizationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOrganizationRequest_FieldPath
}

WatchOrganizationRequest_FieldPathArrayOfValues allows storing slice of values for WatchOrganizationRequest fields according to their type

func MustParseWatchOrganizationRequest_FieldPathArrayOfValues

func MustParseWatchOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOrganizationRequest_FieldPathArrayOfValues

func ParseWatchOrganizationRequest_FieldPathArrayOfValues

func ParseWatchOrganizationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOrganizationRequest_FieldPathArrayOfValues, error)

type WatchOrganizationRequest_FieldPathSelector

type WatchOrganizationRequest_FieldPathSelector int32
const (
	WatchOrganizationRequest_FieldPathSelectorName      WatchOrganizationRequest_FieldPathSelector = 0
	WatchOrganizationRequest_FieldPathSelectorFieldMask WatchOrganizationRequest_FieldPathSelector = 1
	WatchOrganizationRequest_FieldPathSelectorView      WatchOrganizationRequest_FieldPathSelector = 2
)

func (WatchOrganizationRequest_FieldPathSelector) String

type WatchOrganizationRequest_FieldPathValue

type WatchOrganizationRequest_FieldPathValue interface {
	WatchOrganizationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOrganizationRequest)
	CompareWith(*WatchOrganizationRequest) (cmp int, comparable bool)
}

WatchOrganizationRequest_FieldPathValue allows storing values for WatchOrganizationRequest fields according to their type

func MustParseWatchOrganizationRequest_FieldPathValue

func MustParseWatchOrganizationRequest_FieldPathValue(pathStr, valueStr string) WatchOrganizationRequest_FieldPathValue

func ParseWatchOrganizationRequest_FieldPathValue

func ParseWatchOrganizationRequest_FieldPathValue(pathStr, valueStr string) (WatchOrganizationRequest_FieldPathValue, error)

type WatchOrganizationRequest_FieldTerminalPath

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

func (*WatchOrganizationRequest_FieldTerminalPath) ClearValue

func (*WatchOrganizationRequest_FieldTerminalPath) ClearValueRaw

func (*WatchOrganizationRequest_FieldTerminalPath) Get

func (fp *WatchOrganizationRequest_FieldTerminalPath) Get(source *WatchOrganizationRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchOrganizationRequest

func (*WatchOrganizationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchOrganizationRequest_FieldTerminalPath) GetRaw

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

func (*WatchOrganizationRequest_FieldTerminalPath) GetSingle

func (fp *WatchOrganizationRequest_FieldTerminalPath) GetSingle(source *WatchOrganizationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchOrganizationRequest

func (*WatchOrganizationRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchOrganizationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOrganizationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOrganizationRequest_FieldTerminalPath) Selector

func (*WatchOrganizationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchOrganizationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOrganizationRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchOrganizationRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchOrganizationRequest_FieldTerminalPath) WithIValue

func (*WatchOrganizationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchOrganizationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchOrganizationRequest_FieldTerminalPath) WithRawIValue

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

type WatchOrganizationRequest_FieldTerminalPathArrayItemValue

type WatchOrganizationRequest_FieldTerminalPathArrayItemValue struct {
	WatchOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchOrganizationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOrganizationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchOrganizationRequest_FieldTerminalPathArrayOfValues

type WatchOrganizationRequest_FieldTerminalPathArrayOfValues struct {
	WatchOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchOrganizationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchOrganizationRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchOrganizationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchOrganizationRequest_FieldTerminalPathValue

type WatchOrganizationRequest_FieldTerminalPathValue struct {
	WatchOrganizationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchOrganizationRequest_FieldTerminalPathValue) AsNameValue

func (*WatchOrganizationRequest_FieldTerminalPathValue) AsViewValue

func (*WatchOrganizationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOrganizationRequest_FieldTerminalPathValue' with the value under path in 'WatchOrganizationRequest'.

func (*WatchOrganizationRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchOrganizationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchOrganizationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOrganizationRequest

func (*WatchOrganizationRequest_FieldTerminalPathValue) SetToRaw

type WatchOrganizationResponse

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

WatchOrganizationResponse

func (*WatchOrganizationResponse) Clone

func (*WatchOrganizationResponse) CloneRaw

func (*WatchOrganizationResponse) Descriptor

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

Deprecated, Use WatchOrganizationResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationResponse) GetChange

func (*WatchOrganizationResponse) GotenMessage

func (*WatchOrganizationResponse) GotenMessage()

func (*WatchOrganizationResponse) GotenObjectExt

func (o *WatchOrganizationResponse) GotenObjectExt()

func (*WatchOrganizationResponse) GotenValidate

func (obj *WatchOrganizationResponse) GotenValidate() error

func (*WatchOrganizationResponse) MakeDiffFieldMask

func (*WatchOrganizationResponse) MakeFullFieldMask

func (*WatchOrganizationResponse) MakeRawDiffFieldMask

func (*WatchOrganizationResponse) MakeRawFullFieldMask

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

func (*WatchOrganizationResponse) Marshal

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

func (*WatchOrganizationResponse) MarshalJSON

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

func (*WatchOrganizationResponse) Merge

func (*WatchOrganizationResponse) MergeRaw

func (*WatchOrganizationResponse) ProtoMessage

func (*WatchOrganizationResponse) ProtoMessage()

func (*WatchOrganizationResponse) ProtoReflect

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

func (*WatchOrganizationResponse) Reset

func (m *WatchOrganizationResponse) Reset()

func (*WatchOrganizationResponse) SetChange

func (*WatchOrganizationResponse) String

func (m *WatchOrganizationResponse) String() string

func (*WatchOrganizationResponse) Unmarshal

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

func (*WatchOrganizationResponse) UnmarshalJSON

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

type WatchOrganizationResponseFieldPathBuilder

type WatchOrganizationResponseFieldPathBuilder struct{}

func NewWatchOrganizationResponseFieldPathBuilder

func NewWatchOrganizationResponseFieldPathBuilder() WatchOrganizationResponseFieldPathBuilder

func (WatchOrganizationResponseFieldPathBuilder) Change

type WatchOrganizationResponsePathSelectorChange

type WatchOrganizationResponsePathSelectorChange struct{}

func (WatchOrganizationResponsePathSelectorChange) FieldPath

type WatchOrganizationResponse_FieldMask

type WatchOrganizationResponse_FieldMask struct {
	Paths []WatchOrganizationResponse_FieldPath
}

func FullWatchOrganizationResponse_FieldMask

func FullWatchOrganizationResponse_FieldMask() *WatchOrganizationResponse_FieldMask

func (*WatchOrganizationResponse_FieldMask) AppendPath

func (*WatchOrganizationResponse_FieldMask) AppendRawPath

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

func (*WatchOrganizationResponse_FieldMask) DecodeFirestore

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

func (*WatchOrganizationResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchOrganizationResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOrganizationResponse_FieldMask) FromProtoFieldMask

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

func (*WatchOrganizationResponse_FieldMask) GetPaths

func (*WatchOrganizationResponse_FieldMask) GetRawPaths

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

func (*WatchOrganizationResponse_FieldMask) IsFull

func (fieldMask *WatchOrganizationResponse_FieldMask) IsFull() bool

func (WatchOrganizationResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchOrganizationResponse_FieldMask) MarshalJSON

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

func (*WatchOrganizationResponse_FieldMask) PathsCount

func (fieldMask *WatchOrganizationResponse_FieldMask) PathsCount() int

func (*WatchOrganizationResponse_FieldMask) Project

func (*WatchOrganizationResponse_FieldMask) ProjectRaw

func (*WatchOrganizationResponse_FieldMask) ProtoMessage

func (fieldMask *WatchOrganizationResponse_FieldMask) ProtoMessage()

func (*WatchOrganizationResponse_FieldMask) ProtoReflect

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

func (*WatchOrganizationResponse_FieldMask) Reset

func (fieldMask *WatchOrganizationResponse_FieldMask) Reset()

func (*WatchOrganizationResponse_FieldMask) Set

func (fieldMask *WatchOrganizationResponse_FieldMask) Set(target, source *WatchOrganizationResponse)

func (*WatchOrganizationResponse_FieldMask) SetFromCliFlag

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

func (*WatchOrganizationResponse_FieldMask) SetRaw

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

func (*WatchOrganizationResponse_FieldMask) Size

func (fieldMask *WatchOrganizationResponse_FieldMask) Size() int

func (*WatchOrganizationResponse_FieldMask) String

func (fieldMask *WatchOrganizationResponse_FieldMask) String() string

func (*WatchOrganizationResponse_FieldMask) Subtract

func (*WatchOrganizationResponse_FieldMask) SubtractRaw

func (*WatchOrganizationResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchOrganizationResponse_FieldMask) Unmarshal

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

func (*WatchOrganizationResponse_FieldMask) UnmarshalJSON

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

type WatchOrganizationResponse_FieldPath

type WatchOrganizationResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOrganizationResponse_FieldPathSelector
	Get(source *WatchOrganizationResponse) []interface{}
	GetSingle(source *WatchOrganizationResponse) (interface{}, bool)
	ClearValue(item *WatchOrganizationResponse)

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

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

func MustParseWatchOrganizationResponse_FieldPath

func MustParseWatchOrganizationResponse_FieldPath(rawField string) WatchOrganizationResponse_FieldPath

func ParseWatchOrganizationResponse_FieldPath

func ParseWatchOrganizationResponse_FieldPath(rawField string) (WatchOrganizationResponse_FieldPath, error)

type WatchOrganizationResponse_FieldPathArrayItemValue

type WatchOrganizationResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOrganizationResponse_FieldPath
	ContainsValue(*WatchOrganizationResponse) bool
}

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

func MustParseWatchOrganizationResponse_FieldPathArrayItemValue

func MustParseWatchOrganizationResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchOrganizationResponse_FieldPathArrayItemValue

func ParseWatchOrganizationResponse_FieldPathArrayItemValue

func ParseWatchOrganizationResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOrganizationResponse_FieldPathArrayItemValue, error)

ParseWatchOrganizationResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOrganizationResponse_FieldPathArrayOfValues

type WatchOrganizationResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOrganizationResponse_FieldPath
}

WatchOrganizationResponse_FieldPathArrayOfValues allows storing slice of values for WatchOrganizationResponse fields according to their type

func MustParseWatchOrganizationResponse_FieldPathArrayOfValues

func MustParseWatchOrganizationResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOrganizationResponse_FieldPathArrayOfValues

func ParseWatchOrganizationResponse_FieldPathArrayOfValues

func ParseWatchOrganizationResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOrganizationResponse_FieldPathArrayOfValues, error)

type WatchOrganizationResponse_FieldPathSelector

type WatchOrganizationResponse_FieldPathSelector int32
const (
	WatchOrganizationResponse_FieldPathSelectorChange WatchOrganizationResponse_FieldPathSelector = 0
)

func (WatchOrganizationResponse_FieldPathSelector) String

type WatchOrganizationResponse_FieldPathValue

type WatchOrganizationResponse_FieldPathValue interface {
	WatchOrganizationResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOrganizationResponse)
	CompareWith(*WatchOrganizationResponse) (cmp int, comparable bool)
}

WatchOrganizationResponse_FieldPathValue allows storing values for WatchOrganizationResponse fields according to their type

func MustParseWatchOrganizationResponse_FieldPathValue

func MustParseWatchOrganizationResponse_FieldPathValue(pathStr, valueStr string) WatchOrganizationResponse_FieldPathValue

func ParseWatchOrganizationResponse_FieldPathValue

func ParseWatchOrganizationResponse_FieldPathValue(pathStr, valueStr string) (WatchOrganizationResponse_FieldPathValue, error)

type WatchOrganizationResponse_FieldTerminalPath

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

func (*WatchOrganizationResponse_FieldTerminalPath) ClearValue

func (*WatchOrganizationResponse_FieldTerminalPath) ClearValueRaw

func (*WatchOrganizationResponse_FieldTerminalPath) Get

func (fp *WatchOrganizationResponse_FieldTerminalPath) Get(source *WatchOrganizationResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchOrganizationResponse

func (*WatchOrganizationResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchOrganizationResponse_FieldTerminalPath) GetRaw

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

func (*WatchOrganizationResponse_FieldTerminalPath) GetSingle

func (fp *WatchOrganizationResponse_FieldTerminalPath) GetSingle(source *WatchOrganizationResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchOrganizationResponse

func (*WatchOrganizationResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchOrganizationResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOrganizationResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOrganizationResponse_FieldTerminalPath) Selector

func (*WatchOrganizationResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchOrganizationResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOrganizationResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchOrganizationResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchOrganizationResponse_FieldTerminalPath) WithIValue

func (*WatchOrganizationResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchOrganizationResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchOrganizationResponse_FieldTerminalPath) WithRawIValue

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

type WatchOrganizationResponse_FieldTerminalPathArrayItemValue

type WatchOrganizationResponse_FieldTerminalPathArrayItemValue struct {
	WatchOrganizationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchOrganizationResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchOrganizationResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOrganizationResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchOrganizationResponse_FieldTerminalPathArrayOfValues

type WatchOrganizationResponse_FieldTerminalPathArrayOfValues struct {
	WatchOrganizationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchOrganizationResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchOrganizationResponse_FieldTerminalPathValue

type WatchOrganizationResponse_FieldTerminalPathValue struct {
	WatchOrganizationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchOrganizationResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOrganizationResponse_FieldTerminalPathValue' with the value under path in 'WatchOrganizationResponse'.

func (*WatchOrganizationResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchOrganizationResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchOrganizationResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOrganizationResponse

func (*WatchOrganizationResponse_FieldTerminalPathValue) SetToRaw

type WatchOrganizationsClientStream

type WatchOrganizationsClientStream interface {
	Recv() (*WatchOrganizationsResponse, error)
	grpc.ClientStream
}

type WatchOrganizationsDescriptor added in v0.4.28

type WatchOrganizationsDescriptor struct{}

func GetWatchOrganizationsDescriptor added in v0.4.28

func GetWatchOrganizationsDescriptor() *WatchOrganizationsDescriptor

func (*WatchOrganizationsDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchOrganizationsDescriptor) GetApiName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetApiName() string

func (*WatchOrganizationsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetFullMethodName() string

func (*WatchOrganizationsDescriptor) GetMethodName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetMethodName() string

func (*WatchOrganizationsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetProtoPkgName() string

func (*WatchOrganizationsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchOrganizationsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchOrganizationsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetServiceDomain() string

func (*WatchOrganizationsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetServiceVersion() string

func (*WatchOrganizationsDescriptor) GetVerb added in v0.4.28

func (d *WatchOrganizationsDescriptor) GetVerb() string

func (*WatchOrganizationsDescriptor) HasResource added in v0.4.30

func (d *WatchOrganizationsDescriptor) HasResource() bool

func (*WatchOrganizationsDescriptor) IsClientStream added in v0.4.28

func (d *WatchOrganizationsDescriptor) IsClientStream() bool

func (*WatchOrganizationsDescriptor) IsCollection added in v0.4.30

func (d *WatchOrganizationsDescriptor) IsCollection() bool

func (*WatchOrganizationsDescriptor) IsPlural added in v0.4.30

func (d *WatchOrganizationsDescriptor) IsPlural() bool

func (*WatchOrganizationsDescriptor) IsServerStream added in v0.4.28

func (d *WatchOrganizationsDescriptor) IsServerStream() bool

func (*WatchOrganizationsDescriptor) IsUnary added in v0.4.28

func (d *WatchOrganizationsDescriptor) IsUnary() bool

func (*WatchOrganizationsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchOrganizationsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchOrganizationsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchOrganizationsDescriptor) RequestHasResourceBody() bool

type WatchOrganizationsDescriptorClientMsgHandle added in v0.4.28

type WatchOrganizationsDescriptorClientMsgHandle struct{}

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationsDescriptorServerMsgHandle added in v0.4.28

type WatchOrganizationsDescriptorServerMsgHandle struct{}

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchOrganizationsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchOrganizationsRequest

type WatchOrganizationsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Requested page size. Server may return fewer Organizations 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 *organization.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 *organization.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 *organization.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 Organization that don't
	// affect any of masked fields won't be sent back.
	FieldMask *organization.Organization_FieldMask `` /* 144-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
	// Organization 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 [WatchOrganizations][ntt.iam.v1alpha.WatchOrganizations]

func (*WatchOrganizationsRequest) Clone

func (*WatchOrganizationsRequest) CloneRaw

func (*WatchOrganizationsRequest) Descriptor

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

Deprecated, Use WatchOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsRequest) GetFieldMask

func (*WatchOrganizationsRequest) GetFilter

func (*WatchOrganizationsRequest) GetMaxChunkSize

func (m *WatchOrganizationsRequest) GetMaxChunkSize() int32

func (*WatchOrganizationsRequest) GetOrderBy

func (*WatchOrganizationsRequest) GetPageSize

func (m *WatchOrganizationsRequest) GetPageSize() int32

func (*WatchOrganizationsRequest) GetPageToken

func (*WatchOrganizationsRequest) GetResumeToken

func (m *WatchOrganizationsRequest) GetResumeToken() string

func (*WatchOrganizationsRequest) GetStartingTime added in v0.9.0

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

func (*WatchOrganizationsRequest) GetType

func (*WatchOrganizationsRequest) GetView

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

func (*WatchOrganizationsRequest) GotenMessage

func (*WatchOrganizationsRequest) GotenMessage()

func (*WatchOrganizationsRequest) GotenObjectExt

func (o *WatchOrganizationsRequest) GotenObjectExt()

func (*WatchOrganizationsRequest) GotenValidate

func (obj *WatchOrganizationsRequest) GotenValidate() error

func (*WatchOrganizationsRequest) MakeDiffFieldMask

func (*WatchOrganizationsRequest) MakeFullFieldMask

func (*WatchOrganizationsRequest) MakeRawDiffFieldMask

func (*WatchOrganizationsRequest) MakeRawFullFieldMask

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

func (*WatchOrganizationsRequest) Marshal

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

func (*WatchOrganizationsRequest) MarshalJSON

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

func (*WatchOrganizationsRequest) Merge

func (*WatchOrganizationsRequest) MergeRaw

func (*WatchOrganizationsRequest) ProtoMessage

func (*WatchOrganizationsRequest) ProtoMessage()

func (*WatchOrganizationsRequest) ProtoReflect

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

func (*WatchOrganizationsRequest) Reset

func (m *WatchOrganizationsRequest) Reset()

func (*WatchOrganizationsRequest) SetFieldMask

func (*WatchOrganizationsRequest) SetFilter

func (m *WatchOrganizationsRequest) SetFilter(fv *organization.Filter)

func (*WatchOrganizationsRequest) SetMaxChunkSize

func (m *WatchOrganizationsRequest) SetMaxChunkSize(fv int32)

func (*WatchOrganizationsRequest) SetOrderBy

func (m *WatchOrganizationsRequest) SetOrderBy(fv *organization.OrderBy)

func (*WatchOrganizationsRequest) SetPageSize

func (m *WatchOrganizationsRequest) SetPageSize(fv int32)

func (*WatchOrganizationsRequest) SetPageToken

func (m *WatchOrganizationsRequest) SetPageToken(fv *organization.PagerCursor)

func (*WatchOrganizationsRequest) SetResumeToken

func (m *WatchOrganizationsRequest) SetResumeToken(fv string)

func (*WatchOrganizationsRequest) SetStartingTime added in v0.9.0

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

func (*WatchOrganizationsRequest) SetType

func (*WatchOrganizationsRequest) SetView

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

func (*WatchOrganizationsRequest) String

func (m *WatchOrganizationsRequest) String() string

func (*WatchOrganizationsRequest) Unmarshal

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

func (*WatchOrganizationsRequest) UnmarshalJSON

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

type WatchOrganizationsRequestFieldPathBuilder

type WatchOrganizationsRequestFieldPathBuilder struct{}

func NewWatchOrganizationsRequestFieldPathBuilder

func NewWatchOrganizationsRequestFieldPathBuilder() WatchOrganizationsRequestFieldPathBuilder

func (WatchOrganizationsRequestFieldPathBuilder) FieldMask

func (WatchOrganizationsRequestFieldPathBuilder) Filter

func (WatchOrganizationsRequestFieldPathBuilder) MaxChunkSize

func (WatchOrganizationsRequestFieldPathBuilder) OrderBy

func (WatchOrganizationsRequestFieldPathBuilder) PageSize

func (WatchOrganizationsRequestFieldPathBuilder) PageToken

func (WatchOrganizationsRequestFieldPathBuilder) ResumeToken

func (WatchOrganizationsRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchOrganizationsRequestFieldPathBuilder) Type

func (WatchOrganizationsRequestFieldPathBuilder) View

type WatchOrganizationsRequestPathSelectorFieldMask

type WatchOrganizationsRequestPathSelectorFieldMask struct{}

func (WatchOrganizationsRequestPathSelectorFieldMask) FieldPath

type WatchOrganizationsRequestPathSelectorFilter

type WatchOrganizationsRequestPathSelectorFilter struct{}

func (WatchOrganizationsRequestPathSelectorFilter) FieldPath

func (WatchOrganizationsRequestPathSelectorFilter) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorFilter) WithValue

type WatchOrganizationsRequestPathSelectorMaxChunkSize

type WatchOrganizationsRequestPathSelectorMaxChunkSize struct{}

func (WatchOrganizationsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchOrganizationsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorMaxChunkSize) WithValue

type WatchOrganizationsRequestPathSelectorOrderBy

type WatchOrganizationsRequestPathSelectorOrderBy struct{}

func (WatchOrganizationsRequestPathSelectorOrderBy) FieldPath

func (WatchOrganizationsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorOrderBy) WithValue

type WatchOrganizationsRequestPathSelectorPageSize

type WatchOrganizationsRequestPathSelectorPageSize struct{}

func (WatchOrganizationsRequestPathSelectorPageSize) FieldPath

func (WatchOrganizationsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorPageSize) WithValue

type WatchOrganizationsRequestPathSelectorPageToken

type WatchOrganizationsRequestPathSelectorPageToken struct{}

func (WatchOrganizationsRequestPathSelectorPageToken) FieldPath

func (WatchOrganizationsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorPageToken) WithValue

type WatchOrganizationsRequestPathSelectorResumeToken

type WatchOrganizationsRequestPathSelectorResumeToken struct{}

func (WatchOrganizationsRequestPathSelectorResumeToken) FieldPath

func (WatchOrganizationsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorResumeToken) WithValue

type WatchOrganizationsRequestPathSelectorStartingTime added in v0.9.0

type WatchOrganizationsRequestPathSelectorStartingTime struct{}

func (WatchOrganizationsRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchOrganizationsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchOrganizationsRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchOrganizationsRequestPathSelectorType

type WatchOrganizationsRequestPathSelectorType struct{}

func (WatchOrganizationsRequestPathSelectorType) FieldPath

func (WatchOrganizationsRequestPathSelectorType) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorType) WithValue

type WatchOrganizationsRequestPathSelectorView

type WatchOrganizationsRequestPathSelectorView struct{}

func (WatchOrganizationsRequestPathSelectorView) FieldPath

func (WatchOrganizationsRequestPathSelectorView) WithArrayOfValues

func (WatchOrganizationsRequestPathSelectorView) WithValue

type WatchOrganizationsRequest_FieldMask

type WatchOrganizationsRequest_FieldMask struct {
	Paths []WatchOrganizationsRequest_FieldPath
}

func FullWatchOrganizationsRequest_FieldMask

func FullWatchOrganizationsRequest_FieldMask() *WatchOrganizationsRequest_FieldMask

func (*WatchOrganizationsRequest_FieldMask) AppendPath

func (*WatchOrganizationsRequest_FieldMask) AppendRawPath

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

func (*WatchOrganizationsRequest_FieldMask) DecodeFirestore

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

func (*WatchOrganizationsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchOrganizationsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOrganizationsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchOrganizationsRequest_FieldMask) GetPaths

func (*WatchOrganizationsRequest_FieldMask) GetRawPaths

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

func (*WatchOrganizationsRequest_FieldMask) IsFull

func (fieldMask *WatchOrganizationsRequest_FieldMask) IsFull() bool

func (WatchOrganizationsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchOrganizationsRequest_FieldMask) MarshalJSON

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

func (*WatchOrganizationsRequest_FieldMask) PathsCount

func (fieldMask *WatchOrganizationsRequest_FieldMask) PathsCount() int

func (*WatchOrganizationsRequest_FieldMask) Project

func (*WatchOrganizationsRequest_FieldMask) ProjectRaw

func (*WatchOrganizationsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchOrganizationsRequest_FieldMask) ProtoMessage()

func (*WatchOrganizationsRequest_FieldMask) ProtoReflect

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

func (*WatchOrganizationsRequest_FieldMask) Reset

func (fieldMask *WatchOrganizationsRequest_FieldMask) Reset()

func (*WatchOrganizationsRequest_FieldMask) Set

func (fieldMask *WatchOrganizationsRequest_FieldMask) Set(target, source *WatchOrganizationsRequest)

func (*WatchOrganizationsRequest_FieldMask) SetFromCliFlag

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

func (*WatchOrganizationsRequest_FieldMask) SetRaw

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

func (*WatchOrganizationsRequest_FieldMask) Size

func (fieldMask *WatchOrganizationsRequest_FieldMask) Size() int

func (*WatchOrganizationsRequest_FieldMask) String

func (fieldMask *WatchOrganizationsRequest_FieldMask) String() string

func (*WatchOrganizationsRequest_FieldMask) Subtract

func (*WatchOrganizationsRequest_FieldMask) SubtractRaw

func (*WatchOrganizationsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchOrganizationsRequest_FieldMask) Unmarshal

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

func (*WatchOrganizationsRequest_FieldMask) UnmarshalJSON

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

type WatchOrganizationsRequest_FieldPath

type WatchOrganizationsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOrganizationsRequest_FieldPathSelector
	Get(source *WatchOrganizationsRequest) []interface{}
	GetSingle(source *WatchOrganizationsRequest) (interface{}, bool)
	ClearValue(item *WatchOrganizationsRequest)

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

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

func MustParseWatchOrganizationsRequest_FieldPath

func MustParseWatchOrganizationsRequest_FieldPath(rawField string) WatchOrganizationsRequest_FieldPath

func ParseWatchOrganizationsRequest_FieldPath

func ParseWatchOrganizationsRequest_FieldPath(rawField string) (WatchOrganizationsRequest_FieldPath, error)

type WatchOrganizationsRequest_FieldPathArrayItemValue

type WatchOrganizationsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOrganizationsRequest_FieldPath
	ContainsValue(*WatchOrganizationsRequest) bool
}

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

func MustParseWatchOrganizationsRequest_FieldPathArrayItemValue

func MustParseWatchOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchOrganizationsRequest_FieldPathArrayItemValue

func ParseWatchOrganizationsRequest_FieldPathArrayItemValue

func ParseWatchOrganizationsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOrganizationsRequest_FieldPathArrayItemValue, error)

ParseWatchOrganizationsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOrganizationsRequest_FieldPathArrayOfValues

type WatchOrganizationsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOrganizationsRequest_FieldPath
}

WatchOrganizationsRequest_FieldPathArrayOfValues allows storing slice of values for WatchOrganizationsRequest fields according to their type

func MustParseWatchOrganizationsRequest_FieldPathArrayOfValues

func MustParseWatchOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOrganizationsRequest_FieldPathArrayOfValues

func ParseWatchOrganizationsRequest_FieldPathArrayOfValues

func ParseWatchOrganizationsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOrganizationsRequest_FieldPathArrayOfValues, error)

type WatchOrganizationsRequest_FieldPathSelector

type WatchOrganizationsRequest_FieldPathSelector int32
const (
	WatchOrganizationsRequest_FieldPathSelectorType         WatchOrganizationsRequest_FieldPathSelector = 0
	WatchOrganizationsRequest_FieldPathSelectorPageSize     WatchOrganizationsRequest_FieldPathSelector = 1
	WatchOrganizationsRequest_FieldPathSelectorPageToken    WatchOrganizationsRequest_FieldPathSelector = 2
	WatchOrganizationsRequest_FieldPathSelectorOrderBy      WatchOrganizationsRequest_FieldPathSelector = 3
	WatchOrganizationsRequest_FieldPathSelectorResumeToken  WatchOrganizationsRequest_FieldPathSelector = 4
	WatchOrganizationsRequest_FieldPathSelectorStartingTime WatchOrganizationsRequest_FieldPathSelector = 5
	WatchOrganizationsRequest_FieldPathSelectorFilter       WatchOrganizationsRequest_FieldPathSelector = 6
	WatchOrganizationsRequest_FieldPathSelectorFieldMask    WatchOrganizationsRequest_FieldPathSelector = 7
	WatchOrganizationsRequest_FieldPathSelectorView         WatchOrganizationsRequest_FieldPathSelector = 8
	WatchOrganizationsRequest_FieldPathSelectorMaxChunkSize WatchOrganizationsRequest_FieldPathSelector = 9
)

func (WatchOrganizationsRequest_FieldPathSelector) String

type WatchOrganizationsRequest_FieldPathValue

type WatchOrganizationsRequest_FieldPathValue interface {
	WatchOrganizationsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOrganizationsRequest)
	CompareWith(*WatchOrganizationsRequest) (cmp int, comparable bool)
}

WatchOrganizationsRequest_FieldPathValue allows storing values for WatchOrganizationsRequest fields according to their type

func MustParseWatchOrganizationsRequest_FieldPathValue

func MustParseWatchOrganizationsRequest_FieldPathValue(pathStr, valueStr string) WatchOrganizationsRequest_FieldPathValue

func ParseWatchOrganizationsRequest_FieldPathValue

func ParseWatchOrganizationsRequest_FieldPathValue(pathStr, valueStr string) (WatchOrganizationsRequest_FieldPathValue, error)

type WatchOrganizationsRequest_FieldTerminalPath

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

func (*WatchOrganizationsRequest_FieldTerminalPath) ClearValue

func (*WatchOrganizationsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchOrganizationsRequest_FieldTerminalPath) Get

func (fp *WatchOrganizationsRequest_FieldTerminalPath) Get(source *WatchOrganizationsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchOrganizationsRequest

func (*WatchOrganizationsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchOrganizationsRequest_FieldTerminalPath) GetRaw

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

func (*WatchOrganizationsRequest_FieldTerminalPath) GetSingle

func (fp *WatchOrganizationsRequest_FieldTerminalPath) GetSingle(source *WatchOrganizationsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchOrganizationsRequest

func (*WatchOrganizationsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchOrganizationsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOrganizationsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOrganizationsRequest_FieldTerminalPath) Selector

func (*WatchOrganizationsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchOrganizationsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOrganizationsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchOrganizationsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchOrganizationsRequest_FieldTerminalPath) WithIValue

func (*WatchOrganizationsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchOrganizationsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchOrganizationsRequest_FieldTerminalPath) WithRawIValue

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

type WatchOrganizationsRequest_FieldTerminalPathArrayItemValue

type WatchOrganizationsRequest_FieldTerminalPathArrayItemValue struct {
	WatchOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchOrganizationsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOrganizationsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchOrganizationsRequest_FieldTerminalPathArrayOfValues

type WatchOrganizationsRequest_FieldTerminalPathArrayOfValues struct {
	WatchOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

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

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

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

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchOrganizationsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchOrganizationsRequest_FieldTerminalPathValue

type WatchOrganizationsRequest_FieldTerminalPathValue struct {
	WatchOrganizationsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

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

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchOrganizationsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchOrganizationsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOrganizationsRequest_FieldTerminalPathValue' with the value under path in 'WatchOrganizationsRequest'.

func (*WatchOrganizationsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchOrganizationsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchOrganizationsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOrganizationsRequest

func (*WatchOrganizationsRequest_FieldTerminalPathValue) SetToRaw

type WatchOrganizationsResponse

type WatchOrganizationsResponse struct {

	// Changes of Organizations
	OrganizationChanges []*organization.OrganizationChange `` /* 150-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 Organizations 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 *WatchOrganizationsResponse_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 (Organizations 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
}

WatchOrganizationsResponse

func (*WatchOrganizationsResponse) Clone

func (*WatchOrganizationsResponse) CloneRaw

func (*WatchOrganizationsResponse) Descriptor

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

Deprecated, Use WatchOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsResponse) GetIsCurrent

func (m *WatchOrganizationsResponse) GetIsCurrent() bool

func (*WatchOrganizationsResponse) GetIsHardReset

func (m *WatchOrganizationsResponse) GetIsHardReset() bool

func (*WatchOrganizationsResponse) GetIsSoftReset

func (m *WatchOrganizationsResponse) GetIsSoftReset() bool

func (*WatchOrganizationsResponse) GetOrganizationChanges

func (m *WatchOrganizationsResponse) GetOrganizationChanges() []*organization.OrganizationChange

func (*WatchOrganizationsResponse) GetPageTokenChange

func (*WatchOrganizationsResponse) GetResumeToken

func (m *WatchOrganizationsResponse) GetResumeToken() string

func (*WatchOrganizationsResponse) GetSnapshotSize

func (m *WatchOrganizationsResponse) GetSnapshotSize() int64

func (*WatchOrganizationsResponse) GotenMessage

func (*WatchOrganizationsResponse) GotenMessage()

func (*WatchOrganizationsResponse) GotenObjectExt

func (o *WatchOrganizationsResponse) GotenObjectExt()

func (*WatchOrganizationsResponse) GotenValidate

func (obj *WatchOrganizationsResponse) GotenValidate() error

func (*WatchOrganizationsResponse) MakeDiffFieldMask

func (*WatchOrganizationsResponse) MakeFullFieldMask

func (*WatchOrganizationsResponse) MakeRawDiffFieldMask

func (*WatchOrganizationsResponse) MakeRawFullFieldMask

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

func (*WatchOrganizationsResponse) Marshal

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

func (*WatchOrganizationsResponse) MarshalJSON

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

func (*WatchOrganizationsResponse) Merge

func (*WatchOrganizationsResponse) MergeRaw

func (*WatchOrganizationsResponse) ProtoMessage

func (*WatchOrganizationsResponse) ProtoMessage()

func (*WatchOrganizationsResponse) ProtoReflect

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

func (*WatchOrganizationsResponse) Reset

func (m *WatchOrganizationsResponse) Reset()

func (*WatchOrganizationsResponse) SetIsCurrent

func (m *WatchOrganizationsResponse) SetIsCurrent(fv bool)

func (*WatchOrganizationsResponse) SetIsHardReset

func (m *WatchOrganizationsResponse) SetIsHardReset(fv bool)

func (*WatchOrganizationsResponse) SetIsSoftReset

func (m *WatchOrganizationsResponse) SetIsSoftReset(fv bool)

func (*WatchOrganizationsResponse) SetOrganizationChanges

func (m *WatchOrganizationsResponse) SetOrganizationChanges(fv []*organization.OrganizationChange)

func (*WatchOrganizationsResponse) SetPageTokenChange

func (*WatchOrganizationsResponse) SetResumeToken

func (m *WatchOrganizationsResponse) SetResumeToken(fv string)

func (*WatchOrganizationsResponse) SetSnapshotSize

func (m *WatchOrganizationsResponse) SetSnapshotSize(fv int64)

func (*WatchOrganizationsResponse) String

func (m *WatchOrganizationsResponse) String() string

func (*WatchOrganizationsResponse) Unmarshal

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

func (*WatchOrganizationsResponse) UnmarshalJSON

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

type WatchOrganizationsResponseFieldPathBuilder

type WatchOrganizationsResponseFieldPathBuilder struct{}

func NewWatchOrganizationsResponseFieldPathBuilder

func NewWatchOrganizationsResponseFieldPathBuilder() WatchOrganizationsResponseFieldPathBuilder

func (WatchOrganizationsResponseFieldPathBuilder) IsCurrent

func (WatchOrganizationsResponseFieldPathBuilder) IsHardReset

func (WatchOrganizationsResponseFieldPathBuilder) IsSoftReset

func (WatchOrganizationsResponseFieldPathBuilder) OrganizationChanges

func (WatchOrganizationsResponseFieldPathBuilder) PageTokenChange

func (WatchOrganizationsResponseFieldPathBuilder) ResumeToken

func (WatchOrganizationsResponseFieldPathBuilder) SnapshotSize

type WatchOrganizationsResponsePageTokenChangeFieldPathBuilder

type WatchOrganizationsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchOrganizationsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchOrganizationsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchOrganizationsResponsePageTokenChange_FieldPath

type WatchOrganizationsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOrganizationsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchOrganizationsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchOrganizationsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchOrganizationsResponse_PageTokenChange)

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

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

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPath

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPath(rawField string) WatchOrganizationsResponsePageTokenChange_FieldPath

func ParseWatchOrganizationsResponsePageTokenChange_FieldPath

func ParseWatchOrganizationsResponsePageTokenChange_FieldPath(rawField string) (WatchOrganizationsResponsePageTokenChange_FieldPath, error)

type WatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue

type WatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOrganizationsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchOrganizationsResponse_PageTokenChange) bool
}

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

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues

type WatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOrganizationsResponsePageTokenChange_FieldPath
}

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

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOrganizationsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchOrganizationsResponsePageTokenChange_FieldPathSelector

type WatchOrganizationsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchOrganizationsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchOrganizationsResponsePageTokenChange_FieldPathSelector = 0
	WatchOrganizationsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchOrganizationsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchOrganizationsResponsePageTokenChange_FieldPathSelector) String

type WatchOrganizationsResponsePageTokenChange_FieldPathValue

type WatchOrganizationsResponsePageTokenChange_FieldPathValue interface {
	WatchOrganizationsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOrganizationsResponse_PageTokenChange)
	CompareWith(*WatchOrganizationsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchOrganizationsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPathValue

func MustParseWatchOrganizationsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchOrganizationsResponsePageTokenChange_FieldPathValue

func ParseWatchOrganizationsResponsePageTokenChange_FieldPathValue

func ParseWatchOrganizationsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchOrganizationsResponsePageTokenChange_FieldPathValue, error)

type WatchOrganizationsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchOrganizationsResponse_PageTokenChange

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchOrganizationsResponse_PageTokenChange

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchOrganizationsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchOrganizationsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue

type WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchOrganizationsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchOrganizationsResponse_PageTokenChange'.

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchOrganizationsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchOrganizationsResponsePathSelectorIsCurrent

type WatchOrganizationsResponsePathSelectorIsCurrent struct{}

func (WatchOrganizationsResponsePathSelectorIsCurrent) FieldPath

func (WatchOrganizationsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorIsCurrent) WithValue

type WatchOrganizationsResponsePathSelectorIsHardReset

type WatchOrganizationsResponsePathSelectorIsHardReset struct{}

func (WatchOrganizationsResponsePathSelectorIsHardReset) FieldPath

func (WatchOrganizationsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorIsHardReset) WithValue

type WatchOrganizationsResponsePathSelectorIsSoftReset

type WatchOrganizationsResponsePathSelectorIsSoftReset struct{}

func (WatchOrganizationsResponsePathSelectorIsSoftReset) FieldPath

func (WatchOrganizationsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorIsSoftReset) WithValue

type WatchOrganizationsResponsePathSelectorOrganizationChanges

type WatchOrganizationsResponsePathSelectorOrganizationChanges struct{}

func (WatchOrganizationsResponsePathSelectorOrganizationChanges) FieldPath

func (WatchOrganizationsResponsePathSelectorOrganizationChanges) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorOrganizationChanges) WithValue

type WatchOrganizationsResponsePathSelectorPageTokenChange

type WatchOrganizationsResponsePathSelectorPageTokenChange struct{}

func (WatchOrganizationsResponsePathSelectorPageTokenChange) FieldPath

type WatchOrganizationsResponsePathSelectorPageTokenChangeNextPageToken

type WatchOrganizationsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchOrganizationsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchOrganizationsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchOrganizationsResponsePathSelectorPageTokenChangePrevPageToken

type WatchOrganizationsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchOrganizationsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchOrganizationsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchOrganizationsResponsePathSelectorResumeToken

type WatchOrganizationsResponsePathSelectorResumeToken struct{}

func (WatchOrganizationsResponsePathSelectorResumeToken) FieldPath

func (WatchOrganizationsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorResumeToken) WithValue

type WatchOrganizationsResponsePathSelectorSnapshotSize

type WatchOrganizationsResponsePathSelectorSnapshotSize struct{}

func (WatchOrganizationsResponsePathSelectorSnapshotSize) FieldPath

func (WatchOrganizationsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchOrganizationsResponsePathSelectorSnapshotSize) WithValue

type WatchOrganizationsResponse_FieldMask

type WatchOrganizationsResponse_FieldMask struct {
	Paths []WatchOrganizationsResponse_FieldPath
}

func FullWatchOrganizationsResponse_FieldMask

func FullWatchOrganizationsResponse_FieldMask() *WatchOrganizationsResponse_FieldMask

func (*WatchOrganizationsResponse_FieldMask) AppendPath

func (*WatchOrganizationsResponse_FieldMask) AppendRawPath

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

func (*WatchOrganizationsResponse_FieldMask) DecodeFirestore

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

func (*WatchOrganizationsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchOrganizationsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOrganizationsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchOrganizationsResponse_FieldMask) GetPaths

func (*WatchOrganizationsResponse_FieldMask) GetRawPaths

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

func (*WatchOrganizationsResponse_FieldMask) IsFull

func (fieldMask *WatchOrganizationsResponse_FieldMask) IsFull() bool

func (WatchOrganizationsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchOrganizationsResponse_FieldMask) MarshalJSON

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

func (*WatchOrganizationsResponse_FieldMask) PathsCount

func (fieldMask *WatchOrganizationsResponse_FieldMask) PathsCount() int

func (*WatchOrganizationsResponse_FieldMask) Project

func (*WatchOrganizationsResponse_FieldMask) ProjectRaw

func (*WatchOrganizationsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchOrganizationsResponse_FieldMask) ProtoMessage()

func (*WatchOrganizationsResponse_FieldMask) ProtoReflect

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

func (*WatchOrganizationsResponse_FieldMask) Reset

func (fieldMask *WatchOrganizationsResponse_FieldMask) Reset()

func (*WatchOrganizationsResponse_FieldMask) Set

func (fieldMask *WatchOrganizationsResponse_FieldMask) Set(target, source *WatchOrganizationsResponse)

func (*WatchOrganizationsResponse_FieldMask) SetFromCliFlag

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

func (*WatchOrganizationsResponse_FieldMask) SetRaw

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

func (*WatchOrganizationsResponse_FieldMask) Size

func (fieldMask *WatchOrganizationsResponse_FieldMask) Size() int

func (*WatchOrganizationsResponse_FieldMask) String

func (fieldMask *WatchOrganizationsResponse_FieldMask) String() string

func (*WatchOrganizationsResponse_FieldMask) Subtract

func (*WatchOrganizationsResponse_FieldMask) SubtractRaw

func (*WatchOrganizationsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchOrganizationsResponse_FieldMask) Unmarshal

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

func (*WatchOrganizationsResponse_FieldMask) UnmarshalJSON

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

type WatchOrganizationsResponse_FieldPath

type WatchOrganizationsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchOrganizationsResponse_FieldPathSelector
	Get(source *WatchOrganizationsResponse) []interface{}
	GetSingle(source *WatchOrganizationsResponse) (interface{}, bool)
	ClearValue(item *WatchOrganizationsResponse)

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

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

func MustParseWatchOrganizationsResponse_FieldPath

func MustParseWatchOrganizationsResponse_FieldPath(rawField string) WatchOrganizationsResponse_FieldPath

func ParseWatchOrganizationsResponse_FieldPath

func ParseWatchOrganizationsResponse_FieldPath(rawField string) (WatchOrganizationsResponse_FieldPath, error)

type WatchOrganizationsResponse_FieldPathArrayItemValue

type WatchOrganizationsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchOrganizationsResponse_FieldPath
	ContainsValue(*WatchOrganizationsResponse) bool
}

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

func MustParseWatchOrganizationsResponse_FieldPathArrayItemValue

func MustParseWatchOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchOrganizationsResponse_FieldPathArrayItemValue

func ParseWatchOrganizationsResponse_FieldPathArrayItemValue

func ParseWatchOrganizationsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchOrganizationsResponse_FieldPathArrayItemValue, error)

ParseWatchOrganizationsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchOrganizationsResponse_FieldPathArrayOfValues

type WatchOrganizationsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchOrganizationsResponse_FieldPath
}

WatchOrganizationsResponse_FieldPathArrayOfValues allows storing slice of values for WatchOrganizationsResponse fields according to their type

func MustParseWatchOrganizationsResponse_FieldPathArrayOfValues

func MustParseWatchOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchOrganizationsResponse_FieldPathArrayOfValues

func ParseWatchOrganizationsResponse_FieldPathArrayOfValues

func ParseWatchOrganizationsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchOrganizationsResponse_FieldPathArrayOfValues, error)

type WatchOrganizationsResponse_FieldPathSelector

type WatchOrganizationsResponse_FieldPathSelector int32
const (
	WatchOrganizationsResponse_FieldPathSelectorOrganizationChanges WatchOrganizationsResponse_FieldPathSelector = 0
	WatchOrganizationsResponse_FieldPathSelectorIsCurrent           WatchOrganizationsResponse_FieldPathSelector = 1
	WatchOrganizationsResponse_FieldPathSelectorPageTokenChange     WatchOrganizationsResponse_FieldPathSelector = 2
	WatchOrganizationsResponse_FieldPathSelectorResumeToken         WatchOrganizationsResponse_FieldPathSelector = 3
	WatchOrganizationsResponse_FieldPathSelectorSnapshotSize        WatchOrganizationsResponse_FieldPathSelector = 4
	WatchOrganizationsResponse_FieldPathSelectorIsSoftReset         WatchOrganizationsResponse_FieldPathSelector = 5
	WatchOrganizationsResponse_FieldPathSelectorIsHardReset         WatchOrganizationsResponse_FieldPathSelector = 6
)

func (WatchOrganizationsResponse_FieldPathSelector) String

type WatchOrganizationsResponse_FieldPathValue

type WatchOrganizationsResponse_FieldPathValue interface {
	WatchOrganizationsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchOrganizationsResponse)
	CompareWith(*WatchOrganizationsResponse) (cmp int, comparable bool)
}

WatchOrganizationsResponse_FieldPathValue allows storing values for WatchOrganizationsResponse fields according to their type

func MustParseWatchOrganizationsResponse_FieldPathValue

func MustParseWatchOrganizationsResponse_FieldPathValue(pathStr, valueStr string) WatchOrganizationsResponse_FieldPathValue

func ParseWatchOrganizationsResponse_FieldPathValue

func ParseWatchOrganizationsResponse_FieldPathValue(pathStr, valueStr string) (WatchOrganizationsResponse_FieldPathValue, error)

type WatchOrganizationsResponse_FieldSubPath

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

func (*WatchOrganizationsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchOrganizationsResponse_FieldSubPath) ClearValue

func (*WatchOrganizationsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchOrganizationsResponse_FieldSubPath) Get

func (fps *WatchOrganizationsResponse_FieldSubPath) Get(source *WatchOrganizationsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchOrganizationsResponse

func (*WatchOrganizationsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchOrganizationsResponse_FieldSubPath) GetRaw

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

func (*WatchOrganizationsResponse_FieldSubPath) GetSingle

func (fps *WatchOrganizationsResponse_FieldSubPath) GetSingle(source *WatchOrganizationsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchOrganizationsResponse

func (*WatchOrganizationsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchOrganizationsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOrganizationsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOrganizationsResponse_FieldSubPath) Selector

func (*WatchOrganizationsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchOrganizationsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchOrganizationsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchOrganizationsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchOrganizationsResponse_FieldSubPath) WithIValue

func (*WatchOrganizationsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchOrganizationsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchOrganizationsResponse_FieldSubPath) WithRawIValue

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

type WatchOrganizationsResponse_FieldSubPathArrayItemValue

type WatchOrganizationsResponse_FieldSubPathArrayItemValue struct {
	WatchOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchOrganizationsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchOrganizationsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchOrganizationsResponse_FieldSubPathArrayOfValues

type WatchOrganizationsResponse_FieldSubPathArrayOfValues struct {
	WatchOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchOrganizationsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchOrganizationsResponse_FieldSubPathValue

type WatchOrganizationsResponse_FieldSubPathValue struct {
	WatchOrganizationsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchOrganizationsResponse_FieldSubPathValue) CompareWith

func (*WatchOrganizationsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchOrganizationsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchOrganizationsResponse_FieldSubPathValue) SetTo

func (*WatchOrganizationsResponse_FieldSubPathValue) SetToRaw

type WatchOrganizationsResponse_FieldTerminalPath

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

func (*WatchOrganizationsResponse_FieldTerminalPath) ClearValue

func (*WatchOrganizationsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchOrganizationsResponse_FieldTerminalPath) Get

func (fp *WatchOrganizationsResponse_FieldTerminalPath) Get(source *WatchOrganizationsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchOrganizationsResponse

func (*WatchOrganizationsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchOrganizationsResponse_FieldTerminalPath) GetRaw

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

func (*WatchOrganizationsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchOrganizationsResponse

func (*WatchOrganizationsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchOrganizationsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchOrganizationsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchOrganizationsResponse_FieldTerminalPath) Selector

func (*WatchOrganizationsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchOrganizationsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchOrganizationsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchOrganizationsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchOrganizationsResponse_FieldTerminalPath) WithIValue

func (*WatchOrganizationsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchOrganizationsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchOrganizationsResponse_FieldTerminalPath) WithRawIValue

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

type WatchOrganizationsResponse_FieldTerminalPathArrayItemValue

type WatchOrganizationsResponse_FieldTerminalPathArrayItemValue struct {
	WatchOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponse_FieldTerminalPathArrayItemValue) AsOrganizationChangesItemValue

func (*WatchOrganizationsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchOrganizationsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchOrganizationsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchOrganizationsResponse_FieldTerminalPathArrayOfValues

type WatchOrganizationsResponse_FieldTerminalPathArrayOfValues struct {
	WatchOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

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

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

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

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

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

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsOrganizationChangesArrayOfValues

func (fpaov *WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsOrganizationChangesArrayOfValues() ([][]*organization.OrganizationChange, bool)

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

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

func (*WatchOrganizationsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchOrganizationsResponse_FieldTerminalPathValue

type WatchOrganizationsResponse_FieldTerminalPathValue struct {
	WatchOrganizationsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchOrganizationsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchOrganizationsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchOrganizationsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchOrganizationsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchOrganizationsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchOrganizationsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchOrganizationsResponse_FieldTerminalPathValue) AsOrganizationChangesValue

func (*WatchOrganizationsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchOrganizationsResponse_FieldTerminalPathValue) AsResumeTokenValue

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

func (*WatchOrganizationsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchOrganizationsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchOrganizationsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchOrganizationsResponse_FieldTerminalPathValue' with the value under path in 'WatchOrganizationsResponse'.

func (*WatchOrganizationsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchOrganizationsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchOrganizationsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchOrganizationsResponse

func (*WatchOrganizationsResponse_FieldTerminalPathValue) SetToRaw

type WatchOrganizationsResponse_PageTokenChange

type WatchOrganizationsResponse_PageTokenChange struct {

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

func (*WatchOrganizationsResponse_PageTokenChange) Clone

func (*WatchOrganizationsResponse_PageTokenChange) CloneRaw

func (*WatchOrganizationsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchOrganizationsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchOrganizationsResponse_PageTokenChange) GetNextPageToken

func (*WatchOrganizationsResponse_PageTokenChange) GetPrevPageToken

func (*WatchOrganizationsResponse_PageTokenChange) GotenMessage

func (*WatchOrganizationsResponse_PageTokenChange) GotenObjectExt

func (o *WatchOrganizationsResponse_PageTokenChange) GotenObjectExt()

func (*WatchOrganizationsResponse_PageTokenChange) GotenValidate

func (*WatchOrganizationsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchOrganizationsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchOrganizationsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchOrganizationsResponse_PageTokenChange) Marshal

func (*WatchOrganizationsResponse_PageTokenChange) MarshalJSON

func (*WatchOrganizationsResponse_PageTokenChange) Merge

func (*WatchOrganizationsResponse_PageTokenChange) MergeRaw

func (*WatchOrganizationsResponse_PageTokenChange) ProtoMessage

func (*WatchOrganizationsResponse_PageTokenChange) ProtoReflect

func (*WatchOrganizationsResponse_PageTokenChange) Reset

func (*WatchOrganizationsResponse_PageTokenChange) SetNextPageToken

func (*WatchOrganizationsResponse_PageTokenChange) SetPrevPageToken

func (*WatchOrganizationsResponse_PageTokenChange) String

func (*WatchOrganizationsResponse_PageTokenChange) Unmarshal

func (*WatchOrganizationsResponse_PageTokenChange) UnmarshalJSON

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

type WatchOrganizationsResponse_PageTokenChangePathSelectorNextPageToken

type WatchOrganizationsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchOrganizationsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchOrganizationsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchOrganizationsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchOrganizationsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchOrganizationsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchOrganizationsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchOrganizationsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchOrganizationsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchOrganizationsResponse_PageTokenChange_FieldMask

type WatchOrganizationsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchOrganizationsResponsePageTokenChange_FieldPath
}

func FullWatchOrganizationsResponse_PageTokenChange_FieldMask

func FullWatchOrganizationsResponse_PageTokenChange_FieldMask() *WatchOrganizationsResponse_PageTokenChange_FieldMask

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) IsFull

func (WatchOrganizationsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchOrganizationsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) Project

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchOrganizationsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) Reset

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) Set

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) SetFromCliFlag

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

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) Size

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) String

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchOrganizationsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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