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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetServiceAccountKeysDescriptor added in v0.4.28

type BatchGetServiceAccountKeysDescriptor struct{}

func GetBatchGetServiceAccountKeysDescriptor added in v0.4.28

func GetBatchGetServiceAccountKeysDescriptor() *BatchGetServiceAccountKeysDescriptor

func (*BatchGetServiceAccountKeysDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetServiceAccountKeysDescriptor) GetApiName added in v0.4.28

func (*BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetServiceAccountKeysDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) GetFullMethodName() string

func (*BatchGetServiceAccountKeysDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) GetMethodName() string

func (*BatchGetServiceAccountKeysDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) GetProtoPkgName() string

func (*BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor added in v0.4.30

func (*BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetServiceAccountKeysDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) GetServiceDomain() string

func (*BatchGetServiceAccountKeysDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) GetServiceVersion() string

func (*BatchGetServiceAccountKeysDescriptor) GetVerb added in v0.4.28

func (*BatchGetServiceAccountKeysDescriptor) HasResource added in v0.4.30

func (d *BatchGetServiceAccountKeysDescriptor) HasResource() bool

func (*BatchGetServiceAccountKeysDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) IsClientStream() bool

func (*BatchGetServiceAccountKeysDescriptor) IsCollection added in v0.4.30

func (d *BatchGetServiceAccountKeysDescriptor) IsCollection() bool

func (*BatchGetServiceAccountKeysDescriptor) IsPlural added in v0.4.30

func (*BatchGetServiceAccountKeysDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) IsServerStream() bool

func (*BatchGetServiceAccountKeysDescriptor) IsUnary added in v0.4.28

func (*BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody() bool

type BatchGetServiceAccountKeysDescriptorClientMsgHandle added in v0.4.28

type BatchGetServiceAccountKeysDescriptorClientMsgHandle struct{}

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetServiceAccountKeysDescriptorServerMsgHandle added in v0.4.28

type BatchGetServiceAccountKeysDescriptorServerMsgHandle struct{}

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetServiceAccountKeysRequest

type BatchGetServiceAccountKeysRequest struct {

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

func (*BatchGetServiceAccountKeysRequest) Clone

func (*BatchGetServiceAccountKeysRequest) CloneRaw

func (*BatchGetServiceAccountKeysRequest) Descriptor

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

Deprecated, Use BatchGetServiceAccountKeysRequest.ProtoReflect.Descriptor instead.

func (*BatchGetServiceAccountKeysRequest) GetFieldMask

func (*BatchGetServiceAccountKeysRequest) GetNames

func (*BatchGetServiceAccountKeysRequest) GetView

func (*BatchGetServiceAccountKeysRequest) GotenMessage

func (*BatchGetServiceAccountKeysRequest) GotenMessage()

func (*BatchGetServiceAccountKeysRequest) GotenObjectExt

func (o *BatchGetServiceAccountKeysRequest) GotenObjectExt()

func (*BatchGetServiceAccountKeysRequest) GotenValidate

func (obj *BatchGetServiceAccountKeysRequest) GotenValidate() error

func (*BatchGetServiceAccountKeysRequest) MakeFullFieldMask

func (*BatchGetServiceAccountKeysRequest) MakeRawDiffFieldMask

func (*BatchGetServiceAccountKeysRequest) MakeRawFullFieldMask

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

func (*BatchGetServiceAccountKeysRequest) Marshal

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

func (*BatchGetServiceAccountKeysRequest) MarshalJSON

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

func (*BatchGetServiceAccountKeysRequest) Merge

func (*BatchGetServiceAccountKeysRequest) MergeRaw

func (*BatchGetServiceAccountKeysRequest) ProtoMessage

func (*BatchGetServiceAccountKeysRequest) ProtoMessage()

func (*BatchGetServiceAccountKeysRequest) ProtoReflect

func (*BatchGetServiceAccountKeysRequest) Reset

func (*BatchGetServiceAccountKeysRequest) SetFieldMask

func (*BatchGetServiceAccountKeysRequest) SetNames

func (*BatchGetServiceAccountKeysRequest) SetView

func (*BatchGetServiceAccountKeysRequest) String

func (*BatchGetServiceAccountKeysRequest) Unmarshal

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

func (*BatchGetServiceAccountKeysRequest) UnmarshalJSON

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

type BatchGetServiceAccountKeysRequestFieldPathBuilder

type BatchGetServiceAccountKeysRequestFieldPathBuilder struct{}

func NewBatchGetServiceAccountKeysRequestFieldPathBuilder

func NewBatchGetServiceAccountKeysRequestFieldPathBuilder() BatchGetServiceAccountKeysRequestFieldPathBuilder

func (BatchGetServiceAccountKeysRequestFieldPathBuilder) FieldMask

func (BatchGetServiceAccountKeysRequestFieldPathBuilder) Names

func (BatchGetServiceAccountKeysRequestFieldPathBuilder) View

type BatchGetServiceAccountKeysRequestPathSelectorFieldMask

type BatchGetServiceAccountKeysRequestPathSelectorFieldMask struct{}

func (BatchGetServiceAccountKeysRequestPathSelectorFieldMask) FieldPath

type BatchGetServiceAccountKeysRequestPathSelectorNames

type BatchGetServiceAccountKeysRequestPathSelectorNames struct{}

func (BatchGetServiceAccountKeysRequestPathSelectorNames) FieldPath

type BatchGetServiceAccountKeysRequestPathSelectorView

type BatchGetServiceAccountKeysRequestPathSelectorView struct{}

func (BatchGetServiceAccountKeysRequestPathSelectorView) FieldPath

func (BatchGetServiceAccountKeysRequestPathSelectorView) WithArrayOfValues

func (BatchGetServiceAccountKeysRequestPathSelectorView) WithValue

type BatchGetServiceAccountKeysRequest_FieldMask

type BatchGetServiceAccountKeysRequest_FieldMask struct {
	Paths []BatchGetServiceAccountKeysRequest_FieldPath
}

func FullBatchGetServiceAccountKeysRequest_FieldMask

func FullBatchGetServiceAccountKeysRequest_FieldMask() *BatchGetServiceAccountKeysRequest_FieldMask

func (*BatchGetServiceAccountKeysRequest_FieldMask) AppendPath

func (*BatchGetServiceAccountKeysRequest_FieldMask) AppendRawPath

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

func (*BatchGetServiceAccountKeysRequest_FieldMask) DecodeFirestore

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

func (*BatchGetServiceAccountKeysRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetServiceAccountKeysRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetServiceAccountKeysRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetServiceAccountKeysRequest_FieldMask) GetPaths

func (*BatchGetServiceAccountKeysRequest_FieldMask) GetRawPaths

func (*BatchGetServiceAccountKeysRequest_FieldMask) IsFull

func (BatchGetServiceAccountKeysRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetServiceAccountKeysRequest_FieldMask) MarshalJSON

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

func (*BatchGetServiceAccountKeysRequest_FieldMask) PathsCount

func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) PathsCount() int

func (*BatchGetServiceAccountKeysRequest_FieldMask) Project

func (*BatchGetServiceAccountKeysRequest_FieldMask) ProjectRaw

func (*BatchGetServiceAccountKeysRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ProtoMessage()

func (*BatchGetServiceAccountKeysRequest_FieldMask) ProtoReflect

func (*BatchGetServiceAccountKeysRequest_FieldMask) Reset

func (*BatchGetServiceAccountKeysRequest_FieldMask) Set

func (*BatchGetServiceAccountKeysRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetServiceAccountKeysRequest_FieldMask) SetRaw

func (*BatchGetServiceAccountKeysRequest_FieldMask) Size

func (*BatchGetServiceAccountKeysRequest_FieldMask) String

func (*BatchGetServiceAccountKeysRequest_FieldMask) Subtract

func (*BatchGetServiceAccountKeysRequest_FieldMask) SubtractRaw

func (*BatchGetServiceAccountKeysRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetServiceAccountKeysRequest_FieldMask) Unmarshal

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

func (*BatchGetServiceAccountKeysRequest_FieldMask) UnmarshalJSON

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

type BatchGetServiceAccountKeysRequest_FieldPath

type BatchGetServiceAccountKeysRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetServiceAccountKeysRequest_FieldPathSelector
	Get(source *BatchGetServiceAccountKeysRequest) []interface{}
	GetSingle(source *BatchGetServiceAccountKeysRequest) (interface{}, bool)
	ClearValue(item *BatchGetServiceAccountKeysRequest)

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

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

func MustParseBatchGetServiceAccountKeysRequest_FieldPath

func MustParseBatchGetServiceAccountKeysRequest_FieldPath(rawField string) BatchGetServiceAccountKeysRequest_FieldPath

func ParseBatchGetServiceAccountKeysRequest_FieldPath

func ParseBatchGetServiceAccountKeysRequest_FieldPath(rawField string) (BatchGetServiceAccountKeysRequest_FieldPath, error)

type BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue

type BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetServiceAccountKeysRequest_FieldPath
	ContainsValue(*BatchGetServiceAccountKeysRequest) bool
}

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

func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue

func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue

func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue

func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue, error)

ParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues

type BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetServiceAccountKeysRequest_FieldPath
}

BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetServiceAccountKeysRequest fields according to their type

func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues

func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues

func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues

func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues, error)

type BatchGetServiceAccountKeysRequest_FieldPathSelector

type BatchGetServiceAccountKeysRequest_FieldPathSelector int32
const (
	BatchGetServiceAccountKeysRequest_FieldPathSelectorNames     BatchGetServiceAccountKeysRequest_FieldPathSelector = 0
	BatchGetServiceAccountKeysRequest_FieldPathSelectorFieldMask BatchGetServiceAccountKeysRequest_FieldPathSelector = 1
	BatchGetServiceAccountKeysRequest_FieldPathSelectorView      BatchGetServiceAccountKeysRequest_FieldPathSelector = 2
)

func (BatchGetServiceAccountKeysRequest_FieldPathSelector) String

type BatchGetServiceAccountKeysRequest_FieldPathValue

type BatchGetServiceAccountKeysRequest_FieldPathValue interface {
	BatchGetServiceAccountKeysRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetServiceAccountKeysRequest)
	CompareWith(*BatchGetServiceAccountKeysRequest) (cmp int, comparable bool)
}

BatchGetServiceAccountKeysRequest_FieldPathValue allows storing values for BatchGetServiceAccountKeysRequest fields according to their type

func MustParseBatchGetServiceAccountKeysRequest_FieldPathValue

func MustParseBatchGetServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) BatchGetServiceAccountKeysRequest_FieldPathValue

func ParseBatchGetServiceAccountKeysRequest_FieldPathValue

func ParseBatchGetServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) (BatchGetServiceAccountKeysRequest_FieldPathValue, error)

type BatchGetServiceAccountKeysRequest_FieldTerminalPath

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValue

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetServiceAccountKeysRequest

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetServiceAccountKeysRequest

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) Selector

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIValue

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue

type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue

type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues

type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetServiceAccountKeysRequest_FieldTerminalPathValue

type BatchGetServiceAccountKeysRequest_FieldTerminalPathValue struct {
	BatchGetServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetServiceAccountKeysRequest_FieldTerminalPathValue' with the value under path in 'BatchGetServiceAccountKeysRequest'.

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetServiceAccountKeysRequest

func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw

type BatchGetServiceAccountKeysResponse

type BatchGetServiceAccountKeysResponse struct {

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

BatchGetServiceAccountKeysResponse

func (*BatchGetServiceAccountKeysResponse) Clone

func (*BatchGetServiceAccountKeysResponse) CloneRaw

func (*BatchGetServiceAccountKeysResponse) Descriptor

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

Deprecated, Use BatchGetServiceAccountKeysResponse.ProtoReflect.Descriptor instead.

func (*BatchGetServiceAccountKeysResponse) GetMissing

func (*BatchGetServiceAccountKeysResponse) GetServiceAccountKeys

func (*BatchGetServiceAccountKeysResponse) GotenMessage

func (*BatchGetServiceAccountKeysResponse) GotenMessage()

func (*BatchGetServiceAccountKeysResponse) GotenObjectExt

func (o *BatchGetServiceAccountKeysResponse) GotenObjectExt()

func (*BatchGetServiceAccountKeysResponse) GotenValidate

func (obj *BatchGetServiceAccountKeysResponse) GotenValidate() error

func (*BatchGetServiceAccountKeysResponse) MakeFullFieldMask

func (*BatchGetServiceAccountKeysResponse) MakeRawDiffFieldMask

func (*BatchGetServiceAccountKeysResponse) MakeRawFullFieldMask

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

func (*BatchGetServiceAccountKeysResponse) Marshal

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

func (*BatchGetServiceAccountKeysResponse) MarshalJSON

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

func (*BatchGetServiceAccountKeysResponse) Merge

func (*BatchGetServiceAccountKeysResponse) MergeRaw

func (*BatchGetServiceAccountKeysResponse) ProtoMessage

func (*BatchGetServiceAccountKeysResponse) ProtoMessage()

func (*BatchGetServiceAccountKeysResponse) ProtoReflect

func (*BatchGetServiceAccountKeysResponse) Reset

func (*BatchGetServiceAccountKeysResponse) SetMissing

func (*BatchGetServiceAccountKeysResponse) SetServiceAccountKeys

func (*BatchGetServiceAccountKeysResponse) String

func (*BatchGetServiceAccountKeysResponse) Unmarshal

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

func (*BatchGetServiceAccountKeysResponse) UnmarshalJSON

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

type BatchGetServiceAccountKeysResponseFieldPathBuilder

type BatchGetServiceAccountKeysResponseFieldPathBuilder struct{}

func NewBatchGetServiceAccountKeysResponseFieldPathBuilder

func NewBatchGetServiceAccountKeysResponseFieldPathBuilder() BatchGetServiceAccountKeysResponseFieldPathBuilder

func (BatchGetServiceAccountKeysResponseFieldPathBuilder) Missing

func (BatchGetServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeys

type BatchGetServiceAccountKeysResponsePathSelectorMissing

type BatchGetServiceAccountKeysResponsePathSelectorMissing struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorMissing) FieldPath

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) FieldPath

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) FieldPath

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) FieldPath

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithValue

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) FieldPath

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithValue

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) FieldPath

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithValue

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) FieldPath

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithValue

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) FieldPath

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithValue

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore

type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore struct{}

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) FieldPath

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues

func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithValue

type BatchGetServiceAccountKeysResponse_FieldMask

type BatchGetServiceAccountKeysResponse_FieldMask struct {
	Paths []BatchGetServiceAccountKeysResponse_FieldPath
}

func FullBatchGetServiceAccountKeysResponse_FieldMask

func FullBatchGetServiceAccountKeysResponse_FieldMask() *BatchGetServiceAccountKeysResponse_FieldMask

func (*BatchGetServiceAccountKeysResponse_FieldMask) AppendPath

func (*BatchGetServiceAccountKeysResponse_FieldMask) AppendRawPath

func (*BatchGetServiceAccountKeysResponse_FieldMask) DecodeFirestore

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

func (*BatchGetServiceAccountKeysResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetServiceAccountKeysResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetServiceAccountKeysResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetServiceAccountKeysResponse_FieldMask) GetPaths

func (*BatchGetServiceAccountKeysResponse_FieldMask) GetRawPaths

func (*BatchGetServiceAccountKeysResponse_FieldMask) IsFull

func (BatchGetServiceAccountKeysResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetServiceAccountKeysResponse_FieldMask) MarshalJSON

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

func (*BatchGetServiceAccountKeysResponse_FieldMask) PathsCount

func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) PathsCount() int

func (*BatchGetServiceAccountKeysResponse_FieldMask) Project

func (*BatchGetServiceAccountKeysResponse_FieldMask) ProjectRaw

func (*BatchGetServiceAccountKeysResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ProtoMessage()

func (*BatchGetServiceAccountKeysResponse_FieldMask) ProtoReflect

func (*BatchGetServiceAccountKeysResponse_FieldMask) Reset

func (*BatchGetServiceAccountKeysResponse_FieldMask) Set

func (*BatchGetServiceAccountKeysResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetServiceAccountKeysResponse_FieldMask) SetRaw

func (*BatchGetServiceAccountKeysResponse_FieldMask) Size

func (*BatchGetServiceAccountKeysResponse_FieldMask) String

func (*BatchGetServiceAccountKeysResponse_FieldMask) Subtract

func (*BatchGetServiceAccountKeysResponse_FieldMask) SubtractRaw

func (*BatchGetServiceAccountKeysResponse_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*BatchGetServiceAccountKeysResponse_FieldMask) Unmarshal

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

func (*BatchGetServiceAccountKeysResponse_FieldMask) UnmarshalJSON

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

type BatchGetServiceAccountKeysResponse_FieldPath

type BatchGetServiceAccountKeysResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetServiceAccountKeysResponse_FieldPathSelector
	Get(source *BatchGetServiceAccountKeysResponse) []interface{}
	GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool)
	ClearValue(item *BatchGetServiceAccountKeysResponse)

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

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

func MustParseBatchGetServiceAccountKeysResponse_FieldPath

func MustParseBatchGetServiceAccountKeysResponse_FieldPath(rawField string) BatchGetServiceAccountKeysResponse_FieldPath

func ParseBatchGetServiceAccountKeysResponse_FieldPath

func ParseBatchGetServiceAccountKeysResponse_FieldPath(rawField string) (BatchGetServiceAccountKeysResponse_FieldPath, error)

type BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue

type BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetServiceAccountKeysResponse_FieldPath
	ContainsValue(*BatchGetServiceAccountKeysResponse) bool
}

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

func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue

func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue

func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue

func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue, error)

ParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues

type BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetServiceAccountKeysResponse_FieldPath
}

BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetServiceAccountKeysResponse fields according to their type

func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues

func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues

func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues

func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues, error)

type BatchGetServiceAccountKeysResponse_FieldPathSelector

type BatchGetServiceAccountKeysResponse_FieldPathSelector int32
const (
	BatchGetServiceAccountKeysResponse_FieldPathSelectorServiceAccountKeys BatchGetServiceAccountKeysResponse_FieldPathSelector = 0
	BatchGetServiceAccountKeysResponse_FieldPathSelectorMissing            BatchGetServiceAccountKeysResponse_FieldPathSelector = 1
)

func (BatchGetServiceAccountKeysResponse_FieldPathSelector) String

type BatchGetServiceAccountKeysResponse_FieldPathValue

type BatchGetServiceAccountKeysResponse_FieldPathValue interface {
	BatchGetServiceAccountKeysResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetServiceAccountKeysResponse)
	CompareWith(*BatchGetServiceAccountKeysResponse) (cmp int, comparable bool)
}

BatchGetServiceAccountKeysResponse_FieldPathValue allows storing values for BatchGetServiceAccountKeysResponse fields according to their type

func MustParseBatchGetServiceAccountKeysResponse_FieldPathValue

func MustParseBatchGetServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) BatchGetServiceAccountKeysResponse_FieldPathValue

func ParseBatchGetServiceAccountKeysResponse_FieldPathValue

func ParseBatchGetServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) (BatchGetServiceAccountKeysResponse_FieldPathValue, error)

type BatchGetServiceAccountKeysResponse_FieldSubPath

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

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValue

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValueRaw

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) Get

Get returns all values pointed by selected field from source BatchGetServiceAccountKeysResponse

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetRaw

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

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetServiceAccountKeysResponse

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) Selector

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithIValue

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIValue

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

type BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue

type BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue struct {
	BatchGetServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue

func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues

type BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues struct {
	BatchGetServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsServiceAccountKeysPathArrayOfValues

func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetServiceAccountKeysResponse_FieldSubPathValue

type BatchGetServiceAccountKeysResponse_FieldSubPathValue struct {
	BatchGetServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue

func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWith

func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetTo

func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetToRaw

type BatchGetServiceAccountKeysResponse_FieldTerminalPath

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

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetServiceAccountKeysResponse

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetServiceAccountKeysResponse

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) Selector

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue

type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue

type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues

type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetServiceAccountKeysResponse_FieldTerminalPathValue

type BatchGetServiceAccountKeysResponse_FieldTerminalPathValue struct {
	BatchGetServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetServiceAccountKeysResponse_FieldTerminalPathValue' with the value under path in 'BatchGetServiceAccountKeysResponse'.

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetServiceAccountKeysResponse

func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw

type CreateServiceAccountKeyDescriptor added in v0.4.28

type CreateServiceAccountKeyDescriptor struct{}

func GetCreateServiceAccountKeyDescriptor added in v0.4.28

func GetCreateServiceAccountKeyDescriptor() *CreateServiceAccountKeyDescriptor

func (*CreateServiceAccountKeyDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateServiceAccountKeyDescriptor) GetApiName added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) GetApiName() string

func (*CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateServiceAccountKeyDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) GetFullMethodName() string

func (*CreateServiceAccountKeyDescriptor) GetMethodName added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) GetMethodName() string

func (*CreateServiceAccountKeyDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*CreateServiceAccountKeyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateServiceAccountKeyDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) GetServiceDomain() string

func (*CreateServiceAccountKeyDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) GetServiceVersion() string

func (*CreateServiceAccountKeyDescriptor) GetVerb added in v0.4.28

func (*CreateServiceAccountKeyDescriptor) HasResource added in v0.4.30

func (d *CreateServiceAccountKeyDescriptor) HasResource() bool

func (*CreateServiceAccountKeyDescriptor) IsClientStream added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) IsClientStream() bool

func (*CreateServiceAccountKeyDescriptor) IsCollection added in v0.4.30

func (d *CreateServiceAccountKeyDescriptor) IsCollection() bool

func (*CreateServiceAccountKeyDescriptor) IsPlural added in v0.4.30

func (*CreateServiceAccountKeyDescriptor) IsServerStream added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) IsServerStream() bool

func (*CreateServiceAccountKeyDescriptor) IsUnary added in v0.4.28

func (*CreateServiceAccountKeyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateServiceAccountKeyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateServiceAccountKeyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type CreateServiceAccountKeyDescriptorClientMsgHandle added in v0.4.28

type CreateServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateServiceAccountKeyDescriptorServerMsgHandle added in v0.4.28

type CreateServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateServiceAccountKeyRequest

type CreateServiceAccountKeyRequest struct {

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

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

func (*CreateServiceAccountKeyRequest) Clone

func (*CreateServiceAccountKeyRequest) CloneRaw

func (*CreateServiceAccountKeyRequest) Descriptor

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

Deprecated, Use CreateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceAccountKeyRequest) GetParent

func (*CreateServiceAccountKeyRequest) GetServiceAccountKey

func (*CreateServiceAccountKeyRequest) GotenMessage

func (*CreateServiceAccountKeyRequest) GotenMessage()

func (*CreateServiceAccountKeyRequest) GotenObjectExt

func (o *CreateServiceAccountKeyRequest) GotenObjectExt()

func (*CreateServiceAccountKeyRequest) GotenValidate

func (obj *CreateServiceAccountKeyRequest) GotenValidate() error

func (*CreateServiceAccountKeyRequest) MakeDiffFieldMask

func (*CreateServiceAccountKeyRequest) MakeFullFieldMask

func (*CreateServiceAccountKeyRequest) MakeRawDiffFieldMask

func (*CreateServiceAccountKeyRequest) MakeRawFullFieldMask

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

func (*CreateServiceAccountKeyRequest) Marshal

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

func (*CreateServiceAccountKeyRequest) MarshalJSON

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

func (*CreateServiceAccountKeyRequest) Merge

func (*CreateServiceAccountKeyRequest) MergeRaw

func (*CreateServiceAccountKeyRequest) ProtoMessage

func (*CreateServiceAccountKeyRequest) ProtoMessage()

func (*CreateServiceAccountKeyRequest) ProtoReflect

func (*CreateServiceAccountKeyRequest) Reset

func (m *CreateServiceAccountKeyRequest) Reset()

func (*CreateServiceAccountKeyRequest) SetParent

func (*CreateServiceAccountKeyRequest) SetServiceAccountKey

func (*CreateServiceAccountKeyRequest) String

func (*CreateServiceAccountKeyRequest) Unmarshal

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

func (*CreateServiceAccountKeyRequest) UnmarshalJSON

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

type CreateServiceAccountKeyRequestFieldPathBuilder

type CreateServiceAccountKeyRequestFieldPathBuilder struct{}

func NewCreateServiceAccountKeyRequestFieldPathBuilder

func NewCreateServiceAccountKeyRequestFieldPathBuilder() CreateServiceAccountKeyRequestFieldPathBuilder

func (CreateServiceAccountKeyRequestFieldPathBuilder) Parent

func (CreateServiceAccountKeyRequestFieldPathBuilder) ServiceAccountKey

type CreateServiceAccountKeyRequestPathSelectorParent

type CreateServiceAccountKeyRequestPathSelectorParent struct{}

func (CreateServiceAccountKeyRequestPathSelectorParent) FieldPath

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKey

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKey struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) FieldPath

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) Name

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) FieldPath

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) FieldPath

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithValue

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) FieldPath

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithValue

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) FieldPath

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithValue

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) FieldPath

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithValue

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) FieldPath

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithValue

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore

type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore struct{}

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) FieldPath

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues

func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithValue

type CreateServiceAccountKeyRequest_FieldMask

type CreateServiceAccountKeyRequest_FieldMask struct {
	Paths []CreateServiceAccountKeyRequest_FieldPath
}

func FullCreateServiceAccountKeyRequest_FieldMask

func FullCreateServiceAccountKeyRequest_FieldMask() *CreateServiceAccountKeyRequest_FieldMask

func (*CreateServiceAccountKeyRequest_FieldMask) AppendPath

func (*CreateServiceAccountKeyRequest_FieldMask) AppendRawPath

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

func (*CreateServiceAccountKeyRequest_FieldMask) DecodeFirestore

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

func (*CreateServiceAccountKeyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateServiceAccountKeyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask

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

func (*CreateServiceAccountKeyRequest_FieldMask) GetPaths

func (*CreateServiceAccountKeyRequest_FieldMask) GetRawPaths

func (*CreateServiceAccountKeyRequest_FieldMask) IsFull

func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) IsFull() bool

func (CreateServiceAccountKeyRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateServiceAccountKeyRequest_FieldMask) MarshalJSON

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

func (*CreateServiceAccountKeyRequest_FieldMask) PathsCount

func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) PathsCount() int

func (*CreateServiceAccountKeyRequest_FieldMask) Project

func (*CreateServiceAccountKeyRequest_FieldMask) ProjectRaw

func (*CreateServiceAccountKeyRequest_FieldMask) ProtoMessage

func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ProtoMessage()

func (*CreateServiceAccountKeyRequest_FieldMask) ProtoReflect

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

func (*CreateServiceAccountKeyRequest_FieldMask) Reset

func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Reset()

func (*CreateServiceAccountKeyRequest_FieldMask) Set

func (*CreateServiceAccountKeyRequest_FieldMask) SetFromCliFlag

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

func (*CreateServiceAccountKeyRequest_FieldMask) SetRaw

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

func (*CreateServiceAccountKeyRequest_FieldMask) Size

func (*CreateServiceAccountKeyRequest_FieldMask) String

func (*CreateServiceAccountKeyRequest_FieldMask) Subtract

func (*CreateServiceAccountKeyRequest_FieldMask) SubtractRaw

func (*CreateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateServiceAccountKeyRequest_FieldMask) Unmarshal

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

func (*CreateServiceAccountKeyRequest_FieldMask) UnmarshalJSON

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

type CreateServiceAccountKeyRequest_FieldPath

type CreateServiceAccountKeyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateServiceAccountKeyRequest_FieldPathSelector
	Get(source *CreateServiceAccountKeyRequest) []interface{}
	GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool)
	ClearValue(item *CreateServiceAccountKeyRequest)

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

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

func MustParseCreateServiceAccountKeyRequest_FieldPath

func MustParseCreateServiceAccountKeyRequest_FieldPath(rawField string) CreateServiceAccountKeyRequest_FieldPath

func ParseCreateServiceAccountKeyRequest_FieldPath

func ParseCreateServiceAccountKeyRequest_FieldPath(rawField string) (CreateServiceAccountKeyRequest_FieldPath, error)

type CreateServiceAccountKeyRequest_FieldPathArrayItemValue

type CreateServiceAccountKeyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateServiceAccountKeyRequest_FieldPath
	ContainsValue(*CreateServiceAccountKeyRequest) bool
}

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

func MustParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue

func MustParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateServiceAccountKeyRequest_FieldPathArrayItemValue, error)

ParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateServiceAccountKeyRequest_FieldPathArrayOfValues

type CreateServiceAccountKeyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateServiceAccountKeyRequest_FieldPath
}

CreateServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for CreateServiceAccountKeyRequest fields according to their type

func MustParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues

func MustParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateServiceAccountKeyRequest_FieldPathArrayOfValues, error)

type CreateServiceAccountKeyRequest_FieldPathSelector

type CreateServiceAccountKeyRequest_FieldPathSelector int32
const (
	CreateServiceAccountKeyRequest_FieldPathSelectorParent            CreateServiceAccountKeyRequest_FieldPathSelector = 0
	CreateServiceAccountKeyRequest_FieldPathSelectorServiceAccountKey CreateServiceAccountKeyRequest_FieldPathSelector = 1
)

func (CreateServiceAccountKeyRequest_FieldPathSelector) String

type CreateServiceAccountKeyRequest_FieldPathValue

type CreateServiceAccountKeyRequest_FieldPathValue interface {
	CreateServiceAccountKeyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateServiceAccountKeyRequest)
	CompareWith(*CreateServiceAccountKeyRequest) (cmp int, comparable bool)
}

CreateServiceAccountKeyRequest_FieldPathValue allows storing values for CreateServiceAccountKeyRequest fields according to their type

func MustParseCreateServiceAccountKeyRequest_FieldPathValue

func MustParseCreateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) CreateServiceAccountKeyRequest_FieldPathValue

func ParseCreateServiceAccountKeyRequest_FieldPathValue

func ParseCreateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (CreateServiceAccountKeyRequest_FieldPathValue, error)

type CreateServiceAccountKeyRequest_FieldSubPath

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

