Documentation ¶
Index ¶
- type BatchGetSecretsDescriptor
- func (d *BatchGetSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetSecretsDescriptor) GetApiName() string
- func (d *BatchGetSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetSecretsDescriptor) GetFullMethodName() string
- func (d *BatchGetSecretsDescriptor) GetMethodName() string
- func (d *BatchGetSecretsDescriptor) GetProtoPkgName() string
- func (d *BatchGetSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetSecretsDescriptor) GetServiceDomain() string
- func (d *BatchGetSecretsDescriptor) GetServiceVersion() string
- func (d *BatchGetSecretsDescriptor) GetVerb() string
- func (d *BatchGetSecretsDescriptor) HasResource() bool
- func (d *BatchGetSecretsDescriptor) IsClientStream() bool
- func (d *BatchGetSecretsDescriptor) IsCollection() bool
- func (d *BatchGetSecretsDescriptor) IsPlural() bool
- func (d *BatchGetSecretsDescriptor) IsServerStream() bool
- func (d *BatchGetSecretsDescriptor) IsUnary() bool
- func (d *BatchGetSecretsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetSecretsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetSecretsDescriptor) RequestHasResourceBody() bool
- type BatchGetSecretsDescriptorClientMsgHandle
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetSecretsDescriptorServerMsgHandle
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetSecretsRequest
- func (o *BatchGetSecretsRequest) Clone() *BatchGetSecretsRequest
- func (o *BatchGetSecretsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetSecretsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *BatchGetSecretsRequest) GetNames() []*secret.Reference
- func (m *BatchGetSecretsRequest) GetView() view.View
- func (*BatchGetSecretsRequest) GotenMessage()
- func (o *BatchGetSecretsRequest) GotenObjectExt()
- func (obj *BatchGetSecretsRequest) GotenValidate() error
- func (o *BatchGetSecretsRequest) MakeDiffFieldMask(other *BatchGetSecretsRequest) *BatchGetSecretsRequest_FieldMask
- func (o *BatchGetSecretsRequest) MakeFullFieldMask() *BatchGetSecretsRequest_FieldMask
- func (o *BatchGetSecretsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetSecretsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetSecretsRequest) Marshal() ([]byte, error)
- func (m *BatchGetSecretsRequest) MarshalJSON() ([]byte, error)
- func (o *BatchGetSecretsRequest) Merge(source *BatchGetSecretsRequest)
- func (o *BatchGetSecretsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetSecretsRequest) ProtoMessage()
- func (m *BatchGetSecretsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetSecretsRequest) Reset()
- func (m *BatchGetSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *BatchGetSecretsRequest) SetNames(fv []*secret.Reference)
- func (m *BatchGetSecretsRequest) SetView(fv view.View)
- func (m *BatchGetSecretsRequest) String() string
- func (m *BatchGetSecretsRequest) Unmarshal(b []byte) error
- func (m *BatchGetSecretsRequest) UnmarshalJSON(data []byte) error
- type BatchGetSecretsRequestFieldPathBuilder
- type BatchGetSecretsRequestPathSelectorFieldMask
- func (BatchGetSecretsRequestPathSelectorFieldMask) FieldPath() *BatchGetSecretsRequest_FieldTerminalPath
- func (s BatchGetSecretsRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetSecretsRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *BatchGetSecretsRequest_FieldTerminalPathValue
- type BatchGetSecretsRequestPathSelectorNames
- func (BatchGetSecretsRequestPathSelectorNames) FieldPath() *BatchGetSecretsRequest_FieldTerminalPath
- func (s BatchGetSecretsRequestPathSelectorNames) WithArrayOfValues(values [][]*secret.Reference) *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetSecretsRequestPathSelectorNames) WithItemValue(value *secret.Reference) *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue
- func (s BatchGetSecretsRequestPathSelectorNames) WithValue(value []*secret.Reference) *BatchGetSecretsRequest_FieldTerminalPathValue
- type BatchGetSecretsRequestPathSelectorView
- func (BatchGetSecretsRequestPathSelectorView) FieldPath() *BatchGetSecretsRequest_FieldTerminalPath
- func (s BatchGetSecretsRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetSecretsRequestPathSelectorView) WithValue(value view.View) *BatchGetSecretsRequest_FieldTerminalPathValue
- type BatchGetSecretsRequest_FieldMask
- func (fieldMask *BatchGetSecretsRequest_FieldMask) AppendPath(path BatchGetSecretsRequest_FieldPath)
- func (fieldMask *BatchGetSecretsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetSecretsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetSecretsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetSecretsRequest_FieldMask) FilterInputFields() *BatchGetSecretsRequest_FieldMask
- func (fieldMask *BatchGetSecretsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetSecretsRequest_FieldMask) GetPaths() []BatchGetSecretsRequest_FieldPath
- func (fieldMask *BatchGetSecretsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetSecretsRequest_FieldMask) IsFull() bool
- func (fieldMask BatchGetSecretsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetSecretsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetSecretsRequest_FieldMask) PathsCount() int
- func (fieldMask *BatchGetSecretsRequest_FieldMask) Project(source *BatchGetSecretsRequest) *BatchGetSecretsRequest
- func (fieldMask *BatchGetSecretsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetSecretsRequest_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetSecretsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetSecretsRequest_FieldMask) Reset()
- func (fieldMask *BatchGetSecretsRequest_FieldMask) Set(target, source *BatchGetSecretsRequest)
- func (fieldMask *BatchGetSecretsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetSecretsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetSecretsRequest_FieldMask) Size() int
- func (fieldMask *BatchGetSecretsRequest_FieldMask) String() string
- func (fieldMask *BatchGetSecretsRequest_FieldMask) Subtract(other *BatchGetSecretsRequest_FieldMask) *BatchGetSecretsRequest_FieldMask
- func (fieldMask *BatchGetSecretsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetSecretsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetSecretsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetSecretsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetSecretsRequest_FieldPath
- func BuildBatchGetSecretsRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetSecretsRequest_FieldPath, error)
- func MustParseBatchGetSecretsRequest_FieldPath(rawField string) BatchGetSecretsRequest_FieldPath
- func ParseBatchGetSecretsRequest_FieldPath(rawField string) (BatchGetSecretsRequest_FieldPath, error)
- type BatchGetSecretsRequest_FieldPathArrayItemValue
- type BatchGetSecretsRequest_FieldPathArrayOfValues
- type BatchGetSecretsRequest_FieldPathSelector
- type BatchGetSecretsRequest_FieldPathValue
- type BatchGetSecretsRequest_FieldTerminalPath
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) ClearValue(item *BatchGetSecretsRequest)
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) Get(source *BatchGetSecretsRequest) (values []interface{})
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetSingle(source *BatchGetSecretsRequest) (interface{}, bool)
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) JSONString() string
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) Selector() BatchGetSecretsRequest_FieldPathSelector
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) String() string
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetSecretsRequest_FieldPathArrayItemValue
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetSecretsRequest_FieldPathArrayOfValues
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetSecretsRequest_FieldPathValue
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetSecretsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*secret.Reference, bool)
- func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetSecretsRequest) bool
- func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetSecretsRequest) (interface{}, bool)
- func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetSecretsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
- func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*secret.Reference, bool)
- func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetSecretsRequest_FieldTerminalPathValue
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) AsNamesValue() ([]*secret.Reference, bool)
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) CompareWith(source *BatchGetSecretsRequest) (int, bool)
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) SetTo(target **BatchGetSecretsRequest)
- func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetSecretsResponse
- func (o *BatchGetSecretsResponse) Clone() *BatchGetSecretsResponse
- func (o *BatchGetSecretsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetSecretsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetSecretsResponse) GetMissing() []*secret.Reference
- func (m *BatchGetSecretsResponse) GetSecrets() []*secret.Secret
- func (*BatchGetSecretsResponse) GotenMessage()
- func (o *BatchGetSecretsResponse) GotenObjectExt()
- func (obj *BatchGetSecretsResponse) GotenValidate() error
- func (o *BatchGetSecretsResponse) MakeDiffFieldMask(other *BatchGetSecretsResponse) *BatchGetSecretsResponse_FieldMask
- func (o *BatchGetSecretsResponse) MakeFullFieldMask() *BatchGetSecretsResponse_FieldMask
- func (o *BatchGetSecretsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetSecretsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetSecretsResponse) Marshal() ([]byte, error)
- func (m *BatchGetSecretsResponse) MarshalJSON() ([]byte, error)
- func (o *BatchGetSecretsResponse) Merge(source *BatchGetSecretsResponse)
- func (o *BatchGetSecretsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetSecretsResponse) ProtoMessage()
- func (m *BatchGetSecretsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetSecretsResponse) Reset()
- func (m *BatchGetSecretsResponse) SetMissing(fv []*secret.Reference)
- func (m *BatchGetSecretsResponse) SetSecrets(fv []*secret.Secret)
- func (m *BatchGetSecretsResponse) String() string
- func (m *BatchGetSecretsResponse) Unmarshal(b []byte) error
- func (m *BatchGetSecretsResponse) UnmarshalJSON(data []byte) error
- type BatchGetSecretsResponseFieldPathBuilder
- type BatchGetSecretsResponseMapPathSelectorSecretsData
- func (s BatchGetSecretsResponseMapPathSelectorSecretsData) FieldPath() *BatchGetSecretsResponse_FieldSubPath
- func (s BatchGetSecretsResponseMapPathSelectorSecretsData) WithArrayOfValues(values []string) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
- func (s BatchGetSecretsResponseMapPathSelectorSecretsData) WithValue(value string) *BatchGetSecretsResponse_FieldSubPathValue
- type BatchGetSecretsResponsePathSelectorMissing
- func (BatchGetSecretsResponsePathSelectorMissing) FieldPath() *BatchGetSecretsResponse_FieldTerminalPath
- func (s BatchGetSecretsResponsePathSelectorMissing) WithArrayOfValues(values [][]*secret.Reference) *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetSecretsResponsePathSelectorMissing) WithItemValue(value *secret.Reference) *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetSecretsResponsePathSelectorMissing) WithValue(value []*secret.Reference) *BatchGetSecretsResponse_FieldTerminalPathValue
- type BatchGetSecretsResponsePathSelectorSecrets
- func (BatchGetSecretsResponsePathSelectorSecrets) Data() BatchGetSecretsResponsePathSelectorSecretsData
- func (BatchGetSecretsResponsePathSelectorSecrets) EncData() BatchGetSecretsResponsePathSelectorSecretsEncData
- func (BatchGetSecretsResponsePathSelectorSecrets) FieldPath() *BatchGetSecretsResponse_FieldTerminalPath
- func (BatchGetSecretsResponsePathSelectorSecrets) Name() BatchGetSecretsResponsePathSelectorSecretsName
- func (s BatchGetSecretsResponsePathSelectorSecrets) WithArrayOfValues(values [][]*secret.Secret) *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetSecretsResponsePathSelectorSecrets) WithItemValue(value *secret.Secret) *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetSecretsResponsePathSelectorSecrets) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *BatchGetSecretsResponse_FieldSubPathArrayItemValue
- func (s BatchGetSecretsResponsePathSelectorSecrets) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
- func (BatchGetSecretsResponsePathSelectorSecrets) WithSubPath(subPath secret.Secret_FieldPath) *BatchGetSecretsResponse_FieldSubPath
- func (s BatchGetSecretsResponsePathSelectorSecrets) WithSubValue(subPathValue secret.Secret_FieldPathValue) *BatchGetSecretsResponse_FieldSubPathValue
- func (s BatchGetSecretsResponsePathSelectorSecrets) WithValue(value []*secret.Secret) *BatchGetSecretsResponse_FieldTerminalPathValue
- type BatchGetSecretsResponsePathSelectorSecretsData
- func (BatchGetSecretsResponsePathSelectorSecretsData) FieldPath() *BatchGetSecretsResponse_FieldSubPath
- func (s BatchGetSecretsResponsePathSelectorSecretsData) WithArrayOfValues(values []map[string]string) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
- func (BatchGetSecretsResponsePathSelectorSecretsData) WithKey(key string) BatchGetSecretsResponseMapPathSelectorSecretsData
- func (s BatchGetSecretsResponsePathSelectorSecretsData) WithValue(value map[string]string) *BatchGetSecretsResponse_FieldSubPathValue
- type BatchGetSecretsResponsePathSelectorSecretsEncData
- func (BatchGetSecretsResponsePathSelectorSecretsEncData) FieldPath() *BatchGetSecretsResponse_FieldSubPath
- func (s BatchGetSecretsResponsePathSelectorSecretsEncData) WithArrayOfValues(values [][]byte) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
- func (s BatchGetSecretsResponsePathSelectorSecretsEncData) WithValue(value []byte) *BatchGetSecretsResponse_FieldSubPathValue
- type BatchGetSecretsResponsePathSelectorSecretsName
- func (BatchGetSecretsResponsePathSelectorSecretsName) FieldPath() *BatchGetSecretsResponse_FieldSubPath
- func (s BatchGetSecretsResponsePathSelectorSecretsName) WithArrayOfValues(values []*secret.Name) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
- func (s BatchGetSecretsResponsePathSelectorSecretsName) WithValue(value *secret.Name) *BatchGetSecretsResponse_FieldSubPathValue
- type BatchGetSecretsResponse_FieldMask
- func (fieldMask *BatchGetSecretsResponse_FieldMask) AppendPath(path BatchGetSecretsResponse_FieldPath)
- func (fieldMask *BatchGetSecretsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetSecretsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetSecretsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetSecretsResponse_FieldMask) FilterInputFields() *BatchGetSecretsResponse_FieldMask
- func (fieldMask *BatchGetSecretsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetSecretsResponse_FieldMask) GetPaths() []BatchGetSecretsResponse_FieldPath
- func (fieldMask *BatchGetSecretsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetSecretsResponse_FieldMask) IsFull() bool
- func (fieldMask BatchGetSecretsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetSecretsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetSecretsResponse_FieldMask) PathsCount() int
- func (fieldMask *BatchGetSecretsResponse_FieldMask) Project(source *BatchGetSecretsResponse) *BatchGetSecretsResponse
- func (fieldMask *BatchGetSecretsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetSecretsResponse_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetSecretsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetSecretsResponse_FieldMask) Reset()
- func (fieldMask *BatchGetSecretsResponse_FieldMask) Set(target, source *BatchGetSecretsResponse)
- func (fieldMask *BatchGetSecretsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetSecretsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetSecretsResponse_FieldMask) Size() int
- func (fieldMask *BatchGetSecretsResponse_FieldMask) String() string
- func (fieldMask *BatchGetSecretsResponse_FieldMask) Subtract(other *BatchGetSecretsResponse_FieldMask) *BatchGetSecretsResponse_FieldMask
- func (fieldMask *BatchGetSecretsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetSecretsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetSecretsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetSecretsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetSecretsResponse_FieldPath
- func BuildBatchGetSecretsResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetSecretsResponse_FieldPath, error)
- func MustParseBatchGetSecretsResponse_FieldPath(rawField string) BatchGetSecretsResponse_FieldPath
- func ParseBatchGetSecretsResponse_FieldPath(rawField string) (BatchGetSecretsResponse_FieldPath, error)
- type BatchGetSecretsResponse_FieldPathArrayItemValue
- type BatchGetSecretsResponse_FieldPathArrayOfValues
- type BatchGetSecretsResponse_FieldPathSelector
- type BatchGetSecretsResponse_FieldPathValue
- type BatchGetSecretsResponse_FieldSubPath
- func (fps *BatchGetSecretsResponse_FieldSubPath) AsSecretsSubPath() (secret.Secret_FieldPath, bool)
- func (fps *BatchGetSecretsResponse_FieldSubPath) ClearValue(item *BatchGetSecretsResponse)
- func (fps *BatchGetSecretsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *BatchGetSecretsResponse_FieldSubPath) Get(source *BatchGetSecretsResponse) (values []interface{})
- func (fps *BatchGetSecretsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *BatchGetSecretsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *BatchGetSecretsResponse_FieldSubPath) GetSingle(source *BatchGetSecretsResponse) (interface{}, bool)
- func (fps *BatchGetSecretsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *BatchGetSecretsResponse_FieldSubPath) IsLeaf() bool
- func (fps *BatchGetSecretsResponse_FieldSubPath) JSONString() string
- func (fps *BatchGetSecretsResponse_FieldSubPath) Selector() BatchGetSecretsResponse_FieldPathSelector
- func (fps *BatchGetSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *BatchGetSecretsResponse_FieldSubPath) String() string
- func (fps *BatchGetSecretsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetSecretsResponse_FieldPathArrayItemValue
- func (fps *BatchGetSecretsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetSecretsResponse_FieldPathArrayOfValues
- func (fps *BatchGetSecretsResponse_FieldSubPath) WithIValue(value interface{}) BatchGetSecretsResponse_FieldPathValue
- func (fps *BatchGetSecretsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *BatchGetSecretsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *BatchGetSecretsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetSecretsResponse_FieldSubPathArrayItemValue
- func (fpaivs *BatchGetSecretsResponse_FieldSubPathArrayItemValue) AsSecretsPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
- func (fpaivs *BatchGetSecretsResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetSecretsResponse) bool
- func (fpaivs *BatchGetSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type BatchGetSecretsResponse_FieldSubPathArrayOfValues
- type BatchGetSecretsResponse_FieldSubPathValue
- func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) AsSecretsPathValue() (secret.Secret_FieldPathValue, bool)
- func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) CompareWith(source *BatchGetSecretsResponse) (int, bool)
- func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) SetTo(target **BatchGetSecretsResponse)
- func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type BatchGetSecretsResponse_FieldTerminalPath
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) ClearValue(item *BatchGetSecretsResponse)
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) Get(source *BatchGetSecretsResponse) (values []interface{})
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetSingle(source *BatchGetSecretsResponse) (interface{}, bool)
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) JSONString() string
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) Selector() BatchGetSecretsResponse_FieldPathSelector
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) String() string
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetSecretsResponse_FieldPathArrayItemValue
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetSecretsResponse_FieldPathArrayOfValues
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetSecretsResponse_FieldPathValue
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetSecretsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*secret.Reference, bool)
- func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretsItemValue() (*secret.Secret, bool)
- func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetSecretsResponse) bool
- func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetSecretsResponse) (interface{}, bool)
- func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetSecretsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*secret.Reference, bool)
- func (fpaov *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretsArrayOfValues() ([][]*secret.Secret, bool)
- func (fpaov *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetSecretsResponse_FieldTerminalPathValue
- func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) AsMissingValue() ([]*secret.Reference, bool)
- func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) AsSecretsValue() ([]*secret.Secret, bool)
- func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) CompareWith(source *BatchGetSecretsResponse) (int, bool)
- func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) SetTo(target **BatchGetSecretsResponse)
- func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type CreateSecretDescriptor
- func (d *CreateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateSecretDescriptor) GetApiName() string
- func (d *CreateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateSecretDescriptor) GetFullMethodName() string
- func (d *CreateSecretDescriptor) GetMethodName() string
- func (d *CreateSecretDescriptor) GetProtoPkgName() string
- func (d *CreateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateSecretDescriptor) GetServiceDomain() string
- func (d *CreateSecretDescriptor) GetServiceVersion() string
- func (d *CreateSecretDescriptor) GetVerb() string
- func (d *CreateSecretDescriptor) HasResource() bool
- func (d *CreateSecretDescriptor) IsClientStream() bool
- func (d *CreateSecretDescriptor) IsCollection() bool
- func (d *CreateSecretDescriptor) IsPlural() bool
- func (d *CreateSecretDescriptor) IsServerStream() bool
- func (d *CreateSecretDescriptor) IsUnary() bool
- func (d *CreateSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateSecretDescriptor) RequestHasResourceBody() bool
- type CreateSecretDescriptorClientMsgHandle
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateSecretDescriptorServerMsgHandle
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateSecretRequest
- func (o *CreateSecretRequest) Clone() *CreateSecretRequest
- func (o *CreateSecretRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*CreateSecretRequest) Descriptor() ([]byte, []int)
- func (m *CreateSecretRequest) GetParent() *secret.ParentReference
- func (m *CreateSecretRequest) GetSecret() *secret.Secret
- func (*CreateSecretRequest) GotenMessage()
- func (o *CreateSecretRequest) GotenObjectExt()
- func (obj *CreateSecretRequest) GotenValidate() error
- func (o *CreateSecretRequest) MakeDiffFieldMask(other *CreateSecretRequest) *CreateSecretRequest_FieldMask
- func (o *CreateSecretRequest) MakeFullFieldMask() *CreateSecretRequest_FieldMask
- func (o *CreateSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *CreateSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *CreateSecretRequest) Marshal() ([]byte, error)
- func (m *CreateSecretRequest) MarshalJSON() ([]byte, error)
- func (o *CreateSecretRequest) Merge(source *CreateSecretRequest)
- func (o *CreateSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*CreateSecretRequest) ProtoMessage()
- func (m *CreateSecretRequest) ProtoReflect() preflect.Message
- func (m *CreateSecretRequest) Reset()
- func (m *CreateSecretRequest) SetParent(fv *secret.ParentReference)
- func (m *CreateSecretRequest) SetSecret(fv *secret.Secret)
- func (m *CreateSecretRequest) String() string
- func (m *CreateSecretRequest) Unmarshal(b []byte) error
- func (m *CreateSecretRequest) UnmarshalJSON(data []byte) error
- type CreateSecretRequestFieldPathBuilder
- type CreateSecretRequestMapPathSelectorSecretData
- func (s CreateSecretRequestMapPathSelectorSecretData) FieldPath() *CreateSecretRequest_FieldSubPath
- func (s CreateSecretRequestMapPathSelectorSecretData) WithArrayOfValues(values []string) *CreateSecretRequest_FieldSubPathArrayOfValues
- func (s CreateSecretRequestMapPathSelectorSecretData) WithValue(value string) *CreateSecretRequest_FieldSubPathValue
- type CreateSecretRequestPathSelectorParent
- func (CreateSecretRequestPathSelectorParent) FieldPath() *CreateSecretRequest_FieldTerminalPath
- func (s CreateSecretRequestPathSelectorParent) WithArrayOfValues(values []*secret.ParentReference) *CreateSecretRequest_FieldTerminalPathArrayOfValues
- func (s CreateSecretRequestPathSelectorParent) WithValue(value *secret.ParentReference) *CreateSecretRequest_FieldTerminalPathValue
- type CreateSecretRequestPathSelectorSecret
- func (CreateSecretRequestPathSelectorSecret) Data() CreateSecretRequestPathSelectorSecretData
- func (CreateSecretRequestPathSelectorSecret) EncData() CreateSecretRequestPathSelectorSecretEncData
- func (CreateSecretRequestPathSelectorSecret) FieldPath() *CreateSecretRequest_FieldTerminalPath
- func (CreateSecretRequestPathSelectorSecret) Name() CreateSecretRequestPathSelectorSecretName
- func (s CreateSecretRequestPathSelectorSecret) WithArrayOfValues(values []*secret.Secret) *CreateSecretRequest_FieldTerminalPathArrayOfValues
- func (s CreateSecretRequestPathSelectorSecret) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *CreateSecretRequest_FieldSubPathArrayItemValue
- func (s CreateSecretRequestPathSelectorSecret) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *CreateSecretRequest_FieldSubPathArrayOfValues
- func (CreateSecretRequestPathSelectorSecret) WithSubPath(subPath secret.Secret_FieldPath) *CreateSecretRequest_FieldSubPath
- func (s CreateSecretRequestPathSelectorSecret) WithSubValue(subPathValue secret.Secret_FieldPathValue) *CreateSecretRequest_FieldSubPathValue
- func (s CreateSecretRequestPathSelectorSecret) WithValue(value *secret.Secret) *CreateSecretRequest_FieldTerminalPathValue
- type CreateSecretRequestPathSelectorSecretData
- func (CreateSecretRequestPathSelectorSecretData) FieldPath() *CreateSecretRequest_FieldSubPath
- func (s CreateSecretRequestPathSelectorSecretData) WithArrayOfValues(values []map[string]string) *CreateSecretRequest_FieldSubPathArrayOfValues
- func (CreateSecretRequestPathSelectorSecretData) WithKey(key string) CreateSecretRequestMapPathSelectorSecretData
- func (s CreateSecretRequestPathSelectorSecretData) WithValue(value map[string]string) *CreateSecretRequest_FieldSubPathValue
- type CreateSecretRequestPathSelectorSecretEncData
- func (CreateSecretRequestPathSelectorSecretEncData) FieldPath() *CreateSecretRequest_FieldSubPath
- func (s CreateSecretRequestPathSelectorSecretEncData) WithArrayOfValues(values [][]byte) *CreateSecretRequest_FieldSubPathArrayOfValues
- func (s CreateSecretRequestPathSelectorSecretEncData) WithValue(value []byte) *CreateSecretRequest_FieldSubPathValue
- type CreateSecretRequestPathSelectorSecretName
- func (CreateSecretRequestPathSelectorSecretName) FieldPath() *CreateSecretRequest_FieldSubPath
- func (s CreateSecretRequestPathSelectorSecretName) WithArrayOfValues(values []*secret.Name) *CreateSecretRequest_FieldSubPathArrayOfValues
- func (s CreateSecretRequestPathSelectorSecretName) WithValue(value *secret.Name) *CreateSecretRequest_FieldSubPathValue
- type CreateSecretRequest_FieldMask
- func (fieldMask *CreateSecretRequest_FieldMask) AppendPath(path CreateSecretRequest_FieldPath)
- func (fieldMask *CreateSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *CreateSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *CreateSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *CreateSecretRequest_FieldMask) FilterInputFields() *CreateSecretRequest_FieldMask
- func (fieldMask *CreateSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *CreateSecretRequest_FieldMask) GetPaths() []CreateSecretRequest_FieldPath
- func (fieldMask *CreateSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *CreateSecretRequest_FieldMask) IsFull() bool
- func (fieldMask CreateSecretRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask CreateSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *CreateSecretRequest_FieldMask) PathsCount() int
- func (fieldMask *CreateSecretRequest_FieldMask) Project(source *CreateSecretRequest) *CreateSecretRequest
- func (fieldMask *CreateSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *CreateSecretRequest_FieldMask) ProtoMessage()
- func (fieldMask *CreateSecretRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *CreateSecretRequest_FieldMask) Reset()
- func (fieldMask *CreateSecretRequest_FieldMask) Set(target, source *CreateSecretRequest)
- func (fieldMask *CreateSecretRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *CreateSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *CreateSecretRequest_FieldMask) Size() int
- func (fieldMask *CreateSecretRequest_FieldMask) String() string
- func (fieldMask *CreateSecretRequest_FieldMask) Subtract(other *CreateSecretRequest_FieldMask) *CreateSecretRequest_FieldMask
- func (fieldMask *CreateSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *CreateSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *CreateSecretRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *CreateSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
- type CreateSecretRequest_FieldPath
- type CreateSecretRequest_FieldPathArrayItemValue
- type CreateSecretRequest_FieldPathArrayOfValues
- type CreateSecretRequest_FieldPathSelector
- type CreateSecretRequest_FieldPathValue
- type CreateSecretRequest_FieldSubPath
- func (fps *CreateSecretRequest_FieldSubPath) AsSecretSubPath() (secret.Secret_FieldPath, bool)
- func (fps *CreateSecretRequest_FieldSubPath) ClearValue(item *CreateSecretRequest)
- func (fps *CreateSecretRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *CreateSecretRequest_FieldSubPath) Get(source *CreateSecretRequest) (values []interface{})
- func (fps *CreateSecretRequest_FieldSubPath) GetDefault() interface{}
- func (fps *CreateSecretRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *CreateSecretRequest_FieldSubPath) GetSingle(source *CreateSecretRequest) (interface{}, bool)
- func (fps *CreateSecretRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *CreateSecretRequest_FieldSubPath) IsLeaf() bool
- func (fps *CreateSecretRequest_FieldSubPath) JSONString() string
- func (fps *CreateSecretRequest_FieldSubPath) Selector() CreateSecretRequest_FieldPathSelector
- func (fps *CreateSecretRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *CreateSecretRequest_FieldSubPath) String() string
- func (fps *CreateSecretRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateSecretRequest_FieldPathArrayItemValue
- func (fps *CreateSecretRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateSecretRequest_FieldPathArrayOfValues
- func (fps *CreateSecretRequest_FieldSubPath) WithIValue(value interface{}) CreateSecretRequest_FieldPathValue
- func (fps *CreateSecretRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *CreateSecretRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *CreateSecretRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateSecretRequest_FieldSubPathArrayItemValue
- func (fpaivs *CreateSecretRequest_FieldSubPathArrayItemValue) AsSecretPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
- func (fpaivs *CreateSecretRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateSecretRequest) bool
- func (fpaivs *CreateSecretRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type CreateSecretRequest_FieldSubPathArrayOfValues
- type CreateSecretRequest_FieldSubPathValue
- func (fpvs *CreateSecretRequest_FieldSubPathValue) AsSecretPathValue() (secret.Secret_FieldPathValue, bool)
- func (fpvs *CreateSecretRequest_FieldSubPathValue) CompareWith(source *CreateSecretRequest) (int, bool)
- func (fpvs *CreateSecretRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *CreateSecretRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *CreateSecretRequest_FieldSubPathValue) SetTo(target **CreateSecretRequest)
- func (fpvs *CreateSecretRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type CreateSecretRequest_FieldTerminalPath
- func (fp *CreateSecretRequest_FieldTerminalPath) ClearValue(item *CreateSecretRequest)
- func (fp *CreateSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *CreateSecretRequest_FieldTerminalPath) Get(source *CreateSecretRequest) (values []interface{})
- func (fp *CreateSecretRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *CreateSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *CreateSecretRequest_FieldTerminalPath) GetSingle(source *CreateSecretRequest) (interface{}, bool)
- func (fp *CreateSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *CreateSecretRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *CreateSecretRequest_FieldTerminalPath) JSONString() string
- func (fp *CreateSecretRequest_FieldTerminalPath) Selector() CreateSecretRequest_FieldPathSelector
- func (fp *CreateSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *CreateSecretRequest_FieldTerminalPath) String() string
- func (fp *CreateSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateSecretRequest_FieldPathArrayItemValue
- func (fp *CreateSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateSecretRequest_FieldPathArrayOfValues
- func (fp *CreateSecretRequest_FieldTerminalPath) WithIValue(value interface{}) CreateSecretRequest_FieldPathValue
- func (fp *CreateSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *CreateSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *CreateSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateSecretRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateSecretRequest) bool
- func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateSecretRequest) (interface{}, bool)
- func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type CreateSecretRequest_FieldTerminalPathArrayOfValues
- func (fpaov *CreateSecretRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*secret.ParentReference, bool)
- func (fpaov *CreateSecretRequest_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]*secret.Secret, bool)
- func (fpaov *CreateSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type CreateSecretRequest_FieldTerminalPathValue
- func (fpv *CreateSecretRequest_FieldTerminalPathValue) AsParentValue() (*secret.ParentReference, bool)
- func (fpv *CreateSecretRequest_FieldTerminalPathValue) AsSecretValue() (*secret.Secret, bool)
- func (fpv *CreateSecretRequest_FieldTerminalPathValue) CompareWith(source *CreateSecretRequest) (int, bool)
- func (fpv *CreateSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *CreateSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *CreateSecretRequest_FieldTerminalPathValue) SetTo(target **CreateSecretRequest)
- func (fpv *CreateSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeleteSecretDescriptor
- func (d *DeleteSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteSecretDescriptor) GetApiName() string
- func (d *DeleteSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteSecretDescriptor) GetFullMethodName() string
- func (d *DeleteSecretDescriptor) GetMethodName() string
- func (d *DeleteSecretDescriptor) GetProtoPkgName() string
- func (d *DeleteSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteSecretDescriptor) GetServiceDomain() string
- func (d *DeleteSecretDescriptor) GetServiceVersion() string
- func (d *DeleteSecretDescriptor) GetVerb() string
- func (d *DeleteSecretDescriptor) HasResource() bool
- func (d *DeleteSecretDescriptor) IsClientStream() bool
- func (d *DeleteSecretDescriptor) IsCollection() bool
- func (d *DeleteSecretDescriptor) IsPlural() bool
- func (d *DeleteSecretDescriptor) IsServerStream() bool
- func (d *DeleteSecretDescriptor) IsUnary() bool
- func (d *DeleteSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteSecretDescriptor) RequestHasResourceBody() bool
- type DeleteSecretDescriptorClientMsgHandle
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteSecretDescriptorServerMsgHandle
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteSecretRequest
- func (o *DeleteSecretRequest) Clone() *DeleteSecretRequest
- func (o *DeleteSecretRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*DeleteSecretRequest) Descriptor() ([]byte, []int)
- func (m *DeleteSecretRequest) GetName() *secret.Reference
- func (*DeleteSecretRequest) GotenMessage()
- func (o *DeleteSecretRequest) GotenObjectExt()
- func (obj *DeleteSecretRequest) GotenValidate() error
- func (o *DeleteSecretRequest) MakeDiffFieldMask(other *DeleteSecretRequest) *DeleteSecretRequest_FieldMask
- func (o *DeleteSecretRequest) MakeFullFieldMask() *DeleteSecretRequest_FieldMask
- func (o *DeleteSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *DeleteSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *DeleteSecretRequest) Marshal() ([]byte, error)
- func (m *DeleteSecretRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteSecretRequest) Merge(source *DeleteSecretRequest)
- func (o *DeleteSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*DeleteSecretRequest) ProtoMessage()
- func (m *DeleteSecretRequest) ProtoReflect() preflect.Message
- func (m *DeleteSecretRequest) Reset()
- func (m *DeleteSecretRequest) SetName(fv *secret.Reference)
- func (m *DeleteSecretRequest) String() string
- func (m *DeleteSecretRequest) Unmarshal(b []byte) error
- func (m *DeleteSecretRequest) UnmarshalJSON(data []byte) error
- type DeleteSecretRequestFieldPathBuilder
- type DeleteSecretRequestPathSelectorName
- func (DeleteSecretRequestPathSelectorName) FieldPath() *DeleteSecretRequest_FieldTerminalPath
- func (s DeleteSecretRequestPathSelectorName) WithArrayOfValues(values []*secret.Reference) *DeleteSecretRequest_FieldTerminalPathArrayOfValues
- func (s DeleteSecretRequestPathSelectorName) WithValue(value *secret.Reference) *DeleteSecretRequest_FieldTerminalPathValue
- type DeleteSecretRequest_FieldMask
- func (fieldMask *DeleteSecretRequest_FieldMask) AppendPath(path DeleteSecretRequest_FieldPath)
- func (fieldMask *DeleteSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *DeleteSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *DeleteSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *DeleteSecretRequest_FieldMask) FilterInputFields() *DeleteSecretRequest_FieldMask
- func (fieldMask *DeleteSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *DeleteSecretRequest_FieldMask) GetPaths() []DeleteSecretRequest_FieldPath
- func (fieldMask *DeleteSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *DeleteSecretRequest_FieldMask) IsFull() bool
- func (fieldMask DeleteSecretRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask DeleteSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *DeleteSecretRequest_FieldMask) PathsCount() int
- func (fieldMask *DeleteSecretRequest_FieldMask) Project(source *DeleteSecretRequest) *DeleteSecretRequest
- func (fieldMask *DeleteSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *DeleteSecretRequest_FieldMask) ProtoMessage()
- func (fieldMask *DeleteSecretRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *DeleteSecretRequest_FieldMask) Reset()
- func (fieldMask *DeleteSecretRequest_FieldMask) Set(target, source *DeleteSecretRequest)
- func (fieldMask *DeleteSecretRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *DeleteSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *DeleteSecretRequest_FieldMask) Size() int
- func (fieldMask *DeleteSecretRequest_FieldMask) String() string
- func (fieldMask *DeleteSecretRequest_FieldMask) Subtract(other *DeleteSecretRequest_FieldMask) *DeleteSecretRequest_FieldMask
- func (fieldMask *DeleteSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *DeleteSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *DeleteSecretRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *DeleteSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
- type DeleteSecretRequest_FieldPath
- type DeleteSecretRequest_FieldPathArrayItemValue
- type DeleteSecretRequest_FieldPathArrayOfValues
- type DeleteSecretRequest_FieldPathSelector
- type DeleteSecretRequest_FieldPathValue
- type DeleteSecretRequest_FieldTerminalPath
- func (fp *DeleteSecretRequest_FieldTerminalPath) ClearValue(item *DeleteSecretRequest)
- func (fp *DeleteSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeleteSecretRequest_FieldTerminalPath) Get(source *DeleteSecretRequest) (values []interface{})
- func (fp *DeleteSecretRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeleteSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeleteSecretRequest_FieldTerminalPath) GetSingle(source *DeleteSecretRequest) (interface{}, bool)
- func (fp *DeleteSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeleteSecretRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *DeleteSecretRequest_FieldTerminalPath) JSONString() string
- func (fp *DeleteSecretRequest_FieldTerminalPath) Selector() DeleteSecretRequest_FieldPathSelector
- func (fp *DeleteSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DeleteSecretRequest_FieldTerminalPath) String() string
- func (fp *DeleteSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteSecretRequest_FieldPathArrayItemValue
- func (fp *DeleteSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteSecretRequest_FieldPathArrayOfValues
- func (fp *DeleteSecretRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteSecretRequest_FieldPathValue
- func (fp *DeleteSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeleteSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeleteSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeleteSecretRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteSecretRequest) bool
- func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteSecretRequest) (interface{}, bool)
- func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeleteSecretRequest_FieldTerminalPathArrayOfValues
- type DeleteSecretRequest_FieldTerminalPathValue
- func (fpv *DeleteSecretRequest_FieldTerminalPathValue) AsNameValue() (*secret.Reference, bool)
- func (fpv *DeleteSecretRequest_FieldTerminalPathValue) CompareWith(source *DeleteSecretRequest) (int, bool)
- func (fpv *DeleteSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeleteSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeleteSecretRequest_FieldTerminalPathValue) SetTo(target **DeleteSecretRequest)
- func (fpv *DeleteSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetSecretDescriptor
- func (d *GetSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetSecretDescriptor) GetApiName() string
- func (d *GetSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetSecretDescriptor) GetFullMethodName() string
- func (d *GetSecretDescriptor) GetMethodName() string
- func (d *GetSecretDescriptor) GetProtoPkgName() string
- func (d *GetSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetSecretDescriptor) GetServiceDomain() string
- func (d *GetSecretDescriptor) GetServiceVersion() string
- func (d *GetSecretDescriptor) GetVerb() string
- func (d *GetSecretDescriptor) HasResource() bool
- func (d *GetSecretDescriptor) IsClientStream() bool
- func (d *GetSecretDescriptor) IsCollection() bool
- func (d *GetSecretDescriptor) IsPlural() bool
- func (d *GetSecretDescriptor) IsServerStream() bool
- func (d *GetSecretDescriptor) IsUnary() bool
- func (d *GetSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetSecretDescriptor) RequestHasResourceBody() bool
- type GetSecretDescriptorClientMsgHandle
- func (h *GetSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetSecretDescriptorServerMsgHandle
- func (h *GetSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetSecretRequest
- func (o *GetSecretRequest) Clone() *GetSecretRequest
- func (o *GetSecretRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetSecretRequest) Descriptor() ([]byte, []int)
- func (m *GetSecretRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *GetSecretRequest) GetName() *secret.Reference
- func (m *GetSecretRequest) GetView() view.View
- func (*GetSecretRequest) GotenMessage()
- func (o *GetSecretRequest) GotenObjectExt()
- func (obj *GetSecretRequest) GotenValidate() error
- func (o *GetSecretRequest) MakeDiffFieldMask(other *GetSecretRequest) *GetSecretRequest_FieldMask
- func (o *GetSecretRequest) MakeFullFieldMask() *GetSecretRequest_FieldMask
- func (o *GetSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetSecretRequest) Marshal() ([]byte, error)
- func (m *GetSecretRequest) MarshalJSON() ([]byte, error)
- func (o *GetSecretRequest) Merge(source *GetSecretRequest)
- func (o *GetSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetSecretRequest) ProtoMessage()
- func (m *GetSecretRequest) ProtoReflect() preflect.Message
- func (m *GetSecretRequest) Reset()
- func (m *GetSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *GetSecretRequest) SetName(fv *secret.Reference)
- func (m *GetSecretRequest) SetView(fv view.View)
- func (m *GetSecretRequest) String() string
- func (m *GetSecretRequest) Unmarshal(b []byte) error
- func (m *GetSecretRequest) UnmarshalJSON(data []byte) error
- type GetSecretRequestFieldPathBuilder
- type GetSecretRequestPathSelectorFieldMask
- func (GetSecretRequestPathSelectorFieldMask) FieldPath() *GetSecretRequest_FieldTerminalPath
- func (s GetSecretRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *GetSecretRequest_FieldTerminalPathArrayOfValues
- func (s GetSecretRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *GetSecretRequest_FieldTerminalPathValue
- type GetSecretRequestPathSelectorName
- func (GetSecretRequestPathSelectorName) FieldPath() *GetSecretRequest_FieldTerminalPath
- func (s GetSecretRequestPathSelectorName) WithArrayOfValues(values []*secret.Reference) *GetSecretRequest_FieldTerminalPathArrayOfValues
- func (s GetSecretRequestPathSelectorName) WithValue(value *secret.Reference) *GetSecretRequest_FieldTerminalPathValue
- type GetSecretRequestPathSelectorView
- func (GetSecretRequestPathSelectorView) FieldPath() *GetSecretRequest_FieldTerminalPath
- func (s GetSecretRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetSecretRequest_FieldTerminalPathArrayOfValues
- func (s GetSecretRequestPathSelectorView) WithValue(value view.View) *GetSecretRequest_FieldTerminalPathValue
- type GetSecretRequest_FieldMask
- func (fieldMask *GetSecretRequest_FieldMask) AppendPath(path GetSecretRequest_FieldPath)
- func (fieldMask *GetSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetSecretRequest_FieldMask) FilterInputFields() *GetSecretRequest_FieldMask
- func (fieldMask *GetSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetSecretRequest_FieldMask) GetPaths() []GetSecretRequest_FieldPath
- func (fieldMask *GetSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetSecretRequest_FieldMask) IsFull() bool
- func (fieldMask GetSecretRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetSecretRequest_FieldMask) PathsCount() int
- func (fieldMask *GetSecretRequest_FieldMask) Project(source *GetSecretRequest) *GetSecretRequest
- func (fieldMask *GetSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetSecretRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetSecretRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetSecretRequest_FieldMask) Reset()
- func (fieldMask *GetSecretRequest_FieldMask) Set(target, source *GetSecretRequest)
- func (fieldMask *GetSecretRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetSecretRequest_FieldMask) Size() int
- func (fieldMask *GetSecretRequest_FieldMask) String() string
- func (fieldMask *GetSecretRequest_FieldMask) Subtract(other *GetSecretRequest_FieldMask) *GetSecretRequest_FieldMask
- func (fieldMask *GetSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetSecretRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetSecretRequest_FieldPath
- type GetSecretRequest_FieldPathArrayItemValue
- type GetSecretRequest_FieldPathArrayOfValues
- type GetSecretRequest_FieldPathSelector
- type GetSecretRequest_FieldPathValue
- type GetSecretRequest_FieldTerminalPath
- func (fp *GetSecretRequest_FieldTerminalPath) ClearValue(item *GetSecretRequest)
- func (fp *GetSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetSecretRequest_FieldTerminalPath) Get(source *GetSecretRequest) (values []interface{})
- func (fp *GetSecretRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetSecretRequest_FieldTerminalPath) GetSingle(source *GetSecretRequest) (interface{}, bool)
- func (fp *GetSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetSecretRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetSecretRequest_FieldTerminalPath) JSONString() string
- func (fp *GetSecretRequest_FieldTerminalPath) Selector() GetSecretRequest_FieldPathSelector
- func (fp *GetSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *GetSecretRequest_FieldTerminalPath) String() string
- func (fp *GetSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetSecretRequest_FieldPathArrayItemValue
- func (fp *GetSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetSecretRequest_FieldPathArrayOfValues
- func (fp *GetSecretRequest_FieldTerminalPath) WithIValue(value interface{}) GetSecretRequest_FieldPathValue
- func (fp *GetSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetSecretRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetSecretRequest) bool
- func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetSecretRequest) (interface{}, bool)
- func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetSecretRequest_FieldTerminalPathArrayOfValues
- func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
- func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*secret.Reference, bool)
- func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type GetSecretRequest_FieldTerminalPathValue
- func (fpv *GetSecretRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
- func (fpv *GetSecretRequest_FieldTerminalPathValue) AsNameValue() (*secret.Reference, bool)
- func (fpv *GetSecretRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *GetSecretRequest_FieldTerminalPathValue) CompareWith(source *GetSecretRequest) (int, bool)
- func (fpv *GetSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetSecretRequest_FieldTerminalPathValue) SetTo(target **GetSecretRequest)
- func (fpv *GetSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListSecretsDescriptor
- func (d *ListSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListSecretsDescriptor) GetApiName() string
- func (d *ListSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListSecretsDescriptor) GetFullMethodName() string
- func (d *ListSecretsDescriptor) GetMethodName() string
- func (d *ListSecretsDescriptor) GetProtoPkgName() string
- func (d *ListSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListSecretsDescriptor) GetServiceDomain() string
- func (d *ListSecretsDescriptor) GetServiceVersion() string
- func (d *ListSecretsDescriptor) GetVerb() string
- func (d *ListSecretsDescriptor) HasResource() bool
- func (d *ListSecretsDescriptor) IsClientStream() bool
- func (d *ListSecretsDescriptor) IsCollection() bool
- func (d *ListSecretsDescriptor) IsPlural() bool
- func (d *ListSecretsDescriptor) IsServerStream() bool
- func (d *ListSecretsDescriptor) IsUnary() bool
- func (d *ListSecretsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListSecretsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListSecretsDescriptor) RequestHasResourceBody() bool
- type ListSecretsDescriptorClientMsgHandle
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListSecretsDescriptorServerMsgHandle
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListSecretsRequest
- func (o *ListSecretsRequest) Clone() *ListSecretsRequest
- func (o *ListSecretsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListSecretsRequest) Descriptor() ([]byte, []int)
- func (m *ListSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *ListSecretsRequest) GetFilter() *secret.Filter
- func (m *ListSecretsRequest) GetOrderBy() *secret.OrderBy
- func (m *ListSecretsRequest) GetPageSize() int32
- func (m *ListSecretsRequest) GetPageToken() *secret.PagerCursor
- func (m *ListSecretsRequest) GetParent() *secret.ParentName
- func (m *ListSecretsRequest) GetView() view.View
- func (*ListSecretsRequest) GotenMessage()
- func (o *ListSecretsRequest) GotenObjectExt()
- func (obj *ListSecretsRequest) GotenValidate() error
- func (o *ListSecretsRequest) MakeDiffFieldMask(other *ListSecretsRequest) *ListSecretsRequest_FieldMask
- func (o *ListSecretsRequest) MakeFullFieldMask() *ListSecretsRequest_FieldMask
- func (o *ListSecretsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListSecretsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListSecretsRequest) Marshal() ([]byte, error)
- func (m *ListSecretsRequest) MarshalJSON() ([]byte, error)
- func (o *ListSecretsRequest) Merge(source *ListSecretsRequest)
- func (o *ListSecretsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListSecretsRequest) ProtoMessage()
- func (m *ListSecretsRequest) ProtoReflect() preflect.Message
- func (m *ListSecretsRequest) Reset()
- func (m *ListSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *ListSecretsRequest) SetFilter(fv *secret.Filter)
- func (m *ListSecretsRequest) SetOrderBy(fv *secret.OrderBy)
- func (m *ListSecretsRequest) SetPageSize(fv int32)
- func (m *ListSecretsRequest) SetPageToken(fv *secret.PagerCursor)
- func (m *ListSecretsRequest) SetParent(fv *secret.ParentName)
- func (m *ListSecretsRequest) SetView(fv view.View)
- func (m *ListSecretsRequest) String() string
- func (m *ListSecretsRequest) Unmarshal(b []byte) error
- func (m *ListSecretsRequest) UnmarshalJSON(data []byte) error
- type ListSecretsRequestFieldPathBuilder
- func (ListSecretsRequestFieldPathBuilder) FieldMask() ListSecretsRequestPathSelectorFieldMask
- func (ListSecretsRequestFieldPathBuilder) Filter() ListSecretsRequestPathSelectorFilter
- func (ListSecretsRequestFieldPathBuilder) OrderBy() ListSecretsRequestPathSelectorOrderBy
- func (ListSecretsRequestFieldPathBuilder) PageSize() ListSecretsRequestPathSelectorPageSize
- func (ListSecretsRequestFieldPathBuilder) PageToken() ListSecretsRequestPathSelectorPageToken
- func (ListSecretsRequestFieldPathBuilder) Parent() ListSecretsRequestPathSelectorParent
- func (ListSecretsRequestFieldPathBuilder) View() ListSecretsRequestPathSelectorView
- type ListSecretsRequestPathSelectorFieldMask
- func (ListSecretsRequestPathSelectorFieldMask) FieldPath() *ListSecretsRequest_FieldTerminalPath
- func (s ListSecretsRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (s ListSecretsRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *ListSecretsRequest_FieldTerminalPathValue
- type ListSecretsRequestPathSelectorFilter
- func (ListSecretsRequestPathSelectorFilter) FieldPath() *ListSecretsRequest_FieldTerminalPath
- func (s ListSecretsRequestPathSelectorFilter) WithArrayOfValues(values []*secret.Filter) *ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (s ListSecretsRequestPathSelectorFilter) WithValue(value *secret.Filter) *ListSecretsRequest_FieldTerminalPathValue
- type ListSecretsRequestPathSelectorOrderBy
- func (ListSecretsRequestPathSelectorOrderBy) FieldPath() *ListSecretsRequest_FieldTerminalPath
- func (s ListSecretsRequestPathSelectorOrderBy) WithArrayOfValues(values []*secret.OrderBy) *ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (s ListSecretsRequestPathSelectorOrderBy) WithValue(value *secret.OrderBy) *ListSecretsRequest_FieldTerminalPathValue
- type ListSecretsRequestPathSelectorPageSize
- func (ListSecretsRequestPathSelectorPageSize) FieldPath() *ListSecretsRequest_FieldTerminalPath
- func (s ListSecretsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (s ListSecretsRequestPathSelectorPageSize) WithValue(value int32) *ListSecretsRequest_FieldTerminalPathValue
- type ListSecretsRequestPathSelectorPageToken
- func (ListSecretsRequestPathSelectorPageToken) FieldPath() *ListSecretsRequest_FieldTerminalPath
- func (s ListSecretsRequestPathSelectorPageToken) WithArrayOfValues(values []*secret.PagerCursor) *ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (s ListSecretsRequestPathSelectorPageToken) WithValue(value *secret.PagerCursor) *ListSecretsRequest_FieldTerminalPathValue
- type ListSecretsRequestPathSelectorParent
- func (ListSecretsRequestPathSelectorParent) FieldPath() *ListSecretsRequest_FieldTerminalPath
- func (s ListSecretsRequestPathSelectorParent) WithArrayOfValues(values []*secret.ParentName) *ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (s ListSecretsRequestPathSelectorParent) WithValue(value *secret.ParentName) *ListSecretsRequest_FieldTerminalPathValue
- type ListSecretsRequestPathSelectorView
- func (ListSecretsRequestPathSelectorView) FieldPath() *ListSecretsRequest_FieldTerminalPath
- func (s ListSecretsRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (s ListSecretsRequestPathSelectorView) WithValue(value view.View) *ListSecretsRequest_FieldTerminalPathValue
- type ListSecretsRequest_FieldMask
- func (fieldMask *ListSecretsRequest_FieldMask) AppendPath(path ListSecretsRequest_FieldPath)
- func (fieldMask *ListSecretsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListSecretsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListSecretsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListSecretsRequest_FieldMask) FilterInputFields() *ListSecretsRequest_FieldMask
- func (fieldMask *ListSecretsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListSecretsRequest_FieldMask) GetPaths() []ListSecretsRequest_FieldPath
- func (fieldMask *ListSecretsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListSecretsRequest_FieldMask) IsFull() bool
- func (fieldMask ListSecretsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListSecretsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListSecretsRequest_FieldMask) PathsCount() int
- func (fieldMask *ListSecretsRequest_FieldMask) Project(source *ListSecretsRequest) *ListSecretsRequest
- func (fieldMask *ListSecretsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListSecretsRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListSecretsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListSecretsRequest_FieldMask) Reset()
- func (fieldMask *ListSecretsRequest_FieldMask) Set(target, source *ListSecretsRequest)
- func (fieldMask *ListSecretsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListSecretsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListSecretsRequest_FieldMask) Size() int
- func (fieldMask *ListSecretsRequest_FieldMask) String() string
- func (fieldMask *ListSecretsRequest_FieldMask) Subtract(other *ListSecretsRequest_FieldMask) *ListSecretsRequest_FieldMask
- func (fieldMask *ListSecretsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListSecretsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListSecretsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListSecretsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListSecretsRequest_FieldPath
- type ListSecretsRequest_FieldPathArrayItemValue
- type ListSecretsRequest_FieldPathArrayOfValues
- type ListSecretsRequest_FieldPathSelector
- type ListSecretsRequest_FieldPathValue
- type ListSecretsRequest_FieldTerminalPath
- func (fp *ListSecretsRequest_FieldTerminalPath) ClearValue(item *ListSecretsRequest)
- func (fp *ListSecretsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListSecretsRequest_FieldTerminalPath) Get(source *ListSecretsRequest) (values []interface{})
- func (fp *ListSecretsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListSecretsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListSecretsRequest_FieldTerminalPath) GetSingle(source *ListSecretsRequest) (interface{}, bool)
- func (fp *ListSecretsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListSecretsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListSecretsRequest_FieldTerminalPath) JSONString() string
- func (fp *ListSecretsRequest_FieldTerminalPath) Selector() ListSecretsRequest_FieldPathSelector
- func (fp *ListSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListSecretsRequest_FieldTerminalPath) String() string
- func (fp *ListSecretsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListSecretsRequest_FieldPathArrayItemValue
- func (fp *ListSecretsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListSecretsRequest_FieldPathArrayOfValues
- func (fp *ListSecretsRequest_FieldTerminalPath) WithIValue(value interface{}) ListSecretsRequest_FieldPathValue
- func (fp *ListSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListSecretsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListSecretsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListSecretsRequest) bool
- func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListSecretsRequest) (interface{}, bool)
- func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListSecretsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*secret.Filter, bool)
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*secret.OrderBy, bool)
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*secret.ParentName, bool)
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListSecretsRequest_FieldTerminalPathValue
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsFilterValue() (*secret.Filter, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsOrderByValue() (*secret.OrderBy, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsPageTokenValue() (*secret.PagerCursor, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsParentValue() (*secret.ParentName, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) CompareWith(source *ListSecretsRequest) (int, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) SetTo(target **ListSecretsRequest)
- func (fpv *ListSecretsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListSecretsResponse
- func (o *ListSecretsResponse) Clone() *ListSecretsResponse
- func (o *ListSecretsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListSecretsResponse) Descriptor() ([]byte, []int)
- func (m *ListSecretsResponse) GetNextPageToken() *secret.PagerCursor
- func (m *ListSecretsResponse) GetPrevPageToken() *secret.PagerCursor
- func (m *ListSecretsResponse) GetSecrets() []*secret.Secret
- func (*ListSecretsResponse) GotenMessage()
- func (o *ListSecretsResponse) GotenObjectExt()
- func (obj *ListSecretsResponse) GotenValidate() error
- func (o *ListSecretsResponse) MakeDiffFieldMask(other *ListSecretsResponse) *ListSecretsResponse_FieldMask
- func (o *ListSecretsResponse) MakeFullFieldMask() *ListSecretsResponse_FieldMask
- func (o *ListSecretsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListSecretsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListSecretsResponse) Marshal() ([]byte, error)
- func (m *ListSecretsResponse) MarshalJSON() ([]byte, error)
- func (o *ListSecretsResponse) Merge(source *ListSecretsResponse)
- func (o *ListSecretsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListSecretsResponse) ProtoMessage()
- func (m *ListSecretsResponse) ProtoReflect() preflect.Message
- func (m *ListSecretsResponse) Reset()
- func (m *ListSecretsResponse) SetNextPageToken(fv *secret.PagerCursor)
- func (m *ListSecretsResponse) SetPrevPageToken(fv *secret.PagerCursor)
- func (m *ListSecretsResponse) SetSecrets(fv []*secret.Secret)
- func (m *ListSecretsResponse) String() string
- func (m *ListSecretsResponse) Unmarshal(b []byte) error
- func (m *ListSecretsResponse) UnmarshalJSON(data []byte) error
- type ListSecretsResponseFieldPathBuilder
- type ListSecretsResponseMapPathSelectorSecretsData
- func (s ListSecretsResponseMapPathSelectorSecretsData) FieldPath() *ListSecretsResponse_FieldSubPath
- func (s ListSecretsResponseMapPathSelectorSecretsData) WithArrayOfValues(values []string) *ListSecretsResponse_FieldSubPathArrayOfValues
- func (s ListSecretsResponseMapPathSelectorSecretsData) WithValue(value string) *ListSecretsResponse_FieldSubPathValue
- type ListSecretsResponsePathSelectorNextPageToken
- func (ListSecretsResponsePathSelectorNextPageToken) FieldPath() *ListSecretsResponse_FieldTerminalPath
- func (s ListSecretsResponsePathSelectorNextPageToken) WithArrayOfValues(values []*secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathArrayOfValues
- func (s ListSecretsResponsePathSelectorNextPageToken) WithValue(value *secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathValue
- type ListSecretsResponsePathSelectorPrevPageToken
- func (ListSecretsResponsePathSelectorPrevPageToken) FieldPath() *ListSecretsResponse_FieldTerminalPath
- func (s ListSecretsResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathArrayOfValues
- func (s ListSecretsResponsePathSelectorPrevPageToken) WithValue(value *secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathValue
- type ListSecretsResponsePathSelectorSecrets
- func (ListSecretsResponsePathSelectorSecrets) Data() ListSecretsResponsePathSelectorSecretsData
- func (ListSecretsResponsePathSelectorSecrets) EncData() ListSecretsResponsePathSelectorSecretsEncData
- func (ListSecretsResponsePathSelectorSecrets) FieldPath() *ListSecretsResponse_FieldTerminalPath
- func (ListSecretsResponsePathSelectorSecrets) Name() ListSecretsResponsePathSelectorSecretsName
- func (s ListSecretsResponsePathSelectorSecrets) WithArrayOfValues(values [][]*secret.Secret) *ListSecretsResponse_FieldTerminalPathArrayOfValues
- func (s ListSecretsResponsePathSelectorSecrets) WithItemValue(value *secret.Secret) *ListSecretsResponse_FieldTerminalPathArrayItemValue
- func (s ListSecretsResponsePathSelectorSecrets) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *ListSecretsResponse_FieldSubPathArrayItemValue
- func (s ListSecretsResponsePathSelectorSecrets) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *ListSecretsResponse_FieldSubPathArrayOfValues
- func (ListSecretsResponsePathSelectorSecrets) WithSubPath(subPath secret.Secret_FieldPath) *ListSecretsResponse_FieldSubPath
- func (s ListSecretsResponsePathSelectorSecrets) WithSubValue(subPathValue secret.Secret_FieldPathValue) *ListSecretsResponse_FieldSubPathValue
- func (s ListSecretsResponsePathSelectorSecrets) WithValue(value []*secret.Secret) *ListSecretsResponse_FieldTerminalPathValue
- type ListSecretsResponsePathSelectorSecretsData
- func (ListSecretsResponsePathSelectorSecretsData) FieldPath() *ListSecretsResponse_FieldSubPath
- func (s ListSecretsResponsePathSelectorSecretsData) WithArrayOfValues(values []map[string]string) *ListSecretsResponse_FieldSubPathArrayOfValues
- func (ListSecretsResponsePathSelectorSecretsData) WithKey(key string) ListSecretsResponseMapPathSelectorSecretsData
- func (s ListSecretsResponsePathSelectorSecretsData) WithValue(value map[string]string) *ListSecretsResponse_FieldSubPathValue
- type ListSecretsResponsePathSelectorSecretsEncData
- func (ListSecretsResponsePathSelectorSecretsEncData) FieldPath() *ListSecretsResponse_FieldSubPath
- func (s ListSecretsResponsePathSelectorSecretsEncData) WithArrayOfValues(values [][]byte) *ListSecretsResponse_FieldSubPathArrayOfValues
- func (s ListSecretsResponsePathSelectorSecretsEncData) WithValue(value []byte) *ListSecretsResponse_FieldSubPathValue
- type ListSecretsResponsePathSelectorSecretsName
- func (ListSecretsResponsePathSelectorSecretsName) FieldPath() *ListSecretsResponse_FieldSubPath
- func (s ListSecretsResponsePathSelectorSecretsName) WithArrayOfValues(values []*secret.Name) *ListSecretsResponse_FieldSubPathArrayOfValues
- func (s ListSecretsResponsePathSelectorSecretsName) WithValue(value *secret.Name) *ListSecretsResponse_FieldSubPathValue
- type ListSecretsResponse_FieldMask
- func (fieldMask *ListSecretsResponse_FieldMask) AppendPath(path ListSecretsResponse_FieldPath)
- func (fieldMask *ListSecretsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListSecretsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListSecretsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListSecretsResponse_FieldMask) FilterInputFields() *ListSecretsResponse_FieldMask
- func (fieldMask *ListSecretsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListSecretsResponse_FieldMask) GetPaths() []ListSecretsResponse_FieldPath
- func (fieldMask *ListSecretsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListSecretsResponse_FieldMask) IsFull() bool
- func (fieldMask ListSecretsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListSecretsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListSecretsResponse_FieldMask) PathsCount() int
- func (fieldMask *ListSecretsResponse_FieldMask) Project(source *ListSecretsResponse) *ListSecretsResponse
- func (fieldMask *ListSecretsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListSecretsResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListSecretsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListSecretsResponse_FieldMask) Reset()
- func (fieldMask *ListSecretsResponse_FieldMask) Set(target, source *ListSecretsResponse)
- func (fieldMask *ListSecretsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListSecretsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListSecretsResponse_FieldMask) Size() int
- func (fieldMask *ListSecretsResponse_FieldMask) String() string
- func (fieldMask *ListSecretsResponse_FieldMask) Subtract(other *ListSecretsResponse_FieldMask) *ListSecretsResponse_FieldMask
- func (fieldMask *ListSecretsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListSecretsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListSecretsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListSecretsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListSecretsResponse_FieldPath
- type ListSecretsResponse_FieldPathArrayItemValue
- type ListSecretsResponse_FieldPathArrayOfValues
- type ListSecretsResponse_FieldPathSelector
- type ListSecretsResponse_FieldPathValue
- type ListSecretsResponse_FieldSubPath
- func (fps *ListSecretsResponse_FieldSubPath) AsSecretsSubPath() (secret.Secret_FieldPath, bool)
- func (fps *ListSecretsResponse_FieldSubPath) ClearValue(item *ListSecretsResponse)
- func (fps *ListSecretsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListSecretsResponse_FieldSubPath) Get(source *ListSecretsResponse) (values []interface{})
- func (fps *ListSecretsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListSecretsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListSecretsResponse_FieldSubPath) GetSingle(source *ListSecretsResponse) (interface{}, bool)
- func (fps *ListSecretsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListSecretsResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListSecretsResponse_FieldSubPath) JSONString() string
- func (fps *ListSecretsResponse_FieldSubPath) Selector() ListSecretsResponse_FieldPathSelector
- func (fps *ListSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ListSecretsResponse_FieldSubPath) String() string
- func (fps *ListSecretsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListSecretsResponse_FieldPathArrayItemValue
- func (fps *ListSecretsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListSecretsResponse_FieldPathArrayOfValues
- func (fps *ListSecretsResponse_FieldSubPath) WithIValue(value interface{}) ListSecretsResponse_FieldPathValue
- func (fps *ListSecretsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListSecretsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListSecretsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListSecretsResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListSecretsResponse_FieldSubPathArrayItemValue) AsSecretsPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
- func (fpaivs *ListSecretsResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListSecretsResponse) bool
- func (fpaivs *ListSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListSecretsResponse_FieldSubPathArrayOfValues
- type ListSecretsResponse_FieldSubPathValue
- func (fpvs *ListSecretsResponse_FieldSubPathValue) AsSecretsPathValue() (secret.Secret_FieldPathValue, bool)
- func (fpvs *ListSecretsResponse_FieldSubPathValue) CompareWith(source *ListSecretsResponse) (int, bool)
- func (fpvs *ListSecretsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListSecretsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListSecretsResponse_FieldSubPathValue) SetTo(target **ListSecretsResponse)
- func (fpvs *ListSecretsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListSecretsResponse_FieldTerminalPath
- func (fp *ListSecretsResponse_FieldTerminalPath) ClearValue(item *ListSecretsResponse)
- func (fp *ListSecretsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListSecretsResponse_FieldTerminalPath) Get(source *ListSecretsResponse) (values []interface{})
- func (fp *ListSecretsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListSecretsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListSecretsResponse_FieldTerminalPath) GetSingle(source *ListSecretsResponse) (interface{}, bool)
- func (fp *ListSecretsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListSecretsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListSecretsResponse_FieldTerminalPath) JSONString() string
- func (fp *ListSecretsResponse_FieldTerminalPath) Selector() ListSecretsResponse_FieldPathSelector
- func (fp *ListSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListSecretsResponse_FieldTerminalPath) String() string
- func (fp *ListSecretsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListSecretsResponse_FieldPathArrayItemValue
- func (fp *ListSecretsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListSecretsResponse_FieldPathArrayOfValues
- func (fp *ListSecretsResponse_FieldTerminalPath) WithIValue(value interface{}) ListSecretsResponse_FieldPathValue
- func (fp *ListSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListSecretsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListSecretsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretsItemValue() (*secret.Secret, bool)
- func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListSecretsResponse) bool
- func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListSecretsResponse) (interface{}, bool)
- func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListSecretsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
- func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
- func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretsArrayOfValues() ([][]*secret.Secret, bool)
- func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListSecretsResponse_FieldTerminalPathValue
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*secret.PagerCursor, bool)
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*secret.PagerCursor, bool)
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) AsSecretsValue() ([]*secret.Secret, bool)
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) CompareWith(source *ListSecretsResponse) (int, bool)
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) SetTo(target **ListSecretsResponse)
- func (fpv *ListSecretsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SecretServiceClient
- type SecretServiceDescriptor
- func (d *SecretServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *SecretServiceDescriptor) GetApiName() string
- func (d *SecretServiceDescriptor) GetFullAPIName() string
- func (d *SecretServiceDescriptor) GetProtoPkgName() string
- func (d *SecretServiceDescriptor) GetServiceDomain() string
- func (d *SecretServiceDescriptor) GetServiceVersion() string
- type UpdateSecretDescriptor
- func (d *UpdateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateSecretDescriptor) GetApiName() string
- func (d *UpdateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateSecretDescriptor) GetFullMethodName() string
- func (d *UpdateSecretDescriptor) GetMethodName() string
- func (d *UpdateSecretDescriptor) GetProtoPkgName() string
- func (d *UpdateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateSecretDescriptor) GetServiceDomain() string
- func (d *UpdateSecretDescriptor) GetServiceVersion() string
- func (d *UpdateSecretDescriptor) GetVerb() string
- func (d *UpdateSecretDescriptor) HasResource() bool
- func (d *UpdateSecretDescriptor) IsClientStream() bool
- func (d *UpdateSecretDescriptor) IsCollection() bool
- func (d *UpdateSecretDescriptor) IsPlural() bool
- func (d *UpdateSecretDescriptor) IsServerStream() bool
- func (d *UpdateSecretDescriptor) IsUnary() bool
- func (d *UpdateSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateSecretDescriptor) RequestHasResourceBody() bool
- type UpdateSecretDescriptorClientMsgHandle
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateSecretDescriptorServerMsgHandle
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateSecretRequest
- func (o *UpdateSecretRequest) Clone() *UpdateSecretRequest
- func (o *UpdateSecretRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateSecretRequest) Descriptor() ([]byte, []int)
- func (m *UpdateSecretRequest) GetCas() *UpdateSecretRequest_CAS
- func (m *UpdateSecretRequest) GetSecret() *secret.Secret
- func (m *UpdateSecretRequest) GetUpdateMask() *secret.Secret_FieldMask
- func (*UpdateSecretRequest) GotenMessage()
- func (o *UpdateSecretRequest) GotenObjectExt()
- func (obj *UpdateSecretRequest) GotenValidate() error
- func (o *UpdateSecretRequest) MakeDiffFieldMask(other *UpdateSecretRequest) *UpdateSecretRequest_FieldMask
- func (o *UpdateSecretRequest) MakeFullFieldMask() *UpdateSecretRequest_FieldMask
- func (o *UpdateSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateSecretRequest) Marshal() ([]byte, error)
- func (m *UpdateSecretRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateSecretRequest) Merge(source *UpdateSecretRequest)
- func (o *UpdateSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateSecretRequest) ProtoMessage()
- func (m *UpdateSecretRequest) ProtoReflect() preflect.Message
- func (m *UpdateSecretRequest) Reset()
- func (m *UpdateSecretRequest) SetCas(fv *UpdateSecretRequest_CAS)
- func (m *UpdateSecretRequest) SetSecret(fv *secret.Secret)
- func (m *UpdateSecretRequest) SetUpdateMask(fv *secret.Secret_FieldMask)
- func (m *UpdateSecretRequest) String() string
- func (m *UpdateSecretRequest) Unmarshal(b []byte) error
- func (m *UpdateSecretRequest) UnmarshalJSON(data []byte) error
- type UpdateSecretRequestCASFieldPathBuilder
- type UpdateSecretRequestCAS_FieldPath
- func BuildUpdateSecretRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateSecretRequestCAS_FieldPath, error)
- func MustParseUpdateSecretRequestCAS_FieldPath(rawField string) UpdateSecretRequestCAS_FieldPath
- func ParseUpdateSecretRequestCAS_FieldPath(rawField string) (UpdateSecretRequestCAS_FieldPath, error)
- type UpdateSecretRequestCAS_FieldPathArrayItemValue
- type UpdateSecretRequestCAS_FieldPathArrayOfValues
- type UpdateSecretRequestCAS_FieldPathSelector
- type UpdateSecretRequestCAS_FieldPathValue
- type UpdateSecretRequestCAS_FieldSubPath
- func (fps *UpdateSecretRequestCAS_FieldSubPath) AsConditionalStateSubPath() (secret.Secret_FieldPath, bool)
- func (fps *UpdateSecretRequestCAS_FieldSubPath) ClearValue(item *UpdateSecretRequest_CAS)
- func (fps *UpdateSecretRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateSecretRequestCAS_FieldSubPath) Get(source *UpdateSecretRequest_CAS) (values []interface{})
- func (fps *UpdateSecretRequestCAS_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateSecretRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateSecretRequestCAS_FieldSubPath) GetSingle(source *UpdateSecretRequest_CAS) (interface{}, bool)
- func (fps *UpdateSecretRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateSecretRequestCAS_FieldSubPath) IsLeaf() bool
- func (fps *UpdateSecretRequestCAS_FieldSubPath) JSONString() string
- func (fps *UpdateSecretRequestCAS_FieldSubPath) Selector() UpdateSecretRequestCAS_FieldPathSelector
- func (fps *UpdateSecretRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *UpdateSecretRequestCAS_FieldSubPath) String() string
- func (fps *UpdateSecretRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateSecretRequestCAS_FieldPathArrayItemValue
- func (fps *UpdateSecretRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateSecretRequestCAS_FieldPathArrayOfValues
- func (fps *UpdateSecretRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateSecretRequestCAS_FieldPathValue
- func (fps *UpdateSecretRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateSecretRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateSecretRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateSecretRequestCAS_FieldSubPathArrayItemValue
- func (fpaivs *UpdateSecretRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateSecretRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateSecretRequest_CAS) bool
- func (fpaivs *UpdateSecretRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateSecretRequestCAS_FieldSubPathArrayOfValues
- type UpdateSecretRequestCAS_FieldSubPathValue
- func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (secret.Secret_FieldPathValue, bool)
- func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) CompareWith(source *UpdateSecretRequest_CAS) (int, bool)
- func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) SetTo(target **UpdateSecretRequest_CAS)
- func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateSecretRequestCAS_FieldTerminalPath
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) ClearValue(item *UpdateSecretRequest_CAS)
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) Get(source *UpdateSecretRequest_CAS) (values []interface{})
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetSingle(source *UpdateSecretRequest_CAS) (interface{}, bool)
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) JSONString() string
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) Selector() UpdateSecretRequestCAS_FieldPathSelector
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) String() string
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateSecretRequestCAS_FieldPathArrayItemValue
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateSecretRequestCAS_FieldPathArrayOfValues
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateSecretRequestCAS_FieldPathValue
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateSecretRequest_CAS) bool
- func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateSecretRequest_CAS) (interface{}, bool)
- func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*secret.Secret, bool)
- func (fpaov *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
- func (fpaov *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateSecretRequestCAS_FieldTerminalPathValue
- func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*secret.Secret, bool)
- func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
- func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateSecretRequest_CAS) (int, bool)
- func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateSecretRequest_CAS)
- func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateSecretRequestFieldPathBuilder
- type UpdateSecretRequestMapPathSelectorCasConditionalStateData
- func (s UpdateSecretRequestMapPathSelectorCasConditionalStateData) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestMapPathSelectorCasConditionalStateData) WithArrayOfValues(values []string) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestMapPathSelectorCasConditionalStateData) WithValue(value string) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestMapPathSelectorSecretData
- func (s UpdateSecretRequestMapPathSelectorSecretData) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestMapPathSelectorSecretData) WithArrayOfValues(values []string) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestMapPathSelectorSecretData) WithValue(value string) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorCas
- func (UpdateSecretRequestPathSelectorCas) ConditionalState() UpdateSecretRequestPathSelectorCasConditionalState
- func (UpdateSecretRequestPathSelectorCas) FieldMask() UpdateSecretRequestPathSelectorCasFieldMask
- func (UpdateSecretRequestPathSelectorCas) FieldPath() *UpdateSecretRequest_FieldTerminalPath
- func (s UpdateSecretRequestPathSelectorCas) WithArrayOfValues(values []*UpdateSecretRequest_CAS) *UpdateSecretRequest_FieldTerminalPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateSecretRequestCAS_FieldPathArrayItemValue) *UpdateSecretRequest_FieldSubPathArrayItemValue
- func (s UpdateSecretRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateSecretRequestCAS_FieldPathArrayOfValues) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (UpdateSecretRequestPathSelectorCas) WithSubPath(subPath UpdateSecretRequestCAS_FieldPath) *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorCas) WithSubValue(subPathValue UpdateSecretRequestCAS_FieldPathValue) *UpdateSecretRequest_FieldSubPathValue
- func (s UpdateSecretRequestPathSelectorCas) WithValue(value *UpdateSecretRequest_CAS) *UpdateSecretRequest_FieldTerminalPathValue
- type UpdateSecretRequestPathSelectorCasConditionalState
- func (UpdateSecretRequestPathSelectorCasConditionalState) Data() UpdateSecretRequestPathSelectorCasConditionalStateData
- func (UpdateSecretRequestPathSelectorCasConditionalState) EncData() UpdateSecretRequestPathSelectorCasConditionalStateEncData
- func (UpdateSecretRequestPathSelectorCasConditionalState) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (UpdateSecretRequestPathSelectorCasConditionalState) Name() UpdateSecretRequestPathSelectorCasConditionalStateName
- func (s UpdateSecretRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*secret.Secret) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorCasConditionalState) WithValue(value *secret.Secret) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorCasConditionalStateData
- func (UpdateSecretRequestPathSelectorCasConditionalStateData) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorCasConditionalStateData) WithArrayOfValues(values []map[string]string) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (UpdateSecretRequestPathSelectorCasConditionalStateData) WithKey(key string) UpdateSecretRequestMapPathSelectorCasConditionalStateData
- func (s UpdateSecretRequestPathSelectorCasConditionalStateData) WithValue(value map[string]string) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorCasConditionalStateEncData
- func (UpdateSecretRequestPathSelectorCasConditionalStateEncData) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorCasConditionalStateEncData) WithArrayOfValues(values [][]byte) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorCasConditionalStateEncData) WithValue(value []byte) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorCasConditionalStateName
- func (UpdateSecretRequestPathSelectorCasConditionalStateName) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*secret.Name) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorCasConditionalStateName) WithValue(value *secret.Name) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorCasFieldMask
- func (UpdateSecretRequestPathSelectorCasFieldMask) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorCasFieldMask) WithValue(value *secret.Secret_FieldMask) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorSecret
- func (UpdateSecretRequestPathSelectorSecret) Data() UpdateSecretRequestPathSelectorSecretData
- func (UpdateSecretRequestPathSelectorSecret) EncData() UpdateSecretRequestPathSelectorSecretEncData
- func (UpdateSecretRequestPathSelectorSecret) FieldPath() *UpdateSecretRequest_FieldTerminalPath
- func (UpdateSecretRequestPathSelectorSecret) Name() UpdateSecretRequestPathSelectorSecretName
- func (s UpdateSecretRequestPathSelectorSecret) WithArrayOfValues(values []*secret.Secret) *UpdateSecretRequest_FieldTerminalPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorSecret) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *UpdateSecretRequest_FieldSubPathArrayItemValue
- func (s UpdateSecretRequestPathSelectorSecret) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (UpdateSecretRequestPathSelectorSecret) WithSubPath(subPath secret.Secret_FieldPath) *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorSecret) WithSubValue(subPathValue secret.Secret_FieldPathValue) *UpdateSecretRequest_FieldSubPathValue
- func (s UpdateSecretRequestPathSelectorSecret) WithValue(value *secret.Secret) *UpdateSecretRequest_FieldTerminalPathValue
- type UpdateSecretRequestPathSelectorSecretData
- func (UpdateSecretRequestPathSelectorSecretData) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorSecretData) WithArrayOfValues(values []map[string]string) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (UpdateSecretRequestPathSelectorSecretData) WithKey(key string) UpdateSecretRequestMapPathSelectorSecretData
- func (s UpdateSecretRequestPathSelectorSecretData) WithValue(value map[string]string) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorSecretEncData
- func (UpdateSecretRequestPathSelectorSecretEncData) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorSecretEncData) WithArrayOfValues(values [][]byte) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorSecretEncData) WithValue(value []byte) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorSecretName
- func (UpdateSecretRequestPathSelectorSecretName) FieldPath() *UpdateSecretRequest_FieldSubPath
- func (s UpdateSecretRequestPathSelectorSecretName) WithArrayOfValues(values []*secret.Name) *UpdateSecretRequest_FieldSubPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorSecretName) WithValue(value *secret.Name) *UpdateSecretRequest_FieldSubPathValue
- type UpdateSecretRequestPathSelectorUpdateMask
- func (UpdateSecretRequestPathSelectorUpdateMask) FieldPath() *UpdateSecretRequest_FieldTerminalPath
- func (s UpdateSecretRequestPathSelectorUpdateMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *UpdateSecretRequest_FieldTerminalPathArrayOfValues
- func (s UpdateSecretRequestPathSelectorUpdateMask) WithValue(value *secret.Secret_FieldMask) *UpdateSecretRequest_FieldTerminalPathValue
- type UpdateSecretRequest_CAS
- func (o *UpdateSecretRequest_CAS) Clone() *UpdateSecretRequest_CAS
- func (o *UpdateSecretRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateSecretRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateSecretRequest_CAS) GetConditionalState() *secret.Secret
- func (m *UpdateSecretRequest_CAS) GetFieldMask() *secret.Secret_FieldMask
- func (*UpdateSecretRequest_CAS) GotenMessage()
- func (o *UpdateSecretRequest_CAS) GotenObjectExt()
- func (obj *UpdateSecretRequest_CAS) GotenValidate() error
- func (o *UpdateSecretRequest_CAS) MakeDiffFieldMask(other *UpdateSecretRequest_CAS) *UpdateSecretRequest_CAS_FieldMask
- func (o *UpdateSecretRequest_CAS) MakeFullFieldMask() *UpdateSecretRequest_CAS_FieldMask
- func (o *UpdateSecretRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateSecretRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateSecretRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateSecretRequest_CAS) MarshalJSON() ([]byte, error)
- func (o *UpdateSecretRequest_CAS) Merge(source *UpdateSecretRequest_CAS)
- func (o *UpdateSecretRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateSecretRequest_CAS) ProtoMessage()
- func (m *UpdateSecretRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateSecretRequest_CAS) Reset()
- func (m *UpdateSecretRequest_CAS) SetConditionalState(fv *secret.Secret)
- func (m *UpdateSecretRequest_CAS) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *UpdateSecretRequest_CAS) String() string
- func (m *UpdateSecretRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateSecretRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdateSecretRequest_CASMapPathSelectorConditionalStateData
- func (s UpdateSecretRequest_CASMapPathSelectorConditionalStateData) FieldPath() *UpdateSecretRequestCAS_FieldSubPath
- func (s UpdateSecretRequest_CASMapPathSelectorConditionalStateData) WithArrayOfValues(values []string) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateSecretRequest_CASMapPathSelectorConditionalStateData) WithValue(value string) *UpdateSecretRequestCAS_FieldSubPathValue
- type UpdateSecretRequest_CASPathSelectorConditionalState
- func (UpdateSecretRequest_CASPathSelectorConditionalState) Data() UpdateSecretRequest_CASPathSelectorConditionalStateData
- func (UpdateSecretRequest_CASPathSelectorConditionalState) EncData() UpdateSecretRequest_CASPathSelectorConditionalStateEncData
- func (UpdateSecretRequest_CASPathSelectorConditionalState) FieldPath() *UpdateSecretRequestCAS_FieldTerminalPath
- func (UpdateSecretRequest_CASPathSelectorConditionalState) Name() UpdateSecretRequest_CASPathSelectorConditionalStateName
- func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*secret.Secret) *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *UpdateSecretRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
- func (UpdateSecretRequest_CASPathSelectorConditionalState) WithSubPath(subPath secret.Secret_FieldPath) *UpdateSecretRequestCAS_FieldSubPath
- func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue secret.Secret_FieldPathValue) *UpdateSecretRequestCAS_FieldSubPathValue
- func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithValue(value *secret.Secret) *UpdateSecretRequestCAS_FieldTerminalPathValue
- type UpdateSecretRequest_CASPathSelectorConditionalStateData
- func (UpdateSecretRequest_CASPathSelectorConditionalStateData) FieldPath() *UpdateSecretRequestCAS_FieldSubPath
- func (s UpdateSecretRequest_CASPathSelectorConditionalStateData) WithArrayOfValues(values []map[string]string) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
- func (UpdateSecretRequest_CASPathSelectorConditionalStateData) WithKey(key string) UpdateSecretRequest_CASMapPathSelectorConditionalStateData
- func (s UpdateSecretRequest_CASPathSelectorConditionalStateData) WithValue(value map[string]string) *UpdateSecretRequestCAS_FieldSubPathValue
- type UpdateSecretRequest_CASPathSelectorConditionalStateEncData
- func (UpdateSecretRequest_CASPathSelectorConditionalStateEncData) FieldPath() *UpdateSecretRequestCAS_FieldSubPath
- func (s UpdateSecretRequest_CASPathSelectorConditionalStateEncData) WithArrayOfValues(values [][]byte) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateSecretRequest_CASPathSelectorConditionalStateEncData) WithValue(value []byte) *UpdateSecretRequestCAS_FieldSubPathValue
- type UpdateSecretRequest_CASPathSelectorConditionalStateName
- func (UpdateSecretRequest_CASPathSelectorConditionalStateName) FieldPath() *UpdateSecretRequestCAS_FieldSubPath
- func (s UpdateSecretRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*secret.Name) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateSecretRequest_CASPathSelectorConditionalStateName) WithValue(value *secret.Name) *UpdateSecretRequestCAS_FieldSubPathValue
- type UpdateSecretRequest_CASPathSelectorFieldMask
- func (UpdateSecretRequest_CASPathSelectorFieldMask) FieldPath() *UpdateSecretRequestCAS_FieldTerminalPath
- func (s UpdateSecretRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateSecretRequest_CASPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *UpdateSecretRequestCAS_FieldTerminalPathValue
- type UpdateSecretRequest_CAS_FieldMask
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) AppendPath(path UpdateSecretRequestCAS_FieldPath)
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) FilterInputFields() *UpdateSecretRequest_CAS_FieldMask
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) GetPaths() []UpdateSecretRequestCAS_FieldPath
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) IsFull() bool
- func (fieldMask UpdateSecretRequest_CAS_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateSecretRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) PathsCount() int
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Project(source *UpdateSecretRequest_CAS) *UpdateSecretRequest_CAS
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ProtoMessage()
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Reset()
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Set(target, source *UpdateSecretRequest_CAS)
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Size() int
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) String() string
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Subtract(other *UpdateSecretRequest_CAS_FieldMask) *UpdateSecretRequest_CAS_FieldMask
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateSecretRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateSecretRequest_FieldMask
- func (fieldMask *UpdateSecretRequest_FieldMask) AppendPath(path UpdateSecretRequest_FieldPath)
- func (fieldMask *UpdateSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateSecretRequest_FieldMask) FilterInputFields() *UpdateSecretRequest_FieldMask
- func (fieldMask *UpdateSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateSecretRequest_FieldMask) GetPaths() []UpdateSecretRequest_FieldPath
- func (fieldMask *UpdateSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateSecretRequest_FieldMask) IsFull() bool
- func (fieldMask UpdateSecretRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateSecretRequest_FieldMask) PathsCount() int
- func (fieldMask *UpdateSecretRequest_FieldMask) Project(source *UpdateSecretRequest) *UpdateSecretRequest
- func (fieldMask *UpdateSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateSecretRequest_FieldMask) ProtoMessage()
- func (fieldMask *UpdateSecretRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateSecretRequest_FieldMask) Reset()
- func (fieldMask *UpdateSecretRequest_FieldMask) Set(target, source *UpdateSecretRequest)
- func (fieldMask *UpdateSecretRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateSecretRequest_FieldMask) Size() int
- func (fieldMask *UpdateSecretRequest_FieldMask) String() string
- func (fieldMask *UpdateSecretRequest_FieldMask) Subtract(other *UpdateSecretRequest_FieldMask) *UpdateSecretRequest_FieldMask
- func (fieldMask *UpdateSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateSecretRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateSecretRequest_FieldPath
- type UpdateSecretRequest_FieldPathArrayItemValue
- type UpdateSecretRequest_FieldPathArrayOfValues
- type UpdateSecretRequest_FieldPathSelector
- type UpdateSecretRequest_FieldPathValue
- type UpdateSecretRequest_FieldSubPath
- func (fps *UpdateSecretRequest_FieldSubPath) AsCasSubPath() (UpdateSecretRequestCAS_FieldPath, bool)
- func (fps *UpdateSecretRequest_FieldSubPath) AsSecretSubPath() (secret.Secret_FieldPath, bool)
- func (fps *UpdateSecretRequest_FieldSubPath) ClearValue(item *UpdateSecretRequest)
- func (fps *UpdateSecretRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateSecretRequest_FieldSubPath) Get(source *UpdateSecretRequest) (values []interface{})
- func (fps *UpdateSecretRequest_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateSecretRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateSecretRequest_FieldSubPath) GetSingle(source *UpdateSecretRequest) (interface{}, bool)
- func (fps *UpdateSecretRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateSecretRequest_FieldSubPath) IsLeaf() bool
- func (fps *UpdateSecretRequest_FieldSubPath) JSONString() string
- func (fps *UpdateSecretRequest_FieldSubPath) Selector() UpdateSecretRequest_FieldPathSelector
- func (fps *UpdateSecretRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *UpdateSecretRequest_FieldSubPath) String() string
- func (fps *UpdateSecretRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateSecretRequest_FieldPathArrayItemValue
- func (fps *UpdateSecretRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateSecretRequest_FieldPathArrayOfValues
- func (fps *UpdateSecretRequest_FieldSubPath) WithIValue(value interface{}) UpdateSecretRequest_FieldPathValue
- func (fps *UpdateSecretRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateSecretRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateSecretRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateSecretRequest_FieldSubPathArrayItemValue
- func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateSecretRequestCAS_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) AsSecretPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateSecretRequest) bool
- func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateSecretRequest_FieldSubPathArrayOfValues
- func (fpsaov *UpdateSecretRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateSecretRequestCAS_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateSecretRequest_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues() (secret.Secret_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateSecretRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type UpdateSecretRequest_FieldSubPathValue
- func (fpvs *UpdateSecretRequest_FieldSubPathValue) AsCasPathValue() (UpdateSecretRequestCAS_FieldPathValue, bool)
- func (fpvs *UpdateSecretRequest_FieldSubPathValue) AsSecretPathValue() (secret.Secret_FieldPathValue, bool)
- func (fpvs *UpdateSecretRequest_FieldSubPathValue) CompareWith(source *UpdateSecretRequest) (int, bool)
- func (fpvs *UpdateSecretRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateSecretRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateSecretRequest_FieldSubPathValue) SetTo(target **UpdateSecretRequest)
- func (fpvs *UpdateSecretRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateSecretRequest_FieldTerminalPath
- func (fp *UpdateSecretRequest_FieldTerminalPath) ClearValue(item *UpdateSecretRequest)
- func (fp *UpdateSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateSecretRequest_FieldTerminalPath) Get(source *UpdateSecretRequest) (values []interface{})
- func (fp *UpdateSecretRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateSecretRequest_FieldTerminalPath) GetSingle(source *UpdateSecretRequest) (interface{}, bool)
- func (fp *UpdateSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateSecretRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateSecretRequest_FieldTerminalPath) JSONString() string
- func (fp *UpdateSecretRequest_FieldTerminalPath) Selector() UpdateSecretRequest_FieldPathSelector
- func (fp *UpdateSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *UpdateSecretRequest_FieldTerminalPath) String() string
- func (fp *UpdateSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateSecretRequest_FieldPathArrayItemValue
- func (fp *UpdateSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateSecretRequest_FieldPathArrayOfValues
- func (fp *UpdateSecretRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateSecretRequest_FieldPathValue
- func (fp *UpdateSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateSecretRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateSecretRequest) bool
- func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateSecretRequest) (interface{}, bool)
- func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateSecretRequest_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateSecretRequest_CAS, bool)
- func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]*secret.Secret, bool)
- func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
- func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateSecretRequest_FieldTerminalPathValue
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) AsCasValue() (*UpdateSecretRequest_CAS, bool)
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) AsSecretValue() (*secret.Secret, bool)
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*secret.Secret_FieldMask, bool)
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) CompareWith(source *UpdateSecretRequest) (int, bool)
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) SetTo(target **UpdateSecretRequest)
- func (fpv *UpdateSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchSecretClientStream
- type WatchSecretDescriptor
- func (d *WatchSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchSecretDescriptor) GetApiName() string
- func (d *WatchSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretDescriptor) GetFullMethodName() string
- func (d *WatchSecretDescriptor) GetMethodName() string
- func (d *WatchSecretDescriptor) GetProtoPkgName() string
- func (d *WatchSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretDescriptor) GetServiceDomain() string
- func (d *WatchSecretDescriptor) GetServiceVersion() string
- func (d *WatchSecretDescriptor) GetVerb() string
- func (d *WatchSecretDescriptor) HasResource() bool
- func (d *WatchSecretDescriptor) IsClientStream() bool
- func (d *WatchSecretDescriptor) IsCollection() bool
- func (d *WatchSecretDescriptor) IsPlural() bool
- func (d *WatchSecretDescriptor) IsServerStream() bool
- func (d *WatchSecretDescriptor) IsUnary() bool
- func (d *WatchSecretDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchSecretDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchSecretDescriptor) RequestHasResourceBody() bool
- type WatchSecretDescriptorClientMsgHandle
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretDescriptorServerMsgHandle
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretRequest
- func (o *WatchSecretRequest) Clone() *WatchSecretRequest
- func (o *WatchSecretRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchSecretRequest) Descriptor() ([]byte, []int)
- func (m *WatchSecretRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *WatchSecretRequest) GetName() *secret.Reference
- func (m *WatchSecretRequest) GetView() view.View
- func (*WatchSecretRequest) GotenMessage()
- func (o *WatchSecretRequest) GotenObjectExt()
- func (obj *WatchSecretRequest) GotenValidate() error
- func (o *WatchSecretRequest) MakeDiffFieldMask(other *WatchSecretRequest) *WatchSecretRequest_FieldMask
- func (o *WatchSecretRequest) MakeFullFieldMask() *WatchSecretRequest_FieldMask
- func (o *WatchSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchSecretRequest) Marshal() ([]byte, error)
- func (m *WatchSecretRequest) MarshalJSON() ([]byte, error)
- func (o *WatchSecretRequest) Merge(source *WatchSecretRequest)
- func (o *WatchSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchSecretRequest) ProtoMessage()
- func (m *WatchSecretRequest) ProtoReflect() preflect.Message
- func (m *WatchSecretRequest) Reset()
- func (m *WatchSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *WatchSecretRequest) SetName(fv *secret.Reference)
- func (m *WatchSecretRequest) SetView(fv view.View)
- func (m *WatchSecretRequest) String() string
- func (m *WatchSecretRequest) Unmarshal(b []byte) error
- func (m *WatchSecretRequest) UnmarshalJSON(data []byte) error
- type WatchSecretRequestFieldPathBuilder
- type WatchSecretRequestPathSelectorFieldMask
- func (WatchSecretRequestPathSelectorFieldMask) FieldPath() *WatchSecretRequest_FieldTerminalPath
- func (s WatchSecretRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *WatchSecretRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *WatchSecretRequest_FieldTerminalPathValue
- type WatchSecretRequestPathSelectorName
- func (WatchSecretRequestPathSelectorName) FieldPath() *WatchSecretRequest_FieldTerminalPath
- func (s WatchSecretRequestPathSelectorName) WithArrayOfValues(values []*secret.Reference) *WatchSecretRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretRequestPathSelectorName) WithValue(value *secret.Reference) *WatchSecretRequest_FieldTerminalPathValue
- type WatchSecretRequestPathSelectorView
- func (WatchSecretRequestPathSelectorView) FieldPath() *WatchSecretRequest_FieldTerminalPath
- func (s WatchSecretRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchSecretRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretRequestPathSelectorView) WithValue(value view.View) *WatchSecretRequest_FieldTerminalPathValue
- type WatchSecretRequest_FieldMask
- func (fieldMask *WatchSecretRequest_FieldMask) AppendPath(path WatchSecretRequest_FieldPath)
- func (fieldMask *WatchSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchSecretRequest_FieldMask) FilterInputFields() *WatchSecretRequest_FieldMask
- func (fieldMask *WatchSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchSecretRequest_FieldMask) GetPaths() []WatchSecretRequest_FieldPath
- func (fieldMask *WatchSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchSecretRequest_FieldMask) IsFull() bool
- func (fieldMask WatchSecretRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchSecretRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchSecretRequest_FieldMask) Project(source *WatchSecretRequest) *WatchSecretRequest
- func (fieldMask *WatchSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchSecretRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchSecretRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchSecretRequest_FieldMask) Reset()
- func (fieldMask *WatchSecretRequest_FieldMask) Set(target, source *WatchSecretRequest)
- func (fieldMask *WatchSecretRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchSecretRequest_FieldMask) Size() int
- func (fieldMask *WatchSecretRequest_FieldMask) String() string
- func (fieldMask *WatchSecretRequest_FieldMask) Subtract(other *WatchSecretRequest_FieldMask) *WatchSecretRequest_FieldMask
- func (fieldMask *WatchSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchSecretRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchSecretRequest_FieldPath
- type WatchSecretRequest_FieldPathArrayItemValue
- type WatchSecretRequest_FieldPathArrayOfValues
- type WatchSecretRequest_FieldPathSelector
- type WatchSecretRequest_FieldPathValue
- type WatchSecretRequest_FieldTerminalPath
- func (fp *WatchSecretRequest_FieldTerminalPath) ClearValue(item *WatchSecretRequest)
- func (fp *WatchSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchSecretRequest_FieldTerminalPath) Get(source *WatchSecretRequest) (values []interface{})
- func (fp *WatchSecretRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchSecretRequest_FieldTerminalPath) GetSingle(source *WatchSecretRequest) (interface{}, bool)
- func (fp *WatchSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchSecretRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchSecretRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchSecretRequest_FieldTerminalPath) Selector() WatchSecretRequest_FieldPathSelector
- func (fp *WatchSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchSecretRequest_FieldTerminalPath) String() string
- func (fp *WatchSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretRequest_FieldPathArrayItemValue
- func (fp *WatchSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretRequest_FieldPathArrayOfValues
- func (fp *WatchSecretRequest_FieldTerminalPath) WithIValue(value interface{}) WatchSecretRequest_FieldPathValue
- func (fp *WatchSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchSecretRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretRequest) bool
- func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretRequest) (interface{}, bool)
- func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchSecretRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
- func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*secret.Reference, bool)
- func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchSecretRequest_FieldTerminalPathValue
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) AsNameValue() (*secret.Reference, bool)
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) CompareWith(source *WatchSecretRequest) (int, bool)
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) SetTo(target **WatchSecretRequest)
- func (fpv *WatchSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchSecretResponse
- func (o *WatchSecretResponse) Clone() *WatchSecretResponse
- func (o *WatchSecretResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchSecretResponse) Descriptor() ([]byte, []int)
- func (m *WatchSecretResponse) GetChange() *secret.SecretChange
- func (*WatchSecretResponse) GotenMessage()
- func (o *WatchSecretResponse) GotenObjectExt()
- func (obj *WatchSecretResponse) GotenValidate() error
- func (o *WatchSecretResponse) MakeDiffFieldMask(other *WatchSecretResponse) *WatchSecretResponse_FieldMask
- func (o *WatchSecretResponse) MakeFullFieldMask() *WatchSecretResponse_FieldMask
- func (o *WatchSecretResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchSecretResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchSecretResponse) Marshal() ([]byte, error)
- func (m *WatchSecretResponse) MarshalJSON() ([]byte, error)
- func (o *WatchSecretResponse) Merge(source *WatchSecretResponse)
- func (o *WatchSecretResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchSecretResponse) ProtoMessage()
- func (m *WatchSecretResponse) ProtoReflect() preflect.Message
- func (m *WatchSecretResponse) Reset()
- func (m *WatchSecretResponse) SetChange(fv *secret.SecretChange)
- func (m *WatchSecretResponse) String() string
- func (m *WatchSecretResponse) Unmarshal(b []byte) error
- func (m *WatchSecretResponse) UnmarshalJSON(data []byte) error
- type WatchSecretResponseFieldPathBuilder
- type WatchSecretResponsePathSelectorChange
- func (WatchSecretResponsePathSelectorChange) FieldPath() *WatchSecretResponse_FieldTerminalPath
- func (s WatchSecretResponsePathSelectorChange) WithArrayOfValues(values []*secret.SecretChange) *WatchSecretResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretResponsePathSelectorChange) WithValue(value *secret.SecretChange) *WatchSecretResponse_FieldTerminalPathValue
- type WatchSecretResponse_FieldMask
- func (fieldMask *WatchSecretResponse_FieldMask) AppendPath(path WatchSecretResponse_FieldPath)
- func (fieldMask *WatchSecretResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchSecretResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchSecretResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchSecretResponse_FieldMask) FilterInputFields() *WatchSecretResponse_FieldMask
- func (fieldMask *WatchSecretResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchSecretResponse_FieldMask) GetPaths() []WatchSecretResponse_FieldPath
- func (fieldMask *WatchSecretResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchSecretResponse_FieldMask) IsFull() bool
- func (fieldMask WatchSecretResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchSecretResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchSecretResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchSecretResponse_FieldMask) Project(source *WatchSecretResponse) *WatchSecretResponse
- func (fieldMask *WatchSecretResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchSecretResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchSecretResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchSecretResponse_FieldMask) Reset()
- func (fieldMask *WatchSecretResponse_FieldMask) Set(target, source *WatchSecretResponse)
- func (fieldMask *WatchSecretResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchSecretResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchSecretResponse_FieldMask) Size() int
- func (fieldMask *WatchSecretResponse_FieldMask) String() string
- func (fieldMask *WatchSecretResponse_FieldMask) Subtract(other *WatchSecretResponse_FieldMask) *WatchSecretResponse_FieldMask
- func (fieldMask *WatchSecretResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchSecretResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchSecretResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchSecretResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchSecretResponse_FieldPath
- type WatchSecretResponse_FieldPathArrayItemValue
- type WatchSecretResponse_FieldPathArrayOfValues
- type WatchSecretResponse_FieldPathSelector
- type WatchSecretResponse_FieldPathValue
- type WatchSecretResponse_FieldTerminalPath
- func (fp *WatchSecretResponse_FieldTerminalPath) ClearValue(item *WatchSecretResponse)
- func (fp *WatchSecretResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchSecretResponse_FieldTerminalPath) Get(source *WatchSecretResponse) (values []interface{})
- func (fp *WatchSecretResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchSecretResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchSecretResponse_FieldTerminalPath) GetSingle(source *WatchSecretResponse) (interface{}, bool)
- func (fp *WatchSecretResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchSecretResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchSecretResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchSecretResponse_FieldTerminalPath) Selector() WatchSecretResponse_FieldPathSelector
- func (fp *WatchSecretResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchSecretResponse_FieldTerminalPath) String() string
- func (fp *WatchSecretResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretResponse_FieldPathArrayItemValue
- func (fp *WatchSecretResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretResponse_FieldPathArrayOfValues
- func (fp *WatchSecretResponse_FieldTerminalPath) WithIValue(value interface{}) WatchSecretResponse_FieldPathValue
- func (fp *WatchSecretResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchSecretResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchSecretResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchSecretResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretResponse) bool
- func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretResponse) (interface{}, bool)
- func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchSecretResponse_FieldTerminalPathArrayOfValues
- type WatchSecretResponse_FieldTerminalPathValue
- func (fpv *WatchSecretResponse_FieldTerminalPathValue) AsChangeValue() (*secret.SecretChange, bool)
- func (fpv *WatchSecretResponse_FieldTerminalPathValue) CompareWith(source *WatchSecretResponse) (int, bool)
- func (fpv *WatchSecretResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchSecretResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchSecretResponse_FieldTerminalPathValue) SetTo(target **WatchSecretResponse)
- func (fpv *WatchSecretResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchSecretsClientStream
- type WatchSecretsDescriptor
- func (d *WatchSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchSecretsDescriptor) GetApiName() string
- func (d *WatchSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretsDescriptor) GetFullMethodName() string
- func (d *WatchSecretsDescriptor) GetMethodName() string
- func (d *WatchSecretsDescriptor) GetProtoPkgName() string
- func (d *WatchSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchSecretsDescriptor) GetServiceDomain() string
- func (d *WatchSecretsDescriptor) GetServiceVersion() string
- func (d *WatchSecretsDescriptor) GetVerb() string
- func (d *WatchSecretsDescriptor) HasResource() bool
- func (d *WatchSecretsDescriptor) IsClientStream() bool
- func (d *WatchSecretsDescriptor) IsCollection() bool
- func (d *WatchSecretsDescriptor) IsPlural() bool
- func (d *WatchSecretsDescriptor) IsServerStream() bool
- func (d *WatchSecretsDescriptor) IsUnary() bool
- func (d *WatchSecretsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchSecretsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchSecretsDescriptor) RequestHasResourceBody() bool
- type WatchSecretsDescriptorClientMsgHandle
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretsDescriptorServerMsgHandle
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchSecretsRequest
- func (o *WatchSecretsRequest) Clone() *WatchSecretsRequest
- func (o *WatchSecretsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchSecretsRequest) Descriptor() ([]byte, []int)
- func (m *WatchSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
- func (m *WatchSecretsRequest) GetFilter() *secret.Filter
- func (m *WatchSecretsRequest) GetMaxChunkSize() int32
- func (m *WatchSecretsRequest) GetOrderBy() *secret.OrderBy
- func (m *WatchSecretsRequest) GetPageSize() int32
- func (m *WatchSecretsRequest) GetPageToken() *secret.PagerCursor
- func (m *WatchSecretsRequest) GetParent() *secret.ParentReference
- func (m *WatchSecretsRequest) GetResumeToken() string
- func (m *WatchSecretsRequest) GetType() watch_type.WatchType
- func (m *WatchSecretsRequest) GetView() view.View
- func (*WatchSecretsRequest) GotenMessage()
- func (o *WatchSecretsRequest) GotenObjectExt()
- func (obj *WatchSecretsRequest) GotenValidate() error
- func (o *WatchSecretsRequest) MakeDiffFieldMask(other *WatchSecretsRequest) *WatchSecretsRequest_FieldMask
- func (o *WatchSecretsRequest) MakeFullFieldMask() *WatchSecretsRequest_FieldMask
- func (o *WatchSecretsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchSecretsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchSecretsRequest) Marshal() ([]byte, error)
- func (m *WatchSecretsRequest) MarshalJSON() ([]byte, error)
- func (o *WatchSecretsRequest) Merge(source *WatchSecretsRequest)
- func (o *WatchSecretsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchSecretsRequest) ProtoMessage()
- func (m *WatchSecretsRequest) ProtoReflect() preflect.Message
- func (m *WatchSecretsRequest) Reset()
- func (m *WatchSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
- func (m *WatchSecretsRequest) SetFilter(fv *secret.Filter)
- func (m *WatchSecretsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchSecretsRequest) SetOrderBy(fv *secret.OrderBy)
- func (m *WatchSecretsRequest) SetPageSize(fv int32)
- func (m *WatchSecretsRequest) SetPageToken(fv *secret.PagerCursor)
- func (m *WatchSecretsRequest) SetParent(fv *secret.ParentReference)
- func (m *WatchSecretsRequest) SetResumeToken(fv string)
- func (m *WatchSecretsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchSecretsRequest) SetView(fv view.View)
- func (m *WatchSecretsRequest) String() string
- func (m *WatchSecretsRequest) Unmarshal(b []byte) error
- func (m *WatchSecretsRequest) UnmarshalJSON(data []byte) error
- type WatchSecretsRequestFieldPathBuilder
- func (WatchSecretsRequestFieldPathBuilder) FieldMask() WatchSecretsRequestPathSelectorFieldMask
- func (WatchSecretsRequestFieldPathBuilder) Filter() WatchSecretsRequestPathSelectorFilter
- func (WatchSecretsRequestFieldPathBuilder) MaxChunkSize() WatchSecretsRequestPathSelectorMaxChunkSize
- func (WatchSecretsRequestFieldPathBuilder) OrderBy() WatchSecretsRequestPathSelectorOrderBy
- func (WatchSecretsRequestFieldPathBuilder) PageSize() WatchSecretsRequestPathSelectorPageSize
- func (WatchSecretsRequestFieldPathBuilder) PageToken() WatchSecretsRequestPathSelectorPageToken
- func (WatchSecretsRequestFieldPathBuilder) Parent() WatchSecretsRequestPathSelectorParent
- func (WatchSecretsRequestFieldPathBuilder) ResumeToken() WatchSecretsRequestPathSelectorResumeToken
- func (WatchSecretsRequestFieldPathBuilder) Type() WatchSecretsRequestPathSelectorType
- func (WatchSecretsRequestFieldPathBuilder) View() WatchSecretsRequestPathSelectorView
- type WatchSecretsRequestPathSelectorFieldMask
- func (WatchSecretsRequestPathSelectorFieldMask) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorFilter
- func (WatchSecretsRequestPathSelectorFilter) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorFilter) WithArrayOfValues(values []*secret.Filter) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorFilter) WithValue(value *secret.Filter) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorMaxChunkSize
- func (WatchSecretsRequestPathSelectorMaxChunkSize) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorOrderBy
- func (WatchSecretsRequestPathSelectorOrderBy) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorOrderBy) WithArrayOfValues(values []*secret.OrderBy) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorOrderBy) WithValue(value *secret.OrderBy) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorPageSize
- func (WatchSecretsRequestPathSelectorPageSize) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorPageSize) WithValue(value int32) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorPageToken
- func (WatchSecretsRequestPathSelectorPageToken) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorParent
- func (WatchSecretsRequestPathSelectorParent) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorParent) WithArrayOfValues(values []*secret.ParentReference) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorParent) WithValue(value *secret.ParentReference) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorResumeToken
- func (WatchSecretsRequestPathSelectorResumeToken) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorResumeToken) WithValue(value string) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorType
- func (WatchSecretsRequestPathSelectorType) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequestPathSelectorView
- func (WatchSecretsRequestPathSelectorView) FieldPath() *WatchSecretsRequest_FieldTerminalPath
- func (s WatchSecretsRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (s WatchSecretsRequestPathSelectorView) WithValue(value view.View) *WatchSecretsRequest_FieldTerminalPathValue
- type WatchSecretsRequest_FieldMask
- func (fieldMask *WatchSecretsRequest_FieldMask) AppendPath(path WatchSecretsRequest_FieldPath)
- func (fieldMask *WatchSecretsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchSecretsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchSecretsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchSecretsRequest_FieldMask) FilterInputFields() *WatchSecretsRequest_FieldMask
- func (fieldMask *WatchSecretsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchSecretsRequest_FieldMask) GetPaths() []WatchSecretsRequest_FieldPath
- func (fieldMask *WatchSecretsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchSecretsRequest_FieldMask) IsFull() bool
- func (fieldMask WatchSecretsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchSecretsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchSecretsRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchSecretsRequest_FieldMask) Project(source *WatchSecretsRequest) *WatchSecretsRequest
- func (fieldMask *WatchSecretsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchSecretsRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchSecretsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchSecretsRequest_FieldMask) Reset()
- func (fieldMask *WatchSecretsRequest_FieldMask) Set(target, source *WatchSecretsRequest)
- func (fieldMask *WatchSecretsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchSecretsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchSecretsRequest_FieldMask) Size() int
- func (fieldMask *WatchSecretsRequest_FieldMask) String() string
- func (fieldMask *WatchSecretsRequest_FieldMask) Subtract(other *WatchSecretsRequest_FieldMask) *WatchSecretsRequest_FieldMask
- func (fieldMask *WatchSecretsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchSecretsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchSecretsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchSecretsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchSecretsRequest_FieldPath
- type WatchSecretsRequest_FieldPathArrayItemValue
- type WatchSecretsRequest_FieldPathArrayOfValues
- type WatchSecretsRequest_FieldPathSelector
- type WatchSecretsRequest_FieldPathValue
- type WatchSecretsRequest_FieldTerminalPath
- func (fp *WatchSecretsRequest_FieldTerminalPath) ClearValue(item *WatchSecretsRequest)
- func (fp *WatchSecretsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchSecretsRequest_FieldTerminalPath) Get(source *WatchSecretsRequest) (values []interface{})
- func (fp *WatchSecretsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchSecretsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchSecretsRequest_FieldTerminalPath) GetSingle(source *WatchSecretsRequest) (interface{}, bool)
- func (fp *WatchSecretsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchSecretsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchSecretsRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchSecretsRequest_FieldTerminalPath) Selector() WatchSecretsRequest_FieldPathSelector
- func (fp *WatchSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchSecretsRequest_FieldTerminalPath) String() string
- func (fp *WatchSecretsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretsRequest_FieldPathArrayItemValue
- func (fp *WatchSecretsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretsRequest_FieldPathArrayOfValues
- func (fp *WatchSecretsRequest_FieldTerminalPath) WithIValue(value interface{}) WatchSecretsRequest_FieldPathValue
- func (fp *WatchSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchSecretsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchSecretsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretsRequest) bool
- func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretsRequest) (interface{}, bool)
- func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchSecretsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*secret.Filter, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*secret.OrderBy, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*secret.ParentReference, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchSecretsRequest_FieldTerminalPathValue
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsFilterValue() (*secret.Filter, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsOrderByValue() (*secret.OrderBy, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsPageTokenValue() (*secret.PagerCursor, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsParentValue() (*secret.ParentReference, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) CompareWith(source *WatchSecretsRequest) (int, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) SetTo(target **WatchSecretsRequest)
- func (fpv *WatchSecretsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchSecretsResponse
- func (o *WatchSecretsResponse) Clone() *WatchSecretsResponse
- func (o *WatchSecretsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchSecretsResponse) Descriptor() ([]byte, []int)
- func (m *WatchSecretsResponse) GetIsCurrent() bool
- func (m *WatchSecretsResponse) GetIsHardReset() bool
- func (m *WatchSecretsResponse) GetIsSoftReset() bool
- func (m *WatchSecretsResponse) GetPageTokenChange() *WatchSecretsResponse_PageTokenChange
- func (m *WatchSecretsResponse) GetResumeToken() string
- func (m *WatchSecretsResponse) GetSecretChanges() []*secret.SecretChange
- func (m *WatchSecretsResponse) GetSnapshotSize() int64
- func (*WatchSecretsResponse) GotenMessage()
- func (o *WatchSecretsResponse) GotenObjectExt()
- func (obj *WatchSecretsResponse) GotenValidate() error
- func (o *WatchSecretsResponse) MakeDiffFieldMask(other *WatchSecretsResponse) *WatchSecretsResponse_FieldMask
- func (o *WatchSecretsResponse) MakeFullFieldMask() *WatchSecretsResponse_FieldMask
- func (o *WatchSecretsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchSecretsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchSecretsResponse) Marshal() ([]byte, error)
- func (m *WatchSecretsResponse) MarshalJSON() ([]byte, error)
- func (o *WatchSecretsResponse) Merge(source *WatchSecretsResponse)
- func (o *WatchSecretsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchSecretsResponse) ProtoMessage()
- func (m *WatchSecretsResponse) ProtoReflect() preflect.Message
- func (m *WatchSecretsResponse) Reset()
- func (m *WatchSecretsResponse) SetIsCurrent(fv bool)
- func (m *WatchSecretsResponse) SetIsHardReset(fv bool)
- func (m *WatchSecretsResponse) SetIsSoftReset(fv bool)
- func (m *WatchSecretsResponse) SetPageTokenChange(fv *WatchSecretsResponse_PageTokenChange)
- func (m *WatchSecretsResponse) SetResumeToken(fv string)
- func (m *WatchSecretsResponse) SetSecretChanges(fv []*secret.SecretChange)
- func (m *WatchSecretsResponse) SetSnapshotSize(fv int64)
- func (m *WatchSecretsResponse) String() string
- func (m *WatchSecretsResponse) Unmarshal(b []byte) error
- func (m *WatchSecretsResponse) UnmarshalJSON(data []byte) error
- type WatchSecretsResponseFieldPathBuilder
- func (WatchSecretsResponseFieldPathBuilder) IsCurrent() WatchSecretsResponsePathSelectorIsCurrent
- func (WatchSecretsResponseFieldPathBuilder) IsHardReset() WatchSecretsResponsePathSelectorIsHardReset
- func (WatchSecretsResponseFieldPathBuilder) IsSoftReset() WatchSecretsResponsePathSelectorIsSoftReset
- func (WatchSecretsResponseFieldPathBuilder) PageTokenChange() WatchSecretsResponsePathSelectorPageTokenChange
- func (WatchSecretsResponseFieldPathBuilder) ResumeToken() WatchSecretsResponsePathSelectorResumeToken
- func (WatchSecretsResponseFieldPathBuilder) SecretChanges() WatchSecretsResponsePathSelectorSecretChanges
- func (WatchSecretsResponseFieldPathBuilder) SnapshotSize() WatchSecretsResponsePathSelectorSnapshotSize
- type WatchSecretsResponsePageTokenChangeFieldPathBuilder
- type WatchSecretsResponsePageTokenChange_FieldPath
- func BuildWatchSecretsResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchSecretsResponsePageTokenChange_FieldPath, error)
- func MustParseWatchSecretsResponsePageTokenChange_FieldPath(rawField string) WatchSecretsResponsePageTokenChange_FieldPath
- func ParseWatchSecretsResponsePageTokenChange_FieldPath(rawField string) (WatchSecretsResponsePageTokenChange_FieldPath, error)
- type WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue
- func MustParseWatchSecretsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue
- func ParseWatchSecretsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue, error)
- type WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues
- func MustParseWatchSecretsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues
- func ParseWatchSecretsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues, error)
- type WatchSecretsResponsePageTokenChange_FieldPathSelector
- type WatchSecretsResponsePageTokenChange_FieldPathValue
- type WatchSecretsResponsePageTokenChange_FieldTerminalPath
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchSecretsResponse_PageTokenChange)
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) Get(source *WatchSecretsResponse_PageTokenChange) (values []interface{})
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchSecretsResponse_PageTokenChange) (interface{}, bool)
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) JSONString() string
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) Selector() WatchSecretsResponsePageTokenChange_FieldPathSelector
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) String() string
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchSecretsResponsePageTokenChange_FieldPathValue
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretsResponse_PageTokenChange) bool
- func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretsResponse_PageTokenChange) (interface{}, bool)
- func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (fpaov *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
- func (fpaov *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
- func (fpaov *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchSecretsResponsePageTokenChange_FieldTerminalPathValue
- func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*secret.PagerCursor, bool)
- func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*secret.PagerCursor, bool)
- func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchSecretsResponse_PageTokenChange) (int, bool)
- func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchSecretsResponse_PageTokenChange)
- func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchSecretsResponsePathSelectorIsCurrent
- func (WatchSecretsResponsePathSelectorIsCurrent) FieldPath() *WatchSecretsResponse_FieldTerminalPath
- func (s WatchSecretsResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorIsCurrent) WithValue(value bool) *WatchSecretsResponse_FieldTerminalPathValue
- type WatchSecretsResponsePathSelectorIsHardReset
- func (WatchSecretsResponsePathSelectorIsHardReset) FieldPath() *WatchSecretsResponse_FieldTerminalPath
- func (s WatchSecretsResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorIsHardReset) WithValue(value bool) *WatchSecretsResponse_FieldTerminalPathValue
- type WatchSecretsResponsePathSelectorIsSoftReset
- func (WatchSecretsResponsePathSelectorIsSoftReset) FieldPath() *WatchSecretsResponse_FieldTerminalPath
- func (s WatchSecretsResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchSecretsResponse_FieldTerminalPathValue
- type WatchSecretsResponsePathSelectorPageTokenChange
- func (WatchSecretsResponsePathSelectorPageTokenChange) FieldPath() *WatchSecretsResponse_FieldTerminalPath
- func (WatchSecretsResponsePathSelectorPageTokenChange) NextPageToken() WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchSecretsResponsePathSelectorPageTokenChange) PrevPageToken() WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken
- func (s WatchSecretsResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchSecretsResponse_PageTokenChange) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorPageTokenChange) WithSubArrayItemValue(...) *WatchSecretsResponse_FieldSubPathArrayItemValue
- func (s WatchSecretsResponsePathSelectorPageTokenChange) WithSubArrayOfValues(...) *WatchSecretsResponse_FieldSubPathArrayOfValues
- func (WatchSecretsResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchSecretsResponsePageTokenChange_FieldPath) *WatchSecretsResponse_FieldSubPath
- func (s WatchSecretsResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchSecretsResponsePageTokenChange_FieldPathValue) *WatchSecretsResponse_FieldSubPathValue
- func (s WatchSecretsResponsePathSelectorPageTokenChange) WithValue(value *WatchSecretsResponse_PageTokenChange) *WatchSecretsResponse_FieldTerminalPathValue
- type WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath() *WatchSecretsResponse_FieldSubPath
- func (s WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponse_FieldSubPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsResponse_FieldSubPathValue
- type WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken
- func (WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath() *WatchSecretsResponse_FieldSubPath
- func (s WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponse_FieldSubPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsResponse_FieldSubPathValue
- type WatchSecretsResponsePathSelectorResumeToken
- func (WatchSecretsResponsePathSelectorResumeToken) FieldPath() *WatchSecretsResponse_FieldTerminalPath
- func (s WatchSecretsResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorResumeToken) WithValue(value string) *WatchSecretsResponse_FieldTerminalPathValue
- type WatchSecretsResponsePathSelectorSecretChanges
- func (WatchSecretsResponsePathSelectorSecretChanges) FieldPath() *WatchSecretsResponse_FieldTerminalPath
- func (s WatchSecretsResponsePathSelectorSecretChanges) WithArrayOfValues(values [][]*secret.SecretChange) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorSecretChanges) WithItemValue(value *secret.SecretChange) *WatchSecretsResponse_FieldTerminalPathArrayItemValue
- func (s WatchSecretsResponsePathSelectorSecretChanges) WithValue(value []*secret.SecretChange) *WatchSecretsResponse_FieldTerminalPathValue
- type WatchSecretsResponsePathSelectorSnapshotSize
- func (WatchSecretsResponsePathSelectorSnapshotSize) FieldPath() *WatchSecretsResponse_FieldTerminalPath
- func (s WatchSecretsResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchSecretsResponse_FieldTerminalPathValue
- type WatchSecretsResponse_FieldMask
- func (fieldMask *WatchSecretsResponse_FieldMask) AppendPath(path WatchSecretsResponse_FieldPath)
- func (fieldMask *WatchSecretsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchSecretsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchSecretsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchSecretsResponse_FieldMask) FilterInputFields() *WatchSecretsResponse_FieldMask
- func (fieldMask *WatchSecretsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchSecretsResponse_FieldMask) GetPaths() []WatchSecretsResponse_FieldPath
- func (fieldMask *WatchSecretsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchSecretsResponse_FieldMask) IsFull() bool
- func (fieldMask WatchSecretsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchSecretsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchSecretsResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchSecretsResponse_FieldMask) Project(source *WatchSecretsResponse) *WatchSecretsResponse
- func (fieldMask *WatchSecretsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchSecretsResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchSecretsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchSecretsResponse_FieldMask) Reset()
- func (fieldMask *WatchSecretsResponse_FieldMask) Set(target, source *WatchSecretsResponse)
- func (fieldMask *WatchSecretsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchSecretsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchSecretsResponse_FieldMask) Size() int
- func (fieldMask *WatchSecretsResponse_FieldMask) String() string
- func (fieldMask *WatchSecretsResponse_FieldMask) Subtract(other *WatchSecretsResponse_FieldMask) *WatchSecretsResponse_FieldMask
- func (fieldMask *WatchSecretsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchSecretsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchSecretsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchSecretsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchSecretsResponse_FieldPath
- func BuildWatchSecretsResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchSecretsResponse_FieldPath, error)
- func MustParseWatchSecretsResponse_FieldPath(rawField string) WatchSecretsResponse_FieldPath
- func ParseWatchSecretsResponse_FieldPath(rawField string) (WatchSecretsResponse_FieldPath, error)
- type WatchSecretsResponse_FieldPathArrayItemValue
- type WatchSecretsResponse_FieldPathArrayOfValues
- type WatchSecretsResponse_FieldPathSelector
- type WatchSecretsResponse_FieldPathValue
- type WatchSecretsResponse_FieldSubPath
- func (fps *WatchSecretsResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchSecretsResponsePageTokenChange_FieldPath, bool)
- func (fps *WatchSecretsResponse_FieldSubPath) ClearValue(item *WatchSecretsResponse)
- func (fps *WatchSecretsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *WatchSecretsResponse_FieldSubPath) Get(source *WatchSecretsResponse) (values []interface{})
- func (fps *WatchSecretsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *WatchSecretsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *WatchSecretsResponse_FieldSubPath) GetSingle(source *WatchSecretsResponse) (interface{}, bool)
- func (fps *WatchSecretsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *WatchSecretsResponse_FieldSubPath) IsLeaf() bool
- func (fps *WatchSecretsResponse_FieldSubPath) JSONString() string
- func (fps *WatchSecretsResponse_FieldSubPath) Selector() WatchSecretsResponse_FieldPathSelector
- func (fps *WatchSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *WatchSecretsResponse_FieldSubPath) String() string
- func (fps *WatchSecretsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchSecretsResponse_FieldPathArrayItemValue
- func (fps *WatchSecretsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchSecretsResponse_FieldPathArrayOfValues
- func (fps *WatchSecretsResponse_FieldSubPath) WithIValue(value interface{}) WatchSecretsResponse_FieldPathValue
- func (fps *WatchSecretsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *WatchSecretsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *WatchSecretsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchSecretsResponse_FieldSubPathArrayItemValue
- func (fpaivs *WatchSecretsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue, bool)
- func (fpaivs *WatchSecretsResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchSecretsResponse) bool
- func (fpaivs *WatchSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type WatchSecretsResponse_FieldSubPathArrayOfValues
- type WatchSecretsResponse_FieldSubPathValue
- func (fpvs *WatchSecretsResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchSecretsResponsePageTokenChange_FieldPathValue, bool)
- func (fpvs *WatchSecretsResponse_FieldSubPathValue) CompareWith(source *WatchSecretsResponse) (int, bool)
- func (fpvs *WatchSecretsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *WatchSecretsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *WatchSecretsResponse_FieldSubPathValue) SetTo(target **WatchSecretsResponse)
- func (fpvs *WatchSecretsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type WatchSecretsResponse_FieldTerminalPath
- func (fp *WatchSecretsResponse_FieldTerminalPath) ClearValue(item *WatchSecretsResponse)
- func (fp *WatchSecretsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchSecretsResponse_FieldTerminalPath) Get(source *WatchSecretsResponse) (values []interface{})
- func (fp *WatchSecretsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchSecretsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchSecretsResponse_FieldTerminalPath) GetSingle(source *WatchSecretsResponse) (interface{}, bool)
- func (fp *WatchSecretsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchSecretsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchSecretsResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchSecretsResponse_FieldTerminalPath) Selector() WatchSecretsResponse_FieldPathSelector
- func (fp *WatchSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchSecretsResponse_FieldTerminalPath) String() string
- func (fp *WatchSecretsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretsResponse_FieldPathArrayItemValue
- func (fp *WatchSecretsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretsResponse_FieldPathArrayOfValues
- func (fp *WatchSecretsResponse_FieldTerminalPath) WithIValue(value interface{}) WatchSecretsResponse_FieldPathValue
- func (fp *WatchSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchSecretsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchSecretsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretChangesItemValue() (*secret.SecretChange, bool)
- func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretsResponse) bool
- func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretsResponse) (interface{}, bool)
- func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchSecretsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchSecretsResponse_PageTokenChange, bool)
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretChangesArrayOfValues() ([][]*secret.SecretChange, bool)
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
- func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchSecretsResponse_FieldTerminalPathValue
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchSecretsResponse_PageTokenChange, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsSecretChangesValue() ([]*secret.SecretChange, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) CompareWith(source *WatchSecretsResponse) (int, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) SetTo(target **WatchSecretsResponse)
- func (fpv *WatchSecretsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchSecretsResponse_PageTokenChange
- func (o *WatchSecretsResponse_PageTokenChange) Clone() *WatchSecretsResponse_PageTokenChange
- func (o *WatchSecretsResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchSecretsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchSecretsResponse_PageTokenChange) GetNextPageToken() *secret.PagerCursor
- func (m *WatchSecretsResponse_PageTokenChange) GetPrevPageToken() *secret.PagerCursor
- func (*WatchSecretsResponse_PageTokenChange) GotenMessage()
- func (o *WatchSecretsResponse_PageTokenChange) GotenObjectExt()
- func (obj *WatchSecretsResponse_PageTokenChange) GotenValidate() error
- func (o *WatchSecretsResponse_PageTokenChange) MakeDiffFieldMask(other *WatchSecretsResponse_PageTokenChange) *WatchSecretsResponse_PageTokenChange_FieldMask
- func (o *WatchSecretsResponse_PageTokenChange) MakeFullFieldMask() *WatchSecretsResponse_PageTokenChange_FieldMask
- func (o *WatchSecretsResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchSecretsResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchSecretsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchSecretsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (o *WatchSecretsResponse_PageTokenChange) Merge(source *WatchSecretsResponse_PageTokenChange)
- func (o *WatchSecretsResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchSecretsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchSecretsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchSecretsResponse_PageTokenChange) Reset()
- func (m *WatchSecretsResponse_PageTokenChange) SetNextPageToken(fv *secret.PagerCursor)
- func (m *WatchSecretsResponse_PageTokenChange) SetPrevPageToken(fv *secret.PagerCursor)
- func (m *WatchSecretsResponse_PageTokenChange) String() string
- func (m *WatchSecretsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchSecretsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
- type WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken
- func (WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath() *WatchSecretsResponsePageTokenChange_FieldTerminalPath
- func (s WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue
- type WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken
- func (WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath() *WatchSecretsResponsePageTokenChange_FieldTerminalPath
- func (s WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue
- type WatchSecretsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) AppendPath(path WatchSecretsResponsePageTokenChange_FieldPath)
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchSecretsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) GetPaths() []WatchSecretsResponsePageTokenChange_FieldPath
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) IsFull() bool
- func (fieldMask WatchSecretsResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchSecretsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) PathsCount() int
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Project(source *WatchSecretsResponse_PageTokenChange) *WatchSecretsResponse_PageTokenChange
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ProtoMessage()
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Reset()
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Set(target, source *WatchSecretsResponse_PageTokenChange)
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Size() int
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) String() string
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Subtract(other *WatchSecretsResponse_PageTokenChange_FieldMask) *WatchSecretsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetSecretsDescriptor ¶ added in v0.4.28
type BatchGetSecretsDescriptor struct{}
func GetBatchGetSecretsDescriptor ¶ added in v0.4.28
func GetBatchGetSecretsDescriptor() *BatchGetSecretsDescriptor
func (*BatchGetSecretsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetSecretsDescriptor) GetApiName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetApiName() string
func (*BatchGetSecretsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetSecretsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetFullMethodName() string
func (*BatchGetSecretsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetMethodName() string
func (*BatchGetSecretsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetProtoPkgName() string
func (*BatchGetSecretsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetSecretsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetSecretsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetServiceDomain() string
func (*BatchGetSecretsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetServiceVersion() string
func (*BatchGetSecretsDescriptor) GetVerb ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) GetVerb() string
func (*BatchGetSecretsDescriptor) HasResource ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) HasResource() bool
func (*BatchGetSecretsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) IsClientStream() bool
func (*BatchGetSecretsDescriptor) IsCollection ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) IsCollection() bool
func (*BatchGetSecretsDescriptor) IsPlural ¶ added in v0.4.30
func (d *BatchGetSecretsDescriptor) IsPlural() bool
func (*BatchGetSecretsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) IsServerStream() bool
func (*BatchGetSecretsDescriptor) IsUnary ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) IsUnary() bool
func (*BatchGetSecretsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetSecretsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetSecretsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *BatchGetSecretsDescriptor) RequestHasResourceBody() bool
type BatchGetSecretsDescriptorClientMsgHandle ¶ added in v0.4.28
type BatchGetSecretsDescriptorClientMsgHandle struct{}
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetSecretsDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetSecretsDescriptorServerMsgHandle struct{}
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetSecretsRequest ¶
type BatchGetSecretsRequest struct { // Names of Secrets Names []*secret.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 *secret.Secret_FieldMask `` /* 138-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 [BatchGetSecrets][ntt.secrets.v1alpha.BatchGetSecrets]
func (*BatchGetSecretsRequest) Clone ¶
func (o *BatchGetSecretsRequest) Clone() *BatchGetSecretsRequest
func (*BatchGetSecretsRequest) CloneRaw ¶
func (o *BatchGetSecretsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetSecretsRequest) Descriptor ¶
func (*BatchGetSecretsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetSecretsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetSecretsRequest) GetFieldMask ¶
func (m *BatchGetSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
func (*BatchGetSecretsRequest) GetNames ¶
func (m *BatchGetSecretsRequest) GetNames() []*secret.Reference
func (*BatchGetSecretsRequest) GetView ¶
func (m *BatchGetSecretsRequest) GetView() view.View
func (*BatchGetSecretsRequest) GotenMessage ¶
func (*BatchGetSecretsRequest) GotenMessage()
func (*BatchGetSecretsRequest) GotenObjectExt ¶
func (o *BatchGetSecretsRequest) GotenObjectExt()
func (*BatchGetSecretsRequest) GotenValidate ¶
func (obj *BatchGetSecretsRequest) GotenValidate() error
func (*BatchGetSecretsRequest) MakeDiffFieldMask ¶
func (o *BatchGetSecretsRequest) MakeDiffFieldMask(other *BatchGetSecretsRequest) *BatchGetSecretsRequest_FieldMask
func (*BatchGetSecretsRequest) MakeFullFieldMask ¶
func (o *BatchGetSecretsRequest) MakeFullFieldMask() *BatchGetSecretsRequest_FieldMask
func (*BatchGetSecretsRequest) MakeRawDiffFieldMask ¶
func (o *BatchGetSecretsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetSecretsRequest) MakeRawFullFieldMask ¶
func (o *BatchGetSecretsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetSecretsRequest) Marshal ¶
func (m *BatchGetSecretsRequest) Marshal() ([]byte, error)
func (*BatchGetSecretsRequest) MarshalJSON ¶
func (m *BatchGetSecretsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetSecretsRequest) Merge ¶
func (o *BatchGetSecretsRequest) Merge(source *BatchGetSecretsRequest)
func (*BatchGetSecretsRequest) MergeRaw ¶
func (o *BatchGetSecretsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetSecretsRequest) ProtoMessage ¶
func (*BatchGetSecretsRequest) ProtoMessage()
func (*BatchGetSecretsRequest) ProtoReflect ¶
func (m *BatchGetSecretsRequest) ProtoReflect() preflect.Message
func (*BatchGetSecretsRequest) Reset ¶
func (m *BatchGetSecretsRequest) Reset()
func (*BatchGetSecretsRequest) SetFieldMask ¶
func (m *BatchGetSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*BatchGetSecretsRequest) SetNames ¶
func (m *BatchGetSecretsRequest) SetNames(fv []*secret.Reference)
func (*BatchGetSecretsRequest) SetView ¶
func (m *BatchGetSecretsRequest) SetView(fv view.View)
func (*BatchGetSecretsRequest) String ¶
func (m *BatchGetSecretsRequest) String() string
func (*BatchGetSecretsRequest) Unmarshal ¶
func (m *BatchGetSecretsRequest) Unmarshal(b []byte) error
func (*BatchGetSecretsRequest) UnmarshalJSON ¶
func (m *BatchGetSecretsRequest) UnmarshalJSON(data []byte) error
type BatchGetSecretsRequestFieldPathBuilder ¶
type BatchGetSecretsRequestFieldPathBuilder struct{}
func NewBatchGetSecretsRequestFieldPathBuilder ¶
func NewBatchGetSecretsRequestFieldPathBuilder() BatchGetSecretsRequestFieldPathBuilder
type BatchGetSecretsRequestPathSelectorFieldMask ¶
type BatchGetSecretsRequestPathSelectorFieldMask struct{}
func (BatchGetSecretsRequestPathSelectorFieldMask) FieldPath ¶
func (BatchGetSecretsRequestPathSelectorFieldMask) FieldPath() *BatchGetSecretsRequest_FieldTerminalPath
func (BatchGetSecretsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s BatchGetSecretsRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues
func (BatchGetSecretsRequestPathSelectorFieldMask) WithValue ¶
func (s BatchGetSecretsRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *BatchGetSecretsRequest_FieldTerminalPathValue
type BatchGetSecretsRequestPathSelectorNames ¶
type BatchGetSecretsRequestPathSelectorNames struct{}
func (BatchGetSecretsRequestPathSelectorNames) FieldPath ¶
func (BatchGetSecretsRequestPathSelectorNames) FieldPath() *BatchGetSecretsRequest_FieldTerminalPath
func (BatchGetSecretsRequestPathSelectorNames) WithArrayOfValues ¶
func (s BatchGetSecretsRequestPathSelectorNames) WithArrayOfValues(values [][]*secret.Reference) *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues
func (BatchGetSecretsRequestPathSelectorNames) WithItemValue ¶
func (s BatchGetSecretsRequestPathSelectorNames) WithItemValue(value *secret.Reference) *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue
func (BatchGetSecretsRequestPathSelectorNames) WithValue ¶
func (s BatchGetSecretsRequestPathSelectorNames) WithValue(value []*secret.Reference) *BatchGetSecretsRequest_FieldTerminalPathValue
type BatchGetSecretsRequestPathSelectorView ¶
type BatchGetSecretsRequestPathSelectorView struct{}
func (BatchGetSecretsRequestPathSelectorView) FieldPath ¶
func (BatchGetSecretsRequestPathSelectorView) FieldPath() *BatchGetSecretsRequest_FieldTerminalPath
func (BatchGetSecretsRequestPathSelectorView) WithArrayOfValues ¶
func (s BatchGetSecretsRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues
func (BatchGetSecretsRequestPathSelectorView) WithValue ¶
func (s BatchGetSecretsRequestPathSelectorView) WithValue(value view.View) *BatchGetSecretsRequest_FieldTerminalPathValue
type BatchGetSecretsRequest_FieldMask ¶
type BatchGetSecretsRequest_FieldMask struct {
Paths []BatchGetSecretsRequest_FieldPath
}
func FullBatchGetSecretsRequest_FieldMask ¶
func FullBatchGetSecretsRequest_FieldMask() *BatchGetSecretsRequest_FieldMask
func (*BatchGetSecretsRequest_FieldMask) AppendPath ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) AppendPath(path BatchGetSecretsRequest_FieldPath)
func (*BatchGetSecretsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetSecretsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetSecretsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetSecretsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) FilterInputFields() *BatchGetSecretsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetSecretsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetSecretsRequest_FieldMask) GetPaths ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) GetPaths() []BatchGetSecretsRequest_FieldPath
func (*BatchGetSecretsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetSecretsRequest_FieldMask) IsFull ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) IsFull() bool
func (BatchGetSecretsRequest_FieldMask) Marshal ¶
func (fieldMask BatchGetSecretsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetSecretsRequest_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetSecretsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetSecretsRequest_FieldMask) PathsCount ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) PathsCount() int
func (*BatchGetSecretsRequest_FieldMask) Project ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) Project(source *BatchGetSecretsRequest) *BatchGetSecretsRequest
func (*BatchGetSecretsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetSecretsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) ProtoMessage()
func (*BatchGetSecretsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetSecretsRequest_FieldMask) Reset ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) Reset()
func (*BatchGetSecretsRequest_FieldMask) Set ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) Set(target, source *BatchGetSecretsRequest)
func (*BatchGetSecretsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetSecretsRequest_FieldMask) SetRaw ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetSecretsRequest_FieldMask) Size ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) Size() int
func (*BatchGetSecretsRequest_FieldMask) String ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) String() string
func (*BatchGetSecretsRequest_FieldMask) Subtract ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) Subtract(other *BatchGetSecretsRequest_FieldMask) *BatchGetSecretsRequest_FieldMask
func (*BatchGetSecretsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetSecretsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetSecretsRequest_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) Unmarshal(data []byte) error
func (*BatchGetSecretsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetSecretsRequest_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetSecretsRequest_FieldPath ¶
type BatchGetSecretsRequest_FieldPath interface { gotenobject.FieldPath Selector() BatchGetSecretsRequest_FieldPathSelector Get(source *BatchGetSecretsRequest) []interface{} GetSingle(source *BatchGetSecretsRequest) (interface{}, bool) ClearValue(item *BatchGetSecretsRequest) // Those methods build corresponding BatchGetSecretsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetSecretsRequest_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetSecretsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetSecretsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetSecretsRequest_FieldPath ¶
func BuildBatchGetSecretsRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetSecretsRequest_FieldPath, error)
func MustParseBatchGetSecretsRequest_FieldPath ¶
func MustParseBatchGetSecretsRequest_FieldPath(rawField string) BatchGetSecretsRequest_FieldPath
func ParseBatchGetSecretsRequest_FieldPath ¶
func ParseBatchGetSecretsRequest_FieldPath(rawField string) (BatchGetSecretsRequest_FieldPath, error)
type BatchGetSecretsRequest_FieldPathArrayItemValue ¶
type BatchGetSecretsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetSecretsRequest_FieldPath ContainsValue(*BatchGetSecretsRequest) bool }
BatchGetSecretsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetSecretsRequest according to their type Present only for array (repeated) types.
func MustParseBatchGetSecretsRequest_FieldPathArrayItemValue ¶
func MustParseBatchGetSecretsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetSecretsRequest_FieldPathArrayItemValue
func ParseBatchGetSecretsRequest_FieldPathArrayItemValue ¶
func ParseBatchGetSecretsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetSecretsRequest_FieldPathArrayItemValue, error)
ParseBatchGetSecretsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetSecretsRequest_FieldPathArrayOfValues ¶
type BatchGetSecretsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetSecretsRequest_FieldPath }
BatchGetSecretsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetSecretsRequest fields according to their type
func MustParseBatchGetSecretsRequest_FieldPathArrayOfValues ¶
func MustParseBatchGetSecretsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetSecretsRequest_FieldPathArrayOfValues
func ParseBatchGetSecretsRequest_FieldPathArrayOfValues ¶
func ParseBatchGetSecretsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetSecretsRequest_FieldPathArrayOfValues, error)
type BatchGetSecretsRequest_FieldPathSelector ¶
type BatchGetSecretsRequest_FieldPathSelector int32
const ( BatchGetSecretsRequest_FieldPathSelectorNames BatchGetSecretsRequest_FieldPathSelector = 0 BatchGetSecretsRequest_FieldPathSelectorFieldMask BatchGetSecretsRequest_FieldPathSelector = 1 BatchGetSecretsRequest_FieldPathSelectorView BatchGetSecretsRequest_FieldPathSelector = 2 )
func (BatchGetSecretsRequest_FieldPathSelector) String ¶
func (s BatchGetSecretsRequest_FieldPathSelector) String() string
type BatchGetSecretsRequest_FieldPathValue ¶
type BatchGetSecretsRequest_FieldPathValue interface { BatchGetSecretsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetSecretsRequest) CompareWith(*BatchGetSecretsRequest) (cmp int, comparable bool) }
BatchGetSecretsRequest_FieldPathValue allows storing values for BatchGetSecretsRequest fields according to their type
func MustParseBatchGetSecretsRequest_FieldPathValue ¶
func MustParseBatchGetSecretsRequest_FieldPathValue(pathStr, valueStr string) BatchGetSecretsRequest_FieldPathValue
func ParseBatchGetSecretsRequest_FieldPathValue ¶
func ParseBatchGetSecretsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetSecretsRequest_FieldPathValue, error)
type BatchGetSecretsRequest_FieldTerminalPath ¶
type BatchGetSecretsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetSecretsRequest_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) ClearValue(item *BatchGetSecretsRequest)
func (*BatchGetSecretsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetSecretsRequest_FieldTerminalPath) Get ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) Get(source *BatchGetSecretsRequest) (values []interface{})
Get returns all values pointed by specific field from source BatchGetSecretsRequest
func (*BatchGetSecretsRequest_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetSecretsRequest_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetSecretsRequest_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetSingle(source *BatchGetSecretsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetSecretsRequest
func (*BatchGetSecretsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetSecretsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetSecretsRequest_FieldTerminalPath) JSONString ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetSecretsRequest_FieldTerminalPath) Selector ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) Selector() BatchGetSecretsRequest_FieldPathSelector
func (*BatchGetSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *BatchGetSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetSecretsRequest_FieldTerminalPath) String ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetSecretsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetSecretsRequest_FieldPathArrayItemValue
func (*BatchGetSecretsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetSecretsRequest_FieldPathArrayOfValues
func (*BatchGetSecretsRequest_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetSecretsRequest_FieldPathValue
func (*BatchGetSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetSecretsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetSecretsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetSecretsRequest_FieldTerminalPathArrayItemValue ¶
type BatchGetSecretsRequest_FieldTerminalPathArrayItemValue struct { BatchGetSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue ¶
func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*secret.Reference, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetSecretsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetSecretsRequest'
func (*BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetSecretsRequest as interface{}
func (*BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetSecretsRequest) (interface{}, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetSecretsRequest_FieldTerminalPathArrayOfValues ¶
type BatchGetSecretsRequest_FieldTerminalPathArrayOfValues struct { BatchGetSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues ¶
func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*secret.Reference, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetSecretsRequest_FieldTerminalPathValue ¶
type BatchGetSecretsRequest_FieldTerminalPathValue struct { BatchGetSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathValue) AsNamesValue ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) AsNamesValue() ([]*secret.Reference, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) CompareWith(source *BatchGetSecretsRequest) (int, bool)
CompareWith compares value in the 'BatchGetSecretsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetSecretsRequest'.
func (*BatchGetSecretsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetSecretsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetSecretsRequest' as interface{}
func (*BatchGetSecretsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) SetTo(target **BatchGetSecretsRequest)
SetTo stores value for selected field for object BatchGetSecretsRequest
func (*BatchGetSecretsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetSecretsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BatchGetSecretsResponse ¶
type BatchGetSecretsResponse struct { // found Secrets Secrets []*secret.Secret `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty" firestore:"secrets"` // list of not found Secrets Missing []*secret.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetSecretsResponse
func (*BatchGetSecretsResponse) Clone ¶
func (o *BatchGetSecretsResponse) Clone() *BatchGetSecretsResponse
func (*BatchGetSecretsResponse) CloneRaw ¶
func (o *BatchGetSecretsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetSecretsResponse) Descriptor ¶
func (*BatchGetSecretsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetSecretsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetSecretsResponse) GetMissing ¶
func (m *BatchGetSecretsResponse) GetMissing() []*secret.Reference
func (*BatchGetSecretsResponse) GetSecrets ¶
func (m *BatchGetSecretsResponse) GetSecrets() []*secret.Secret
func (*BatchGetSecretsResponse) GotenMessage ¶
func (*BatchGetSecretsResponse) GotenMessage()
func (*BatchGetSecretsResponse) GotenObjectExt ¶
func (o *BatchGetSecretsResponse) GotenObjectExt()
func (*BatchGetSecretsResponse) GotenValidate ¶
func (obj *BatchGetSecretsResponse) GotenValidate() error
func (*BatchGetSecretsResponse) MakeDiffFieldMask ¶
func (o *BatchGetSecretsResponse) MakeDiffFieldMask(other *BatchGetSecretsResponse) *BatchGetSecretsResponse_FieldMask
func (*BatchGetSecretsResponse) MakeFullFieldMask ¶
func (o *BatchGetSecretsResponse) MakeFullFieldMask() *BatchGetSecretsResponse_FieldMask
func (*BatchGetSecretsResponse) MakeRawDiffFieldMask ¶
func (o *BatchGetSecretsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetSecretsResponse) MakeRawFullFieldMask ¶
func (o *BatchGetSecretsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetSecretsResponse) Marshal ¶
func (m *BatchGetSecretsResponse) Marshal() ([]byte, error)
func (*BatchGetSecretsResponse) MarshalJSON ¶
func (m *BatchGetSecretsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetSecretsResponse) Merge ¶
func (o *BatchGetSecretsResponse) Merge(source *BatchGetSecretsResponse)
func (*BatchGetSecretsResponse) MergeRaw ¶
func (o *BatchGetSecretsResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetSecretsResponse) ProtoMessage ¶
func (*BatchGetSecretsResponse) ProtoMessage()
func (*BatchGetSecretsResponse) ProtoReflect ¶
func (m *BatchGetSecretsResponse) ProtoReflect() preflect.Message
func (*BatchGetSecretsResponse) Reset ¶
func (m *BatchGetSecretsResponse) Reset()
func (*BatchGetSecretsResponse) SetMissing ¶
func (m *BatchGetSecretsResponse) SetMissing(fv []*secret.Reference)
func (*BatchGetSecretsResponse) SetSecrets ¶
func (m *BatchGetSecretsResponse) SetSecrets(fv []*secret.Secret)
func (*BatchGetSecretsResponse) String ¶
func (m *BatchGetSecretsResponse) String() string
func (*BatchGetSecretsResponse) Unmarshal ¶
func (m *BatchGetSecretsResponse) Unmarshal(b []byte) error
func (*BatchGetSecretsResponse) UnmarshalJSON ¶
func (m *BatchGetSecretsResponse) UnmarshalJSON(data []byte) error
type BatchGetSecretsResponseFieldPathBuilder ¶
type BatchGetSecretsResponseFieldPathBuilder struct{}
func NewBatchGetSecretsResponseFieldPathBuilder ¶
func NewBatchGetSecretsResponseFieldPathBuilder() BatchGetSecretsResponseFieldPathBuilder
type BatchGetSecretsResponseMapPathSelectorSecretsData ¶
type BatchGetSecretsResponseMapPathSelectorSecretsData struct {
// contains filtered or unexported fields
}
func (BatchGetSecretsResponseMapPathSelectorSecretsData) FieldPath ¶
func (s BatchGetSecretsResponseMapPathSelectorSecretsData) FieldPath() *BatchGetSecretsResponse_FieldSubPath
func (BatchGetSecretsResponseMapPathSelectorSecretsData) WithArrayOfValues ¶
func (s BatchGetSecretsResponseMapPathSelectorSecretsData) WithArrayOfValues(values []string) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
func (BatchGetSecretsResponseMapPathSelectorSecretsData) WithValue ¶
func (s BatchGetSecretsResponseMapPathSelectorSecretsData) WithValue(value string) *BatchGetSecretsResponse_FieldSubPathValue
type BatchGetSecretsResponsePathSelectorMissing ¶
type BatchGetSecretsResponsePathSelectorMissing struct{}
func (BatchGetSecretsResponsePathSelectorMissing) FieldPath ¶
func (BatchGetSecretsResponsePathSelectorMissing) FieldPath() *BatchGetSecretsResponse_FieldTerminalPath
func (BatchGetSecretsResponsePathSelectorMissing) WithArrayOfValues ¶
func (s BatchGetSecretsResponsePathSelectorMissing) WithArrayOfValues(values [][]*secret.Reference) *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues
func (BatchGetSecretsResponsePathSelectorMissing) WithItemValue ¶
func (s BatchGetSecretsResponsePathSelectorMissing) WithItemValue(value *secret.Reference) *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue
func (BatchGetSecretsResponsePathSelectorMissing) WithValue ¶
func (s BatchGetSecretsResponsePathSelectorMissing) WithValue(value []*secret.Reference) *BatchGetSecretsResponse_FieldTerminalPathValue
type BatchGetSecretsResponsePathSelectorSecrets ¶
type BatchGetSecretsResponsePathSelectorSecrets struct{}
func (BatchGetSecretsResponsePathSelectorSecrets) FieldPath ¶
func (BatchGetSecretsResponsePathSelectorSecrets) FieldPath() *BatchGetSecretsResponse_FieldTerminalPath
func (BatchGetSecretsResponsePathSelectorSecrets) WithArrayOfValues ¶
func (s BatchGetSecretsResponsePathSelectorSecrets) WithArrayOfValues(values [][]*secret.Secret) *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues
func (BatchGetSecretsResponsePathSelectorSecrets) WithItemValue ¶
func (s BatchGetSecretsResponsePathSelectorSecrets) WithItemValue(value *secret.Secret) *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue
func (BatchGetSecretsResponsePathSelectorSecrets) WithSubArrayItemValue ¶
func (s BatchGetSecretsResponsePathSelectorSecrets) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *BatchGetSecretsResponse_FieldSubPathArrayItemValue
func (BatchGetSecretsResponsePathSelectorSecrets) WithSubArrayOfValues ¶
func (s BatchGetSecretsResponsePathSelectorSecrets) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
func (BatchGetSecretsResponsePathSelectorSecrets) WithSubPath ¶
func (BatchGetSecretsResponsePathSelectorSecrets) WithSubPath(subPath secret.Secret_FieldPath) *BatchGetSecretsResponse_FieldSubPath
func (BatchGetSecretsResponsePathSelectorSecrets) WithSubValue ¶
func (s BatchGetSecretsResponsePathSelectorSecrets) WithSubValue(subPathValue secret.Secret_FieldPathValue) *BatchGetSecretsResponse_FieldSubPathValue
func (BatchGetSecretsResponsePathSelectorSecrets) WithValue ¶
func (s BatchGetSecretsResponsePathSelectorSecrets) WithValue(value []*secret.Secret) *BatchGetSecretsResponse_FieldTerminalPathValue
type BatchGetSecretsResponsePathSelectorSecretsData ¶
type BatchGetSecretsResponsePathSelectorSecretsData struct{}
func (BatchGetSecretsResponsePathSelectorSecretsData) FieldPath ¶
func (BatchGetSecretsResponsePathSelectorSecretsData) FieldPath() *BatchGetSecretsResponse_FieldSubPath
func (BatchGetSecretsResponsePathSelectorSecretsData) WithArrayOfValues ¶
func (s BatchGetSecretsResponsePathSelectorSecretsData) WithArrayOfValues(values []map[string]string) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
func (BatchGetSecretsResponsePathSelectorSecretsData) WithValue ¶
func (s BatchGetSecretsResponsePathSelectorSecretsData) WithValue(value map[string]string) *BatchGetSecretsResponse_FieldSubPathValue
type BatchGetSecretsResponsePathSelectorSecretsEncData ¶
type BatchGetSecretsResponsePathSelectorSecretsEncData struct{}
func (BatchGetSecretsResponsePathSelectorSecretsEncData) WithArrayOfValues ¶
func (s BatchGetSecretsResponsePathSelectorSecretsEncData) WithArrayOfValues(values [][]byte) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
func (BatchGetSecretsResponsePathSelectorSecretsEncData) WithValue ¶
func (s BatchGetSecretsResponsePathSelectorSecretsEncData) WithValue(value []byte) *BatchGetSecretsResponse_FieldSubPathValue
type BatchGetSecretsResponsePathSelectorSecretsName ¶
type BatchGetSecretsResponsePathSelectorSecretsName struct{}
func (BatchGetSecretsResponsePathSelectorSecretsName) FieldPath ¶
func (BatchGetSecretsResponsePathSelectorSecretsName) FieldPath() *BatchGetSecretsResponse_FieldSubPath
func (BatchGetSecretsResponsePathSelectorSecretsName) WithArrayOfValues ¶
func (s BatchGetSecretsResponsePathSelectorSecretsName) WithArrayOfValues(values []*secret.Name) *BatchGetSecretsResponse_FieldSubPathArrayOfValues
func (BatchGetSecretsResponsePathSelectorSecretsName) WithValue ¶
func (s BatchGetSecretsResponsePathSelectorSecretsName) WithValue(value *secret.Name) *BatchGetSecretsResponse_FieldSubPathValue
type BatchGetSecretsResponse_FieldMask ¶
type BatchGetSecretsResponse_FieldMask struct {
Paths []BatchGetSecretsResponse_FieldPath
}
func FullBatchGetSecretsResponse_FieldMask ¶
func FullBatchGetSecretsResponse_FieldMask() *BatchGetSecretsResponse_FieldMask
func (*BatchGetSecretsResponse_FieldMask) AppendPath ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) AppendPath(path BatchGetSecretsResponse_FieldPath)
func (*BatchGetSecretsResponse_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetSecretsResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetSecretsResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetSecretsResponse_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) FilterInputFields() *BatchGetSecretsResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetSecretsResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetSecretsResponse_FieldMask) GetPaths ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) GetPaths() []BatchGetSecretsResponse_FieldPath
func (*BatchGetSecretsResponse_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetSecretsResponse_FieldMask) IsFull ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) IsFull() bool
func (BatchGetSecretsResponse_FieldMask) Marshal ¶
func (fieldMask BatchGetSecretsResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetSecretsResponse_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetSecretsResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetSecretsResponse_FieldMask) PathsCount ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) PathsCount() int
func (*BatchGetSecretsResponse_FieldMask) Project ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) Project(source *BatchGetSecretsResponse) *BatchGetSecretsResponse
func (*BatchGetSecretsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetSecretsResponse_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) ProtoMessage()
func (*BatchGetSecretsResponse_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetSecretsResponse_FieldMask) Reset ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) Reset()
func (*BatchGetSecretsResponse_FieldMask) Set ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) Set(target, source *BatchGetSecretsResponse)
func (*BatchGetSecretsResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetSecretsResponse_FieldMask) SetRaw ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetSecretsResponse_FieldMask) Size ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) Size() int
func (*BatchGetSecretsResponse_FieldMask) String ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) String() string
func (*BatchGetSecretsResponse_FieldMask) Subtract ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) Subtract(other *BatchGetSecretsResponse_FieldMask) *BatchGetSecretsResponse_FieldMask
func (*BatchGetSecretsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetSecretsResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetSecretsResponse_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) Unmarshal(data []byte) error
func (*BatchGetSecretsResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetSecretsResponse_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetSecretsResponse_FieldPath ¶
type BatchGetSecretsResponse_FieldPath interface { gotenobject.FieldPath Selector() BatchGetSecretsResponse_FieldPathSelector Get(source *BatchGetSecretsResponse) []interface{} GetSingle(source *BatchGetSecretsResponse) (interface{}, bool) ClearValue(item *BatchGetSecretsResponse) // Those methods build corresponding BatchGetSecretsResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetSecretsResponse_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetSecretsResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetSecretsResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetSecretsResponse_FieldPath ¶
func BuildBatchGetSecretsResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetSecretsResponse_FieldPath, error)
func MustParseBatchGetSecretsResponse_FieldPath ¶
func MustParseBatchGetSecretsResponse_FieldPath(rawField string) BatchGetSecretsResponse_FieldPath
func ParseBatchGetSecretsResponse_FieldPath ¶
func ParseBatchGetSecretsResponse_FieldPath(rawField string) (BatchGetSecretsResponse_FieldPath, error)
type BatchGetSecretsResponse_FieldPathArrayItemValue ¶
type BatchGetSecretsResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetSecretsResponse_FieldPath ContainsValue(*BatchGetSecretsResponse) bool }
BatchGetSecretsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetSecretsResponse according to their type Present only for array (repeated) types.
func MustParseBatchGetSecretsResponse_FieldPathArrayItemValue ¶
func MustParseBatchGetSecretsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetSecretsResponse_FieldPathArrayItemValue
func ParseBatchGetSecretsResponse_FieldPathArrayItemValue ¶
func ParseBatchGetSecretsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetSecretsResponse_FieldPathArrayItemValue, error)
ParseBatchGetSecretsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetSecretsResponse_FieldPathArrayOfValues ¶
type BatchGetSecretsResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetSecretsResponse_FieldPath }
BatchGetSecretsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetSecretsResponse fields according to their type
func MustParseBatchGetSecretsResponse_FieldPathArrayOfValues ¶
func MustParseBatchGetSecretsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetSecretsResponse_FieldPathArrayOfValues
func ParseBatchGetSecretsResponse_FieldPathArrayOfValues ¶
func ParseBatchGetSecretsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetSecretsResponse_FieldPathArrayOfValues, error)
type BatchGetSecretsResponse_FieldPathSelector ¶
type BatchGetSecretsResponse_FieldPathSelector int32
const ( BatchGetSecretsResponse_FieldPathSelectorSecrets BatchGetSecretsResponse_FieldPathSelector = 0 BatchGetSecretsResponse_FieldPathSelectorMissing BatchGetSecretsResponse_FieldPathSelector = 1 )
func (BatchGetSecretsResponse_FieldPathSelector) String ¶
func (s BatchGetSecretsResponse_FieldPathSelector) String() string
type BatchGetSecretsResponse_FieldPathValue ¶
type BatchGetSecretsResponse_FieldPathValue interface { BatchGetSecretsResponse_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetSecretsResponse) CompareWith(*BatchGetSecretsResponse) (cmp int, comparable bool) }
BatchGetSecretsResponse_FieldPathValue allows storing values for BatchGetSecretsResponse fields according to their type
func MustParseBatchGetSecretsResponse_FieldPathValue ¶
func MustParseBatchGetSecretsResponse_FieldPathValue(pathStr, valueStr string) BatchGetSecretsResponse_FieldPathValue
func ParseBatchGetSecretsResponse_FieldPathValue ¶
func ParseBatchGetSecretsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetSecretsResponse_FieldPathValue, error)
type BatchGetSecretsResponse_FieldSubPath ¶
type BatchGetSecretsResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*BatchGetSecretsResponse_FieldSubPath) AsSecretsSubPath ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) AsSecretsSubPath() (secret.Secret_FieldPath, bool)
func (*BatchGetSecretsResponse_FieldSubPath) ClearValue ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) ClearValue(item *BatchGetSecretsResponse)
func (*BatchGetSecretsResponse_FieldSubPath) ClearValueRaw ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*BatchGetSecretsResponse_FieldSubPath) Get ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) Get(source *BatchGetSecretsResponse) (values []interface{})
Get returns all values pointed by selected field from source BatchGetSecretsResponse
func (*BatchGetSecretsResponse_FieldSubPath) GetDefault ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetSecretsResponse_FieldSubPath) GetRaw ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetSecretsResponse_FieldSubPath) GetSingle ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) GetSingle(source *BatchGetSecretsResponse) (interface{}, bool)
GetSingle returns value of selected field from source BatchGetSecretsResponse
func (*BatchGetSecretsResponse_FieldSubPath) GetSingleRaw ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetSecretsResponse_FieldSubPath) IsLeaf ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetSecretsResponse_FieldSubPath) JSONString ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetSecretsResponse_FieldSubPath) Selector ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) Selector() BatchGetSecretsResponse_FieldPathSelector
func (*BatchGetSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *BatchGetSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetSecretsResponse_FieldSubPath) String ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*BatchGetSecretsResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetSecretsResponse_FieldPathArrayItemValue
func (*BatchGetSecretsResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetSecretsResponse_FieldPathArrayOfValues
func (*BatchGetSecretsResponse_FieldSubPath) WithIValue ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) WithIValue(value interface{}) BatchGetSecretsResponse_FieldPathValue
func (*BatchGetSecretsResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetSecretsResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetSecretsResponse_FieldSubPath) WithRawIValue ¶
func (fps *BatchGetSecretsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetSecretsResponse_FieldSubPathArrayItemValue ¶
type BatchGetSecretsResponse_FieldSubPathArrayItemValue struct { BatchGetSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetSecretsResponse_FieldSubPathArrayItemValue) AsSecretsPathItemValue ¶
func (fpaivs *BatchGetSecretsResponse_FieldSubPathArrayItemValue) AsSecretsPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
func (*BatchGetSecretsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *BatchGetSecretsResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetSecretsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetSecretsResponse'
func (*BatchGetSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *BatchGetSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type BatchGetSecretsResponse_FieldSubPathArrayOfValues ¶
type BatchGetSecretsResponse_FieldSubPathArrayOfValues struct { BatchGetSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetSecretsResponse_FieldSubPathArrayOfValues) AsSecretsPathArrayOfValues ¶
func (fpsaov *BatchGetSecretsResponse_FieldSubPathArrayOfValues) AsSecretsPathArrayOfValues() (secret.Secret_FieldPathArrayOfValues, bool)
func (*BatchGetSecretsResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *BatchGetSecretsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type BatchGetSecretsResponse_FieldSubPathValue ¶
type BatchGetSecretsResponse_FieldSubPathValue struct { BatchGetSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetSecretsResponse_FieldSubPathValue) AsSecretsPathValue ¶
func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) AsSecretsPathValue() (secret.Secret_FieldPathValue, bool)
func (*BatchGetSecretsResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) CompareWith(source *BatchGetSecretsResponse) (int, bool)
func (*BatchGetSecretsResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetSecretsResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) GetRawValue() interface{}
func (*BatchGetSecretsResponse_FieldSubPathValue) SetTo ¶
func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) SetTo(target **BatchGetSecretsResponse)
func (*BatchGetSecretsResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *BatchGetSecretsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type BatchGetSecretsResponse_FieldTerminalPath ¶
type BatchGetSecretsResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetSecretsResponse_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) ClearValue(item *BatchGetSecretsResponse)
func (*BatchGetSecretsResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetSecretsResponse_FieldTerminalPath) Get ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) Get(source *BatchGetSecretsResponse) (values []interface{})
Get returns all values pointed by specific field from source BatchGetSecretsResponse
func (*BatchGetSecretsResponse_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetSecretsResponse_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetSecretsResponse_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetSingle(source *BatchGetSecretsResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetSecretsResponse
func (*BatchGetSecretsResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetSecretsResponse_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetSecretsResponse_FieldTerminalPath) JSONString ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetSecretsResponse_FieldTerminalPath) Selector ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) Selector() BatchGetSecretsResponse_FieldPathSelector
func (*BatchGetSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *BatchGetSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetSecretsResponse_FieldTerminalPath) String ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetSecretsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetSecretsResponse_FieldPathArrayItemValue
func (*BatchGetSecretsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetSecretsResponse_FieldPathArrayOfValues
func (*BatchGetSecretsResponse_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetSecretsResponse_FieldPathValue
func (*BatchGetSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetSecretsResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetSecretsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetSecretsResponse_FieldTerminalPathArrayItemValue ¶
type BatchGetSecretsResponse_FieldTerminalPathArrayItemValue struct { BatchGetSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue ¶
func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*secret.Reference, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretsItemValue ¶
func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretsItemValue() (*secret.Secret, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetSecretsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetSecretsResponse'
func (*BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetSecretsResponse as interface{}
func (*BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetSecretsResponse) (interface{}, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetSecretsResponse_FieldTerminalPathArrayOfValues ¶
type BatchGetSecretsResponse_FieldTerminalPathArrayOfValues struct { BatchGetSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues ¶
func (fpaov *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*secret.Reference, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretsArrayOfValues ¶
func (fpaov *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretsArrayOfValues() ([][]*secret.Secret, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetSecretsResponse_FieldTerminalPathValue ¶
type BatchGetSecretsResponse_FieldTerminalPathValue struct { BatchGetSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetSecretsResponse_FieldTerminalPathValue) AsMissingValue ¶
func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) AsMissingValue() ([]*secret.Reference, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathValue) AsSecretsValue ¶
func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) AsSecretsValue() ([]*secret.Secret, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) CompareWith(source *BatchGetSecretsResponse) (int, bool)
CompareWith compares value in the 'BatchGetSecretsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetSecretsResponse'.
func (*BatchGetSecretsResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetSecretsResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetSecretsResponse' as interface{}
func (*BatchGetSecretsResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) SetTo(target **BatchGetSecretsResponse)
SetTo stores value for selected field for object BatchGetSecretsResponse
func (*BatchGetSecretsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetSecretsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type CreateSecretDescriptor ¶ added in v0.4.28
type CreateSecretDescriptor struct{}
func GetCreateSecretDescriptor ¶ added in v0.4.28
func GetCreateSecretDescriptor() *CreateSecretDescriptor
func (*CreateSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetApiName() string
func (*CreateSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetFullMethodName() string
func (*CreateSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetMethodName() string
func (*CreateSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetProtoPkgName() string
func (*CreateSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *CreateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetServiceDomain() string
func (*CreateSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetServiceVersion() string
func (*CreateSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *CreateSecretDescriptor) GetVerb() string
func (*CreateSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *CreateSecretDescriptor) HasResource() bool
func (*CreateSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *CreateSecretDescriptor) IsClientStream() bool
func (*CreateSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *CreateSecretDescriptor) IsCollection() bool
func (*CreateSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *CreateSecretDescriptor) IsPlural() bool
func (*CreateSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *CreateSecretDescriptor) IsServerStream() bool
func (*CreateSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *CreateSecretDescriptor) IsUnary() bool
func (*CreateSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *CreateSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *CreateSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *CreateSecretDescriptor) RequestHasResourceBody() bool
type CreateSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type CreateSecretDescriptorClientMsgHandle struct{}
func (*CreateSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type CreateSecretDescriptorServerMsgHandle struct{}
func (*CreateSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateSecretRequest ¶
type CreateSecretRequest struct { // Parent reference of ntt.secrets.v1alpha.Secret Parent *secret.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Secret resource body Secret *secret.Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty" firestore:"secret"` // contains filtered or unexported fields }
Request message for method [CreateSecret][ntt.secrets.v1alpha.CreateSecret]
func (*CreateSecretRequest) Clone ¶
func (o *CreateSecretRequest) Clone() *CreateSecretRequest
func (*CreateSecretRequest) CloneRaw ¶
func (o *CreateSecretRequest) CloneRaw() gotenobject.GotenObjectExt
func (*CreateSecretRequest) Descriptor ¶
func (*CreateSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateSecretRequest.ProtoReflect.Descriptor instead.
func (*CreateSecretRequest) GetParent ¶
func (m *CreateSecretRequest) GetParent() *secret.ParentReference
func (*CreateSecretRequest) GetSecret ¶
func (m *CreateSecretRequest) GetSecret() *secret.Secret
func (*CreateSecretRequest) GotenMessage ¶
func (*CreateSecretRequest) GotenMessage()
func (*CreateSecretRequest) GotenObjectExt ¶
func (o *CreateSecretRequest) GotenObjectExt()
func (*CreateSecretRequest) GotenValidate ¶
func (obj *CreateSecretRequest) GotenValidate() error
func (*CreateSecretRequest) MakeDiffFieldMask ¶
func (o *CreateSecretRequest) MakeDiffFieldMask(other *CreateSecretRequest) *CreateSecretRequest_FieldMask
func (*CreateSecretRequest) MakeFullFieldMask ¶
func (o *CreateSecretRequest) MakeFullFieldMask() *CreateSecretRequest_FieldMask
func (*CreateSecretRequest) MakeRawDiffFieldMask ¶
func (o *CreateSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*CreateSecretRequest) MakeRawFullFieldMask ¶
func (o *CreateSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*CreateSecretRequest) Marshal ¶
func (m *CreateSecretRequest) Marshal() ([]byte, error)
func (*CreateSecretRequest) MarshalJSON ¶
func (m *CreateSecretRequest) MarshalJSON() ([]byte, error)
func (*CreateSecretRequest) Merge ¶
func (o *CreateSecretRequest) Merge(source *CreateSecretRequest)
func (*CreateSecretRequest) MergeRaw ¶
func (o *CreateSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*CreateSecretRequest) ProtoMessage ¶
func (*CreateSecretRequest) ProtoMessage()
func (*CreateSecretRequest) ProtoReflect ¶
func (m *CreateSecretRequest) ProtoReflect() preflect.Message
func (*CreateSecretRequest) Reset ¶
func (m *CreateSecretRequest) Reset()
func (*CreateSecretRequest) SetParent ¶
func (m *CreateSecretRequest) SetParent(fv *secret.ParentReference)
func (*CreateSecretRequest) SetSecret ¶
func (m *CreateSecretRequest) SetSecret(fv *secret.Secret)
func (*CreateSecretRequest) String ¶
func (m *CreateSecretRequest) String() string
func (*CreateSecretRequest) Unmarshal ¶
func (m *CreateSecretRequest) Unmarshal(b []byte) error
func (*CreateSecretRequest) UnmarshalJSON ¶
func (m *CreateSecretRequest) UnmarshalJSON(data []byte) error
type CreateSecretRequestFieldPathBuilder ¶
type CreateSecretRequestFieldPathBuilder struct{}
func NewCreateSecretRequestFieldPathBuilder ¶
func NewCreateSecretRequestFieldPathBuilder() CreateSecretRequestFieldPathBuilder
type CreateSecretRequestMapPathSelectorSecretData ¶
type CreateSecretRequestMapPathSelectorSecretData struct {
// contains filtered or unexported fields
}
func (CreateSecretRequestMapPathSelectorSecretData) FieldPath ¶
func (s CreateSecretRequestMapPathSelectorSecretData) FieldPath() *CreateSecretRequest_FieldSubPath
func (CreateSecretRequestMapPathSelectorSecretData) WithArrayOfValues ¶
func (s CreateSecretRequestMapPathSelectorSecretData) WithArrayOfValues(values []string) *CreateSecretRequest_FieldSubPathArrayOfValues
func (CreateSecretRequestMapPathSelectorSecretData) WithValue ¶
func (s CreateSecretRequestMapPathSelectorSecretData) WithValue(value string) *CreateSecretRequest_FieldSubPathValue
type CreateSecretRequestPathSelectorParent ¶
type CreateSecretRequestPathSelectorParent struct{}
func (CreateSecretRequestPathSelectorParent) FieldPath ¶
func (CreateSecretRequestPathSelectorParent) FieldPath() *CreateSecretRequest_FieldTerminalPath
func (CreateSecretRequestPathSelectorParent) WithArrayOfValues ¶
func (s CreateSecretRequestPathSelectorParent) WithArrayOfValues(values []*secret.ParentReference) *CreateSecretRequest_FieldTerminalPathArrayOfValues
func (CreateSecretRequestPathSelectorParent) WithValue ¶
func (s CreateSecretRequestPathSelectorParent) WithValue(value *secret.ParentReference) *CreateSecretRequest_FieldTerminalPathValue
type CreateSecretRequestPathSelectorSecret ¶
type CreateSecretRequestPathSelectorSecret struct{}
func (CreateSecretRequestPathSelectorSecret) FieldPath ¶
func (CreateSecretRequestPathSelectorSecret) FieldPath() *CreateSecretRequest_FieldTerminalPath
func (CreateSecretRequestPathSelectorSecret) WithArrayOfValues ¶
func (s CreateSecretRequestPathSelectorSecret) WithArrayOfValues(values []*secret.Secret) *CreateSecretRequest_FieldTerminalPathArrayOfValues
func (CreateSecretRequestPathSelectorSecret) WithSubArrayItemValue ¶
func (s CreateSecretRequestPathSelectorSecret) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *CreateSecretRequest_FieldSubPathArrayItemValue
func (CreateSecretRequestPathSelectorSecret) WithSubArrayOfValues ¶
func (s CreateSecretRequestPathSelectorSecret) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *CreateSecretRequest_FieldSubPathArrayOfValues
func (CreateSecretRequestPathSelectorSecret) WithSubPath ¶
func (CreateSecretRequestPathSelectorSecret) WithSubPath(subPath secret.Secret_FieldPath) *CreateSecretRequest_FieldSubPath
func (CreateSecretRequestPathSelectorSecret) WithSubValue ¶
func (s CreateSecretRequestPathSelectorSecret) WithSubValue(subPathValue secret.Secret_FieldPathValue) *CreateSecretRequest_FieldSubPathValue
func (CreateSecretRequestPathSelectorSecret) WithValue ¶
func (s CreateSecretRequestPathSelectorSecret) WithValue(value *secret.Secret) *CreateSecretRequest_FieldTerminalPathValue
type CreateSecretRequestPathSelectorSecretData ¶
type CreateSecretRequestPathSelectorSecretData struct{}
func (CreateSecretRequestPathSelectorSecretData) FieldPath ¶
func (CreateSecretRequestPathSelectorSecretData) FieldPath() *CreateSecretRequest_FieldSubPath
func (CreateSecretRequestPathSelectorSecretData) WithArrayOfValues ¶
func (s CreateSecretRequestPathSelectorSecretData) WithArrayOfValues(values []map[string]string) *CreateSecretRequest_FieldSubPathArrayOfValues
func (CreateSecretRequestPathSelectorSecretData) WithValue ¶
func (s CreateSecretRequestPathSelectorSecretData) WithValue(value map[string]string) *CreateSecretRequest_FieldSubPathValue
type CreateSecretRequestPathSelectorSecretEncData ¶
type CreateSecretRequestPathSelectorSecretEncData struct{}
func (CreateSecretRequestPathSelectorSecretEncData) FieldPath ¶
func (CreateSecretRequestPathSelectorSecretEncData) FieldPath() *CreateSecretRequest_FieldSubPath
func (CreateSecretRequestPathSelectorSecretEncData) WithArrayOfValues ¶
func (s CreateSecretRequestPathSelectorSecretEncData) WithArrayOfValues(values [][]byte) *CreateSecretRequest_FieldSubPathArrayOfValues
func (CreateSecretRequestPathSelectorSecretEncData) WithValue ¶
func (s CreateSecretRequestPathSelectorSecretEncData) WithValue(value []byte) *CreateSecretRequest_FieldSubPathValue
type CreateSecretRequestPathSelectorSecretName ¶
type CreateSecretRequestPathSelectorSecretName struct{}
func (CreateSecretRequestPathSelectorSecretName) FieldPath ¶
func (CreateSecretRequestPathSelectorSecretName) FieldPath() *CreateSecretRequest_FieldSubPath
func (CreateSecretRequestPathSelectorSecretName) WithArrayOfValues ¶
func (s CreateSecretRequestPathSelectorSecretName) WithArrayOfValues(values []*secret.Name) *CreateSecretRequest_FieldSubPathArrayOfValues
func (CreateSecretRequestPathSelectorSecretName) WithValue ¶
func (s CreateSecretRequestPathSelectorSecretName) WithValue(value *secret.Name) *CreateSecretRequest_FieldSubPathValue
type CreateSecretRequest_FieldMask ¶
type CreateSecretRequest_FieldMask struct {
Paths []CreateSecretRequest_FieldPath
}
func FullCreateSecretRequest_FieldMask ¶
func FullCreateSecretRequest_FieldMask() *CreateSecretRequest_FieldMask
func (*CreateSecretRequest_FieldMask) AppendPath ¶
func (fieldMask *CreateSecretRequest_FieldMask) AppendPath(path CreateSecretRequest_FieldPath)
func (*CreateSecretRequest_FieldMask) AppendRawPath ¶
func (fieldMask *CreateSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*CreateSecretRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *CreateSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*CreateSecretRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *CreateSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*CreateSecretRequest_FieldMask) FilterInputFields ¶
func (fieldMask *CreateSecretRequest_FieldMask) FilterInputFields() *CreateSecretRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*CreateSecretRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *CreateSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*CreateSecretRequest_FieldMask) GetPaths ¶
func (fieldMask *CreateSecretRequest_FieldMask) GetPaths() []CreateSecretRequest_FieldPath
func (*CreateSecretRequest_FieldMask) GetRawPaths ¶
func (fieldMask *CreateSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*CreateSecretRequest_FieldMask) IsFull ¶
func (fieldMask *CreateSecretRequest_FieldMask) IsFull() bool
func (CreateSecretRequest_FieldMask) Marshal ¶
func (fieldMask CreateSecretRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (CreateSecretRequest_FieldMask) MarshalJSON ¶
func (fieldMask CreateSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*CreateSecretRequest_FieldMask) PathsCount ¶
func (fieldMask *CreateSecretRequest_FieldMask) PathsCount() int
func (*CreateSecretRequest_FieldMask) Project ¶
func (fieldMask *CreateSecretRequest_FieldMask) Project(source *CreateSecretRequest) *CreateSecretRequest
func (*CreateSecretRequest_FieldMask) ProjectRaw ¶
func (fieldMask *CreateSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*CreateSecretRequest_FieldMask) ProtoMessage ¶
func (fieldMask *CreateSecretRequest_FieldMask) ProtoMessage()
func (*CreateSecretRequest_FieldMask) ProtoReflect ¶
func (fieldMask *CreateSecretRequest_FieldMask) ProtoReflect() preflect.Message
func (*CreateSecretRequest_FieldMask) Reset ¶
func (fieldMask *CreateSecretRequest_FieldMask) Reset()
func (*CreateSecretRequest_FieldMask) Set ¶
func (fieldMask *CreateSecretRequest_FieldMask) Set(target, source *CreateSecretRequest)
func (*CreateSecretRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *CreateSecretRequest_FieldMask) SetFromCliFlag(raw string) error
func (*CreateSecretRequest_FieldMask) SetRaw ¶
func (fieldMask *CreateSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*CreateSecretRequest_FieldMask) Size ¶
func (fieldMask *CreateSecretRequest_FieldMask) Size() int
func (*CreateSecretRequest_FieldMask) String ¶
func (fieldMask *CreateSecretRequest_FieldMask) String() string
func (*CreateSecretRequest_FieldMask) Subtract ¶
func (fieldMask *CreateSecretRequest_FieldMask) Subtract(other *CreateSecretRequest_FieldMask) *CreateSecretRequest_FieldMask
func (*CreateSecretRequest_FieldMask) SubtractRaw ¶
func (fieldMask *CreateSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*CreateSecretRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *CreateSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*CreateSecretRequest_FieldMask) Unmarshal ¶
func (fieldMask *CreateSecretRequest_FieldMask) Unmarshal(data []byte) error
func (*CreateSecretRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *CreateSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
type CreateSecretRequest_FieldPath ¶
type CreateSecretRequest_FieldPath interface { gotenobject.FieldPath Selector() CreateSecretRequest_FieldPathSelector Get(source *CreateSecretRequest) []interface{} GetSingle(source *CreateSecretRequest) (interface{}, bool) ClearValue(item *CreateSecretRequest) // Those methods build corresponding CreateSecretRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) CreateSecretRequest_FieldPathValue WithIArrayOfValues(values interface{}) CreateSecretRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) CreateSecretRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildCreateSecretRequest_FieldPath ¶
func BuildCreateSecretRequest_FieldPath(fp gotenobject.RawFieldPath) (CreateSecretRequest_FieldPath, error)
func MustParseCreateSecretRequest_FieldPath ¶
func MustParseCreateSecretRequest_FieldPath(rawField string) CreateSecretRequest_FieldPath
func ParseCreateSecretRequest_FieldPath ¶
func ParseCreateSecretRequest_FieldPath(rawField string) (CreateSecretRequest_FieldPath, error)
type CreateSecretRequest_FieldPathArrayItemValue ¶
type CreateSecretRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue CreateSecretRequest_FieldPath ContainsValue(*CreateSecretRequest) bool }
CreateSecretRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateSecretRequest according to their type Present only for array (repeated) types.
func MustParseCreateSecretRequest_FieldPathArrayItemValue ¶
func MustParseCreateSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateSecretRequest_FieldPathArrayItemValue
func ParseCreateSecretRequest_FieldPathArrayItemValue ¶
func ParseCreateSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateSecretRequest_FieldPathArrayItemValue, error)
ParseCreateSecretRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type CreateSecretRequest_FieldPathArrayOfValues ¶
type CreateSecretRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues CreateSecretRequest_FieldPath }
CreateSecretRequest_FieldPathArrayOfValues allows storing slice of values for CreateSecretRequest fields according to their type
func MustParseCreateSecretRequest_FieldPathArrayOfValues ¶
func MustParseCreateSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateSecretRequest_FieldPathArrayOfValues
func ParseCreateSecretRequest_FieldPathArrayOfValues ¶
func ParseCreateSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateSecretRequest_FieldPathArrayOfValues, error)
type CreateSecretRequest_FieldPathSelector ¶
type CreateSecretRequest_FieldPathSelector int32
const ( CreateSecretRequest_FieldPathSelectorParent CreateSecretRequest_FieldPathSelector = 0 CreateSecretRequest_FieldPathSelectorSecret CreateSecretRequest_FieldPathSelector = 1 )
func (CreateSecretRequest_FieldPathSelector) String ¶
func (s CreateSecretRequest_FieldPathSelector) String() string
type CreateSecretRequest_FieldPathValue ¶
type CreateSecretRequest_FieldPathValue interface { CreateSecretRequest_FieldPath gotenobject.FieldPathValue SetTo(target **CreateSecretRequest) CompareWith(*CreateSecretRequest) (cmp int, comparable bool) }
CreateSecretRequest_FieldPathValue allows storing values for CreateSecretRequest fields according to their type
func MustParseCreateSecretRequest_FieldPathValue ¶
func MustParseCreateSecretRequest_FieldPathValue(pathStr, valueStr string) CreateSecretRequest_FieldPathValue
func ParseCreateSecretRequest_FieldPathValue ¶
func ParseCreateSecretRequest_FieldPathValue(pathStr, valueStr string) (CreateSecretRequest_FieldPathValue, error)
type CreateSecretRequest_FieldSubPath ¶
type CreateSecretRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*CreateSecretRequest_FieldSubPath) AsSecretSubPath ¶
func (fps *CreateSecretRequest_FieldSubPath) AsSecretSubPath() (secret.Secret_FieldPath, bool)
func (*CreateSecretRequest_FieldSubPath) ClearValue ¶
func (fps *CreateSecretRequest_FieldSubPath) ClearValue(item *CreateSecretRequest)
func (*CreateSecretRequest_FieldSubPath) ClearValueRaw ¶
func (fps *CreateSecretRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*CreateSecretRequest_FieldSubPath) Get ¶
func (fps *CreateSecretRequest_FieldSubPath) Get(source *CreateSecretRequest) (values []interface{})
Get returns all values pointed by selected field from source CreateSecretRequest
func (*CreateSecretRequest_FieldSubPath) GetDefault ¶
func (fps *CreateSecretRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateSecretRequest_FieldSubPath) GetRaw ¶
func (fps *CreateSecretRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*CreateSecretRequest_FieldSubPath) GetSingle ¶
func (fps *CreateSecretRequest_FieldSubPath) GetSingle(source *CreateSecretRequest) (interface{}, bool)
GetSingle returns value of selected field from source CreateSecretRequest
func (*CreateSecretRequest_FieldSubPath) GetSingleRaw ¶
func (fps *CreateSecretRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateSecretRequest_FieldSubPath) IsLeaf ¶
func (fps *CreateSecretRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateSecretRequest_FieldSubPath) JSONString ¶
func (fps *CreateSecretRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateSecretRequest_FieldSubPath) Selector ¶
func (fps *CreateSecretRequest_FieldSubPath) Selector() CreateSecretRequest_FieldPathSelector
func (*CreateSecretRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *CreateSecretRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*CreateSecretRequest_FieldSubPath) String ¶
func (fps *CreateSecretRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*CreateSecretRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *CreateSecretRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateSecretRequest_FieldPathArrayItemValue
func (*CreateSecretRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *CreateSecretRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateSecretRequest_FieldPathArrayOfValues
func (*CreateSecretRequest_FieldSubPath) WithIValue ¶
func (fps *CreateSecretRequest_FieldSubPath) WithIValue(value interface{}) CreateSecretRequest_FieldPathValue
func (*CreateSecretRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *CreateSecretRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateSecretRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *CreateSecretRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateSecretRequest_FieldSubPath) WithRawIValue ¶
func (fps *CreateSecretRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateSecretRequest_FieldSubPathArrayItemValue ¶
type CreateSecretRequest_FieldSubPathArrayItemValue struct { CreateSecretRequest_FieldPath // contains filtered or unexported fields }
func (*CreateSecretRequest_FieldSubPathArrayItemValue) AsSecretPathItemValue ¶
func (fpaivs *CreateSecretRequest_FieldSubPathArrayItemValue) AsSecretPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
func (*CreateSecretRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *CreateSecretRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateSecretRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateSecretRequest'
func (*CreateSecretRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *CreateSecretRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type CreateSecretRequest_FieldSubPathArrayOfValues ¶
type CreateSecretRequest_FieldSubPathArrayOfValues struct { CreateSecretRequest_FieldPath // contains filtered or unexported fields }
func (*CreateSecretRequest_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues ¶
func (fpsaov *CreateSecretRequest_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues() (secret.Secret_FieldPathArrayOfValues, bool)
func (*CreateSecretRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *CreateSecretRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type CreateSecretRequest_FieldSubPathValue ¶
type CreateSecretRequest_FieldSubPathValue struct { CreateSecretRequest_FieldPath // contains filtered or unexported fields }
func (*CreateSecretRequest_FieldSubPathValue) AsSecretPathValue ¶
func (fpvs *CreateSecretRequest_FieldSubPathValue) AsSecretPathValue() (secret.Secret_FieldPathValue, bool)
func (*CreateSecretRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *CreateSecretRequest_FieldSubPathValue) CompareWith(source *CreateSecretRequest) (int, bool)
func (*CreateSecretRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *CreateSecretRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateSecretRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *CreateSecretRequest_FieldSubPathValue) GetRawValue() interface{}
func (*CreateSecretRequest_FieldSubPathValue) SetTo ¶
func (fpvs *CreateSecretRequest_FieldSubPathValue) SetTo(target **CreateSecretRequest)
func (*CreateSecretRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *CreateSecretRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type CreateSecretRequest_FieldTerminalPath ¶
type CreateSecretRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*CreateSecretRequest_FieldTerminalPath) ClearValue ¶
func (fp *CreateSecretRequest_FieldTerminalPath) ClearValue(item *CreateSecretRequest)
func (*CreateSecretRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *CreateSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*CreateSecretRequest_FieldTerminalPath) Get ¶
func (fp *CreateSecretRequest_FieldTerminalPath) Get(source *CreateSecretRequest) (values []interface{})
Get returns all values pointed by specific field from source CreateSecretRequest
func (*CreateSecretRequest_FieldTerminalPath) GetDefault ¶
func (fp *CreateSecretRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateSecretRequest_FieldTerminalPath) GetRaw ¶
func (fp *CreateSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*CreateSecretRequest_FieldTerminalPath) GetSingle ¶
func (fp *CreateSecretRequest_FieldTerminalPath) GetSingle(source *CreateSecretRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source CreateSecretRequest
func (*CreateSecretRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *CreateSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateSecretRequest_FieldTerminalPath) IsLeaf ¶
func (fp *CreateSecretRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateSecretRequest_FieldTerminalPath) JSONString ¶
func (fp *CreateSecretRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateSecretRequest_FieldTerminalPath) Selector ¶
func (fp *CreateSecretRequest_FieldTerminalPath) Selector() CreateSecretRequest_FieldPathSelector
func (*CreateSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *CreateSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*CreateSecretRequest_FieldTerminalPath) String ¶
func (fp *CreateSecretRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*CreateSecretRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *CreateSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateSecretRequest_FieldPathArrayItemValue
func (*CreateSecretRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *CreateSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateSecretRequest_FieldPathArrayOfValues
func (*CreateSecretRequest_FieldTerminalPath) WithIValue ¶
func (fp *CreateSecretRequest_FieldTerminalPath) WithIValue(value interface{}) CreateSecretRequest_FieldPathValue
func (*CreateSecretRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *CreateSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateSecretRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *CreateSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateSecretRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *CreateSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateSecretRequest_FieldTerminalPathArrayItemValue ¶
type CreateSecretRequest_FieldTerminalPathArrayItemValue struct { CreateSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateSecretRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateSecretRequest'
func (*CreateSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object CreateSecretRequest as interface{}
func (*CreateSecretRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateSecretRequest) (interface{}, bool)
func (*CreateSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *CreateSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type CreateSecretRequest_FieldTerminalPathArrayOfValues ¶
type CreateSecretRequest_FieldTerminalPathArrayOfValues struct { CreateSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateSecretRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *CreateSecretRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*secret.ParentReference, bool)
func (*CreateSecretRequest_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues ¶
func (fpaov *CreateSecretRequest_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]*secret.Secret, bool)
func (*CreateSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *CreateSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type CreateSecretRequest_FieldTerminalPathValue ¶
type CreateSecretRequest_FieldTerminalPathValue struct { CreateSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateSecretRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *CreateSecretRequest_FieldTerminalPathValue) AsParentValue() (*secret.ParentReference, bool)
func (*CreateSecretRequest_FieldTerminalPathValue) AsSecretValue ¶
func (fpv *CreateSecretRequest_FieldTerminalPathValue) AsSecretValue() (*secret.Secret, bool)
func (*CreateSecretRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *CreateSecretRequest_FieldTerminalPathValue) CompareWith(source *CreateSecretRequest) (int, bool)
CompareWith compares value in the 'CreateSecretRequest_FieldTerminalPathValue' with the value under path in 'CreateSecretRequest'.
func (*CreateSecretRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *CreateSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateSecretRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *CreateSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CreateSecretRequest' as interface{}
func (*CreateSecretRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *CreateSecretRequest_FieldTerminalPathValue) SetTo(target **CreateSecretRequest)
SetTo stores value for selected field for object CreateSecretRequest
func (*CreateSecretRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *CreateSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DeleteSecretDescriptor ¶ added in v0.4.28
type DeleteSecretDescriptor struct{}
func GetDeleteSecretDescriptor ¶ added in v0.4.28
func GetDeleteSecretDescriptor() *DeleteSecretDescriptor
func (*DeleteSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetApiName() string
func (*DeleteSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetFullMethodName() string
func (*DeleteSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetMethodName() string
func (*DeleteSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetProtoPkgName() string
func (*DeleteSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetServiceDomain() string
func (*DeleteSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetServiceVersion() string
func (*DeleteSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) GetVerb() string
func (*DeleteSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) HasResource() bool
func (*DeleteSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) IsClientStream() bool
func (*DeleteSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) IsCollection() bool
func (*DeleteSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *DeleteSecretDescriptor) IsPlural() bool
func (*DeleteSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) IsServerStream() bool
func (*DeleteSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) IsUnary() bool
func (*DeleteSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *DeleteSecretDescriptor) RequestHasResourceBody() bool
type DeleteSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type DeleteSecretDescriptorClientMsgHandle struct{}
func (*DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type DeleteSecretDescriptorServerMsgHandle struct{}
func (*DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteSecretRequest ¶
type DeleteSecretRequest struct { // Reference of ntt.secrets.v1alpha.Secret Name *secret.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteSecret][ntt.secrets.v1alpha.DeleteSecret]
func (*DeleteSecretRequest) Clone ¶
func (o *DeleteSecretRequest) Clone() *DeleteSecretRequest
func (*DeleteSecretRequest) CloneRaw ¶
func (o *DeleteSecretRequest) CloneRaw() gotenobject.GotenObjectExt
func (*DeleteSecretRequest) Descriptor ¶
func (*DeleteSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteSecretRequest) GetName ¶
func (m *DeleteSecretRequest) GetName() *secret.Reference
func (*DeleteSecretRequest) GotenMessage ¶
func (*DeleteSecretRequest) GotenMessage()
func (*DeleteSecretRequest) GotenObjectExt ¶
func (o *DeleteSecretRequest) GotenObjectExt()
func (*DeleteSecretRequest) GotenValidate ¶
func (obj *DeleteSecretRequest) GotenValidate() error
func (*DeleteSecretRequest) MakeDiffFieldMask ¶
func (o *DeleteSecretRequest) MakeDiffFieldMask(other *DeleteSecretRequest) *DeleteSecretRequest_FieldMask
func (*DeleteSecretRequest) MakeFullFieldMask ¶
func (o *DeleteSecretRequest) MakeFullFieldMask() *DeleteSecretRequest_FieldMask
func (*DeleteSecretRequest) MakeRawDiffFieldMask ¶
func (o *DeleteSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*DeleteSecretRequest) MakeRawFullFieldMask ¶
func (o *DeleteSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*DeleteSecretRequest) Marshal ¶
func (m *DeleteSecretRequest) Marshal() ([]byte, error)
func (*DeleteSecretRequest) MarshalJSON ¶
func (m *DeleteSecretRequest) MarshalJSON() ([]byte, error)
func (*DeleteSecretRequest) Merge ¶
func (o *DeleteSecretRequest) Merge(source *DeleteSecretRequest)
func (*DeleteSecretRequest) MergeRaw ¶
func (o *DeleteSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*DeleteSecretRequest) ProtoMessage ¶
func (*DeleteSecretRequest) ProtoMessage()
func (*DeleteSecretRequest) ProtoReflect ¶
func (m *DeleteSecretRequest) ProtoReflect() preflect.Message
func (*DeleteSecretRequest) Reset ¶
func (m *DeleteSecretRequest) Reset()
func (*DeleteSecretRequest) SetName ¶
func (m *DeleteSecretRequest) SetName(fv *secret.Reference)
func (*DeleteSecretRequest) String ¶
func (m *DeleteSecretRequest) String() string
func (*DeleteSecretRequest) Unmarshal ¶
func (m *DeleteSecretRequest) Unmarshal(b []byte) error
func (*DeleteSecretRequest) UnmarshalJSON ¶
func (m *DeleteSecretRequest) UnmarshalJSON(data []byte) error
type DeleteSecretRequestFieldPathBuilder ¶
type DeleteSecretRequestFieldPathBuilder struct{}
func NewDeleteSecretRequestFieldPathBuilder ¶
func NewDeleteSecretRequestFieldPathBuilder() DeleteSecretRequestFieldPathBuilder
type DeleteSecretRequestPathSelectorName ¶
type DeleteSecretRequestPathSelectorName struct{}
func (DeleteSecretRequestPathSelectorName) FieldPath ¶
func (DeleteSecretRequestPathSelectorName) FieldPath() *DeleteSecretRequest_FieldTerminalPath
func (DeleteSecretRequestPathSelectorName) WithArrayOfValues ¶
func (s DeleteSecretRequestPathSelectorName) WithArrayOfValues(values []*secret.Reference) *DeleteSecretRequest_FieldTerminalPathArrayOfValues
func (DeleteSecretRequestPathSelectorName) WithValue ¶
func (s DeleteSecretRequestPathSelectorName) WithValue(value *secret.Reference) *DeleteSecretRequest_FieldTerminalPathValue
type DeleteSecretRequest_FieldMask ¶
type DeleteSecretRequest_FieldMask struct {
Paths []DeleteSecretRequest_FieldPath
}
func FullDeleteSecretRequest_FieldMask ¶
func FullDeleteSecretRequest_FieldMask() *DeleteSecretRequest_FieldMask
func (*DeleteSecretRequest_FieldMask) AppendPath ¶
func (fieldMask *DeleteSecretRequest_FieldMask) AppendPath(path DeleteSecretRequest_FieldPath)
func (*DeleteSecretRequest_FieldMask) AppendRawPath ¶
func (fieldMask *DeleteSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*DeleteSecretRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *DeleteSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*DeleteSecretRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *DeleteSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*DeleteSecretRequest_FieldMask) FilterInputFields ¶
func (fieldMask *DeleteSecretRequest_FieldMask) FilterInputFields() *DeleteSecretRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*DeleteSecretRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *DeleteSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*DeleteSecretRequest_FieldMask) GetPaths ¶
func (fieldMask *DeleteSecretRequest_FieldMask) GetPaths() []DeleteSecretRequest_FieldPath
func (*DeleteSecretRequest_FieldMask) GetRawPaths ¶
func (fieldMask *DeleteSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*DeleteSecretRequest_FieldMask) IsFull ¶
func (fieldMask *DeleteSecretRequest_FieldMask) IsFull() bool
func (DeleteSecretRequest_FieldMask) Marshal ¶
func (fieldMask DeleteSecretRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (DeleteSecretRequest_FieldMask) MarshalJSON ¶
func (fieldMask DeleteSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*DeleteSecretRequest_FieldMask) PathsCount ¶
func (fieldMask *DeleteSecretRequest_FieldMask) PathsCount() int
func (*DeleteSecretRequest_FieldMask) Project ¶
func (fieldMask *DeleteSecretRequest_FieldMask) Project(source *DeleteSecretRequest) *DeleteSecretRequest
func (*DeleteSecretRequest_FieldMask) ProjectRaw ¶
func (fieldMask *DeleteSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*DeleteSecretRequest_FieldMask) ProtoMessage ¶
func (fieldMask *DeleteSecretRequest_FieldMask) ProtoMessage()
func (*DeleteSecretRequest_FieldMask) ProtoReflect ¶
func (fieldMask *DeleteSecretRequest_FieldMask) ProtoReflect() preflect.Message
func (*DeleteSecretRequest_FieldMask) Reset ¶
func (fieldMask *DeleteSecretRequest_FieldMask) Reset()
func (*DeleteSecretRequest_FieldMask) Set ¶
func (fieldMask *DeleteSecretRequest_FieldMask) Set(target, source *DeleteSecretRequest)
func (*DeleteSecretRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *DeleteSecretRequest_FieldMask) SetFromCliFlag(raw string) error
func (*DeleteSecretRequest_FieldMask) SetRaw ¶
func (fieldMask *DeleteSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*DeleteSecretRequest_FieldMask) Size ¶
func (fieldMask *DeleteSecretRequest_FieldMask) Size() int
func (*DeleteSecretRequest_FieldMask) String ¶
func (fieldMask *DeleteSecretRequest_FieldMask) String() string
func (*DeleteSecretRequest_FieldMask) Subtract ¶
func (fieldMask *DeleteSecretRequest_FieldMask) Subtract(other *DeleteSecretRequest_FieldMask) *DeleteSecretRequest_FieldMask
func (*DeleteSecretRequest_FieldMask) SubtractRaw ¶
func (fieldMask *DeleteSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*DeleteSecretRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *DeleteSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*DeleteSecretRequest_FieldMask) Unmarshal ¶
func (fieldMask *DeleteSecretRequest_FieldMask) Unmarshal(data []byte) error
func (*DeleteSecretRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *DeleteSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
type DeleteSecretRequest_FieldPath ¶
type DeleteSecretRequest_FieldPath interface { gotenobject.FieldPath Selector() DeleteSecretRequest_FieldPathSelector Get(source *DeleteSecretRequest) []interface{} GetSingle(source *DeleteSecretRequest) (interface{}, bool) ClearValue(item *DeleteSecretRequest) // Those methods build corresponding DeleteSecretRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeleteSecretRequest_FieldPathValue WithIArrayOfValues(values interface{}) DeleteSecretRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeleteSecretRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeleteSecretRequest_FieldPath ¶
func BuildDeleteSecretRequest_FieldPath(fp gotenobject.RawFieldPath) (DeleteSecretRequest_FieldPath, error)
func MustParseDeleteSecretRequest_FieldPath ¶
func MustParseDeleteSecretRequest_FieldPath(rawField string) DeleteSecretRequest_FieldPath
func ParseDeleteSecretRequest_FieldPath ¶
func ParseDeleteSecretRequest_FieldPath(rawField string) (DeleteSecretRequest_FieldPath, error)
type DeleteSecretRequest_FieldPathArrayItemValue ¶
type DeleteSecretRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeleteSecretRequest_FieldPath ContainsValue(*DeleteSecretRequest) bool }
DeleteSecretRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteSecretRequest according to their type Present only for array (repeated) types.
func MustParseDeleteSecretRequest_FieldPathArrayItemValue ¶
func MustParseDeleteSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteSecretRequest_FieldPathArrayItemValue
func ParseDeleteSecretRequest_FieldPathArrayItemValue ¶
func ParseDeleteSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteSecretRequest_FieldPathArrayItemValue, error)
ParseDeleteSecretRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeleteSecretRequest_FieldPathArrayOfValues ¶
type DeleteSecretRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeleteSecretRequest_FieldPath }
DeleteSecretRequest_FieldPathArrayOfValues allows storing slice of values for DeleteSecretRequest fields according to their type
func MustParseDeleteSecretRequest_FieldPathArrayOfValues ¶
func MustParseDeleteSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteSecretRequest_FieldPathArrayOfValues
func ParseDeleteSecretRequest_FieldPathArrayOfValues ¶
func ParseDeleteSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteSecretRequest_FieldPathArrayOfValues, error)
type DeleteSecretRequest_FieldPathSelector ¶
type DeleteSecretRequest_FieldPathSelector int32
const (
DeleteSecretRequest_FieldPathSelectorName DeleteSecretRequest_FieldPathSelector = 0
)
func (DeleteSecretRequest_FieldPathSelector) String ¶
func (s DeleteSecretRequest_FieldPathSelector) String() string
type DeleteSecretRequest_FieldPathValue ¶
type DeleteSecretRequest_FieldPathValue interface { DeleteSecretRequest_FieldPath gotenobject.FieldPathValue SetTo(target **DeleteSecretRequest) CompareWith(*DeleteSecretRequest) (cmp int, comparable bool) }
DeleteSecretRequest_FieldPathValue allows storing values for DeleteSecretRequest fields according to their type
func MustParseDeleteSecretRequest_FieldPathValue ¶
func MustParseDeleteSecretRequest_FieldPathValue(pathStr, valueStr string) DeleteSecretRequest_FieldPathValue
func ParseDeleteSecretRequest_FieldPathValue ¶
func ParseDeleteSecretRequest_FieldPathValue(pathStr, valueStr string) (DeleteSecretRequest_FieldPathValue, error)
type DeleteSecretRequest_FieldTerminalPath ¶
type DeleteSecretRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeleteSecretRequest_FieldTerminalPath) ClearValue ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) ClearValue(item *DeleteSecretRequest)
func (*DeleteSecretRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeleteSecretRequest_FieldTerminalPath) Get ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) Get(source *DeleteSecretRequest) (values []interface{})
Get returns all values pointed by specific field from source DeleteSecretRequest
func (*DeleteSecretRequest_FieldTerminalPath) GetDefault ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeleteSecretRequest_FieldTerminalPath) GetRaw ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeleteSecretRequest_FieldTerminalPath) GetSingle ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) GetSingle(source *DeleteSecretRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source DeleteSecretRequest
func (*DeleteSecretRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeleteSecretRequest_FieldTerminalPath) IsLeaf ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeleteSecretRequest_FieldTerminalPath) JSONString ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeleteSecretRequest_FieldTerminalPath) Selector ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) Selector() DeleteSecretRequest_FieldPathSelector
func (*DeleteSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *DeleteSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeleteSecretRequest_FieldTerminalPath) String ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeleteSecretRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteSecretRequest_FieldPathArrayItemValue
func (*DeleteSecretRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteSecretRequest_FieldPathArrayOfValues
func (*DeleteSecretRequest_FieldTerminalPath) WithIValue ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteSecretRequest_FieldPathValue
func (*DeleteSecretRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeleteSecretRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeleteSecretRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *DeleteSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeleteSecretRequest_FieldTerminalPathArrayItemValue ¶
type DeleteSecretRequest_FieldTerminalPathArrayItemValue struct { DeleteSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteSecretRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'DeleteSecretRequest'
func (*DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object DeleteSecretRequest as interface{}
func (*DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteSecretRequest) (interface{}, bool)
func (*DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeleteSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeleteSecretRequest_FieldTerminalPathArrayOfValues ¶
type DeleteSecretRequest_FieldTerminalPathArrayOfValues struct { DeleteSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *DeleteSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*secret.Reference, bool)
func (*DeleteSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeleteSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeleteSecretRequest_FieldTerminalPathValue ¶
type DeleteSecretRequest_FieldTerminalPathValue struct { DeleteSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteSecretRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *DeleteSecretRequest_FieldTerminalPathValue) AsNameValue() (*secret.Reference, bool)
func (*DeleteSecretRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeleteSecretRequest_FieldTerminalPathValue) CompareWith(source *DeleteSecretRequest) (int, bool)
CompareWith compares value in the 'DeleteSecretRequest_FieldTerminalPathValue' with the value under path in 'DeleteSecretRequest'.
func (*DeleteSecretRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeleteSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeleteSecretRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeleteSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'DeleteSecretRequest' as interface{}
func (*DeleteSecretRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *DeleteSecretRequest_FieldTerminalPathValue) SetTo(target **DeleteSecretRequest)
SetTo stores value for selected field for object DeleteSecretRequest
func (*DeleteSecretRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeleteSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetSecretDescriptor ¶ added in v0.4.28
type GetSecretDescriptor struct{}
func GetGetSecretDescriptor ¶ added in v0.4.28
func GetGetSecretDescriptor() *GetSecretDescriptor
func (*GetSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetApiName() string
func (*GetSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetFullMethodName() string
func (*GetSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetMethodName() string
func (*GetSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetProtoPkgName() string
func (*GetSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *GetSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetServiceDomain() string
func (*GetSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetServiceVersion() string
func (*GetSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *GetSecretDescriptor) GetVerb() string
func (*GetSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *GetSecretDescriptor) HasResource() bool
func (*GetSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *GetSecretDescriptor) IsClientStream() bool
func (*GetSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *GetSecretDescriptor) IsCollection() bool
func (*GetSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *GetSecretDescriptor) IsPlural() bool
func (*GetSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *GetSecretDescriptor) IsServerStream() bool
func (*GetSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *GetSecretDescriptor) IsUnary() bool
func (*GetSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *GetSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*GetSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *GetSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*GetSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *GetSecretDescriptor) RequestHasResourceBody() bool
type GetSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type GetSecretDescriptorClientMsgHandle struct{}
func (*GetSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type GetSecretDescriptorServerMsgHandle struct{}
func (*GetSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetSecretRequest ¶
type GetSecretRequest struct { // Reference of ntt.secrets.v1alpha.Secret Name *secret.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 *secret.Secret_FieldMask `` /* 138-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 [GetSecret][ntt.secrets.v1alpha.GetSecret]
func (*GetSecretRequest) Clone ¶
func (o *GetSecretRequest) Clone() *GetSecretRequest
func (*GetSecretRequest) CloneRaw ¶
func (o *GetSecretRequest) CloneRaw() gotenobject.GotenObjectExt
func (*GetSecretRequest) Descriptor ¶
func (*GetSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetSecretRequest.ProtoReflect.Descriptor instead.
func (*GetSecretRequest) GetFieldMask ¶
func (m *GetSecretRequest) GetFieldMask() *secret.Secret_FieldMask
func (*GetSecretRequest) GetName ¶
func (m *GetSecretRequest) GetName() *secret.Reference
func (*GetSecretRequest) GetView ¶
func (m *GetSecretRequest) GetView() view.View
func (*GetSecretRequest) GotenMessage ¶
func (*GetSecretRequest) GotenMessage()
func (*GetSecretRequest) GotenObjectExt ¶
func (o *GetSecretRequest) GotenObjectExt()
func (*GetSecretRequest) GotenValidate ¶
func (obj *GetSecretRequest) GotenValidate() error
func (*GetSecretRequest) MakeDiffFieldMask ¶
func (o *GetSecretRequest) MakeDiffFieldMask(other *GetSecretRequest) *GetSecretRequest_FieldMask
func (*GetSecretRequest) MakeFullFieldMask ¶
func (o *GetSecretRequest) MakeFullFieldMask() *GetSecretRequest_FieldMask
func (*GetSecretRequest) MakeRawDiffFieldMask ¶
func (o *GetSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetSecretRequest) MakeRawFullFieldMask ¶
func (o *GetSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetSecretRequest) Marshal ¶
func (m *GetSecretRequest) Marshal() ([]byte, error)
func (*GetSecretRequest) MarshalJSON ¶
func (m *GetSecretRequest) MarshalJSON() ([]byte, error)
func (*GetSecretRequest) Merge ¶
func (o *GetSecretRequest) Merge(source *GetSecretRequest)
func (*GetSecretRequest) MergeRaw ¶
func (o *GetSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetSecretRequest) ProtoMessage ¶
func (*GetSecretRequest) ProtoMessage()
func (*GetSecretRequest) ProtoReflect ¶
func (m *GetSecretRequest) ProtoReflect() preflect.Message
func (*GetSecretRequest) Reset ¶
func (m *GetSecretRequest) Reset()
func (*GetSecretRequest) SetFieldMask ¶
func (m *GetSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*GetSecretRequest) SetName ¶
func (m *GetSecretRequest) SetName(fv *secret.Reference)
func (*GetSecretRequest) SetView ¶
func (m *GetSecretRequest) SetView(fv view.View)
func (*GetSecretRequest) String ¶
func (m *GetSecretRequest) String() string
func (*GetSecretRequest) Unmarshal ¶
func (m *GetSecretRequest) Unmarshal(b []byte) error
func (*GetSecretRequest) UnmarshalJSON ¶
func (m *GetSecretRequest) UnmarshalJSON(data []byte) error
type GetSecretRequestFieldPathBuilder ¶
type GetSecretRequestFieldPathBuilder struct{}
func NewGetSecretRequestFieldPathBuilder ¶
func NewGetSecretRequestFieldPathBuilder() GetSecretRequestFieldPathBuilder
func (GetSecretRequestFieldPathBuilder) FieldMask ¶
func (GetSecretRequestFieldPathBuilder) FieldMask() GetSecretRequestPathSelectorFieldMask
type GetSecretRequestPathSelectorFieldMask ¶
type GetSecretRequestPathSelectorFieldMask struct{}
func (GetSecretRequestPathSelectorFieldMask) FieldPath ¶
func (GetSecretRequestPathSelectorFieldMask) FieldPath() *GetSecretRequest_FieldTerminalPath
func (GetSecretRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s GetSecretRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *GetSecretRequest_FieldTerminalPathArrayOfValues
func (GetSecretRequestPathSelectorFieldMask) WithValue ¶
func (s GetSecretRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *GetSecretRequest_FieldTerminalPathValue
type GetSecretRequestPathSelectorName ¶
type GetSecretRequestPathSelectorName struct{}
func (GetSecretRequestPathSelectorName) FieldPath ¶
func (GetSecretRequestPathSelectorName) FieldPath() *GetSecretRequest_FieldTerminalPath
func (GetSecretRequestPathSelectorName) WithArrayOfValues ¶
func (s GetSecretRequestPathSelectorName) WithArrayOfValues(values []*secret.Reference) *GetSecretRequest_FieldTerminalPathArrayOfValues
func (GetSecretRequestPathSelectorName) WithValue ¶
func (s GetSecretRequestPathSelectorName) WithValue(value *secret.Reference) *GetSecretRequest_FieldTerminalPathValue
type GetSecretRequestPathSelectorView ¶
type GetSecretRequestPathSelectorView struct{}
func (GetSecretRequestPathSelectorView) FieldPath ¶
func (GetSecretRequestPathSelectorView) FieldPath() *GetSecretRequest_FieldTerminalPath
func (GetSecretRequestPathSelectorView) WithArrayOfValues ¶
func (s GetSecretRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetSecretRequest_FieldTerminalPathArrayOfValues
func (GetSecretRequestPathSelectorView) WithValue ¶
func (s GetSecretRequestPathSelectorView) WithValue(value view.View) *GetSecretRequest_FieldTerminalPathValue
type GetSecretRequest_FieldMask ¶
type GetSecretRequest_FieldMask struct {
Paths []GetSecretRequest_FieldPath
}
func FullGetSecretRequest_FieldMask ¶
func FullGetSecretRequest_FieldMask() *GetSecretRequest_FieldMask
func (*GetSecretRequest_FieldMask) AppendPath ¶
func (fieldMask *GetSecretRequest_FieldMask) AppendPath(path GetSecretRequest_FieldPath)
func (*GetSecretRequest_FieldMask) AppendRawPath ¶
func (fieldMask *GetSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetSecretRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *GetSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetSecretRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *GetSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetSecretRequest_FieldMask) FilterInputFields ¶
func (fieldMask *GetSecretRequest_FieldMask) FilterInputFields() *GetSecretRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetSecretRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetSecretRequest_FieldMask) GetPaths ¶
func (fieldMask *GetSecretRequest_FieldMask) GetPaths() []GetSecretRequest_FieldPath
func (*GetSecretRequest_FieldMask) GetRawPaths ¶
func (fieldMask *GetSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetSecretRequest_FieldMask) IsFull ¶
func (fieldMask *GetSecretRequest_FieldMask) IsFull() bool
func (GetSecretRequest_FieldMask) Marshal ¶
func (fieldMask GetSecretRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetSecretRequest_FieldMask) MarshalJSON ¶
func (fieldMask GetSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*GetSecretRequest_FieldMask) PathsCount ¶
func (fieldMask *GetSecretRequest_FieldMask) PathsCount() int
func (*GetSecretRequest_FieldMask) Project ¶
func (fieldMask *GetSecretRequest_FieldMask) Project(source *GetSecretRequest) *GetSecretRequest
func (*GetSecretRequest_FieldMask) ProjectRaw ¶
func (fieldMask *GetSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetSecretRequest_FieldMask) ProtoMessage ¶
func (fieldMask *GetSecretRequest_FieldMask) ProtoMessage()
func (*GetSecretRequest_FieldMask) ProtoReflect ¶
func (fieldMask *GetSecretRequest_FieldMask) ProtoReflect() preflect.Message
func (*GetSecretRequest_FieldMask) Reset ¶
func (fieldMask *GetSecretRequest_FieldMask) Reset()
func (*GetSecretRequest_FieldMask) Set ¶
func (fieldMask *GetSecretRequest_FieldMask) Set(target, source *GetSecretRequest)
func (*GetSecretRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetSecretRequest_FieldMask) SetFromCliFlag(raw string) error
func (*GetSecretRequest_FieldMask) SetRaw ¶
func (fieldMask *GetSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetSecretRequest_FieldMask) Size ¶
func (fieldMask *GetSecretRequest_FieldMask) Size() int
func (*GetSecretRequest_FieldMask) String ¶
func (fieldMask *GetSecretRequest_FieldMask) String() string
func (*GetSecretRequest_FieldMask) Subtract ¶
func (fieldMask *GetSecretRequest_FieldMask) Subtract(other *GetSecretRequest_FieldMask) *GetSecretRequest_FieldMask
func (*GetSecretRequest_FieldMask) SubtractRaw ¶
func (fieldMask *GetSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetSecretRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetSecretRequest_FieldMask) Unmarshal ¶
func (fieldMask *GetSecretRequest_FieldMask) Unmarshal(data []byte) error
func (*GetSecretRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
type GetSecretRequest_FieldPath ¶
type GetSecretRequest_FieldPath interface { gotenobject.FieldPath Selector() GetSecretRequest_FieldPathSelector Get(source *GetSecretRequest) []interface{} GetSingle(source *GetSecretRequest) (interface{}, bool) ClearValue(item *GetSecretRequest) // Those methods build corresponding GetSecretRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetSecretRequest_FieldPathValue WithIArrayOfValues(values interface{}) GetSecretRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetSecretRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetSecretRequest_FieldPath ¶
func BuildGetSecretRequest_FieldPath(fp gotenobject.RawFieldPath) (GetSecretRequest_FieldPath, error)
func MustParseGetSecretRequest_FieldPath ¶
func MustParseGetSecretRequest_FieldPath(rawField string) GetSecretRequest_FieldPath
func ParseGetSecretRequest_FieldPath ¶
func ParseGetSecretRequest_FieldPath(rawField string) (GetSecretRequest_FieldPath, error)
type GetSecretRequest_FieldPathArrayItemValue ¶
type GetSecretRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetSecretRequest_FieldPath ContainsValue(*GetSecretRequest) bool }
GetSecretRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetSecretRequest according to their type Present only for array (repeated) types.
func MustParseGetSecretRequest_FieldPathArrayItemValue ¶
func MustParseGetSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetSecretRequest_FieldPathArrayItemValue
func ParseGetSecretRequest_FieldPathArrayItemValue ¶
func ParseGetSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetSecretRequest_FieldPathArrayItemValue, error)
ParseGetSecretRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetSecretRequest_FieldPathArrayOfValues ¶
type GetSecretRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetSecretRequest_FieldPath }
GetSecretRequest_FieldPathArrayOfValues allows storing slice of values for GetSecretRequest fields according to their type
func MustParseGetSecretRequest_FieldPathArrayOfValues ¶
func MustParseGetSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetSecretRequest_FieldPathArrayOfValues
func ParseGetSecretRequest_FieldPathArrayOfValues ¶
func ParseGetSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetSecretRequest_FieldPathArrayOfValues, error)
type GetSecretRequest_FieldPathSelector ¶
type GetSecretRequest_FieldPathSelector int32
const ( GetSecretRequest_FieldPathSelectorName GetSecretRequest_FieldPathSelector = 0 GetSecretRequest_FieldPathSelectorFieldMask GetSecretRequest_FieldPathSelector = 1 GetSecretRequest_FieldPathSelectorView GetSecretRequest_FieldPathSelector = 2 )
func (GetSecretRequest_FieldPathSelector) String ¶
func (s GetSecretRequest_FieldPathSelector) String() string
type GetSecretRequest_FieldPathValue ¶
type GetSecretRequest_FieldPathValue interface { GetSecretRequest_FieldPath gotenobject.FieldPathValue SetTo(target **GetSecretRequest) CompareWith(*GetSecretRequest) (cmp int, comparable bool) }
GetSecretRequest_FieldPathValue allows storing values for GetSecretRequest fields according to their type
func MustParseGetSecretRequest_FieldPathValue ¶
func MustParseGetSecretRequest_FieldPathValue(pathStr, valueStr string) GetSecretRequest_FieldPathValue
func ParseGetSecretRequest_FieldPathValue ¶
func ParseGetSecretRequest_FieldPathValue(pathStr, valueStr string) (GetSecretRequest_FieldPathValue, error)
type GetSecretRequest_FieldTerminalPath ¶
type GetSecretRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetSecretRequest_FieldTerminalPath) ClearValue ¶
func (fp *GetSecretRequest_FieldTerminalPath) ClearValue(item *GetSecretRequest)
func (*GetSecretRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetSecretRequest_FieldTerminalPath) Get ¶
func (fp *GetSecretRequest_FieldTerminalPath) Get(source *GetSecretRequest) (values []interface{})
Get returns all values pointed by specific field from source GetSecretRequest
func (*GetSecretRequest_FieldTerminalPath) GetDefault ¶
func (fp *GetSecretRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetSecretRequest_FieldTerminalPath) GetRaw ¶
func (fp *GetSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetSecretRequest_FieldTerminalPath) GetSingle ¶
func (fp *GetSecretRequest_FieldTerminalPath) GetSingle(source *GetSecretRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetSecretRequest
func (*GetSecretRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetSecretRequest_FieldTerminalPath) IsLeaf ¶
func (fp *GetSecretRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetSecretRequest_FieldTerminalPath) JSONString ¶
func (fp *GetSecretRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetSecretRequest_FieldTerminalPath) Selector ¶
func (fp *GetSecretRequest_FieldTerminalPath) Selector() GetSecretRequest_FieldPathSelector
func (*GetSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *GetSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*GetSecretRequest_FieldTerminalPath) String ¶
func (fp *GetSecretRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetSecretRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetSecretRequest_FieldPathArrayItemValue
func (*GetSecretRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetSecretRequest_FieldPathArrayOfValues
func (*GetSecretRequest_FieldTerminalPath) WithIValue ¶
func (fp *GetSecretRequest_FieldTerminalPath) WithIValue(value interface{}) GetSecretRequest_FieldPathValue
func (*GetSecretRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetSecretRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetSecretRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *GetSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetSecretRequest_FieldTerminalPathArrayItemValue ¶
type GetSecretRequest_FieldTerminalPathArrayItemValue struct { GetSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetSecretRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetSecretRequest'
func (*GetSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetSecretRequest as interface{}
func (*GetSecretRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetSecretRequest) (interface{}, bool)
func (*GetSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetSecretRequest_FieldTerminalPathArrayOfValues ¶
type GetSecretRequest_FieldTerminalPathArrayOfValues struct { GetSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetSecretRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
func (*GetSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*secret.Reference, bool)
func (*GetSecretRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*GetSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetSecretRequest_FieldTerminalPathValue ¶
type GetSecretRequest_FieldTerminalPathValue struct { GetSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetSecretRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
func (*GetSecretRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) AsNameValue() (*secret.Reference, bool)
func (*GetSecretRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*GetSecretRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) CompareWith(source *GetSecretRequest) (int, bool)
CompareWith compares value in the 'GetSecretRequest_FieldTerminalPathValue' with the value under path in 'GetSecretRequest'.
func (*GetSecretRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetSecretRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetSecretRequest' as interface{}
func (*GetSecretRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) SetTo(target **GetSecretRequest)
SetTo stores value for selected field for object GetSecretRequest
func (*GetSecretRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListSecretsDescriptor ¶ added in v0.4.28
type ListSecretsDescriptor struct{}
func GetListSecretsDescriptor ¶ added in v0.4.28
func GetListSecretsDescriptor() *ListSecretsDescriptor
func (*ListSecretsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListSecretsDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetApiName() string
func (*ListSecretsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListSecretsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetFullMethodName() string
func (*ListSecretsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetMethodName() string
func (*ListSecretsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetProtoPkgName() string
func (*ListSecretsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListSecretsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListSecretsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetServiceDomain() string
func (*ListSecretsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetServiceVersion() string
func (*ListSecretsDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListSecretsDescriptor) GetVerb() string
func (*ListSecretsDescriptor) HasResource ¶ added in v0.4.30
func (d *ListSecretsDescriptor) HasResource() bool
func (*ListSecretsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListSecretsDescriptor) IsClientStream() bool
func (*ListSecretsDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListSecretsDescriptor) IsCollection() bool
func (*ListSecretsDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListSecretsDescriptor) IsPlural() bool
func (*ListSecretsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListSecretsDescriptor) IsServerStream() bool
func (*ListSecretsDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListSecretsDescriptor) IsUnary() bool
func (*ListSecretsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListSecretsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListSecretsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListSecretsDescriptor) RequestHasResourceBody() bool
type ListSecretsDescriptorClientMsgHandle ¶ added in v0.4.28
type ListSecretsDescriptorClientMsgHandle struct{}
func (*ListSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListSecretsDescriptorServerMsgHandle ¶ added in v0.4.28
type ListSecretsDescriptorServerMsgHandle struct{}
func (*ListSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListSecretsRequest ¶
type ListSecretsRequest struct { // Parent name of ntt.secrets.v1alpha.Secret Parent *secret.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer Secrets 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 // [ListSecretsResponse.next_page_token][ntt.secrets.v1alpha.ListSecretsResponse.next_page_token] PageToken *secret.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 *secret.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 *secret.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 *secret.Secret_FieldMask `` /* 138-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [ListSecrets][ntt.secrets.v1alpha.ListSecrets]
func (*ListSecretsRequest) Clone ¶
func (o *ListSecretsRequest) Clone() *ListSecretsRequest
func (*ListSecretsRequest) CloneRaw ¶
func (o *ListSecretsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListSecretsRequest) Descriptor ¶
func (*ListSecretsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListSecretsRequest.ProtoReflect.Descriptor instead.
func (*ListSecretsRequest) GetFieldMask ¶
func (m *ListSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
func (*ListSecretsRequest) GetFilter ¶
func (m *ListSecretsRequest) GetFilter() *secret.Filter
func (*ListSecretsRequest) GetOrderBy ¶
func (m *ListSecretsRequest) GetOrderBy() *secret.OrderBy
func (*ListSecretsRequest) GetPageSize ¶
func (m *ListSecretsRequest) GetPageSize() int32
func (*ListSecretsRequest) GetPageToken ¶
func (m *ListSecretsRequest) GetPageToken() *secret.PagerCursor
func (*ListSecretsRequest) GetParent ¶
func (m *ListSecretsRequest) GetParent() *secret.ParentName
func (*ListSecretsRequest) GetView ¶
func (m *ListSecretsRequest) GetView() view.View
func (*ListSecretsRequest) GotenMessage ¶
func (*ListSecretsRequest) GotenMessage()
func (*ListSecretsRequest) GotenObjectExt ¶
func (o *ListSecretsRequest) GotenObjectExt()
func (*ListSecretsRequest) GotenValidate ¶
func (obj *ListSecretsRequest) GotenValidate() error
func (*ListSecretsRequest) MakeDiffFieldMask ¶
func (o *ListSecretsRequest) MakeDiffFieldMask(other *ListSecretsRequest) *ListSecretsRequest_FieldMask
func (*ListSecretsRequest) MakeFullFieldMask ¶
func (o *ListSecretsRequest) MakeFullFieldMask() *ListSecretsRequest_FieldMask
func (*ListSecretsRequest) MakeRawDiffFieldMask ¶
func (o *ListSecretsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListSecretsRequest) MakeRawFullFieldMask ¶
func (o *ListSecretsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListSecretsRequest) Marshal ¶
func (m *ListSecretsRequest) Marshal() ([]byte, error)
func (*ListSecretsRequest) MarshalJSON ¶
func (m *ListSecretsRequest) MarshalJSON() ([]byte, error)
func (*ListSecretsRequest) Merge ¶
func (o *ListSecretsRequest) Merge(source *ListSecretsRequest)
func (*ListSecretsRequest) MergeRaw ¶
func (o *ListSecretsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListSecretsRequest) ProtoMessage ¶
func (*ListSecretsRequest) ProtoMessage()
func (*ListSecretsRequest) ProtoReflect ¶
func (m *ListSecretsRequest) ProtoReflect() preflect.Message
func (*ListSecretsRequest) Reset ¶
func (m *ListSecretsRequest) Reset()
func (*ListSecretsRequest) SetFieldMask ¶
func (m *ListSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*ListSecretsRequest) SetFilter ¶
func (m *ListSecretsRequest) SetFilter(fv *secret.Filter)
func (*ListSecretsRequest) SetOrderBy ¶
func (m *ListSecretsRequest) SetOrderBy(fv *secret.OrderBy)
func (*ListSecretsRequest) SetPageSize ¶
func (m *ListSecretsRequest) SetPageSize(fv int32)
func (*ListSecretsRequest) SetPageToken ¶
func (m *ListSecretsRequest) SetPageToken(fv *secret.PagerCursor)
func (*ListSecretsRequest) SetParent ¶
func (m *ListSecretsRequest) SetParent(fv *secret.ParentName)
func (*ListSecretsRequest) SetView ¶
func (m *ListSecretsRequest) SetView(fv view.View)
func (*ListSecretsRequest) String ¶
func (m *ListSecretsRequest) String() string
func (*ListSecretsRequest) Unmarshal ¶
func (m *ListSecretsRequest) Unmarshal(b []byte) error
func (*ListSecretsRequest) UnmarshalJSON ¶
func (m *ListSecretsRequest) UnmarshalJSON(data []byte) error
type ListSecretsRequestFieldPathBuilder ¶
type ListSecretsRequestFieldPathBuilder struct{}
func NewListSecretsRequestFieldPathBuilder ¶
func NewListSecretsRequestFieldPathBuilder() ListSecretsRequestFieldPathBuilder
func (ListSecretsRequestFieldPathBuilder) FieldMask ¶
func (ListSecretsRequestFieldPathBuilder) FieldMask() ListSecretsRequestPathSelectorFieldMask
func (ListSecretsRequestFieldPathBuilder) OrderBy ¶
func (ListSecretsRequestFieldPathBuilder) OrderBy() ListSecretsRequestPathSelectorOrderBy
func (ListSecretsRequestFieldPathBuilder) PageSize ¶
func (ListSecretsRequestFieldPathBuilder) PageSize() ListSecretsRequestPathSelectorPageSize
func (ListSecretsRequestFieldPathBuilder) PageToken ¶
func (ListSecretsRequestFieldPathBuilder) PageToken() ListSecretsRequestPathSelectorPageToken
type ListSecretsRequestPathSelectorFieldMask ¶
type ListSecretsRequestPathSelectorFieldMask struct{}
func (ListSecretsRequestPathSelectorFieldMask) FieldPath ¶
func (ListSecretsRequestPathSelectorFieldMask) FieldPath() *ListSecretsRequest_FieldTerminalPath
func (ListSecretsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListSecretsRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *ListSecretsRequest_FieldTerminalPathArrayOfValues
func (ListSecretsRequestPathSelectorFieldMask) WithValue ¶
func (s ListSecretsRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *ListSecretsRequest_FieldTerminalPathValue
type ListSecretsRequestPathSelectorFilter ¶
type ListSecretsRequestPathSelectorFilter struct{}
func (ListSecretsRequestPathSelectorFilter) FieldPath ¶
func (ListSecretsRequestPathSelectorFilter) FieldPath() *ListSecretsRequest_FieldTerminalPath
func (ListSecretsRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListSecretsRequestPathSelectorFilter) WithArrayOfValues(values []*secret.Filter) *ListSecretsRequest_FieldTerminalPathArrayOfValues
func (ListSecretsRequestPathSelectorFilter) WithValue ¶
func (s ListSecretsRequestPathSelectorFilter) WithValue(value *secret.Filter) *ListSecretsRequest_FieldTerminalPathValue
type ListSecretsRequestPathSelectorOrderBy ¶
type ListSecretsRequestPathSelectorOrderBy struct{}
func (ListSecretsRequestPathSelectorOrderBy) FieldPath ¶
func (ListSecretsRequestPathSelectorOrderBy) FieldPath() *ListSecretsRequest_FieldTerminalPath
func (ListSecretsRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListSecretsRequestPathSelectorOrderBy) WithArrayOfValues(values []*secret.OrderBy) *ListSecretsRequest_FieldTerminalPathArrayOfValues
func (ListSecretsRequestPathSelectorOrderBy) WithValue ¶
func (s ListSecretsRequestPathSelectorOrderBy) WithValue(value *secret.OrderBy) *ListSecretsRequest_FieldTerminalPathValue
type ListSecretsRequestPathSelectorPageSize ¶
type ListSecretsRequestPathSelectorPageSize struct{}
func (ListSecretsRequestPathSelectorPageSize) FieldPath ¶
func (ListSecretsRequestPathSelectorPageSize) FieldPath() *ListSecretsRequest_FieldTerminalPath
func (ListSecretsRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListSecretsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListSecretsRequest_FieldTerminalPathArrayOfValues
func (ListSecretsRequestPathSelectorPageSize) WithValue ¶
func (s ListSecretsRequestPathSelectorPageSize) WithValue(value int32) *ListSecretsRequest_FieldTerminalPathValue
type ListSecretsRequestPathSelectorPageToken ¶
type ListSecretsRequestPathSelectorPageToken struct{}
func (ListSecretsRequestPathSelectorPageToken) FieldPath ¶
func (ListSecretsRequestPathSelectorPageToken) FieldPath() *ListSecretsRequest_FieldTerminalPath
func (ListSecretsRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListSecretsRequestPathSelectorPageToken) WithArrayOfValues(values []*secret.PagerCursor) *ListSecretsRequest_FieldTerminalPathArrayOfValues
func (ListSecretsRequestPathSelectorPageToken) WithValue ¶
func (s ListSecretsRequestPathSelectorPageToken) WithValue(value *secret.PagerCursor) *ListSecretsRequest_FieldTerminalPathValue
type ListSecretsRequestPathSelectorParent ¶
type ListSecretsRequestPathSelectorParent struct{}
func (ListSecretsRequestPathSelectorParent) FieldPath ¶
func (ListSecretsRequestPathSelectorParent) FieldPath() *ListSecretsRequest_FieldTerminalPath
func (ListSecretsRequestPathSelectorParent) WithArrayOfValues ¶
func (s ListSecretsRequestPathSelectorParent) WithArrayOfValues(values []*secret.ParentName) *ListSecretsRequest_FieldTerminalPathArrayOfValues
func (ListSecretsRequestPathSelectorParent) WithValue ¶
func (s ListSecretsRequestPathSelectorParent) WithValue(value *secret.ParentName) *ListSecretsRequest_FieldTerminalPathValue
type ListSecretsRequestPathSelectorView ¶
type ListSecretsRequestPathSelectorView struct{}
func (ListSecretsRequestPathSelectorView) FieldPath ¶
func (ListSecretsRequestPathSelectorView) FieldPath() *ListSecretsRequest_FieldTerminalPath
func (ListSecretsRequestPathSelectorView) WithArrayOfValues ¶
func (s ListSecretsRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListSecretsRequest_FieldTerminalPathArrayOfValues
func (ListSecretsRequestPathSelectorView) WithValue ¶
func (s ListSecretsRequestPathSelectorView) WithValue(value view.View) *ListSecretsRequest_FieldTerminalPathValue
type ListSecretsRequest_FieldMask ¶
type ListSecretsRequest_FieldMask struct {
Paths []ListSecretsRequest_FieldPath
}
func FullListSecretsRequest_FieldMask ¶
func FullListSecretsRequest_FieldMask() *ListSecretsRequest_FieldMask
func (*ListSecretsRequest_FieldMask) AppendPath ¶
func (fieldMask *ListSecretsRequest_FieldMask) AppendPath(path ListSecretsRequest_FieldPath)
func (*ListSecretsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListSecretsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListSecretsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListSecretsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListSecretsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListSecretsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListSecretsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListSecretsRequest_FieldMask) FilterInputFields() *ListSecretsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListSecretsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListSecretsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListSecretsRequest_FieldMask) GetPaths ¶
func (fieldMask *ListSecretsRequest_FieldMask) GetPaths() []ListSecretsRequest_FieldPath
func (*ListSecretsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListSecretsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListSecretsRequest_FieldMask) IsFull ¶
func (fieldMask *ListSecretsRequest_FieldMask) IsFull() bool
func (ListSecretsRequest_FieldMask) Marshal ¶
func (fieldMask ListSecretsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListSecretsRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListSecretsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListSecretsRequest_FieldMask) PathsCount ¶
func (fieldMask *ListSecretsRequest_FieldMask) PathsCount() int
func (*ListSecretsRequest_FieldMask) Project ¶
func (fieldMask *ListSecretsRequest_FieldMask) Project(source *ListSecretsRequest) *ListSecretsRequest
func (*ListSecretsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListSecretsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListSecretsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListSecretsRequest_FieldMask) ProtoMessage()
func (*ListSecretsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListSecretsRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListSecretsRequest_FieldMask) Reset ¶
func (fieldMask *ListSecretsRequest_FieldMask) Reset()
func (*ListSecretsRequest_FieldMask) Set ¶
func (fieldMask *ListSecretsRequest_FieldMask) Set(target, source *ListSecretsRequest)
func (*ListSecretsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListSecretsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListSecretsRequest_FieldMask) SetRaw ¶
func (fieldMask *ListSecretsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListSecretsRequest_FieldMask) Size ¶
func (fieldMask *ListSecretsRequest_FieldMask) Size() int
func (*ListSecretsRequest_FieldMask) String ¶
func (fieldMask *ListSecretsRequest_FieldMask) String() string
func (*ListSecretsRequest_FieldMask) Subtract ¶
func (fieldMask *ListSecretsRequest_FieldMask) Subtract(other *ListSecretsRequest_FieldMask) *ListSecretsRequest_FieldMask
func (*ListSecretsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListSecretsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListSecretsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListSecretsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListSecretsRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListSecretsRequest_FieldMask) Unmarshal(data []byte) error
func (*ListSecretsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListSecretsRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListSecretsRequest_FieldPath ¶
type ListSecretsRequest_FieldPath interface { gotenobject.FieldPath Selector() ListSecretsRequest_FieldPathSelector Get(source *ListSecretsRequest) []interface{} GetSingle(source *ListSecretsRequest) (interface{}, bool) ClearValue(item *ListSecretsRequest) // Those methods build corresponding ListSecretsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListSecretsRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListSecretsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListSecretsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListSecretsRequest_FieldPath ¶
func BuildListSecretsRequest_FieldPath(fp gotenobject.RawFieldPath) (ListSecretsRequest_FieldPath, error)
func MustParseListSecretsRequest_FieldPath ¶
func MustParseListSecretsRequest_FieldPath(rawField string) ListSecretsRequest_FieldPath
func ParseListSecretsRequest_FieldPath ¶
func ParseListSecretsRequest_FieldPath(rawField string) (ListSecretsRequest_FieldPath, error)
type ListSecretsRequest_FieldPathArrayItemValue ¶
type ListSecretsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListSecretsRequest_FieldPath ContainsValue(*ListSecretsRequest) bool }
ListSecretsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListSecretsRequest according to their type Present only for array (repeated) types.
func MustParseListSecretsRequest_FieldPathArrayItemValue ¶
func MustParseListSecretsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListSecretsRequest_FieldPathArrayItemValue
func ParseListSecretsRequest_FieldPathArrayItemValue ¶
func ParseListSecretsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListSecretsRequest_FieldPathArrayItemValue, error)
ParseListSecretsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListSecretsRequest_FieldPathArrayOfValues ¶
type ListSecretsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListSecretsRequest_FieldPath }
ListSecretsRequest_FieldPathArrayOfValues allows storing slice of values for ListSecretsRequest fields according to their type
func MustParseListSecretsRequest_FieldPathArrayOfValues ¶
func MustParseListSecretsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListSecretsRequest_FieldPathArrayOfValues
func ParseListSecretsRequest_FieldPathArrayOfValues ¶
func ParseListSecretsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListSecretsRequest_FieldPathArrayOfValues, error)
type ListSecretsRequest_FieldPathSelector ¶
type ListSecretsRequest_FieldPathSelector int32
const ( ListSecretsRequest_FieldPathSelectorParent ListSecretsRequest_FieldPathSelector = 0 ListSecretsRequest_FieldPathSelectorPageSize ListSecretsRequest_FieldPathSelector = 1 ListSecretsRequest_FieldPathSelectorPageToken ListSecretsRequest_FieldPathSelector = 2 ListSecretsRequest_FieldPathSelectorOrderBy ListSecretsRequest_FieldPathSelector = 3 ListSecretsRequest_FieldPathSelectorFilter ListSecretsRequest_FieldPathSelector = 4 ListSecretsRequest_FieldPathSelectorFieldMask ListSecretsRequest_FieldPathSelector = 5 ListSecretsRequest_FieldPathSelectorView ListSecretsRequest_FieldPathSelector = 6 )
func (ListSecretsRequest_FieldPathSelector) String ¶
func (s ListSecretsRequest_FieldPathSelector) String() string
type ListSecretsRequest_FieldPathValue ¶
type ListSecretsRequest_FieldPathValue interface { ListSecretsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListSecretsRequest) CompareWith(*ListSecretsRequest) (cmp int, comparable bool) }
ListSecretsRequest_FieldPathValue allows storing values for ListSecretsRequest fields according to their type
func MustParseListSecretsRequest_FieldPathValue ¶
func MustParseListSecretsRequest_FieldPathValue(pathStr, valueStr string) ListSecretsRequest_FieldPathValue
func ParseListSecretsRequest_FieldPathValue ¶
func ParseListSecretsRequest_FieldPathValue(pathStr, valueStr string) (ListSecretsRequest_FieldPathValue, error)
type ListSecretsRequest_FieldTerminalPath ¶
type ListSecretsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListSecretsRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListSecretsRequest_FieldTerminalPath) ClearValue(item *ListSecretsRequest)
func (*ListSecretsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListSecretsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListSecretsRequest_FieldTerminalPath) Get ¶
func (fp *ListSecretsRequest_FieldTerminalPath) Get(source *ListSecretsRequest) (values []interface{})
Get returns all values pointed by specific field from source ListSecretsRequest
func (*ListSecretsRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListSecretsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListSecretsRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListSecretsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListSecretsRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListSecretsRequest_FieldTerminalPath) GetSingle(source *ListSecretsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListSecretsRequest
func (*ListSecretsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListSecretsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListSecretsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListSecretsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListSecretsRequest_FieldTerminalPath) JSONString ¶
func (fp *ListSecretsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListSecretsRequest_FieldTerminalPath) Selector ¶
func (fp *ListSecretsRequest_FieldTerminalPath) Selector() ListSecretsRequest_FieldPathSelector
func (*ListSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListSecretsRequest_FieldTerminalPath) String ¶
func (fp *ListSecretsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListSecretsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListSecretsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListSecretsRequest_FieldPathArrayItemValue
func (*ListSecretsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListSecretsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListSecretsRequest_FieldPathArrayOfValues
func (*ListSecretsRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListSecretsRequest_FieldTerminalPath) WithIValue(value interface{}) ListSecretsRequest_FieldPathValue
func (*ListSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListSecretsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListSecretsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListSecretsRequest_FieldTerminalPathArrayItemValue ¶
type ListSecretsRequest_FieldTerminalPathArrayItemValue struct { ListSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListSecretsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListSecretsRequest'
func (*ListSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListSecretsRequest as interface{}
func (*ListSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListSecretsRequest) (interface{}, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListSecretsRequest_FieldTerminalPathArrayOfValues ¶
type ListSecretsRequest_FieldTerminalPathArrayOfValues struct { ListSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*secret.Filter, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*secret.OrderBy, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*secret.ParentName, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*ListSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListSecretsRequest_FieldTerminalPathValue ¶
type ListSecretsRequest_FieldTerminalPathValue struct { ListSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsFilterValue() (*secret.Filter, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsOrderByValue() (*secret.OrderBy, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsPageTokenValue() (*secret.PagerCursor, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsParentValue() (*secret.ParentName, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) CompareWith(source *ListSecretsRequest) (int, bool)
CompareWith compares value in the 'ListSecretsRequest_FieldTerminalPathValue' with the value under path in 'ListSecretsRequest'.
func (*ListSecretsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListSecretsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListSecretsRequest' as interface{}
func (*ListSecretsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) SetTo(target **ListSecretsRequest)
SetTo stores value for selected field for object ListSecretsRequest
func (*ListSecretsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListSecretsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListSecretsResponse ¶
type ListSecretsResponse struct { // The list of Secrets Secrets []*secret.Secret `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty" firestore:"secrets"` // A token to retrieve previous page of results. Pass this value in the // [ListSecretsRequest.page_token][ntt.secrets.v1alpha.ListSecretsRequest.page_token] PrevPageToken *secret.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListSecretsRequest.page_token][ntt.secrets.v1alpha.ListSecretsRequest.page_token] NextPageToken *secret.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListSecrets][ntt.secrets.v1alpha.ListSecrets]
func (*ListSecretsResponse) Clone ¶
func (o *ListSecretsResponse) Clone() *ListSecretsResponse
func (*ListSecretsResponse) CloneRaw ¶
func (o *ListSecretsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListSecretsResponse) Descriptor ¶
func (*ListSecretsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListSecretsResponse.ProtoReflect.Descriptor instead.
func (*ListSecretsResponse) GetNextPageToken ¶
func (m *ListSecretsResponse) GetNextPageToken() *secret.PagerCursor
func (*ListSecretsResponse) GetPrevPageToken ¶
func (m *ListSecretsResponse) GetPrevPageToken() *secret.PagerCursor
func (*ListSecretsResponse) GetSecrets ¶
func (m *ListSecretsResponse) GetSecrets() []*secret.Secret
func (*ListSecretsResponse) GotenMessage ¶
func (*ListSecretsResponse) GotenMessage()
func (*ListSecretsResponse) GotenObjectExt ¶
func (o *ListSecretsResponse) GotenObjectExt()
func (*ListSecretsResponse) GotenValidate ¶
func (obj *ListSecretsResponse) GotenValidate() error
func (*ListSecretsResponse) MakeDiffFieldMask ¶
func (o *ListSecretsResponse) MakeDiffFieldMask(other *ListSecretsResponse) *ListSecretsResponse_FieldMask
func (*ListSecretsResponse) MakeFullFieldMask ¶
func (o *ListSecretsResponse) MakeFullFieldMask() *ListSecretsResponse_FieldMask
func (*ListSecretsResponse) MakeRawDiffFieldMask ¶
func (o *ListSecretsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListSecretsResponse) MakeRawFullFieldMask ¶
func (o *ListSecretsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListSecretsResponse) Marshal ¶
func (m *ListSecretsResponse) Marshal() ([]byte, error)
func (*ListSecretsResponse) MarshalJSON ¶
func (m *ListSecretsResponse) MarshalJSON() ([]byte, error)
func (*ListSecretsResponse) Merge ¶
func (o *ListSecretsResponse) Merge(source *ListSecretsResponse)
func (*ListSecretsResponse) MergeRaw ¶
func (o *ListSecretsResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListSecretsResponse) ProtoMessage ¶
func (*ListSecretsResponse) ProtoMessage()
func (*ListSecretsResponse) ProtoReflect ¶
func (m *ListSecretsResponse) ProtoReflect() preflect.Message
func (*ListSecretsResponse) Reset ¶
func (m *ListSecretsResponse) Reset()
func (*ListSecretsResponse) SetNextPageToken ¶
func (m *ListSecretsResponse) SetNextPageToken(fv *secret.PagerCursor)
func (*ListSecretsResponse) SetPrevPageToken ¶
func (m *ListSecretsResponse) SetPrevPageToken(fv *secret.PagerCursor)
func (*ListSecretsResponse) SetSecrets ¶
func (m *ListSecretsResponse) SetSecrets(fv []*secret.Secret)
func (*ListSecretsResponse) String ¶
func (m *ListSecretsResponse) String() string
func (*ListSecretsResponse) Unmarshal ¶
func (m *ListSecretsResponse) Unmarshal(b []byte) error
func (*ListSecretsResponse) UnmarshalJSON ¶
func (m *ListSecretsResponse) UnmarshalJSON(data []byte) error
type ListSecretsResponseFieldPathBuilder ¶
type ListSecretsResponseFieldPathBuilder struct{}
func NewListSecretsResponseFieldPathBuilder ¶
func NewListSecretsResponseFieldPathBuilder() ListSecretsResponseFieldPathBuilder
func (ListSecretsResponseFieldPathBuilder) NextPageToken ¶
func (ListSecretsResponseFieldPathBuilder) NextPageToken() ListSecretsResponsePathSelectorNextPageToken
func (ListSecretsResponseFieldPathBuilder) PrevPageToken ¶
func (ListSecretsResponseFieldPathBuilder) PrevPageToken() ListSecretsResponsePathSelectorPrevPageToken
type ListSecretsResponseMapPathSelectorSecretsData ¶
type ListSecretsResponseMapPathSelectorSecretsData struct {
// contains filtered or unexported fields
}
func (ListSecretsResponseMapPathSelectorSecretsData) FieldPath ¶
func (s ListSecretsResponseMapPathSelectorSecretsData) FieldPath() *ListSecretsResponse_FieldSubPath
func (ListSecretsResponseMapPathSelectorSecretsData) WithArrayOfValues ¶
func (s ListSecretsResponseMapPathSelectorSecretsData) WithArrayOfValues(values []string) *ListSecretsResponse_FieldSubPathArrayOfValues
func (ListSecretsResponseMapPathSelectorSecretsData) WithValue ¶
func (s ListSecretsResponseMapPathSelectorSecretsData) WithValue(value string) *ListSecretsResponse_FieldSubPathValue
type ListSecretsResponsePathSelectorNextPageToken ¶
type ListSecretsResponsePathSelectorNextPageToken struct{}
func (ListSecretsResponsePathSelectorNextPageToken) FieldPath ¶
func (ListSecretsResponsePathSelectorNextPageToken) FieldPath() *ListSecretsResponse_FieldTerminalPath
func (ListSecretsResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListSecretsResponsePathSelectorNextPageToken) WithArrayOfValues(values []*secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathArrayOfValues
func (ListSecretsResponsePathSelectorNextPageToken) WithValue ¶
func (s ListSecretsResponsePathSelectorNextPageToken) WithValue(value *secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathValue
type ListSecretsResponsePathSelectorPrevPageToken ¶
type ListSecretsResponsePathSelectorPrevPageToken struct{}
func (ListSecretsResponsePathSelectorPrevPageToken) FieldPath ¶
func (ListSecretsResponsePathSelectorPrevPageToken) FieldPath() *ListSecretsResponse_FieldTerminalPath
func (ListSecretsResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListSecretsResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathArrayOfValues
func (ListSecretsResponsePathSelectorPrevPageToken) WithValue ¶
func (s ListSecretsResponsePathSelectorPrevPageToken) WithValue(value *secret.PagerCursor) *ListSecretsResponse_FieldTerminalPathValue
type ListSecretsResponsePathSelectorSecrets ¶
type ListSecretsResponsePathSelectorSecrets struct{}
func (ListSecretsResponsePathSelectorSecrets) FieldPath ¶
func (ListSecretsResponsePathSelectorSecrets) FieldPath() *ListSecretsResponse_FieldTerminalPath
func (ListSecretsResponsePathSelectorSecrets) WithArrayOfValues ¶
func (s ListSecretsResponsePathSelectorSecrets) WithArrayOfValues(values [][]*secret.Secret) *ListSecretsResponse_FieldTerminalPathArrayOfValues
func (ListSecretsResponsePathSelectorSecrets) WithItemValue ¶
func (s ListSecretsResponsePathSelectorSecrets) WithItemValue(value *secret.Secret) *ListSecretsResponse_FieldTerminalPathArrayItemValue
func (ListSecretsResponsePathSelectorSecrets) WithSubArrayItemValue ¶
func (s ListSecretsResponsePathSelectorSecrets) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *ListSecretsResponse_FieldSubPathArrayItemValue
func (ListSecretsResponsePathSelectorSecrets) WithSubArrayOfValues ¶
func (s ListSecretsResponsePathSelectorSecrets) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *ListSecretsResponse_FieldSubPathArrayOfValues
func (ListSecretsResponsePathSelectorSecrets) WithSubPath ¶
func (ListSecretsResponsePathSelectorSecrets) WithSubPath(subPath secret.Secret_FieldPath) *ListSecretsResponse_FieldSubPath
func (ListSecretsResponsePathSelectorSecrets) WithSubValue ¶
func (s ListSecretsResponsePathSelectorSecrets) WithSubValue(subPathValue secret.Secret_FieldPathValue) *ListSecretsResponse_FieldSubPathValue
func (ListSecretsResponsePathSelectorSecrets) WithValue ¶
func (s ListSecretsResponsePathSelectorSecrets) WithValue(value []*secret.Secret) *ListSecretsResponse_FieldTerminalPathValue
type ListSecretsResponsePathSelectorSecretsData ¶
type ListSecretsResponsePathSelectorSecretsData struct{}
func (ListSecretsResponsePathSelectorSecretsData) FieldPath ¶
func (ListSecretsResponsePathSelectorSecretsData) FieldPath() *ListSecretsResponse_FieldSubPath
func (ListSecretsResponsePathSelectorSecretsData) WithArrayOfValues ¶
func (s ListSecretsResponsePathSelectorSecretsData) WithArrayOfValues(values []map[string]string) *ListSecretsResponse_FieldSubPathArrayOfValues
func (ListSecretsResponsePathSelectorSecretsData) WithValue ¶
func (s ListSecretsResponsePathSelectorSecretsData) WithValue(value map[string]string) *ListSecretsResponse_FieldSubPathValue
type ListSecretsResponsePathSelectorSecretsEncData ¶
type ListSecretsResponsePathSelectorSecretsEncData struct{}
func (ListSecretsResponsePathSelectorSecretsEncData) FieldPath ¶
func (ListSecretsResponsePathSelectorSecretsEncData) FieldPath() *ListSecretsResponse_FieldSubPath
func (ListSecretsResponsePathSelectorSecretsEncData) WithArrayOfValues ¶
func (s ListSecretsResponsePathSelectorSecretsEncData) WithArrayOfValues(values [][]byte) *ListSecretsResponse_FieldSubPathArrayOfValues
func (ListSecretsResponsePathSelectorSecretsEncData) WithValue ¶
func (s ListSecretsResponsePathSelectorSecretsEncData) WithValue(value []byte) *ListSecretsResponse_FieldSubPathValue
type ListSecretsResponsePathSelectorSecretsName ¶
type ListSecretsResponsePathSelectorSecretsName struct{}
func (ListSecretsResponsePathSelectorSecretsName) FieldPath ¶
func (ListSecretsResponsePathSelectorSecretsName) FieldPath() *ListSecretsResponse_FieldSubPath
func (ListSecretsResponsePathSelectorSecretsName) WithArrayOfValues ¶
func (s ListSecretsResponsePathSelectorSecretsName) WithArrayOfValues(values []*secret.Name) *ListSecretsResponse_FieldSubPathArrayOfValues
func (ListSecretsResponsePathSelectorSecretsName) WithValue ¶
func (s ListSecretsResponsePathSelectorSecretsName) WithValue(value *secret.Name) *ListSecretsResponse_FieldSubPathValue
type ListSecretsResponse_FieldMask ¶
type ListSecretsResponse_FieldMask struct {
Paths []ListSecretsResponse_FieldPath
}
func FullListSecretsResponse_FieldMask ¶
func FullListSecretsResponse_FieldMask() *ListSecretsResponse_FieldMask
func (*ListSecretsResponse_FieldMask) AppendPath ¶
func (fieldMask *ListSecretsResponse_FieldMask) AppendPath(path ListSecretsResponse_FieldPath)
func (*ListSecretsResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListSecretsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListSecretsResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListSecretsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListSecretsResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListSecretsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListSecretsResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListSecretsResponse_FieldMask) FilterInputFields() *ListSecretsResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListSecretsResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListSecretsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListSecretsResponse_FieldMask) GetPaths ¶
func (fieldMask *ListSecretsResponse_FieldMask) GetPaths() []ListSecretsResponse_FieldPath
func (*ListSecretsResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListSecretsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListSecretsResponse_FieldMask) IsFull ¶
func (fieldMask *ListSecretsResponse_FieldMask) IsFull() bool
func (ListSecretsResponse_FieldMask) Marshal ¶
func (fieldMask ListSecretsResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListSecretsResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListSecretsResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListSecretsResponse_FieldMask) PathsCount ¶
func (fieldMask *ListSecretsResponse_FieldMask) PathsCount() int
func (*ListSecretsResponse_FieldMask) Project ¶
func (fieldMask *ListSecretsResponse_FieldMask) Project(source *ListSecretsResponse) *ListSecretsResponse
func (*ListSecretsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListSecretsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListSecretsResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListSecretsResponse_FieldMask) ProtoMessage()
func (*ListSecretsResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListSecretsResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListSecretsResponse_FieldMask) Reset ¶
func (fieldMask *ListSecretsResponse_FieldMask) Reset()
func (*ListSecretsResponse_FieldMask) Set ¶
func (fieldMask *ListSecretsResponse_FieldMask) Set(target, source *ListSecretsResponse)
func (*ListSecretsResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListSecretsResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListSecretsResponse_FieldMask) SetRaw ¶
func (fieldMask *ListSecretsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListSecretsResponse_FieldMask) Size ¶
func (fieldMask *ListSecretsResponse_FieldMask) Size() int
func (*ListSecretsResponse_FieldMask) String ¶
func (fieldMask *ListSecretsResponse_FieldMask) String() string
func (*ListSecretsResponse_FieldMask) Subtract ¶
func (fieldMask *ListSecretsResponse_FieldMask) Subtract(other *ListSecretsResponse_FieldMask) *ListSecretsResponse_FieldMask
func (*ListSecretsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListSecretsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListSecretsResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListSecretsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListSecretsResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListSecretsResponse_FieldMask) Unmarshal(data []byte) error
func (*ListSecretsResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListSecretsResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListSecretsResponse_FieldPath ¶
type ListSecretsResponse_FieldPath interface { gotenobject.FieldPath Selector() ListSecretsResponse_FieldPathSelector Get(source *ListSecretsResponse) []interface{} GetSingle(source *ListSecretsResponse) (interface{}, bool) ClearValue(item *ListSecretsResponse) // Those methods build corresponding ListSecretsResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListSecretsResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListSecretsResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListSecretsResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListSecretsResponse_FieldPath ¶
func BuildListSecretsResponse_FieldPath(fp gotenobject.RawFieldPath) (ListSecretsResponse_FieldPath, error)
func MustParseListSecretsResponse_FieldPath ¶
func MustParseListSecretsResponse_FieldPath(rawField string) ListSecretsResponse_FieldPath
func ParseListSecretsResponse_FieldPath ¶
func ParseListSecretsResponse_FieldPath(rawField string) (ListSecretsResponse_FieldPath, error)
type ListSecretsResponse_FieldPathArrayItemValue ¶
type ListSecretsResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListSecretsResponse_FieldPath ContainsValue(*ListSecretsResponse) bool }
ListSecretsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListSecretsResponse according to their type Present only for array (repeated) types.
func MustParseListSecretsResponse_FieldPathArrayItemValue ¶
func MustParseListSecretsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListSecretsResponse_FieldPathArrayItemValue
func ParseListSecretsResponse_FieldPathArrayItemValue ¶
func ParseListSecretsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListSecretsResponse_FieldPathArrayItemValue, error)
ParseListSecretsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListSecretsResponse_FieldPathArrayOfValues ¶
type ListSecretsResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListSecretsResponse_FieldPath }
ListSecretsResponse_FieldPathArrayOfValues allows storing slice of values for ListSecretsResponse fields according to their type
func MustParseListSecretsResponse_FieldPathArrayOfValues ¶
func MustParseListSecretsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListSecretsResponse_FieldPathArrayOfValues
func ParseListSecretsResponse_FieldPathArrayOfValues ¶
func ParseListSecretsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListSecretsResponse_FieldPathArrayOfValues, error)
type ListSecretsResponse_FieldPathSelector ¶
type ListSecretsResponse_FieldPathSelector int32
const ( ListSecretsResponse_FieldPathSelectorSecrets ListSecretsResponse_FieldPathSelector = 0 ListSecretsResponse_FieldPathSelectorPrevPageToken ListSecretsResponse_FieldPathSelector = 1 ListSecretsResponse_FieldPathSelectorNextPageToken ListSecretsResponse_FieldPathSelector = 2 )
func (ListSecretsResponse_FieldPathSelector) String ¶
func (s ListSecretsResponse_FieldPathSelector) String() string
type ListSecretsResponse_FieldPathValue ¶
type ListSecretsResponse_FieldPathValue interface { ListSecretsResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListSecretsResponse) CompareWith(*ListSecretsResponse) (cmp int, comparable bool) }
ListSecretsResponse_FieldPathValue allows storing values for ListSecretsResponse fields according to their type
func MustParseListSecretsResponse_FieldPathValue ¶
func MustParseListSecretsResponse_FieldPathValue(pathStr, valueStr string) ListSecretsResponse_FieldPathValue
func ParseListSecretsResponse_FieldPathValue ¶
func ParseListSecretsResponse_FieldPathValue(pathStr, valueStr string) (ListSecretsResponse_FieldPathValue, error)
type ListSecretsResponse_FieldSubPath ¶
type ListSecretsResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListSecretsResponse_FieldSubPath) AsSecretsSubPath ¶
func (fps *ListSecretsResponse_FieldSubPath) AsSecretsSubPath() (secret.Secret_FieldPath, bool)
func (*ListSecretsResponse_FieldSubPath) ClearValue ¶
func (fps *ListSecretsResponse_FieldSubPath) ClearValue(item *ListSecretsResponse)
func (*ListSecretsResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ListSecretsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListSecretsResponse_FieldSubPath) Get ¶
func (fps *ListSecretsResponse_FieldSubPath) Get(source *ListSecretsResponse) (values []interface{})
Get returns all values pointed by selected field from source ListSecretsResponse
func (*ListSecretsResponse_FieldSubPath) GetDefault ¶
func (fps *ListSecretsResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListSecretsResponse_FieldSubPath) GetRaw ¶
func (fps *ListSecretsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListSecretsResponse_FieldSubPath) GetSingle ¶
func (fps *ListSecretsResponse_FieldSubPath) GetSingle(source *ListSecretsResponse) (interface{}, bool)
GetSingle returns value of selected field from source ListSecretsResponse
func (*ListSecretsResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ListSecretsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListSecretsResponse_FieldSubPath) IsLeaf ¶
func (fps *ListSecretsResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListSecretsResponse_FieldSubPath) JSONString ¶
func (fps *ListSecretsResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListSecretsResponse_FieldSubPath) Selector ¶
func (fps *ListSecretsResponse_FieldSubPath) Selector() ListSecretsResponse_FieldPathSelector
func (*ListSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ListSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListSecretsResponse_FieldSubPath) String ¶
func (fps *ListSecretsResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListSecretsResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListSecretsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListSecretsResponse_FieldPathArrayItemValue
func (*ListSecretsResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListSecretsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListSecretsResponse_FieldPathArrayOfValues
func (*ListSecretsResponse_FieldSubPath) WithIValue ¶
func (fps *ListSecretsResponse_FieldSubPath) WithIValue(value interface{}) ListSecretsResponse_FieldPathValue
func (*ListSecretsResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListSecretsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListSecretsResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListSecretsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListSecretsResponse_FieldSubPath) WithRawIValue ¶
func (fps *ListSecretsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListSecretsResponse_FieldSubPathArrayItemValue ¶
type ListSecretsResponse_FieldSubPathArrayItemValue struct { ListSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*ListSecretsResponse_FieldSubPathArrayItemValue) AsSecretsPathItemValue ¶
func (fpaivs *ListSecretsResponse_FieldSubPathArrayItemValue) AsSecretsPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
func (*ListSecretsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListSecretsResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListSecretsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListSecretsResponse'
func (*ListSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListSecretsResponse_FieldSubPathArrayOfValues ¶
type ListSecretsResponse_FieldSubPathArrayOfValues struct { ListSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*ListSecretsResponse_FieldSubPathArrayOfValues) AsSecretsPathArrayOfValues ¶
func (fpsaov *ListSecretsResponse_FieldSubPathArrayOfValues) AsSecretsPathArrayOfValues() (secret.Secret_FieldPathArrayOfValues, bool)
func (*ListSecretsResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListSecretsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListSecretsResponse_FieldSubPathValue ¶
type ListSecretsResponse_FieldSubPathValue struct { ListSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*ListSecretsResponse_FieldSubPathValue) AsSecretsPathValue ¶
func (fpvs *ListSecretsResponse_FieldSubPathValue) AsSecretsPathValue() (secret.Secret_FieldPathValue, bool)
func (*ListSecretsResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListSecretsResponse_FieldSubPathValue) CompareWith(source *ListSecretsResponse) (int, bool)
func (*ListSecretsResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListSecretsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListSecretsResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListSecretsResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ListSecretsResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ListSecretsResponse_FieldSubPathValue) SetTo(target **ListSecretsResponse)
func (*ListSecretsResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListSecretsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListSecretsResponse_FieldTerminalPath ¶
type ListSecretsResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListSecretsResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListSecretsResponse_FieldTerminalPath) ClearValue(item *ListSecretsResponse)
func (*ListSecretsResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListSecretsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListSecretsResponse_FieldTerminalPath) Get ¶
func (fp *ListSecretsResponse_FieldTerminalPath) Get(source *ListSecretsResponse) (values []interface{})
Get returns all values pointed by specific field from source ListSecretsResponse
func (*ListSecretsResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListSecretsResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListSecretsResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListSecretsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListSecretsResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListSecretsResponse_FieldTerminalPath) GetSingle(source *ListSecretsResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListSecretsResponse
func (*ListSecretsResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListSecretsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListSecretsResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListSecretsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListSecretsResponse_FieldTerminalPath) JSONString ¶
func (fp *ListSecretsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListSecretsResponse_FieldTerminalPath) Selector ¶
func (fp *ListSecretsResponse_FieldTerminalPath) Selector() ListSecretsResponse_FieldPathSelector
func (*ListSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListSecretsResponse_FieldTerminalPath) String ¶
func (fp *ListSecretsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListSecretsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListSecretsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListSecretsResponse_FieldPathArrayItemValue
func (*ListSecretsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListSecretsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListSecretsResponse_FieldPathArrayOfValues
func (*ListSecretsResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListSecretsResponse_FieldTerminalPath) WithIValue(value interface{}) ListSecretsResponse_FieldPathValue
func (*ListSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListSecretsResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListSecretsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListSecretsResponse_FieldTerminalPathArrayItemValue ¶
type ListSecretsResponse_FieldTerminalPathArrayItemValue struct { ListSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretsItemValue ¶
func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretsItemValue() (*secret.Secret, bool)
func (*ListSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListSecretsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListSecretsResponse'
func (*ListSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListSecretsResponse as interface{}
func (*ListSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListSecretsResponse) (interface{}, bool)
func (*ListSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListSecretsResponse_FieldTerminalPathArrayOfValues ¶
type ListSecretsResponse_FieldTerminalPathArrayOfValues struct { ListSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListSecretsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
func (*ListSecretsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
func (*ListSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretsArrayOfValues ¶
func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretsArrayOfValues() ([][]*secret.Secret, bool)
func (*ListSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListSecretsResponse_FieldTerminalPathValue ¶
type ListSecretsResponse_FieldTerminalPathValue struct { ListSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListSecretsResponse_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*secret.PagerCursor, bool)
func (*ListSecretsResponse_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*secret.PagerCursor, bool)
func (*ListSecretsResponse_FieldTerminalPathValue) AsSecretsValue ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) AsSecretsValue() ([]*secret.Secret, bool)
func (*ListSecretsResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) CompareWith(source *ListSecretsResponse) (int, bool)
CompareWith compares value in the 'ListSecretsResponse_FieldTerminalPathValue' with the value under path in 'ListSecretsResponse'.
func (*ListSecretsResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListSecretsResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListSecretsResponse' as interface{}
func (*ListSecretsResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) SetTo(target **ListSecretsResponse)
SetTo stores value for selected field for object ListSecretsResponse
func (*ListSecretsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListSecretsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SecretServiceClient ¶
type SecretServiceClient interface { GetSecret(ctx context.Context, in *GetSecretRequest, opts ...grpc.CallOption) (*secret.Secret, error) BatchGetSecrets(ctx context.Context, in *BatchGetSecretsRequest, opts ...grpc.CallOption) (*BatchGetSecretsResponse, error) ListSecrets(ctx context.Context, in *ListSecretsRequest, opts ...grpc.CallOption) (*ListSecretsResponse, error) WatchSecret(ctx context.Context, in *WatchSecretRequest, opts ...grpc.CallOption) (WatchSecretClientStream, error) WatchSecrets(ctx context.Context, in *WatchSecretsRequest, opts ...grpc.CallOption) (WatchSecretsClientStream, error) CreateSecret(ctx context.Context, in *CreateSecretRequest, opts ...grpc.CallOption) (*secret.Secret, error) UpdateSecret(ctx context.Context, in *UpdateSecretRequest, opts ...grpc.CallOption) (*secret.Secret, error) DeleteSecret(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
SecretServiceClient is the client API for SecretService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSecretServiceClient ¶
func NewSecretServiceClient(cc grpc.ClientConnInterface) SecretServiceClient
type SecretServiceDescriptor ¶ added in v0.4.28
type SecretServiceDescriptor struct{}
func GetSecretServiceDescriptor ¶ added in v0.4.28
func GetSecretServiceDescriptor() *SecretServiceDescriptor
func (*SecretServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *SecretServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*SecretServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetApiName() string
func (*SecretServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetFullAPIName() string
func (*SecretServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetProtoPkgName() string
func (*SecretServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetServiceDomain() string
func (*SecretServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *SecretServiceDescriptor) GetServiceVersion() string
type UpdateSecretDescriptor ¶ added in v0.4.28
type UpdateSecretDescriptor struct{}
func GetUpdateSecretDescriptor ¶ added in v0.4.28
func GetUpdateSecretDescriptor() *UpdateSecretDescriptor
func (*UpdateSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetApiName() string
func (*UpdateSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetFullMethodName() string
func (*UpdateSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetMethodName() string
func (*UpdateSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetProtoPkgName() string
func (*UpdateSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetServiceDomain() string
func (*UpdateSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetServiceVersion() string
func (*UpdateSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) GetVerb() string
func (*UpdateSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) HasResource() bool
func (*UpdateSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) IsClientStream() bool
func (*UpdateSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) IsCollection() bool
func (*UpdateSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *UpdateSecretDescriptor) IsPlural() bool
func (*UpdateSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) IsServerStream() bool
func (*UpdateSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) IsUnary() bool
func (*UpdateSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *UpdateSecretDescriptor) RequestHasResourceBody() bool
type UpdateSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type UpdateSecretDescriptorClientMsgHandle struct{}
func (*UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type UpdateSecretDescriptorServerMsgHandle struct{}
func (*UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateSecretRequest ¶
type UpdateSecretRequest struct { // Secret resource body Secret *secret.Secret `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty" firestore:"secret"` // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *secret.Secret_FieldMask `` /* 142-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 *UpdateSecretRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // contains filtered or unexported fields }
Request message for method [UpdateSecret][ntt.secrets.v1alpha.UpdateSecret]
func (*UpdateSecretRequest) Clone ¶
func (o *UpdateSecretRequest) Clone() *UpdateSecretRequest
func (*UpdateSecretRequest) CloneRaw ¶
func (o *UpdateSecretRequest) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateSecretRequest) Descriptor ¶
func (*UpdateSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateSecretRequest.ProtoReflect.Descriptor instead.
func (*UpdateSecretRequest) GetCas ¶
func (m *UpdateSecretRequest) GetCas() *UpdateSecretRequest_CAS
func (*UpdateSecretRequest) GetSecret ¶
func (m *UpdateSecretRequest) GetSecret() *secret.Secret
func (*UpdateSecretRequest) GetUpdateMask ¶
func (m *UpdateSecretRequest) GetUpdateMask() *secret.Secret_FieldMask
func (*UpdateSecretRequest) GotenMessage ¶
func (*UpdateSecretRequest) GotenMessage()
func (*UpdateSecretRequest) GotenObjectExt ¶
func (o *UpdateSecretRequest) GotenObjectExt()
func (*UpdateSecretRequest) GotenValidate ¶
func (obj *UpdateSecretRequest) GotenValidate() error
func (*UpdateSecretRequest) MakeDiffFieldMask ¶
func (o *UpdateSecretRequest) MakeDiffFieldMask(other *UpdateSecretRequest) *UpdateSecretRequest_FieldMask
func (*UpdateSecretRequest) MakeFullFieldMask ¶
func (o *UpdateSecretRequest) MakeFullFieldMask() *UpdateSecretRequest_FieldMask
func (*UpdateSecretRequest) MakeRawDiffFieldMask ¶
func (o *UpdateSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateSecretRequest) MakeRawFullFieldMask ¶
func (o *UpdateSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateSecretRequest) Marshal ¶
func (m *UpdateSecretRequest) Marshal() ([]byte, error)
func (*UpdateSecretRequest) MarshalJSON ¶
func (m *UpdateSecretRequest) MarshalJSON() ([]byte, error)
func (*UpdateSecretRequest) Merge ¶
func (o *UpdateSecretRequest) Merge(source *UpdateSecretRequest)
func (*UpdateSecretRequest) MergeRaw ¶
func (o *UpdateSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateSecretRequest) ProtoMessage ¶
func (*UpdateSecretRequest) ProtoMessage()
func (*UpdateSecretRequest) ProtoReflect ¶
func (m *UpdateSecretRequest) ProtoReflect() preflect.Message
func (*UpdateSecretRequest) Reset ¶
func (m *UpdateSecretRequest) Reset()
func (*UpdateSecretRequest) SetCas ¶
func (m *UpdateSecretRequest) SetCas(fv *UpdateSecretRequest_CAS)
func (*UpdateSecretRequest) SetSecret ¶
func (m *UpdateSecretRequest) SetSecret(fv *secret.Secret)
func (*UpdateSecretRequest) SetUpdateMask ¶
func (m *UpdateSecretRequest) SetUpdateMask(fv *secret.Secret_FieldMask)
func (*UpdateSecretRequest) String ¶
func (m *UpdateSecretRequest) String() string
func (*UpdateSecretRequest) Unmarshal ¶
func (m *UpdateSecretRequest) Unmarshal(b []byte) error
func (*UpdateSecretRequest) UnmarshalJSON ¶
func (m *UpdateSecretRequest) UnmarshalJSON(data []byte) error
type UpdateSecretRequestCASFieldPathBuilder ¶
type UpdateSecretRequestCASFieldPathBuilder struct{}
func NewUpdateSecretRequestCASFieldPathBuilder ¶
func NewUpdateSecretRequestCASFieldPathBuilder() UpdateSecretRequestCASFieldPathBuilder
func (UpdateSecretRequestCASFieldPathBuilder) ConditionalState ¶
func (UpdateSecretRequestCASFieldPathBuilder) ConditionalState() UpdateSecretRequest_CASPathSelectorConditionalState
type UpdateSecretRequestCAS_FieldPath ¶
type UpdateSecretRequestCAS_FieldPath interface { gotenobject.FieldPath Selector() UpdateSecretRequestCAS_FieldPathSelector Get(source *UpdateSecretRequest_CAS) []interface{} GetSingle(source *UpdateSecretRequest_CAS) (interface{}, bool) ClearValue(item *UpdateSecretRequest_CAS) // Those methods build corresponding UpdateSecretRequestCAS_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateSecretRequestCAS_FieldPathValue WithIArrayOfValues(values interface{}) UpdateSecretRequestCAS_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateSecretRequestCAS_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateSecretRequestCAS_FieldPath ¶
func BuildUpdateSecretRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateSecretRequestCAS_FieldPath, error)
func MustParseUpdateSecretRequestCAS_FieldPath ¶
func MustParseUpdateSecretRequestCAS_FieldPath(rawField string) UpdateSecretRequestCAS_FieldPath
func ParseUpdateSecretRequestCAS_FieldPath ¶
func ParseUpdateSecretRequestCAS_FieldPath(rawField string) (UpdateSecretRequestCAS_FieldPath, error)
type UpdateSecretRequestCAS_FieldPathArrayItemValue ¶
type UpdateSecretRequestCAS_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateSecretRequestCAS_FieldPath ContainsValue(*UpdateSecretRequest_CAS) bool }
UpdateSecretRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.
func MustParseUpdateSecretRequestCAS_FieldPathArrayItemValue ¶
func MustParseUpdateSecretRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateSecretRequestCAS_FieldPathArrayItemValue
func ParseUpdateSecretRequestCAS_FieldPathArrayItemValue ¶
func ParseUpdateSecretRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateSecretRequestCAS_FieldPathArrayItemValue, error)
ParseUpdateSecretRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateSecretRequestCAS_FieldPathArrayOfValues ¶
type UpdateSecretRequestCAS_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateSecretRequestCAS_FieldPath }
UpdateSecretRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type
func MustParseUpdateSecretRequestCAS_FieldPathArrayOfValues ¶
func MustParseUpdateSecretRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateSecretRequestCAS_FieldPathArrayOfValues
func ParseUpdateSecretRequestCAS_FieldPathArrayOfValues ¶
func ParseUpdateSecretRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateSecretRequestCAS_FieldPathArrayOfValues, error)
type UpdateSecretRequestCAS_FieldPathSelector ¶
type UpdateSecretRequestCAS_FieldPathSelector int32
const ( UpdateSecretRequestCAS_FieldPathSelectorConditionalState UpdateSecretRequestCAS_FieldPathSelector = 0 UpdateSecretRequestCAS_FieldPathSelectorFieldMask UpdateSecretRequestCAS_FieldPathSelector = 1 )
func (UpdateSecretRequestCAS_FieldPathSelector) String ¶
func (s UpdateSecretRequestCAS_FieldPathSelector) String() string
type UpdateSecretRequestCAS_FieldPathValue ¶
type UpdateSecretRequestCAS_FieldPathValue interface { UpdateSecretRequestCAS_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateSecretRequest_CAS) CompareWith(*UpdateSecretRequest_CAS) (cmp int, comparable bool) }
UpdateSecretRequestCAS_FieldPathValue allows storing values for CAS fields according to their type
func MustParseUpdateSecretRequestCAS_FieldPathValue ¶
func MustParseUpdateSecretRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateSecretRequestCAS_FieldPathValue
func ParseUpdateSecretRequestCAS_FieldPathValue ¶
func ParseUpdateSecretRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateSecretRequestCAS_FieldPathValue, error)
type UpdateSecretRequestCAS_FieldSubPath ¶
type UpdateSecretRequestCAS_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateSecretRequestCAS_FieldSubPath) AsConditionalStateSubPath ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) AsConditionalStateSubPath() (secret.Secret_FieldPath, bool)
func (*UpdateSecretRequestCAS_FieldSubPath) ClearValue ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) ClearValue(item *UpdateSecretRequest_CAS)
func (*UpdateSecretRequestCAS_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateSecretRequestCAS_FieldSubPath) Get ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) Get(source *UpdateSecretRequest_CAS) (values []interface{})
Get returns all values pointed by selected field from source UpdateSecretRequest_CAS
func (*UpdateSecretRequestCAS_FieldSubPath) GetDefault ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateSecretRequestCAS_FieldSubPath) GetRaw ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateSecretRequestCAS_FieldSubPath) GetSingle ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) GetSingle(source *UpdateSecretRequest_CAS) (interface{}, bool)
GetSingle returns value of selected field from source UpdateSecretRequest_CAS
func (*UpdateSecretRequestCAS_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateSecretRequestCAS_FieldSubPath) IsLeaf ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateSecretRequestCAS_FieldSubPath) JSONString ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateSecretRequestCAS_FieldSubPath) Selector ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) Selector() UpdateSecretRequestCAS_FieldPathSelector
func (*UpdateSecretRequestCAS_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *UpdateSecretRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateSecretRequestCAS_FieldSubPath) String ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateSecretRequestCAS_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateSecretRequestCAS_FieldPathArrayItemValue
func (*UpdateSecretRequestCAS_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateSecretRequestCAS_FieldPathArrayOfValues
func (*UpdateSecretRequestCAS_FieldSubPath) WithIValue ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateSecretRequestCAS_FieldPathValue
func (*UpdateSecretRequestCAS_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateSecretRequestCAS_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateSecretRequestCAS_FieldSubPath) WithRawIValue ¶
func (fps *UpdateSecretRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateSecretRequestCAS_FieldSubPathArrayItemValue ¶
type UpdateSecretRequestCAS_FieldSubPathArrayItemValue struct { UpdateSecretRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateSecretRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue ¶
func (fpaivs *UpdateSecretRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
func (*UpdateSecretRequestCAS_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateSecretRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateSecretRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateSecretRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateSecretRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateSecretRequestCAS_FieldSubPathArrayOfValues ¶
type UpdateSecretRequestCAS_FieldSubPathArrayOfValues struct { UpdateSecretRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateSecretRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues ¶
func (fpsaov *UpdateSecretRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (secret.Secret_FieldPathArrayOfValues, bool)
func (*UpdateSecretRequestCAS_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateSecretRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateSecretRequestCAS_FieldSubPathValue ¶
type UpdateSecretRequestCAS_FieldSubPathValue struct { UpdateSecretRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateSecretRequestCAS_FieldSubPathValue) AsConditionalStatePathValue ¶
func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (secret.Secret_FieldPathValue, bool)
func (*UpdateSecretRequestCAS_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) CompareWith(source *UpdateSecretRequest_CAS) (int, bool)
func (*UpdateSecretRequestCAS_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateSecretRequestCAS_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateSecretRequestCAS_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) SetTo(target **UpdateSecretRequest_CAS)
func (*UpdateSecretRequestCAS_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateSecretRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateSecretRequestCAS_FieldTerminalPath ¶
type UpdateSecretRequestCAS_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateSecretRequestCAS_FieldTerminalPath) ClearValue ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) ClearValue(item *UpdateSecretRequest_CAS)
func (*UpdateSecretRequestCAS_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateSecretRequestCAS_FieldTerminalPath) Get ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) Get(source *UpdateSecretRequest_CAS) (values []interface{})
Get returns all values pointed by specific field from source UpdateSecretRequest_CAS
func (*UpdateSecretRequestCAS_FieldTerminalPath) GetDefault ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateSecretRequestCAS_FieldTerminalPath) GetRaw ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateSecretRequestCAS_FieldTerminalPath) GetSingle ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetSingle(source *UpdateSecretRequest_CAS) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateSecretRequest_CAS
func (*UpdateSecretRequestCAS_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateSecretRequestCAS_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateSecretRequestCAS_FieldTerminalPath) JSONString ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateSecretRequestCAS_FieldTerminalPath) Selector ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) Selector() UpdateSecretRequestCAS_FieldPathSelector
func (*UpdateSecretRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateSecretRequestCAS_FieldTerminalPath) String ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateSecretRequestCAS_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateSecretRequestCAS_FieldPathArrayItemValue
func (*UpdateSecretRequestCAS_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateSecretRequestCAS_FieldPathArrayOfValues
func (*UpdateSecretRequestCAS_FieldTerminalPath) WithIValue ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateSecretRequestCAS_FieldPathValue
func (*UpdateSecretRequestCAS_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateSecretRequestCAS_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateSecretRequestCAS_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateSecretRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue ¶
type UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue struct { UpdateSecretRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateSecretRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateSecretRequest_CAS as interface{}
func (*UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateSecretRequest_CAS) (interface{}, bool)
func (*UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateSecretRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues ¶
type UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues struct { UpdateSecretRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues ¶
func (fpaov *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*secret.Secret, bool)
func (*UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
func (*UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateSecretRequestCAS_FieldTerminalPathValue ¶
type UpdateSecretRequestCAS_FieldTerminalPathValue struct { UpdateSecretRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateSecretRequestCAS_FieldTerminalPathValue) AsConditionalStateValue ¶
func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*secret.Secret, bool)
func (*UpdateSecretRequestCAS_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
func (*UpdateSecretRequestCAS_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateSecretRequest_CAS) (int, bool)
CompareWith compares value in the 'UpdateSecretRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateSecretRequest_CAS'.
func (*UpdateSecretRequestCAS_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateSecretRequestCAS_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CAS' as interface{}
func (*UpdateSecretRequestCAS_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateSecretRequest_CAS)
SetTo stores value for selected field for object CAS
func (*UpdateSecretRequestCAS_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateSecretRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateSecretRequestFieldPathBuilder ¶
type UpdateSecretRequestFieldPathBuilder struct{}
func NewUpdateSecretRequestFieldPathBuilder ¶
func NewUpdateSecretRequestFieldPathBuilder() UpdateSecretRequestFieldPathBuilder
func (UpdateSecretRequestFieldPathBuilder) UpdateMask ¶
func (UpdateSecretRequestFieldPathBuilder) UpdateMask() UpdateSecretRequestPathSelectorUpdateMask
type UpdateSecretRequestMapPathSelectorCasConditionalStateData ¶
type UpdateSecretRequestMapPathSelectorCasConditionalStateData struct {
// contains filtered or unexported fields
}
func (UpdateSecretRequestMapPathSelectorCasConditionalStateData) FieldPath ¶
func (s UpdateSecretRequestMapPathSelectorCasConditionalStateData) FieldPath() *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestMapPathSelectorCasConditionalStateData) WithArrayOfValues ¶
func (s UpdateSecretRequestMapPathSelectorCasConditionalStateData) WithArrayOfValues(values []string) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestMapPathSelectorCasConditionalStateData) WithValue ¶
func (s UpdateSecretRequestMapPathSelectorCasConditionalStateData) WithValue(value string) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestMapPathSelectorSecretData ¶
type UpdateSecretRequestMapPathSelectorSecretData struct {
// contains filtered or unexported fields
}
func (UpdateSecretRequestMapPathSelectorSecretData) FieldPath ¶
func (s UpdateSecretRequestMapPathSelectorSecretData) FieldPath() *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestMapPathSelectorSecretData) WithArrayOfValues ¶
func (s UpdateSecretRequestMapPathSelectorSecretData) WithArrayOfValues(values []string) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestMapPathSelectorSecretData) WithValue ¶
func (s UpdateSecretRequestMapPathSelectorSecretData) WithValue(value string) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorCas ¶
type UpdateSecretRequestPathSelectorCas struct{}
func (UpdateSecretRequestPathSelectorCas) ConditionalState ¶
func (UpdateSecretRequestPathSelectorCas) ConditionalState() UpdateSecretRequestPathSelectorCasConditionalState
func (UpdateSecretRequestPathSelectorCas) FieldMask ¶
func (UpdateSecretRequestPathSelectorCas) FieldMask() UpdateSecretRequestPathSelectorCasFieldMask
func (UpdateSecretRequestPathSelectorCas) FieldPath ¶
func (UpdateSecretRequestPathSelectorCas) FieldPath() *UpdateSecretRequest_FieldTerminalPath
func (UpdateSecretRequestPathSelectorCas) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorCas) WithArrayOfValues(values []*UpdateSecretRequest_CAS) *UpdateSecretRequest_FieldTerminalPathArrayOfValues
func (UpdateSecretRequestPathSelectorCas) WithSubArrayItemValue ¶
func (s UpdateSecretRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateSecretRequestCAS_FieldPathArrayItemValue) *UpdateSecretRequest_FieldSubPathArrayItemValue
func (UpdateSecretRequestPathSelectorCas) WithSubArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateSecretRequestCAS_FieldPathArrayOfValues) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorCas) WithSubPath ¶
func (UpdateSecretRequestPathSelectorCas) WithSubPath(subPath UpdateSecretRequestCAS_FieldPath) *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestPathSelectorCas) WithSubValue ¶
func (s UpdateSecretRequestPathSelectorCas) WithSubValue(subPathValue UpdateSecretRequestCAS_FieldPathValue) *UpdateSecretRequest_FieldSubPathValue
func (UpdateSecretRequestPathSelectorCas) WithValue ¶
func (s UpdateSecretRequestPathSelectorCas) WithValue(value *UpdateSecretRequest_CAS) *UpdateSecretRequest_FieldTerminalPathValue
type UpdateSecretRequestPathSelectorCasConditionalState ¶
type UpdateSecretRequestPathSelectorCasConditionalState struct{}
func (UpdateSecretRequestPathSelectorCasConditionalState) FieldPath ¶
func (UpdateSecretRequestPathSelectorCasConditionalState) FieldPath() *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestPathSelectorCasConditionalState) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*secret.Secret) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorCasConditionalState) WithValue ¶
func (s UpdateSecretRequestPathSelectorCasConditionalState) WithValue(value *secret.Secret) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorCasConditionalStateData ¶
type UpdateSecretRequestPathSelectorCasConditionalStateData struct{}
func (UpdateSecretRequestPathSelectorCasConditionalStateData) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorCasConditionalStateData) WithArrayOfValues(values []map[string]string) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorCasConditionalStateData) WithValue ¶
func (s UpdateSecretRequestPathSelectorCasConditionalStateData) WithValue(value map[string]string) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorCasConditionalStateEncData ¶
type UpdateSecretRequestPathSelectorCasConditionalStateEncData struct{}
func (UpdateSecretRequestPathSelectorCasConditionalStateEncData) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorCasConditionalStateEncData) WithArrayOfValues(values [][]byte) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorCasConditionalStateEncData) WithValue ¶
func (s UpdateSecretRequestPathSelectorCasConditionalStateEncData) WithValue(value []byte) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorCasConditionalStateName ¶
type UpdateSecretRequestPathSelectorCasConditionalStateName struct{}
func (UpdateSecretRequestPathSelectorCasConditionalStateName) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*secret.Name) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorCasConditionalStateName) WithValue ¶
func (s UpdateSecretRequestPathSelectorCasConditionalStateName) WithValue(value *secret.Name) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorCasFieldMask ¶
type UpdateSecretRequestPathSelectorCasFieldMask struct{}
func (UpdateSecretRequestPathSelectorCasFieldMask) FieldPath ¶
func (UpdateSecretRequestPathSelectorCasFieldMask) FieldPath() *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestPathSelectorCasFieldMask) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorCasFieldMask) WithValue ¶
func (s UpdateSecretRequestPathSelectorCasFieldMask) WithValue(value *secret.Secret_FieldMask) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorSecret ¶
type UpdateSecretRequestPathSelectorSecret struct{}
func (UpdateSecretRequestPathSelectorSecret) FieldPath ¶
func (UpdateSecretRequestPathSelectorSecret) FieldPath() *UpdateSecretRequest_FieldTerminalPath
func (UpdateSecretRequestPathSelectorSecret) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorSecret) WithArrayOfValues(values []*secret.Secret) *UpdateSecretRequest_FieldTerminalPathArrayOfValues
func (UpdateSecretRequestPathSelectorSecret) WithSubArrayItemValue ¶
func (s UpdateSecretRequestPathSelectorSecret) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *UpdateSecretRequest_FieldSubPathArrayItemValue
func (UpdateSecretRequestPathSelectorSecret) WithSubArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorSecret) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorSecret) WithSubPath ¶
func (UpdateSecretRequestPathSelectorSecret) WithSubPath(subPath secret.Secret_FieldPath) *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestPathSelectorSecret) WithSubValue ¶
func (s UpdateSecretRequestPathSelectorSecret) WithSubValue(subPathValue secret.Secret_FieldPathValue) *UpdateSecretRequest_FieldSubPathValue
func (UpdateSecretRequestPathSelectorSecret) WithValue ¶
func (s UpdateSecretRequestPathSelectorSecret) WithValue(value *secret.Secret) *UpdateSecretRequest_FieldTerminalPathValue
type UpdateSecretRequestPathSelectorSecretData ¶
type UpdateSecretRequestPathSelectorSecretData struct{}
func (UpdateSecretRequestPathSelectorSecretData) FieldPath ¶
func (UpdateSecretRequestPathSelectorSecretData) FieldPath() *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestPathSelectorSecretData) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorSecretData) WithArrayOfValues(values []map[string]string) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorSecretData) WithValue ¶
func (s UpdateSecretRequestPathSelectorSecretData) WithValue(value map[string]string) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorSecretEncData ¶
type UpdateSecretRequestPathSelectorSecretEncData struct{}
func (UpdateSecretRequestPathSelectorSecretEncData) FieldPath ¶
func (UpdateSecretRequestPathSelectorSecretEncData) FieldPath() *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestPathSelectorSecretEncData) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorSecretEncData) WithArrayOfValues(values [][]byte) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorSecretEncData) WithValue ¶
func (s UpdateSecretRequestPathSelectorSecretEncData) WithValue(value []byte) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorSecretName ¶
type UpdateSecretRequestPathSelectorSecretName struct{}
func (UpdateSecretRequestPathSelectorSecretName) FieldPath ¶
func (UpdateSecretRequestPathSelectorSecretName) FieldPath() *UpdateSecretRequest_FieldSubPath
func (UpdateSecretRequestPathSelectorSecretName) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorSecretName) WithArrayOfValues(values []*secret.Name) *UpdateSecretRequest_FieldSubPathArrayOfValues
func (UpdateSecretRequestPathSelectorSecretName) WithValue ¶
func (s UpdateSecretRequestPathSelectorSecretName) WithValue(value *secret.Name) *UpdateSecretRequest_FieldSubPathValue
type UpdateSecretRequestPathSelectorUpdateMask ¶
type UpdateSecretRequestPathSelectorUpdateMask struct{}
func (UpdateSecretRequestPathSelectorUpdateMask) FieldPath ¶
func (UpdateSecretRequestPathSelectorUpdateMask) FieldPath() *UpdateSecretRequest_FieldTerminalPath
func (UpdateSecretRequestPathSelectorUpdateMask) WithArrayOfValues ¶
func (s UpdateSecretRequestPathSelectorUpdateMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *UpdateSecretRequest_FieldTerminalPathArrayOfValues
func (UpdateSecretRequestPathSelectorUpdateMask) WithValue ¶
func (s UpdateSecretRequestPathSelectorUpdateMask) WithValue(value *secret.Secret_FieldMask) *UpdateSecretRequest_FieldTerminalPathValue
type UpdateSecretRequest_CAS ¶
type UpdateSecretRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *secret.Secret `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *secret.Secret_FieldMask `` /* 138-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 (*UpdateSecretRequest_CAS) Clone ¶
func (o *UpdateSecretRequest_CAS) Clone() *UpdateSecretRequest_CAS
func (*UpdateSecretRequest_CAS) CloneRaw ¶
func (o *UpdateSecretRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateSecretRequest_CAS) Descriptor ¶
func (*UpdateSecretRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateSecretRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateSecretRequest_CAS) GetConditionalState ¶
func (m *UpdateSecretRequest_CAS) GetConditionalState() *secret.Secret
func (*UpdateSecretRequest_CAS) GetFieldMask ¶
func (m *UpdateSecretRequest_CAS) GetFieldMask() *secret.Secret_FieldMask
func (*UpdateSecretRequest_CAS) GotenMessage ¶
func (*UpdateSecretRequest_CAS) GotenMessage()
func (*UpdateSecretRequest_CAS) GotenObjectExt ¶
func (o *UpdateSecretRequest_CAS) GotenObjectExt()
func (*UpdateSecretRequest_CAS) GotenValidate ¶
func (obj *UpdateSecretRequest_CAS) GotenValidate() error
func (*UpdateSecretRequest_CAS) MakeDiffFieldMask ¶
func (o *UpdateSecretRequest_CAS) MakeDiffFieldMask(other *UpdateSecretRequest_CAS) *UpdateSecretRequest_CAS_FieldMask
func (*UpdateSecretRequest_CAS) MakeFullFieldMask ¶
func (o *UpdateSecretRequest_CAS) MakeFullFieldMask() *UpdateSecretRequest_CAS_FieldMask
func (*UpdateSecretRequest_CAS) MakeRawDiffFieldMask ¶
func (o *UpdateSecretRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateSecretRequest_CAS) MakeRawFullFieldMask ¶
func (o *UpdateSecretRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateSecretRequest_CAS) Marshal ¶
func (m *UpdateSecretRequest_CAS) Marshal() ([]byte, error)
func (*UpdateSecretRequest_CAS) MarshalJSON ¶
func (m *UpdateSecretRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateSecretRequest_CAS) Merge ¶
func (o *UpdateSecretRequest_CAS) Merge(source *UpdateSecretRequest_CAS)
func (*UpdateSecretRequest_CAS) MergeRaw ¶
func (o *UpdateSecretRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateSecretRequest_CAS) ProtoMessage ¶
func (*UpdateSecretRequest_CAS) ProtoMessage()
func (*UpdateSecretRequest_CAS) ProtoReflect ¶
func (m *UpdateSecretRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateSecretRequest_CAS) Reset ¶
func (m *UpdateSecretRequest_CAS) Reset()
func (*UpdateSecretRequest_CAS) SetConditionalState ¶
func (m *UpdateSecretRequest_CAS) SetConditionalState(fv *secret.Secret)
func (*UpdateSecretRequest_CAS) SetFieldMask ¶
func (m *UpdateSecretRequest_CAS) SetFieldMask(fv *secret.Secret_FieldMask)
func (*UpdateSecretRequest_CAS) String ¶
func (m *UpdateSecretRequest_CAS) String() string
func (*UpdateSecretRequest_CAS) Unmarshal ¶
func (m *UpdateSecretRequest_CAS) Unmarshal(b []byte) error
func (*UpdateSecretRequest_CAS) UnmarshalJSON ¶
func (m *UpdateSecretRequest_CAS) UnmarshalJSON(data []byte) error
type UpdateSecretRequest_CASMapPathSelectorConditionalStateData ¶
type UpdateSecretRequest_CASMapPathSelectorConditionalStateData struct {
// contains filtered or unexported fields
}
func (UpdateSecretRequest_CASMapPathSelectorConditionalStateData) WithArrayOfValues ¶
func (s UpdateSecretRequest_CASMapPathSelectorConditionalStateData) WithArrayOfValues(values []string) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
func (UpdateSecretRequest_CASMapPathSelectorConditionalStateData) WithValue ¶
func (s UpdateSecretRequest_CASMapPathSelectorConditionalStateData) WithValue(value string) *UpdateSecretRequestCAS_FieldSubPathValue
type UpdateSecretRequest_CASPathSelectorConditionalState ¶
type UpdateSecretRequest_CASPathSelectorConditionalState struct{}
func (UpdateSecretRequest_CASPathSelectorConditionalState) WithArrayOfValues ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*secret.Secret) *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateSecretRequest_CASPathSelectorConditionalState) WithSubArrayItemValue ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue secret.Secret_FieldPathArrayItemValue) *UpdateSecretRequestCAS_FieldSubPathArrayItemValue
func (UpdateSecretRequest_CASPathSelectorConditionalState) WithSubArrayOfValues ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues secret.Secret_FieldPathArrayOfValues) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
func (UpdateSecretRequest_CASPathSelectorConditionalState) WithSubPath ¶
func (UpdateSecretRequest_CASPathSelectorConditionalState) WithSubPath(subPath secret.Secret_FieldPath) *UpdateSecretRequestCAS_FieldSubPath
func (UpdateSecretRequest_CASPathSelectorConditionalState) WithSubValue ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue secret.Secret_FieldPathValue) *UpdateSecretRequestCAS_FieldSubPathValue
func (UpdateSecretRequest_CASPathSelectorConditionalState) WithValue ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalState) WithValue(value *secret.Secret) *UpdateSecretRequestCAS_FieldTerminalPathValue
type UpdateSecretRequest_CASPathSelectorConditionalStateData ¶
type UpdateSecretRequest_CASPathSelectorConditionalStateData struct{}
func (UpdateSecretRequest_CASPathSelectorConditionalStateData) WithArrayOfValues ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalStateData) WithArrayOfValues(values []map[string]string) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
func (UpdateSecretRequest_CASPathSelectorConditionalStateData) WithValue ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalStateData) WithValue(value map[string]string) *UpdateSecretRequestCAS_FieldSubPathValue
type UpdateSecretRequest_CASPathSelectorConditionalStateEncData ¶
type UpdateSecretRequest_CASPathSelectorConditionalStateEncData struct{}
func (UpdateSecretRequest_CASPathSelectorConditionalStateEncData) WithArrayOfValues ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalStateEncData) WithArrayOfValues(values [][]byte) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
func (UpdateSecretRequest_CASPathSelectorConditionalStateEncData) WithValue ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalStateEncData) WithValue(value []byte) *UpdateSecretRequestCAS_FieldSubPathValue
type UpdateSecretRequest_CASPathSelectorConditionalStateName ¶
type UpdateSecretRequest_CASPathSelectorConditionalStateName struct{}
func (UpdateSecretRequest_CASPathSelectorConditionalStateName) WithArrayOfValues ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*secret.Name) *UpdateSecretRequestCAS_FieldSubPathArrayOfValues
func (UpdateSecretRequest_CASPathSelectorConditionalStateName) WithValue ¶
func (s UpdateSecretRequest_CASPathSelectorConditionalStateName) WithValue(value *secret.Name) *UpdateSecretRequestCAS_FieldSubPathValue
type UpdateSecretRequest_CASPathSelectorFieldMask ¶
type UpdateSecretRequest_CASPathSelectorFieldMask struct{}
func (UpdateSecretRequest_CASPathSelectorFieldMask) FieldPath ¶
func (UpdateSecretRequest_CASPathSelectorFieldMask) FieldPath() *UpdateSecretRequestCAS_FieldTerminalPath
func (UpdateSecretRequest_CASPathSelectorFieldMask) WithArrayOfValues ¶
func (s UpdateSecretRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *UpdateSecretRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateSecretRequest_CASPathSelectorFieldMask) WithValue ¶
func (s UpdateSecretRequest_CASPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *UpdateSecretRequestCAS_FieldTerminalPathValue
type UpdateSecretRequest_CAS_FieldMask ¶
type UpdateSecretRequest_CAS_FieldMask struct {
Paths []UpdateSecretRequestCAS_FieldPath
}
func FullUpdateSecretRequest_CAS_FieldMask ¶
func FullUpdateSecretRequest_CAS_FieldMask() *UpdateSecretRequest_CAS_FieldMask
func (*UpdateSecretRequest_CAS_FieldMask) AppendPath ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) AppendPath(path UpdateSecretRequestCAS_FieldPath)
func (*UpdateSecretRequest_CAS_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateSecretRequest_CAS_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateSecretRequest_CAS_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateSecretRequest_CAS_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) FilterInputFields() *UpdateSecretRequest_CAS_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateSecretRequest_CAS_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateSecretRequest_CAS_FieldMask) GetPaths ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) GetPaths() []UpdateSecretRequestCAS_FieldPath
func (*UpdateSecretRequest_CAS_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateSecretRequest_CAS_FieldMask) IsFull ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) IsFull() bool
func (UpdateSecretRequest_CAS_FieldMask) Marshal ¶
func (fieldMask UpdateSecretRequest_CAS_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateSecretRequest_CAS_FieldMask) MarshalJSON ¶
func (fieldMask UpdateSecretRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateSecretRequest_CAS_FieldMask) PathsCount ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) PathsCount() int
func (*UpdateSecretRequest_CAS_FieldMask) Project ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Project(source *UpdateSecretRequest_CAS) *UpdateSecretRequest_CAS
func (*UpdateSecretRequest_CAS_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateSecretRequest_CAS_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ProtoMessage()
func (*UpdateSecretRequest_CAS_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ProtoReflect() preflect.Message
func (*UpdateSecretRequest_CAS_FieldMask) Reset ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Reset()
func (*UpdateSecretRequest_CAS_FieldMask) Set ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Set(target, source *UpdateSecretRequest_CAS)
func (*UpdateSecretRequest_CAS_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateSecretRequest_CAS_FieldMask) SetRaw ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateSecretRequest_CAS_FieldMask) Size ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Size() int
func (*UpdateSecretRequest_CAS_FieldMask) String ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) String() string
func (*UpdateSecretRequest_CAS_FieldMask) Subtract ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Subtract(other *UpdateSecretRequest_CAS_FieldMask) *UpdateSecretRequest_CAS_FieldMask
func (*UpdateSecretRequest_CAS_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateSecretRequest_CAS_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateSecretRequest_CAS_FieldMask) Unmarshal ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) Unmarshal(data []byte) error
func (*UpdateSecretRequest_CAS_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateSecretRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
type UpdateSecretRequest_FieldMask ¶
type UpdateSecretRequest_FieldMask struct {
Paths []UpdateSecretRequest_FieldPath
}
func FullUpdateSecretRequest_FieldMask ¶
func FullUpdateSecretRequest_FieldMask() *UpdateSecretRequest_FieldMask
func (*UpdateSecretRequest_FieldMask) AppendPath ¶
func (fieldMask *UpdateSecretRequest_FieldMask) AppendPath(path UpdateSecretRequest_FieldPath)
func (*UpdateSecretRequest_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateSecretRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateSecretRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateSecretRequest_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateSecretRequest_FieldMask) FilterInputFields() *UpdateSecretRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateSecretRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateSecretRequest_FieldMask) GetPaths ¶
func (fieldMask *UpdateSecretRequest_FieldMask) GetPaths() []UpdateSecretRequest_FieldPath
func (*UpdateSecretRequest_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateSecretRequest_FieldMask) IsFull ¶
func (fieldMask *UpdateSecretRequest_FieldMask) IsFull() bool
func (UpdateSecretRequest_FieldMask) Marshal ¶
func (fieldMask UpdateSecretRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateSecretRequest_FieldMask) MarshalJSON ¶
func (fieldMask UpdateSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateSecretRequest_FieldMask) PathsCount ¶
func (fieldMask *UpdateSecretRequest_FieldMask) PathsCount() int
func (*UpdateSecretRequest_FieldMask) Project ¶
func (fieldMask *UpdateSecretRequest_FieldMask) Project(source *UpdateSecretRequest) *UpdateSecretRequest
func (*UpdateSecretRequest_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateSecretRequest_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateSecretRequest_FieldMask) ProtoMessage()
func (*UpdateSecretRequest_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateSecretRequest_FieldMask) ProtoReflect() preflect.Message
func (*UpdateSecretRequest_FieldMask) Reset ¶
func (fieldMask *UpdateSecretRequest_FieldMask) Reset()
func (*UpdateSecretRequest_FieldMask) Set ¶
func (fieldMask *UpdateSecretRequest_FieldMask) Set(target, source *UpdateSecretRequest)
func (*UpdateSecretRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateSecretRequest_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateSecretRequest_FieldMask) SetRaw ¶
func (fieldMask *UpdateSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateSecretRequest_FieldMask) Size ¶
func (fieldMask *UpdateSecretRequest_FieldMask) Size() int
func (*UpdateSecretRequest_FieldMask) String ¶
func (fieldMask *UpdateSecretRequest_FieldMask) String() string
func (*UpdateSecretRequest_FieldMask) Subtract ¶
func (fieldMask *UpdateSecretRequest_FieldMask) Subtract(other *UpdateSecretRequest_FieldMask) *UpdateSecretRequest_FieldMask
func (*UpdateSecretRequest_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateSecretRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateSecretRequest_FieldMask) Unmarshal ¶
func (fieldMask *UpdateSecretRequest_FieldMask) Unmarshal(data []byte) error
func (*UpdateSecretRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
type UpdateSecretRequest_FieldPath ¶
type UpdateSecretRequest_FieldPath interface { gotenobject.FieldPath Selector() UpdateSecretRequest_FieldPathSelector Get(source *UpdateSecretRequest) []interface{} GetSingle(source *UpdateSecretRequest) (interface{}, bool) ClearValue(item *UpdateSecretRequest) // Those methods build corresponding UpdateSecretRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateSecretRequest_FieldPathValue WithIArrayOfValues(values interface{}) UpdateSecretRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateSecretRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateSecretRequest_FieldPath ¶
func BuildUpdateSecretRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdateSecretRequest_FieldPath, error)
func MustParseUpdateSecretRequest_FieldPath ¶
func MustParseUpdateSecretRequest_FieldPath(rawField string) UpdateSecretRequest_FieldPath
func ParseUpdateSecretRequest_FieldPath ¶
func ParseUpdateSecretRequest_FieldPath(rawField string) (UpdateSecretRequest_FieldPath, error)
type UpdateSecretRequest_FieldPathArrayItemValue ¶
type UpdateSecretRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateSecretRequest_FieldPath ContainsValue(*UpdateSecretRequest) bool }
UpdateSecretRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateSecretRequest according to their type Present only for array (repeated) types.
func MustParseUpdateSecretRequest_FieldPathArrayItemValue ¶
func MustParseUpdateSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateSecretRequest_FieldPathArrayItemValue
func ParseUpdateSecretRequest_FieldPathArrayItemValue ¶
func ParseUpdateSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateSecretRequest_FieldPathArrayItemValue, error)
ParseUpdateSecretRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateSecretRequest_FieldPathArrayOfValues ¶
type UpdateSecretRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateSecretRequest_FieldPath }
UpdateSecretRequest_FieldPathArrayOfValues allows storing slice of values for UpdateSecretRequest fields according to their type
func MustParseUpdateSecretRequest_FieldPathArrayOfValues ¶
func MustParseUpdateSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateSecretRequest_FieldPathArrayOfValues
func ParseUpdateSecretRequest_FieldPathArrayOfValues ¶
func ParseUpdateSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateSecretRequest_FieldPathArrayOfValues, error)
type UpdateSecretRequest_FieldPathSelector ¶
type UpdateSecretRequest_FieldPathSelector int32
const ( UpdateSecretRequest_FieldPathSelectorSecret UpdateSecretRequest_FieldPathSelector = 0 UpdateSecretRequest_FieldPathSelectorUpdateMask UpdateSecretRequest_FieldPathSelector = 1 UpdateSecretRequest_FieldPathSelectorCas UpdateSecretRequest_FieldPathSelector = 2 )
func (UpdateSecretRequest_FieldPathSelector) String ¶
func (s UpdateSecretRequest_FieldPathSelector) String() string
type UpdateSecretRequest_FieldPathValue ¶
type UpdateSecretRequest_FieldPathValue interface { UpdateSecretRequest_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateSecretRequest) CompareWith(*UpdateSecretRequest) (cmp int, comparable bool) }
UpdateSecretRequest_FieldPathValue allows storing values for UpdateSecretRequest fields according to their type
func MustParseUpdateSecretRequest_FieldPathValue ¶
func MustParseUpdateSecretRequest_FieldPathValue(pathStr, valueStr string) UpdateSecretRequest_FieldPathValue
func ParseUpdateSecretRequest_FieldPathValue ¶
func ParseUpdateSecretRequest_FieldPathValue(pathStr, valueStr string) (UpdateSecretRequest_FieldPathValue, error)
type UpdateSecretRequest_FieldSubPath ¶
type UpdateSecretRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateSecretRequest_FieldSubPath) AsCasSubPath ¶
func (fps *UpdateSecretRequest_FieldSubPath) AsCasSubPath() (UpdateSecretRequestCAS_FieldPath, bool)
func (*UpdateSecretRequest_FieldSubPath) AsSecretSubPath ¶
func (fps *UpdateSecretRequest_FieldSubPath) AsSecretSubPath() (secret.Secret_FieldPath, bool)
func (*UpdateSecretRequest_FieldSubPath) ClearValue ¶
func (fps *UpdateSecretRequest_FieldSubPath) ClearValue(item *UpdateSecretRequest)
func (*UpdateSecretRequest_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateSecretRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateSecretRequest_FieldSubPath) Get ¶
func (fps *UpdateSecretRequest_FieldSubPath) Get(source *UpdateSecretRequest) (values []interface{})
Get returns all values pointed by selected field from source UpdateSecretRequest
func (*UpdateSecretRequest_FieldSubPath) GetDefault ¶
func (fps *UpdateSecretRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateSecretRequest_FieldSubPath) GetRaw ¶
func (fps *UpdateSecretRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateSecretRequest_FieldSubPath) GetSingle ¶
func (fps *UpdateSecretRequest_FieldSubPath) GetSingle(source *UpdateSecretRequest) (interface{}, bool)
GetSingle returns value of selected field from source UpdateSecretRequest
func (*UpdateSecretRequest_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateSecretRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateSecretRequest_FieldSubPath) IsLeaf ¶
func (fps *UpdateSecretRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateSecretRequest_FieldSubPath) JSONString ¶
func (fps *UpdateSecretRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateSecretRequest_FieldSubPath) Selector ¶
func (fps *UpdateSecretRequest_FieldSubPath) Selector() UpdateSecretRequest_FieldPathSelector
func (*UpdateSecretRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *UpdateSecretRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateSecretRequest_FieldSubPath) String ¶
func (fps *UpdateSecretRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateSecretRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateSecretRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateSecretRequest_FieldPathArrayItemValue
func (*UpdateSecretRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateSecretRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateSecretRequest_FieldPathArrayOfValues
func (*UpdateSecretRequest_FieldSubPath) WithIValue ¶
func (fps *UpdateSecretRequest_FieldSubPath) WithIValue(value interface{}) UpdateSecretRequest_FieldPathValue
func (*UpdateSecretRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateSecretRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateSecretRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateSecretRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateSecretRequest_FieldSubPath) WithRawIValue ¶
func (fps *UpdateSecretRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateSecretRequest_FieldSubPathArrayItemValue ¶
type UpdateSecretRequest_FieldSubPathArrayItemValue struct { UpdateSecretRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateSecretRequest_FieldSubPathArrayItemValue) AsCasPathItemValue ¶
func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateSecretRequestCAS_FieldPathArrayItemValue, bool)
func (*UpdateSecretRequest_FieldSubPathArrayItemValue) AsSecretPathItemValue ¶
func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) AsSecretPathItemValue() (secret.Secret_FieldPathArrayItemValue, bool)
func (*UpdateSecretRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateSecretRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateSecretRequest'
func (*UpdateSecretRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateSecretRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateSecretRequest_FieldSubPathArrayOfValues ¶
type UpdateSecretRequest_FieldSubPathArrayOfValues struct { UpdateSecretRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateSecretRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues ¶
func (fpsaov *UpdateSecretRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateSecretRequestCAS_FieldPathArrayOfValues, bool)
func (*UpdateSecretRequest_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues ¶
func (fpsaov *UpdateSecretRequest_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues() (secret.Secret_FieldPathArrayOfValues, bool)
func (*UpdateSecretRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateSecretRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateSecretRequest_FieldSubPathValue ¶
type UpdateSecretRequest_FieldSubPathValue struct { UpdateSecretRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateSecretRequest_FieldSubPathValue) AsCasPathValue ¶
func (fpvs *UpdateSecretRequest_FieldSubPathValue) AsCasPathValue() (UpdateSecretRequestCAS_FieldPathValue, bool)
func (*UpdateSecretRequest_FieldSubPathValue) AsSecretPathValue ¶
func (fpvs *UpdateSecretRequest_FieldSubPathValue) AsSecretPathValue() (secret.Secret_FieldPathValue, bool)
func (*UpdateSecretRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateSecretRequest_FieldSubPathValue) CompareWith(source *UpdateSecretRequest) (int, bool)
func (*UpdateSecretRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateSecretRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateSecretRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateSecretRequest_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateSecretRequest_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateSecretRequest_FieldSubPathValue) SetTo(target **UpdateSecretRequest)
func (*UpdateSecretRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateSecretRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateSecretRequest_FieldTerminalPath ¶
type UpdateSecretRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateSecretRequest_FieldTerminalPath) ClearValue ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) ClearValue(item *UpdateSecretRequest)
func (*UpdateSecretRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateSecretRequest_FieldTerminalPath) Get ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) Get(source *UpdateSecretRequest) (values []interface{})
Get returns all values pointed by specific field from source UpdateSecretRequest
func (*UpdateSecretRequest_FieldTerminalPath) GetDefault ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateSecretRequest_FieldTerminalPath) GetRaw ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateSecretRequest_FieldTerminalPath) GetSingle ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) GetSingle(source *UpdateSecretRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateSecretRequest
func (*UpdateSecretRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateSecretRequest_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateSecretRequest_FieldTerminalPath) JSONString ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateSecretRequest_FieldTerminalPath) Selector ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) Selector() UpdateSecretRequest_FieldPathSelector
func (*UpdateSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *UpdateSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateSecretRequest_FieldTerminalPath) String ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateSecretRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateSecretRequest_FieldPathArrayItemValue
func (*UpdateSecretRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateSecretRequest_FieldPathArrayOfValues
func (*UpdateSecretRequest_FieldTerminalPath) WithIValue ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateSecretRequest_FieldPathValue
func (*UpdateSecretRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateSecretRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateSecretRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateSecretRequest_FieldTerminalPathArrayItemValue ¶
type UpdateSecretRequest_FieldTerminalPathArrayItemValue struct { UpdateSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateSecretRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateSecretRequest'
func (*UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateSecretRequest as interface{}
func (*UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateSecretRequest) (interface{}, bool)
func (*UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateSecretRequest_FieldTerminalPathArrayOfValues ¶
type UpdateSecretRequest_FieldTerminalPathArrayOfValues struct { UpdateSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues ¶
func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateSecretRequest_CAS, bool)
func (*UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues ¶
func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]*secret.Secret, bool)
func (*UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues ¶
func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
func (*UpdateSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateSecretRequest_FieldTerminalPathValue ¶
type UpdateSecretRequest_FieldTerminalPathValue struct { UpdateSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateSecretRequest_FieldTerminalPathValue) AsCasValue ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) AsCasValue() (*UpdateSecretRequest_CAS, bool)
func (*UpdateSecretRequest_FieldTerminalPathValue) AsSecretValue ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) AsSecretValue() (*secret.Secret, bool)
func (*UpdateSecretRequest_FieldTerminalPathValue) AsUpdateMaskValue ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*secret.Secret_FieldMask, bool)
func (*UpdateSecretRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) CompareWith(source *UpdateSecretRequest) (int, bool)
CompareWith compares value in the 'UpdateSecretRequest_FieldTerminalPathValue' with the value under path in 'UpdateSecretRequest'.
func (*UpdateSecretRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateSecretRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'UpdateSecretRequest' as interface{}
func (*UpdateSecretRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) SetTo(target **UpdateSecretRequest)
SetTo stores value for selected field for object UpdateSecretRequest
func (*UpdateSecretRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchSecretClientStream ¶
type WatchSecretClientStream interface { Recv() (*WatchSecretResponse, error) grpc.ClientStream }
type WatchSecretDescriptor ¶ added in v0.4.28
type WatchSecretDescriptor struct{}
func GetWatchSecretDescriptor ¶ added in v0.4.28
func GetWatchSecretDescriptor() *WatchSecretDescriptor
func (*WatchSecretDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchSecretDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetApiName() string
func (*WatchSecretDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetFullMethodName() string
func (*WatchSecretDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetMethodName() string
func (*WatchSecretDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetProtoPkgName() string
func (*WatchSecretDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchSecretDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchSecretDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetServiceDomain() string
func (*WatchSecretDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetServiceVersion() string
func (*WatchSecretDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchSecretDescriptor) GetVerb() string
func (*WatchSecretDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchSecretDescriptor) HasResource() bool
func (*WatchSecretDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchSecretDescriptor) IsClientStream() bool
func (*WatchSecretDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchSecretDescriptor) IsCollection() bool
func (*WatchSecretDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchSecretDescriptor) IsPlural() bool
func (*WatchSecretDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchSecretDescriptor) IsServerStream() bool
func (*WatchSecretDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchSecretDescriptor) IsUnary() bool
func (*WatchSecretDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchSecretDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchSecretDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchSecretDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchSecretDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchSecretDescriptor) RequestHasResourceBody() bool
type WatchSecretDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchSecretDescriptorClientMsgHandle struct{}
func (*WatchSecretDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchSecretDescriptorServerMsgHandle struct{}
func (*WatchSecretDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretRequest ¶
type WatchSecretRequest struct { // Reference to ntt.secrets.v1alpha.Secret Name *secret.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 *secret.Secret_FieldMask `` /* 138-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 [WatchSecret][ntt.secrets.v1alpha.WatchSecret]
func (*WatchSecretRequest) Clone ¶
func (o *WatchSecretRequest) Clone() *WatchSecretRequest
func (*WatchSecretRequest) CloneRaw ¶
func (o *WatchSecretRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchSecretRequest) Descriptor ¶
func (*WatchSecretRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretRequest.ProtoReflect.Descriptor instead.
func (*WatchSecretRequest) GetFieldMask ¶
func (m *WatchSecretRequest) GetFieldMask() *secret.Secret_FieldMask
func (*WatchSecretRequest) GetName ¶
func (m *WatchSecretRequest) GetName() *secret.Reference
func (*WatchSecretRequest) GetView ¶
func (m *WatchSecretRequest) GetView() view.View
func (*WatchSecretRequest) GotenMessage ¶
func (*WatchSecretRequest) GotenMessage()
func (*WatchSecretRequest) GotenObjectExt ¶
func (o *WatchSecretRequest) GotenObjectExt()
func (*WatchSecretRequest) GotenValidate ¶
func (obj *WatchSecretRequest) GotenValidate() error
func (*WatchSecretRequest) MakeDiffFieldMask ¶
func (o *WatchSecretRequest) MakeDiffFieldMask(other *WatchSecretRequest) *WatchSecretRequest_FieldMask
func (*WatchSecretRequest) MakeFullFieldMask ¶
func (o *WatchSecretRequest) MakeFullFieldMask() *WatchSecretRequest_FieldMask
func (*WatchSecretRequest) MakeRawDiffFieldMask ¶
func (o *WatchSecretRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchSecretRequest) MakeRawFullFieldMask ¶
func (o *WatchSecretRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchSecretRequest) Marshal ¶
func (m *WatchSecretRequest) Marshal() ([]byte, error)
func (*WatchSecretRequest) MarshalJSON ¶
func (m *WatchSecretRequest) MarshalJSON() ([]byte, error)
func (*WatchSecretRequest) Merge ¶
func (o *WatchSecretRequest) Merge(source *WatchSecretRequest)
func (*WatchSecretRequest) MergeRaw ¶
func (o *WatchSecretRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchSecretRequest) ProtoMessage ¶
func (*WatchSecretRequest) ProtoMessage()
func (*WatchSecretRequest) ProtoReflect ¶
func (m *WatchSecretRequest) ProtoReflect() preflect.Message
func (*WatchSecretRequest) Reset ¶
func (m *WatchSecretRequest) Reset()
func (*WatchSecretRequest) SetFieldMask ¶
func (m *WatchSecretRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*WatchSecretRequest) SetName ¶
func (m *WatchSecretRequest) SetName(fv *secret.Reference)
func (*WatchSecretRequest) SetView ¶
func (m *WatchSecretRequest) SetView(fv view.View)
func (*WatchSecretRequest) String ¶
func (m *WatchSecretRequest) String() string
func (*WatchSecretRequest) Unmarshal ¶
func (m *WatchSecretRequest) Unmarshal(b []byte) error
func (*WatchSecretRequest) UnmarshalJSON ¶
func (m *WatchSecretRequest) UnmarshalJSON(data []byte) error
type WatchSecretRequestFieldPathBuilder ¶
type WatchSecretRequestFieldPathBuilder struct{}
func NewWatchSecretRequestFieldPathBuilder ¶
func NewWatchSecretRequestFieldPathBuilder() WatchSecretRequestFieldPathBuilder
func (WatchSecretRequestFieldPathBuilder) FieldMask ¶
func (WatchSecretRequestFieldPathBuilder) FieldMask() WatchSecretRequestPathSelectorFieldMask
type WatchSecretRequestPathSelectorFieldMask ¶
type WatchSecretRequestPathSelectorFieldMask struct{}
func (WatchSecretRequestPathSelectorFieldMask) FieldPath ¶
func (WatchSecretRequestPathSelectorFieldMask) FieldPath() *WatchSecretRequest_FieldTerminalPath
func (WatchSecretRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchSecretRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *WatchSecretRequest_FieldTerminalPathArrayOfValues
func (WatchSecretRequestPathSelectorFieldMask) WithValue ¶
func (s WatchSecretRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *WatchSecretRequest_FieldTerminalPathValue
type WatchSecretRequestPathSelectorName ¶
type WatchSecretRequestPathSelectorName struct{}
func (WatchSecretRequestPathSelectorName) FieldPath ¶
func (WatchSecretRequestPathSelectorName) FieldPath() *WatchSecretRequest_FieldTerminalPath
func (WatchSecretRequestPathSelectorName) WithArrayOfValues ¶
func (s WatchSecretRequestPathSelectorName) WithArrayOfValues(values []*secret.Reference) *WatchSecretRequest_FieldTerminalPathArrayOfValues
func (WatchSecretRequestPathSelectorName) WithValue ¶
func (s WatchSecretRequestPathSelectorName) WithValue(value *secret.Reference) *WatchSecretRequest_FieldTerminalPathValue
type WatchSecretRequestPathSelectorView ¶
type WatchSecretRequestPathSelectorView struct{}
func (WatchSecretRequestPathSelectorView) FieldPath ¶
func (WatchSecretRequestPathSelectorView) FieldPath() *WatchSecretRequest_FieldTerminalPath
func (WatchSecretRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchSecretRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchSecretRequest_FieldTerminalPathArrayOfValues
func (WatchSecretRequestPathSelectorView) WithValue ¶
func (s WatchSecretRequestPathSelectorView) WithValue(value view.View) *WatchSecretRequest_FieldTerminalPathValue
type WatchSecretRequest_FieldMask ¶
type WatchSecretRequest_FieldMask struct {
Paths []WatchSecretRequest_FieldPath
}
func FullWatchSecretRequest_FieldMask ¶
func FullWatchSecretRequest_FieldMask() *WatchSecretRequest_FieldMask
func (*WatchSecretRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchSecretRequest_FieldMask) AppendPath(path WatchSecretRequest_FieldPath)
func (*WatchSecretRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchSecretRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchSecretRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchSecretRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchSecretRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchSecretRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchSecretRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchSecretRequest_FieldMask) FilterInputFields() *WatchSecretRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchSecretRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchSecretRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchSecretRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchSecretRequest_FieldMask) GetPaths() []WatchSecretRequest_FieldPath
func (*WatchSecretRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchSecretRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchSecretRequest_FieldMask) IsFull ¶
func (fieldMask *WatchSecretRequest_FieldMask) IsFull() bool
func (WatchSecretRequest_FieldMask) Marshal ¶
func (fieldMask WatchSecretRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchSecretRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchSecretRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchSecretRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchSecretRequest_FieldMask) PathsCount() int
func (*WatchSecretRequest_FieldMask) Project ¶
func (fieldMask *WatchSecretRequest_FieldMask) Project(source *WatchSecretRequest) *WatchSecretRequest
func (*WatchSecretRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchSecretRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchSecretRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchSecretRequest_FieldMask) ProtoMessage()
func (*WatchSecretRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchSecretRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchSecretRequest_FieldMask) Reset ¶
func (fieldMask *WatchSecretRequest_FieldMask) Reset()
func (*WatchSecretRequest_FieldMask) Set ¶
func (fieldMask *WatchSecretRequest_FieldMask) Set(target, source *WatchSecretRequest)
func (*WatchSecretRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchSecretRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchSecretRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchSecretRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchSecretRequest_FieldMask) Size ¶
func (fieldMask *WatchSecretRequest_FieldMask) Size() int
func (*WatchSecretRequest_FieldMask) String ¶
func (fieldMask *WatchSecretRequest_FieldMask) String() string
func (*WatchSecretRequest_FieldMask) Subtract ¶
func (fieldMask *WatchSecretRequest_FieldMask) Subtract(other *WatchSecretRequest_FieldMask) *WatchSecretRequest_FieldMask
func (*WatchSecretRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchSecretRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchSecretRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchSecretRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchSecretRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchSecretRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchSecretRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchSecretRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchSecretRequest_FieldPath ¶
type WatchSecretRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchSecretRequest_FieldPathSelector Get(source *WatchSecretRequest) []interface{} GetSingle(source *WatchSecretRequest) (interface{}, bool) ClearValue(item *WatchSecretRequest) // Those methods build corresponding WatchSecretRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchSecretRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchSecretRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchSecretRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchSecretRequest_FieldPath ¶
func BuildWatchSecretRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchSecretRequest_FieldPath, error)
func MustParseWatchSecretRequest_FieldPath ¶
func MustParseWatchSecretRequest_FieldPath(rawField string) WatchSecretRequest_FieldPath
func ParseWatchSecretRequest_FieldPath ¶
func ParseWatchSecretRequest_FieldPath(rawField string) (WatchSecretRequest_FieldPath, error)
type WatchSecretRequest_FieldPathArrayItemValue ¶
type WatchSecretRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchSecretRequest_FieldPath ContainsValue(*WatchSecretRequest) bool }
WatchSecretRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchSecretRequest according to their type Present only for array (repeated) types.
func MustParseWatchSecretRequest_FieldPathArrayItemValue ¶
func MustParseWatchSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchSecretRequest_FieldPathArrayItemValue
func ParseWatchSecretRequest_FieldPathArrayItemValue ¶
func ParseWatchSecretRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchSecretRequest_FieldPathArrayItemValue, error)
ParseWatchSecretRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchSecretRequest_FieldPathArrayOfValues ¶
type WatchSecretRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchSecretRequest_FieldPath }
WatchSecretRequest_FieldPathArrayOfValues allows storing slice of values for WatchSecretRequest fields according to their type
func MustParseWatchSecretRequest_FieldPathArrayOfValues ¶
func MustParseWatchSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchSecretRequest_FieldPathArrayOfValues
func ParseWatchSecretRequest_FieldPathArrayOfValues ¶
func ParseWatchSecretRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchSecretRequest_FieldPathArrayOfValues, error)
type WatchSecretRequest_FieldPathSelector ¶
type WatchSecretRequest_FieldPathSelector int32
const ( WatchSecretRequest_FieldPathSelectorName WatchSecretRequest_FieldPathSelector = 0 WatchSecretRequest_FieldPathSelectorFieldMask WatchSecretRequest_FieldPathSelector = 1 WatchSecretRequest_FieldPathSelectorView WatchSecretRequest_FieldPathSelector = 2 )
func (WatchSecretRequest_FieldPathSelector) String ¶
func (s WatchSecretRequest_FieldPathSelector) String() string
type WatchSecretRequest_FieldPathValue ¶
type WatchSecretRequest_FieldPathValue interface { WatchSecretRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchSecretRequest) CompareWith(*WatchSecretRequest) (cmp int, comparable bool) }
WatchSecretRequest_FieldPathValue allows storing values for WatchSecretRequest fields according to their type
func MustParseWatchSecretRequest_FieldPathValue ¶
func MustParseWatchSecretRequest_FieldPathValue(pathStr, valueStr string) WatchSecretRequest_FieldPathValue
func ParseWatchSecretRequest_FieldPathValue ¶
func ParseWatchSecretRequest_FieldPathValue(pathStr, valueStr string) (WatchSecretRequest_FieldPathValue, error)
type WatchSecretRequest_FieldTerminalPath ¶
type WatchSecretRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchSecretRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchSecretRequest_FieldTerminalPath) ClearValue(item *WatchSecretRequest)
func (*WatchSecretRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchSecretRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchSecretRequest_FieldTerminalPath) Get ¶
func (fp *WatchSecretRequest_FieldTerminalPath) Get(source *WatchSecretRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchSecretRequest
func (*WatchSecretRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchSecretRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchSecretRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchSecretRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchSecretRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchSecretRequest_FieldTerminalPath) GetSingle(source *WatchSecretRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchSecretRequest
func (*WatchSecretRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchSecretRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchSecretRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchSecretRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchSecretRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchSecretRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchSecretRequest_FieldTerminalPath) Selector ¶
func (fp *WatchSecretRequest_FieldTerminalPath) Selector() WatchSecretRequest_FieldPathSelector
func (*WatchSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchSecretRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchSecretRequest_FieldTerminalPath) String ¶
func (fp *WatchSecretRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchSecretRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchSecretRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretRequest_FieldPathArrayItemValue
func (*WatchSecretRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchSecretRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretRequest_FieldPathArrayOfValues
func (*WatchSecretRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchSecretRequest_FieldTerminalPath) WithIValue(value interface{}) WatchSecretRequest_FieldPathValue
func (*WatchSecretRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchSecretRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchSecretRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchSecretRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchSecretRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchSecretRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchSecretRequest_FieldTerminalPathArrayItemValue ¶
type WatchSecretRequest_FieldTerminalPathArrayItemValue struct { WatchSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchSecretRequest'
func (*WatchSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchSecretRequest as interface{}
func (*WatchSecretRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretRequest) (interface{}, bool)
func (*WatchSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchSecretRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchSecretRequest_FieldTerminalPathArrayOfValues ¶
type WatchSecretRequest_FieldTerminalPathArrayOfValues struct { WatchSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
func (*WatchSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*secret.Reference, bool)
func (*WatchSecretRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchSecretRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchSecretRequest_FieldTerminalPathValue ¶
type WatchSecretRequest_FieldTerminalPathValue struct { WatchSecretRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
func (*WatchSecretRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) AsNameValue() (*secret.Reference, bool)
func (*WatchSecretRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchSecretRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) CompareWith(source *WatchSecretRequest) (int, bool)
CompareWith compares value in the 'WatchSecretRequest_FieldTerminalPathValue' with the value under path in 'WatchSecretRequest'.
func (*WatchSecretRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchSecretRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchSecretRequest' as interface{}
func (*WatchSecretRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) SetTo(target **WatchSecretRequest)
SetTo stores value for selected field for object WatchSecretRequest
func (*WatchSecretRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchSecretRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchSecretResponse ¶
type WatchSecretResponse struct { Change *secret.SecretChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchSecretResponse
func (*WatchSecretResponse) Clone ¶
func (o *WatchSecretResponse) Clone() *WatchSecretResponse
func (*WatchSecretResponse) CloneRaw ¶
func (o *WatchSecretResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchSecretResponse) Descriptor ¶
func (*WatchSecretResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretResponse.ProtoReflect.Descriptor instead.
func (*WatchSecretResponse) GetChange ¶
func (m *WatchSecretResponse) GetChange() *secret.SecretChange
func (*WatchSecretResponse) GotenMessage ¶
func (*WatchSecretResponse) GotenMessage()
func (*WatchSecretResponse) GotenObjectExt ¶
func (o *WatchSecretResponse) GotenObjectExt()
func (*WatchSecretResponse) GotenValidate ¶
func (obj *WatchSecretResponse) GotenValidate() error
func (*WatchSecretResponse) MakeDiffFieldMask ¶
func (o *WatchSecretResponse) MakeDiffFieldMask(other *WatchSecretResponse) *WatchSecretResponse_FieldMask
func (*WatchSecretResponse) MakeFullFieldMask ¶
func (o *WatchSecretResponse) MakeFullFieldMask() *WatchSecretResponse_FieldMask
func (*WatchSecretResponse) MakeRawDiffFieldMask ¶
func (o *WatchSecretResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchSecretResponse) MakeRawFullFieldMask ¶
func (o *WatchSecretResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchSecretResponse) Marshal ¶
func (m *WatchSecretResponse) Marshal() ([]byte, error)
func (*WatchSecretResponse) MarshalJSON ¶
func (m *WatchSecretResponse) MarshalJSON() ([]byte, error)
func (*WatchSecretResponse) Merge ¶
func (o *WatchSecretResponse) Merge(source *WatchSecretResponse)
func (*WatchSecretResponse) MergeRaw ¶
func (o *WatchSecretResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchSecretResponse) ProtoMessage ¶
func (*WatchSecretResponse) ProtoMessage()
func (*WatchSecretResponse) ProtoReflect ¶
func (m *WatchSecretResponse) ProtoReflect() preflect.Message
func (*WatchSecretResponse) Reset ¶
func (m *WatchSecretResponse) Reset()
func (*WatchSecretResponse) SetChange ¶
func (m *WatchSecretResponse) SetChange(fv *secret.SecretChange)
func (*WatchSecretResponse) String ¶
func (m *WatchSecretResponse) String() string
func (*WatchSecretResponse) Unmarshal ¶
func (m *WatchSecretResponse) Unmarshal(b []byte) error
func (*WatchSecretResponse) UnmarshalJSON ¶
func (m *WatchSecretResponse) UnmarshalJSON(data []byte) error
type WatchSecretResponseFieldPathBuilder ¶
type WatchSecretResponseFieldPathBuilder struct{}
func NewWatchSecretResponseFieldPathBuilder ¶
func NewWatchSecretResponseFieldPathBuilder() WatchSecretResponseFieldPathBuilder
type WatchSecretResponsePathSelectorChange ¶
type WatchSecretResponsePathSelectorChange struct{}
func (WatchSecretResponsePathSelectorChange) FieldPath ¶
func (WatchSecretResponsePathSelectorChange) FieldPath() *WatchSecretResponse_FieldTerminalPath
func (WatchSecretResponsePathSelectorChange) WithArrayOfValues ¶
func (s WatchSecretResponsePathSelectorChange) WithArrayOfValues(values []*secret.SecretChange) *WatchSecretResponse_FieldTerminalPathArrayOfValues
func (WatchSecretResponsePathSelectorChange) WithValue ¶
func (s WatchSecretResponsePathSelectorChange) WithValue(value *secret.SecretChange) *WatchSecretResponse_FieldTerminalPathValue
type WatchSecretResponse_FieldMask ¶
type WatchSecretResponse_FieldMask struct {
Paths []WatchSecretResponse_FieldPath
}
func FullWatchSecretResponse_FieldMask ¶
func FullWatchSecretResponse_FieldMask() *WatchSecretResponse_FieldMask
func (*WatchSecretResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchSecretResponse_FieldMask) AppendPath(path WatchSecretResponse_FieldPath)
func (*WatchSecretResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchSecretResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchSecretResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchSecretResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchSecretResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchSecretResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchSecretResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchSecretResponse_FieldMask) FilterInputFields() *WatchSecretResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchSecretResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchSecretResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchSecretResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchSecretResponse_FieldMask) GetPaths() []WatchSecretResponse_FieldPath
func (*WatchSecretResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchSecretResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchSecretResponse_FieldMask) IsFull ¶
func (fieldMask *WatchSecretResponse_FieldMask) IsFull() bool
func (WatchSecretResponse_FieldMask) Marshal ¶
func (fieldMask WatchSecretResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchSecretResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchSecretResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchSecretResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchSecretResponse_FieldMask) PathsCount() int
func (*WatchSecretResponse_FieldMask) Project ¶
func (fieldMask *WatchSecretResponse_FieldMask) Project(source *WatchSecretResponse) *WatchSecretResponse
func (*WatchSecretResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchSecretResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchSecretResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchSecretResponse_FieldMask) ProtoMessage()
func (*WatchSecretResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchSecretResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchSecretResponse_FieldMask) Reset ¶
func (fieldMask *WatchSecretResponse_FieldMask) Reset()
func (*WatchSecretResponse_FieldMask) Set ¶
func (fieldMask *WatchSecretResponse_FieldMask) Set(target, source *WatchSecretResponse)
func (*WatchSecretResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchSecretResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchSecretResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchSecretResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchSecretResponse_FieldMask) Size ¶
func (fieldMask *WatchSecretResponse_FieldMask) Size() int
func (*WatchSecretResponse_FieldMask) String ¶
func (fieldMask *WatchSecretResponse_FieldMask) String() string
func (*WatchSecretResponse_FieldMask) Subtract ¶
func (fieldMask *WatchSecretResponse_FieldMask) Subtract(other *WatchSecretResponse_FieldMask) *WatchSecretResponse_FieldMask
func (*WatchSecretResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchSecretResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchSecretResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchSecretResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchSecretResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchSecretResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchSecretResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchSecretResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchSecretResponse_FieldPath ¶
type WatchSecretResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchSecretResponse_FieldPathSelector Get(source *WatchSecretResponse) []interface{} GetSingle(source *WatchSecretResponse) (interface{}, bool) ClearValue(item *WatchSecretResponse) // Those methods build corresponding WatchSecretResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchSecretResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchSecretResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchSecretResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchSecretResponse_FieldPath ¶
func BuildWatchSecretResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchSecretResponse_FieldPath, error)
func MustParseWatchSecretResponse_FieldPath ¶
func MustParseWatchSecretResponse_FieldPath(rawField string) WatchSecretResponse_FieldPath
func ParseWatchSecretResponse_FieldPath ¶
func ParseWatchSecretResponse_FieldPath(rawField string) (WatchSecretResponse_FieldPath, error)
type WatchSecretResponse_FieldPathArrayItemValue ¶
type WatchSecretResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchSecretResponse_FieldPath ContainsValue(*WatchSecretResponse) bool }
WatchSecretResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchSecretResponse according to their type Present only for array (repeated) types.
func MustParseWatchSecretResponse_FieldPathArrayItemValue ¶
func MustParseWatchSecretResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchSecretResponse_FieldPathArrayItemValue
func ParseWatchSecretResponse_FieldPathArrayItemValue ¶
func ParseWatchSecretResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchSecretResponse_FieldPathArrayItemValue, error)
ParseWatchSecretResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchSecretResponse_FieldPathArrayOfValues ¶
type WatchSecretResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchSecretResponse_FieldPath }
WatchSecretResponse_FieldPathArrayOfValues allows storing slice of values for WatchSecretResponse fields according to their type
func MustParseWatchSecretResponse_FieldPathArrayOfValues ¶
func MustParseWatchSecretResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchSecretResponse_FieldPathArrayOfValues
func ParseWatchSecretResponse_FieldPathArrayOfValues ¶
func ParseWatchSecretResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchSecretResponse_FieldPathArrayOfValues, error)
type WatchSecretResponse_FieldPathSelector ¶
type WatchSecretResponse_FieldPathSelector int32
const (
WatchSecretResponse_FieldPathSelectorChange WatchSecretResponse_FieldPathSelector = 0
)
func (WatchSecretResponse_FieldPathSelector) String ¶
func (s WatchSecretResponse_FieldPathSelector) String() string
type WatchSecretResponse_FieldPathValue ¶
type WatchSecretResponse_FieldPathValue interface { WatchSecretResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchSecretResponse) CompareWith(*WatchSecretResponse) (cmp int, comparable bool) }
WatchSecretResponse_FieldPathValue allows storing values for WatchSecretResponse fields according to their type
func MustParseWatchSecretResponse_FieldPathValue ¶
func MustParseWatchSecretResponse_FieldPathValue(pathStr, valueStr string) WatchSecretResponse_FieldPathValue
func ParseWatchSecretResponse_FieldPathValue ¶
func ParseWatchSecretResponse_FieldPathValue(pathStr, valueStr string) (WatchSecretResponse_FieldPathValue, error)
type WatchSecretResponse_FieldTerminalPath ¶
type WatchSecretResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchSecretResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchSecretResponse_FieldTerminalPath) ClearValue(item *WatchSecretResponse)
func (*WatchSecretResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchSecretResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchSecretResponse_FieldTerminalPath) Get ¶
func (fp *WatchSecretResponse_FieldTerminalPath) Get(source *WatchSecretResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchSecretResponse
func (*WatchSecretResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchSecretResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchSecretResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchSecretResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchSecretResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchSecretResponse_FieldTerminalPath) GetSingle(source *WatchSecretResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchSecretResponse
func (*WatchSecretResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchSecretResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchSecretResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchSecretResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchSecretResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchSecretResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchSecretResponse_FieldTerminalPath) Selector ¶
func (fp *WatchSecretResponse_FieldTerminalPath) Selector() WatchSecretResponse_FieldPathSelector
func (*WatchSecretResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchSecretResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchSecretResponse_FieldTerminalPath) String ¶
func (fp *WatchSecretResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchSecretResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchSecretResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretResponse_FieldPathArrayItemValue
func (*WatchSecretResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchSecretResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretResponse_FieldPathArrayOfValues
func (*WatchSecretResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchSecretResponse_FieldTerminalPath) WithIValue(value interface{}) WatchSecretResponse_FieldPathValue
func (*WatchSecretResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchSecretResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchSecretResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchSecretResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchSecretResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchSecretResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchSecretResponse_FieldTerminalPathArrayItemValue ¶
type WatchSecretResponse_FieldTerminalPathArrayItemValue struct { WatchSecretResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchSecretResponse'
func (*WatchSecretResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchSecretResponse as interface{}
func (*WatchSecretResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretResponse) (interface{}, bool)
func (*WatchSecretResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchSecretResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchSecretResponse_FieldTerminalPathArrayOfValues ¶
type WatchSecretResponse_FieldTerminalPathArrayOfValues struct { WatchSecretResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues ¶
func (fpaov *WatchSecretResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*secret.SecretChange, bool)
func (*WatchSecretResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchSecretResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchSecretResponse_FieldTerminalPathValue ¶
type WatchSecretResponse_FieldTerminalPathValue struct { WatchSecretResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretResponse_FieldTerminalPathValue) AsChangeValue ¶
func (fpv *WatchSecretResponse_FieldTerminalPathValue) AsChangeValue() (*secret.SecretChange, bool)
func (*WatchSecretResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchSecretResponse_FieldTerminalPathValue) CompareWith(source *WatchSecretResponse) (int, bool)
CompareWith compares value in the 'WatchSecretResponse_FieldTerminalPathValue' with the value under path in 'WatchSecretResponse'.
func (*WatchSecretResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchSecretResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchSecretResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchSecretResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchSecretResponse' as interface{}
func (*WatchSecretResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchSecretResponse_FieldTerminalPathValue) SetTo(target **WatchSecretResponse)
SetTo stores value for selected field for object WatchSecretResponse
func (*WatchSecretResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchSecretResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchSecretsClientStream ¶
type WatchSecretsClientStream interface { Recv() (*WatchSecretsResponse, error) grpc.ClientStream }
type WatchSecretsDescriptor ¶ added in v0.4.28
type WatchSecretsDescriptor struct{}
func GetWatchSecretsDescriptor ¶ added in v0.4.28
func GetWatchSecretsDescriptor() *WatchSecretsDescriptor
func (*WatchSecretsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchSecretsDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetApiName() string
func (*WatchSecretsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetFullMethodName() string
func (*WatchSecretsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetMethodName() string
func (*WatchSecretsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetProtoPkgName() string
func (*WatchSecretsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchSecretsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchSecretsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetServiceDomain() string
func (*WatchSecretsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetServiceVersion() string
func (*WatchSecretsDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) GetVerb() string
func (*WatchSecretsDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) HasResource() bool
func (*WatchSecretsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) IsClientStream() bool
func (*WatchSecretsDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) IsCollection() bool
func (*WatchSecretsDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchSecretsDescriptor) IsPlural() bool
func (*WatchSecretsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) IsServerStream() bool
func (*WatchSecretsDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) IsUnary() bool
func (*WatchSecretsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchSecretsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchSecretsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchSecretsDescriptor) RequestHasResourceBody() bool
type WatchSecretsDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchSecretsDescriptorClientMsgHandle struct{}
func (*WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretsDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchSecretsDescriptorServerMsgHandle struct{}
func (*WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchSecretsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchSecretsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchSecretsRequest ¶
type WatchSecretsRequest 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.secrets.v1alpha.Secret Parent *secret.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer Secrets 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 *secret.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 *secret.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // A token identifying watch resume point from previous session. // Can be populated only for stateless watch type. ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *secret.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 Secret that don't affect // any of masked fields won't be sent back. FieldMask *secret.Secret_FieldMask `` /* 138-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 // Secret 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 [WatchSecrets][ntt.secrets.v1alpha.WatchSecrets]
func (*WatchSecretsRequest) Clone ¶
func (o *WatchSecretsRequest) Clone() *WatchSecretsRequest
func (*WatchSecretsRequest) CloneRaw ¶
func (o *WatchSecretsRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchSecretsRequest) Descriptor ¶
func (*WatchSecretsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretsRequest.ProtoReflect.Descriptor instead.
func (*WatchSecretsRequest) GetFieldMask ¶
func (m *WatchSecretsRequest) GetFieldMask() *secret.Secret_FieldMask
func (*WatchSecretsRequest) GetFilter ¶
func (m *WatchSecretsRequest) GetFilter() *secret.Filter
func (*WatchSecretsRequest) GetMaxChunkSize ¶
func (m *WatchSecretsRequest) GetMaxChunkSize() int32
func (*WatchSecretsRequest) GetOrderBy ¶
func (m *WatchSecretsRequest) GetOrderBy() *secret.OrderBy
func (*WatchSecretsRequest) GetPageSize ¶
func (m *WatchSecretsRequest) GetPageSize() int32
func (*WatchSecretsRequest) GetPageToken ¶
func (m *WatchSecretsRequest) GetPageToken() *secret.PagerCursor
func (*WatchSecretsRequest) GetParent ¶
func (m *WatchSecretsRequest) GetParent() *secret.ParentReference
func (*WatchSecretsRequest) GetResumeToken ¶
func (m *WatchSecretsRequest) GetResumeToken() string
func (*WatchSecretsRequest) GetType ¶
func (m *WatchSecretsRequest) GetType() watch_type.WatchType
func (*WatchSecretsRequest) GetView ¶
func (m *WatchSecretsRequest) GetView() view.View
func (*WatchSecretsRequest) GotenMessage ¶
func (*WatchSecretsRequest) GotenMessage()
func (*WatchSecretsRequest) GotenObjectExt ¶
func (o *WatchSecretsRequest) GotenObjectExt()
func (*WatchSecretsRequest) GotenValidate ¶
func (obj *WatchSecretsRequest) GotenValidate() error
func (*WatchSecretsRequest) MakeDiffFieldMask ¶
func (o *WatchSecretsRequest) MakeDiffFieldMask(other *WatchSecretsRequest) *WatchSecretsRequest_FieldMask
func (*WatchSecretsRequest) MakeFullFieldMask ¶
func (o *WatchSecretsRequest) MakeFullFieldMask() *WatchSecretsRequest_FieldMask
func (*WatchSecretsRequest) MakeRawDiffFieldMask ¶
func (o *WatchSecretsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchSecretsRequest) MakeRawFullFieldMask ¶
func (o *WatchSecretsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchSecretsRequest) Marshal ¶
func (m *WatchSecretsRequest) Marshal() ([]byte, error)
func (*WatchSecretsRequest) MarshalJSON ¶
func (m *WatchSecretsRequest) MarshalJSON() ([]byte, error)
func (*WatchSecretsRequest) Merge ¶
func (o *WatchSecretsRequest) Merge(source *WatchSecretsRequest)
func (*WatchSecretsRequest) MergeRaw ¶
func (o *WatchSecretsRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchSecretsRequest) ProtoMessage ¶
func (*WatchSecretsRequest) ProtoMessage()
func (*WatchSecretsRequest) ProtoReflect ¶
func (m *WatchSecretsRequest) ProtoReflect() preflect.Message
func (*WatchSecretsRequest) Reset ¶
func (m *WatchSecretsRequest) Reset()
func (*WatchSecretsRequest) SetFieldMask ¶
func (m *WatchSecretsRequest) SetFieldMask(fv *secret.Secret_FieldMask)
func (*WatchSecretsRequest) SetFilter ¶
func (m *WatchSecretsRequest) SetFilter(fv *secret.Filter)
func (*WatchSecretsRequest) SetMaxChunkSize ¶
func (m *WatchSecretsRequest) SetMaxChunkSize(fv int32)
func (*WatchSecretsRequest) SetOrderBy ¶
func (m *WatchSecretsRequest) SetOrderBy(fv *secret.OrderBy)
func (*WatchSecretsRequest) SetPageSize ¶
func (m *WatchSecretsRequest) SetPageSize(fv int32)
func (*WatchSecretsRequest) SetPageToken ¶
func (m *WatchSecretsRequest) SetPageToken(fv *secret.PagerCursor)
func (*WatchSecretsRequest) SetParent ¶
func (m *WatchSecretsRequest) SetParent(fv *secret.ParentReference)
func (*WatchSecretsRequest) SetResumeToken ¶
func (m *WatchSecretsRequest) SetResumeToken(fv string)
func (*WatchSecretsRequest) SetType ¶
func (m *WatchSecretsRequest) SetType(fv watch_type.WatchType)
func (*WatchSecretsRequest) SetView ¶
func (m *WatchSecretsRequest) SetView(fv view.View)
func (*WatchSecretsRequest) String ¶
func (m *WatchSecretsRequest) String() string
func (*WatchSecretsRequest) Unmarshal ¶
func (m *WatchSecretsRequest) Unmarshal(b []byte) error
func (*WatchSecretsRequest) UnmarshalJSON ¶
func (m *WatchSecretsRequest) UnmarshalJSON(data []byte) error
type WatchSecretsRequestFieldPathBuilder ¶
type WatchSecretsRequestFieldPathBuilder struct{}
func NewWatchSecretsRequestFieldPathBuilder ¶
func NewWatchSecretsRequestFieldPathBuilder() WatchSecretsRequestFieldPathBuilder
func (WatchSecretsRequestFieldPathBuilder) FieldMask ¶
func (WatchSecretsRequestFieldPathBuilder) FieldMask() WatchSecretsRequestPathSelectorFieldMask
func (WatchSecretsRequestFieldPathBuilder) MaxChunkSize ¶
func (WatchSecretsRequestFieldPathBuilder) MaxChunkSize() WatchSecretsRequestPathSelectorMaxChunkSize
func (WatchSecretsRequestFieldPathBuilder) PageSize ¶
func (WatchSecretsRequestFieldPathBuilder) PageSize() WatchSecretsRequestPathSelectorPageSize
func (WatchSecretsRequestFieldPathBuilder) PageToken ¶
func (WatchSecretsRequestFieldPathBuilder) PageToken() WatchSecretsRequestPathSelectorPageToken
func (WatchSecretsRequestFieldPathBuilder) ResumeToken ¶
func (WatchSecretsRequestFieldPathBuilder) ResumeToken() WatchSecretsRequestPathSelectorResumeToken
type WatchSecretsRequestPathSelectorFieldMask ¶
type WatchSecretsRequestPathSelectorFieldMask struct{}
func (WatchSecretsRequestPathSelectorFieldMask) FieldPath ¶
func (WatchSecretsRequestPathSelectorFieldMask) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorFieldMask) WithArrayOfValues(values []*secret.Secret_FieldMask) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorFieldMask) WithValue ¶
func (s WatchSecretsRequestPathSelectorFieldMask) WithValue(value *secret.Secret_FieldMask) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorFilter ¶
type WatchSecretsRequestPathSelectorFilter struct{}
func (WatchSecretsRequestPathSelectorFilter) FieldPath ¶
func (WatchSecretsRequestPathSelectorFilter) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorFilter) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorFilter) WithArrayOfValues(values []*secret.Filter) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorFilter) WithValue ¶
func (s WatchSecretsRequestPathSelectorFilter) WithValue(value *secret.Filter) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorMaxChunkSize ¶
type WatchSecretsRequestPathSelectorMaxChunkSize struct{}
func (WatchSecretsRequestPathSelectorMaxChunkSize) FieldPath ¶
func (WatchSecretsRequestPathSelectorMaxChunkSize) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorMaxChunkSize) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorMaxChunkSize) WithValue ¶
func (s WatchSecretsRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorOrderBy ¶
type WatchSecretsRequestPathSelectorOrderBy struct{}
func (WatchSecretsRequestPathSelectorOrderBy) FieldPath ¶
func (WatchSecretsRequestPathSelectorOrderBy) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorOrderBy) WithArrayOfValues(values []*secret.OrderBy) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorOrderBy) WithValue ¶
func (s WatchSecretsRequestPathSelectorOrderBy) WithValue(value *secret.OrderBy) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorPageSize ¶
type WatchSecretsRequestPathSelectorPageSize struct{}
func (WatchSecretsRequestPathSelectorPageSize) FieldPath ¶
func (WatchSecretsRequestPathSelectorPageSize) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorPageSize) WithValue ¶
func (s WatchSecretsRequestPathSelectorPageSize) WithValue(value int32) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorPageToken ¶
type WatchSecretsRequestPathSelectorPageToken struct{}
func (WatchSecretsRequestPathSelectorPageToken) FieldPath ¶
func (WatchSecretsRequestPathSelectorPageToken) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorPageToken) WithValue ¶
func (s WatchSecretsRequestPathSelectorPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorParent ¶
type WatchSecretsRequestPathSelectorParent struct{}
func (WatchSecretsRequestPathSelectorParent) FieldPath ¶
func (WatchSecretsRequestPathSelectorParent) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorParent) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorParent) WithArrayOfValues(values []*secret.ParentReference) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorParent) WithValue ¶
func (s WatchSecretsRequestPathSelectorParent) WithValue(value *secret.ParentReference) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorResumeToken ¶
type WatchSecretsRequestPathSelectorResumeToken struct{}
func (WatchSecretsRequestPathSelectorResumeToken) FieldPath ¶
func (WatchSecretsRequestPathSelectorResumeToken) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorResumeToken) WithValue ¶
func (s WatchSecretsRequestPathSelectorResumeToken) WithValue(value string) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorType ¶
type WatchSecretsRequestPathSelectorType struct{}
func (WatchSecretsRequestPathSelectorType) FieldPath ¶
func (WatchSecretsRequestPathSelectorType) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorType) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorType) WithValue ¶
func (s WatchSecretsRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequestPathSelectorView ¶
type WatchSecretsRequestPathSelectorView struct{}
func (WatchSecretsRequestPathSelectorView) FieldPath ¶
func (WatchSecretsRequestPathSelectorView) FieldPath() *WatchSecretsRequest_FieldTerminalPath
func (WatchSecretsRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchSecretsRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchSecretsRequest_FieldTerminalPathArrayOfValues
func (WatchSecretsRequestPathSelectorView) WithValue ¶
func (s WatchSecretsRequestPathSelectorView) WithValue(value view.View) *WatchSecretsRequest_FieldTerminalPathValue
type WatchSecretsRequest_FieldMask ¶
type WatchSecretsRequest_FieldMask struct {
Paths []WatchSecretsRequest_FieldPath
}
func FullWatchSecretsRequest_FieldMask ¶
func FullWatchSecretsRequest_FieldMask() *WatchSecretsRequest_FieldMask
func (*WatchSecretsRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchSecretsRequest_FieldMask) AppendPath(path WatchSecretsRequest_FieldPath)
func (*WatchSecretsRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchSecretsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchSecretsRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchSecretsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchSecretsRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchSecretsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchSecretsRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchSecretsRequest_FieldMask) FilterInputFields() *WatchSecretsRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchSecretsRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchSecretsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchSecretsRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchSecretsRequest_FieldMask) GetPaths() []WatchSecretsRequest_FieldPath
func (*WatchSecretsRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchSecretsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchSecretsRequest_FieldMask) IsFull ¶
func (fieldMask *WatchSecretsRequest_FieldMask) IsFull() bool
func (WatchSecretsRequest_FieldMask) Marshal ¶
func (fieldMask WatchSecretsRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchSecretsRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchSecretsRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchSecretsRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchSecretsRequest_FieldMask) PathsCount() int
func (*WatchSecretsRequest_FieldMask) Project ¶
func (fieldMask *WatchSecretsRequest_FieldMask) Project(source *WatchSecretsRequest) *WatchSecretsRequest
func (*WatchSecretsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchSecretsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchSecretsRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchSecretsRequest_FieldMask) ProtoMessage()
func (*WatchSecretsRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchSecretsRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchSecretsRequest_FieldMask) Reset ¶
func (fieldMask *WatchSecretsRequest_FieldMask) Reset()
func (*WatchSecretsRequest_FieldMask) Set ¶
func (fieldMask *WatchSecretsRequest_FieldMask) Set(target, source *WatchSecretsRequest)
func (*WatchSecretsRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchSecretsRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchSecretsRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchSecretsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchSecretsRequest_FieldMask) Size ¶
func (fieldMask *WatchSecretsRequest_FieldMask) Size() int
func (*WatchSecretsRequest_FieldMask) String ¶
func (fieldMask *WatchSecretsRequest_FieldMask) String() string
func (*WatchSecretsRequest_FieldMask) Subtract ¶
func (fieldMask *WatchSecretsRequest_FieldMask) Subtract(other *WatchSecretsRequest_FieldMask) *WatchSecretsRequest_FieldMask
func (*WatchSecretsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchSecretsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchSecretsRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchSecretsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchSecretsRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchSecretsRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchSecretsRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchSecretsRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchSecretsRequest_FieldPath ¶
type WatchSecretsRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchSecretsRequest_FieldPathSelector Get(source *WatchSecretsRequest) []interface{} GetSingle(source *WatchSecretsRequest) (interface{}, bool) ClearValue(item *WatchSecretsRequest) // Those methods build corresponding WatchSecretsRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchSecretsRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchSecretsRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchSecretsRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchSecretsRequest_FieldPath ¶
func BuildWatchSecretsRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchSecretsRequest_FieldPath, error)
func MustParseWatchSecretsRequest_FieldPath ¶
func MustParseWatchSecretsRequest_FieldPath(rawField string) WatchSecretsRequest_FieldPath
func ParseWatchSecretsRequest_FieldPath ¶
func ParseWatchSecretsRequest_FieldPath(rawField string) (WatchSecretsRequest_FieldPath, error)
type WatchSecretsRequest_FieldPathArrayItemValue ¶
type WatchSecretsRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchSecretsRequest_FieldPath ContainsValue(*WatchSecretsRequest) bool }
WatchSecretsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchSecretsRequest according to their type Present only for array (repeated) types.
func MustParseWatchSecretsRequest_FieldPathArrayItemValue ¶
func MustParseWatchSecretsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchSecretsRequest_FieldPathArrayItemValue
func ParseWatchSecretsRequest_FieldPathArrayItemValue ¶
func ParseWatchSecretsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchSecretsRequest_FieldPathArrayItemValue, error)
ParseWatchSecretsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchSecretsRequest_FieldPathArrayOfValues ¶
type WatchSecretsRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchSecretsRequest_FieldPath }
WatchSecretsRequest_FieldPathArrayOfValues allows storing slice of values for WatchSecretsRequest fields according to their type
func MustParseWatchSecretsRequest_FieldPathArrayOfValues ¶
func MustParseWatchSecretsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchSecretsRequest_FieldPathArrayOfValues
func ParseWatchSecretsRequest_FieldPathArrayOfValues ¶
func ParseWatchSecretsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchSecretsRequest_FieldPathArrayOfValues, error)
type WatchSecretsRequest_FieldPathSelector ¶
type WatchSecretsRequest_FieldPathSelector int32
const ( WatchSecretsRequest_FieldPathSelectorType WatchSecretsRequest_FieldPathSelector = 0 WatchSecretsRequest_FieldPathSelectorParent WatchSecretsRequest_FieldPathSelector = 1 WatchSecretsRequest_FieldPathSelectorPageSize WatchSecretsRequest_FieldPathSelector = 2 WatchSecretsRequest_FieldPathSelectorPageToken WatchSecretsRequest_FieldPathSelector = 3 WatchSecretsRequest_FieldPathSelectorOrderBy WatchSecretsRequest_FieldPathSelector = 4 WatchSecretsRequest_FieldPathSelectorResumeToken WatchSecretsRequest_FieldPathSelector = 5 WatchSecretsRequest_FieldPathSelectorFilter WatchSecretsRequest_FieldPathSelector = 6 WatchSecretsRequest_FieldPathSelectorFieldMask WatchSecretsRequest_FieldPathSelector = 7 WatchSecretsRequest_FieldPathSelectorView WatchSecretsRequest_FieldPathSelector = 8 WatchSecretsRequest_FieldPathSelectorMaxChunkSize WatchSecretsRequest_FieldPathSelector = 9 )
func (WatchSecretsRequest_FieldPathSelector) String ¶
func (s WatchSecretsRequest_FieldPathSelector) String() string
type WatchSecretsRequest_FieldPathValue ¶
type WatchSecretsRequest_FieldPathValue interface { WatchSecretsRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchSecretsRequest) CompareWith(*WatchSecretsRequest) (cmp int, comparable bool) }
WatchSecretsRequest_FieldPathValue allows storing values for WatchSecretsRequest fields according to their type
func MustParseWatchSecretsRequest_FieldPathValue ¶
func MustParseWatchSecretsRequest_FieldPathValue(pathStr, valueStr string) WatchSecretsRequest_FieldPathValue
func ParseWatchSecretsRequest_FieldPathValue ¶
func ParseWatchSecretsRequest_FieldPathValue(pathStr, valueStr string) (WatchSecretsRequest_FieldPathValue, error)
type WatchSecretsRequest_FieldTerminalPath ¶
type WatchSecretsRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchSecretsRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) ClearValue(item *WatchSecretsRequest)
func (*WatchSecretsRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchSecretsRequest_FieldTerminalPath) Get ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) Get(source *WatchSecretsRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchSecretsRequest
func (*WatchSecretsRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchSecretsRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchSecretsRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) GetSingle(source *WatchSecretsRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchSecretsRequest
func (*WatchSecretsRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchSecretsRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchSecretsRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchSecretsRequest_FieldTerminalPath) Selector ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) Selector() WatchSecretsRequest_FieldPathSelector
func (*WatchSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchSecretsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchSecretsRequest_FieldTerminalPath) String ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchSecretsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretsRequest_FieldPathArrayItemValue
func (*WatchSecretsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretsRequest_FieldPathArrayOfValues
func (*WatchSecretsRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) WithIValue(value interface{}) WatchSecretsRequest_FieldPathValue
func (*WatchSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchSecretsRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchSecretsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchSecretsRequest_FieldTerminalPathArrayItemValue ¶
type WatchSecretsRequest_FieldTerminalPathArrayItemValue struct { WatchSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretsRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchSecretsRequest'
func (*WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchSecretsRequest as interface{}
func (*WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretsRequest) (interface{}, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchSecretsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchSecretsRequest_FieldTerminalPathArrayOfValues ¶
type WatchSecretsRequest_FieldTerminalPathArrayOfValues struct { WatchSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*secret.Secret_FieldMask, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*secret.Filter, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*secret.OrderBy, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*secret.ParentReference, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchSecretsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchSecretsRequest_FieldTerminalPathValue ¶
type WatchSecretsRequest_FieldTerminalPathValue struct { WatchSecretsRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*secret.Secret_FieldMask, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsFilterValue() (*secret.Filter, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsOrderByValue() (*secret.OrderBy, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsPageTokenValue() (*secret.PagerCursor, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsParentValue() (*secret.ParentReference, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) CompareWith(source *WatchSecretsRequest) (int, bool)
CompareWith compares value in the 'WatchSecretsRequest_FieldTerminalPathValue' with the value under path in 'WatchSecretsRequest'.
func (*WatchSecretsRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchSecretsRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchSecretsRequest' as interface{}
func (*WatchSecretsRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) SetTo(target **WatchSecretsRequest)
SetTo stores value for selected field for object WatchSecretsRequest
func (*WatchSecretsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchSecretsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchSecretsResponse ¶
type WatchSecretsResponse struct { // Changes of Secrets SecretChanges []*secret.SecretChange `` /* 126-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 Secrets 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 *WatchSecretsResponse_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 (Secrets 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 }
WatchSecretsResponse
func (*WatchSecretsResponse) Clone ¶
func (o *WatchSecretsResponse) Clone() *WatchSecretsResponse
func (*WatchSecretsResponse) CloneRaw ¶
func (o *WatchSecretsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchSecretsResponse) Descriptor ¶
func (*WatchSecretsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretsResponse.ProtoReflect.Descriptor instead.
func (*WatchSecretsResponse) GetIsCurrent ¶
func (m *WatchSecretsResponse) GetIsCurrent() bool
func (*WatchSecretsResponse) GetIsHardReset ¶
func (m *WatchSecretsResponse) GetIsHardReset() bool
func (*WatchSecretsResponse) GetIsSoftReset ¶
func (m *WatchSecretsResponse) GetIsSoftReset() bool
func (*WatchSecretsResponse) GetPageTokenChange ¶
func (m *WatchSecretsResponse) GetPageTokenChange() *WatchSecretsResponse_PageTokenChange
func (*WatchSecretsResponse) GetResumeToken ¶
func (m *WatchSecretsResponse) GetResumeToken() string
func (*WatchSecretsResponse) GetSecretChanges ¶
func (m *WatchSecretsResponse) GetSecretChanges() []*secret.SecretChange
func (*WatchSecretsResponse) GetSnapshotSize ¶
func (m *WatchSecretsResponse) GetSnapshotSize() int64
func (*WatchSecretsResponse) GotenMessage ¶
func (*WatchSecretsResponse) GotenMessage()
func (*WatchSecretsResponse) GotenObjectExt ¶
func (o *WatchSecretsResponse) GotenObjectExt()
func (*WatchSecretsResponse) GotenValidate ¶
func (obj *WatchSecretsResponse) GotenValidate() error
func (*WatchSecretsResponse) MakeDiffFieldMask ¶
func (o *WatchSecretsResponse) MakeDiffFieldMask(other *WatchSecretsResponse) *WatchSecretsResponse_FieldMask
func (*WatchSecretsResponse) MakeFullFieldMask ¶
func (o *WatchSecretsResponse) MakeFullFieldMask() *WatchSecretsResponse_FieldMask
func (*WatchSecretsResponse) MakeRawDiffFieldMask ¶
func (o *WatchSecretsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchSecretsResponse) MakeRawFullFieldMask ¶
func (o *WatchSecretsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchSecretsResponse) Marshal ¶
func (m *WatchSecretsResponse) Marshal() ([]byte, error)
func (*WatchSecretsResponse) MarshalJSON ¶
func (m *WatchSecretsResponse) MarshalJSON() ([]byte, error)
func (*WatchSecretsResponse) Merge ¶
func (o *WatchSecretsResponse) Merge(source *WatchSecretsResponse)
func (*WatchSecretsResponse) MergeRaw ¶
func (o *WatchSecretsResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchSecretsResponse) ProtoMessage ¶
func (*WatchSecretsResponse) ProtoMessage()
func (*WatchSecretsResponse) ProtoReflect ¶
func (m *WatchSecretsResponse) ProtoReflect() preflect.Message
func (*WatchSecretsResponse) Reset ¶
func (m *WatchSecretsResponse) Reset()
func (*WatchSecretsResponse) SetIsCurrent ¶
func (m *WatchSecretsResponse) SetIsCurrent(fv bool)
func (*WatchSecretsResponse) SetIsHardReset ¶
func (m *WatchSecretsResponse) SetIsHardReset(fv bool)
func (*WatchSecretsResponse) SetIsSoftReset ¶
func (m *WatchSecretsResponse) SetIsSoftReset(fv bool)
func (*WatchSecretsResponse) SetPageTokenChange ¶
func (m *WatchSecretsResponse) SetPageTokenChange(fv *WatchSecretsResponse_PageTokenChange)
func (*WatchSecretsResponse) SetResumeToken ¶
func (m *WatchSecretsResponse) SetResumeToken(fv string)
func (*WatchSecretsResponse) SetSecretChanges ¶
func (m *WatchSecretsResponse) SetSecretChanges(fv []*secret.SecretChange)
func (*WatchSecretsResponse) SetSnapshotSize ¶
func (m *WatchSecretsResponse) SetSnapshotSize(fv int64)
func (*WatchSecretsResponse) String ¶
func (m *WatchSecretsResponse) String() string
func (*WatchSecretsResponse) Unmarshal ¶
func (m *WatchSecretsResponse) Unmarshal(b []byte) error
func (*WatchSecretsResponse) UnmarshalJSON ¶
func (m *WatchSecretsResponse) UnmarshalJSON(data []byte) error
type WatchSecretsResponseFieldPathBuilder ¶
type WatchSecretsResponseFieldPathBuilder struct{}
func NewWatchSecretsResponseFieldPathBuilder ¶
func NewWatchSecretsResponseFieldPathBuilder() WatchSecretsResponseFieldPathBuilder
func (WatchSecretsResponseFieldPathBuilder) IsCurrent ¶
func (WatchSecretsResponseFieldPathBuilder) IsCurrent() WatchSecretsResponsePathSelectorIsCurrent
func (WatchSecretsResponseFieldPathBuilder) IsHardReset ¶
func (WatchSecretsResponseFieldPathBuilder) IsHardReset() WatchSecretsResponsePathSelectorIsHardReset
func (WatchSecretsResponseFieldPathBuilder) IsSoftReset ¶
func (WatchSecretsResponseFieldPathBuilder) IsSoftReset() WatchSecretsResponsePathSelectorIsSoftReset
func (WatchSecretsResponseFieldPathBuilder) PageTokenChange ¶
func (WatchSecretsResponseFieldPathBuilder) PageTokenChange() WatchSecretsResponsePathSelectorPageTokenChange
func (WatchSecretsResponseFieldPathBuilder) ResumeToken ¶
func (WatchSecretsResponseFieldPathBuilder) ResumeToken() WatchSecretsResponsePathSelectorResumeToken
func (WatchSecretsResponseFieldPathBuilder) SecretChanges ¶
func (WatchSecretsResponseFieldPathBuilder) SecretChanges() WatchSecretsResponsePathSelectorSecretChanges
func (WatchSecretsResponseFieldPathBuilder) SnapshotSize ¶
func (WatchSecretsResponseFieldPathBuilder) SnapshotSize() WatchSecretsResponsePathSelectorSnapshotSize
type WatchSecretsResponsePageTokenChangeFieldPathBuilder ¶
type WatchSecretsResponsePageTokenChangeFieldPathBuilder struct{}
func NewWatchSecretsResponsePageTokenChangeFieldPathBuilder ¶
func NewWatchSecretsResponsePageTokenChangeFieldPathBuilder() WatchSecretsResponsePageTokenChangeFieldPathBuilder
func (WatchSecretsResponsePageTokenChangeFieldPathBuilder) NextPageToken ¶
func (WatchSecretsResponsePageTokenChangeFieldPathBuilder) PrevPageToken ¶
type WatchSecretsResponsePageTokenChange_FieldPath ¶
type WatchSecretsResponsePageTokenChange_FieldPath interface { gotenobject.FieldPath Selector() WatchSecretsResponsePageTokenChange_FieldPathSelector Get(source *WatchSecretsResponse_PageTokenChange) []interface{} GetSingle(source *WatchSecretsResponse_PageTokenChange) (interface{}, bool) ClearValue(item *WatchSecretsResponse_PageTokenChange) // Those methods build corresponding WatchSecretsResponsePageTokenChange_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchSecretsResponsePageTokenChange_FieldPathValue WithIArrayOfValues(values interface{}) WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchSecretsResponsePageTokenChange_FieldPath ¶
func BuildWatchSecretsResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchSecretsResponsePageTokenChange_FieldPath, error)
func MustParseWatchSecretsResponsePageTokenChange_FieldPath ¶
func MustParseWatchSecretsResponsePageTokenChange_FieldPath(rawField string) WatchSecretsResponsePageTokenChange_FieldPath
func ParseWatchSecretsResponsePageTokenChange_FieldPath ¶
func ParseWatchSecretsResponsePageTokenChange_FieldPath(rawField string) (WatchSecretsResponsePageTokenChange_FieldPath, error)
type WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue ¶
type WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchSecretsResponsePageTokenChange_FieldPath ContainsValue(*WatchSecretsResponse_PageTokenChange) bool }
WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.
func MustParseWatchSecretsResponsePageTokenChange_FieldPathArrayItemValue ¶
func MustParseWatchSecretsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue
func ParseWatchSecretsResponsePageTokenChange_FieldPathArrayItemValue ¶
func ParseWatchSecretsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue, error)
ParseWatchSecretsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues ¶
type WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchSecretsResponsePageTokenChange_FieldPath }
WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type
func MustParseWatchSecretsResponsePageTokenChange_FieldPathArrayOfValues ¶
func MustParseWatchSecretsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues
func ParseWatchSecretsResponsePageTokenChange_FieldPathArrayOfValues ¶
func ParseWatchSecretsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues, error)
type WatchSecretsResponsePageTokenChange_FieldPathSelector ¶
type WatchSecretsResponsePageTokenChange_FieldPathSelector int32
const ( WatchSecretsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchSecretsResponsePageTokenChange_FieldPathSelector = 0 WatchSecretsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchSecretsResponsePageTokenChange_FieldPathSelector = 1 )
func (WatchSecretsResponsePageTokenChange_FieldPathSelector) String ¶
func (s WatchSecretsResponsePageTokenChange_FieldPathSelector) String() string
type WatchSecretsResponsePageTokenChange_FieldPathValue ¶
type WatchSecretsResponsePageTokenChange_FieldPathValue interface { WatchSecretsResponsePageTokenChange_FieldPath gotenobject.FieldPathValue SetTo(target **WatchSecretsResponse_PageTokenChange) CompareWith(*WatchSecretsResponse_PageTokenChange) (cmp int, comparable bool) }
WatchSecretsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type
func MustParseWatchSecretsResponsePageTokenChange_FieldPathValue ¶
func MustParseWatchSecretsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchSecretsResponsePageTokenChange_FieldPathValue
func ParseWatchSecretsResponsePageTokenChange_FieldPathValue ¶
func ParseWatchSecretsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchSecretsResponsePageTokenChange_FieldPathValue, error)
type WatchSecretsResponsePageTokenChange_FieldTerminalPath ¶
type WatchSecretsResponsePageTokenChange_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) ClearValue ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchSecretsResponse_PageTokenChange)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) Get ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) Get(source *WatchSecretsResponse_PageTokenChange) (values []interface{})
Get returns all values pointed by specific field from source WatchSecretsResponse_PageTokenChange
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetDefault ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetRaw ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetSingle ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchSecretsResponse_PageTokenChange) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchSecretsResponse_PageTokenChange
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) IsLeaf ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) JSONString ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) String ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIValue ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchSecretsResponsePageTokenChange_FieldPathValue
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchSecretsResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue ¶
type WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct { WatchSecretsResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretsResponse_PageTokenChange) bool
Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchSecretsResponse_PageTokenChange as interface{}
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretsResponse_PageTokenChange) (interface{}, bool)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues ¶
type WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct { WatchSecretsResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*secret.PagerCursor, bool)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchSecretsResponsePageTokenChange_FieldTerminalPathValue ¶
type WatchSecretsResponsePageTokenChange_FieldTerminalPathValue struct { WatchSecretsResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*secret.PagerCursor, bool)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*secret.PagerCursor, bool)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchSecretsResponse_PageTokenChange) (int, bool)
CompareWith compares value in the 'WatchSecretsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchSecretsResponse_PageTokenChange'.
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchSecretsResponse_PageTokenChange)
SetTo stores value for selected field for object PageTokenChange
func (*WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchSecretsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchSecretsResponsePathSelectorIsCurrent ¶
type WatchSecretsResponsePathSelectorIsCurrent struct{}
func (WatchSecretsResponsePathSelectorIsCurrent) FieldPath ¶
func (WatchSecretsResponsePathSelectorIsCurrent) FieldPath() *WatchSecretsResponse_FieldTerminalPath
func (WatchSecretsResponsePathSelectorIsCurrent) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
func (WatchSecretsResponsePathSelectorIsCurrent) WithValue ¶
func (s WatchSecretsResponsePathSelectorIsCurrent) WithValue(value bool) *WatchSecretsResponse_FieldTerminalPathValue
type WatchSecretsResponsePathSelectorIsHardReset ¶
type WatchSecretsResponsePathSelectorIsHardReset struct{}
func (WatchSecretsResponsePathSelectorIsHardReset) FieldPath ¶
func (WatchSecretsResponsePathSelectorIsHardReset) FieldPath() *WatchSecretsResponse_FieldTerminalPath
func (WatchSecretsResponsePathSelectorIsHardReset) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
func (WatchSecretsResponsePathSelectorIsHardReset) WithValue ¶
func (s WatchSecretsResponsePathSelectorIsHardReset) WithValue(value bool) *WatchSecretsResponse_FieldTerminalPathValue
type WatchSecretsResponsePathSelectorIsSoftReset ¶
type WatchSecretsResponsePathSelectorIsSoftReset struct{}
func (WatchSecretsResponsePathSelectorIsSoftReset) FieldPath ¶
func (WatchSecretsResponsePathSelectorIsSoftReset) FieldPath() *WatchSecretsResponse_FieldTerminalPath
func (WatchSecretsResponsePathSelectorIsSoftReset) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
func (WatchSecretsResponsePathSelectorIsSoftReset) WithValue ¶
func (s WatchSecretsResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchSecretsResponse_FieldTerminalPathValue
type WatchSecretsResponsePathSelectorPageTokenChange ¶
type WatchSecretsResponsePathSelectorPageTokenChange struct{}
func (WatchSecretsResponsePathSelectorPageTokenChange) NextPageToken ¶
func (WatchSecretsResponsePathSelectorPageTokenChange) PrevPageToken ¶
func (WatchSecretsResponsePathSelectorPageTokenChange) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchSecretsResponse_PageTokenChange) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
func (WatchSecretsResponsePathSelectorPageTokenChange) WithSubArrayItemValue ¶
func (s WatchSecretsResponsePathSelectorPageTokenChange) WithSubArrayItemValue(subPathArrayItemValue WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue) *WatchSecretsResponse_FieldSubPathArrayItemValue
func (WatchSecretsResponsePathSelectorPageTokenChange) WithSubArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues) *WatchSecretsResponse_FieldSubPathArrayOfValues
func (WatchSecretsResponsePathSelectorPageTokenChange) WithSubPath ¶
func (WatchSecretsResponsePathSelectorPageTokenChange) WithSubValue ¶
func (s WatchSecretsResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchSecretsResponsePageTokenChange_FieldPathValue) *WatchSecretsResponse_FieldSubPathValue
type WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken ¶
type WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken struct{}
func (WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponse_FieldSubPathArrayOfValues
func (WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken) WithValue ¶
func (s WatchSecretsResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsResponse_FieldSubPathValue
type WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken ¶
type WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken struct{}
func (WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponse_FieldSubPathArrayOfValues
func (WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken) WithValue ¶
func (s WatchSecretsResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *secret.PagerCursor) *WatchSecretsResponse_FieldSubPathValue
type WatchSecretsResponsePathSelectorResumeToken ¶
type WatchSecretsResponsePathSelectorResumeToken struct{}
func (WatchSecretsResponsePathSelectorResumeToken) FieldPath ¶
func (WatchSecretsResponsePathSelectorResumeToken) FieldPath() *WatchSecretsResponse_FieldTerminalPath
func (WatchSecretsResponsePathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
func (WatchSecretsResponsePathSelectorResumeToken) WithValue ¶
func (s WatchSecretsResponsePathSelectorResumeToken) WithValue(value string) *WatchSecretsResponse_FieldTerminalPathValue
type WatchSecretsResponsePathSelectorSecretChanges ¶
type WatchSecretsResponsePathSelectorSecretChanges struct{}
func (WatchSecretsResponsePathSelectorSecretChanges) FieldPath ¶
func (WatchSecretsResponsePathSelectorSecretChanges) FieldPath() *WatchSecretsResponse_FieldTerminalPath
func (WatchSecretsResponsePathSelectorSecretChanges) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorSecretChanges) WithArrayOfValues(values [][]*secret.SecretChange) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
func (WatchSecretsResponsePathSelectorSecretChanges) WithItemValue ¶
func (s WatchSecretsResponsePathSelectorSecretChanges) WithItemValue(value *secret.SecretChange) *WatchSecretsResponse_FieldTerminalPathArrayItemValue
func (WatchSecretsResponsePathSelectorSecretChanges) WithValue ¶
func (s WatchSecretsResponsePathSelectorSecretChanges) WithValue(value []*secret.SecretChange) *WatchSecretsResponse_FieldTerminalPathValue
type WatchSecretsResponsePathSelectorSnapshotSize ¶
type WatchSecretsResponsePathSelectorSnapshotSize struct{}
func (WatchSecretsResponsePathSelectorSnapshotSize) FieldPath ¶
func (WatchSecretsResponsePathSelectorSnapshotSize) FieldPath() *WatchSecretsResponse_FieldTerminalPath
func (WatchSecretsResponsePathSelectorSnapshotSize) WithArrayOfValues ¶
func (s WatchSecretsResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchSecretsResponse_FieldTerminalPathArrayOfValues
func (WatchSecretsResponsePathSelectorSnapshotSize) WithValue ¶
func (s WatchSecretsResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchSecretsResponse_FieldTerminalPathValue
type WatchSecretsResponse_FieldMask ¶
type WatchSecretsResponse_FieldMask struct {
Paths []WatchSecretsResponse_FieldPath
}
func FullWatchSecretsResponse_FieldMask ¶
func FullWatchSecretsResponse_FieldMask() *WatchSecretsResponse_FieldMask
func (*WatchSecretsResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchSecretsResponse_FieldMask) AppendPath(path WatchSecretsResponse_FieldPath)
func (*WatchSecretsResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchSecretsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchSecretsResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchSecretsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchSecretsResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchSecretsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchSecretsResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchSecretsResponse_FieldMask) FilterInputFields() *WatchSecretsResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchSecretsResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchSecretsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchSecretsResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchSecretsResponse_FieldMask) GetPaths() []WatchSecretsResponse_FieldPath
func (*WatchSecretsResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchSecretsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchSecretsResponse_FieldMask) IsFull ¶
func (fieldMask *WatchSecretsResponse_FieldMask) IsFull() bool
func (WatchSecretsResponse_FieldMask) Marshal ¶
func (fieldMask WatchSecretsResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchSecretsResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchSecretsResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchSecretsResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchSecretsResponse_FieldMask) PathsCount() int
func (*WatchSecretsResponse_FieldMask) Project ¶
func (fieldMask *WatchSecretsResponse_FieldMask) Project(source *WatchSecretsResponse) *WatchSecretsResponse
func (*WatchSecretsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchSecretsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchSecretsResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchSecretsResponse_FieldMask) ProtoMessage()
func (*WatchSecretsResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchSecretsResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchSecretsResponse_FieldMask) Reset ¶
func (fieldMask *WatchSecretsResponse_FieldMask) Reset()
func (*WatchSecretsResponse_FieldMask) Set ¶
func (fieldMask *WatchSecretsResponse_FieldMask) Set(target, source *WatchSecretsResponse)
func (*WatchSecretsResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchSecretsResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchSecretsResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchSecretsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchSecretsResponse_FieldMask) Size ¶
func (fieldMask *WatchSecretsResponse_FieldMask) Size() int
func (*WatchSecretsResponse_FieldMask) String ¶
func (fieldMask *WatchSecretsResponse_FieldMask) String() string
func (*WatchSecretsResponse_FieldMask) Subtract ¶
func (fieldMask *WatchSecretsResponse_FieldMask) Subtract(other *WatchSecretsResponse_FieldMask) *WatchSecretsResponse_FieldMask
func (*WatchSecretsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchSecretsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchSecretsResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchSecretsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchSecretsResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchSecretsResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchSecretsResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchSecretsResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchSecretsResponse_FieldPath ¶
type WatchSecretsResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchSecretsResponse_FieldPathSelector Get(source *WatchSecretsResponse) []interface{} GetSingle(source *WatchSecretsResponse) (interface{}, bool) ClearValue(item *WatchSecretsResponse) // Those methods build corresponding WatchSecretsResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchSecretsResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchSecretsResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchSecretsResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchSecretsResponse_FieldPath ¶
func BuildWatchSecretsResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchSecretsResponse_FieldPath, error)
func MustParseWatchSecretsResponse_FieldPath ¶
func MustParseWatchSecretsResponse_FieldPath(rawField string) WatchSecretsResponse_FieldPath
func ParseWatchSecretsResponse_FieldPath ¶
func ParseWatchSecretsResponse_FieldPath(rawField string) (WatchSecretsResponse_FieldPath, error)
type WatchSecretsResponse_FieldPathArrayItemValue ¶
type WatchSecretsResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchSecretsResponse_FieldPath ContainsValue(*WatchSecretsResponse) bool }
WatchSecretsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchSecretsResponse according to their type Present only for array (repeated) types.
func MustParseWatchSecretsResponse_FieldPathArrayItemValue ¶
func MustParseWatchSecretsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchSecretsResponse_FieldPathArrayItemValue
func ParseWatchSecretsResponse_FieldPathArrayItemValue ¶
func ParseWatchSecretsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchSecretsResponse_FieldPathArrayItemValue, error)
ParseWatchSecretsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchSecretsResponse_FieldPathArrayOfValues ¶
type WatchSecretsResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchSecretsResponse_FieldPath }
WatchSecretsResponse_FieldPathArrayOfValues allows storing slice of values for WatchSecretsResponse fields according to their type
func MustParseWatchSecretsResponse_FieldPathArrayOfValues ¶
func MustParseWatchSecretsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchSecretsResponse_FieldPathArrayOfValues
func ParseWatchSecretsResponse_FieldPathArrayOfValues ¶
func ParseWatchSecretsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchSecretsResponse_FieldPathArrayOfValues, error)
type WatchSecretsResponse_FieldPathSelector ¶
type WatchSecretsResponse_FieldPathSelector int32
const ( WatchSecretsResponse_FieldPathSelectorSecretChanges WatchSecretsResponse_FieldPathSelector = 0 WatchSecretsResponse_FieldPathSelectorIsCurrent WatchSecretsResponse_FieldPathSelector = 1 WatchSecretsResponse_FieldPathSelectorPageTokenChange WatchSecretsResponse_FieldPathSelector = 2 WatchSecretsResponse_FieldPathSelectorResumeToken WatchSecretsResponse_FieldPathSelector = 3 WatchSecretsResponse_FieldPathSelectorSnapshotSize WatchSecretsResponse_FieldPathSelector = 4 WatchSecretsResponse_FieldPathSelectorIsSoftReset WatchSecretsResponse_FieldPathSelector = 5 WatchSecretsResponse_FieldPathSelectorIsHardReset WatchSecretsResponse_FieldPathSelector = 6 )
func (WatchSecretsResponse_FieldPathSelector) String ¶
func (s WatchSecretsResponse_FieldPathSelector) String() string
type WatchSecretsResponse_FieldPathValue ¶
type WatchSecretsResponse_FieldPathValue interface { WatchSecretsResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchSecretsResponse) CompareWith(*WatchSecretsResponse) (cmp int, comparable bool) }
WatchSecretsResponse_FieldPathValue allows storing values for WatchSecretsResponse fields according to their type
func MustParseWatchSecretsResponse_FieldPathValue ¶
func MustParseWatchSecretsResponse_FieldPathValue(pathStr, valueStr string) WatchSecretsResponse_FieldPathValue
func ParseWatchSecretsResponse_FieldPathValue ¶
func ParseWatchSecretsResponse_FieldPathValue(pathStr, valueStr string) (WatchSecretsResponse_FieldPathValue, error)
type WatchSecretsResponse_FieldSubPath ¶
type WatchSecretsResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*WatchSecretsResponse_FieldSubPath) AsPageTokenChangeSubPath ¶
func (fps *WatchSecretsResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchSecretsResponsePageTokenChange_FieldPath, bool)
func (*WatchSecretsResponse_FieldSubPath) ClearValue ¶
func (fps *WatchSecretsResponse_FieldSubPath) ClearValue(item *WatchSecretsResponse)
func (*WatchSecretsResponse_FieldSubPath) ClearValueRaw ¶
func (fps *WatchSecretsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*WatchSecretsResponse_FieldSubPath) Get ¶
func (fps *WatchSecretsResponse_FieldSubPath) Get(source *WatchSecretsResponse) (values []interface{})
Get returns all values pointed by selected field from source WatchSecretsResponse
func (*WatchSecretsResponse_FieldSubPath) GetDefault ¶
func (fps *WatchSecretsResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchSecretsResponse_FieldSubPath) GetRaw ¶
func (fps *WatchSecretsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*WatchSecretsResponse_FieldSubPath) GetSingle ¶
func (fps *WatchSecretsResponse_FieldSubPath) GetSingle(source *WatchSecretsResponse) (interface{}, bool)
GetSingle returns value of selected field from source WatchSecretsResponse
func (*WatchSecretsResponse_FieldSubPath) GetSingleRaw ¶
func (fps *WatchSecretsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchSecretsResponse_FieldSubPath) IsLeaf ¶
func (fps *WatchSecretsResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchSecretsResponse_FieldSubPath) JSONString ¶
func (fps *WatchSecretsResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchSecretsResponse_FieldSubPath) Selector ¶
func (fps *WatchSecretsResponse_FieldSubPath) Selector() WatchSecretsResponse_FieldPathSelector
func (*WatchSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *WatchSecretsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchSecretsResponse_FieldSubPath) String ¶
func (fps *WatchSecretsResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*WatchSecretsResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *WatchSecretsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchSecretsResponse_FieldPathArrayItemValue
func (*WatchSecretsResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *WatchSecretsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchSecretsResponse_FieldPathArrayOfValues
func (*WatchSecretsResponse_FieldSubPath) WithIValue ¶
func (fps *WatchSecretsResponse_FieldSubPath) WithIValue(value interface{}) WatchSecretsResponse_FieldPathValue
func (*WatchSecretsResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *WatchSecretsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchSecretsResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *WatchSecretsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchSecretsResponse_FieldSubPath) WithRawIValue ¶
func (fps *WatchSecretsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchSecretsResponse_FieldSubPathArrayItemValue ¶
type WatchSecretsResponse_FieldSubPathArrayItemValue struct { WatchSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*WatchSecretsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue ¶
func (fpaivs *WatchSecretsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchSecretsResponsePageTokenChange_FieldPathArrayItemValue, bool)
func (*WatchSecretsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *WatchSecretsResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchSecretsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchSecretsResponse'
func (*WatchSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *WatchSecretsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type WatchSecretsResponse_FieldSubPathArrayOfValues ¶
type WatchSecretsResponse_FieldSubPathArrayOfValues struct { WatchSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*WatchSecretsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues ¶
func (fpsaov *WatchSecretsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues() (WatchSecretsResponsePageTokenChange_FieldPathArrayOfValues, bool)
func (*WatchSecretsResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *WatchSecretsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type WatchSecretsResponse_FieldSubPathValue ¶
type WatchSecretsResponse_FieldSubPathValue struct { WatchSecretsResponse_FieldPath // contains filtered or unexported fields }
func (*WatchSecretsResponse_FieldSubPathValue) AsPageTokenChangePathValue ¶
func (fpvs *WatchSecretsResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchSecretsResponsePageTokenChange_FieldPathValue, bool)
func (*WatchSecretsResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *WatchSecretsResponse_FieldSubPathValue) CompareWith(source *WatchSecretsResponse) (int, bool)
func (*WatchSecretsResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *WatchSecretsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchSecretsResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *WatchSecretsResponse_FieldSubPathValue) GetRawValue() interface{}
func (*WatchSecretsResponse_FieldSubPathValue) SetTo ¶
func (fpvs *WatchSecretsResponse_FieldSubPathValue) SetTo(target **WatchSecretsResponse)
func (*WatchSecretsResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *WatchSecretsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type WatchSecretsResponse_FieldTerminalPath ¶
type WatchSecretsResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchSecretsResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) ClearValue(item *WatchSecretsResponse)
func (*WatchSecretsResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchSecretsResponse_FieldTerminalPath) Get ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) Get(source *WatchSecretsResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchSecretsResponse
func (*WatchSecretsResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchSecretsResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchSecretsResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) GetSingle(source *WatchSecretsResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchSecretsResponse
func (*WatchSecretsResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchSecretsResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchSecretsResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchSecretsResponse_FieldTerminalPath) Selector ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) Selector() WatchSecretsResponse_FieldPathSelector
func (*WatchSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchSecretsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchSecretsResponse_FieldTerminalPath) String ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchSecretsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchSecretsResponse_FieldPathArrayItemValue
func (*WatchSecretsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchSecretsResponse_FieldPathArrayOfValues
func (*WatchSecretsResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) WithIValue(value interface{}) WatchSecretsResponse_FieldPathValue
func (*WatchSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchSecretsResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchSecretsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchSecretsResponse_FieldTerminalPathArrayItemValue ¶
type WatchSecretsResponse_FieldTerminalPathArrayItemValue struct { WatchSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretChangesItemValue ¶
func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) AsSecretChangesItemValue() (*secret.SecretChange, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchSecretsResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchSecretsResponse'
func (*WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchSecretsResponse as interface{}
func (*WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchSecretsResponse) (interface{}, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchSecretsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchSecretsResponse_FieldTerminalPathArrayOfValues ¶
type WatchSecretsResponse_FieldTerminalPathArrayOfValues struct { WatchSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchSecretsResponse_PageTokenChange, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretChangesArrayOfValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsSecretChangesArrayOfValues() ([][]*secret.SecretChange, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
func (*WatchSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchSecretsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchSecretsResponse_FieldTerminalPathValue ¶
type WatchSecretsResponse_FieldTerminalPathValue struct { WatchSecretsResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchSecretsResponse_FieldTerminalPathValue) AsIsCurrentValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) AsIsHardResetValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) AsIsSoftResetValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) AsPageTokenChangeValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchSecretsResponse_PageTokenChange, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) AsSecretChangesValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsSecretChangesValue() ([]*secret.SecretChange, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) AsSnapshotSizeValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) CompareWith(source *WatchSecretsResponse) (int, bool)
CompareWith compares value in the 'WatchSecretsResponse_FieldTerminalPathValue' with the value under path in 'WatchSecretsResponse'.
func (*WatchSecretsResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchSecretsResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchSecretsResponse' as interface{}
func (*WatchSecretsResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) SetTo(target **WatchSecretsResponse)
SetTo stores value for selected field for object WatchSecretsResponse
func (*WatchSecretsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchSecretsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchSecretsResponse_PageTokenChange ¶
type WatchSecretsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *secret.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *secret.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchSecretsResponse_PageTokenChange) Clone ¶
func (o *WatchSecretsResponse_PageTokenChange) Clone() *WatchSecretsResponse_PageTokenChange
func (*WatchSecretsResponse_PageTokenChange) CloneRaw ¶
func (o *WatchSecretsResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
func (*WatchSecretsResponse_PageTokenChange) Descriptor ¶
func (*WatchSecretsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchSecretsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchSecretsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) GetNextPageToken() *secret.PagerCursor
func (*WatchSecretsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) GetPrevPageToken() *secret.PagerCursor
func (*WatchSecretsResponse_PageTokenChange) GotenMessage ¶
func (*WatchSecretsResponse_PageTokenChange) GotenMessage()
func (*WatchSecretsResponse_PageTokenChange) GotenObjectExt ¶
func (o *WatchSecretsResponse_PageTokenChange) GotenObjectExt()
func (*WatchSecretsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchSecretsResponse_PageTokenChange) GotenValidate() error
func (*WatchSecretsResponse_PageTokenChange) MakeDiffFieldMask ¶
func (o *WatchSecretsResponse_PageTokenChange) MakeDiffFieldMask(other *WatchSecretsResponse_PageTokenChange) *WatchSecretsResponse_PageTokenChange_FieldMask
func (*WatchSecretsResponse_PageTokenChange) MakeFullFieldMask ¶
func (o *WatchSecretsResponse_PageTokenChange) MakeFullFieldMask() *WatchSecretsResponse_PageTokenChange_FieldMask
func (*WatchSecretsResponse_PageTokenChange) MakeRawDiffFieldMask ¶
func (o *WatchSecretsResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchSecretsResponse_PageTokenChange) MakeRawFullFieldMask ¶
func (o *WatchSecretsResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchSecretsResponse_PageTokenChange) Marshal ¶
func (m *WatchSecretsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchSecretsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchSecretsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchSecretsResponse_PageTokenChange) Merge ¶
func (o *WatchSecretsResponse_PageTokenChange) Merge(source *WatchSecretsResponse_PageTokenChange)
func (*WatchSecretsResponse_PageTokenChange) MergeRaw ¶
func (o *WatchSecretsResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchSecretsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchSecretsResponse_PageTokenChange) ProtoMessage()
func (*WatchSecretsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchSecretsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchSecretsResponse_PageTokenChange) Reset ¶
func (m *WatchSecretsResponse_PageTokenChange) Reset()
func (*WatchSecretsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) SetNextPageToken(fv *secret.PagerCursor)
func (*WatchSecretsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchSecretsResponse_PageTokenChange) SetPrevPageToken(fv *secret.PagerCursor)
func (*WatchSecretsResponse_PageTokenChange) String ¶
func (m *WatchSecretsResponse_PageTokenChange) String() string
func (*WatchSecretsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchSecretsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchSecretsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchSecretsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
type WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken ¶
type WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken struct{}
func (WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues ¶
func (s WatchSecretsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken ¶
type WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken struct{}
func (WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s WatchSecretsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*secret.PagerCursor) *WatchSecretsResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchSecretsResponse_PageTokenChange_FieldMask ¶
type WatchSecretsResponse_PageTokenChange_FieldMask struct {
Paths []WatchSecretsResponsePageTokenChange_FieldPath
}
func FullWatchSecretsResponse_PageTokenChange_FieldMask ¶
func FullWatchSecretsResponse_PageTokenChange_FieldMask() *WatchSecretsResponse_PageTokenChange_FieldMask
func (*WatchSecretsResponse_PageTokenChange_FieldMask) AppendPath ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) AppendPath(path WatchSecretsResponsePageTokenChange_FieldPath)
func (*WatchSecretsResponse_PageTokenChange_FieldMask) AppendRawPath ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchSecretsResponse_PageTokenChange_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchSecretsResponse_PageTokenChange_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchSecretsResponse_PageTokenChange_FieldMask) FilterInputFields ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchSecretsResponse_PageTokenChange_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchSecretsResponse_PageTokenChange_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchSecretsResponse_PageTokenChange_FieldMask) GetPaths ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) GetPaths() []WatchSecretsResponsePageTokenChange_FieldPath
func (*WatchSecretsResponse_PageTokenChange_FieldMask) GetRawPaths ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchSecretsResponse_PageTokenChange_FieldMask) IsFull ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) IsFull() bool
func (WatchSecretsResponse_PageTokenChange_FieldMask) Marshal ¶
func (fieldMask WatchSecretsResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchSecretsResponse_PageTokenChange_FieldMask) MarshalJSON ¶
func (fieldMask WatchSecretsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchSecretsResponse_PageTokenChange_FieldMask) PathsCount ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) PathsCount() int
func (*WatchSecretsResponse_PageTokenChange_FieldMask) Project ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Project(source *WatchSecretsResponse_PageTokenChange) *WatchSecretsResponse_PageTokenChange
func (*WatchSecretsResponse_PageTokenChange_FieldMask) ProjectRaw ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchSecretsResponse_PageTokenChange_FieldMask) ProtoMessage ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ProtoMessage()
func (*WatchSecretsResponse_PageTokenChange_FieldMask) ProtoReflect ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
func (*WatchSecretsResponse_PageTokenChange_FieldMask) Reset ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Reset()
func (*WatchSecretsResponse_PageTokenChange_FieldMask) Set ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Set(target, source *WatchSecretsResponse_PageTokenChange)
func (*WatchSecretsResponse_PageTokenChange_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
func (*WatchSecretsResponse_PageTokenChange_FieldMask) SetRaw ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchSecretsResponse_PageTokenChange_FieldMask) Size ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Size() int
func (*WatchSecretsResponse_PageTokenChange_FieldMask) String ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) String() string
func (*WatchSecretsResponse_PageTokenChange_FieldMask) Subtract ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Subtract(other *WatchSecretsResponse_PageTokenChange_FieldMask) *WatchSecretsResponse_PageTokenChange_FieldMask
func (*WatchSecretsResponse_PageTokenChange_FieldMask) SubtractRaw ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchSecretsResponse_PageTokenChange_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchSecretsResponse_PageTokenChange_FieldMask) Unmarshal ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
func (*WatchSecretsResponse_PageTokenChange_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchSecretsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error