func (*CreateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath

func (*CreateServiceAccountKeyRequest_FieldSubPath) ClearValue

func (*CreateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw

func (*CreateServiceAccountKeyRequest_FieldSubPath) Get

func (fps *CreateServiceAccountKeyRequest_FieldSubPath) Get(source *CreateServiceAccountKeyRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateServiceAccountKeyRequest

func (*CreateServiceAccountKeyRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateServiceAccountKeyRequest_FieldSubPath) GetRaw

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

func (*CreateServiceAccountKeyRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source CreateServiceAccountKeyRequest

func (*CreateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw

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

func (*CreateServiceAccountKeyRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateServiceAccountKeyRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateServiceAccountKeyRequest_FieldSubPath) Selector

func (*CreateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateServiceAccountKeyRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue

func (*CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues

func (*CreateServiceAccountKeyRequest_FieldSubPath) WithIValue

func (*CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateServiceAccountKeyRequest_FieldSubPath) WithRawIValue

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

type CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue

type CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue struct {
	CreateServiceAccountKeyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue

func (*CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues

type CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues struct {
	CreateServiceAccountKeyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues

func (*CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateServiceAccountKeyRequest_FieldSubPathValue

type CreateServiceAccountKeyRequest_FieldSubPathValue struct {
	CreateServiceAccountKeyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue

func (*CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWith

func (*CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue

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

func (*CreateServiceAccountKeyRequest_FieldSubPathValue) SetTo

func (*CreateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw

type CreateServiceAccountKeyRequest_FieldTerminalPath

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValue

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source CreateServiceAccountKeyRequest

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetRaw

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateServiceAccountKeyRequest

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) Selector

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithIValue

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue

type CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue

type CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct {
	CreateServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues

type CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct {
	CreateServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues

func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateServiceAccountKeyRequest_FieldTerminalPathValue

type CreateServiceAccountKeyRequest_FieldTerminalPathValue struct {
	CreateServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsParentValue

func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue

func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'CreateServiceAccountKeyRequest'.

func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateServiceAccountKeyRequest

func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw

type DeleteServiceAccountKeyDescriptor added in v0.4.28

type DeleteServiceAccountKeyDescriptor struct{}

func GetDeleteServiceAccountKeyDescriptor added in v0.4.28

func GetDeleteServiceAccountKeyDescriptor() *DeleteServiceAccountKeyDescriptor

func (*DeleteServiceAccountKeyDescriptor) GetApiDescriptor added in v0.4.28

func (*DeleteServiceAccountKeyDescriptor) GetApiName added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) GetApiName() string

func (*DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteServiceAccountKeyDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) GetFullMethodName() string

func (*DeleteServiceAccountKeyDescriptor) GetMethodName added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) GetMethodName() string

func (*DeleteServiceAccountKeyDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*DeleteServiceAccountKeyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteServiceAccountKeyDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) GetServiceDomain() string

func (*DeleteServiceAccountKeyDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) GetServiceVersion() string

func (*DeleteServiceAccountKeyDescriptor) GetVerb added in v0.4.28

func (*DeleteServiceAccountKeyDescriptor) HasResource added in v0.4.30

func (d *DeleteServiceAccountKeyDescriptor) HasResource() bool

func (*DeleteServiceAccountKeyDescriptor) IsClientStream added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) IsClientStream() bool

func (*DeleteServiceAccountKeyDescriptor) IsCollection added in v0.4.30

func (d *DeleteServiceAccountKeyDescriptor) IsCollection() bool

func (*DeleteServiceAccountKeyDescriptor) IsPlural added in v0.4.30

func (*DeleteServiceAccountKeyDescriptor) IsServerStream added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) IsServerStream() bool

func (*DeleteServiceAccountKeyDescriptor) IsUnary added in v0.4.28

func (*DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteServiceAccountKeyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type DeleteServiceAccountKeyDescriptorClientMsgHandle added in v0.4.28

type DeleteServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteServiceAccountKeyDescriptorServerMsgHandle added in v0.4.28

type DeleteServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteServiceAccountKeyRequest

type DeleteServiceAccountKeyRequest struct {

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

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

func (*DeleteServiceAccountKeyRequest) Clone

func (*DeleteServiceAccountKeyRequest) CloneRaw

func (*DeleteServiceAccountKeyRequest) Descriptor

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

Deprecated, Use DeleteServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceAccountKeyRequest) GetName

func (*DeleteServiceAccountKeyRequest) GotenMessage

func (*DeleteServiceAccountKeyRequest) GotenMessage()

func (*DeleteServiceAccountKeyRequest) GotenObjectExt

func (o *DeleteServiceAccountKeyRequest) GotenObjectExt()

func (*DeleteServiceAccountKeyRequest) GotenValidate

func (obj *DeleteServiceAccountKeyRequest) GotenValidate() error

func (*DeleteServiceAccountKeyRequest) MakeDiffFieldMask

func (*DeleteServiceAccountKeyRequest) MakeFullFieldMask

func (*DeleteServiceAccountKeyRequest) MakeRawDiffFieldMask

func (*DeleteServiceAccountKeyRequest) MakeRawFullFieldMask

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

func (*DeleteServiceAccountKeyRequest) Marshal

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

func (*DeleteServiceAccountKeyRequest) MarshalJSON

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

func (*DeleteServiceAccountKeyRequest) Merge

func (*DeleteServiceAccountKeyRequest) MergeRaw

func (*DeleteServiceAccountKeyRequest) ProtoMessage

func (*DeleteServiceAccountKeyRequest) ProtoMessage()

func (*DeleteServiceAccountKeyRequest) ProtoReflect

func (*DeleteServiceAccountKeyRequest) Reset

func (m *DeleteServiceAccountKeyRequest) Reset()

func (*DeleteServiceAccountKeyRequest) SetName

func (*DeleteServiceAccountKeyRequest) String

func (*DeleteServiceAccountKeyRequest) Unmarshal

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

func (*DeleteServiceAccountKeyRequest) UnmarshalJSON

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

type DeleteServiceAccountKeyRequestFieldPathBuilder

type DeleteServiceAccountKeyRequestFieldPathBuilder struct{}

func NewDeleteServiceAccountKeyRequestFieldPathBuilder

func NewDeleteServiceAccountKeyRequestFieldPathBuilder() DeleteServiceAccountKeyRequestFieldPathBuilder

func (DeleteServiceAccountKeyRequestFieldPathBuilder) Name

type DeleteServiceAccountKeyRequestPathSelectorName

type DeleteServiceAccountKeyRequestPathSelectorName struct{}

func (DeleteServiceAccountKeyRequestPathSelectorName) FieldPath

type DeleteServiceAccountKeyRequest_FieldMask

type DeleteServiceAccountKeyRequest_FieldMask struct {
	Paths []DeleteServiceAccountKeyRequest_FieldPath
}

func FullDeleteServiceAccountKeyRequest_FieldMask

func FullDeleteServiceAccountKeyRequest_FieldMask() *DeleteServiceAccountKeyRequest_FieldMask

func (*DeleteServiceAccountKeyRequest_FieldMask) AppendPath

func (*DeleteServiceAccountKeyRequest_FieldMask) AppendRawPath

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

func (*DeleteServiceAccountKeyRequest_FieldMask) DecodeFirestore

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

func (*DeleteServiceAccountKeyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteServiceAccountKeyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteServiceAccountKeyRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteServiceAccountKeyRequest_FieldMask) GetPaths

func (*DeleteServiceAccountKeyRequest_FieldMask) GetRawPaths

func (*DeleteServiceAccountKeyRequest_FieldMask) IsFull

func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) IsFull() bool

func (DeleteServiceAccountKeyRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteServiceAccountKeyRequest_FieldMask) MarshalJSON

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

func (*DeleteServiceAccountKeyRequest_FieldMask) PathsCount

func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) PathsCount() int

func (*DeleteServiceAccountKeyRequest_FieldMask) Project

func (*DeleteServiceAccountKeyRequest_FieldMask) ProjectRaw

func (*DeleteServiceAccountKeyRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ProtoMessage()

func (*DeleteServiceAccountKeyRequest_FieldMask) ProtoReflect

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

func (*DeleteServiceAccountKeyRequest_FieldMask) Reset

func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Reset()

func (*DeleteServiceAccountKeyRequest_FieldMask) Set

func (*DeleteServiceAccountKeyRequest_FieldMask) SetFromCliFlag

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

func (*DeleteServiceAccountKeyRequest_FieldMask) SetRaw

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

func (*DeleteServiceAccountKeyRequest_FieldMask) Size

func (*DeleteServiceAccountKeyRequest_FieldMask) String

func (*DeleteServiceAccountKeyRequest_FieldMask) Subtract

func (*DeleteServiceAccountKeyRequest_FieldMask) SubtractRaw

func (*DeleteServiceAccountKeyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteServiceAccountKeyRequest_FieldMask) Unmarshal

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

func (*DeleteServiceAccountKeyRequest_FieldMask) UnmarshalJSON

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

type DeleteServiceAccountKeyRequest_FieldPath

type DeleteServiceAccountKeyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteServiceAccountKeyRequest_FieldPathSelector
	Get(source *DeleteServiceAccountKeyRequest) []interface{}
	GetSingle(source *DeleteServiceAccountKeyRequest) (interface{}, bool)
	ClearValue(item *DeleteServiceAccountKeyRequest)

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

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

func MustParseDeleteServiceAccountKeyRequest_FieldPath

func MustParseDeleteServiceAccountKeyRequest_FieldPath(rawField string) DeleteServiceAccountKeyRequest_FieldPath

func ParseDeleteServiceAccountKeyRequest_FieldPath

func ParseDeleteServiceAccountKeyRequest_FieldPath(rawField string) (DeleteServiceAccountKeyRequest_FieldPath, error)

type DeleteServiceAccountKeyRequest_FieldPathArrayItemValue

type DeleteServiceAccountKeyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteServiceAccountKeyRequest_FieldPath
	ContainsValue(*DeleteServiceAccountKeyRequest) bool
}

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

func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue

func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteServiceAccountKeyRequest_FieldPathArrayItemValue, error)

ParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteServiceAccountKeyRequest_FieldPathArrayOfValues

type DeleteServiceAccountKeyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteServiceAccountKeyRequest_FieldPath
}

DeleteServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for DeleteServiceAccountKeyRequest fields according to their type

func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues

func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteServiceAccountKeyRequest_FieldPathArrayOfValues, error)

type DeleteServiceAccountKeyRequest_FieldPathSelector

type DeleteServiceAccountKeyRequest_FieldPathSelector int32
const (
	DeleteServiceAccountKeyRequest_FieldPathSelectorName DeleteServiceAccountKeyRequest_FieldPathSelector = 0
)

func (DeleteServiceAccountKeyRequest_FieldPathSelector) String

type DeleteServiceAccountKeyRequest_FieldPathValue

type DeleteServiceAccountKeyRequest_FieldPathValue interface {
	DeleteServiceAccountKeyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteServiceAccountKeyRequest)
	CompareWith(*DeleteServiceAccountKeyRequest) (cmp int, comparable bool)
}

DeleteServiceAccountKeyRequest_FieldPathValue allows storing values for DeleteServiceAccountKeyRequest fields according to their type

func MustParseDeleteServiceAccountKeyRequest_FieldPathValue

func MustParseDeleteServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) DeleteServiceAccountKeyRequest_FieldPathValue

func ParseDeleteServiceAccountKeyRequest_FieldPathValue

func ParseDeleteServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (DeleteServiceAccountKeyRequest_FieldPathValue, error)

type DeleteServiceAccountKeyRequest_FieldTerminalPath

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValue

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source DeleteServiceAccountKeyRequest

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetRaw

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteServiceAccountKeyRequest

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) Selector

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIValue

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue

type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue

type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct {
	DeleteServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues

type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct {
	DeleteServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteServiceAccountKeyRequest_FieldTerminalPathValue

type DeleteServiceAccountKeyRequest_FieldTerminalPathValue struct {
	DeleteServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'DeleteServiceAccountKeyRequest'.

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteServiceAccountKeyRequest

func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw

type GetServiceAccountKeyDescriptor added in v0.4.28

type GetServiceAccountKeyDescriptor struct{}

func GetGetServiceAccountKeyDescriptor added in v0.4.28

func GetGetServiceAccountKeyDescriptor() *GetServiceAccountKeyDescriptor

func (*GetServiceAccountKeyDescriptor) GetApiDescriptor added in v0.4.28

func (*GetServiceAccountKeyDescriptor) GetApiName added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) GetApiName() string

func (*GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetServiceAccountKeyDescriptor) GetFullMethodName added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) GetFullMethodName() string

func (*GetServiceAccountKeyDescriptor) GetMethodName added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) GetMethodName() string

func (*GetServiceAccountKeyDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*GetServiceAccountKeyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetServiceAccountKeyDescriptor) GetServiceDomain added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) GetServiceDomain() string

func (*GetServiceAccountKeyDescriptor) GetServiceVersion added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) GetServiceVersion() string

func (*GetServiceAccountKeyDescriptor) GetVerb added in v0.4.28

func (*GetServiceAccountKeyDescriptor) HasResource added in v0.4.30

func (d *GetServiceAccountKeyDescriptor) HasResource() bool

func (*GetServiceAccountKeyDescriptor) IsClientStream added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) IsClientStream() bool

func (*GetServiceAccountKeyDescriptor) IsCollection added in v0.4.30

func (d *GetServiceAccountKeyDescriptor) IsCollection() bool

func (*GetServiceAccountKeyDescriptor) IsPlural added in v0.4.30

func (d *GetServiceAccountKeyDescriptor) IsPlural() bool

func (*GetServiceAccountKeyDescriptor) IsServerStream added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) IsServerStream() bool

func (*GetServiceAccountKeyDescriptor) IsUnary added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) IsUnary() bool

func (*GetServiceAccountKeyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetServiceAccountKeyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetServiceAccountKeyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type GetServiceAccountKeyDescriptorClientMsgHandle added in v0.4.28

type GetServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetServiceAccountKeyDescriptorServerMsgHandle added in v0.4.28

type GetServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetServiceAccountKeyRequest

type GetServiceAccountKeyRequest struct {

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

func (*GetServiceAccountKeyRequest) Clone

func (*GetServiceAccountKeyRequest) CloneRaw

func (*GetServiceAccountKeyRequest) Descriptor

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

Deprecated, Use GetServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*GetServiceAccountKeyRequest) GetFieldMask

func (*GetServiceAccountKeyRequest) GetName

func (*GetServiceAccountKeyRequest) GetView

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

func (*GetServiceAccountKeyRequest) GotenMessage

func (*GetServiceAccountKeyRequest) GotenMessage()

func (*GetServiceAccountKeyRequest) GotenObjectExt

func (o *GetServiceAccountKeyRequest) GotenObjectExt()

func (*GetServiceAccountKeyRequest) GotenValidate

func (obj *GetServiceAccountKeyRequest) GotenValidate() error

func (*GetServiceAccountKeyRequest) MakeDiffFieldMask

func (*GetServiceAccountKeyRequest) MakeFullFieldMask

func (*GetServiceAccountKeyRequest) MakeRawDiffFieldMask

func (*GetServiceAccountKeyRequest) MakeRawFullFieldMask

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

func (*GetServiceAccountKeyRequest) Marshal

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

func (*GetServiceAccountKeyRequest) MarshalJSON

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

func (*GetServiceAccountKeyRequest) Merge

func (*GetServiceAccountKeyRequest) MergeRaw

func (*GetServiceAccountKeyRequest) ProtoMessage

func (*GetServiceAccountKeyRequest) ProtoMessage()

func (*GetServiceAccountKeyRequest) ProtoReflect

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

func (*GetServiceAccountKeyRequest) Reset

func (m *GetServiceAccountKeyRequest) Reset()

func (*GetServiceAccountKeyRequest) SetFieldMask

func (*GetServiceAccountKeyRequest) SetName

func (*GetServiceAccountKeyRequest) SetView

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

func (*GetServiceAccountKeyRequest) String

func (m *GetServiceAccountKeyRequest) String() string

func (*GetServiceAccountKeyRequest) Unmarshal

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

func (*GetServiceAccountKeyRequest) UnmarshalJSON

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

type GetServiceAccountKeyRequestFieldPathBuilder

type GetServiceAccountKeyRequestFieldPathBuilder struct{}

func NewGetServiceAccountKeyRequestFieldPathBuilder

func NewGetServiceAccountKeyRequestFieldPathBuilder() GetServiceAccountKeyRequestFieldPathBuilder

func (GetServiceAccountKeyRequestFieldPathBuilder) FieldMask

func (GetServiceAccountKeyRequestFieldPathBuilder) Name

func (GetServiceAccountKeyRequestFieldPathBuilder) View

type GetServiceAccountKeyRequestPathSelectorFieldMask

type GetServiceAccountKeyRequestPathSelectorFieldMask struct{}

func (GetServiceAccountKeyRequestPathSelectorFieldMask) FieldPath

type GetServiceAccountKeyRequestPathSelectorName

type GetServiceAccountKeyRequestPathSelectorName struct{}

func (GetServiceAccountKeyRequestPathSelectorName) FieldPath

type GetServiceAccountKeyRequestPathSelectorView

type GetServiceAccountKeyRequestPathSelectorView struct{}

func (GetServiceAccountKeyRequestPathSelectorView) FieldPath

func (GetServiceAccountKeyRequestPathSelectorView) WithArrayOfValues

func (GetServiceAccountKeyRequestPathSelectorView) WithValue

type GetServiceAccountKeyRequest_FieldMask

type GetServiceAccountKeyRequest_FieldMask struct {
	Paths []GetServiceAccountKeyRequest_FieldPath
}

func FullGetServiceAccountKeyRequest_FieldMask

func FullGetServiceAccountKeyRequest_FieldMask() *GetServiceAccountKeyRequest_FieldMask

func (*GetServiceAccountKeyRequest_FieldMask) AppendPath

func (*GetServiceAccountKeyRequest_FieldMask) AppendRawPath

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

func (*GetServiceAccountKeyRequest_FieldMask) DecodeFirestore

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

func (*GetServiceAccountKeyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetServiceAccountKeyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetServiceAccountKeyRequest_FieldMask) FromProtoFieldMask

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

func (*GetServiceAccountKeyRequest_FieldMask) GetPaths

func (*GetServiceAccountKeyRequest_FieldMask) GetRawPaths

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

func (*GetServiceAccountKeyRequest_FieldMask) IsFull

func (fieldMask *GetServiceAccountKeyRequest_FieldMask) IsFull() bool

func (GetServiceAccountKeyRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetServiceAccountKeyRequest_FieldMask) MarshalJSON

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

func (*GetServiceAccountKeyRequest_FieldMask) PathsCount

func (fieldMask *GetServiceAccountKeyRequest_FieldMask) PathsCount() int

func (*GetServiceAccountKeyRequest_FieldMask) Project

func (*GetServiceAccountKeyRequest_FieldMask) ProjectRaw

func (*GetServiceAccountKeyRequest_FieldMask) ProtoMessage

func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ProtoMessage()

func (*GetServiceAccountKeyRequest_FieldMask) ProtoReflect

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

func (*GetServiceAccountKeyRequest_FieldMask) Reset

func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Reset()

func (*GetServiceAccountKeyRequest_FieldMask) Set

func (*GetServiceAccountKeyRequest_FieldMask) SetFromCliFlag

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

func (*GetServiceAccountKeyRequest_FieldMask) SetRaw

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

func (*GetServiceAccountKeyRequest_FieldMask) Size

func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Size() int

func (*GetServiceAccountKeyRequest_FieldMask) String

func (fieldMask *GetServiceAccountKeyRequest_FieldMask) String() string

func (*GetServiceAccountKeyRequest_FieldMask) Subtract

func (*GetServiceAccountKeyRequest_FieldMask) SubtractRaw

func (*GetServiceAccountKeyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetServiceAccountKeyRequest_FieldMask) Unmarshal

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

func (*GetServiceAccountKeyRequest_FieldMask) UnmarshalJSON

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

type GetServiceAccountKeyRequest_FieldPath

type GetServiceAccountKeyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetServiceAccountKeyRequest_FieldPathSelector
	Get(source *GetServiceAccountKeyRequest) []interface{}
	GetSingle(source *GetServiceAccountKeyRequest) (interface{}, bool)
	ClearValue(item *GetServiceAccountKeyRequest)

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

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

func MustParseGetServiceAccountKeyRequest_FieldPath

func MustParseGetServiceAccountKeyRequest_FieldPath(rawField string) GetServiceAccountKeyRequest_FieldPath

func ParseGetServiceAccountKeyRequest_FieldPath

func ParseGetServiceAccountKeyRequest_FieldPath(rawField string) (GetServiceAccountKeyRequest_FieldPath, error)

type GetServiceAccountKeyRequest_FieldPathArrayItemValue

type GetServiceAccountKeyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetServiceAccountKeyRequest_FieldPath
	ContainsValue(*GetServiceAccountKeyRequest) bool
}

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

func MustParseGetServiceAccountKeyRequest_FieldPathArrayItemValue

func MustParseGetServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseGetServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseGetServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetServiceAccountKeyRequest_FieldPathArrayItemValue, error)

ParseGetServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetServiceAccountKeyRequest_FieldPathArrayOfValues

type GetServiceAccountKeyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetServiceAccountKeyRequest_FieldPath
}

GetServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for GetServiceAccountKeyRequest fields according to their type

func MustParseGetServiceAccountKeyRequest_FieldPathArrayOfValues

func MustParseGetServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseGetServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseGetServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetServiceAccountKeyRequest_FieldPathArrayOfValues, error)

type GetServiceAccountKeyRequest_FieldPathSelector

type GetServiceAccountKeyRequest_FieldPathSelector int32
const (
	GetServiceAccountKeyRequest_FieldPathSelectorName      GetServiceAccountKeyRequest_FieldPathSelector = 0
	GetServiceAccountKeyRequest_FieldPathSelectorFieldMask GetServiceAccountKeyRequest_FieldPathSelector = 1
	GetServiceAccountKeyRequest_FieldPathSelectorView      GetServiceAccountKeyRequest_FieldPathSelector = 2
)

func (GetServiceAccountKeyRequest_FieldPathSelector) String

type GetServiceAccountKeyRequest_FieldPathValue

type GetServiceAccountKeyRequest_FieldPathValue interface {
	GetServiceAccountKeyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetServiceAccountKeyRequest)
	CompareWith(*GetServiceAccountKeyRequest) (cmp int, comparable bool)
}

GetServiceAccountKeyRequest_FieldPathValue allows storing values for GetServiceAccountKeyRequest fields according to their type

func MustParseGetServiceAccountKeyRequest_FieldPathValue

func MustParseGetServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) GetServiceAccountKeyRequest_FieldPathValue

func ParseGetServiceAccountKeyRequest_FieldPathValue

func ParseGetServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (GetServiceAccountKeyRequest_FieldPathValue, error)

type GetServiceAccountKeyRequest_FieldTerminalPath

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

func (*GetServiceAccountKeyRequest_FieldTerminalPath) ClearValue

func (*GetServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw

func (*GetServiceAccountKeyRequest_FieldTerminalPath) Get

func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) Get(source *GetServiceAccountKeyRequest) (values []interface{})

Get returns all values pointed by specific field from source GetServiceAccountKeyRequest

func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetRaw

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

func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source GetServiceAccountKeyRequest

func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetServiceAccountKeyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetServiceAccountKeyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetServiceAccountKeyRequest_FieldTerminalPath) Selector

func (*GetServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*GetServiceAccountKeyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithIValue

func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue

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

type GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue

type GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct {
	GetServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues

type GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct {
	GetServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetServiceAccountKeyRequest_FieldTerminalPathValue

type GetServiceAccountKeyRequest_FieldTerminalPathValue struct {
	GetServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'GetServiceAccountKeyRequest'.

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetServiceAccountKeyRequest

func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw

type ListServiceAccountKeysDescriptor added in v0.4.28

type ListServiceAccountKeysDescriptor struct{}

func GetListServiceAccountKeysDescriptor added in v0.4.28

func GetListServiceAccountKeysDescriptor() *ListServiceAccountKeysDescriptor

func (*ListServiceAccountKeysDescriptor) GetApiDescriptor added in v0.4.28

func (*ListServiceAccountKeysDescriptor) GetApiName added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) GetApiName() string

func (*ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListServiceAccountKeysDescriptor) GetFullMethodName added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) GetFullMethodName() string

func (*ListServiceAccountKeysDescriptor) GetMethodName added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) GetMethodName() string

func (*ListServiceAccountKeysDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) GetProtoPkgName() string

func (*ListServiceAccountKeysDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListServiceAccountKeysDescriptor) GetServiceDomain added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) GetServiceDomain() string

func (*ListServiceAccountKeysDescriptor) GetServiceVersion added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) GetServiceVersion() string

func (*ListServiceAccountKeysDescriptor) GetVerb added in v0.4.28

func (*ListServiceAccountKeysDescriptor) HasResource added in v0.4.30

func (d *ListServiceAccountKeysDescriptor) HasResource() bool

func (*ListServiceAccountKeysDescriptor) IsClientStream added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) IsClientStream() bool

func (*ListServiceAccountKeysDescriptor) IsCollection added in v0.4.30

func (d *ListServiceAccountKeysDescriptor) IsCollection() bool

func (*ListServiceAccountKeysDescriptor) IsPlural added in v0.4.30

func (d *ListServiceAccountKeysDescriptor) IsPlural() bool

func (*ListServiceAccountKeysDescriptor) IsServerStream added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) IsServerStream() bool

func (*ListServiceAccountKeysDescriptor) IsUnary added in v0.4.28

func (*ListServiceAccountKeysDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListServiceAccountKeysDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListServiceAccountKeysDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListServiceAccountKeysDescriptor) RequestHasResourceBody() bool

type ListServiceAccountKeysDescriptorClientMsgHandle added in v0.4.28

type ListServiceAccountKeysDescriptorClientMsgHandle struct{}

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListServiceAccountKeysDescriptorServerMsgHandle added in v0.4.28

type ListServiceAccountKeysDescriptorServerMsgHandle struct{}

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListServiceAccountKeysRequest

type ListServiceAccountKeysRequest struct {

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

func (*ListServiceAccountKeysRequest) Clone

func (*ListServiceAccountKeysRequest) CloneRaw

func (*ListServiceAccountKeysRequest) Descriptor

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

Deprecated, Use ListServiceAccountKeysRequest.ProtoReflect.Descriptor instead.

func (*ListServiceAccountKeysRequest) GetFieldMask

func (*ListServiceAccountKeysRequest) GetFilter

func (*ListServiceAccountKeysRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListServiceAccountKeysRequest) GetIncludePagingInfo() bool

func (*ListServiceAccountKeysRequest) GetOrderBy

func (*ListServiceAccountKeysRequest) GetPageSize

func (m *ListServiceAccountKeysRequest) GetPageSize() int32

func (*ListServiceAccountKeysRequest) GetPageToken

func (*ListServiceAccountKeysRequest) GetParent

func (*ListServiceAccountKeysRequest) GetView

func (*ListServiceAccountKeysRequest) GotenMessage

func (*ListServiceAccountKeysRequest) GotenMessage()

func (*ListServiceAccountKeysRequest) GotenObjectExt

func (o *ListServiceAccountKeysRequest) GotenObjectExt()

func (*ListServiceAccountKeysRequest) GotenValidate

func (obj *ListServiceAccountKeysRequest) GotenValidate() error

func (*ListServiceAccountKeysRequest) MakeDiffFieldMask

func (*ListServiceAccountKeysRequest) MakeFullFieldMask

func (*ListServiceAccountKeysRequest) MakeRawDiffFieldMask

func (*ListServiceAccountKeysRequest) MakeRawFullFieldMask

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

func (*ListServiceAccountKeysRequest) Marshal

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

func (*ListServiceAccountKeysRequest) MarshalJSON

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

func (*ListServiceAccountKeysRequest) Merge

func (*ListServiceAccountKeysRequest) MergeRaw

func (*ListServiceAccountKeysRequest) ProtoMessage

func (*ListServiceAccountKeysRequest) ProtoMessage()

func (*ListServiceAccountKeysRequest) ProtoReflect

func (*ListServiceAccountKeysRequest) Reset

func (m *ListServiceAccountKeysRequest) Reset()

func (*ListServiceAccountKeysRequest) SetFieldMask

func (*ListServiceAccountKeysRequest) SetFilter

func (*ListServiceAccountKeysRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListServiceAccountKeysRequest) SetIncludePagingInfo(fv bool)

func (*ListServiceAccountKeysRequest) SetOrderBy

func (*ListServiceAccountKeysRequest) SetPageSize

func (m *ListServiceAccountKeysRequest) SetPageSize(fv int32)

func (*ListServiceAccountKeysRequest) SetPageToken

func (*ListServiceAccountKeysRequest) SetParent

func (*ListServiceAccountKeysRequest) SetView

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

func (*ListServiceAccountKeysRequest) String

func (*ListServiceAccountKeysRequest) Unmarshal

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

func (*ListServiceAccountKeysRequest) UnmarshalJSON

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

type ListServiceAccountKeysRequestFieldPathBuilder

type ListServiceAccountKeysRequestFieldPathBuilder struct{}

func NewListServiceAccountKeysRequestFieldPathBuilder

func NewListServiceAccountKeysRequestFieldPathBuilder() ListServiceAccountKeysRequestFieldPathBuilder

func (ListServiceAccountKeysRequestFieldPathBuilder) FieldMask

func (ListServiceAccountKeysRequestFieldPathBuilder) Filter

func (ListServiceAccountKeysRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListServiceAccountKeysRequestFieldPathBuilder) OrderBy

func (ListServiceAccountKeysRequestFieldPathBuilder) PageSize

func (ListServiceAccountKeysRequestFieldPathBuilder) PageToken

func (ListServiceAccountKeysRequestFieldPathBuilder) Parent

func (ListServiceAccountKeysRequestFieldPathBuilder) View

type ListServiceAccountKeysRequestPathSelectorFieldMask

type ListServiceAccountKeysRequestPathSelectorFieldMask struct{}

func (ListServiceAccountKeysRequestPathSelectorFieldMask) FieldPath

type ListServiceAccountKeysRequestPathSelectorFilter

type ListServiceAccountKeysRequestPathSelectorFilter struct{}

func (ListServiceAccountKeysRequestPathSelectorFilter) FieldPath

func (ListServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues

func (ListServiceAccountKeysRequestPathSelectorFilter) WithValue

type ListServiceAccountKeysRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListServiceAccountKeysRequestPathSelectorIncludePagingInfo struct{}

func (ListServiceAccountKeysRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListServiceAccountKeysRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListServiceAccountKeysRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListServiceAccountKeysRequestPathSelectorOrderBy

type ListServiceAccountKeysRequestPathSelectorOrderBy struct{}

func (ListServiceAccountKeysRequestPathSelectorOrderBy) FieldPath

func (ListServiceAccountKeysRequestPathSelectorOrderBy) WithArrayOfValues

type ListServiceAccountKeysRequestPathSelectorPageSize

type ListServiceAccountKeysRequestPathSelectorPageSize struct{}

func (ListServiceAccountKeysRequestPathSelectorPageSize) FieldPath

func (ListServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues

func (ListServiceAccountKeysRequestPathSelectorPageSize) WithValue

type ListServiceAccountKeysRequestPathSelectorPageToken

type ListServiceAccountKeysRequestPathSelectorPageToken struct{}

func (ListServiceAccountKeysRequestPathSelectorPageToken) FieldPath

type ListServiceAccountKeysRequestPathSelectorParent

type ListServiceAccountKeysRequestPathSelectorParent struct{}

func (ListServiceAccountKeysRequestPathSelectorParent) FieldPath

type ListServiceAccountKeysRequestPathSelectorView

type ListServiceAccountKeysRequestPathSelectorView struct{}

func (ListServiceAccountKeysRequestPathSelectorView) FieldPath

func (ListServiceAccountKeysRequestPathSelectorView) WithArrayOfValues

func (ListServiceAccountKeysRequestPathSelectorView) WithValue

type ListServiceAccountKeysRequest_FieldMask

type ListServiceAccountKeysRequest_FieldMask struct {
	Paths []ListServiceAccountKeysRequest_FieldPath
}

func FullListServiceAccountKeysRequest_FieldMask

func FullListServiceAccountKeysRequest_FieldMask() *ListServiceAccountKeysRequest_FieldMask

func (*ListServiceAccountKeysRequest_FieldMask) AppendPath

func (*ListServiceAccountKeysRequest_FieldMask) AppendRawPath

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

func (*ListServiceAccountKeysRequest_FieldMask) DecodeFirestore

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

func (*ListServiceAccountKeysRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListServiceAccountKeysRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListServiceAccountKeysRequest_FieldMask) FromProtoFieldMask

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

func (*ListServiceAccountKeysRequest_FieldMask) GetPaths

func (*ListServiceAccountKeysRequest_FieldMask) GetRawPaths

func (*ListServiceAccountKeysRequest_FieldMask) IsFull

func (fieldMask *ListServiceAccountKeysRequest_FieldMask) IsFull() bool

func (ListServiceAccountKeysRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListServiceAccountKeysRequest_FieldMask) MarshalJSON

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

func (*ListServiceAccountKeysRequest_FieldMask) PathsCount

func (fieldMask *ListServiceAccountKeysRequest_FieldMask) PathsCount() int

func (*ListServiceAccountKeysRequest_FieldMask) Project

func (*ListServiceAccountKeysRequest_FieldMask) ProjectRaw

func (*ListServiceAccountKeysRequest_FieldMask) ProtoMessage

func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ProtoMessage()

func (*ListServiceAccountKeysRequest_FieldMask) ProtoReflect

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

func (*ListServiceAccountKeysRequest_FieldMask) Reset

func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Reset()

func (*ListServiceAccountKeysRequest_FieldMask) Set

func (*ListServiceAccountKeysRequest_FieldMask) SetFromCliFlag

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

func (*ListServiceAccountKeysRequest_FieldMask) SetRaw

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

func (*ListServiceAccountKeysRequest_FieldMask) Size

func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Size() int

func (*ListServiceAccountKeysRequest_FieldMask) String

func (fieldMask *ListServiceAccountKeysRequest_FieldMask) String() string

func (*ListServiceAccountKeysRequest_FieldMask) Subtract

func (*ListServiceAccountKeysRequest_FieldMask) SubtractRaw

func (*ListServiceAccountKeysRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListServiceAccountKeysRequest_FieldMask) Unmarshal

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

func (*ListServiceAccountKeysRequest_FieldMask) UnmarshalJSON

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

type ListServiceAccountKeysRequest_FieldPath

type ListServiceAccountKeysRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListServiceAccountKeysRequest_FieldPathSelector
	Get(source *ListServiceAccountKeysRequest) []interface{}
	GetSingle(source *ListServiceAccountKeysRequest) (interface{}, bool)
	ClearValue(item *ListServiceAccountKeysRequest)

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

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

func MustParseListServiceAccountKeysRequest_FieldPath

func MustParseListServiceAccountKeysRequest_FieldPath(rawField string) ListServiceAccountKeysRequest_FieldPath

func ParseListServiceAccountKeysRequest_FieldPath

func ParseListServiceAccountKeysRequest_FieldPath(rawField string) (ListServiceAccountKeysRequest_FieldPath, error)

type ListServiceAccountKeysRequest_FieldPathArrayItemValue

type ListServiceAccountKeysRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListServiceAccountKeysRequest_FieldPath
	ContainsValue(*ListServiceAccountKeysRequest) bool
}

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

func MustParseListServiceAccountKeysRequest_FieldPathArrayItemValue

func MustParseListServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListServiceAccountKeysRequest_FieldPathArrayItemValue

func ParseListServiceAccountKeysRequest_FieldPathArrayItemValue

func ParseListServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListServiceAccountKeysRequest_FieldPathArrayItemValue, error)

ParseListServiceAccountKeysRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListServiceAccountKeysRequest_FieldPathArrayOfValues

type ListServiceAccountKeysRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListServiceAccountKeysRequest_FieldPath
}

ListServiceAccountKeysRequest_FieldPathArrayOfValues allows storing slice of values for ListServiceAccountKeysRequest fields according to their type

func MustParseListServiceAccountKeysRequest_FieldPathArrayOfValues

func MustParseListServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListServiceAccountKeysRequest_FieldPathArrayOfValues

func ParseListServiceAccountKeysRequest_FieldPathArrayOfValues

func ParseListServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListServiceAccountKeysRequest_FieldPathArrayOfValues, error)

type ListServiceAccountKeysRequest_FieldPathSelector

type ListServiceAccountKeysRequest_FieldPathSelector int32
const (
	ListServiceAccountKeysRequest_FieldPathSelectorParent            ListServiceAccountKeysRequest_FieldPathSelector = 0
	ListServiceAccountKeysRequest_FieldPathSelectorPageSize          ListServiceAccountKeysRequest_FieldPathSelector = 1
	ListServiceAccountKeysRequest_FieldPathSelectorPageToken         ListServiceAccountKeysRequest_FieldPathSelector = 2
	ListServiceAccountKeysRequest_FieldPathSelectorOrderBy           ListServiceAccountKeysRequest_FieldPathSelector = 3
	ListServiceAccountKeysRequest_FieldPathSelectorFilter            ListServiceAccountKeysRequest_FieldPathSelector = 4
	ListServiceAccountKeysRequest_FieldPathSelectorFieldMask         ListServiceAccountKeysRequest_FieldPathSelector = 5
	ListServiceAccountKeysRequest_FieldPathSelectorView              ListServiceAccountKeysRequest_FieldPathSelector = 6
	ListServiceAccountKeysRequest_FieldPathSelectorIncludePagingInfo ListServiceAccountKeysRequest_FieldPathSelector = 7
)

func (ListServiceAccountKeysRequest_FieldPathSelector) String

type ListServiceAccountKeysRequest_FieldPathValue

type ListServiceAccountKeysRequest_FieldPathValue interface {
	ListServiceAccountKeysRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListServiceAccountKeysRequest)
	CompareWith(*ListServiceAccountKeysRequest) (cmp int, comparable bool)
}

ListServiceAccountKeysRequest_FieldPathValue allows storing values for ListServiceAccountKeysRequest fields according to their type

func MustParseListServiceAccountKeysRequest_FieldPathValue

func MustParseListServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) ListServiceAccountKeysRequest_FieldPathValue

func ParseListServiceAccountKeysRequest_FieldPathValue

func ParseListServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) (ListServiceAccountKeysRequest_FieldPathValue, error)

type ListServiceAccountKeysRequest_FieldTerminalPath

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

func (*ListServiceAccountKeysRequest_FieldTerminalPath) ClearValue

func (*ListServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw

func (*ListServiceAccountKeysRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListServiceAccountKeysRequest

func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetRaw

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

func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListServiceAccountKeysRequest

func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListServiceAccountKeysRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListServiceAccountKeysRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListServiceAccountKeysRequest_FieldTerminalPath) Selector

func (*ListServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListServiceAccountKeysRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithIValue

func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue

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

type ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue

type ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue struct {
	ListServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues

type ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues struct {
	ListServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

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

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListServiceAccountKeysRequest_FieldTerminalPathValue

type ListServiceAccountKeysRequest_FieldTerminalPathValue struct {
	ListServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

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

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListServiceAccountKeysRequest_FieldTerminalPathValue' with the value under path in 'ListServiceAccountKeysRequest'.

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListServiceAccountKeysRequest

func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw

type ListServiceAccountKeysResponse

type ListServiceAccountKeysResponse struct {

	// The list of ServiceAccountKeys
	ServiceAccountKeys []*service_account_key.ServiceAccountKey `` /* 148-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListServiceAccountKeysRequest.page_token][ntt.iam.v1alpha.ListServiceAccountKeysRequest.page_token]
	PrevPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListServiceAccountKeysRequest.page_token][ntt.iam.v1alpha.ListServiceAccountKeysRequest.page_token]
	NextPageToken *service_account_key.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 ServiceAccountKeys 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 [ListServiceAccountKeys][ntt.iam.v1alpha.ListServiceAccountKeys]

func (*ListServiceAccountKeysResponse) Clone

func (*ListServiceAccountKeysResponse) CloneRaw

func (*ListServiceAccountKeysResponse) Descriptor

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

Deprecated, Use ListServiceAccountKeysResponse.ProtoReflect.Descriptor instead.

func (*ListServiceAccountKeysResponse) GetCurrentOffset added in v0.10.1

func (m *ListServiceAccountKeysResponse) GetCurrentOffset() int32

func (*ListServiceAccountKeysResponse) GetNextPageToken

func (*ListServiceAccountKeysResponse) GetPrevPageToken

func (*ListServiceAccountKeysResponse) GetServiceAccountKeys

func (*ListServiceAccountKeysResponse) GetTotalResultsCount added in v0.10.1

func (m *ListServiceAccountKeysResponse) GetTotalResultsCount() int32

func (*ListServiceAccountKeysResponse) GotenMessage

func (*ListServiceAccountKeysResponse) GotenMessage()

func (*ListServiceAccountKeysResponse) GotenObjectExt

func (o *ListServiceAccountKeysResponse) GotenObjectExt()

func (*ListServiceAccountKeysResponse) GotenValidate

func (obj *ListServiceAccountKeysResponse) GotenValidate() error

func (*ListServiceAccountKeysResponse) MakeDiffFieldMask

func (*ListServiceAccountKeysResponse) MakeFullFieldMask

func (*ListServiceAccountKeysResponse) MakeRawDiffFieldMask

func (*ListServiceAccountKeysResponse) MakeRawFullFieldMask

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

func (*ListServiceAccountKeysResponse) Marshal

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

func (*ListServiceAccountKeysResponse) MarshalJSON

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

func (*ListServiceAccountKeysResponse) Merge

func (*ListServiceAccountKeysResponse) MergeRaw

func (*ListServiceAccountKeysResponse) ProtoMessage

func (*ListServiceAccountKeysResponse) ProtoMessage()

func (*ListServiceAccountKeysResponse) ProtoReflect

func (*ListServiceAccountKeysResponse) Reset

func (m *ListServiceAccountKeysResponse) Reset()

func (*ListServiceAccountKeysResponse) SetCurrentOffset added in v0.10.1

func (m *ListServiceAccountKeysResponse) SetCurrentOffset(fv int32)

func (*ListServiceAccountKeysResponse) SetNextPageToken

func (*ListServiceAccountKeysResponse) SetPrevPageToken

func (*ListServiceAccountKeysResponse) SetServiceAccountKeys

func (*ListServiceAccountKeysResponse) SetTotalResultsCount added in v0.10.1

func (m *ListServiceAccountKeysResponse) SetTotalResultsCount(fv int32)

func (*ListServiceAccountKeysResponse) String

func (*ListServiceAccountKeysResponse) Unmarshal

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

func (*ListServiceAccountKeysResponse) UnmarshalJSON

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

type ListServiceAccountKeysResponseFieldPathBuilder

type ListServiceAccountKeysResponseFieldPathBuilder struct{}

func NewListServiceAccountKeysResponseFieldPathBuilder

func NewListServiceAccountKeysResponseFieldPathBuilder() ListServiceAccountKeysResponseFieldPathBuilder

func (ListServiceAccountKeysResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListServiceAccountKeysResponseFieldPathBuilder) NextPageToken

func (ListServiceAccountKeysResponseFieldPathBuilder) PrevPageToken

func (ListServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeys

func (ListServiceAccountKeysResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListServiceAccountKeysResponsePathSelectorCurrentOffset added in v0.10.1

type ListServiceAccountKeysResponsePathSelectorCurrentOffset struct{}

func (ListServiceAccountKeysResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListServiceAccountKeysResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListServiceAccountKeysResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListServiceAccountKeysResponsePathSelectorNextPageToken

type ListServiceAccountKeysResponsePathSelectorNextPageToken struct{}

func (ListServiceAccountKeysResponsePathSelectorNextPageToken) FieldPath

type ListServiceAccountKeysResponsePathSelectorPrevPageToken

type ListServiceAccountKeysResponsePathSelectorPrevPageToken struct{}

func (ListServiceAccountKeysResponsePathSelectorPrevPageToken) FieldPath

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeys

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeys struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) FieldPath

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) Name

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) FieldPath

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) FieldPath

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithValue

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) FieldPath

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithValue

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) FieldPath

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithValue

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) FieldPath

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithValue

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) FieldPath

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithValue

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore

type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore struct{}

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) FieldPath

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues

func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithValue

type ListServiceAccountKeysResponsePathSelectorTotalResultsCount added in v0.10.1

type ListServiceAccountKeysResponsePathSelectorTotalResultsCount struct{}

func (ListServiceAccountKeysResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListServiceAccountKeysResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListServiceAccountKeysResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListServiceAccountKeysResponse_FieldMask

type ListServiceAccountKeysResponse_FieldMask struct {
	Paths []ListServiceAccountKeysResponse_FieldPath
}

func FullListServiceAccountKeysResponse_FieldMask

func FullListServiceAccountKeysResponse_FieldMask() *ListServiceAccountKeysResponse_FieldMask

func (*ListServiceAccountKeysResponse_FieldMask) AppendPath

func (*ListServiceAccountKeysResponse_FieldMask) AppendRawPath

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

func (*ListServiceAccountKeysResponse_FieldMask) DecodeFirestore

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

func (*ListServiceAccountKeysResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListServiceAccountKeysResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListServiceAccountKeysResponse_FieldMask) FromProtoFieldMask

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

func (*ListServiceAccountKeysResponse_FieldMask) GetPaths

func (*ListServiceAccountKeysResponse_FieldMask) GetRawPaths

func (*ListServiceAccountKeysResponse_FieldMask) IsFull

func (fieldMask *ListServiceAccountKeysResponse_FieldMask) IsFull() bool

func (ListServiceAccountKeysResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListServiceAccountKeysResponse_FieldMask) MarshalJSON

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

func (*ListServiceAccountKeysResponse_FieldMask) PathsCount

func (fieldMask *ListServiceAccountKeysResponse_FieldMask) PathsCount() int

func (*ListServiceAccountKeysResponse_FieldMask) Project

func (*ListServiceAccountKeysResponse_FieldMask) ProjectRaw

func (*ListServiceAccountKeysResponse_FieldMask) ProtoMessage

func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ProtoMessage()

func (*ListServiceAccountKeysResponse_FieldMask) ProtoReflect

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

func (*ListServiceAccountKeysResponse_FieldMask) Reset

func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Reset()

func (*ListServiceAccountKeysResponse_FieldMask) Set

func (*ListServiceAccountKeysResponse_FieldMask) SetFromCliFlag

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

func (*ListServiceAccountKeysResponse_FieldMask) SetRaw

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

func (*ListServiceAccountKeysResponse_FieldMask) Size

func (*ListServiceAccountKeysResponse_FieldMask) String

func (*ListServiceAccountKeysResponse_FieldMask) Subtract

func (*ListServiceAccountKeysResponse_FieldMask) SubtractRaw

func (*ListServiceAccountKeysResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListServiceAccountKeysResponse_FieldMask) Unmarshal

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

func (*ListServiceAccountKeysResponse_FieldMask) UnmarshalJSON

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

type ListServiceAccountKeysResponse_FieldPath

type ListServiceAccountKeysResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListServiceAccountKeysResponse_FieldPathSelector
	Get(source *ListServiceAccountKeysResponse) []interface{}
	GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool)
	ClearValue(item *ListServiceAccountKeysResponse)

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

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

func MustParseListServiceAccountKeysResponse_FieldPath

func MustParseListServiceAccountKeysResponse_FieldPath(rawField string) ListServiceAccountKeysResponse_FieldPath

func ParseListServiceAccountKeysResponse_FieldPath

func ParseListServiceAccountKeysResponse_FieldPath(rawField string) (ListServiceAccountKeysResponse_FieldPath, error)

type ListServiceAccountKeysResponse_FieldPathArrayItemValue

type ListServiceAccountKeysResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListServiceAccountKeysResponse_FieldPath
	ContainsValue(*ListServiceAccountKeysResponse) bool
}

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

func MustParseListServiceAccountKeysResponse_FieldPathArrayItemValue

func MustParseListServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListServiceAccountKeysResponse_FieldPathArrayItemValue

func ParseListServiceAccountKeysResponse_FieldPathArrayItemValue

func ParseListServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListServiceAccountKeysResponse_FieldPathArrayItemValue, error)

ParseListServiceAccountKeysResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListServiceAccountKeysResponse_FieldPathArrayOfValues

type ListServiceAccountKeysResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListServiceAccountKeysResponse_FieldPath
}

ListServiceAccountKeysResponse_FieldPathArrayOfValues allows storing slice of values for ListServiceAccountKeysResponse fields according to their type

func MustParseListServiceAccountKeysResponse_FieldPathArrayOfValues

func MustParseListServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListServiceAccountKeysResponse_FieldPathArrayOfValues

func ParseListServiceAccountKeysResponse_FieldPathArrayOfValues

func ParseListServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListServiceAccountKeysResponse_FieldPathArrayOfValues, error)

type ListServiceAccountKeysResponse_FieldPathSelector

type ListServiceAccountKeysResponse_FieldPathSelector int32
const (
	ListServiceAccountKeysResponse_FieldPathSelectorServiceAccountKeys ListServiceAccountKeysResponse_FieldPathSelector = 0
	ListServiceAccountKeysResponse_FieldPathSelectorPrevPageToken      ListServiceAccountKeysResponse_FieldPathSelector = 1
	ListServiceAccountKeysResponse_FieldPathSelectorNextPageToken      ListServiceAccountKeysResponse_FieldPathSelector = 2
	ListServiceAccountKeysResponse_FieldPathSelectorCurrentOffset      ListServiceAccountKeysResponse_FieldPathSelector = 3
	ListServiceAccountKeysResponse_FieldPathSelectorTotalResultsCount  ListServiceAccountKeysResponse_FieldPathSelector = 4
)

func (ListServiceAccountKeysResponse_FieldPathSelector) String

type ListServiceAccountKeysResponse_FieldPathValue

type ListServiceAccountKeysResponse_FieldPathValue interface {
	ListServiceAccountKeysResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListServiceAccountKeysResponse)
	CompareWith(*ListServiceAccountKeysResponse) (cmp int, comparable bool)
}

ListServiceAccountKeysResponse_FieldPathValue allows storing values for ListServiceAccountKeysResponse fields according to their type

func MustParseListServiceAccountKeysResponse_FieldPathValue

func MustParseListServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) ListServiceAccountKeysResponse_FieldPathValue

func ParseListServiceAccountKeysResponse_FieldPathValue

func ParseListServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) (ListServiceAccountKeysResponse_FieldPathValue, error)

type ListServiceAccountKeysResponse_FieldSubPath

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

func (*ListServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath

func (*ListServiceAccountKeysResponse_FieldSubPath) ClearValue

func (*ListServiceAccountKeysResponse_FieldSubPath) ClearValueRaw

func (*ListServiceAccountKeysResponse_FieldSubPath) Get

func (fps *ListServiceAccountKeysResponse_FieldSubPath) Get(source *ListServiceAccountKeysResponse) (values []interface{})

Get returns all values pointed by selected field from source ListServiceAccountKeysResponse

func (*ListServiceAccountKeysResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListServiceAccountKeysResponse_FieldSubPath) GetRaw

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

func (*ListServiceAccountKeysResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source ListServiceAccountKeysResponse

func (*ListServiceAccountKeysResponse_FieldSubPath) GetSingleRaw

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

func (*ListServiceAccountKeysResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListServiceAccountKeysResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListServiceAccountKeysResponse_FieldSubPath) Selector

func (*ListServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListServiceAccountKeysResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue

func (*ListServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues

func (*ListServiceAccountKeysResponse_FieldSubPath) WithIValue

func (*ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListServiceAccountKeysResponse_FieldSubPath) WithRawIValue

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

type ListServiceAccountKeysResponse_FieldSubPathArrayItemValue

type ListServiceAccountKeysResponse_FieldSubPathArrayItemValue struct {
	ListServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue

func (*ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListServiceAccountKeysResponse_FieldSubPathArrayOfValues

type ListServiceAccountKeysResponse_FieldSubPathArrayOfValues struct {
	ListServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsServiceAccountKeysPathArrayOfValues

func (*ListServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListServiceAccountKeysResponse_FieldSubPathValue

type ListServiceAccountKeysResponse_FieldSubPathValue struct {
	ListServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue

func (*ListServiceAccountKeysResponse_FieldSubPathValue) CompareWith

func (*ListServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListServiceAccountKeysResponse_FieldSubPathValue) GetRawValue

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

func (*ListServiceAccountKeysResponse_FieldSubPathValue) SetTo

func (*ListServiceAccountKeysResponse_FieldSubPathValue) SetToRaw

type ListServiceAccountKeysResponse_FieldTerminalPath

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

func (*ListServiceAccountKeysResponse_FieldTerminalPath) ClearValue

func (*ListServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw

func (*ListServiceAccountKeysResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ListServiceAccountKeysResponse

func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetRaw

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

func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListServiceAccountKeysResponse

func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListServiceAccountKeysResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListServiceAccountKeysResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListServiceAccountKeysResponse_FieldTerminalPath) Selector

func (*ListServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*ListServiceAccountKeysResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithIValue

func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue

type ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue

type ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue struct {
	ListServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues

type ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues struct {
	ListServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

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

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

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

func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListServiceAccountKeysResponse_FieldTerminalPathValue

type ListServiceAccountKeysResponse_FieldTerminalPathValue struct {
	ListServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

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

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

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

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListServiceAccountKeysResponse_FieldTerminalPathValue' with the value under path in 'ListServiceAccountKeysResponse'.

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListServiceAccountKeysResponse

func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw

type ServiceAccountKeyServiceClient

ServiceAccountKeyServiceClient is the client API for ServiceAccountKeyService.

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

type ServiceAccountKeyServiceDescriptor added in v0.4.28

type ServiceAccountKeyServiceDescriptor struct{}

func GetServiceAccountKeyServiceDescriptor added in v0.4.28

func GetServiceAccountKeyServiceDescriptor() *ServiceAccountKeyServiceDescriptor

func (*ServiceAccountKeyServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (*ServiceAccountKeyServiceDescriptor) GetApiName added in v0.4.28

func (*ServiceAccountKeyServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *ServiceAccountKeyServiceDescriptor) GetFullAPIName() string

func (*ServiceAccountKeyServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *ServiceAccountKeyServiceDescriptor) GetProtoPkgName() string

func (*ServiceAccountKeyServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *ServiceAccountKeyServiceDescriptor) GetServiceDomain() string

func (*ServiceAccountKeyServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *ServiceAccountKeyServiceDescriptor) GetServiceVersion() string

type UpdateServiceAccountKeyDescriptor added in v0.4.28

type UpdateServiceAccountKeyDescriptor struct{}

func GetUpdateServiceAccountKeyDescriptor added in v0.4.28

func GetUpdateServiceAccountKeyDescriptor() *UpdateServiceAccountKeyDescriptor

func (*UpdateServiceAccountKeyDescriptor) GetApiDescriptor added in v0.4.28

func (*UpdateServiceAccountKeyDescriptor) GetApiName added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) GetApiName() string

func (*UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateServiceAccountKeyDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) GetFullMethodName() string

func (*UpdateServiceAccountKeyDescriptor) GetMethodName added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) GetMethodName() string

func (*UpdateServiceAccountKeyDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*UpdateServiceAccountKeyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateServiceAccountKeyDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) GetServiceDomain() string

func (*UpdateServiceAccountKeyDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) GetServiceVersion() string

func (*UpdateServiceAccountKeyDescriptor) GetVerb added in v0.4.28

func (*UpdateServiceAccountKeyDescriptor) HasResource added in v0.4.30

func (d *UpdateServiceAccountKeyDescriptor) HasResource() bool

func (*UpdateServiceAccountKeyDescriptor) IsClientStream added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) IsClientStream() bool

func (*UpdateServiceAccountKeyDescriptor) IsCollection added in v0.4.30

func (d *UpdateServiceAccountKeyDescriptor) IsCollection() bool

func (*UpdateServiceAccountKeyDescriptor) IsPlural added in v0.4.30

func (*UpdateServiceAccountKeyDescriptor) IsServerStream added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) IsServerStream() bool

func (*UpdateServiceAccountKeyDescriptor) IsUnary added in v0.4.28

func (*UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateServiceAccountKeyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type UpdateServiceAccountKeyDescriptorClientMsgHandle added in v0.4.28

type UpdateServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateServiceAccountKeyDescriptorServerMsgHandle added in v0.4.28

type UpdateServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateServiceAccountKeyRequest

type UpdateServiceAccountKeyRequest struct {

	// ServiceAccountKey resource body
	ServiceAccountKey *service_account_key.ServiceAccountKey `` /* 144-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *service_account_key.ServiceAccountKey_FieldMask `` /* 153-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 *UpdateServiceAccountKeyRequest_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 [UpdateServiceAccountKey][ntt.iam.v1alpha.UpdateServiceAccountKey]

func (*UpdateServiceAccountKeyRequest) Clone

func (*UpdateServiceAccountKeyRequest) CloneRaw

func (*UpdateServiceAccountKeyRequest) Descriptor

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

Deprecated, Use UpdateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceAccountKeyRequest) GetAllowMissing added in v0.12.33

func (m *UpdateServiceAccountKeyRequest) GetAllowMissing() bool

func (*UpdateServiceAccountKeyRequest) GetCas

func (*UpdateServiceAccountKeyRequest) GetServiceAccountKey

func (*UpdateServiceAccountKeyRequest) GetUpdateMask

func (*UpdateServiceAccountKeyRequest) GotenMessage

func (*UpdateServiceAccountKeyRequest) GotenMessage()

func (*UpdateServiceAccountKeyRequest) GotenObjectExt

func (o *UpdateServiceAccountKeyRequest) GotenObjectExt()

func (*UpdateServiceAccountKeyRequest) GotenValidate

func (obj *UpdateServiceAccountKeyRequest) GotenValidate() error

func (*UpdateServiceAccountKeyRequest) MakeDiffFieldMask

func (*UpdateServiceAccountKeyRequest) MakeFullFieldMask

func (*UpdateServiceAccountKeyRequest) MakeRawDiffFieldMask

func (*UpdateServiceAccountKeyRequest) MakeRawFullFieldMask

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

func (*UpdateServiceAccountKeyRequest) Marshal

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

func (*UpdateServiceAccountKeyRequest) MarshalJSON

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

func (*UpdateServiceAccountKeyRequest) Merge

func (*UpdateServiceAccountKeyRequest) MergeRaw

func (*UpdateServiceAccountKeyRequest) ProtoMessage

func (*UpdateServiceAccountKeyRequest) ProtoMessage()

func (*UpdateServiceAccountKeyRequest) ProtoReflect

func (*UpdateServiceAccountKeyRequest) Reset

func (m *UpdateServiceAccountKeyRequest) Reset()

func (*UpdateServiceAccountKeyRequest) SetAllowMissing added in v0.12.33

func (m *UpdateServiceAccountKeyRequest) SetAllowMissing(fv bool)

func (*UpdateServiceAccountKeyRequest) SetCas

func (*UpdateServiceAccountKeyRequest) SetServiceAccountKey

func (*UpdateServiceAccountKeyRequest) SetUpdateMask

func (*UpdateServiceAccountKeyRequest) String

func (*UpdateServiceAccountKeyRequest) Unmarshal

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

func (*UpdateServiceAccountKeyRequest) UnmarshalJSON

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

type UpdateServiceAccountKeyRequestCASFieldPathBuilder

type UpdateServiceAccountKeyRequestCASFieldPathBuilder struct{}

func NewUpdateServiceAccountKeyRequestCASFieldPathBuilder

func NewUpdateServiceAccountKeyRequestCASFieldPathBuilder() UpdateServiceAccountKeyRequestCASFieldPathBuilder

func (UpdateServiceAccountKeyRequestCASFieldPathBuilder) ConditionalState

func (UpdateServiceAccountKeyRequestCASFieldPathBuilder) FieldMask

type UpdateServiceAccountKeyRequestCAS_FieldPath

type UpdateServiceAccountKeyRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateServiceAccountKeyRequestCAS_FieldPathSelector
	Get(source *UpdateServiceAccountKeyRequest_CAS) []interface{}
	GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateServiceAccountKeyRequest_CAS)

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

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

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPath

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPath(rawField string) UpdateServiceAccountKeyRequestCAS_FieldPath

func ParseUpdateServiceAccountKeyRequestCAS_FieldPath

func ParseUpdateServiceAccountKeyRequestCAS_FieldPath(rawField string) (UpdateServiceAccountKeyRequestCAS_FieldPath, error)

type UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue

type UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateServiceAccountKeyRequestCAS_FieldPath
	ContainsValue(*UpdateServiceAccountKeyRequest_CAS) bool
}

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

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue

func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue

func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues

type UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateServiceAccountKeyRequestCAS_FieldPath
}

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

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues

func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues

func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues, error)

type UpdateServiceAccountKeyRequestCAS_FieldPathSelector

type UpdateServiceAccountKeyRequestCAS_FieldPathSelector int32
const (
	UpdateServiceAccountKeyRequestCAS_FieldPathSelectorConditionalState UpdateServiceAccountKeyRequestCAS_FieldPathSelector = 0
	UpdateServiceAccountKeyRequestCAS_FieldPathSelectorFieldMask        UpdateServiceAccountKeyRequestCAS_FieldPathSelector = 1
)

func (UpdateServiceAccountKeyRequestCAS_FieldPathSelector) String

type UpdateServiceAccountKeyRequestCAS_FieldPathValue

type UpdateServiceAccountKeyRequestCAS_FieldPathValue interface {
	UpdateServiceAccountKeyRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateServiceAccountKeyRequest_CAS)
	CompareWith(*UpdateServiceAccountKeyRequest_CAS) (cmp int, comparable bool)
}

UpdateServiceAccountKeyRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathValue

func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateServiceAccountKeyRequestCAS_FieldPathValue

func ParseUpdateServiceAccountKeyRequestCAS_FieldPathValue

func ParseUpdateServiceAccountKeyRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathValue, error)

type UpdateServiceAccountKeyRequestCAS_FieldSubPath

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValue

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) Get

Get returns all values pointed by selected field from source UpdateServiceAccountKeyRequest_CAS

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateServiceAccountKeyRequest_CAS

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) Selector

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIValue

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue

type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateServiceAccountKeyRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues

type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateServiceAccountKeyRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateServiceAccountKeyRequestCAS_FieldSubPathValue

type UpdateServiceAccountKeyRequestCAS_FieldSubPathValue struct {
	UpdateServiceAccountKeyRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWithRaw

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetTo

func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetToRaw

type UpdateServiceAccountKeyRequestCAS_FieldTerminalPath

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateServiceAccountKeyRequest_CAS

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateServiceAccountKeyRequest_CAS

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) Selector

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIValue

type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue

type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateServiceAccountKeyRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues

type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateServiceAccountKeyRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue

type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue struct {
	UpdateServiceAccountKeyRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateServiceAccountKeyRequest_CAS'.

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateServiceAccountKeyRequestFieldPathBuilder

type UpdateServiceAccountKeyRequestFieldPathBuilder struct{}

func NewUpdateServiceAccountKeyRequestFieldPathBuilder

func NewUpdateServiceAccountKeyRequestFieldPathBuilder() UpdateServiceAccountKeyRequestFieldPathBuilder

func (UpdateServiceAccountKeyRequestFieldPathBuilder) AllowMissing added in v0.12.33

func (UpdateServiceAccountKeyRequestFieldPathBuilder) Cas

func (UpdateServiceAccountKeyRequestFieldPathBuilder) ServiceAccountKey

func (UpdateServiceAccountKeyRequestFieldPathBuilder) UpdateMask

type UpdateServiceAccountKeyRequestPathSelectorAllowMissing added in v0.12.33

type UpdateServiceAccountKeyRequestPathSelectorAllowMissing struct{}

func (UpdateServiceAccountKeyRequestPathSelectorAllowMissing) FieldPath added in v0.12.33

func (UpdateServiceAccountKeyRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.33

func (UpdateServiceAccountKeyRequestPathSelectorAllowMissing) WithValue added in v0.12.33

type UpdateServiceAccountKeyRequestPathSelectorCas

type UpdateServiceAccountKeyRequestPathSelectorCas struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCas) ConditionalState

func (UpdateServiceAccountKeyRequestPathSelectorCas) FieldMask

func (UpdateServiceAccountKeyRequestPathSelectorCas) FieldPath

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalState

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalState struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) Name

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) WithValue

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm) FieldPath

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) WithValue

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) WithValue

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) WithValue

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) WithValue

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore

type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) WithValue

type UpdateServiceAccountKeyRequestPathSelectorCasFieldMask

type UpdateServiceAccountKeyRequestPathSelectorCasFieldMask struct{}

func (UpdateServiceAccountKeyRequestPathSelectorCasFieldMask) FieldPath

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) Name

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) FieldPath

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithValue

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithValue

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithValue

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithValue

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithValue

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore

type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore struct{}

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) FieldPath

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues

func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithValue

type UpdateServiceAccountKeyRequestPathSelectorUpdateMask

type UpdateServiceAccountKeyRequestPathSelectorUpdateMask struct{}

func (UpdateServiceAccountKeyRequestPathSelectorUpdateMask) FieldPath

type UpdateServiceAccountKeyRequest_CAS

type UpdateServiceAccountKeyRequest_CAS struct {

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

func (*UpdateServiceAccountKeyRequest_CAS) CloneRaw

func (*UpdateServiceAccountKeyRequest_CAS) Descriptor

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

Deprecated, Use UpdateServiceAccountKeyRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateServiceAccountKeyRequest_CAS) GetConditionalState

func (*UpdateServiceAccountKeyRequest_CAS) GetFieldMask

func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage

func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage()

func (*UpdateServiceAccountKeyRequest_CAS) GotenObjectExt

func (o *UpdateServiceAccountKeyRequest_CAS) GotenObjectExt()

func (*UpdateServiceAccountKeyRequest_CAS) GotenValidate

func (obj *UpdateServiceAccountKeyRequest_CAS) GotenValidate() error

func (*UpdateServiceAccountKeyRequest_CAS) MakeFullFieldMask

func (*UpdateServiceAccountKeyRequest_CAS) MakeRawDiffFieldMask

func (*UpdateServiceAccountKeyRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateServiceAccountKeyRequest_CAS) Marshal

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

func (*UpdateServiceAccountKeyRequest_CAS) MarshalJSON

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

func (*UpdateServiceAccountKeyRequest_CAS) Merge

func (*UpdateServiceAccountKeyRequest_CAS) MergeRaw

func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage

func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage()

func (*UpdateServiceAccountKeyRequest_CAS) ProtoReflect

func (*UpdateServiceAccountKeyRequest_CAS) Reset

func (*UpdateServiceAccountKeyRequest_CAS) SetConditionalState

func (*UpdateServiceAccountKeyRequest_CAS) SetFieldMask

func (*UpdateServiceAccountKeyRequest_CAS) String

func (*UpdateServiceAccountKeyRequest_CAS) Unmarshal

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

func (*UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON

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

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) FieldPath

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm) FieldPath

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) FieldPath

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) WithArrayOfValues

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) WithValue

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) FieldPath

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) WithArrayOfValues

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) WithValue

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) FieldPath

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) WithArrayOfValues

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) WithValue

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore

type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) FieldPath

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) WithArrayOfValues

func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) WithValue

type UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask

type UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask struct{}

func (UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask) FieldPath

type UpdateServiceAccountKeyRequest_CAS_FieldMask

type UpdateServiceAccountKeyRequest_CAS_FieldMask struct {
	Paths []UpdateServiceAccountKeyRequestCAS_FieldPath
}

func FullUpdateServiceAccountKeyRequest_CAS_FieldMask

func FullUpdateServiceAccountKeyRequest_CAS_FieldMask() *UpdateServiceAccountKeyRequest_CAS_FieldMask

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendPath

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendRawPath

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) GetPaths

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) GetRawPaths

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) IsFull

func (UpdateServiceAccountKeyRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateServiceAccountKeyRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) PathsCount() int

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Project

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ProjectRaw

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoReflect

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Reset

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Set

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) SetRaw

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Size

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) String

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Subtract

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) SubtractRaw

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateServiceAccountKeyRequest_FieldMask

type UpdateServiceAccountKeyRequest_FieldMask struct {
	Paths []UpdateServiceAccountKeyRequest_FieldPath
}

func FullUpdateServiceAccountKeyRequest_FieldMask

func FullUpdateServiceAccountKeyRequest_FieldMask() *UpdateServiceAccountKeyRequest_FieldMask

func (*UpdateServiceAccountKeyRequest_FieldMask) AppendPath

func (*UpdateServiceAccountKeyRequest_FieldMask) AppendRawPath

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

func (*UpdateServiceAccountKeyRequest_FieldMask) DecodeFirestore

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

func (*UpdateServiceAccountKeyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateServiceAccountKeyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateServiceAccountKeyRequest_FieldMask) GetPaths

func (*UpdateServiceAccountKeyRequest_FieldMask) GetRawPaths

func (*UpdateServiceAccountKeyRequest_FieldMask) IsFull

func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) IsFull() bool

func (UpdateServiceAccountKeyRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateServiceAccountKeyRequest_FieldMask) MarshalJSON

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

func (*UpdateServiceAccountKeyRequest_FieldMask) PathsCount

func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) PathsCount() int

func (*UpdateServiceAccountKeyRequest_FieldMask) Project

func (*UpdateServiceAccountKeyRequest_FieldMask) ProjectRaw

func (*UpdateServiceAccountKeyRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ProtoMessage()

func (*UpdateServiceAccountKeyRequest_FieldMask) ProtoReflect

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

func (*UpdateServiceAccountKeyRequest_FieldMask) Reset

func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Reset()

func (*UpdateServiceAccountKeyRequest_FieldMask) Set

func (*UpdateServiceAccountKeyRequest_FieldMask) SetFromCliFlag

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

func (*UpdateServiceAccountKeyRequest_FieldMask) SetRaw

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

func (*UpdateServiceAccountKeyRequest_FieldMask) Size

func (*UpdateServiceAccountKeyRequest_FieldMask) String

func (*UpdateServiceAccountKeyRequest_FieldMask) Subtract

func (*UpdateServiceAccountKeyRequest_FieldMask) SubtractRaw

func (*UpdateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateServiceAccountKeyRequest_FieldMask) Unmarshal

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

func (*UpdateServiceAccountKeyRequest_FieldMask) UnmarshalJSON

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

type UpdateServiceAccountKeyRequest_FieldPath

type UpdateServiceAccountKeyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateServiceAccountKeyRequest_FieldPathSelector
	Get(source *UpdateServiceAccountKeyRequest) []interface{}
	GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool)
	ClearValue(item *UpdateServiceAccountKeyRequest)

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

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

func MustParseUpdateServiceAccountKeyRequest_FieldPath

func MustParseUpdateServiceAccountKeyRequest_FieldPath(rawField string) UpdateServiceAccountKeyRequest_FieldPath

func ParseUpdateServiceAccountKeyRequest_FieldPath

func ParseUpdateServiceAccountKeyRequest_FieldPath(rawField string) (UpdateServiceAccountKeyRequest_FieldPath, error)

type UpdateServiceAccountKeyRequest_FieldPathArrayItemValue

type UpdateServiceAccountKeyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateServiceAccountKeyRequest_FieldPath
	ContainsValue(*UpdateServiceAccountKeyRequest) bool
}

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

func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue

func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequest_FieldPathArrayItemValue, error)

ParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateServiceAccountKeyRequest_FieldPathArrayOfValues

type UpdateServiceAccountKeyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateServiceAccountKeyRequest_FieldPath
}

UpdateServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for UpdateServiceAccountKeyRequest fields according to their type

func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues

func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceAccountKeyRequest_FieldPathArrayOfValues, error)

type UpdateServiceAccountKeyRequest_FieldPathSelector

type UpdateServiceAccountKeyRequest_FieldPathSelector int32
const (
	UpdateServiceAccountKeyRequest_FieldPathSelectorServiceAccountKey UpdateServiceAccountKeyRequest_FieldPathSelector = 0
	UpdateServiceAccountKeyRequest_FieldPathSelectorUpdateMask        UpdateServiceAccountKeyRequest_FieldPathSelector = 1
	UpdateServiceAccountKeyRequest_FieldPathSelectorCas               UpdateServiceAccountKeyRequest_FieldPathSelector = 2
	UpdateServiceAccountKeyRequest_FieldPathSelectorAllowMissing      UpdateServiceAccountKeyRequest_FieldPathSelector = 3
)

func (UpdateServiceAccountKeyRequest_FieldPathSelector) String

type UpdateServiceAccountKeyRequest_FieldPathValue

type UpdateServiceAccountKeyRequest_FieldPathValue interface {
	UpdateServiceAccountKeyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateServiceAccountKeyRequest)
	CompareWith(*UpdateServiceAccountKeyRequest) (cmp int, comparable bool)
}

UpdateServiceAccountKeyRequest_FieldPathValue allows storing values for UpdateServiceAccountKeyRequest fields according to their type

func MustParseUpdateServiceAccountKeyRequest_FieldPathValue

func MustParseUpdateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) UpdateServiceAccountKeyRequest_FieldPathValue

func ParseUpdateServiceAccountKeyRequest_FieldPathValue

func ParseUpdateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequest_FieldPathValue, error)

type UpdateServiceAccountKeyRequest_FieldSubPath

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

func (*UpdateServiceAccountKeyRequest_FieldSubPath) AsCasSubPath

func (*UpdateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath

func (*UpdateServiceAccountKeyRequest_FieldSubPath) ClearValue

func (*UpdateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw

func (*UpdateServiceAccountKeyRequest_FieldSubPath) Get

func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) Get(source *UpdateServiceAccountKeyRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateServiceAccountKeyRequest

func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetRaw

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

func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateServiceAccountKeyRequest

func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateServiceAccountKeyRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceAccountKeyRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateServiceAccountKeyRequest_FieldSubPath) Selector

func (*UpdateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*UpdateServiceAccountKeyRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithIValue

func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIValue

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

type UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue

type UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue struct {
	UpdateServiceAccountKeyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue

func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues

type UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues struct {
	UpdateServiceAccountKeyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues

func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateServiceAccountKeyRequest_FieldSubPathValue

type UpdateServiceAccountKeyRequest_FieldSubPathValue struct {
	UpdateServiceAccountKeyRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue

func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWith

func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) SetTo

func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw

type UpdateServiceAccountKeyRequest_FieldTerminalPath

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValue

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateServiceAccountKeyRequest

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetRaw

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateServiceAccountKeyRequest

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) Selector

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIValue

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue

type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue

type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct {
	UpdateServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues

type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct {
	UpdateServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.33

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateServiceAccountKeyRequest_FieldTerminalPathValue

type UpdateServiceAccountKeyRequest_FieldTerminalPathValue struct {
	UpdateServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.33

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'UpdateServiceAccountKeyRequest'.

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateServiceAccountKeyRequest

func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw

type WatchServiceAccountKeyClientStream

type WatchServiceAccountKeyClientStream interface {
	Recv() (*WatchServiceAccountKeyResponse, error)
	grpc.ClientStream
}

type WatchServiceAccountKeyDescriptor added in v0.4.28

type WatchServiceAccountKeyDescriptor struct{}

func GetWatchServiceAccountKeyDescriptor added in v0.4.28

func GetWatchServiceAccountKeyDescriptor() *WatchServiceAccountKeyDescriptor

func (*WatchServiceAccountKeyDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchServiceAccountKeyDescriptor) GetApiName added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) GetApiName() string

func (*WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchServiceAccountKeyDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) GetFullMethodName() string

func (*WatchServiceAccountKeyDescriptor) GetMethodName added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) GetMethodName() string

func (*WatchServiceAccountKeyDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) GetProtoPkgName() string

func (*WatchServiceAccountKeyDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchServiceAccountKeyDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) GetServiceDomain() string

func (*WatchServiceAccountKeyDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) GetServiceVersion() string

func (*WatchServiceAccountKeyDescriptor) GetVerb added in v0.4.28

func (*WatchServiceAccountKeyDescriptor) HasResource added in v0.4.30

func (d *WatchServiceAccountKeyDescriptor) HasResource() bool

func (*WatchServiceAccountKeyDescriptor) IsClientStream added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) IsClientStream() bool

func (*WatchServiceAccountKeyDescriptor) IsCollection added in v0.4.30

func (d *WatchServiceAccountKeyDescriptor) IsCollection() bool

func (*WatchServiceAccountKeyDescriptor) IsPlural added in v0.4.30

func (d *WatchServiceAccountKeyDescriptor) IsPlural() bool

func (*WatchServiceAccountKeyDescriptor) IsServerStream added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) IsServerStream() bool

func (*WatchServiceAccountKeyDescriptor) IsUnary added in v0.4.28

func (*WatchServiceAccountKeyDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchServiceAccountKeyDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchServiceAccountKeyDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchServiceAccountKeyDescriptor) RequestHasResourceBody() bool

type WatchServiceAccountKeyDescriptorClientMsgHandle added in v0.4.28

type WatchServiceAccountKeyDescriptorClientMsgHandle struct{}

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServiceAccountKeyDescriptorServerMsgHandle added in v0.4.28

type WatchServiceAccountKeyDescriptorServerMsgHandle struct{}

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServiceAccountKeyRequest

type WatchServiceAccountKeyRequest struct {

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

func (*WatchServiceAccountKeyRequest) Clone

func (*WatchServiceAccountKeyRequest) CloneRaw

func (*WatchServiceAccountKeyRequest) Descriptor

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

Deprecated, Use WatchServiceAccountKeyRequest.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeyRequest) GetFieldMask

func (*WatchServiceAccountKeyRequest) GetName

func (*WatchServiceAccountKeyRequest) GetView

func (*WatchServiceAccountKeyRequest) GotenMessage

func (*WatchServiceAccountKeyRequest) GotenMessage()

func (*WatchServiceAccountKeyRequest) GotenObjectExt

func (o *WatchServiceAccountKeyRequest) GotenObjectExt()

func (*WatchServiceAccountKeyRequest) GotenValidate

func (obj *WatchServiceAccountKeyRequest) GotenValidate() error

func (*WatchServiceAccountKeyRequest) MakeDiffFieldMask

func (*WatchServiceAccountKeyRequest) MakeFullFieldMask

func (*WatchServiceAccountKeyRequest) MakeRawDiffFieldMask

func (*WatchServiceAccountKeyRequest) MakeRawFullFieldMask

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

func (*WatchServiceAccountKeyRequest) Marshal

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

func (*WatchServiceAccountKeyRequest) MarshalJSON

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

func (*WatchServiceAccountKeyRequest) Merge

func (*WatchServiceAccountKeyRequest) MergeRaw

func (*WatchServiceAccountKeyRequest) ProtoMessage

func (*WatchServiceAccountKeyRequest) ProtoMessage()

func (*WatchServiceAccountKeyRequest) ProtoReflect

func (*WatchServiceAccountKeyRequest) Reset

func (m *WatchServiceAccountKeyRequest) Reset()

func (*WatchServiceAccountKeyRequest) SetFieldMask

func (*WatchServiceAccountKeyRequest) SetName

func (*WatchServiceAccountKeyRequest) SetView

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

func (*WatchServiceAccountKeyRequest) String

func (*WatchServiceAccountKeyRequest) Unmarshal

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

func (*WatchServiceAccountKeyRequest) UnmarshalJSON

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

type WatchServiceAccountKeyRequestFieldPathBuilder

type WatchServiceAccountKeyRequestFieldPathBuilder struct{}

func NewWatchServiceAccountKeyRequestFieldPathBuilder

func NewWatchServiceAccountKeyRequestFieldPathBuilder() WatchServiceAccountKeyRequestFieldPathBuilder

func (WatchServiceAccountKeyRequestFieldPathBuilder) FieldMask

func (WatchServiceAccountKeyRequestFieldPathBuilder) Name

func (WatchServiceAccountKeyRequestFieldPathBuilder) View

type WatchServiceAccountKeyRequestPathSelectorFieldMask

type WatchServiceAccountKeyRequestPathSelectorFieldMask struct{}

func (WatchServiceAccountKeyRequestPathSelectorFieldMask) FieldPath

type WatchServiceAccountKeyRequestPathSelectorName

type WatchServiceAccountKeyRequestPathSelectorName struct{}

func (WatchServiceAccountKeyRequestPathSelectorName) FieldPath

type WatchServiceAccountKeyRequestPathSelectorView

type WatchServiceAccountKeyRequestPathSelectorView struct{}

func (WatchServiceAccountKeyRequestPathSelectorView) FieldPath

func (WatchServiceAccountKeyRequestPathSelectorView) WithArrayOfValues

func (WatchServiceAccountKeyRequestPathSelectorView) WithValue

type WatchServiceAccountKeyRequest_FieldMask

type WatchServiceAccountKeyRequest_FieldMask struct {
	Paths []WatchServiceAccountKeyRequest_FieldPath
}

func FullWatchServiceAccountKeyRequest_FieldMask

func FullWatchServiceAccountKeyRequest_FieldMask() *WatchServiceAccountKeyRequest_FieldMask

func (*WatchServiceAccountKeyRequest_FieldMask) AppendPath

func (*WatchServiceAccountKeyRequest_FieldMask) AppendRawPath

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

func (*WatchServiceAccountKeyRequest_FieldMask) DecodeFirestore

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

func (*WatchServiceAccountKeyRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchServiceAccountKeyRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServiceAccountKeyRequest_FieldMask) FromProtoFieldMask

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

func (*WatchServiceAccountKeyRequest_FieldMask) GetPaths

func (*WatchServiceAccountKeyRequest_FieldMask) GetRawPaths

func (*WatchServiceAccountKeyRequest_FieldMask) IsFull

func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) IsFull() bool

func (WatchServiceAccountKeyRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchServiceAccountKeyRequest_FieldMask) MarshalJSON

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

func (*WatchServiceAccountKeyRequest_FieldMask) PathsCount

func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) PathsCount() int

func (*WatchServiceAccountKeyRequest_FieldMask) Project

func (*WatchServiceAccountKeyRequest_FieldMask) ProjectRaw

func (*WatchServiceAccountKeyRequest_FieldMask) ProtoMessage

func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ProtoMessage()

func (*WatchServiceAccountKeyRequest_FieldMask) ProtoReflect

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

func (*WatchServiceAccountKeyRequest_FieldMask) Reset

func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Reset()

func (*WatchServiceAccountKeyRequest_FieldMask) Set

func (*WatchServiceAccountKeyRequest_FieldMask) SetFromCliFlag

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

func (*WatchServiceAccountKeyRequest_FieldMask) SetRaw

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

func (*WatchServiceAccountKeyRequest_FieldMask) Size

func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Size() int

func (*WatchServiceAccountKeyRequest_FieldMask) String

func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) String() string

func (*WatchServiceAccountKeyRequest_FieldMask) Subtract

func (*WatchServiceAccountKeyRequest_FieldMask) SubtractRaw

func (*WatchServiceAccountKeyRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchServiceAccountKeyRequest_FieldMask) Unmarshal

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

func (*WatchServiceAccountKeyRequest_FieldMask) UnmarshalJSON

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

type WatchServiceAccountKeyRequest_FieldPath

type WatchServiceAccountKeyRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServiceAccountKeyRequest_FieldPathSelector
	Get(source *WatchServiceAccountKeyRequest) []interface{}
	GetSingle(source *WatchServiceAccountKeyRequest) (interface{}, bool)
	ClearValue(item *WatchServiceAccountKeyRequest)

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

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

func MustParseWatchServiceAccountKeyRequest_FieldPath

func MustParseWatchServiceAccountKeyRequest_FieldPath(rawField string) WatchServiceAccountKeyRequest_FieldPath

func ParseWatchServiceAccountKeyRequest_FieldPath

func ParseWatchServiceAccountKeyRequest_FieldPath(rawField string) (WatchServiceAccountKeyRequest_FieldPath, error)

type WatchServiceAccountKeyRequest_FieldPathArrayItemValue

type WatchServiceAccountKeyRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServiceAccountKeyRequest_FieldPath
	ContainsValue(*WatchServiceAccountKeyRequest) bool
}

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

func MustParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue

func MustParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue

func ParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeyRequest_FieldPathArrayItemValue, error)

ParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServiceAccountKeyRequest_FieldPathArrayOfValues

type WatchServiceAccountKeyRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServiceAccountKeyRequest_FieldPath
}

WatchServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeyRequest fields according to their type

func MustParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues

func MustParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues

func ParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeyRequest_FieldPathArrayOfValues, error)

type WatchServiceAccountKeyRequest_FieldPathSelector

type WatchServiceAccountKeyRequest_FieldPathSelector int32
const (
	WatchServiceAccountKeyRequest_FieldPathSelectorName      WatchServiceAccountKeyRequest_FieldPathSelector = 0
	WatchServiceAccountKeyRequest_FieldPathSelectorFieldMask WatchServiceAccountKeyRequest_FieldPathSelector = 1
	WatchServiceAccountKeyRequest_FieldPathSelectorView      WatchServiceAccountKeyRequest_FieldPathSelector = 2
)

func (WatchServiceAccountKeyRequest_FieldPathSelector) String

type WatchServiceAccountKeyRequest_FieldPathValue

type WatchServiceAccountKeyRequest_FieldPathValue interface {
	WatchServiceAccountKeyRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServiceAccountKeyRequest)
	CompareWith(*WatchServiceAccountKeyRequest) (cmp int, comparable bool)
}

WatchServiceAccountKeyRequest_FieldPathValue allows storing values for WatchServiceAccountKeyRequest fields according to their type

func MustParseWatchServiceAccountKeyRequest_FieldPathValue

func MustParseWatchServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeyRequest_FieldPathValue

func ParseWatchServiceAccountKeyRequest_FieldPathValue

func ParseWatchServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeyRequest_FieldPathValue, error)

type WatchServiceAccountKeyRequest_FieldTerminalPath

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValue

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchServiceAccountKeyRequest

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetRaw

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchServiceAccountKeyRequest

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) Selector

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithIValue

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue

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

type WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue

type WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct {
	WatchServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues

type WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct {
	WatchServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchServiceAccountKeyRequest_FieldTerminalPathValue

type WatchServiceAccountKeyRequest_FieldTerminalPathValue struct {
	WatchServiceAccountKeyRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeyRequest'.

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServiceAccountKeyRequest

func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw

type WatchServiceAccountKeyResponse

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

WatchServiceAccountKeyResponse

func (*WatchServiceAccountKeyResponse) Clone

func (*WatchServiceAccountKeyResponse) CloneRaw

func (*WatchServiceAccountKeyResponse) Descriptor

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

Deprecated, Use WatchServiceAccountKeyResponse.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeyResponse) GetChange

func (*WatchServiceAccountKeyResponse) GotenMessage

func (*WatchServiceAccountKeyResponse) GotenMessage()

func (*WatchServiceAccountKeyResponse) GotenObjectExt

func (o *WatchServiceAccountKeyResponse) GotenObjectExt()

func (*WatchServiceAccountKeyResponse) GotenValidate

func (obj *WatchServiceAccountKeyResponse) GotenValidate() error

func (*WatchServiceAccountKeyResponse) MakeDiffFieldMask

func (*WatchServiceAccountKeyResponse) MakeFullFieldMask

func (*WatchServiceAccountKeyResponse) MakeRawDiffFieldMask

func (*WatchServiceAccountKeyResponse) MakeRawFullFieldMask

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

func (*WatchServiceAccountKeyResponse) Marshal

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

func (*WatchServiceAccountKeyResponse) MarshalJSON

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

func (*WatchServiceAccountKeyResponse) Merge

func (*WatchServiceAccountKeyResponse) MergeRaw

func (*WatchServiceAccountKeyResponse) ProtoMessage

func (*WatchServiceAccountKeyResponse) ProtoMessage()

func (*WatchServiceAccountKeyResponse) ProtoReflect

func (*WatchServiceAccountKeyResponse) Reset

func (m *WatchServiceAccountKeyResponse) Reset()

func (*WatchServiceAccountKeyResponse) SetChange

func (*WatchServiceAccountKeyResponse) String

func (*WatchServiceAccountKeyResponse) Unmarshal

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

func (*WatchServiceAccountKeyResponse) UnmarshalJSON

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

type WatchServiceAccountKeyResponseFieldPathBuilder

type WatchServiceAccountKeyResponseFieldPathBuilder struct{}

func NewWatchServiceAccountKeyResponseFieldPathBuilder

func NewWatchServiceAccountKeyResponseFieldPathBuilder() WatchServiceAccountKeyResponseFieldPathBuilder

func (WatchServiceAccountKeyResponseFieldPathBuilder) Change

type WatchServiceAccountKeyResponsePathSelectorChange

type WatchServiceAccountKeyResponsePathSelectorChange struct{}

func (WatchServiceAccountKeyResponsePathSelectorChange) FieldPath

type WatchServiceAccountKeyResponse_FieldMask

type WatchServiceAccountKeyResponse_FieldMask struct {
	Paths []WatchServiceAccountKeyResponse_FieldPath
}

func FullWatchServiceAccountKeyResponse_FieldMask

func FullWatchServiceAccountKeyResponse_FieldMask() *WatchServiceAccountKeyResponse_FieldMask

func (*WatchServiceAccountKeyResponse_FieldMask) AppendPath

func (*WatchServiceAccountKeyResponse_FieldMask) AppendRawPath

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

func (*WatchServiceAccountKeyResponse_FieldMask) DecodeFirestore

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

func (*WatchServiceAccountKeyResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchServiceAccountKeyResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServiceAccountKeyResponse_FieldMask) FromProtoFieldMask

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

func (*WatchServiceAccountKeyResponse_FieldMask) GetPaths

func (*WatchServiceAccountKeyResponse_FieldMask) GetRawPaths

func (*WatchServiceAccountKeyResponse_FieldMask) IsFull

func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) IsFull() bool

func (WatchServiceAccountKeyResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchServiceAccountKeyResponse_FieldMask) MarshalJSON

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

func (*WatchServiceAccountKeyResponse_FieldMask) PathsCount

func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) PathsCount() int

func (*WatchServiceAccountKeyResponse_FieldMask) Project

func (*WatchServiceAccountKeyResponse_FieldMask) ProjectRaw

func (*WatchServiceAccountKeyResponse_FieldMask) ProtoMessage

func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ProtoMessage()

func (*WatchServiceAccountKeyResponse_FieldMask) ProtoReflect

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

func (*WatchServiceAccountKeyResponse_FieldMask) Reset

func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Reset()

func (*WatchServiceAccountKeyResponse_FieldMask) Set

func (*WatchServiceAccountKeyResponse_FieldMask) SetFromCliFlag

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

func (*WatchServiceAccountKeyResponse_FieldMask) SetRaw

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

func (*WatchServiceAccountKeyResponse_FieldMask) Size

func (*WatchServiceAccountKeyResponse_FieldMask) String

func (*WatchServiceAccountKeyResponse_FieldMask) Subtract

func (*WatchServiceAccountKeyResponse_FieldMask) SubtractRaw

func (*WatchServiceAccountKeyResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchServiceAccountKeyResponse_FieldMask) Unmarshal

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

func (*WatchServiceAccountKeyResponse_FieldMask) UnmarshalJSON

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

type WatchServiceAccountKeyResponse_FieldPath

type WatchServiceAccountKeyResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServiceAccountKeyResponse_FieldPathSelector
	Get(source *WatchServiceAccountKeyResponse) []interface{}
	GetSingle(source *WatchServiceAccountKeyResponse) (interface{}, bool)
	ClearValue(item *WatchServiceAccountKeyResponse)

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

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

func MustParseWatchServiceAccountKeyResponse_FieldPath

func MustParseWatchServiceAccountKeyResponse_FieldPath(rawField string) WatchServiceAccountKeyResponse_FieldPath

func ParseWatchServiceAccountKeyResponse_FieldPath

func ParseWatchServiceAccountKeyResponse_FieldPath(rawField string) (WatchServiceAccountKeyResponse_FieldPath, error)

type WatchServiceAccountKeyResponse_FieldPathArrayItemValue

type WatchServiceAccountKeyResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServiceAccountKeyResponse_FieldPath
	ContainsValue(*WatchServiceAccountKeyResponse) bool
}

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

func MustParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue

func MustParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeyResponse_FieldPathArrayItemValue

func ParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue

func ParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeyResponse_FieldPathArrayItemValue, error)

ParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServiceAccountKeyResponse_FieldPathArrayOfValues

type WatchServiceAccountKeyResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServiceAccountKeyResponse_FieldPath
}

WatchServiceAccountKeyResponse_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeyResponse fields according to their type

func MustParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues

func MustParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeyResponse_FieldPathArrayOfValues

func ParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues

func ParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeyResponse_FieldPathArrayOfValues, error)

type WatchServiceAccountKeyResponse_FieldPathSelector

type WatchServiceAccountKeyResponse_FieldPathSelector int32
const (
	WatchServiceAccountKeyResponse_FieldPathSelectorChange WatchServiceAccountKeyResponse_FieldPathSelector = 0
)

func (WatchServiceAccountKeyResponse_FieldPathSelector) String

type WatchServiceAccountKeyResponse_FieldPathValue

type WatchServiceAccountKeyResponse_FieldPathValue interface {
	WatchServiceAccountKeyResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServiceAccountKeyResponse)
	CompareWith(*WatchServiceAccountKeyResponse) (cmp int, comparable bool)
}

WatchServiceAccountKeyResponse_FieldPathValue allows storing values for WatchServiceAccountKeyResponse fields according to their type

func MustParseWatchServiceAccountKeyResponse_FieldPathValue

func MustParseWatchServiceAccountKeyResponse_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeyResponse_FieldPathValue

func ParseWatchServiceAccountKeyResponse_FieldPathValue

func ParseWatchServiceAccountKeyResponse_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeyResponse_FieldPathValue, error)

type WatchServiceAccountKeyResponse_FieldTerminalPath

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValue

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValueRaw

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchServiceAccountKeyResponse

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetRaw

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchServiceAccountKeyResponse

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) Selector

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithIValue

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIValue

type WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue

type WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue struct {
	WatchServiceAccountKeyResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues

type WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues struct {
	WatchServiceAccountKeyResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchServiceAccountKeyResponse_FieldTerminalPathValue

type WatchServiceAccountKeyResponse_FieldTerminalPathValue struct {
	WatchServiceAccountKeyResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServiceAccountKeyResponse_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeyResponse'.

func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServiceAccountKeyResponse

func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetToRaw

type WatchServiceAccountKeysClientStream

type WatchServiceAccountKeysClientStream interface {
	Recv() (*WatchServiceAccountKeysResponse, error)
	grpc.ClientStream
}

type WatchServiceAccountKeysDescriptor added in v0.4.28

type WatchServiceAccountKeysDescriptor struct{}

func GetWatchServiceAccountKeysDescriptor added in v0.4.28

func GetWatchServiceAccountKeysDescriptor() *WatchServiceAccountKeysDescriptor

func (*WatchServiceAccountKeysDescriptor) GetApiDescriptor added in v0.4.28

func (*WatchServiceAccountKeysDescriptor) GetApiName added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) GetApiName() string

func (*WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchServiceAccountKeysDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) GetFullMethodName() string

func (*WatchServiceAccountKeysDescriptor) GetMethodName added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) GetMethodName() string

func (*WatchServiceAccountKeysDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) GetProtoPkgName() string

func (*WatchServiceAccountKeysDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchServiceAccountKeysDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) GetServiceDomain() string

func (*WatchServiceAccountKeysDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) GetServiceVersion() string

func (*WatchServiceAccountKeysDescriptor) GetVerb added in v0.4.28

func (*WatchServiceAccountKeysDescriptor) HasResource added in v0.4.30

func (d *WatchServiceAccountKeysDescriptor) HasResource() bool

func (*WatchServiceAccountKeysDescriptor) IsClientStream added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) IsClientStream() bool

func (*WatchServiceAccountKeysDescriptor) IsCollection added in v0.4.30

func (d *WatchServiceAccountKeysDescriptor) IsCollection() bool

func (*WatchServiceAccountKeysDescriptor) IsPlural added in v0.4.30

func (*WatchServiceAccountKeysDescriptor) IsServerStream added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) IsServerStream() bool

func (*WatchServiceAccountKeysDescriptor) IsUnary added in v0.4.28

func (*WatchServiceAccountKeysDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchServiceAccountKeysDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchServiceAccountKeysDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchServiceAccountKeysDescriptor) RequestHasResourceBody() bool

type WatchServiceAccountKeysDescriptorClientMsgHandle added in v0.4.28

type WatchServiceAccountKeysDescriptorClientMsgHandle struct{}

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServiceAccountKeysDescriptorServerMsgHandle added in v0.4.28

type WatchServiceAccountKeysDescriptorServerMsgHandle struct{}

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchServiceAccountKeysRequest

type WatchServiceAccountKeysRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.iam.v1alpha.ServiceAccountKey
	Parent *service_account_key.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ServiceAccountKeys than
	// requested. If unspecified, server will pick an appropriate default. Can be
	// populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *service_account_key.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *service_account_key.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 *service_account_key.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 ServiceAccountKey that
	// don't affect any of masked fields won't be sent back.
	FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-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
	// ServiceAccountKey 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 [WatchServiceAccountKeys][ntt.iam.v1alpha.WatchServiceAccountKeys]

func (*WatchServiceAccountKeysRequest) Clone

func (*WatchServiceAccountKeysRequest) CloneRaw

func (*WatchServiceAccountKeysRequest) Descriptor

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

Deprecated, Use WatchServiceAccountKeysRequest.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeysRequest) GetFieldMask

func (*WatchServiceAccountKeysRequest) GetFilter

func (*WatchServiceAccountKeysRequest) GetMaxChunkSize

func (m *WatchServiceAccountKeysRequest) GetMaxChunkSize() int32

func (*WatchServiceAccountKeysRequest) GetOrderBy

func (*WatchServiceAccountKeysRequest) GetPageSize

func (m *WatchServiceAccountKeysRequest) GetPageSize() int32

func (*WatchServiceAccountKeysRequest) GetPageToken

func (*WatchServiceAccountKeysRequest) GetParent

func (*WatchServiceAccountKeysRequest) GetResumeToken

func (m *WatchServiceAccountKeysRequest) GetResumeToken() string

func (*WatchServiceAccountKeysRequest) GetStartingTime added in v0.9.0

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

func (*WatchServiceAccountKeysRequest) GetType

func (*WatchServiceAccountKeysRequest) GetView

func (*WatchServiceAccountKeysRequest) GotenMessage

func (*WatchServiceAccountKeysRequest) GotenMessage()

func (*WatchServiceAccountKeysRequest) GotenObjectExt

func (o *WatchServiceAccountKeysRequest) GotenObjectExt()

func (*WatchServiceAccountKeysRequest) GotenValidate

func (obj *WatchServiceAccountKeysRequest) GotenValidate() error

func (*WatchServiceAccountKeysRequest) MakeDiffFieldMask

func (*WatchServiceAccountKeysRequest) MakeFullFieldMask

func (*WatchServiceAccountKeysRequest) MakeRawDiffFieldMask

func (*WatchServiceAccountKeysRequest) MakeRawFullFieldMask

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

func (*WatchServiceAccountKeysRequest) Marshal

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

func (*WatchServiceAccountKeysRequest) MarshalJSON

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

func (*WatchServiceAccountKeysRequest) Merge

func (*WatchServiceAccountKeysRequest) MergeRaw

func (*WatchServiceAccountKeysRequest) ProtoMessage

func (*WatchServiceAccountKeysRequest) ProtoMessage()

func (*WatchServiceAccountKeysRequest) ProtoReflect

func (*WatchServiceAccountKeysRequest) Reset

func (m *WatchServiceAccountKeysRequest) Reset()

func (*WatchServiceAccountKeysRequest) SetFieldMask

func (*WatchServiceAccountKeysRequest) SetFilter

func (*WatchServiceAccountKeysRequest) SetMaxChunkSize

func (m *WatchServiceAccountKeysRequest) SetMaxChunkSize(fv int32)

func (*WatchServiceAccountKeysRequest) SetOrderBy

func (*WatchServiceAccountKeysRequest) SetPageSize

func (m *WatchServiceAccountKeysRequest) SetPageSize(fv int32)

func (*WatchServiceAccountKeysRequest) SetPageToken

func (*WatchServiceAccountKeysRequest) SetParent

func (*WatchServiceAccountKeysRequest) SetResumeToken

func (m *WatchServiceAccountKeysRequest) SetResumeToken(fv string)

func (*WatchServiceAccountKeysRequest) SetStartingTime added in v0.9.0

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

func (*WatchServiceAccountKeysRequest) SetType

func (*WatchServiceAccountKeysRequest) SetView

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

func (*WatchServiceAccountKeysRequest) String

func (*WatchServiceAccountKeysRequest) Unmarshal

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

func (*WatchServiceAccountKeysRequest) UnmarshalJSON

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

type WatchServiceAccountKeysRequestFieldPathBuilder

type WatchServiceAccountKeysRequestFieldPathBuilder struct{}

func NewWatchServiceAccountKeysRequestFieldPathBuilder

func NewWatchServiceAccountKeysRequestFieldPathBuilder() WatchServiceAccountKeysRequestFieldPathBuilder

func (WatchServiceAccountKeysRequestFieldPathBuilder) FieldMask

func (WatchServiceAccountKeysRequestFieldPathBuilder) Filter

func (WatchServiceAccountKeysRequestFieldPathBuilder) MaxChunkSize

func (WatchServiceAccountKeysRequestFieldPathBuilder) OrderBy

func (WatchServiceAccountKeysRequestFieldPathBuilder) PageSize

func (WatchServiceAccountKeysRequestFieldPathBuilder) PageToken

func (WatchServiceAccountKeysRequestFieldPathBuilder) Parent

func (WatchServiceAccountKeysRequestFieldPathBuilder) ResumeToken

func (WatchServiceAccountKeysRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchServiceAccountKeysRequestFieldPathBuilder) Type

func (WatchServiceAccountKeysRequestFieldPathBuilder) View

type WatchServiceAccountKeysRequestPathSelectorFieldMask

type WatchServiceAccountKeysRequestPathSelectorFieldMask struct{}

func (WatchServiceAccountKeysRequestPathSelectorFieldMask) FieldPath

type WatchServiceAccountKeysRequestPathSelectorFilter

type WatchServiceAccountKeysRequestPathSelectorFilter struct{}

func (WatchServiceAccountKeysRequestPathSelectorFilter) FieldPath

func (WatchServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues

type WatchServiceAccountKeysRequestPathSelectorMaxChunkSize

type WatchServiceAccountKeysRequestPathSelectorMaxChunkSize struct{}

func (WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) FieldPath

func (WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithValue

type WatchServiceAccountKeysRequestPathSelectorOrderBy

type WatchServiceAccountKeysRequestPathSelectorOrderBy struct{}

func (WatchServiceAccountKeysRequestPathSelectorOrderBy) FieldPath

type WatchServiceAccountKeysRequestPathSelectorPageSize

type WatchServiceAccountKeysRequestPathSelectorPageSize struct{}

func (WatchServiceAccountKeysRequestPathSelectorPageSize) FieldPath

func (WatchServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues

func (WatchServiceAccountKeysRequestPathSelectorPageSize) WithValue

type WatchServiceAccountKeysRequestPathSelectorPageToken

type WatchServiceAccountKeysRequestPathSelectorPageToken struct{}

func (WatchServiceAccountKeysRequestPathSelectorPageToken) FieldPath

type WatchServiceAccountKeysRequestPathSelectorParent

type WatchServiceAccountKeysRequestPathSelectorParent struct{}

func (WatchServiceAccountKeysRequestPathSelectorParent) FieldPath

type WatchServiceAccountKeysRequestPathSelectorResumeToken

type WatchServiceAccountKeysRequestPathSelectorResumeToken struct{}

func (WatchServiceAccountKeysRequestPathSelectorResumeToken) FieldPath

func (WatchServiceAccountKeysRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchServiceAccountKeysRequestPathSelectorResumeToken) WithValue

type WatchServiceAccountKeysRequestPathSelectorStartingTime added in v0.9.0

type WatchServiceAccountKeysRequestPathSelectorStartingTime struct{}

func (WatchServiceAccountKeysRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchServiceAccountKeysRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchServiceAccountKeysRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchServiceAccountKeysRequestPathSelectorType

type WatchServiceAccountKeysRequestPathSelectorType struct{}

func (WatchServiceAccountKeysRequestPathSelectorType) FieldPath

func (WatchServiceAccountKeysRequestPathSelectorType) WithArrayOfValues

func (WatchServiceAccountKeysRequestPathSelectorType) WithValue

type WatchServiceAccountKeysRequestPathSelectorView

type WatchServiceAccountKeysRequestPathSelectorView struct{}

func (WatchServiceAccountKeysRequestPathSelectorView) FieldPath

func (WatchServiceAccountKeysRequestPathSelectorView) WithArrayOfValues

func (WatchServiceAccountKeysRequestPathSelectorView) WithValue

type WatchServiceAccountKeysRequest_FieldMask

type WatchServiceAccountKeysRequest_FieldMask struct {
	Paths []WatchServiceAccountKeysRequest_FieldPath
}

func FullWatchServiceAccountKeysRequest_FieldMask

func FullWatchServiceAccountKeysRequest_FieldMask() *WatchServiceAccountKeysRequest_FieldMask

func (*WatchServiceAccountKeysRequest_FieldMask) AppendPath

func (*WatchServiceAccountKeysRequest_FieldMask) AppendRawPath

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

func (*WatchServiceAccountKeysRequest_FieldMask) DecodeFirestore

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

func (*WatchServiceAccountKeysRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchServiceAccountKeysRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServiceAccountKeysRequest_FieldMask) FromProtoFieldMask

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

func (*WatchServiceAccountKeysRequest_FieldMask) GetPaths

func (*WatchServiceAccountKeysRequest_FieldMask) GetRawPaths

func (*WatchServiceAccountKeysRequest_FieldMask) IsFull

func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) IsFull() bool

func (WatchServiceAccountKeysRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchServiceAccountKeysRequest_FieldMask) MarshalJSON

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

func (*WatchServiceAccountKeysRequest_FieldMask) PathsCount

func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) PathsCount() int

func (*WatchServiceAccountKeysRequest_FieldMask) Project

func (*WatchServiceAccountKeysRequest_FieldMask) ProjectRaw

func (*WatchServiceAccountKeysRequest_FieldMask) ProtoMessage

func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ProtoMessage()

func (*WatchServiceAccountKeysRequest_FieldMask) ProtoReflect

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

func (*WatchServiceAccountKeysRequest_FieldMask) Reset

func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Reset()

func (*WatchServiceAccountKeysRequest_FieldMask) Set

func (*WatchServiceAccountKeysRequest_FieldMask) SetFromCliFlag

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

func (*WatchServiceAccountKeysRequest_FieldMask) SetRaw

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

func (*WatchServiceAccountKeysRequest_FieldMask) Size

func (*WatchServiceAccountKeysRequest_FieldMask) String

func (*WatchServiceAccountKeysRequest_FieldMask) Subtract

func (*WatchServiceAccountKeysRequest_FieldMask) SubtractRaw

func (*WatchServiceAccountKeysRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchServiceAccountKeysRequest_FieldMask) Unmarshal

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

func (*WatchServiceAccountKeysRequest_FieldMask) UnmarshalJSON

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

type WatchServiceAccountKeysRequest_FieldPath

type WatchServiceAccountKeysRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServiceAccountKeysRequest_FieldPathSelector
	Get(source *WatchServiceAccountKeysRequest) []interface{}
	GetSingle(source *WatchServiceAccountKeysRequest) (interface{}, bool)
	ClearValue(item *WatchServiceAccountKeysRequest)

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

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

func MustParseWatchServiceAccountKeysRequest_FieldPath

func MustParseWatchServiceAccountKeysRequest_FieldPath(rawField string) WatchServiceAccountKeysRequest_FieldPath

func ParseWatchServiceAccountKeysRequest_FieldPath

func ParseWatchServiceAccountKeysRequest_FieldPath(rawField string) (WatchServiceAccountKeysRequest_FieldPath, error)

type WatchServiceAccountKeysRequest_FieldPathArrayItemValue

type WatchServiceAccountKeysRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServiceAccountKeysRequest_FieldPath
	ContainsValue(*WatchServiceAccountKeysRequest) bool
}

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

func MustParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue

func MustParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysRequest_FieldPathArrayItemValue

func ParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue

func ParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysRequest_FieldPathArrayItemValue, error)

ParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServiceAccountKeysRequest_FieldPathArrayOfValues

type WatchServiceAccountKeysRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServiceAccountKeysRequest_FieldPath
}

WatchServiceAccountKeysRequest_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeysRequest fields according to their type

func MustParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues

func MustParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysRequest_FieldPathArrayOfValues

func ParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues

func ParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysRequest_FieldPathArrayOfValues, error)

type WatchServiceAccountKeysRequest_FieldPathSelector

type WatchServiceAccountKeysRequest_FieldPathSelector int32
const (
	WatchServiceAccountKeysRequest_FieldPathSelectorType         WatchServiceAccountKeysRequest_FieldPathSelector = 0
	WatchServiceAccountKeysRequest_FieldPathSelectorParent       WatchServiceAccountKeysRequest_FieldPathSelector = 1
	WatchServiceAccountKeysRequest_FieldPathSelectorPageSize     WatchServiceAccountKeysRequest_FieldPathSelector = 2
	WatchServiceAccountKeysRequest_FieldPathSelectorPageToken    WatchServiceAccountKeysRequest_FieldPathSelector = 3
	WatchServiceAccountKeysRequest_FieldPathSelectorOrderBy      WatchServiceAccountKeysRequest_FieldPathSelector = 4
	WatchServiceAccountKeysRequest_FieldPathSelectorResumeToken  WatchServiceAccountKeysRequest_FieldPathSelector = 5
	WatchServiceAccountKeysRequest_FieldPathSelectorStartingTime WatchServiceAccountKeysRequest_FieldPathSelector = 6
	WatchServiceAccountKeysRequest_FieldPathSelectorFilter       WatchServiceAccountKeysRequest_FieldPathSelector = 7
	WatchServiceAccountKeysRequest_FieldPathSelectorFieldMask    WatchServiceAccountKeysRequest_FieldPathSelector = 8
	WatchServiceAccountKeysRequest_FieldPathSelectorView         WatchServiceAccountKeysRequest_FieldPathSelector = 9
	WatchServiceAccountKeysRequest_FieldPathSelectorMaxChunkSize WatchServiceAccountKeysRequest_FieldPathSelector = 10
)

func (WatchServiceAccountKeysRequest_FieldPathSelector) String

type WatchServiceAccountKeysRequest_FieldPathValue

type WatchServiceAccountKeysRequest_FieldPathValue interface {
	WatchServiceAccountKeysRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServiceAccountKeysRequest)
	CompareWith(*WatchServiceAccountKeysRequest) (cmp int, comparable bool)
}

WatchServiceAccountKeysRequest_FieldPathValue allows storing values for WatchServiceAccountKeysRequest fields according to their type

func MustParseWatchServiceAccountKeysRequest_FieldPathValue

func MustParseWatchServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeysRequest_FieldPathValue

func ParseWatchServiceAccountKeysRequest_FieldPathValue

func ParseWatchServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeysRequest_FieldPathValue, error)

type WatchServiceAccountKeysRequest_FieldTerminalPath

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchServiceAccountKeysRequest

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetRaw

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchServiceAccountKeysRequest

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) Selector

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithIValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue

type WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue

type WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue struct {
	WatchServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues

type WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues struct {
	WatchServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchServiceAccountKeysRequest_FieldTerminalPathValue

type WatchServiceAccountKeysRequest_FieldTerminalPathValue struct {
	WatchServiceAccountKeysRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServiceAccountKeysRequest_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeysRequest'.

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServiceAccountKeysRequest

func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw

type WatchServiceAccountKeysResponse

type WatchServiceAccountKeysResponse struct {

	// Changes of ServiceAccountKeys
	ServiceAccountKeyChanges []*service_account_key.ServiceAccountKeyChange `` /* 174-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 ServiceAccountKeys 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 *WatchServiceAccountKeysResponse_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 (ServiceAccountKeys 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
}

WatchServiceAccountKeysResponse

func (*WatchServiceAccountKeysResponse) Clone

func (*WatchServiceAccountKeysResponse) CloneRaw

func (*WatchServiceAccountKeysResponse) Descriptor

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

Deprecated, Use WatchServiceAccountKeysResponse.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeysResponse) GetIsCurrent

func (m *WatchServiceAccountKeysResponse) GetIsCurrent() bool

func (*WatchServiceAccountKeysResponse) GetIsHardReset

func (m *WatchServiceAccountKeysResponse) GetIsHardReset() bool

func (*WatchServiceAccountKeysResponse) GetIsSoftReset

func (m *WatchServiceAccountKeysResponse) GetIsSoftReset() bool

func (*WatchServiceAccountKeysResponse) GetPageTokenChange

func (*WatchServiceAccountKeysResponse) GetResumeToken

func (m *WatchServiceAccountKeysResponse) GetResumeToken() string

func (*WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges

func (*WatchServiceAccountKeysResponse) GetSnapshotSize

func (m *WatchServiceAccountKeysResponse) GetSnapshotSize() int64

func (*WatchServiceAccountKeysResponse) GotenMessage

func (*WatchServiceAccountKeysResponse) GotenMessage()

func (*WatchServiceAccountKeysResponse) GotenObjectExt

func (o *WatchServiceAccountKeysResponse) GotenObjectExt()

func (*WatchServiceAccountKeysResponse) GotenValidate

func (obj *WatchServiceAccountKeysResponse) GotenValidate() error

func (*WatchServiceAccountKeysResponse) MakeDiffFieldMask

func (*WatchServiceAccountKeysResponse) MakeFullFieldMask

func (*WatchServiceAccountKeysResponse) MakeRawDiffFieldMask

func (*WatchServiceAccountKeysResponse) MakeRawFullFieldMask

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

func (*WatchServiceAccountKeysResponse) Marshal

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

func (*WatchServiceAccountKeysResponse) MarshalJSON

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

func (*WatchServiceAccountKeysResponse) Merge

func (*WatchServiceAccountKeysResponse) MergeRaw

func (*WatchServiceAccountKeysResponse) ProtoMessage

func (*WatchServiceAccountKeysResponse) ProtoMessage()

func (*WatchServiceAccountKeysResponse) ProtoReflect

func (*WatchServiceAccountKeysResponse) Reset

func (*WatchServiceAccountKeysResponse) SetIsCurrent

func (m *WatchServiceAccountKeysResponse) SetIsCurrent(fv bool)

func (*WatchServiceAccountKeysResponse) SetIsHardReset

func (m *WatchServiceAccountKeysResponse) SetIsHardReset(fv bool)

func (*WatchServiceAccountKeysResponse) SetIsSoftReset

func (m *WatchServiceAccountKeysResponse) SetIsSoftReset(fv bool)

func (*WatchServiceAccountKeysResponse) SetPageTokenChange

func (*WatchServiceAccountKeysResponse) SetResumeToken

func (m *WatchServiceAccountKeysResponse) SetResumeToken(fv string)

func (*WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges

func (m *WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges(fv []*service_account_key.ServiceAccountKeyChange)

func (*WatchServiceAccountKeysResponse) SetSnapshotSize

func (m *WatchServiceAccountKeysResponse) SetSnapshotSize(fv int64)

func (*WatchServiceAccountKeysResponse) String

func (*WatchServiceAccountKeysResponse) Unmarshal

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

func (*WatchServiceAccountKeysResponse) UnmarshalJSON

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

type WatchServiceAccountKeysResponseFieldPathBuilder

type WatchServiceAccountKeysResponseFieldPathBuilder struct{}

func NewWatchServiceAccountKeysResponseFieldPathBuilder

func NewWatchServiceAccountKeysResponseFieldPathBuilder() WatchServiceAccountKeysResponseFieldPathBuilder

func (WatchServiceAccountKeysResponseFieldPathBuilder) IsCurrent

func (WatchServiceAccountKeysResponseFieldPathBuilder) IsHardReset

func (WatchServiceAccountKeysResponseFieldPathBuilder) IsSoftReset

func (WatchServiceAccountKeysResponseFieldPathBuilder) PageTokenChange

func (WatchServiceAccountKeysResponseFieldPathBuilder) ResumeToken

func (WatchServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeyChanges

func (WatchServiceAccountKeysResponseFieldPathBuilder) SnapshotSize

type WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder

type WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder struct{}

type WatchServiceAccountKeysResponsePageTokenChange_FieldPath

type WatchServiceAccountKeysResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector
	Get(source *WatchServiceAccountKeysResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchServiceAccountKeysResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchServiceAccountKeysResponse_PageTokenChange)

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

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

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath(rawField string) WatchServiceAccountKeysResponsePageTokenChange_FieldPath

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath(rawField string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPath, error)

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServiceAccountKeysResponsePageTokenChange_FieldPath
	ContainsValue(*WatchServiceAccountKeysResponse_PageTokenChange) bool
}

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

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServiceAccountKeysResponsePageTokenChange_FieldPath
}

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

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector int32
const (
	WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector = 0
	WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelectorNextPageToken WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector) String

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue

type WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue interface {
	WatchServiceAccountKeysResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServiceAccountKeysResponse_PageTokenChange)
	CompareWith(*WatchServiceAccountKeysResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue

func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue

func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue, error)

type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath

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

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchServiceAccountKeysResponse_PageTokenChange

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchServiceAccountKeysResponse_PageTokenChange

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue

type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeysResponse_PageTokenChange'.

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchServiceAccountKeysResponsePathSelectorIsCurrent

type WatchServiceAccountKeysResponsePathSelectorIsCurrent struct{}

func (WatchServiceAccountKeysResponsePathSelectorIsCurrent) FieldPath

func (WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithValue

type WatchServiceAccountKeysResponsePathSelectorIsHardReset

type WatchServiceAccountKeysResponsePathSelectorIsHardReset struct{}

func (WatchServiceAccountKeysResponsePathSelectorIsHardReset) FieldPath

func (WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithValue

type WatchServiceAccountKeysResponsePathSelectorIsSoftReset

type WatchServiceAccountKeysResponsePathSelectorIsSoftReset struct{}

func (WatchServiceAccountKeysResponsePathSelectorIsSoftReset) FieldPath

func (WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithValue

type WatchServiceAccountKeysResponsePathSelectorPageTokenChange

type WatchServiceAccountKeysResponsePathSelectorPageTokenChange struct{}

func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) FieldPath

type WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken

type WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken

type WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchServiceAccountKeysResponsePathSelectorResumeToken

type WatchServiceAccountKeysResponsePathSelectorResumeToken struct{}

func (WatchServiceAccountKeysResponsePathSelectorResumeToken) FieldPath

func (WatchServiceAccountKeysResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchServiceAccountKeysResponsePathSelectorResumeToken) WithValue

type WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges

type WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges struct{}

func (WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) FieldPath

type WatchServiceAccountKeysResponsePathSelectorSnapshotSize

type WatchServiceAccountKeysResponsePathSelectorSnapshotSize struct{}

func (WatchServiceAccountKeysResponsePathSelectorSnapshotSize) FieldPath

func (WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithValue

type WatchServiceAccountKeysResponse_FieldMask

type WatchServiceAccountKeysResponse_FieldMask struct {
	Paths []WatchServiceAccountKeysResponse_FieldPath
}

func FullWatchServiceAccountKeysResponse_FieldMask

func FullWatchServiceAccountKeysResponse_FieldMask() *WatchServiceAccountKeysResponse_FieldMask

func (*WatchServiceAccountKeysResponse_FieldMask) AppendPath

func (*WatchServiceAccountKeysResponse_FieldMask) AppendRawPath

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

func (*WatchServiceAccountKeysResponse_FieldMask) DecodeFirestore

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

func (*WatchServiceAccountKeysResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchServiceAccountKeysResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServiceAccountKeysResponse_FieldMask) FromProtoFieldMask

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

func (*WatchServiceAccountKeysResponse_FieldMask) GetPaths

func (*WatchServiceAccountKeysResponse_FieldMask) GetRawPaths

func (*WatchServiceAccountKeysResponse_FieldMask) IsFull

func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) IsFull() bool

func (WatchServiceAccountKeysResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchServiceAccountKeysResponse_FieldMask) MarshalJSON

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

func (*WatchServiceAccountKeysResponse_FieldMask) PathsCount

func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) PathsCount() int

func (*WatchServiceAccountKeysResponse_FieldMask) Project

func (*WatchServiceAccountKeysResponse_FieldMask) ProjectRaw

func (*WatchServiceAccountKeysResponse_FieldMask) ProtoMessage

func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ProtoMessage()

func (*WatchServiceAccountKeysResponse_FieldMask) ProtoReflect

func (*WatchServiceAccountKeysResponse_FieldMask) Reset

func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Reset()

func (*WatchServiceAccountKeysResponse_FieldMask) Set

func (*WatchServiceAccountKeysResponse_FieldMask) SetFromCliFlag

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

func (*WatchServiceAccountKeysResponse_FieldMask) SetRaw

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

func (*WatchServiceAccountKeysResponse_FieldMask) Size

func (*WatchServiceAccountKeysResponse_FieldMask) String

func (*WatchServiceAccountKeysResponse_FieldMask) Subtract

func (*WatchServiceAccountKeysResponse_FieldMask) SubtractRaw

func (*WatchServiceAccountKeysResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchServiceAccountKeysResponse_FieldMask) Unmarshal

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

func (*WatchServiceAccountKeysResponse_FieldMask) UnmarshalJSON

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

type WatchServiceAccountKeysResponse_FieldPath

type WatchServiceAccountKeysResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchServiceAccountKeysResponse_FieldPathSelector
	Get(source *WatchServiceAccountKeysResponse) []interface{}
	GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool)
	ClearValue(item *WatchServiceAccountKeysResponse)

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

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

func MustParseWatchServiceAccountKeysResponse_FieldPath

func MustParseWatchServiceAccountKeysResponse_FieldPath(rawField string) WatchServiceAccountKeysResponse_FieldPath

func ParseWatchServiceAccountKeysResponse_FieldPath

func ParseWatchServiceAccountKeysResponse_FieldPath(rawField string) (WatchServiceAccountKeysResponse_FieldPath, error)

type WatchServiceAccountKeysResponse_FieldPathArrayItemValue

type WatchServiceAccountKeysResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchServiceAccountKeysResponse_FieldPath
	ContainsValue(*WatchServiceAccountKeysResponse) bool
}

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

func MustParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue

func MustParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysResponse_FieldPathArrayItemValue

func ParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue

func ParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysResponse_FieldPathArrayItemValue, error)

ParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchServiceAccountKeysResponse_FieldPathArrayOfValues

type WatchServiceAccountKeysResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchServiceAccountKeysResponse_FieldPath
}

WatchServiceAccountKeysResponse_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeysResponse fields according to their type

func MustParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues

func MustParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysResponse_FieldPathArrayOfValues

func ParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues

func ParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysResponse_FieldPathArrayOfValues, error)

type WatchServiceAccountKeysResponse_FieldPathSelector

type WatchServiceAccountKeysResponse_FieldPathSelector int32
const (
	WatchServiceAccountKeysResponse_FieldPathSelectorServiceAccountKeyChanges WatchServiceAccountKeysResponse_FieldPathSelector = 0
	WatchServiceAccountKeysResponse_FieldPathSelectorIsCurrent                WatchServiceAccountKeysResponse_FieldPathSelector = 1
	WatchServiceAccountKeysResponse_FieldPathSelectorPageTokenChange          WatchServiceAccountKeysResponse_FieldPathSelector = 2
	WatchServiceAccountKeysResponse_FieldPathSelectorResumeToken              WatchServiceAccountKeysResponse_FieldPathSelector = 3
	WatchServiceAccountKeysResponse_FieldPathSelectorSnapshotSize             WatchServiceAccountKeysResponse_FieldPathSelector = 4
	WatchServiceAccountKeysResponse_FieldPathSelectorIsSoftReset              WatchServiceAccountKeysResponse_FieldPathSelector = 5
	WatchServiceAccountKeysResponse_FieldPathSelectorIsHardReset              WatchServiceAccountKeysResponse_FieldPathSelector = 6
)

func (WatchServiceAccountKeysResponse_FieldPathSelector) String

type WatchServiceAccountKeysResponse_FieldPathValue

type WatchServiceAccountKeysResponse_FieldPathValue interface {
	WatchServiceAccountKeysResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchServiceAccountKeysResponse)
	CompareWith(*WatchServiceAccountKeysResponse) (cmp int, comparable bool)
}

WatchServiceAccountKeysResponse_FieldPathValue allows storing values for WatchServiceAccountKeysResponse fields according to their type

func MustParseWatchServiceAccountKeysResponse_FieldPathValue

func MustParseWatchServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeysResponse_FieldPathValue

func ParseWatchServiceAccountKeysResponse_FieldPathValue

func ParseWatchServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeysResponse_FieldPathValue, error)

type WatchServiceAccountKeysResponse_FieldSubPath

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

func (*WatchServiceAccountKeysResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchServiceAccountKeysResponse_FieldSubPath) ClearValue

func (*WatchServiceAccountKeysResponse_FieldSubPath) ClearValueRaw

func (*WatchServiceAccountKeysResponse_FieldSubPath) Get

func (fps *WatchServiceAccountKeysResponse_FieldSubPath) Get(source *WatchServiceAccountKeysResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchServiceAccountKeysResponse

func (*WatchServiceAccountKeysResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchServiceAccountKeysResponse_FieldSubPath) GetRaw

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

func (*WatchServiceAccountKeysResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source WatchServiceAccountKeysResponse

func (*WatchServiceAccountKeysResponse_FieldSubPath) GetSingleRaw

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

func (*WatchServiceAccountKeysResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceAccountKeysResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceAccountKeysResponse_FieldSubPath) Selector

func (*WatchServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*WatchServiceAccountKeysResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue

func (*WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues

func (*WatchServiceAccountKeysResponse_FieldSubPath) WithIValue

func (*WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchServiceAccountKeysResponse_FieldSubPath) WithRawIValue

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

type WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue

type WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue struct {
	WatchServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues

type WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues struct {
	WatchServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchServiceAccountKeysResponse_FieldSubPathValue

type WatchServiceAccountKeysResponse_FieldSubPathValue struct {
	WatchServiceAccountKeysResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWith

func (*WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw

func (*WatchServiceAccountKeysResponse_FieldSubPathValue) GetRawValue

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

func (*WatchServiceAccountKeysResponse_FieldSubPathValue) SetTo

func (*WatchServiceAccountKeysResponse_FieldSubPathValue) SetToRaw

type WatchServiceAccountKeysResponse_FieldTerminalPath

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchServiceAccountKeysResponse

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetRaw

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchServiceAccountKeysResponse

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) Selector

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithIValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue

type WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue

type WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue struct {
	WatchServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeyChangesItemValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues

type WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues struct {
	WatchServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeyChangesArrayOfValues

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchServiceAccountKeysResponse_FieldTerminalPathValue

type WatchServiceAccountKeysResponse_FieldTerminalPathValue struct {
	WatchServiceAccountKeysResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsHardResetValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeyChangesValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchServiceAccountKeysResponse_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeysResponse'.

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchServiceAccountKeysResponse

func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw

type WatchServiceAccountKeysResponse_PageTokenChange

type WatchServiceAccountKeysResponse_PageTokenChange struct {

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

func (*WatchServiceAccountKeysResponse_PageTokenChange) Clone

func (*WatchServiceAccountKeysResponse_PageTokenChange) CloneRaw

func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor

Deprecated, Use WatchServiceAccountKeysResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken

func (*WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken

func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage

func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenObjectExt

func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate

func (*WatchServiceAccountKeysResponse_PageTokenChange) MakeFullFieldMask

func (*WatchServiceAccountKeysResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchServiceAccountKeysResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchServiceAccountKeysResponse_PageTokenChange) Marshal

func (*WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON

func (*WatchServiceAccountKeysResponse_PageTokenChange) Merge

func (*WatchServiceAccountKeysResponse_PageTokenChange) MergeRaw

func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage

func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect

func (*WatchServiceAccountKeysResponse_PageTokenChange) Reset

func (*WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken

func (*WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken

func (*WatchServiceAccountKeysResponse_PageTokenChange) String

func (*WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal

func (*WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON

type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken

type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken

type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchServiceAccountKeysResponse_PageTokenChange_FieldMask

type WatchServiceAccountKeysResponse_PageTokenChange_FieldMask struct {
	Paths []WatchServiceAccountKeysResponsePageTokenChange_FieldPath
}

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) IsFull

func (WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Project

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Reset

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Set

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Size

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) String

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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