Documentation ¶
Index ¶
- type BatchGetServiceAccountKeysDescriptor
- func (d *BatchGetServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetServiceAccountKeysDescriptor) GetApiName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetServiceAccountKeysDescriptor) GetFullMethodName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetMethodName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetProtoPkgName() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetServiceAccountKeysDescriptor) GetServiceDomain() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetServiceVersion() string
- func (d *BatchGetServiceAccountKeysDescriptor) GetVerb() string
- func (d *BatchGetServiceAccountKeysDescriptor) HasResource() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsClientStream() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsCollection() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsPlural() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsServerStream() bool
- func (d *BatchGetServiceAccountKeysDescriptor) IsUnary() bool
- func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody() bool
- type BatchGetServiceAccountKeysDescriptorClientMsgHandle
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetServiceAccountKeysDescriptorServerMsgHandle
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetServiceAccountKeysRequest
- func (o *BatchGetServiceAccountKeysRequest) Clone() *BatchGetServiceAccountKeysRequest
- func (o *BatchGetServiceAccountKeysRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetServiceAccountKeysRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *BatchGetServiceAccountKeysRequest) GetNames() []*service_account_key.Reference
- func (m *BatchGetServiceAccountKeysRequest) GetView() view.View
- func (*BatchGetServiceAccountKeysRequest) GotenMessage()
- func (o *BatchGetServiceAccountKeysRequest) GotenObjectExt()
- func (obj *BatchGetServiceAccountKeysRequest) GotenValidate() error
- func (o *BatchGetServiceAccountKeysRequest) MakeDiffFieldMask(other *BatchGetServiceAccountKeysRequest) *BatchGetServiceAccountKeysRequest_FieldMask
- func (o *BatchGetServiceAccountKeysRequest) MakeFullFieldMask() *BatchGetServiceAccountKeysRequest_FieldMask
- func (o *BatchGetServiceAccountKeysRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetServiceAccountKeysRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetServiceAccountKeysRequest) Marshal() ([]byte, error)
- func (m *BatchGetServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
- func (o *BatchGetServiceAccountKeysRequest) Merge(source *BatchGetServiceAccountKeysRequest)
- func (o *BatchGetServiceAccountKeysRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetServiceAccountKeysRequest) ProtoMessage()
- func (m *BatchGetServiceAccountKeysRequest) ProtoReflect() preflect.Message
- func (m *BatchGetServiceAccountKeysRequest) Reset()
- func (m *BatchGetServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *BatchGetServiceAccountKeysRequest) SetNames(fv []*service_account_key.Reference)
- func (m *BatchGetServiceAccountKeysRequest) SetView(fv view.View)
- func (m *BatchGetServiceAccountKeysRequest) String() string
- func (m *BatchGetServiceAccountKeysRequest) Unmarshal(b []byte) error
- func (m *BatchGetServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
- type BatchGetServiceAccountKeysRequestFieldPathBuilder
- func (BatchGetServiceAccountKeysRequestFieldPathBuilder) FieldMask() BatchGetServiceAccountKeysRequestPathSelectorFieldMask
- func (BatchGetServiceAccountKeysRequestFieldPathBuilder) Names() BatchGetServiceAccountKeysRequestPathSelectorNames
- func (BatchGetServiceAccountKeysRequestFieldPathBuilder) View() BatchGetServiceAccountKeysRequestPathSelectorView
- type BatchGetServiceAccountKeysRequestPathSelectorFieldMask
- func (BatchGetServiceAccountKeysRequestPathSelectorFieldMask) FieldPath() *BatchGetServiceAccountKeysRequest_FieldTerminalPath
- func (s BatchGetServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetServiceAccountKeysRequestPathSelectorFieldMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue
- type BatchGetServiceAccountKeysRequestPathSelectorNames
- func (BatchGetServiceAccountKeysRequestPathSelectorNames) FieldPath() *BatchGetServiceAccountKeysRequest_FieldTerminalPath
- func (s BatchGetServiceAccountKeysRequestPathSelectorNames) WithArrayOfValues(values [][]*service_account_key.Reference) *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetServiceAccountKeysRequestPathSelectorNames) WithItemValue(value *service_account_key.Reference) *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue
- func (s BatchGetServiceAccountKeysRequestPathSelectorNames) WithValue(value []*service_account_key.Reference) *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue
- type BatchGetServiceAccountKeysRequestPathSelectorView
- func (BatchGetServiceAccountKeysRequestPathSelectorView) FieldPath() *BatchGetServiceAccountKeysRequest_FieldTerminalPath
- func (s BatchGetServiceAccountKeysRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetServiceAccountKeysRequestPathSelectorView) WithValue(value view.View) *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue
- type BatchGetServiceAccountKeysRequest_FieldMask
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) AppendPath(path BatchGetServiceAccountKeysRequest_FieldPath)
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) FilterInputFields() *BatchGetServiceAccountKeysRequest_FieldMask
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) GetPaths() []BatchGetServiceAccountKeysRequest_FieldPath
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) IsFull() bool
- func (fieldMask BatchGetServiceAccountKeysRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetServiceAccountKeysRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) PathsCount() int
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Project(source *BatchGetServiceAccountKeysRequest) *BatchGetServiceAccountKeysRequest
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Reset()
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Set(target, source *BatchGetServiceAccountKeysRequest)
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Size() int
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) String() string
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Subtract(other *BatchGetServiceAccountKeysRequest_FieldMask) *BatchGetServiceAccountKeysRequest_FieldMask
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetServiceAccountKeysRequest_FieldPath
- func BuildBatchGetServiceAccountKeysRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetServiceAccountKeysRequest_FieldPath, error)
- func MustParseBatchGetServiceAccountKeysRequest_FieldPath(rawField string) BatchGetServiceAccountKeysRequest_FieldPath
- func ParseBatchGetServiceAccountKeysRequest_FieldPath(rawField string) (BatchGetServiceAccountKeysRequest_FieldPath, error)
- type BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue
- func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue
- func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue, error)
- type BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues
- func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues
- func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues, error)
- type BatchGetServiceAccountKeysRequest_FieldPathSelector
- type BatchGetServiceAccountKeysRequest_FieldPathValue
- type BatchGetServiceAccountKeysRequest_FieldTerminalPath
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValue(item *BatchGetServiceAccountKeysRequest)
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) Get(source *BatchGetServiceAccountKeysRequest) (values []interface{})
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingle(source *BatchGetServiceAccountKeysRequest) (interface{}, bool)
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) JSONString() string
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) Selector() BatchGetServiceAccountKeysRequest_FieldPathSelector
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) String() string
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetServiceAccountKeysRequest_FieldPathValue
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*service_account_key.Reference, bool)
- func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetServiceAccountKeysRequest) bool
- func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetServiceAccountKeysRequest) (interface{}, bool)
- func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*service_account_key.Reference, bool)
- func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetServiceAccountKeysRequest_FieldTerminalPathValue
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsNamesValue() ([]*service_account_key.Reference, bool)
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith(source *BatchGetServiceAccountKeysRequest) (int, bool)
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetTo(target **BatchGetServiceAccountKeysRequest)
- func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetServiceAccountKeysResponse
- func (o *BatchGetServiceAccountKeysResponse) Clone() *BatchGetServiceAccountKeysResponse
- func (o *BatchGetServiceAccountKeysResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetServiceAccountKeysResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetServiceAccountKeysResponse) GetMissing() []*service_account_key.Reference
- func (m *BatchGetServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
- func (*BatchGetServiceAccountKeysResponse) GotenMessage()
- func (o *BatchGetServiceAccountKeysResponse) GotenObjectExt()
- func (obj *BatchGetServiceAccountKeysResponse) GotenValidate() error
- func (o *BatchGetServiceAccountKeysResponse) MakeDiffFieldMask(other *BatchGetServiceAccountKeysResponse) *BatchGetServiceAccountKeysResponse_FieldMask
- func (o *BatchGetServiceAccountKeysResponse) MakeFullFieldMask() *BatchGetServiceAccountKeysResponse_FieldMask
- func (o *BatchGetServiceAccountKeysResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetServiceAccountKeysResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetServiceAccountKeysResponse) Marshal() ([]byte, error)
- func (m *BatchGetServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
- func (o *BatchGetServiceAccountKeysResponse) Merge(source *BatchGetServiceAccountKeysResponse)
- func (o *BatchGetServiceAccountKeysResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetServiceAccountKeysResponse) ProtoMessage()
- func (m *BatchGetServiceAccountKeysResponse) ProtoReflect() preflect.Message
- func (m *BatchGetServiceAccountKeysResponse) Reset()
- func (m *BatchGetServiceAccountKeysResponse) SetMissing(fv []*service_account_key.Reference)
- func (m *BatchGetServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
- func (m *BatchGetServiceAccountKeysResponse) String() string
- func (m *BatchGetServiceAccountKeysResponse) Unmarshal(b []byte) error
- func (m *BatchGetServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
- type BatchGetServiceAccountKeysResponseFieldPathBuilder
- type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []int64) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithValue(value int64) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorMissing
- func (BatchGetServiceAccountKeysResponsePathSelectorMissing) FieldPath() *BatchGetServiceAccountKeysResponse_FieldTerminalPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorMissing) WithArrayOfValues(values [][]*service_account_key.Reference) *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorMissing) WithItemValue(value *service_account_key.Reference) *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetServiceAccountKeysResponsePathSelectorMissing) WithValue(value []*service_account_key.Reference) *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) Algorithm() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) ApiKey() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) DisplayName() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) FieldPath() *BatchGetServiceAccountKeysResponse_FieldTerminalPath
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) Metadata() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) Name() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) PrivateKeyData() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) PublicKeyData() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotAfter() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotBefore() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithArrayOfValues(values [][]*service_account_key.ServiceAccountKey) *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithItemValue(value *service_account_key.ServiceAccountKey) *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayItemValue(...) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayOfValues(...) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubPath(subPath service_account_key.ServiceAccountKey_FieldPath) *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithValue(value []*service_account_key.ServiceAccountKey) *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) WithArrayOfValues(values []service_account_key.ServiceAccountKey_Algorithm) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) WithValue(value service_account_key.ServiceAccountKey_Algorithm) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Annotations() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) CreateTime() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) DeleteTime() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Generation() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Labels() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Lifecycle() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) OwnerReferences() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) ResourceVersion() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Shards() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Syncing() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Tags() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) UpdateTime() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Uuid() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithValue(value *ntt_meta.Meta) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithKey(key string) ...
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithValue(value map[string]string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithValue(value int64) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithKey(key string) ...
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithValue(value map[string]string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) BlockDeletion() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) State() ...
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithValue(value bool) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Controller() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Kind() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Name() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Region() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) RequiresOwnerReference() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Version() ...
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) WithValue(value bool) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithKey(key string) ...
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithValue(value map[string]int64) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) OwningRegion() ...
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) Regions() ...
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithItemValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithValue(value []string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithArrayOfValues(values [][]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithItemValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithValue(value []string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues(values []*service_account_key.Name) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithValue(value *service_account_key.Name) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithValue(value string) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithValue(value *timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore
- func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) FieldPath() *BatchGetServiceAccountKeysResponse_FieldSubPath
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithValue(value *timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathValue
- type BatchGetServiceAccountKeysResponse_FieldMask
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) AppendPath(path BatchGetServiceAccountKeysResponse_FieldPath)
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) FilterInputFields() *BatchGetServiceAccountKeysResponse_FieldMask
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) GetPaths() []BatchGetServiceAccountKeysResponse_FieldPath
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) IsFull() bool
- func (fieldMask BatchGetServiceAccountKeysResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetServiceAccountKeysResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) PathsCount() int
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Project(source *BatchGetServiceAccountKeysResponse) *BatchGetServiceAccountKeysResponse
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Reset()
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Set(target, source *BatchGetServiceAccountKeysResponse)
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Size() int
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) String() string
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Subtract(other *BatchGetServiceAccountKeysResponse_FieldMask) *BatchGetServiceAccountKeysResponse_FieldMask
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetServiceAccountKeysResponse_FieldPath
- func BuildBatchGetServiceAccountKeysResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetServiceAccountKeysResponse_FieldPath, error)
- func MustParseBatchGetServiceAccountKeysResponse_FieldPath(rawField string) BatchGetServiceAccountKeysResponse_FieldPath
- func ParseBatchGetServiceAccountKeysResponse_FieldPath(rawField string) (BatchGetServiceAccountKeysResponse_FieldPath, error)
- type BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue
- func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue
- func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue, error)
- type BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues
- func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues
- func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues, error)
- type BatchGetServiceAccountKeysResponse_FieldPathSelector
- type BatchGetServiceAccountKeysResponse_FieldPathValue
- type BatchGetServiceAccountKeysResponse_FieldSubPath
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValue(item *BatchGetServiceAccountKeysResponse)
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) Get(source *BatchGetServiceAccountKeysResponse) (values []interface{})
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetDefault() interface{}
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool)
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) IsLeaf() bool
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) JSONString() string
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) Selector() BatchGetServiceAccountKeysResponse_FieldPathSelector
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) String() string
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithIValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathValue
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (fpaivs *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
- func (fpaivs *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetServiceAccountKeysResponse) bool
- func (fpaivs *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
- type BatchGetServiceAccountKeysResponse_FieldSubPathValue
- func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
- func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWith(source *BatchGetServiceAccountKeysResponse) (int, bool)
- func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetTo(target **BatchGetServiceAccountKeysResponse)
- func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type BatchGetServiceAccountKeysResponse_FieldTerminalPath
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValue(item *BatchGetServiceAccountKeysResponse)
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) Get(source *BatchGetServiceAccountKeysResponse) (values []interface{})
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool)
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) JSONString() string
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) Selector() BatchGetServiceAccountKeysResponse_FieldPathSelector
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) String() string
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathValue
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*service_account_key.Reference, bool)
- func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue() (*service_account_key.ServiceAccountKey, bool)
- func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetServiceAccountKeysResponse) bool
- func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool)
- func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*service_account_key.Reference, bool)
- func (fpaov *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues() ([][]*service_account_key.ServiceAccountKey, bool)
- func (fpaov *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetServiceAccountKeysResponse_FieldTerminalPathValue
- func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsMissingValue() ([]*service_account_key.Reference, bool)
- func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue() ([]*service_account_key.ServiceAccountKey, bool)
- func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith(source *BatchGetServiceAccountKeysResponse) (int, bool)
- func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetTo(target **BatchGetServiceAccountKeysResponse)
- func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type CreateServiceAccountKeyDescriptor
- func (d *CreateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateServiceAccountKeyDescriptor) GetApiName() string
- func (d *CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *CreateServiceAccountKeyDescriptor) GetMethodName() string
- func (d *CreateServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *CreateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *CreateServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *CreateServiceAccountKeyDescriptor) GetVerb() string
- func (d *CreateServiceAccountKeyDescriptor) HasResource() bool
- func (d *CreateServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *CreateServiceAccountKeyDescriptor) IsCollection() bool
- func (d *CreateServiceAccountKeyDescriptor) IsPlural() bool
- func (d *CreateServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *CreateServiceAccountKeyDescriptor) IsUnary() bool
- func (d *CreateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type CreateServiceAccountKeyDescriptorClientMsgHandle
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateServiceAccountKeyDescriptorServerMsgHandle
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateServiceAccountKeyRequest
- func (o *CreateServiceAccountKeyRequest) Clone() *CreateServiceAccountKeyRequest
- func (o *CreateServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*CreateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *CreateServiceAccountKeyRequest) GetParent() *service_account_key.ParentReference
- func (m *CreateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
- func (*CreateServiceAccountKeyRequest) GotenMessage()
- func (o *CreateServiceAccountKeyRequest) GotenObjectExt()
- func (obj *CreateServiceAccountKeyRequest) GotenValidate() error
- func (o *CreateServiceAccountKeyRequest) MakeDiffFieldMask(other *CreateServiceAccountKeyRequest) *CreateServiceAccountKeyRequest_FieldMask
- func (o *CreateServiceAccountKeyRequest) MakeFullFieldMask() *CreateServiceAccountKeyRequest_FieldMask
- func (o *CreateServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *CreateServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *CreateServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *CreateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (o *CreateServiceAccountKeyRequest) Merge(source *CreateServiceAccountKeyRequest)
- func (o *CreateServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*CreateServiceAccountKeyRequest) ProtoMessage()
- func (m *CreateServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *CreateServiceAccountKeyRequest) Reset()
- func (m *CreateServiceAccountKeyRequest) SetParent(fv *service_account_key.ParentReference)
- func (m *CreateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
- func (m *CreateServiceAccountKeyRequest) String() string
- func (m *CreateServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *CreateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type CreateServiceAccountKeyRequestFieldPathBuilder
- type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []int64) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithValue(value int64) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorParent
- func (CreateServiceAccountKeyRequestPathSelectorParent) FieldPath() *CreateServiceAccountKeyRequest_FieldTerminalPath
- func (s CreateServiceAccountKeyRequestPathSelectorParent) WithArrayOfValues(values []*service_account_key.ParentReference) *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorParent) WithValue(value *service_account_key.ParentReference) *CreateServiceAccountKeyRequest_FieldTerminalPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKey
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) Algorithm() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) ApiKey() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) DisplayName() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) FieldPath() *CreateServiceAccountKeyRequest_FieldTerminalPath
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) Metadata() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) Name() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) PrivateKeyData() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) PublicKeyData() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotAfter() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotBefore() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayItemValue(...) *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayOfValues(...) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubPath(subPath service_account_key.ServiceAccountKey_FieldPath) *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *CreateServiceAccountKeyRequest_FieldSubPathValue
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithValue(value *service_account_key.ServiceAccountKey) *CreateServiceAccountKeyRequest_FieldTerminalPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) WithArrayOfValues(values []service_account_key.ServiceAccountKey_Algorithm) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) WithValue(value service_account_key.ServiceAccountKey_Algorithm) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Annotations() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) CreateTime() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) DeleteTime() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Generation() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Labels() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Lifecycle() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) OwnerReferences() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) ResourceVersion() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Shards() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Syncing() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Tags() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) UpdateTime() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Uuid() CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithValue(value *ntt_meta.Meta) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithKey(key string) ...
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithValue(value map[string]string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithArrayOfValues(values []int64) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithValue(value int64) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithKey(key string) CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithValue(value map[string]string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) BlockDeletion() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) State() ...
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithValue(value bool) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Controller() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Kind() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Name() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Region() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) RequiresOwnerReference() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Version() ...
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithValue(value bool) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithKey(key string) CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithValue(value map[string]int64) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) OwningRegion() ...
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) Regions() ...
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithItemValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithValue(value []string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithArrayOfValues(values [][]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithItemValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithValue(value []string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues(values []*service_account_key.Name) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithValue(value *service_account_key.Name) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithValue(value string) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithValue(value *timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore
- func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) FieldPath() *CreateServiceAccountKeyRequest_FieldSubPath
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithValue(value *timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathValue
- type CreateServiceAccountKeyRequest_FieldMask
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) AppendPath(path CreateServiceAccountKeyRequest_FieldPath)
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) FilterInputFields() *CreateServiceAccountKeyRequest_FieldMask
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) GetPaths() []CreateServiceAccountKeyRequest_FieldPath
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) IsFull() bool
- func (fieldMask CreateServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask CreateServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) PathsCount() int
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Project(source *CreateServiceAccountKeyRequest) *CreateServiceAccountKeyRequest
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ProtoMessage()
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Reset()
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Set(target, source *CreateServiceAccountKeyRequest)
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Size() int
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) String() string
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Subtract(other *CreateServiceAccountKeyRequest_FieldMask) *CreateServiceAccountKeyRequest_FieldMask
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
- type CreateServiceAccountKeyRequest_FieldPath
- func BuildCreateServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (CreateServiceAccountKeyRequest_FieldPath, error)
- func MustParseCreateServiceAccountKeyRequest_FieldPath(rawField string) CreateServiceAccountKeyRequest_FieldPath
- func ParseCreateServiceAccountKeyRequest_FieldPath(rawField string) (CreateServiceAccountKeyRequest_FieldPath, error)
- type CreateServiceAccountKeyRequest_FieldPathArrayItemValue
- func MustParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateServiceAccountKeyRequest_FieldPathArrayItemValue
- func ParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateServiceAccountKeyRequest_FieldPathArrayItemValue, error)
- type CreateServiceAccountKeyRequest_FieldPathArrayOfValues
- func MustParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateServiceAccountKeyRequest_FieldPathArrayOfValues
- func ParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateServiceAccountKeyRequest_FieldPathArrayOfValues, error)
- type CreateServiceAccountKeyRequest_FieldPathSelector
- type CreateServiceAccountKeyRequest_FieldPathValue
- type CreateServiceAccountKeyRequest_FieldSubPath
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) ClearValue(item *CreateServiceAccountKeyRequest)
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) Get(source *CreateServiceAccountKeyRequest) (values []interface{})
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetDefault() interface{}
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool)
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) IsLeaf() bool
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) JSONString() string
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) Selector() CreateServiceAccountKeyRequest_FieldPathSelector
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) String() string
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathArrayItemValue
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateServiceAccountKeyRequest_FieldPathArrayOfValues
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithIValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathValue
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (fpaivs *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
- func (fpaivs *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateServiceAccountKeyRequest) bool
- func (fpaivs *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- type CreateServiceAccountKeyRequest_FieldSubPathValue
- func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
- func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWith(source *CreateServiceAccountKeyRequest) (int, bool)
- func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) SetTo(target **CreateServiceAccountKeyRequest)
- func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type CreateServiceAccountKeyRequest_FieldTerminalPath
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *CreateServiceAccountKeyRequest)
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) Get(source *CreateServiceAccountKeyRequest) (values []interface{})
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool)
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) Selector() CreateServiceAccountKeyRequest_FieldPathSelector
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) String() string
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathArrayItemValue
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateServiceAccountKeyRequest_FieldPathArrayOfValues
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathValue
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateServiceAccountKeyRequest) bool
- func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool)
- func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (fpaov *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*service_account_key.ParentReference, bool)
- func (fpaov *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues() ([]*service_account_key.ServiceAccountKey, bool)
- func (fpaov *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type CreateServiceAccountKeyRequest_FieldTerminalPathValue
- func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsParentValue() (*service_account_key.ParentReference, bool)
- func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue() (*service_account_key.ServiceAccountKey, bool)
- func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *CreateServiceAccountKeyRequest) (int, bool)
- func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **CreateServiceAccountKeyRequest)
- func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeleteServiceAccountKeyDescriptor
- func (d *DeleteServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteServiceAccountKeyDescriptor) GetApiName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetMethodName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *DeleteServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *DeleteServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *DeleteServiceAccountKeyDescriptor) GetVerb() string
- func (d *DeleteServiceAccountKeyDescriptor) HasResource() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsCollection() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsPlural() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *DeleteServiceAccountKeyDescriptor) IsUnary() bool
- func (d *DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type DeleteServiceAccountKeyDescriptorClientMsgHandle
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteServiceAccountKeyDescriptorServerMsgHandle
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteServiceAccountKeyRequest
- func (o *DeleteServiceAccountKeyRequest) Clone() *DeleteServiceAccountKeyRequest
- func (o *DeleteServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*DeleteServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *DeleteServiceAccountKeyRequest) GetName() *service_account_key.Reference
- func (*DeleteServiceAccountKeyRequest) GotenMessage()
- func (o *DeleteServiceAccountKeyRequest) GotenObjectExt()
- func (obj *DeleteServiceAccountKeyRequest) GotenValidate() error
- func (o *DeleteServiceAccountKeyRequest) MakeDiffFieldMask(other *DeleteServiceAccountKeyRequest) *DeleteServiceAccountKeyRequest_FieldMask
- func (o *DeleteServiceAccountKeyRequest) MakeFullFieldMask() *DeleteServiceAccountKeyRequest_FieldMask
- func (o *DeleteServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *DeleteServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *DeleteServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *DeleteServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteServiceAccountKeyRequest) Merge(source *DeleteServiceAccountKeyRequest)
- func (o *DeleteServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*DeleteServiceAccountKeyRequest) ProtoMessage()
- func (m *DeleteServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *DeleteServiceAccountKeyRequest) Reset()
- func (m *DeleteServiceAccountKeyRequest) SetName(fv *service_account_key.Reference)
- func (m *DeleteServiceAccountKeyRequest) String() string
- func (m *DeleteServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *DeleteServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type DeleteServiceAccountKeyRequestFieldPathBuilder
- type DeleteServiceAccountKeyRequestPathSelectorName
- func (DeleteServiceAccountKeyRequestPathSelectorName) FieldPath() *DeleteServiceAccountKeyRequest_FieldTerminalPath
- func (s DeleteServiceAccountKeyRequestPathSelectorName) WithArrayOfValues(values []*service_account_key.Reference) *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s DeleteServiceAccountKeyRequestPathSelectorName) WithValue(value *service_account_key.Reference) *DeleteServiceAccountKeyRequest_FieldTerminalPathValue
- type DeleteServiceAccountKeyRequest_FieldMask
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) AppendPath(path DeleteServiceAccountKeyRequest_FieldPath)
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) FilterInputFields() *DeleteServiceAccountKeyRequest_FieldMask
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) GetPaths() []DeleteServiceAccountKeyRequest_FieldPath
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) IsFull() bool
- func (fieldMask DeleteServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask DeleteServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) PathsCount() int
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Project(source *DeleteServiceAccountKeyRequest) *DeleteServiceAccountKeyRequest
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ProtoMessage()
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Reset()
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Set(target, source *DeleteServiceAccountKeyRequest)
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Size() int
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) String() string
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Subtract(other *DeleteServiceAccountKeyRequest_FieldMask) *DeleteServiceAccountKeyRequest_FieldMask
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
- type DeleteServiceAccountKeyRequest_FieldPath
- func BuildDeleteServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (DeleteServiceAccountKeyRequest_FieldPath, error)
- func MustParseDeleteServiceAccountKeyRequest_FieldPath(rawField string) DeleteServiceAccountKeyRequest_FieldPath
- func ParseDeleteServiceAccountKeyRequest_FieldPath(rawField string) (DeleteServiceAccountKeyRequest_FieldPath, error)
- type DeleteServiceAccountKeyRequest_FieldPathArrayItemValue
- func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteServiceAccountKeyRequest_FieldPathArrayItemValue
- func ParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteServiceAccountKeyRequest_FieldPathArrayItemValue, error)
- type DeleteServiceAccountKeyRequest_FieldPathArrayOfValues
- func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteServiceAccountKeyRequest_FieldPathArrayOfValues
- func ParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteServiceAccountKeyRequest_FieldPathArrayOfValues, error)
- type DeleteServiceAccountKeyRequest_FieldPathSelector
- type DeleteServiceAccountKeyRequest_FieldPathValue
- type DeleteServiceAccountKeyRequest_FieldTerminalPath
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *DeleteServiceAccountKeyRequest)
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) Get(source *DeleteServiceAccountKeyRequest) (values []interface{})
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *DeleteServiceAccountKeyRequest) (interface{}, bool)
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) Selector() DeleteServiceAccountKeyRequest_FieldPathSelector
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) String() string
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteServiceAccountKeyRequest_FieldPathArrayItemValue
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteServiceAccountKeyRequest_FieldPathArrayOfValues
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteServiceAccountKeyRequest_FieldPathValue
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteServiceAccountKeyRequest) bool
- func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteServiceAccountKeyRequest) (interface{}, bool)
- func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- type DeleteServiceAccountKeyRequest_FieldTerminalPathValue
- func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue() (*service_account_key.Reference, bool)
- func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *DeleteServiceAccountKeyRequest) (int, bool)
- func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **DeleteServiceAccountKeyRequest)
- func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetServiceAccountKeyDescriptor
- func (d *GetServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetServiceAccountKeyDescriptor) GetApiName() string
- func (d *GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *GetServiceAccountKeyDescriptor) GetMethodName() string
- func (d *GetServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *GetServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *GetServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *GetServiceAccountKeyDescriptor) GetVerb() string
- func (d *GetServiceAccountKeyDescriptor) HasResource() bool
- func (d *GetServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *GetServiceAccountKeyDescriptor) IsCollection() bool
- func (d *GetServiceAccountKeyDescriptor) IsPlural() bool
- func (d *GetServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *GetServiceAccountKeyDescriptor) IsUnary() bool
- func (d *GetServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type GetServiceAccountKeyDescriptorClientMsgHandle
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetServiceAccountKeyDescriptorServerMsgHandle
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetServiceAccountKeyRequest
- func (o *GetServiceAccountKeyRequest) Clone() *GetServiceAccountKeyRequest
- func (o *GetServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *GetServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *GetServiceAccountKeyRequest) GetName() *service_account_key.Reference
- func (m *GetServiceAccountKeyRequest) GetView() view.View
- func (*GetServiceAccountKeyRequest) GotenMessage()
- func (o *GetServiceAccountKeyRequest) GotenObjectExt()
- func (obj *GetServiceAccountKeyRequest) GotenValidate() error
- func (o *GetServiceAccountKeyRequest) MakeDiffFieldMask(other *GetServiceAccountKeyRequest) *GetServiceAccountKeyRequest_FieldMask
- func (o *GetServiceAccountKeyRequest) MakeFullFieldMask() *GetServiceAccountKeyRequest_FieldMask
- func (o *GetServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *GetServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (o *GetServiceAccountKeyRequest) Merge(source *GetServiceAccountKeyRequest)
- func (o *GetServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetServiceAccountKeyRequest) ProtoMessage()
- func (m *GetServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *GetServiceAccountKeyRequest) Reset()
- func (m *GetServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *GetServiceAccountKeyRequest) SetName(fv *service_account_key.Reference)
- func (m *GetServiceAccountKeyRequest) SetView(fv view.View)
- func (m *GetServiceAccountKeyRequest) String() string
- func (m *GetServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *GetServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type GetServiceAccountKeyRequestFieldPathBuilder
- func (GetServiceAccountKeyRequestFieldPathBuilder) FieldMask() GetServiceAccountKeyRequestPathSelectorFieldMask
- func (GetServiceAccountKeyRequestFieldPathBuilder) Name() GetServiceAccountKeyRequestPathSelectorName
- func (GetServiceAccountKeyRequestFieldPathBuilder) View() GetServiceAccountKeyRequestPathSelectorView
- type GetServiceAccountKeyRequestPathSelectorFieldMask
- func (GetServiceAccountKeyRequestPathSelectorFieldMask) FieldPath() *GetServiceAccountKeyRequest_FieldTerminalPath
- func (s GetServiceAccountKeyRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s GetServiceAccountKeyRequestPathSelectorFieldMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *GetServiceAccountKeyRequest_FieldTerminalPathValue
- type GetServiceAccountKeyRequestPathSelectorName
- func (GetServiceAccountKeyRequestPathSelectorName) FieldPath() *GetServiceAccountKeyRequest_FieldTerminalPath
- func (s GetServiceAccountKeyRequestPathSelectorName) WithArrayOfValues(values []*service_account_key.Reference) *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s GetServiceAccountKeyRequestPathSelectorName) WithValue(value *service_account_key.Reference) *GetServiceAccountKeyRequest_FieldTerminalPathValue
- type GetServiceAccountKeyRequestPathSelectorView
- func (GetServiceAccountKeyRequestPathSelectorView) FieldPath() *GetServiceAccountKeyRequest_FieldTerminalPath
- func (s GetServiceAccountKeyRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s GetServiceAccountKeyRequestPathSelectorView) WithValue(value view.View) *GetServiceAccountKeyRequest_FieldTerminalPathValue
- type GetServiceAccountKeyRequest_FieldMask
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) AppendPath(path GetServiceAccountKeyRequest_FieldPath)
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) FilterInputFields() *GetServiceAccountKeyRequest_FieldMask
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) GetPaths() []GetServiceAccountKeyRequest_FieldPath
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) IsFull() bool
- func (fieldMask GetServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) PathsCount() int
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Project(source *GetServiceAccountKeyRequest) *GetServiceAccountKeyRequest
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Reset()
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Set(target, source *GetServiceAccountKeyRequest)
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Size() int
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) String() string
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Subtract(other *GetServiceAccountKeyRequest_FieldMask) *GetServiceAccountKeyRequest_FieldMask
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetServiceAccountKeyRequest_FieldPath
- func BuildGetServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (GetServiceAccountKeyRequest_FieldPath, error)
- func MustParseGetServiceAccountKeyRequest_FieldPath(rawField string) GetServiceAccountKeyRequest_FieldPath
- func ParseGetServiceAccountKeyRequest_FieldPath(rawField string) (GetServiceAccountKeyRequest_FieldPath, error)
- type GetServiceAccountKeyRequest_FieldPathArrayItemValue
- type GetServiceAccountKeyRequest_FieldPathArrayOfValues
- type GetServiceAccountKeyRequest_FieldPathSelector
- type GetServiceAccountKeyRequest_FieldPathValue
- type GetServiceAccountKeyRequest_FieldTerminalPath
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *GetServiceAccountKeyRequest)
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) Get(source *GetServiceAccountKeyRequest) (values []interface{})
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *GetServiceAccountKeyRequest) (interface{}, bool)
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) Selector() GetServiceAccountKeyRequest_FieldPathSelector
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) String() string
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetServiceAccountKeyRequest_FieldPathArrayItemValue
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetServiceAccountKeyRequest_FieldPathArrayOfValues
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) GetServiceAccountKeyRequest_FieldPathValue
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetServiceAccountKeyRequest) bool
- func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetServiceAccountKeyRequest) (interface{}, bool)
- func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*service_account_key.Reference, bool)
- func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type GetServiceAccountKeyRequest_FieldTerminalPathValue
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue() (*service_account_key.Reference, bool)
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *GetServiceAccountKeyRequest) (int, bool)
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **GetServiceAccountKeyRequest)
- func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListServiceAccountKeysDescriptor
- func (d *ListServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListServiceAccountKeysDescriptor) GetApiName() string
- func (d *ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListServiceAccountKeysDescriptor) GetFullMethodName() string
- func (d *ListServiceAccountKeysDescriptor) GetMethodName() string
- func (d *ListServiceAccountKeysDescriptor) GetProtoPkgName() string
- func (d *ListServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListServiceAccountKeysDescriptor) GetServiceDomain() string
- func (d *ListServiceAccountKeysDescriptor) GetServiceVersion() string
- func (d *ListServiceAccountKeysDescriptor) GetVerb() string
- func (d *ListServiceAccountKeysDescriptor) HasResource() bool
- func (d *ListServiceAccountKeysDescriptor) IsClientStream() bool
- func (d *ListServiceAccountKeysDescriptor) IsCollection() bool
- func (d *ListServiceAccountKeysDescriptor) IsPlural() bool
- func (d *ListServiceAccountKeysDescriptor) IsServerStream() bool
- func (d *ListServiceAccountKeysDescriptor) IsUnary() bool
- func (d *ListServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListServiceAccountKeysDescriptor) RequestHasResourceBody() bool
- type ListServiceAccountKeysDescriptorClientMsgHandle
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListServiceAccountKeysDescriptorServerMsgHandle
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListServiceAccountKeysRequest
- func (o *ListServiceAccountKeysRequest) Clone() *ListServiceAccountKeysRequest
- func (o *ListServiceAccountKeysRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListServiceAccountKeysRequest) Descriptor() ([]byte, []int)
- func (m *ListServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *ListServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
- func (m *ListServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
- func (m *ListServiceAccountKeysRequest) GetPageSize() int32
- func (m *ListServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
- func (m *ListServiceAccountKeysRequest) GetParent() *service_account_key.ParentName
- func (m *ListServiceAccountKeysRequest) GetView() view.View
- func (*ListServiceAccountKeysRequest) GotenMessage()
- func (o *ListServiceAccountKeysRequest) GotenObjectExt()
- func (obj *ListServiceAccountKeysRequest) GotenValidate() error
- func (o *ListServiceAccountKeysRequest) MakeDiffFieldMask(other *ListServiceAccountKeysRequest) *ListServiceAccountKeysRequest_FieldMask
- func (o *ListServiceAccountKeysRequest) MakeFullFieldMask() *ListServiceAccountKeysRequest_FieldMask
- func (o *ListServiceAccountKeysRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListServiceAccountKeysRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListServiceAccountKeysRequest) Marshal() ([]byte, error)
- func (m *ListServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
- func (o *ListServiceAccountKeysRequest) Merge(source *ListServiceAccountKeysRequest)
- func (o *ListServiceAccountKeysRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListServiceAccountKeysRequest) ProtoMessage()
- func (m *ListServiceAccountKeysRequest) ProtoReflect() preflect.Message
- func (m *ListServiceAccountKeysRequest) Reset()
- func (m *ListServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *ListServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
- func (m *ListServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
- func (m *ListServiceAccountKeysRequest) SetPageSize(fv int32)
- func (m *ListServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
- func (m *ListServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentName)
- func (m *ListServiceAccountKeysRequest) SetView(fv view.View)
- func (m *ListServiceAccountKeysRequest) String() string
- func (m *ListServiceAccountKeysRequest) Unmarshal(b []byte) error
- func (m *ListServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
- type ListServiceAccountKeysRequestFieldPathBuilder
- func (ListServiceAccountKeysRequestFieldPathBuilder) FieldMask() ListServiceAccountKeysRequestPathSelectorFieldMask
- func (ListServiceAccountKeysRequestFieldPathBuilder) Filter() ListServiceAccountKeysRequestPathSelectorFilter
- func (ListServiceAccountKeysRequestFieldPathBuilder) OrderBy() ListServiceAccountKeysRequestPathSelectorOrderBy
- func (ListServiceAccountKeysRequestFieldPathBuilder) PageSize() ListServiceAccountKeysRequestPathSelectorPageSize
- func (ListServiceAccountKeysRequestFieldPathBuilder) PageToken() ListServiceAccountKeysRequestPathSelectorPageToken
- func (ListServiceAccountKeysRequestFieldPathBuilder) Parent() ListServiceAccountKeysRequestPathSelectorParent
- func (ListServiceAccountKeysRequestFieldPathBuilder) View() ListServiceAccountKeysRequestPathSelectorView
- type ListServiceAccountKeysRequestPathSelectorFieldMask
- func (ListServiceAccountKeysRequestPathSelectorFieldMask) FieldPath() *ListServiceAccountKeysRequest_FieldTerminalPath
- func (s ListServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysRequestPathSelectorFieldMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *ListServiceAccountKeysRequest_FieldTerminalPathValue
- type ListServiceAccountKeysRequestPathSelectorFilter
- func (ListServiceAccountKeysRequestPathSelectorFilter) FieldPath() *ListServiceAccountKeysRequest_FieldTerminalPath
- func (s ListServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues(values []*service_account_key.Filter) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysRequestPathSelectorFilter) WithValue(value *service_account_key.Filter) *ListServiceAccountKeysRequest_FieldTerminalPathValue
- type ListServiceAccountKeysRequestPathSelectorOrderBy
- func (ListServiceAccountKeysRequestPathSelectorOrderBy) FieldPath() *ListServiceAccountKeysRequest_FieldTerminalPath
- func (s ListServiceAccountKeysRequestPathSelectorOrderBy) WithArrayOfValues(values []*service_account_key.OrderBy) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysRequestPathSelectorOrderBy) WithValue(value *service_account_key.OrderBy) *ListServiceAccountKeysRequest_FieldTerminalPathValue
- type ListServiceAccountKeysRequestPathSelectorPageSize
- func (ListServiceAccountKeysRequestPathSelectorPageSize) FieldPath() *ListServiceAccountKeysRequest_FieldTerminalPath
- func (s ListServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysRequestPathSelectorPageSize) WithValue(value int32) *ListServiceAccountKeysRequest_FieldTerminalPathValue
- type ListServiceAccountKeysRequestPathSelectorPageToken
- func (ListServiceAccountKeysRequestPathSelectorPageToken) FieldPath() *ListServiceAccountKeysRequest_FieldTerminalPath
- func (s ListServiceAccountKeysRequestPathSelectorPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysRequestPathSelectorPageToken) WithValue(value *service_account_key.PagerCursor) *ListServiceAccountKeysRequest_FieldTerminalPathValue
- type ListServiceAccountKeysRequestPathSelectorParent
- func (ListServiceAccountKeysRequestPathSelectorParent) FieldPath() *ListServiceAccountKeysRequest_FieldTerminalPath
- func (s ListServiceAccountKeysRequestPathSelectorParent) WithArrayOfValues(values []*service_account_key.ParentName) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysRequestPathSelectorParent) WithValue(value *service_account_key.ParentName) *ListServiceAccountKeysRequest_FieldTerminalPathValue
- type ListServiceAccountKeysRequestPathSelectorView
- func (ListServiceAccountKeysRequestPathSelectorView) FieldPath() *ListServiceAccountKeysRequest_FieldTerminalPath
- func (s ListServiceAccountKeysRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysRequestPathSelectorView) WithValue(value view.View) *ListServiceAccountKeysRequest_FieldTerminalPathValue
- type ListServiceAccountKeysRequest_FieldMask
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) AppendPath(path ListServiceAccountKeysRequest_FieldPath)
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) FilterInputFields() *ListServiceAccountKeysRequest_FieldMask
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) GetPaths() []ListServiceAccountKeysRequest_FieldPath
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) IsFull() bool
- func (fieldMask ListServiceAccountKeysRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListServiceAccountKeysRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) PathsCount() int
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Project(source *ListServiceAccountKeysRequest) *ListServiceAccountKeysRequest
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Reset()
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Set(target, source *ListServiceAccountKeysRequest)
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Size() int
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) String() string
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Subtract(other *ListServiceAccountKeysRequest_FieldMask) *ListServiceAccountKeysRequest_FieldMask
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListServiceAccountKeysRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListServiceAccountKeysRequest_FieldPath
- func BuildListServiceAccountKeysRequest_FieldPath(fp gotenobject.RawFieldPath) (ListServiceAccountKeysRequest_FieldPath, error)
- func MustParseListServiceAccountKeysRequest_FieldPath(rawField string) ListServiceAccountKeysRequest_FieldPath
- func ParseListServiceAccountKeysRequest_FieldPath(rawField string) (ListServiceAccountKeysRequest_FieldPath, error)
- type ListServiceAccountKeysRequest_FieldPathArrayItemValue
- func MustParseListServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListServiceAccountKeysRequest_FieldPathArrayItemValue
- func ParseListServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListServiceAccountKeysRequest_FieldPathArrayItemValue, error)
- type ListServiceAccountKeysRequest_FieldPathArrayOfValues
- type ListServiceAccountKeysRequest_FieldPathSelector
- type ListServiceAccountKeysRequest_FieldPathValue
- type ListServiceAccountKeysRequest_FieldTerminalPath
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) ClearValue(item *ListServiceAccountKeysRequest)
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) Get(source *ListServiceAccountKeysRequest) (values []interface{})
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetSingle(source *ListServiceAccountKeysRequest) (interface{}, bool)
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) JSONString() string
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) Selector() ListServiceAccountKeysRequest_FieldPathSelector
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) String() string
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListServiceAccountKeysRequest_FieldPathArrayItemValue
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListServiceAccountKeysRequest_FieldPathArrayOfValues
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithIValue(value interface{}) ListServiceAccountKeysRequest_FieldPathValue
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListServiceAccountKeysRequest) bool
- func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListServiceAccountKeysRequest) (interface{}, bool)
- func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*service_account_key.Filter, bool)
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*service_account_key.OrderBy, bool)
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*service_account_key.ParentName, bool)
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListServiceAccountKeysRequest_FieldTerminalPathValue
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue() (*service_account_key.Filter, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue() (*service_account_key.OrderBy, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue() (*service_account_key.PagerCursor, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue() (*service_account_key.ParentName, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith(source *ListServiceAccountKeysRequest) (int, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) SetTo(target **ListServiceAccountKeysRequest)
- func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListServiceAccountKeysResponse
- func (o *ListServiceAccountKeysResponse) Clone() *ListServiceAccountKeysResponse
- func (o *ListServiceAccountKeysResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListServiceAccountKeysResponse) Descriptor() ([]byte, []int)
- func (m *ListServiceAccountKeysResponse) GetNextPageToken() *service_account_key.PagerCursor
- func (m *ListServiceAccountKeysResponse) GetPrevPageToken() *service_account_key.PagerCursor
- func (m *ListServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
- func (*ListServiceAccountKeysResponse) GotenMessage()
- func (o *ListServiceAccountKeysResponse) GotenObjectExt()
- func (obj *ListServiceAccountKeysResponse) GotenValidate() error
- func (o *ListServiceAccountKeysResponse) MakeDiffFieldMask(other *ListServiceAccountKeysResponse) *ListServiceAccountKeysResponse_FieldMask
- func (o *ListServiceAccountKeysResponse) MakeFullFieldMask() *ListServiceAccountKeysResponse_FieldMask
- func (o *ListServiceAccountKeysResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListServiceAccountKeysResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListServiceAccountKeysResponse) Marshal() ([]byte, error)
- func (m *ListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
- func (o *ListServiceAccountKeysResponse) Merge(source *ListServiceAccountKeysResponse)
- func (o *ListServiceAccountKeysResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListServiceAccountKeysResponse) ProtoMessage()
- func (m *ListServiceAccountKeysResponse) ProtoReflect() preflect.Message
- func (m *ListServiceAccountKeysResponse) Reset()
- func (m *ListServiceAccountKeysResponse) SetNextPageToken(fv *service_account_key.PagerCursor)
- func (m *ListServiceAccountKeysResponse) SetPrevPageToken(fv *service_account_key.PagerCursor)
- func (m *ListServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
- func (m *ListServiceAccountKeysResponse) String() string
- func (m *ListServiceAccountKeysResponse) Unmarshal(b []byte) error
- func (m *ListServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
- type ListServiceAccountKeysResponseFieldPathBuilder
- func (ListServiceAccountKeysResponseFieldPathBuilder) NextPageToken() ListServiceAccountKeysResponsePathSelectorNextPageToken
- func (ListServiceAccountKeysResponseFieldPathBuilder) PrevPageToken() ListServiceAccountKeysResponsePathSelectorPrevPageToken
- func (ListServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeys() ListServiceAccountKeysResponsePathSelectorServiceAccountKeys
- type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []int64) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithValue(value int64) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorNextPageToken
- func (ListServiceAccountKeysResponsePathSelectorNextPageToken) FieldPath() *ListServiceAccountKeysResponse_FieldTerminalPath
- func (s ListServiceAccountKeysResponsePathSelectorNextPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorNextPageToken) WithValue(value *service_account_key.PagerCursor) *ListServiceAccountKeysResponse_FieldTerminalPathValue
- type ListServiceAccountKeysResponsePathSelectorPrevPageToken
- func (ListServiceAccountKeysResponsePathSelectorPrevPageToken) FieldPath() *ListServiceAccountKeysResponse_FieldTerminalPath
- func (s ListServiceAccountKeysResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorPrevPageToken) WithValue(value *service_account_key.PagerCursor) *ListServiceAccountKeysResponse_FieldTerminalPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeys
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) Algorithm() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) ApiKey() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) DisplayName() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) FieldPath() *ListServiceAccountKeysResponse_FieldTerminalPath
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) Metadata() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) Name() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) PrivateKeyData() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) PublicKeyData() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotAfter() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotBefore() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithArrayOfValues(values [][]*service_account_key.ServiceAccountKey) *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithItemValue(value *service_account_key.ServiceAccountKey) *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayItemValue(...) *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayOfValues(...) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubPath(subPath service_account_key.ServiceAccountKey_FieldPath) *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *ListServiceAccountKeysResponse_FieldSubPathValue
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithValue(value []*service_account_key.ServiceAccountKey) *ListServiceAccountKeysResponse_FieldTerminalPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) WithArrayOfValues(values []service_account_key.ServiceAccountKey_Algorithm) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) WithValue(value service_account_key.ServiceAccountKey_Algorithm) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Annotations() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) CreateTime() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) DeleteTime() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Generation() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Labels() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Lifecycle() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) OwnerReferences() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) ResourceVersion() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Shards() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Syncing() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Tags() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) UpdateTime() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Uuid() ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithValue(value *ntt_meta.Meta) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithKey(key string) ...
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithValue(value map[string]string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithArrayOfValues(values []int64) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithValue(value int64) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []map[string]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithKey(key string) ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithValue(value map[string]string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) BlockDeletion() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) State() ...
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithValue(value bool) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Controller() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Kind() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Name() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Region() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) RequiresOwnerReference() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Version() ...
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) WithValue(value bool) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []map[string]int64) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithKey(key string) ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithValue(value map[string]int64) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) OwningRegion() ...
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) Regions() ...
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithItemValue(value string) *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithValue(value []string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithArrayOfValues(values [][]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithItemValue(value string) *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithValue(value []string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues(values []*service_account_key.Name) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithValue(value *service_account_key.Name) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithValue(value string) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithValue(value *timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore
- func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) FieldPath() *ListServiceAccountKeysResponse_FieldSubPath
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithValue(value *timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathValue
- type ListServiceAccountKeysResponse_FieldMask
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) AppendPath(path ListServiceAccountKeysResponse_FieldPath)
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) FilterInputFields() *ListServiceAccountKeysResponse_FieldMask
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) GetPaths() []ListServiceAccountKeysResponse_FieldPath
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) IsFull() bool
- func (fieldMask ListServiceAccountKeysResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListServiceAccountKeysResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) PathsCount() int
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Project(source *ListServiceAccountKeysResponse) *ListServiceAccountKeysResponse
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Reset()
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Set(target, source *ListServiceAccountKeysResponse)
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Size() int
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) String() string
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Subtract(other *ListServiceAccountKeysResponse_FieldMask) *ListServiceAccountKeysResponse_FieldMask
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListServiceAccountKeysResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListServiceAccountKeysResponse_FieldPath
- func BuildListServiceAccountKeysResponse_FieldPath(fp gotenobject.RawFieldPath) (ListServiceAccountKeysResponse_FieldPath, error)
- func MustParseListServiceAccountKeysResponse_FieldPath(rawField string) ListServiceAccountKeysResponse_FieldPath
- func ParseListServiceAccountKeysResponse_FieldPath(rawField string) (ListServiceAccountKeysResponse_FieldPath, error)
- type ListServiceAccountKeysResponse_FieldPathArrayItemValue
- func MustParseListServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListServiceAccountKeysResponse_FieldPathArrayItemValue
- func ParseListServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListServiceAccountKeysResponse_FieldPathArrayItemValue, error)
- type ListServiceAccountKeysResponse_FieldPathArrayOfValues
- func MustParseListServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListServiceAccountKeysResponse_FieldPathArrayOfValues
- func ParseListServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListServiceAccountKeysResponse_FieldPathArrayOfValues, error)
- type ListServiceAccountKeysResponse_FieldPathSelector
- type ListServiceAccountKeysResponse_FieldPathValue
- type ListServiceAccountKeysResponse_FieldSubPath
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) ClearValue(item *ListServiceAccountKeysResponse)
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) Get(source *ListServiceAccountKeysResponse) (values []interface{})
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool)
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) JSONString() string
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) Selector() ListServiceAccountKeysResponse_FieldPathSelector
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) String() string
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListServiceAccountKeysResponse_FieldPathArrayItemValue
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListServiceAccountKeysResponse_FieldPathArrayOfValues
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithIValue(value interface{}) ListServiceAccountKeysResponse_FieldPathValue
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
- func (fpaivs *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListServiceAccountKeysResponse) bool
- func (fpaivs *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
- type ListServiceAccountKeysResponse_FieldSubPathValue
- func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
- func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) CompareWith(source *ListServiceAccountKeysResponse) (int, bool)
- func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) SetTo(target **ListServiceAccountKeysResponse)
- func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListServiceAccountKeysResponse_FieldTerminalPath
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) ClearValue(item *ListServiceAccountKeysResponse)
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) Get(source *ListServiceAccountKeysResponse) (values []interface{})
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool)
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) JSONString() string
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) Selector() ListServiceAccountKeysResponse_FieldPathSelector
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) String() string
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListServiceAccountKeysResponse_FieldPathArrayItemValue
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListServiceAccountKeysResponse_FieldPathArrayOfValues
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithIValue(value interface{}) ListServiceAccountKeysResponse_FieldPathValue
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue() (*service_account_key.ServiceAccountKey, bool)
- func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListServiceAccountKeysResponse) bool
- func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool)
- func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
- func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
- func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues() ([][]*service_account_key.ServiceAccountKey, bool)
- func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListServiceAccountKeysResponse_FieldTerminalPathValue
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*service_account_key.PagerCursor, bool)
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*service_account_key.PagerCursor, bool)
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue() ([]*service_account_key.ServiceAccountKey, bool)
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith(source *ListServiceAccountKeysResponse) (int, bool)
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) SetTo(target **ListServiceAccountKeysResponse)
- func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ServiceAccountKeyServiceClient
- type ServiceAccountKeyServiceDescriptor
- func (d *ServiceAccountKeyServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *ServiceAccountKeyServiceDescriptor) GetApiName() string
- func (d *ServiceAccountKeyServiceDescriptor) GetFullAPIName() string
- func (d *ServiceAccountKeyServiceDescriptor) GetProtoPkgName() string
- func (d *ServiceAccountKeyServiceDescriptor) GetServiceDomain() string
- func (d *ServiceAccountKeyServiceDescriptor) GetServiceVersion() string
- type UpdateServiceAccountKeyDescriptor
- func (d *UpdateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateServiceAccountKeyDescriptor) GetApiName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetMethodName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *UpdateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *UpdateServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *UpdateServiceAccountKeyDescriptor) GetVerb() string
- func (d *UpdateServiceAccountKeyDescriptor) HasResource() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsCollection() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsPlural() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *UpdateServiceAccountKeyDescriptor) IsUnary() bool
- func (d *UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type UpdateServiceAccountKeyDescriptorClientMsgHandle
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateServiceAccountKeyDescriptorServerMsgHandle
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateServiceAccountKeyRequest
- func (o *UpdateServiceAccountKeyRequest) Clone() *UpdateServiceAccountKeyRequest
- func (o *UpdateServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *UpdateServiceAccountKeyRequest) GetCas() *UpdateServiceAccountKeyRequest_CAS
- func (m *UpdateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
- func (m *UpdateServiceAccountKeyRequest) GetUpdateMask() *service_account_key.ServiceAccountKey_FieldMask
- func (*UpdateServiceAccountKeyRequest) GotenMessage()
- func (o *UpdateServiceAccountKeyRequest) GotenObjectExt()
- func (obj *UpdateServiceAccountKeyRequest) GotenValidate() error
- func (o *UpdateServiceAccountKeyRequest) MakeDiffFieldMask(other *UpdateServiceAccountKeyRequest) *UpdateServiceAccountKeyRequest_FieldMask
- func (o *UpdateServiceAccountKeyRequest) MakeFullFieldMask() *UpdateServiceAccountKeyRequest_FieldMask
- func (o *UpdateServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *UpdateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateServiceAccountKeyRequest) Merge(source *UpdateServiceAccountKeyRequest)
- func (o *UpdateServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateServiceAccountKeyRequest) ProtoMessage()
- func (m *UpdateServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *UpdateServiceAccountKeyRequest) Reset()
- func (m *UpdateServiceAccountKeyRequest) SetCas(fv *UpdateServiceAccountKeyRequest_CAS)
- func (m *UpdateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
- func (m *UpdateServiceAccountKeyRequest) SetUpdateMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *UpdateServiceAccountKeyRequest) String() string
- func (m *UpdateServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *UpdateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type UpdateServiceAccountKeyRequestCASFieldPathBuilder
- type UpdateServiceAccountKeyRequestCAS_FieldPath
- func BuildUpdateServiceAccountKeyRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateServiceAccountKeyRequestCAS_FieldPath, error)
- func MustParseUpdateServiceAccountKeyRequestCAS_FieldPath(rawField string) UpdateServiceAccountKeyRequestCAS_FieldPath
- func ParseUpdateServiceAccountKeyRequestCAS_FieldPath(rawField string) (UpdateServiceAccountKeyRequestCAS_FieldPath, error)
- type UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue
- func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue
- func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue, error)
- type UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues
- func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues
- func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues, error)
- type UpdateServiceAccountKeyRequestCAS_FieldPathSelector
- type UpdateServiceAccountKeyRequestCAS_FieldPathValue
- type UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) AsConditionalStateSubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValue(item *UpdateServiceAccountKeyRequest_CAS)
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) Get(source *UpdateServiceAccountKeyRequest_CAS) (values []interface{})
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool)
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) IsLeaf() bool
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) JSONString() string
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) Selector() UpdateServiceAccountKeyRequestCAS_FieldPathSelector
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) String() string
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathValue
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue
- func (fpaivs *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest_CAS) bool
- func (fpaivs *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- type UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
- func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWith(source *UpdateServiceAccountKeyRequest_CAS) (int, bool)
- func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetTo(target **UpdateServiceAccountKeyRequest_CAS)
- func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateServiceAccountKeyRequestCAS_FieldTerminalPath
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValue(item *UpdateServiceAccountKeyRequest_CAS)
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) Get(source *UpdateServiceAccountKeyRequest_CAS) (values []interface{})
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool)
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) JSONString() string
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) Selector() UpdateServiceAccountKeyRequestCAS_FieldPathSelector
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) String() string
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathValue
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest_CAS) bool
- func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool)
- func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*service_account_key.ServiceAccountKey, bool)
- func (fpaov *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpaov *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue
- func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*service_account_key.ServiceAccountKey, bool)
- func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateServiceAccountKeyRequest_CAS) (int, bool)
- func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateServiceAccountKeyRequest_CAS)
- func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdateServiceAccountKeyRequestFieldPathBuilder
- func (UpdateServiceAccountKeyRequestFieldPathBuilder) Cas() UpdateServiceAccountKeyRequestPathSelectorCas
- func (UpdateServiceAccountKeyRequestFieldPathBuilder) ServiceAccountKey() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey
- func (UpdateServiceAccountKeyRequestFieldPathBuilder) UpdateMask() UpdateServiceAccountKeyRequestPathSelectorUpdateMask
- type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithValue(value int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCas
- func (UpdateServiceAccountKeyRequestPathSelectorCas) ConditionalState() UpdateServiceAccountKeyRequestPathSelectorCasConditionalState
- func (UpdateServiceAccountKeyRequestPathSelectorCas) FieldMask() UpdateServiceAccountKeyRequestPathSelectorCasFieldMask
- func (UpdateServiceAccountKeyRequestPathSelectorCas) FieldPath() *UpdateServiceAccountKeyRequest_FieldTerminalPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithArrayOfValues(values []*UpdateServiceAccountKeyRequest_CAS) *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithSubArrayItemValue(...) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorCas) WithSubPath(subPath UpdateServiceAccountKeyRequestCAS_FieldPath) *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithSubValue(subPathValue UpdateServiceAccountKeyRequestCAS_FieldPathValue) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithValue(value *UpdateServiceAccountKeyRequest_CAS) *UpdateServiceAccountKeyRequest_FieldTerminalPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalState
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) Algorithm() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) ApiKey() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) DisplayName() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) Metadata() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) Name() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) PrivateKeyData() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) PublicKeyData() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) ValidNotAfter() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) ValidNotBefore() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) WithValue(value *service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm) WithArrayOfValues(values []service_account_key.ServiceAccountKey_Algorithm) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm) WithValue(value service_account_key.ServiceAccountKey_Algorithm) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Annotations() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) CreateTime() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) DeleteTime() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Generation() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Labels() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Lifecycle() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) OwnerReferences() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) ResourceVersion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Shards() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Syncing() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Tags() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) UpdateTime() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Uuid() UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations) WithKey(key string) ...
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) WithKey(key string) UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) State() ...
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Kind() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Name() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version() ...
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) WithKey(key string) UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) Regions() ...
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*service_account_key.Name) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) WithValue(value *service_account_key.Name) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore
- func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorCasFieldMask
- func (UpdateServiceAccountKeyRequestPathSelectorCasFieldMask) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorCasFieldMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) Algorithm() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) ApiKey() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) DisplayName() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) FieldPath() *UpdateServiceAccountKeyRequest_FieldTerminalPath
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) Metadata() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) Name() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) PrivateKeyData() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) PublicKeyData() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotAfter() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotBefore() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayItemValue(...) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayOfValues(...) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubPath(subPath service_account_key.ServiceAccountKey_FieldPath) *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithValue(value *service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequest_FieldTerminalPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) WithArrayOfValues(values []service_account_key.ServiceAccountKey_Algorithm) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) WithValue(value service_account_key.ServiceAccountKey_Algorithm) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Annotations() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) CreateTime() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) DeleteTime() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Generation() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Labels() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Lifecycle() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) OwnerReferences() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) ResourceVersion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Shards() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Syncing() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Tags() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) UpdateTime() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Uuid() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithValue(value *ntt_meta.Meta) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithKey(key string) ...
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithValue(value map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithValue(value int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithKey(key string) UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithValue(value map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) BlockDeletion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) State() ...
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Controller() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Kind() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Name() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Region() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) RequiresOwnerReference() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Version() ...
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithKey(key string) UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithValue(value map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) OwningRegion() ...
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) Regions() ...
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithItemValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithValue(value []string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithItemValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithValue(value []string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues(values []*service_account_key.Name) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithValue(value *service_account_key.Name) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithValue(value string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore
- func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) FieldPath() *UpdateServiceAccountKeyRequest_FieldSubPath
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathValue
- type UpdateServiceAccountKeyRequestPathSelectorUpdateMask
- func (UpdateServiceAccountKeyRequestPathSelectorUpdateMask) FieldPath() *UpdateServiceAccountKeyRequest_FieldTerminalPath
- func (s UpdateServiceAccountKeyRequestPathSelectorUpdateMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s UpdateServiceAccountKeyRequestPathSelectorUpdateMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequest_FieldTerminalPathValue
- type UpdateServiceAccountKeyRequest_CAS
- func (o *UpdateServiceAccountKeyRequest_CAS) Clone() *UpdateServiceAccountKeyRequest_CAS
- func (o *UpdateServiceAccountKeyRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdateServiceAccountKeyRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateServiceAccountKeyRequest_CAS) GetConditionalState() *service_account_key.ServiceAccountKey
- func (m *UpdateServiceAccountKeyRequest_CAS) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage()
- func (o *UpdateServiceAccountKeyRequest_CAS) GotenObjectExt()
- func (obj *UpdateServiceAccountKeyRequest_CAS) GotenValidate() error
- func (o *UpdateServiceAccountKeyRequest_CAS) MakeDiffFieldMask(other *UpdateServiceAccountKeyRequest_CAS) *UpdateServiceAccountKeyRequest_CAS_FieldMask
- func (o *UpdateServiceAccountKeyRequest_CAS) MakeFullFieldMask() *UpdateServiceAccountKeyRequest_CAS_FieldMask
- func (o *UpdateServiceAccountKeyRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdateServiceAccountKeyRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdateServiceAccountKeyRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateServiceAccountKeyRequest_CAS) MarshalJSON() ([]byte, error)
- func (o *UpdateServiceAccountKeyRequest_CAS) Merge(source *UpdateServiceAccountKeyRequest_CAS)
- func (o *UpdateServiceAccountKeyRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage()
- func (m *UpdateServiceAccountKeyRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateServiceAccountKeyRequest_CAS) Reset()
- func (m *UpdateServiceAccountKeyRequest_CAS) SetConditionalState(fv *service_account_key.ServiceAccountKey)
- func (m *UpdateServiceAccountKeyRequest_CAS) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *UpdateServiceAccountKeyRequest_CAS) String() string
- func (m *UpdateServiceAccountKeyRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) Algorithm() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) ApiKey() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) DisplayName() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) Metadata() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) Name() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) PrivateKeyData() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) PublicKeyData() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) ValidNotAfter() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) ValidNotBefore() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(...) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(...) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubPath(subPath service_account_key.ServiceAccountKey_FieldPath) *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithValue(value *service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm) WithArrayOfValues(values []service_account_key.ServiceAccountKey_Algorithm) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm) WithValue(value service_account_key.ServiceAccountKey_Algorithm) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Annotations() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) CreateTime() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) DeleteTime() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Generation() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Labels() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Lifecycle() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Shards() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Syncing() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Tags() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) UpdateTime() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Uuid() UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithKey(key string) ...
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey(key string) ...
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) State() ...
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue(value bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Kind() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Name() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version() ...
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards) WithKey(key string) ...
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion() ...
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) Regions() ...
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*service_account_key.Name) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) WithValue(value *service_account_key.Name) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) WithValue(value string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore
- func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldSubPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) WithValue(value *timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue
- type UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask
- func (UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask) FieldPath() *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue
- type UpdateServiceAccountKeyRequest_CAS_FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendPath(path UpdateServiceAccountKeyRequestCAS_FieldPath)
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) FilterInputFields() *UpdateServiceAccountKeyRequest_CAS_FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) GetPaths() []UpdateServiceAccountKeyRequestCAS_FieldPath
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) IsFull() bool
- func (fieldMask UpdateServiceAccountKeyRequest_CAS_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateServiceAccountKeyRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) PathsCount() int
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Project(source *UpdateServiceAccountKeyRequest_CAS) *UpdateServiceAccountKeyRequest_CAS
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoMessage()
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Reset()
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Set(target, source *UpdateServiceAccountKeyRequest_CAS)
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Size() int
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) String() string
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Subtract(other *UpdateServiceAccountKeyRequest_CAS_FieldMask) *UpdateServiceAccountKeyRequest_CAS_FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateServiceAccountKeyRequest_FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) AppendPath(path UpdateServiceAccountKeyRequest_FieldPath)
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) FilterInputFields() *UpdateServiceAccountKeyRequest_FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) GetPaths() []UpdateServiceAccountKeyRequest_FieldPath
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) IsFull() bool
- func (fieldMask UpdateServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdateServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) PathsCount() int
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Project(source *UpdateServiceAccountKeyRequest) *UpdateServiceAccountKeyRequest
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ProtoMessage()
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Reset()
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Set(target, source *UpdateServiceAccountKeyRequest)
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Size() int
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) String() string
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Subtract(other *UpdateServiceAccountKeyRequest_FieldMask) *UpdateServiceAccountKeyRequest_FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
- type UpdateServiceAccountKeyRequest_FieldPath
- func BuildUpdateServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdateServiceAccountKeyRequest_FieldPath, error)
- func MustParseUpdateServiceAccountKeyRequest_FieldPath(rawField string) UpdateServiceAccountKeyRequest_FieldPath
- func ParseUpdateServiceAccountKeyRequest_FieldPath(rawField string) (UpdateServiceAccountKeyRequest_FieldPath, error)
- type UpdateServiceAccountKeyRequest_FieldPathArrayItemValue
- func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue
- func ParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequest_FieldPathArrayItemValue, error)
- type UpdateServiceAccountKeyRequest_FieldPathArrayOfValues
- func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues
- func ParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceAccountKeyRequest_FieldPathArrayOfValues, error)
- type UpdateServiceAccountKeyRequest_FieldPathSelector
- type UpdateServiceAccountKeyRequest_FieldPathValue
- type UpdateServiceAccountKeyRequest_FieldSubPath
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) AsCasSubPath() (UpdateServiceAccountKeyRequestCAS_FieldPath, bool)
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) ClearValue(item *UpdateServiceAccountKeyRequest)
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) Get(source *UpdateServiceAccountKeyRequest) (values []interface{})
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetDefault() interface{}
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool)
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) IsLeaf() bool
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) JSONString() string
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) Selector() UpdateServiceAccountKeyRequest_FieldPathSelector
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) String() string
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathValue
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
- func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest) bool
- func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
- func (fpsaov *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues() (service_account_key.ServiceAccountKey_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type UpdateServiceAccountKeyRequest_FieldSubPathValue
- func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) AsCasPathValue() (UpdateServiceAccountKeyRequestCAS_FieldPathValue, bool)
- func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
- func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWith(source *UpdateServiceAccountKeyRequest) (int, bool)
- func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) SetTo(target **UpdateServiceAccountKeyRequest)
- func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdateServiceAccountKeyRequest_FieldTerminalPath
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *UpdateServiceAccountKeyRequest)
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) Get(source *UpdateServiceAccountKeyRequest) (values []interface{})
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool)
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) Selector() UpdateServiceAccountKeyRequest_FieldPathSelector
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) String() string
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathValue
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest) bool
- func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool)
- func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateServiceAccountKeyRequest_CAS, bool)
- func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues() ([]*service_account_key.ServiceAccountKey, bool)
- func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdateServiceAccountKeyRequest_FieldTerminalPathValue
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsCasValue() (*UpdateServiceAccountKeyRequest_CAS, bool)
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue() (*service_account_key.ServiceAccountKey, bool)
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *UpdateServiceAccountKeyRequest) (int, bool)
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **UpdateServiceAccountKeyRequest)
- func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchServiceAccountKeyClientStream
- type WatchServiceAccountKeyDescriptor
- func (d *WatchServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchServiceAccountKeyDescriptor) GetApiName() string
- func (d *WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeyDescriptor) GetFullMethodName() string
- func (d *WatchServiceAccountKeyDescriptor) GetMethodName() string
- func (d *WatchServiceAccountKeyDescriptor) GetProtoPkgName() string
- func (d *WatchServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeyDescriptor) GetServiceDomain() string
- func (d *WatchServiceAccountKeyDescriptor) GetServiceVersion() string
- func (d *WatchServiceAccountKeyDescriptor) GetVerb() string
- func (d *WatchServiceAccountKeyDescriptor) HasResource() bool
- func (d *WatchServiceAccountKeyDescriptor) IsClientStream() bool
- func (d *WatchServiceAccountKeyDescriptor) IsCollection() bool
- func (d *WatchServiceAccountKeyDescriptor) IsPlural() bool
- func (d *WatchServiceAccountKeyDescriptor) IsServerStream() bool
- func (d *WatchServiceAccountKeyDescriptor) IsUnary() bool
- func (d *WatchServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchServiceAccountKeyDescriptor) RequestHasResourceBody() bool
- type WatchServiceAccountKeyDescriptorClientMsgHandle
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeyDescriptorServerMsgHandle
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeyRequest
- func (o *WatchServiceAccountKeyRequest) Clone() *WatchServiceAccountKeyRequest
- func (o *WatchServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchServiceAccountKeyRequest) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *WatchServiceAccountKeyRequest) GetName() *service_account_key.Reference
- func (m *WatchServiceAccountKeyRequest) GetView() view.View
- func (*WatchServiceAccountKeyRequest) GotenMessage()
- func (o *WatchServiceAccountKeyRequest) GotenObjectExt()
- func (obj *WatchServiceAccountKeyRequest) GotenValidate() error
- func (o *WatchServiceAccountKeyRequest) MakeDiffFieldMask(other *WatchServiceAccountKeyRequest) *WatchServiceAccountKeyRequest_FieldMask
- func (o *WatchServiceAccountKeyRequest) MakeFullFieldMask() *WatchServiceAccountKeyRequest_FieldMask
- func (o *WatchServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchServiceAccountKeyRequest) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
- func (o *WatchServiceAccountKeyRequest) Merge(source *WatchServiceAccountKeyRequest)
- func (o *WatchServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchServiceAccountKeyRequest) ProtoMessage()
- func (m *WatchServiceAccountKeyRequest) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeyRequest) Reset()
- func (m *WatchServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *WatchServiceAccountKeyRequest) SetName(fv *service_account_key.Reference)
- func (m *WatchServiceAccountKeyRequest) SetView(fv view.View)
- func (m *WatchServiceAccountKeyRequest) String() string
- func (m *WatchServiceAccountKeyRequest) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeyRequestFieldPathBuilder
- func (WatchServiceAccountKeyRequestFieldPathBuilder) FieldMask() WatchServiceAccountKeyRequestPathSelectorFieldMask
- func (WatchServiceAccountKeyRequestFieldPathBuilder) Name() WatchServiceAccountKeyRequestPathSelectorName
- func (WatchServiceAccountKeyRequestFieldPathBuilder) View() WatchServiceAccountKeyRequestPathSelectorView
- type WatchServiceAccountKeyRequestPathSelectorFieldMask
- func (WatchServiceAccountKeyRequestPathSelectorFieldMask) FieldPath() *WatchServiceAccountKeyRequest_FieldTerminalPath
- func (s WatchServiceAccountKeyRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeyRequestPathSelectorFieldMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *WatchServiceAccountKeyRequest_FieldTerminalPathValue
- type WatchServiceAccountKeyRequestPathSelectorName
- func (WatchServiceAccountKeyRequestPathSelectorName) FieldPath() *WatchServiceAccountKeyRequest_FieldTerminalPath
- func (s WatchServiceAccountKeyRequestPathSelectorName) WithArrayOfValues(values []*service_account_key.Reference) *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeyRequestPathSelectorName) WithValue(value *service_account_key.Reference) *WatchServiceAccountKeyRequest_FieldTerminalPathValue
- type WatchServiceAccountKeyRequestPathSelectorView
- func (WatchServiceAccountKeyRequestPathSelectorView) FieldPath() *WatchServiceAccountKeyRequest_FieldTerminalPath
- func (s WatchServiceAccountKeyRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeyRequestPathSelectorView) WithValue(value view.View) *WatchServiceAccountKeyRequest_FieldTerminalPathValue
- type WatchServiceAccountKeyRequest_FieldMask
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) AppendPath(path WatchServiceAccountKeyRequest_FieldPath)
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) FilterInputFields() *WatchServiceAccountKeyRequest_FieldMask
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) GetPaths() []WatchServiceAccountKeyRequest_FieldPath
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) IsFull() bool
- func (fieldMask WatchServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Project(source *WatchServiceAccountKeyRequest) *WatchServiceAccountKeyRequest
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Reset()
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Set(target, source *WatchServiceAccountKeyRequest)
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Size() int
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) String() string
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Subtract(other *WatchServiceAccountKeyRequest_FieldMask) *WatchServiceAccountKeyRequest_FieldMask
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeyRequest_FieldPath
- func BuildWatchServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeyRequest_FieldPath, error)
- func MustParseWatchServiceAccountKeyRequest_FieldPath(rawField string) WatchServiceAccountKeyRequest_FieldPath
- func ParseWatchServiceAccountKeyRequest_FieldPath(rawField string) (WatchServiceAccountKeyRequest_FieldPath, error)
- type WatchServiceAccountKeyRequest_FieldPathArrayItemValue
- func MustParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeyRequest_FieldPathArrayItemValue
- func ParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeyRequest_FieldPathArrayItemValue, error)
- type WatchServiceAccountKeyRequest_FieldPathArrayOfValues
- type WatchServiceAccountKeyRequest_FieldPathSelector
- type WatchServiceAccountKeyRequest_FieldPathValue
- type WatchServiceAccountKeyRequest_FieldTerminalPath
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeyRequest)
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) Get(source *WatchServiceAccountKeyRequest) (values []interface{})
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeyRequest) (interface{}, bool)
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) Selector() WatchServiceAccountKeyRequest_FieldPathSelector
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) String() string
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeyRequest_FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeyRequest_FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeyRequest_FieldPathValue
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeyRequest) bool
- func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeyRequest) (interface{}, bool)
- func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*service_account_key.Reference, bool)
- func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchServiceAccountKeyRequest_FieldTerminalPathValue
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue() (*service_account_key.Reference, bool)
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeyRequest) (int, bool)
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeyRequest)
- func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchServiceAccountKeyResponse
- func (o *WatchServiceAccountKeyResponse) Clone() *WatchServiceAccountKeyResponse
- func (o *WatchServiceAccountKeyResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchServiceAccountKeyResponse) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeyResponse) GetChange() *service_account_key.ServiceAccountKeyChange
- func (*WatchServiceAccountKeyResponse) GotenMessage()
- func (o *WatchServiceAccountKeyResponse) GotenObjectExt()
- func (obj *WatchServiceAccountKeyResponse) GotenValidate() error
- func (o *WatchServiceAccountKeyResponse) MakeDiffFieldMask(other *WatchServiceAccountKeyResponse) *WatchServiceAccountKeyResponse_FieldMask
- func (o *WatchServiceAccountKeyResponse) MakeFullFieldMask() *WatchServiceAccountKeyResponse_FieldMask
- func (o *WatchServiceAccountKeyResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchServiceAccountKeyResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchServiceAccountKeyResponse) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
- func (o *WatchServiceAccountKeyResponse) Merge(source *WatchServiceAccountKeyResponse)
- func (o *WatchServiceAccountKeyResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchServiceAccountKeyResponse) ProtoMessage()
- func (m *WatchServiceAccountKeyResponse) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeyResponse) Reset()
- func (m *WatchServiceAccountKeyResponse) SetChange(fv *service_account_key.ServiceAccountKeyChange)
- func (m *WatchServiceAccountKeyResponse) String() string
- func (m *WatchServiceAccountKeyResponse) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeyResponse) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeyResponseFieldPathBuilder
- type WatchServiceAccountKeyResponsePathSelectorChange
- func (WatchServiceAccountKeyResponsePathSelectorChange) FieldPath() *WatchServiceAccountKeyResponse_FieldTerminalPath
- func (s WatchServiceAccountKeyResponsePathSelectorChange) WithArrayOfValues(values []*service_account_key.ServiceAccountKeyChange) *WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeyResponsePathSelectorChange) WithValue(value *service_account_key.ServiceAccountKeyChange) *WatchServiceAccountKeyResponse_FieldTerminalPathValue
- type WatchServiceAccountKeyResponse_FieldMask
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) AppendPath(path WatchServiceAccountKeyResponse_FieldPath)
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) FilterInputFields() *WatchServiceAccountKeyResponse_FieldMask
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) GetPaths() []WatchServiceAccountKeyResponse_FieldPath
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) IsFull() bool
- func (fieldMask WatchServiceAccountKeyResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchServiceAccountKeyResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Project(source *WatchServiceAccountKeyResponse) *WatchServiceAccountKeyResponse
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Reset()
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Set(target, source *WatchServiceAccountKeyResponse)
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Size() int
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) String() string
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Subtract(other *WatchServiceAccountKeyResponse_FieldMask) *WatchServiceAccountKeyResponse_FieldMask
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeyResponse_FieldPath
- func BuildWatchServiceAccountKeyResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeyResponse_FieldPath, error)
- func MustParseWatchServiceAccountKeyResponse_FieldPath(rawField string) WatchServiceAccountKeyResponse_FieldPath
- func ParseWatchServiceAccountKeyResponse_FieldPath(rawField string) (WatchServiceAccountKeyResponse_FieldPath, error)
- type WatchServiceAccountKeyResponse_FieldPathArrayItemValue
- func MustParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeyResponse_FieldPathArrayItemValue
- func ParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeyResponse_FieldPathArrayItemValue, error)
- type WatchServiceAccountKeyResponse_FieldPathArrayOfValues
- func MustParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeyResponse_FieldPathArrayOfValues
- func ParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeyResponse_FieldPathArrayOfValues, error)
- type WatchServiceAccountKeyResponse_FieldPathSelector
- type WatchServiceAccountKeyResponse_FieldPathValue
- type WatchServiceAccountKeyResponse_FieldTerminalPath
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeyResponse)
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) Get(source *WatchServiceAccountKeyResponse) (values []interface{})
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeyResponse) (interface{}, bool)
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) Selector() WatchServiceAccountKeyResponse_FieldPathSelector
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) String() string
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeyResponse_FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeyResponse_FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeyResponse_FieldPathValue
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeyResponse) bool
- func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeyResponse) (interface{}, bool)
- func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues
- type WatchServiceAccountKeyResponse_FieldTerminalPathValue
- func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) AsChangeValue() (*service_account_key.ServiceAccountKeyChange, bool)
- func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeyResponse) (int, bool)
- func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeyResponse)
- func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchServiceAccountKeysClientStream
- type WatchServiceAccountKeysDescriptor
- func (d *WatchServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchServiceAccountKeysDescriptor) GetApiName() string
- func (d *WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeysDescriptor) GetFullMethodName() string
- func (d *WatchServiceAccountKeysDescriptor) GetMethodName() string
- func (d *WatchServiceAccountKeysDescriptor) GetProtoPkgName() string
- func (d *WatchServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchServiceAccountKeysDescriptor) GetServiceDomain() string
- func (d *WatchServiceAccountKeysDescriptor) GetServiceVersion() string
- func (d *WatchServiceAccountKeysDescriptor) GetVerb() string
- func (d *WatchServiceAccountKeysDescriptor) HasResource() bool
- func (d *WatchServiceAccountKeysDescriptor) IsClientStream() bool
- func (d *WatchServiceAccountKeysDescriptor) IsCollection() bool
- func (d *WatchServiceAccountKeysDescriptor) IsPlural() bool
- func (d *WatchServiceAccountKeysDescriptor) IsServerStream() bool
- func (d *WatchServiceAccountKeysDescriptor) IsUnary() bool
- func (d *WatchServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchServiceAccountKeysDescriptor) RequestHasResourceBody() bool
- type WatchServiceAccountKeysDescriptorClientMsgHandle
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeysDescriptorServerMsgHandle
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchServiceAccountKeysRequest
- func (o *WatchServiceAccountKeysRequest) Clone() *WatchServiceAccountKeysRequest
- func (o *WatchServiceAccountKeysRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchServiceAccountKeysRequest) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
- func (m *WatchServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
- func (m *WatchServiceAccountKeysRequest) GetMaxChunkSize() int32
- func (m *WatchServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
- func (m *WatchServiceAccountKeysRequest) GetPageSize() int32
- func (m *WatchServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
- func (m *WatchServiceAccountKeysRequest) GetParent() *service_account_key.ParentReference
- func (m *WatchServiceAccountKeysRequest) GetResumeToken() string
- func (m *WatchServiceAccountKeysRequest) GetStartingTime() *timestamp.Timestamp
- func (m *WatchServiceAccountKeysRequest) GetType() watch_type.WatchType
- func (m *WatchServiceAccountKeysRequest) GetView() view.View
- func (*WatchServiceAccountKeysRequest) GotenMessage()
- func (o *WatchServiceAccountKeysRequest) GotenObjectExt()
- func (obj *WatchServiceAccountKeysRequest) GotenValidate() error
- func (o *WatchServiceAccountKeysRequest) MakeDiffFieldMask(other *WatchServiceAccountKeysRequest) *WatchServiceAccountKeysRequest_FieldMask
- func (o *WatchServiceAccountKeysRequest) MakeFullFieldMask() *WatchServiceAccountKeysRequest_FieldMask
- func (o *WatchServiceAccountKeysRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchServiceAccountKeysRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchServiceAccountKeysRequest) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
- func (o *WatchServiceAccountKeysRequest) Merge(source *WatchServiceAccountKeysRequest)
- func (o *WatchServiceAccountKeysRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchServiceAccountKeysRequest) ProtoMessage()
- func (m *WatchServiceAccountKeysRequest) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeysRequest) Reset()
- func (m *WatchServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
- func (m *WatchServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
- func (m *WatchServiceAccountKeysRequest) SetMaxChunkSize(fv int32)
- func (m *WatchServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
- func (m *WatchServiceAccountKeysRequest) SetPageSize(fv int32)
- func (m *WatchServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
- func (m *WatchServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentReference)
- func (m *WatchServiceAccountKeysRequest) SetResumeToken(fv string)
- func (m *WatchServiceAccountKeysRequest) SetStartingTime(fv *timestamp.Timestamp)
- func (m *WatchServiceAccountKeysRequest) SetType(fv watch_type.WatchType)
- func (m *WatchServiceAccountKeysRequest) SetView(fv view.View)
- func (m *WatchServiceAccountKeysRequest) String() string
- func (m *WatchServiceAccountKeysRequest) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysRequestFieldPathBuilder
- func (WatchServiceAccountKeysRequestFieldPathBuilder) FieldMask() WatchServiceAccountKeysRequestPathSelectorFieldMask
- func (WatchServiceAccountKeysRequestFieldPathBuilder) Filter() WatchServiceAccountKeysRequestPathSelectorFilter
- func (WatchServiceAccountKeysRequestFieldPathBuilder) MaxChunkSize() WatchServiceAccountKeysRequestPathSelectorMaxChunkSize
- func (WatchServiceAccountKeysRequestFieldPathBuilder) OrderBy() WatchServiceAccountKeysRequestPathSelectorOrderBy
- func (WatchServiceAccountKeysRequestFieldPathBuilder) PageSize() WatchServiceAccountKeysRequestPathSelectorPageSize
- func (WatchServiceAccountKeysRequestFieldPathBuilder) PageToken() WatchServiceAccountKeysRequestPathSelectorPageToken
- func (WatchServiceAccountKeysRequestFieldPathBuilder) Parent() WatchServiceAccountKeysRequestPathSelectorParent
- func (WatchServiceAccountKeysRequestFieldPathBuilder) ResumeToken() WatchServiceAccountKeysRequestPathSelectorResumeToken
- func (WatchServiceAccountKeysRequestFieldPathBuilder) StartingTime() WatchServiceAccountKeysRequestPathSelectorStartingTime
- func (WatchServiceAccountKeysRequestFieldPathBuilder) Type() WatchServiceAccountKeysRequestPathSelectorType
- func (WatchServiceAccountKeysRequestFieldPathBuilder) View() WatchServiceAccountKeysRequestPathSelectorView
- type WatchServiceAccountKeysRequestPathSelectorFieldMask
- func (WatchServiceAccountKeysRequestPathSelectorFieldMask) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorFieldMask) WithValue(value *service_account_key.ServiceAccountKey_FieldMask) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorFilter
- func (WatchServiceAccountKeysRequestPathSelectorFilter) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues(values []*service_account_key.Filter) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorFilter) WithValue(value *service_account_key.Filter) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorMaxChunkSize
- func (WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorOrderBy
- func (WatchServiceAccountKeysRequestPathSelectorOrderBy) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorOrderBy) WithArrayOfValues(values []*service_account_key.OrderBy) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorOrderBy) WithValue(value *service_account_key.OrderBy) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorPageSize
- func (WatchServiceAccountKeysRequestPathSelectorPageSize) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorPageSize) WithValue(value int32) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorPageToken
- func (WatchServiceAccountKeysRequestPathSelectorPageToken) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorPageToken) WithValue(value *service_account_key.PagerCursor) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorParent
- func (WatchServiceAccountKeysRequestPathSelectorParent) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorParent) WithArrayOfValues(values []*service_account_key.ParentReference) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorParent) WithValue(value *service_account_key.ParentReference) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorResumeToken
- func (WatchServiceAccountKeysRequestPathSelectorResumeToken) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorResumeToken) WithValue(value string) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorStartingTime
- func (WatchServiceAccountKeysRequestPathSelectorStartingTime) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorStartingTime) WithArrayOfValues(values []*timestamp.Timestamp) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorStartingTime) WithValue(value *timestamp.Timestamp) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorType
- func (WatchServiceAccountKeysRequestPathSelectorType) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequestPathSelectorView
- func (WatchServiceAccountKeysRequestPathSelectorView) FieldPath() *WatchServiceAccountKeysRequest_FieldTerminalPath
- func (s WatchServiceAccountKeysRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysRequestPathSelectorView) WithValue(value view.View) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
- type WatchServiceAccountKeysRequest_FieldMask
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) AppendPath(path WatchServiceAccountKeysRequest_FieldPath)
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) FilterInputFields() *WatchServiceAccountKeysRequest_FieldMask
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) GetPaths() []WatchServiceAccountKeysRequest_FieldPath
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) IsFull() bool
- func (fieldMask WatchServiceAccountKeysRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchServiceAccountKeysRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Project(source *WatchServiceAccountKeysRequest) *WatchServiceAccountKeysRequest
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Reset()
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Set(target, source *WatchServiceAccountKeysRequest)
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Size() int
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) String() string
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Subtract(other *WatchServiceAccountKeysRequest_FieldMask) *WatchServiceAccountKeysRequest_FieldMask
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysRequest_FieldPath
- func BuildWatchServiceAccountKeysRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeysRequest_FieldPath, error)
- func MustParseWatchServiceAccountKeysRequest_FieldPath(rawField string) WatchServiceAccountKeysRequest_FieldPath
- func ParseWatchServiceAccountKeysRequest_FieldPath(rawField string) (WatchServiceAccountKeysRequest_FieldPath, error)
- type WatchServiceAccountKeysRequest_FieldPathArrayItemValue
- func MustParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysRequest_FieldPathArrayItemValue
- func ParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysRequest_FieldPathArrayItemValue, error)
- type WatchServiceAccountKeysRequest_FieldPathArrayOfValues
- func MustParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysRequest_FieldPathArrayOfValues
- func ParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysRequest_FieldPathArrayOfValues, error)
- type WatchServiceAccountKeysRequest_FieldPathSelector
- type WatchServiceAccountKeysRequest_FieldPathValue
- type WatchServiceAccountKeysRequest_FieldTerminalPath
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeysRequest)
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) Get(source *WatchServiceAccountKeysRequest) (values []interface{})
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeysRequest) (interface{}, bool)
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) Selector() WatchServiceAccountKeysRequest_FieldPathSelector
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) String() string
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysRequest_FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysRequest_FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeysRequest_FieldPathValue
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysRequest) bool
- func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeysRequest) (interface{}, bool)
- func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*service_account_key.Filter, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*service_account_key.OrderBy, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*service_account_key.ParentReference, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchServiceAccountKeysRequest_FieldTerminalPathValue
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue() (*service_account_key.Filter, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue() (*service_account_key.OrderBy, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue() (*service_account_key.PagerCursor, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue() (*service_account_key.ParentReference, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsStartingTimeValue() (*timestamp.Timestamp, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeysRequest) (int, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeysRequest)
- func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchServiceAccountKeysResponse
- func (o *WatchServiceAccountKeysResponse) Clone() *WatchServiceAccountKeysResponse
- func (o *WatchServiceAccountKeysResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchServiceAccountKeysResponse) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeysResponse) GetIsCurrent() bool
- func (m *WatchServiceAccountKeysResponse) GetIsHardReset() bool
- func (m *WatchServiceAccountKeysResponse) GetIsSoftReset() bool
- func (m *WatchServiceAccountKeysResponse) GetPageTokenChange() *WatchServiceAccountKeysResponse_PageTokenChange
- func (m *WatchServiceAccountKeysResponse) GetResumeToken() string
- func (m *WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges() []*service_account_key.ServiceAccountKeyChange
- func (m *WatchServiceAccountKeysResponse) GetSnapshotSize() int64
- func (*WatchServiceAccountKeysResponse) GotenMessage()
- func (o *WatchServiceAccountKeysResponse) GotenObjectExt()
- func (obj *WatchServiceAccountKeysResponse) GotenValidate() error
- func (o *WatchServiceAccountKeysResponse) MakeDiffFieldMask(other *WatchServiceAccountKeysResponse) *WatchServiceAccountKeysResponse_FieldMask
- func (o *WatchServiceAccountKeysResponse) MakeFullFieldMask() *WatchServiceAccountKeysResponse_FieldMask
- func (o *WatchServiceAccountKeysResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchServiceAccountKeysResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchServiceAccountKeysResponse) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
- func (o *WatchServiceAccountKeysResponse) Merge(source *WatchServiceAccountKeysResponse)
- func (o *WatchServiceAccountKeysResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchServiceAccountKeysResponse) ProtoMessage()
- func (m *WatchServiceAccountKeysResponse) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeysResponse) Reset()
- func (m *WatchServiceAccountKeysResponse) SetIsCurrent(fv bool)
- func (m *WatchServiceAccountKeysResponse) SetIsHardReset(fv bool)
- func (m *WatchServiceAccountKeysResponse) SetIsSoftReset(fv bool)
- func (m *WatchServiceAccountKeysResponse) SetPageTokenChange(fv *WatchServiceAccountKeysResponse_PageTokenChange)
- func (m *WatchServiceAccountKeysResponse) SetResumeToken(fv string)
- func (m *WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges(fv []*service_account_key.ServiceAccountKeyChange)
- func (m *WatchServiceAccountKeysResponse) SetSnapshotSize(fv int64)
- func (m *WatchServiceAccountKeysResponse) String() string
- func (m *WatchServiceAccountKeysResponse) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysResponseFieldPathBuilder
- func (WatchServiceAccountKeysResponseFieldPathBuilder) IsCurrent() WatchServiceAccountKeysResponsePathSelectorIsCurrent
- func (WatchServiceAccountKeysResponseFieldPathBuilder) IsHardReset() WatchServiceAccountKeysResponsePathSelectorIsHardReset
- func (WatchServiceAccountKeysResponseFieldPathBuilder) IsSoftReset() WatchServiceAccountKeysResponsePathSelectorIsSoftReset
- func (WatchServiceAccountKeysResponseFieldPathBuilder) PageTokenChange() WatchServiceAccountKeysResponsePathSelectorPageTokenChange
- func (WatchServiceAccountKeysResponseFieldPathBuilder) ResumeToken() WatchServiceAccountKeysResponsePathSelectorResumeToken
- func (WatchServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeyChanges() WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges
- func (WatchServiceAccountKeysResponseFieldPathBuilder) SnapshotSize() WatchServiceAccountKeysResponsePathSelectorSnapshotSize
- type WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder
- func (WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder) NextPageToken() WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken
- func (WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder) PrevPageToken() WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken
- type WatchServiceAccountKeysResponsePageTokenChange_FieldPath
- func BuildWatchServiceAccountKeysResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeysResponsePageTokenChange_FieldPath, error)
- func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath(rawField string) WatchServiceAccountKeysResponsePageTokenChange_FieldPath
- func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath(rawField string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPath, error)
- type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue
- func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue
- func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue, error)
- type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues
- func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues
- func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues, error)
- type WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector
- type WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue
- func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue
- func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue, error)
- type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeysResponse_PageTokenChange)
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) Get(source *WatchServiceAccountKeysResponse_PageTokenChange) (values []interface{})
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeysResponse_PageTokenChange) (interface{}, bool)
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) JSONString() string
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) Selector() WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) String() string
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysResponse_PageTokenChange) bool
- func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeysResponse_PageTokenChange) (interface{}, bool)
- func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (fpaov *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
- func (fpaov *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
- func (fpaov *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue
- func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*service_account_key.PagerCursor, bool)
- func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*service_account_key.PagerCursor, bool)
- func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeysResponse_PageTokenChange) (int, bool)
- func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeysResponse_PageTokenChange)
- func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchServiceAccountKeysResponsePathSelectorIsCurrent
- func (WatchServiceAccountKeysResponsePathSelectorIsCurrent) FieldPath() *WatchServiceAccountKeysResponse_FieldTerminalPath
- func (s WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithValue(value bool) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
- type WatchServiceAccountKeysResponsePathSelectorIsHardReset
- func (WatchServiceAccountKeysResponsePathSelectorIsHardReset) FieldPath() *WatchServiceAccountKeysResponse_FieldTerminalPath
- func (s WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithValue(value bool) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
- type WatchServiceAccountKeysResponsePathSelectorIsSoftReset
- func (WatchServiceAccountKeysResponsePathSelectorIsSoftReset) FieldPath() *WatchServiceAccountKeysResponse_FieldTerminalPath
- func (s WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
- type WatchServiceAccountKeysResponsePathSelectorPageTokenChange
- func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) FieldPath() *WatchServiceAccountKeysResponse_FieldTerminalPath
- func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) NextPageToken() WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) PrevPageToken() WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchServiceAccountKeysResponse_PageTokenChange) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubArrayItemValue(...) *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubArrayOfValues(...) *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchServiceAccountKeysResponsePageTokenChange_FieldPath) *WatchServiceAccountKeysResponse_FieldSubPath
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue) *WatchServiceAccountKeysResponse_FieldSubPathValue
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithValue(value *WatchServiceAccountKeysResponse_PageTokenChange) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
- type WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) FieldPath() *WatchServiceAccountKeysResponse_FieldSubPath
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *service_account_key.PagerCursor) *WatchServiceAccountKeysResponse_FieldSubPathValue
- type WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken
- func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) FieldPath() *WatchServiceAccountKeysResponse_FieldSubPath
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *service_account_key.PagerCursor) *WatchServiceAccountKeysResponse_FieldSubPathValue
- type WatchServiceAccountKeysResponsePathSelectorResumeToken
- func (WatchServiceAccountKeysResponsePathSelectorResumeToken) FieldPath() *WatchServiceAccountKeysResponse_FieldTerminalPath
- func (s WatchServiceAccountKeysResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorResumeToken) WithValue(value string) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
- type WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges
- func (WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) FieldPath() *WatchServiceAccountKeysResponse_FieldTerminalPath
- func (s WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) WithArrayOfValues(values [][]*service_account_key.ServiceAccountKeyChange) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) WithItemValue(value *service_account_key.ServiceAccountKeyChange) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue
- func (s WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) WithValue(value []*service_account_key.ServiceAccountKeyChange) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
- type WatchServiceAccountKeysResponsePathSelectorSnapshotSize
- func (WatchServiceAccountKeysResponsePathSelectorSnapshotSize) FieldPath() *WatchServiceAccountKeysResponse_FieldTerminalPath
- func (s WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
- type WatchServiceAccountKeysResponse_FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) AppendPath(path WatchServiceAccountKeysResponse_FieldPath)
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) FilterInputFields() *WatchServiceAccountKeysResponse_FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) GetPaths() []WatchServiceAccountKeysResponse_FieldPath
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) IsFull() bool
- func (fieldMask WatchServiceAccountKeysResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchServiceAccountKeysResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Project(source *WatchServiceAccountKeysResponse) *WatchServiceAccountKeysResponse
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Reset()
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Set(target, source *WatchServiceAccountKeysResponse)
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Size() int
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) String() string
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Subtract(other *WatchServiceAccountKeysResponse_FieldMask) *WatchServiceAccountKeysResponse_FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysResponse_FieldPath
- func BuildWatchServiceAccountKeysResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeysResponse_FieldPath, error)
- func MustParseWatchServiceAccountKeysResponse_FieldPath(rawField string) WatchServiceAccountKeysResponse_FieldPath
- func ParseWatchServiceAccountKeysResponse_FieldPath(rawField string) (WatchServiceAccountKeysResponse_FieldPath, error)
- type WatchServiceAccountKeysResponse_FieldPathArrayItemValue
- func MustParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysResponse_FieldPathArrayItemValue
- func ParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysResponse_FieldPathArrayItemValue, error)
- type WatchServiceAccountKeysResponse_FieldPathArrayOfValues
- func MustParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysResponse_FieldPathArrayOfValues
- func ParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysResponse_FieldPathArrayOfValues, error)
- type WatchServiceAccountKeysResponse_FieldPathSelector
- type WatchServiceAccountKeysResponse_FieldPathValue
- type WatchServiceAccountKeysResponse_FieldSubPath
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchServiceAccountKeysResponsePageTokenChange_FieldPath, bool)
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) ClearValue(item *WatchServiceAccountKeysResponse)
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) Get(source *WatchServiceAccountKeysResponse) (values []interface{})
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetDefault() interface{}
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool)
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) IsLeaf() bool
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) JSONString() string
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) Selector() WatchServiceAccountKeysResponse_FieldPathSelector
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) String() string
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathArrayItemValue
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponse_FieldPathArrayOfValues
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithIValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathValue
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue
- func (fpaivs *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue, bool)
- func (fpaivs *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysResponse) bool
- func (fpaivs *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues
- type WatchServiceAccountKeysResponse_FieldSubPathValue
- func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue, bool)
- func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWith(source *WatchServiceAccountKeysResponse) (int, bool)
- func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) SetTo(target **WatchServiceAccountKeysResponse)
- func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type WatchServiceAccountKeysResponse_FieldTerminalPath
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeysResponse)
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) Get(source *WatchServiceAccountKeysResponse) (values []interface{})
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool)
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) Selector() WatchServiceAccountKeysResponse_FieldPathSelector
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) String() string
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponse_FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathValue
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeyChangesItemValue() (*service_account_key.ServiceAccountKeyChange, bool)
- func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysResponse) bool
- func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool)
- func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchServiceAccountKeysResponse_PageTokenChange, bool)
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeyChangesArrayOfValues() ([][]*service_account_key.ServiceAccountKeyChange, bool)
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
- func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchServiceAccountKeysResponse_FieldTerminalPathValue
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchServiceAccountKeysResponse_PageTokenChange, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeyChangesValue() ([]*service_account_key.ServiceAccountKeyChange, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeysResponse) (int, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeysResponse)
- func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchServiceAccountKeysResponse_PageTokenChange
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) Clone() *WatchServiceAccountKeysResponse_PageTokenChange
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken() *service_account_key.PagerCursor
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken() *service_account_key.PagerCursor
- func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage()
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) GotenObjectExt()
- func (obj *WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate() error
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeDiffFieldMask(other *WatchServiceAccountKeysResponse_PageTokenChange) *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeFullFieldMask() *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) Merge(source *WatchServiceAccountKeysResponse_PageTokenChange)
- func (o *WatchServiceAccountKeysResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage()
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) Reset()
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken(fv *service_account_key.PagerCursor)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken(fv *service_account_key.PagerCursor)
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) String() string
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON(data []byte) error
- type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken
- func (WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken) FieldPath() *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath
- func (s WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken) WithValue(value *service_account_key.PagerCursor) *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue
- type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken
- func (WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath() *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath
- func (s WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken) WithValue(value *service_account_key.PagerCursor) *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue
- type WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendPath(path WatchServiceAccountKeysResponsePageTokenChange_FieldPath)
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetPaths() []WatchServiceAccountKeysResponsePageTokenChange_FieldPath
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) IsFull() bool
- func (fieldMask WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) PathsCount() int
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Project(source *WatchServiceAccountKeysResponse_PageTokenChange) *WatchServiceAccountKeysResponse_PageTokenChange
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoMessage()
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Reset()
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Set(target, source *WatchServiceAccountKeysResponse_PageTokenChange)
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Size() int
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) String() string
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Subtract(other *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetServiceAccountKeysDescriptor ¶ added in v0.4.28
type BatchGetServiceAccountKeysDescriptor struct{}
func GetBatchGetServiceAccountKeysDescriptor ¶ added in v0.4.28
func GetBatchGetServiceAccountKeysDescriptor() *BatchGetServiceAccountKeysDescriptor
func (*BatchGetServiceAccountKeysDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetServiceAccountKeysDescriptor) GetApiName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetApiName() string
func (*BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetServiceAccountKeysDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetFullMethodName() string
func (*BatchGetServiceAccountKeysDescriptor) GetMethodName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetMethodName() string
func (*BatchGetServiceAccountKeysDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetProtoPkgName() string
func (*BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetServiceAccountKeysDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetServiceDomain() string
func (*BatchGetServiceAccountKeysDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetServiceVersion() string
func (*BatchGetServiceAccountKeysDescriptor) GetVerb ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) GetVerb() string
func (*BatchGetServiceAccountKeysDescriptor) HasResource ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) HasResource() bool
func (*BatchGetServiceAccountKeysDescriptor) IsClientStream ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) IsClientStream() bool
func (*BatchGetServiceAccountKeysDescriptor) IsCollection ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) IsCollection() bool
func (*BatchGetServiceAccountKeysDescriptor) IsPlural ¶ added in v0.4.30
func (d *BatchGetServiceAccountKeysDescriptor) IsPlural() bool
func (*BatchGetServiceAccountKeysDescriptor) IsServerStream ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) IsServerStream() bool
func (*BatchGetServiceAccountKeysDescriptor) IsUnary ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) IsUnary() bool
func (*BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *BatchGetServiceAccountKeysDescriptor) RequestHasResourceBody() bool
type BatchGetServiceAccountKeysDescriptorClientMsgHandle ¶ added in v0.4.28
type BatchGetServiceAccountKeysDescriptorClientMsgHandle struct{}
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetServiceAccountKeysDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetServiceAccountKeysDescriptorServerMsgHandle struct{}
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetServiceAccountKeysRequest ¶
type BatchGetServiceAccountKeysRequest struct { // Names of ServiceAccountKeys Names []*service_account_key.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=names,proto3" json:"names,omitempty" firestore:"names"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [BatchGetServiceAccountKeys][ntt.iam.v1alpha2.BatchGetServiceAccountKeys]
func (*BatchGetServiceAccountKeysRequest) Clone ¶
func (o *BatchGetServiceAccountKeysRequest) Clone() *BatchGetServiceAccountKeysRequest
func (*BatchGetServiceAccountKeysRequest) CloneRaw ¶
func (o *BatchGetServiceAccountKeysRequest) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetServiceAccountKeysRequest) Descriptor ¶
func (*BatchGetServiceAccountKeysRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetServiceAccountKeysRequest.ProtoReflect.Descriptor instead.
func (*BatchGetServiceAccountKeysRequest) GetFieldMask ¶
func (m *BatchGetServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*BatchGetServiceAccountKeysRequest) GetNames ¶
func (m *BatchGetServiceAccountKeysRequest) GetNames() []*service_account_key.Reference
func (*BatchGetServiceAccountKeysRequest) GetView ¶
func (m *BatchGetServiceAccountKeysRequest) GetView() view.View
func (*BatchGetServiceAccountKeysRequest) GotenMessage ¶
func (*BatchGetServiceAccountKeysRequest) GotenMessage()
func (*BatchGetServiceAccountKeysRequest) GotenObjectExt ¶
func (o *BatchGetServiceAccountKeysRequest) GotenObjectExt()
func (*BatchGetServiceAccountKeysRequest) GotenValidate ¶
func (obj *BatchGetServiceAccountKeysRequest) GotenValidate() error
func (*BatchGetServiceAccountKeysRequest) MakeDiffFieldMask ¶
func (o *BatchGetServiceAccountKeysRequest) MakeDiffFieldMask(other *BatchGetServiceAccountKeysRequest) *BatchGetServiceAccountKeysRequest_FieldMask
func (*BatchGetServiceAccountKeysRequest) MakeFullFieldMask ¶
func (o *BatchGetServiceAccountKeysRequest) MakeFullFieldMask() *BatchGetServiceAccountKeysRequest_FieldMask
func (*BatchGetServiceAccountKeysRequest) MakeRawDiffFieldMask ¶
func (o *BatchGetServiceAccountKeysRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetServiceAccountKeysRequest) MakeRawFullFieldMask ¶
func (o *BatchGetServiceAccountKeysRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetServiceAccountKeysRequest) Marshal ¶
func (m *BatchGetServiceAccountKeysRequest) Marshal() ([]byte, error)
func (*BatchGetServiceAccountKeysRequest) MarshalJSON ¶
func (m *BatchGetServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
func (*BatchGetServiceAccountKeysRequest) Merge ¶
func (o *BatchGetServiceAccountKeysRequest) Merge(source *BatchGetServiceAccountKeysRequest)
func (*BatchGetServiceAccountKeysRequest) MergeRaw ¶
func (o *BatchGetServiceAccountKeysRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetServiceAccountKeysRequest) ProtoMessage ¶
func (*BatchGetServiceAccountKeysRequest) ProtoMessage()
func (*BatchGetServiceAccountKeysRequest) ProtoReflect ¶
func (m *BatchGetServiceAccountKeysRequest) ProtoReflect() preflect.Message
func (*BatchGetServiceAccountKeysRequest) Reset ¶
func (m *BatchGetServiceAccountKeysRequest) Reset()
func (*BatchGetServiceAccountKeysRequest) SetFieldMask ¶
func (m *BatchGetServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*BatchGetServiceAccountKeysRequest) SetNames ¶
func (m *BatchGetServiceAccountKeysRequest) SetNames(fv []*service_account_key.Reference)
func (*BatchGetServiceAccountKeysRequest) SetView ¶
func (m *BatchGetServiceAccountKeysRequest) SetView(fv view.View)
func (*BatchGetServiceAccountKeysRequest) String ¶
func (m *BatchGetServiceAccountKeysRequest) String() string
func (*BatchGetServiceAccountKeysRequest) Unmarshal ¶
func (m *BatchGetServiceAccountKeysRequest) Unmarshal(b []byte) error
func (*BatchGetServiceAccountKeysRequest) UnmarshalJSON ¶
func (m *BatchGetServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
type BatchGetServiceAccountKeysRequestFieldPathBuilder ¶
type BatchGetServiceAccountKeysRequestFieldPathBuilder struct{}
func NewBatchGetServiceAccountKeysRequestFieldPathBuilder ¶
func NewBatchGetServiceAccountKeysRequestFieldPathBuilder() BatchGetServiceAccountKeysRequestFieldPathBuilder
type BatchGetServiceAccountKeysRequestPathSelectorFieldMask ¶
type BatchGetServiceAccountKeysRequestPathSelectorFieldMask struct{}
func (BatchGetServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type BatchGetServiceAccountKeysRequestPathSelectorNames ¶
type BatchGetServiceAccountKeysRequestPathSelectorNames struct{}
func (BatchGetServiceAccountKeysRequestPathSelectorNames) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysRequestPathSelectorNames) WithArrayOfValues(values [][]*service_account_key.Reference) *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (BatchGetServiceAccountKeysRequestPathSelectorNames) WithItemValue ¶
type BatchGetServiceAccountKeysRequestPathSelectorView ¶
type BatchGetServiceAccountKeysRequestPathSelectorView struct{}
func (BatchGetServiceAccountKeysRequestPathSelectorView) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (BatchGetServiceAccountKeysRequestPathSelectorView) WithValue ¶
func (s BatchGetServiceAccountKeysRequestPathSelectorView) WithValue(value view.View) *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue
type BatchGetServiceAccountKeysRequest_FieldMask ¶
type BatchGetServiceAccountKeysRequest_FieldMask struct {
Paths []BatchGetServiceAccountKeysRequest_FieldPath
}
func FullBatchGetServiceAccountKeysRequest_FieldMask ¶
func FullBatchGetServiceAccountKeysRequest_FieldMask() *BatchGetServiceAccountKeysRequest_FieldMask
func (*BatchGetServiceAccountKeysRequest_FieldMask) AppendPath ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) AppendPath(path BatchGetServiceAccountKeysRequest_FieldPath)
func (*BatchGetServiceAccountKeysRequest_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetServiceAccountKeysRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetServiceAccountKeysRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetServiceAccountKeysRequest_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) FilterInputFields() *BatchGetServiceAccountKeysRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetServiceAccountKeysRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetServiceAccountKeysRequest_FieldMask) GetPaths ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) GetPaths() []BatchGetServiceAccountKeysRequest_FieldPath
func (*BatchGetServiceAccountKeysRequest_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetServiceAccountKeysRequest_FieldMask) IsFull ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) IsFull() bool
func (BatchGetServiceAccountKeysRequest_FieldMask) Marshal ¶
func (fieldMask BatchGetServiceAccountKeysRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetServiceAccountKeysRequest_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetServiceAccountKeysRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetServiceAccountKeysRequest_FieldMask) PathsCount ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) PathsCount() int
func (*BatchGetServiceAccountKeysRequest_FieldMask) Project ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Project(source *BatchGetServiceAccountKeysRequest) *BatchGetServiceAccountKeysRequest
func (*BatchGetServiceAccountKeysRequest_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetServiceAccountKeysRequest_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ProtoMessage()
func (*BatchGetServiceAccountKeysRequest_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetServiceAccountKeysRequest_FieldMask) Reset ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Reset()
func (*BatchGetServiceAccountKeysRequest_FieldMask) Set ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Set(target, source *BatchGetServiceAccountKeysRequest)
func (*BatchGetServiceAccountKeysRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetServiceAccountKeysRequest_FieldMask) SetRaw ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetServiceAccountKeysRequest_FieldMask) Size ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Size() int
func (*BatchGetServiceAccountKeysRequest_FieldMask) String ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) String() string
func (*BatchGetServiceAccountKeysRequest_FieldMask) Subtract ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Subtract(other *BatchGetServiceAccountKeysRequest_FieldMask) *BatchGetServiceAccountKeysRequest_FieldMask
func (*BatchGetServiceAccountKeysRequest_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetServiceAccountKeysRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetServiceAccountKeysRequest_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) Unmarshal(data []byte) error
func (*BatchGetServiceAccountKeysRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetServiceAccountKeysRequest_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetServiceAccountKeysRequest_FieldPath ¶
type BatchGetServiceAccountKeysRequest_FieldPath interface { gotenobject.FieldPath Selector() BatchGetServiceAccountKeysRequest_FieldPathSelector Get(source *BatchGetServiceAccountKeysRequest) []interface{} GetSingle(source *BatchGetServiceAccountKeysRequest) (interface{}, bool) ClearValue(item *BatchGetServiceAccountKeysRequest) // Those methods build corresponding BatchGetServiceAccountKeysRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetServiceAccountKeysRequest_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetServiceAccountKeysRequest_FieldPath ¶
func BuildBatchGetServiceAccountKeysRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetServiceAccountKeysRequest_FieldPath, error)
func MustParseBatchGetServiceAccountKeysRequest_FieldPath ¶
func MustParseBatchGetServiceAccountKeysRequest_FieldPath(rawField string) BatchGetServiceAccountKeysRequest_FieldPath
func ParseBatchGetServiceAccountKeysRequest_FieldPath ¶
func ParseBatchGetServiceAccountKeysRequest_FieldPath(rawField string) (BatchGetServiceAccountKeysRequest_FieldPath, error)
type BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue ¶
type BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetServiceAccountKeysRequest_FieldPath ContainsValue(*BatchGetServiceAccountKeysRequest) bool }
BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetServiceAccountKeysRequest according to their type Present only for array (repeated) types.
func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue ¶
func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue
func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue ¶
func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue, error)
ParseBatchGetServiceAccountKeysRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues ¶
type BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetServiceAccountKeysRequest_FieldPath }
BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetServiceAccountKeysRequest fields according to their type
func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues ¶
func MustParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues
func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues ¶
func ParseBatchGetServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues, error)
type BatchGetServiceAccountKeysRequest_FieldPathSelector ¶
type BatchGetServiceAccountKeysRequest_FieldPathSelector int32
const ( BatchGetServiceAccountKeysRequest_FieldPathSelectorNames BatchGetServiceAccountKeysRequest_FieldPathSelector = 0 BatchGetServiceAccountKeysRequest_FieldPathSelectorFieldMask BatchGetServiceAccountKeysRequest_FieldPathSelector = 1 BatchGetServiceAccountKeysRequest_FieldPathSelectorView BatchGetServiceAccountKeysRequest_FieldPathSelector = 2 )
func (BatchGetServiceAccountKeysRequest_FieldPathSelector) String ¶
func (s BatchGetServiceAccountKeysRequest_FieldPathSelector) String() string
type BatchGetServiceAccountKeysRequest_FieldPathValue ¶
type BatchGetServiceAccountKeysRequest_FieldPathValue interface { BatchGetServiceAccountKeysRequest_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetServiceAccountKeysRequest) CompareWith(*BatchGetServiceAccountKeysRequest) (cmp int, comparable bool) }
BatchGetServiceAccountKeysRequest_FieldPathValue allows storing values for BatchGetServiceAccountKeysRequest fields according to their type
func MustParseBatchGetServiceAccountKeysRequest_FieldPathValue ¶
func MustParseBatchGetServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) BatchGetServiceAccountKeysRequest_FieldPathValue
func ParseBatchGetServiceAccountKeysRequest_FieldPathValue ¶
func ParseBatchGetServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) (BatchGetServiceAccountKeysRequest_FieldPathValue, error)
type BatchGetServiceAccountKeysRequest_FieldTerminalPath ¶
type BatchGetServiceAccountKeysRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValue(item *BatchGetServiceAccountKeysRequest)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) Get ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) Get(source *BatchGetServiceAccountKeysRequest) (values []interface{})
Get returns all values pointed by specific field from source BatchGetServiceAccountKeysRequest
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingle(source *BatchGetServiceAccountKeysRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetServiceAccountKeysRequest
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) JSONString ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) String ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysRequest_FieldPathArrayItemValue
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysRequest_FieldPathArrayOfValues
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetServiceAccountKeysRequest_FieldPathValue
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue ¶
type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue struct { BatchGetServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue ¶
func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*service_account_key.Reference, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetServiceAccountKeysRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetServiceAccountKeysRequest'
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetServiceAccountKeysRequest as interface{}
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetServiceAccountKeysRequest) (interface{}, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues ¶
type BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues struct { BatchGetServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues ¶
func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*service_account_key.Reference, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetServiceAccountKeysRequest_FieldTerminalPathValue ¶
type BatchGetServiceAccountKeysRequest_FieldTerminalPathValue struct { BatchGetServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsNamesValue ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsNamesValue() ([]*service_account_key.Reference, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith(source *BatchGetServiceAccountKeysRequest) (int, bool)
CompareWith compares value in the 'BatchGetServiceAccountKeysRequest_FieldTerminalPathValue' with the value under path in 'BatchGetServiceAccountKeysRequest'.
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetServiceAccountKeysRequest' as interface{}
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetTo(target **BatchGetServiceAccountKeysRequest)
SetTo stores value for selected field for object BatchGetServiceAccountKeysRequest
func (*BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type BatchGetServiceAccountKeysResponse ¶
type BatchGetServiceAccountKeysResponse struct { // found ServiceAccountKeys ServiceAccountKeys []*service_account_key.ServiceAccountKey `` /* 148-byte string literal not displayed */ // list of not found ServiceAccountKeys Missing []*service_account_key.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse) Clone ¶
func (o *BatchGetServiceAccountKeysResponse) Clone() *BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse) CloneRaw ¶
func (o *BatchGetServiceAccountKeysResponse) CloneRaw() gotenobject.GotenObjectExt
func (*BatchGetServiceAccountKeysResponse) Descriptor ¶
func (*BatchGetServiceAccountKeysResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetServiceAccountKeysResponse.ProtoReflect.Descriptor instead.
func (*BatchGetServiceAccountKeysResponse) GetMissing ¶
func (m *BatchGetServiceAccountKeysResponse) GetMissing() []*service_account_key.Reference
func (*BatchGetServiceAccountKeysResponse) GetServiceAccountKeys ¶
func (m *BatchGetServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
func (*BatchGetServiceAccountKeysResponse) GotenMessage ¶
func (*BatchGetServiceAccountKeysResponse) GotenMessage()
func (*BatchGetServiceAccountKeysResponse) GotenObjectExt ¶
func (o *BatchGetServiceAccountKeysResponse) GotenObjectExt()
func (*BatchGetServiceAccountKeysResponse) GotenValidate ¶
func (obj *BatchGetServiceAccountKeysResponse) GotenValidate() error
func (*BatchGetServiceAccountKeysResponse) MakeDiffFieldMask ¶
func (o *BatchGetServiceAccountKeysResponse) MakeDiffFieldMask(other *BatchGetServiceAccountKeysResponse) *BatchGetServiceAccountKeysResponse_FieldMask
func (*BatchGetServiceAccountKeysResponse) MakeFullFieldMask ¶
func (o *BatchGetServiceAccountKeysResponse) MakeFullFieldMask() *BatchGetServiceAccountKeysResponse_FieldMask
func (*BatchGetServiceAccountKeysResponse) MakeRawDiffFieldMask ¶
func (o *BatchGetServiceAccountKeysResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*BatchGetServiceAccountKeysResponse) MakeRawFullFieldMask ¶
func (o *BatchGetServiceAccountKeysResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*BatchGetServiceAccountKeysResponse) Marshal ¶
func (m *BatchGetServiceAccountKeysResponse) Marshal() ([]byte, error)
func (*BatchGetServiceAccountKeysResponse) MarshalJSON ¶
func (m *BatchGetServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
func (*BatchGetServiceAccountKeysResponse) Merge ¶
func (o *BatchGetServiceAccountKeysResponse) Merge(source *BatchGetServiceAccountKeysResponse)
func (*BatchGetServiceAccountKeysResponse) MergeRaw ¶
func (o *BatchGetServiceAccountKeysResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*BatchGetServiceAccountKeysResponse) ProtoMessage ¶
func (*BatchGetServiceAccountKeysResponse) ProtoMessage()
func (*BatchGetServiceAccountKeysResponse) ProtoReflect ¶
func (m *BatchGetServiceAccountKeysResponse) ProtoReflect() preflect.Message
func (*BatchGetServiceAccountKeysResponse) Reset ¶
func (m *BatchGetServiceAccountKeysResponse) Reset()
func (*BatchGetServiceAccountKeysResponse) SetMissing ¶
func (m *BatchGetServiceAccountKeysResponse) SetMissing(fv []*service_account_key.Reference)
func (*BatchGetServiceAccountKeysResponse) SetServiceAccountKeys ¶
func (m *BatchGetServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
func (*BatchGetServiceAccountKeysResponse) String ¶
func (m *BatchGetServiceAccountKeysResponse) String() string
func (*BatchGetServiceAccountKeysResponse) Unmarshal ¶
func (m *BatchGetServiceAccountKeysResponse) Unmarshal(b []byte) error
func (*BatchGetServiceAccountKeysResponse) UnmarshalJSON ¶
func (m *BatchGetServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
type BatchGetServiceAccountKeysResponseFieldPathBuilder ¶
type BatchGetServiceAccountKeysResponseFieldPathBuilder struct{}
func NewBatchGetServiceAccountKeysResponseFieldPathBuilder ¶
func NewBatchGetServiceAccountKeysResponseFieldPathBuilder() BatchGetServiceAccountKeysResponseFieldPathBuilder
func (BatchGetServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeys ¶
func (BatchGetServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeys() BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys
type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations ¶
type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) FieldPath ¶
func (BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels ¶
type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels struct {
// contains filtered or unexported fields
}
func (BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) FieldPath ¶
func (BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards ¶
type BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards struct {
// contains filtered or unexported fields
}
func (BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) FieldPath ¶
func (BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []int64) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorMissing ¶
type BatchGetServiceAccountKeysResponsePathSelectorMissing struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorMissing) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorMissing) WithArrayOfValues(values [][]*service_account_key.Reference) *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (BatchGetServiceAccountKeysResponsePathSelectorMissing) WithItemValue ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) DisplayName ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) PrivateKeyData ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) PublicKeyData ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotAfter ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotBefore ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithArrayOfValues(values [][]*service_account_key.ServiceAccountKey) *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithItemValue ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayItemValue ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayItemValue(subPathArrayItemValue service_account_key.ServiceAccountKey_FieldPathArrayItemValue) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayOfValues(subPathArrayOfValues service_account_key.ServiceAccountKey_FieldPathArrayOfValues) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubValue ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) WithArrayOfValues ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey ¶ added in v0.8.9
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) FieldPath ¶ added in v0.8.9
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithArrayOfValues ¶ added in v0.8.9
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Annotations ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) CreateTime ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) DeleteTime ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Generation ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Lifecycle ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) OwnerReferences ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) ResourceVersion ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) UpdateTime ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithKey ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) State ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) BlockOwnerDeletion ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Controller ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Kind ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Name ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Region ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Version ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithItemValue ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) WithArrayOfValues ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion ¶ added in v0.8.0
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) OwningRegion ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithItemValue ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithArrayOfValues(values [][]string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithItemValue ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) FieldPath ¶
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues(values []*service_account_key.Name) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues(values []string) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore ¶
type BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore struct{}
func (BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues ¶
func (s BatchGetServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues
type BatchGetServiceAccountKeysResponse_FieldMask ¶
type BatchGetServiceAccountKeysResponse_FieldMask struct {
Paths []BatchGetServiceAccountKeysResponse_FieldPath
}
func FullBatchGetServiceAccountKeysResponse_FieldMask ¶
func FullBatchGetServiceAccountKeysResponse_FieldMask() *BatchGetServiceAccountKeysResponse_FieldMask
func (*BatchGetServiceAccountKeysResponse_FieldMask) AppendPath ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) AppendPath(path BatchGetServiceAccountKeysResponse_FieldPath)
func (*BatchGetServiceAccountKeysResponse_FieldMask) AppendRawPath ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*BatchGetServiceAccountKeysResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*BatchGetServiceAccountKeysResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*BatchGetServiceAccountKeysResponse_FieldMask) FilterInputFields ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) FilterInputFields() *BatchGetServiceAccountKeysResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*BatchGetServiceAccountKeysResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*BatchGetServiceAccountKeysResponse_FieldMask) GetPaths ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) GetPaths() []BatchGetServiceAccountKeysResponse_FieldPath
func (*BatchGetServiceAccountKeysResponse_FieldMask) GetRawPaths ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*BatchGetServiceAccountKeysResponse_FieldMask) IsFull ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) IsFull() bool
func (BatchGetServiceAccountKeysResponse_FieldMask) Marshal ¶
func (fieldMask BatchGetServiceAccountKeysResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (BatchGetServiceAccountKeysResponse_FieldMask) MarshalJSON ¶
func (fieldMask BatchGetServiceAccountKeysResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*BatchGetServiceAccountKeysResponse_FieldMask) PathsCount ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) PathsCount() int
func (*BatchGetServiceAccountKeysResponse_FieldMask) Project ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Project(source *BatchGetServiceAccountKeysResponse) *BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*BatchGetServiceAccountKeysResponse_FieldMask) ProtoMessage ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ProtoMessage()
func (*BatchGetServiceAccountKeysResponse_FieldMask) ProtoReflect ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ProtoReflect() preflect.Message
func (*BatchGetServiceAccountKeysResponse_FieldMask) Reset ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Reset()
func (*BatchGetServiceAccountKeysResponse_FieldMask) Set ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Set(target, source *BatchGetServiceAccountKeysResponse)
func (*BatchGetServiceAccountKeysResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) SetFromCliFlag(raw string) error
func (*BatchGetServiceAccountKeysResponse_FieldMask) SetRaw ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*BatchGetServiceAccountKeysResponse_FieldMask) Size ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Size() int
func (*BatchGetServiceAccountKeysResponse_FieldMask) String ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) String() string
func (*BatchGetServiceAccountKeysResponse_FieldMask) Subtract ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Subtract(other *BatchGetServiceAccountKeysResponse_FieldMask) *BatchGetServiceAccountKeysResponse_FieldMask
func (*BatchGetServiceAccountKeysResponse_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*BatchGetServiceAccountKeysResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*BatchGetServiceAccountKeysResponse_FieldMask) Unmarshal ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) Unmarshal(data []byte) error
func (*BatchGetServiceAccountKeysResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *BatchGetServiceAccountKeysResponse_FieldMask) UnmarshalJSON(data []byte) error
type BatchGetServiceAccountKeysResponse_FieldPath ¶
type BatchGetServiceAccountKeysResponse_FieldPath interface { gotenobject.FieldPath Selector() BatchGetServiceAccountKeysResponse_FieldPathSelector Get(source *BatchGetServiceAccountKeysResponse) []interface{} GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool) ClearValue(item *BatchGetServiceAccountKeysResponse) // Those methods build corresponding BatchGetServiceAccountKeysResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathValue WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildBatchGetServiceAccountKeysResponse_FieldPath ¶
func BuildBatchGetServiceAccountKeysResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetServiceAccountKeysResponse_FieldPath, error)
func MustParseBatchGetServiceAccountKeysResponse_FieldPath ¶
func MustParseBatchGetServiceAccountKeysResponse_FieldPath(rawField string) BatchGetServiceAccountKeysResponse_FieldPath
func ParseBatchGetServiceAccountKeysResponse_FieldPath ¶
func ParseBatchGetServiceAccountKeysResponse_FieldPath(rawField string) (BatchGetServiceAccountKeysResponse_FieldPath, error)
type BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue ¶
type BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue BatchGetServiceAccountKeysResponse_FieldPath ContainsValue(*BatchGetServiceAccountKeysResponse) bool }
BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetServiceAccountKeysResponse according to their type Present only for array (repeated) types.
func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue ¶
func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue
func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue ¶
func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue, error)
ParseBatchGetServiceAccountKeysResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues ¶
type BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues BatchGetServiceAccountKeysResponse_FieldPath }
BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetServiceAccountKeysResponse fields according to their type
func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues ¶
func MustParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues
func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues ¶
func ParseBatchGetServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues, error)
type BatchGetServiceAccountKeysResponse_FieldPathSelector ¶
type BatchGetServiceAccountKeysResponse_FieldPathSelector int32
const ( BatchGetServiceAccountKeysResponse_FieldPathSelectorServiceAccountKeys BatchGetServiceAccountKeysResponse_FieldPathSelector = 0 BatchGetServiceAccountKeysResponse_FieldPathSelectorMissing BatchGetServiceAccountKeysResponse_FieldPathSelector = 1 )
func (BatchGetServiceAccountKeysResponse_FieldPathSelector) String ¶
func (s BatchGetServiceAccountKeysResponse_FieldPathSelector) String() string
type BatchGetServiceAccountKeysResponse_FieldPathValue ¶
type BatchGetServiceAccountKeysResponse_FieldPathValue interface { BatchGetServiceAccountKeysResponse_FieldPath gotenobject.FieldPathValue SetTo(target **BatchGetServiceAccountKeysResponse) CompareWith(*BatchGetServiceAccountKeysResponse) (cmp int, comparable bool) }
BatchGetServiceAccountKeysResponse_FieldPathValue allows storing values for BatchGetServiceAccountKeysResponse fields according to their type
func MustParseBatchGetServiceAccountKeysResponse_FieldPathValue ¶
func MustParseBatchGetServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) BatchGetServiceAccountKeysResponse_FieldPathValue
func ParseBatchGetServiceAccountKeysResponse_FieldPathValue ¶
func ParseBatchGetServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) (BatchGetServiceAccountKeysResponse_FieldPathValue, error)
type BatchGetServiceAccountKeysResponse_FieldSubPath ¶
type BatchGetServiceAccountKeysResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValue ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValue(item *BatchGetServiceAccountKeysResponse)
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValueRaw ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) Get ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) Get(source *BatchGetServiceAccountKeysResponse) (values []interface{})
Get returns all values pointed by selected field from source BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetDefault ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetRaw ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingle ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool)
GetSingle returns value of selected field from source BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingleRaw ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) IsLeaf ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) JSONString ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) String ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithIValue ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithIValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathValue
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIValue ¶
func (fps *BatchGetServiceAccountKeysResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue ¶
type BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue struct { BatchGetServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue ¶
func (fpaivs *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetServiceAccountKeysResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetServiceAccountKeysResponse'
func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *BatchGetServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues ¶
type BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues struct { BatchGetServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsServiceAccountKeysPathArrayOfValues ¶
func (fpsaov *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsServiceAccountKeysPathArrayOfValues() (service_account_key.ServiceAccountKey_FieldPathArrayOfValues, bool)
func (*BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *BatchGetServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type BatchGetServiceAccountKeysResponse_FieldSubPathValue ¶
type BatchGetServiceAccountKeysResponse_FieldSubPathValue struct { BatchGetServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue ¶
func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWith(source *BatchGetServiceAccountKeysResponse) (int, bool)
func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) GetRawValue() interface{}
func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetTo ¶
func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetTo(target **BatchGetServiceAccountKeysResponse)
func (*BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *BatchGetServiceAccountKeysResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type BatchGetServiceAccountKeysResponse_FieldTerminalPath ¶
type BatchGetServiceAccountKeysResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValue ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValue(item *BatchGetServiceAccountKeysResponse)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) Get ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) Get(source *BatchGetServiceAccountKeysResponse) (values []interface{})
Get returns all values pointed by specific field from source BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetDefault ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetRaw ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingle ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) IsLeaf ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) JSONString ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) String ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayItemValue
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetServiceAccountKeysResponse_FieldPathArrayOfValues
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetServiceAccountKeysResponse_FieldPathValue
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *BatchGetServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue ¶
type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue struct { BatchGetServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue ¶
func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*service_account_key.Reference, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue ¶
func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue() (*service_account_key.ServiceAccountKey, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetServiceAccountKeysResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'BatchGetServiceAccountKeysResponse'
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object BatchGetServiceAccountKeysResponse as interface{}
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetServiceAccountKeysResponse) (interface{}, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues ¶
type BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues struct { BatchGetServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues ¶
func (fpaov *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*service_account_key.Reference, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues ¶
func (fpaov *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues() ([][]*service_account_key.ServiceAccountKey, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *BatchGetServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type BatchGetServiceAccountKeysResponse_FieldTerminalPathValue ¶
type BatchGetServiceAccountKeysResponse_FieldTerminalPathValue struct { BatchGetServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsMissingValue ¶
func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsMissingValue() ([]*service_account_key.Reference, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue ¶
func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue() ([]*service_account_key.ServiceAccountKey, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith(source *BatchGetServiceAccountKeysResponse) (int, bool)
CompareWith compares value in the 'BatchGetServiceAccountKeysResponse_FieldTerminalPathValue' with the value under path in 'BatchGetServiceAccountKeysResponse'.
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'BatchGetServiceAccountKeysResponse' as interface{}
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetTo(target **BatchGetServiceAccountKeysResponse)
SetTo stores value for selected field for object BatchGetServiceAccountKeysResponse
func (*BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type CreateServiceAccountKeyDescriptor ¶ added in v0.4.28
type CreateServiceAccountKeyDescriptor struct{}
func GetCreateServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetCreateServiceAccountKeyDescriptor() *CreateServiceAccountKeyDescriptor
func (*CreateServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetApiName() string
func (*CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetFullMethodName() string
func (*CreateServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetMethodName() string
func (*CreateServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*CreateServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetServiceDomain() string
func (*CreateServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetServiceVersion() string
func (*CreateServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) GetVerb() string
func (*CreateServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) HasResource() bool
func (*CreateServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) IsClientStream() bool
func (*CreateServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) IsCollection() bool
func (*CreateServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *CreateServiceAccountKeyDescriptor) IsPlural() bool
func (*CreateServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) IsServerStream() bool
func (*CreateServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) IsUnary() bool
func (*CreateServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *CreateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type CreateServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type CreateServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type CreateServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateServiceAccountKeyRequest ¶
type CreateServiceAccountKeyRequest struct { // Parent reference of ntt.iam.v1alpha2.ServiceAccountKey Parent *service_account_key.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // ServiceAccountKey resource body ServiceAccountKey *service_account_key.ServiceAccountKey `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [CreateServiceAccountKey][ntt.iam.v1alpha2.CreateServiceAccountKey]
func (*CreateServiceAccountKeyRequest) Clone ¶
func (o *CreateServiceAccountKeyRequest) Clone() *CreateServiceAccountKeyRequest
func (*CreateServiceAccountKeyRequest) CloneRaw ¶
func (o *CreateServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
func (*CreateServiceAccountKeyRequest) Descriptor ¶
func (*CreateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*CreateServiceAccountKeyRequest) GetParent ¶
func (m *CreateServiceAccountKeyRequest) GetParent() *service_account_key.ParentReference
func (*CreateServiceAccountKeyRequest) GetServiceAccountKey ¶
func (m *CreateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
func (*CreateServiceAccountKeyRequest) GotenMessage ¶
func (*CreateServiceAccountKeyRequest) GotenMessage()
func (*CreateServiceAccountKeyRequest) GotenObjectExt ¶
func (o *CreateServiceAccountKeyRequest) GotenObjectExt()
func (*CreateServiceAccountKeyRequest) GotenValidate ¶
func (obj *CreateServiceAccountKeyRequest) GotenValidate() error
func (*CreateServiceAccountKeyRequest) MakeDiffFieldMask ¶
func (o *CreateServiceAccountKeyRequest) MakeDiffFieldMask(other *CreateServiceAccountKeyRequest) *CreateServiceAccountKeyRequest_FieldMask
func (*CreateServiceAccountKeyRequest) MakeFullFieldMask ¶
func (o *CreateServiceAccountKeyRequest) MakeFullFieldMask() *CreateServiceAccountKeyRequest_FieldMask
func (*CreateServiceAccountKeyRequest) MakeRawDiffFieldMask ¶
func (o *CreateServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*CreateServiceAccountKeyRequest) MakeRawFullFieldMask ¶
func (o *CreateServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*CreateServiceAccountKeyRequest) Marshal ¶
func (m *CreateServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*CreateServiceAccountKeyRequest) MarshalJSON ¶
func (m *CreateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*CreateServiceAccountKeyRequest) Merge ¶
func (o *CreateServiceAccountKeyRequest) Merge(source *CreateServiceAccountKeyRequest)
func (*CreateServiceAccountKeyRequest) MergeRaw ¶
func (o *CreateServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*CreateServiceAccountKeyRequest) ProtoMessage ¶
func (*CreateServiceAccountKeyRequest) ProtoMessage()
func (*CreateServiceAccountKeyRequest) ProtoReflect ¶
func (m *CreateServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*CreateServiceAccountKeyRequest) Reset ¶
func (m *CreateServiceAccountKeyRequest) Reset()
func (*CreateServiceAccountKeyRequest) SetParent ¶
func (m *CreateServiceAccountKeyRequest) SetParent(fv *service_account_key.ParentReference)
func (*CreateServiceAccountKeyRequest) SetServiceAccountKey ¶
func (m *CreateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
func (*CreateServiceAccountKeyRequest) String ¶
func (m *CreateServiceAccountKeyRequest) String() string
func (*CreateServiceAccountKeyRequest) Unmarshal ¶
func (m *CreateServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*CreateServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *CreateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type CreateServiceAccountKeyRequestFieldPathBuilder ¶
type CreateServiceAccountKeyRequestFieldPathBuilder struct{}
func NewCreateServiceAccountKeyRequestFieldPathBuilder ¶
func NewCreateServiceAccountKeyRequestFieldPathBuilder() CreateServiceAccountKeyRequestFieldPathBuilder
func (CreateServiceAccountKeyRequestFieldPathBuilder) ServiceAccountKey ¶
func (CreateServiceAccountKeyRequestFieldPathBuilder) ServiceAccountKey() CreateServiceAccountKeyRequestPathSelectorServiceAccountKey
type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations ¶
type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath ¶
func (CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels ¶
type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels struct {
// contains filtered or unexported fields
}
func (CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards ¶
type CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards struct {
// contains filtered or unexported fields
}
func (CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []int64) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorParent ¶
type CreateServiceAccountKeyRequestPathSelectorParent struct{}
func (CreateServiceAccountKeyRequestPathSelectorParent) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorParent) WithArrayOfValues(values []*service_account_key.ParentReference) *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKey ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKey struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) DisplayName ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) PrivateKeyData ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) PublicKeyData ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotAfter ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotBefore ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayItemValue ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayItemValue(subPathArrayItemValue service_account_key.ServiceAccountKey_FieldPathArrayItemValue) *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayOfValues(subPathArrayOfValues service_account_key.ServiceAccountKey_FieldPathArrayOfValues) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubValue ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *CreateServiceAccountKeyRequest_FieldSubPathValue
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) WithArrayOfValues ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey ¶ added in v0.8.9
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) FieldPath ¶ added in v0.8.9
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithArrayOfValues ¶ added in v0.8.9
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Annotations ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) CreateTime ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) DeleteTime ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Generation ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Lifecycle ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) OwnerReferences ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) ResourceVersion ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) UpdateTime ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithArrayOfValues(values []int64) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []map[string]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithValue ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithValue(value map[string]string) *CreateServiceAccountKeyRequest_FieldSubPathValue
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) State ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) BlockOwnerDeletion ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Controller ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Region ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Version ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithItemValue ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion ¶ added in v0.8.0
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []map[string]int64) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithValue ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithValue(value map[string]int64) *CreateServiceAccountKeyRequest_FieldSubPathValue
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) OwningRegion ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) FieldPath ¶
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithItemValue ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithArrayOfValues(values [][]string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithItemValue ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues(values []*service_account_key.Name) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues(values []string) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore ¶
type CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore struct{}
func (CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues ¶
func (s CreateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type CreateServiceAccountKeyRequest_FieldMask ¶
type CreateServiceAccountKeyRequest_FieldMask struct {
Paths []CreateServiceAccountKeyRequest_FieldPath
}
func FullCreateServiceAccountKeyRequest_FieldMask ¶
func FullCreateServiceAccountKeyRequest_FieldMask() *CreateServiceAccountKeyRequest_FieldMask
func (*CreateServiceAccountKeyRequest_FieldMask) AppendPath ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) AppendPath(path CreateServiceAccountKeyRequest_FieldPath)
func (*CreateServiceAccountKeyRequest_FieldMask) AppendRawPath ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*CreateServiceAccountKeyRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*CreateServiceAccountKeyRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*CreateServiceAccountKeyRequest_FieldMask) FilterInputFields ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) FilterInputFields() *CreateServiceAccountKeyRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*CreateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*CreateServiceAccountKeyRequest_FieldMask) GetPaths ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) GetPaths() []CreateServiceAccountKeyRequest_FieldPath
func (*CreateServiceAccountKeyRequest_FieldMask) GetRawPaths ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*CreateServiceAccountKeyRequest_FieldMask) IsFull ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) IsFull() bool
func (CreateServiceAccountKeyRequest_FieldMask) Marshal ¶
func (fieldMask CreateServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (CreateServiceAccountKeyRequest_FieldMask) MarshalJSON ¶
func (fieldMask CreateServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*CreateServiceAccountKeyRequest_FieldMask) PathsCount ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) PathsCount() int
func (*CreateServiceAccountKeyRequest_FieldMask) Project ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Project(source *CreateServiceAccountKeyRequest) *CreateServiceAccountKeyRequest
func (*CreateServiceAccountKeyRequest_FieldMask) ProjectRaw ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*CreateServiceAccountKeyRequest_FieldMask) ProtoMessage ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ProtoMessage()
func (*CreateServiceAccountKeyRequest_FieldMask) ProtoReflect ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
func (*CreateServiceAccountKeyRequest_FieldMask) Reset ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Reset()
func (*CreateServiceAccountKeyRequest_FieldMask) Set ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Set(target, source *CreateServiceAccountKeyRequest)
func (*CreateServiceAccountKeyRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
func (*CreateServiceAccountKeyRequest_FieldMask) SetRaw ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*CreateServiceAccountKeyRequest_FieldMask) Size ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Size() int
func (*CreateServiceAccountKeyRequest_FieldMask) String ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) String() string
func (*CreateServiceAccountKeyRequest_FieldMask) Subtract ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Subtract(other *CreateServiceAccountKeyRequest_FieldMask) *CreateServiceAccountKeyRequest_FieldMask
func (*CreateServiceAccountKeyRequest_FieldMask) SubtractRaw ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*CreateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*CreateServiceAccountKeyRequest_FieldMask) Unmarshal ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
func (*CreateServiceAccountKeyRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *CreateServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
type CreateServiceAccountKeyRequest_FieldPath ¶
type CreateServiceAccountKeyRequest_FieldPath interface { gotenobject.FieldPath Selector() CreateServiceAccountKeyRequest_FieldPathSelector Get(source *CreateServiceAccountKeyRequest) []interface{} GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool) ClearValue(item *CreateServiceAccountKeyRequest) // Those methods build corresponding CreateServiceAccountKeyRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathValue WithIArrayOfValues(values interface{}) CreateServiceAccountKeyRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildCreateServiceAccountKeyRequest_FieldPath ¶
func BuildCreateServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (CreateServiceAccountKeyRequest_FieldPath, error)
func MustParseCreateServiceAccountKeyRequest_FieldPath ¶
func MustParseCreateServiceAccountKeyRequest_FieldPath(rawField string) CreateServiceAccountKeyRequest_FieldPath
func ParseCreateServiceAccountKeyRequest_FieldPath ¶
func ParseCreateServiceAccountKeyRequest_FieldPath(rawField string) (CreateServiceAccountKeyRequest_FieldPath, error)
type CreateServiceAccountKeyRequest_FieldPathArrayItemValue ¶
type CreateServiceAccountKeyRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue CreateServiceAccountKeyRequest_FieldPath ContainsValue(*CreateServiceAccountKeyRequest) bool }
CreateServiceAccountKeyRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateServiceAccountKeyRequest according to their type Present only for array (repeated) types.
func MustParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func MustParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateServiceAccountKeyRequest_FieldPathArrayItemValue
func ParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func ParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateServiceAccountKeyRequest_FieldPathArrayItemValue, error)
ParseCreateServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type CreateServiceAccountKeyRequest_FieldPathArrayOfValues ¶
type CreateServiceAccountKeyRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues CreateServiceAccountKeyRequest_FieldPath }
CreateServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for CreateServiceAccountKeyRequest fields according to their type
func MustParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func MustParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateServiceAccountKeyRequest_FieldPathArrayOfValues
func ParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func ParseCreateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateServiceAccountKeyRequest_FieldPathArrayOfValues, error)
type CreateServiceAccountKeyRequest_FieldPathSelector ¶
type CreateServiceAccountKeyRequest_FieldPathSelector int32
const ( CreateServiceAccountKeyRequest_FieldPathSelectorParent CreateServiceAccountKeyRequest_FieldPathSelector = 0 CreateServiceAccountKeyRequest_FieldPathSelectorServiceAccountKey CreateServiceAccountKeyRequest_FieldPathSelector = 1 )
func (CreateServiceAccountKeyRequest_FieldPathSelector) String ¶
func (s CreateServiceAccountKeyRequest_FieldPathSelector) String() string
type CreateServiceAccountKeyRequest_FieldPathValue ¶
type CreateServiceAccountKeyRequest_FieldPathValue interface { CreateServiceAccountKeyRequest_FieldPath gotenobject.FieldPathValue SetTo(target **CreateServiceAccountKeyRequest) CompareWith(*CreateServiceAccountKeyRequest) (cmp int, comparable bool) }
CreateServiceAccountKeyRequest_FieldPathValue allows storing values for CreateServiceAccountKeyRequest fields according to their type
func MustParseCreateServiceAccountKeyRequest_FieldPathValue ¶
func MustParseCreateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) CreateServiceAccountKeyRequest_FieldPathValue
func ParseCreateServiceAccountKeyRequest_FieldPathValue ¶
func ParseCreateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (CreateServiceAccountKeyRequest_FieldPathValue, error)
type CreateServiceAccountKeyRequest_FieldSubPath ¶
type CreateServiceAccountKeyRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*CreateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
func (*CreateServiceAccountKeyRequest_FieldSubPath) ClearValue ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) ClearValue(item *CreateServiceAccountKeyRequest)
func (*CreateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*CreateServiceAccountKeyRequest_FieldSubPath) Get ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) Get(source *CreateServiceAccountKeyRequest) (values []interface{})
Get returns all values pointed by selected field from source CreateServiceAccountKeyRequest
func (*CreateServiceAccountKeyRequest_FieldSubPath) GetDefault ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateServiceAccountKeyRequest_FieldSubPath) GetRaw ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*CreateServiceAccountKeyRequest_FieldSubPath) GetSingle ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool)
GetSingle returns value of selected field from source CreateServiceAccountKeyRequest
func (*CreateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateServiceAccountKeyRequest_FieldSubPath) IsLeaf ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateServiceAccountKeyRequest_FieldSubPath) JSONString ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateServiceAccountKeyRequest_FieldSubPath) Selector ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) Selector() CreateServiceAccountKeyRequest_FieldPathSelector
func (*CreateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*CreateServiceAccountKeyRequest_FieldSubPath) String ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathArrayItemValue
func (*CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateServiceAccountKeyRequest_FieldPathArrayOfValues
func (*CreateServiceAccountKeyRequest_FieldSubPath) WithIValue ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithIValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathValue
func (*CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateServiceAccountKeyRequest_FieldSubPath) WithRawIValue ¶
func (fps *CreateServiceAccountKeyRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue ¶
type CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue struct { CreateServiceAccountKeyRequest_FieldPath // contains filtered or unexported fields }
func (*CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue ¶
func (fpaivs *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
func (*CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreateServiceAccountKeyRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateServiceAccountKeyRequest'
func (*CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *CreateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues ¶
type CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues struct { CreateServiceAccountKeyRequest_FieldPath // contains filtered or unexported fields }
func (*CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues ¶
func (fpsaov *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues() (service_account_key.ServiceAccountKey_FieldPathArrayOfValues, bool)
func (*CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *CreateServiceAccountKeyRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type CreateServiceAccountKeyRequest_FieldSubPathValue ¶
type CreateServiceAccountKeyRequest_FieldSubPathValue struct { CreateServiceAccountKeyRequest_FieldPath // contains filtered or unexported fields }
func (*CreateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue ¶
func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
func (*CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWith(source *CreateServiceAccountKeyRequest) (int, bool)
func (*CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue() interface{}
func (*CreateServiceAccountKeyRequest_FieldSubPathValue) SetTo ¶
func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) SetTo(target **CreateServiceAccountKeyRequest)
func (*CreateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *CreateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type CreateServiceAccountKeyRequest_FieldTerminalPath ¶
type CreateServiceAccountKeyRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValue ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *CreateServiceAccountKeyRequest)
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) Get ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) Get(source *CreateServiceAccountKeyRequest) (values []interface{})
Get returns all values pointed by specific field from source CreateServiceAccountKeyRequest
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetDefault ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetRaw ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingle ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source CreateServiceAccountKeyRequest
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) JSONString ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) String ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathArrayItemValue
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateServiceAccountKeyRequest_FieldPathArrayOfValues
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithIValue ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) CreateServiceAccountKeyRequest_FieldPathValue
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *CreateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue ¶
type CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct { CreateServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreateServiceAccountKeyRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'CreateServiceAccountKeyRequest'
func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object CreateServiceAccountKeyRequest as interface{}
func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateServiceAccountKeyRequest) (interface{}, bool)
func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *CreateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues ¶
type CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct { CreateServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*service_account_key.ParentReference, bool)
func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues ¶
func (fpaov *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues() ([]*service_account_key.ServiceAccountKey, bool)
func (*CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *CreateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type CreateServiceAccountKeyRequest_FieldTerminalPathValue ¶
type CreateServiceAccountKeyRequest_FieldTerminalPathValue struct { CreateServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsParentValue() (*service_account_key.ParentReference, bool)
func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue ¶
func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue() (*service_account_key.ServiceAccountKey, bool)
func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *CreateServiceAccountKeyRequest) (int, bool)
CompareWith compares value in the 'CreateServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'CreateServiceAccountKeyRequest'.
func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CreateServiceAccountKeyRequest' as interface{}
func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **CreateServiceAccountKeyRequest)
SetTo stores value for selected field for object CreateServiceAccountKeyRequest
func (*CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *CreateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DeleteServiceAccountKeyDescriptor ¶ added in v0.4.28
type DeleteServiceAccountKeyDescriptor struct{}
func GetDeleteServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetDeleteServiceAccountKeyDescriptor() *DeleteServiceAccountKeyDescriptor
func (*DeleteServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetApiName() string
func (*DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetFullMethodName() string
func (*DeleteServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetMethodName() string
func (*DeleteServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*DeleteServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetServiceDomain() string
func (*DeleteServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetServiceVersion() string
func (*DeleteServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) GetVerb() string
func (*DeleteServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) HasResource() bool
func (*DeleteServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) IsClientStream() bool
func (*DeleteServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) IsCollection() bool
func (*DeleteServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *DeleteServiceAccountKeyDescriptor) IsPlural() bool
func (*DeleteServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) IsServerStream() bool
func (*DeleteServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) IsUnary() bool
func (*DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *DeleteServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type DeleteServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type DeleteServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type DeleteServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteServiceAccountKeyRequest ¶
type DeleteServiceAccountKeyRequest struct { // Reference of ntt.iam.v1alpha2.ServiceAccountKey Name *service_account_key.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteServiceAccountKey][ntt.iam.v1alpha2.DeleteServiceAccountKey]
func (*DeleteServiceAccountKeyRequest) Clone ¶
func (o *DeleteServiceAccountKeyRequest) Clone() *DeleteServiceAccountKeyRequest
func (*DeleteServiceAccountKeyRequest) CloneRaw ¶
func (o *DeleteServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
func (*DeleteServiceAccountKeyRequest) Descriptor ¶
func (*DeleteServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*DeleteServiceAccountKeyRequest) GetName ¶
func (m *DeleteServiceAccountKeyRequest) GetName() *service_account_key.Reference
func (*DeleteServiceAccountKeyRequest) GotenMessage ¶
func (*DeleteServiceAccountKeyRequest) GotenMessage()
func (*DeleteServiceAccountKeyRequest) GotenObjectExt ¶
func (o *DeleteServiceAccountKeyRequest) GotenObjectExt()
func (*DeleteServiceAccountKeyRequest) GotenValidate ¶
func (obj *DeleteServiceAccountKeyRequest) GotenValidate() error
func (*DeleteServiceAccountKeyRequest) MakeDiffFieldMask ¶
func (o *DeleteServiceAccountKeyRequest) MakeDiffFieldMask(other *DeleteServiceAccountKeyRequest) *DeleteServiceAccountKeyRequest_FieldMask
func (*DeleteServiceAccountKeyRequest) MakeFullFieldMask ¶
func (o *DeleteServiceAccountKeyRequest) MakeFullFieldMask() *DeleteServiceAccountKeyRequest_FieldMask
func (*DeleteServiceAccountKeyRequest) MakeRawDiffFieldMask ¶
func (o *DeleteServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*DeleteServiceAccountKeyRequest) MakeRawFullFieldMask ¶
func (o *DeleteServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*DeleteServiceAccountKeyRequest) Marshal ¶
func (m *DeleteServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*DeleteServiceAccountKeyRequest) MarshalJSON ¶
func (m *DeleteServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*DeleteServiceAccountKeyRequest) Merge ¶
func (o *DeleteServiceAccountKeyRequest) Merge(source *DeleteServiceAccountKeyRequest)
func (*DeleteServiceAccountKeyRequest) MergeRaw ¶
func (o *DeleteServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*DeleteServiceAccountKeyRequest) ProtoMessage ¶
func (*DeleteServiceAccountKeyRequest) ProtoMessage()
func (*DeleteServiceAccountKeyRequest) ProtoReflect ¶
func (m *DeleteServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*DeleteServiceAccountKeyRequest) Reset ¶
func (m *DeleteServiceAccountKeyRequest) Reset()
func (*DeleteServiceAccountKeyRequest) SetName ¶
func (m *DeleteServiceAccountKeyRequest) SetName(fv *service_account_key.Reference)
func (*DeleteServiceAccountKeyRequest) String ¶
func (m *DeleteServiceAccountKeyRequest) String() string
func (*DeleteServiceAccountKeyRequest) Unmarshal ¶
func (m *DeleteServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*DeleteServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *DeleteServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type DeleteServiceAccountKeyRequestFieldPathBuilder ¶
type DeleteServiceAccountKeyRequestFieldPathBuilder struct{}
func NewDeleteServiceAccountKeyRequestFieldPathBuilder ¶
func NewDeleteServiceAccountKeyRequestFieldPathBuilder() DeleteServiceAccountKeyRequestFieldPathBuilder
type DeleteServiceAccountKeyRequestPathSelectorName ¶
type DeleteServiceAccountKeyRequestPathSelectorName struct{}
func (DeleteServiceAccountKeyRequestPathSelectorName) WithArrayOfValues ¶
func (s DeleteServiceAccountKeyRequestPathSelectorName) WithArrayOfValues(values []*service_account_key.Reference) *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
type DeleteServiceAccountKeyRequest_FieldMask ¶
type DeleteServiceAccountKeyRequest_FieldMask struct {
Paths []DeleteServiceAccountKeyRequest_FieldPath
}
func FullDeleteServiceAccountKeyRequest_FieldMask ¶
func FullDeleteServiceAccountKeyRequest_FieldMask() *DeleteServiceAccountKeyRequest_FieldMask
func (*DeleteServiceAccountKeyRequest_FieldMask) AppendPath ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) AppendPath(path DeleteServiceAccountKeyRequest_FieldPath)
func (*DeleteServiceAccountKeyRequest_FieldMask) AppendRawPath ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*DeleteServiceAccountKeyRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*DeleteServiceAccountKeyRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*DeleteServiceAccountKeyRequest_FieldMask) FilterInputFields ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) FilterInputFields() *DeleteServiceAccountKeyRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*DeleteServiceAccountKeyRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*DeleteServiceAccountKeyRequest_FieldMask) GetPaths ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) GetPaths() []DeleteServiceAccountKeyRequest_FieldPath
func (*DeleteServiceAccountKeyRequest_FieldMask) GetRawPaths ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*DeleteServiceAccountKeyRequest_FieldMask) IsFull ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) IsFull() bool
func (DeleteServiceAccountKeyRequest_FieldMask) Marshal ¶
func (fieldMask DeleteServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (DeleteServiceAccountKeyRequest_FieldMask) MarshalJSON ¶
func (fieldMask DeleteServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*DeleteServiceAccountKeyRequest_FieldMask) PathsCount ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) PathsCount() int
func (*DeleteServiceAccountKeyRequest_FieldMask) Project ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Project(source *DeleteServiceAccountKeyRequest) *DeleteServiceAccountKeyRequest
func (*DeleteServiceAccountKeyRequest_FieldMask) ProjectRaw ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*DeleteServiceAccountKeyRequest_FieldMask) ProtoMessage ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ProtoMessage()
func (*DeleteServiceAccountKeyRequest_FieldMask) ProtoReflect ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
func (*DeleteServiceAccountKeyRequest_FieldMask) Reset ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Reset()
func (*DeleteServiceAccountKeyRequest_FieldMask) Set ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Set(target, source *DeleteServiceAccountKeyRequest)
func (*DeleteServiceAccountKeyRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
func (*DeleteServiceAccountKeyRequest_FieldMask) SetRaw ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*DeleteServiceAccountKeyRequest_FieldMask) Size ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Size() int
func (*DeleteServiceAccountKeyRequest_FieldMask) String ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) String() string
func (*DeleteServiceAccountKeyRequest_FieldMask) Subtract ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Subtract(other *DeleteServiceAccountKeyRequest_FieldMask) *DeleteServiceAccountKeyRequest_FieldMask
func (*DeleteServiceAccountKeyRequest_FieldMask) SubtractRaw ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*DeleteServiceAccountKeyRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*DeleteServiceAccountKeyRequest_FieldMask) Unmarshal ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
func (*DeleteServiceAccountKeyRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *DeleteServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
type DeleteServiceAccountKeyRequest_FieldPath ¶
type DeleteServiceAccountKeyRequest_FieldPath interface { gotenobject.FieldPath Selector() DeleteServiceAccountKeyRequest_FieldPathSelector Get(source *DeleteServiceAccountKeyRequest) []interface{} GetSingle(source *DeleteServiceAccountKeyRequest) (interface{}, bool) ClearValue(item *DeleteServiceAccountKeyRequest) // Those methods build corresponding DeleteServiceAccountKeyRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DeleteServiceAccountKeyRequest_FieldPathValue WithIArrayOfValues(values interface{}) DeleteServiceAccountKeyRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DeleteServiceAccountKeyRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDeleteServiceAccountKeyRequest_FieldPath ¶
func BuildDeleteServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (DeleteServiceAccountKeyRequest_FieldPath, error)
func MustParseDeleteServiceAccountKeyRequest_FieldPath ¶
func MustParseDeleteServiceAccountKeyRequest_FieldPath(rawField string) DeleteServiceAccountKeyRequest_FieldPath
func ParseDeleteServiceAccountKeyRequest_FieldPath ¶
func ParseDeleteServiceAccountKeyRequest_FieldPath(rawField string) (DeleteServiceAccountKeyRequest_FieldPath, error)
type DeleteServiceAccountKeyRequest_FieldPathArrayItemValue ¶
type DeleteServiceAccountKeyRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DeleteServiceAccountKeyRequest_FieldPath ContainsValue(*DeleteServiceAccountKeyRequest) bool }
DeleteServiceAccountKeyRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteServiceAccountKeyRequest according to their type Present only for array (repeated) types.
func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteServiceAccountKeyRequest_FieldPathArrayItemValue
func ParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func ParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteServiceAccountKeyRequest_FieldPathArrayItemValue, error)
ParseDeleteServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DeleteServiceAccountKeyRequest_FieldPathArrayOfValues ¶
type DeleteServiceAccountKeyRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DeleteServiceAccountKeyRequest_FieldPath }
DeleteServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for DeleteServiceAccountKeyRequest fields according to their type
func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func MustParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteServiceAccountKeyRequest_FieldPathArrayOfValues
func ParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func ParseDeleteServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteServiceAccountKeyRequest_FieldPathArrayOfValues, error)
type DeleteServiceAccountKeyRequest_FieldPathSelector ¶
type DeleteServiceAccountKeyRequest_FieldPathSelector int32
const (
DeleteServiceAccountKeyRequest_FieldPathSelectorName DeleteServiceAccountKeyRequest_FieldPathSelector = 0
)
func (DeleteServiceAccountKeyRequest_FieldPathSelector) String ¶
func (s DeleteServiceAccountKeyRequest_FieldPathSelector) String() string
type DeleteServiceAccountKeyRequest_FieldPathValue ¶
type DeleteServiceAccountKeyRequest_FieldPathValue interface { DeleteServiceAccountKeyRequest_FieldPath gotenobject.FieldPathValue SetTo(target **DeleteServiceAccountKeyRequest) CompareWith(*DeleteServiceAccountKeyRequest) (cmp int, comparable bool) }
DeleteServiceAccountKeyRequest_FieldPathValue allows storing values for DeleteServiceAccountKeyRequest fields according to their type
func MustParseDeleteServiceAccountKeyRequest_FieldPathValue ¶
func MustParseDeleteServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) DeleteServiceAccountKeyRequest_FieldPathValue
func ParseDeleteServiceAccountKeyRequest_FieldPathValue ¶
func ParseDeleteServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (DeleteServiceAccountKeyRequest_FieldPathValue, error)
type DeleteServiceAccountKeyRequest_FieldTerminalPath ¶
type DeleteServiceAccountKeyRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValue ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *DeleteServiceAccountKeyRequest)
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) Get ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) Get(source *DeleteServiceAccountKeyRequest) (values []interface{})
Get returns all values pointed by specific field from source DeleteServiceAccountKeyRequest
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetDefault ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetRaw ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingle ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *DeleteServiceAccountKeyRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source DeleteServiceAccountKeyRequest
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) IsLeaf ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) JSONString ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) String ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteServiceAccountKeyRequest_FieldPathArrayItemValue
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteServiceAccountKeyRequest_FieldPathArrayOfValues
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIValue ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) DeleteServiceAccountKeyRequest_FieldPathValue
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *DeleteServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue ¶
type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct { DeleteServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeleteServiceAccountKeyRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'DeleteServiceAccountKeyRequest'
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object DeleteServiceAccountKeyRequest as interface{}
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteServiceAccountKeyRequest) (interface{}, bool)
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues ¶
type DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct { DeleteServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*service_account_key.Reference, bool)
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DeleteServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DeleteServiceAccountKeyRequest_FieldTerminalPathValue ¶
type DeleteServiceAccountKeyRequest_FieldTerminalPathValue struct { DeleteServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue() (*service_account_key.Reference, bool)
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *DeleteServiceAccountKeyRequest) (int, bool)
CompareWith compares value in the 'DeleteServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'DeleteServiceAccountKeyRequest'.
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'DeleteServiceAccountKeyRequest' as interface{}
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **DeleteServiceAccountKeyRequest)
SetTo stores value for selected field for object DeleteServiceAccountKeyRequest
func (*DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeleteServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type GetServiceAccountKeyDescriptor ¶ added in v0.4.28
type GetServiceAccountKeyDescriptor struct{}
func GetGetServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetGetServiceAccountKeyDescriptor() *GetServiceAccountKeyDescriptor
func (*GetServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetApiName() string
func (*GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetFullMethodName() string
func (*GetServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetMethodName() string
func (*GetServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*GetServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetServiceDomain() string
func (*GetServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetServiceVersion() string
func (*GetServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) GetVerb() string
func (*GetServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) HasResource() bool
func (*GetServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) IsClientStream() bool
func (*GetServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) IsCollection() bool
func (*GetServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *GetServiceAccountKeyDescriptor) IsPlural() bool
func (*GetServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) IsServerStream() bool
func (*GetServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) IsUnary() bool
func (*GetServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*GetServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*GetServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *GetServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type GetServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type GetServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type GetServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetServiceAccountKeyRequest ¶
type GetServiceAccountKeyRequest struct { // Reference of ntt.iam.v1alpha2.ServiceAccountKey Name *service_account_key.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [GetServiceAccountKey][ntt.iam.v1alpha2.GetServiceAccountKey]
func (*GetServiceAccountKeyRequest) Clone ¶
func (o *GetServiceAccountKeyRequest) Clone() *GetServiceAccountKeyRequest
func (*GetServiceAccountKeyRequest) CloneRaw ¶
func (o *GetServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
func (*GetServiceAccountKeyRequest) Descriptor ¶
func (*GetServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*GetServiceAccountKeyRequest) GetFieldMask ¶
func (m *GetServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*GetServiceAccountKeyRequest) GetName ¶
func (m *GetServiceAccountKeyRequest) GetName() *service_account_key.Reference
func (*GetServiceAccountKeyRequest) GetView ¶
func (m *GetServiceAccountKeyRequest) GetView() view.View
func (*GetServiceAccountKeyRequest) GotenMessage ¶
func (*GetServiceAccountKeyRequest) GotenMessage()
func (*GetServiceAccountKeyRequest) GotenObjectExt ¶
func (o *GetServiceAccountKeyRequest) GotenObjectExt()
func (*GetServiceAccountKeyRequest) GotenValidate ¶
func (obj *GetServiceAccountKeyRequest) GotenValidate() error
func (*GetServiceAccountKeyRequest) MakeDiffFieldMask ¶
func (o *GetServiceAccountKeyRequest) MakeDiffFieldMask(other *GetServiceAccountKeyRequest) *GetServiceAccountKeyRequest_FieldMask
func (*GetServiceAccountKeyRequest) MakeFullFieldMask ¶
func (o *GetServiceAccountKeyRequest) MakeFullFieldMask() *GetServiceAccountKeyRequest_FieldMask
func (*GetServiceAccountKeyRequest) MakeRawDiffFieldMask ¶
func (o *GetServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*GetServiceAccountKeyRequest) MakeRawFullFieldMask ¶
func (o *GetServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*GetServiceAccountKeyRequest) Marshal ¶
func (m *GetServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*GetServiceAccountKeyRequest) MarshalJSON ¶
func (m *GetServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*GetServiceAccountKeyRequest) Merge ¶
func (o *GetServiceAccountKeyRequest) Merge(source *GetServiceAccountKeyRequest)
func (*GetServiceAccountKeyRequest) MergeRaw ¶
func (o *GetServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*GetServiceAccountKeyRequest) ProtoMessage ¶
func (*GetServiceAccountKeyRequest) ProtoMessage()
func (*GetServiceAccountKeyRequest) ProtoReflect ¶
func (m *GetServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*GetServiceAccountKeyRequest) Reset ¶
func (m *GetServiceAccountKeyRequest) Reset()
func (*GetServiceAccountKeyRequest) SetFieldMask ¶
func (m *GetServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*GetServiceAccountKeyRequest) SetName ¶
func (m *GetServiceAccountKeyRequest) SetName(fv *service_account_key.Reference)
func (*GetServiceAccountKeyRequest) SetView ¶
func (m *GetServiceAccountKeyRequest) SetView(fv view.View)
func (*GetServiceAccountKeyRequest) String ¶
func (m *GetServiceAccountKeyRequest) String() string
func (*GetServiceAccountKeyRequest) Unmarshal ¶
func (m *GetServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*GetServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *GetServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type GetServiceAccountKeyRequestFieldPathBuilder ¶
type GetServiceAccountKeyRequestFieldPathBuilder struct{}
func NewGetServiceAccountKeyRequestFieldPathBuilder ¶
func NewGetServiceAccountKeyRequestFieldPathBuilder() GetServiceAccountKeyRequestFieldPathBuilder
type GetServiceAccountKeyRequestPathSelectorFieldMask ¶
type GetServiceAccountKeyRequestPathSelectorFieldMask struct{}
func (GetServiceAccountKeyRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s GetServiceAccountKeyRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
type GetServiceAccountKeyRequestPathSelectorName ¶
type GetServiceAccountKeyRequestPathSelectorName struct{}
func (GetServiceAccountKeyRequestPathSelectorName) WithArrayOfValues ¶
func (s GetServiceAccountKeyRequestPathSelectorName) WithArrayOfValues(values []*service_account_key.Reference) *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
func (GetServiceAccountKeyRequestPathSelectorName) WithValue ¶
func (s GetServiceAccountKeyRequestPathSelectorName) WithValue(value *service_account_key.Reference) *GetServiceAccountKeyRequest_FieldTerminalPathValue
type GetServiceAccountKeyRequestPathSelectorView ¶
type GetServiceAccountKeyRequestPathSelectorView struct{}
func (GetServiceAccountKeyRequestPathSelectorView) WithArrayOfValues ¶
func (s GetServiceAccountKeyRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
func (GetServiceAccountKeyRequestPathSelectorView) WithValue ¶
func (s GetServiceAccountKeyRequestPathSelectorView) WithValue(value view.View) *GetServiceAccountKeyRequest_FieldTerminalPathValue
type GetServiceAccountKeyRequest_FieldMask ¶
type GetServiceAccountKeyRequest_FieldMask struct {
Paths []GetServiceAccountKeyRequest_FieldPath
}
func FullGetServiceAccountKeyRequest_FieldMask ¶
func FullGetServiceAccountKeyRequest_FieldMask() *GetServiceAccountKeyRequest_FieldMask
func (*GetServiceAccountKeyRequest_FieldMask) AppendPath ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) AppendPath(path GetServiceAccountKeyRequest_FieldPath)
func (*GetServiceAccountKeyRequest_FieldMask) AppendRawPath ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*GetServiceAccountKeyRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*GetServiceAccountKeyRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*GetServiceAccountKeyRequest_FieldMask) FilterInputFields ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) FilterInputFields() *GetServiceAccountKeyRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*GetServiceAccountKeyRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*GetServiceAccountKeyRequest_FieldMask) GetPaths ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) GetPaths() []GetServiceAccountKeyRequest_FieldPath
func (*GetServiceAccountKeyRequest_FieldMask) GetRawPaths ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*GetServiceAccountKeyRequest_FieldMask) IsFull ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) IsFull() bool
func (GetServiceAccountKeyRequest_FieldMask) Marshal ¶
func (fieldMask GetServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (GetServiceAccountKeyRequest_FieldMask) MarshalJSON ¶
func (fieldMask GetServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*GetServiceAccountKeyRequest_FieldMask) PathsCount ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) PathsCount() int
func (*GetServiceAccountKeyRequest_FieldMask) Project ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Project(source *GetServiceAccountKeyRequest) *GetServiceAccountKeyRequest
func (*GetServiceAccountKeyRequest_FieldMask) ProjectRaw ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*GetServiceAccountKeyRequest_FieldMask) ProtoMessage ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ProtoMessage()
func (*GetServiceAccountKeyRequest_FieldMask) ProtoReflect ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
func (*GetServiceAccountKeyRequest_FieldMask) Reset ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Reset()
func (*GetServiceAccountKeyRequest_FieldMask) Set ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Set(target, source *GetServiceAccountKeyRequest)
func (*GetServiceAccountKeyRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
func (*GetServiceAccountKeyRequest_FieldMask) SetRaw ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*GetServiceAccountKeyRequest_FieldMask) Size ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Size() int
func (*GetServiceAccountKeyRequest_FieldMask) String ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) String() string
func (*GetServiceAccountKeyRequest_FieldMask) Subtract ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Subtract(other *GetServiceAccountKeyRequest_FieldMask) *GetServiceAccountKeyRequest_FieldMask
func (*GetServiceAccountKeyRequest_FieldMask) SubtractRaw ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*GetServiceAccountKeyRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*GetServiceAccountKeyRequest_FieldMask) Unmarshal ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
func (*GetServiceAccountKeyRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *GetServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
type GetServiceAccountKeyRequest_FieldPath ¶
type GetServiceAccountKeyRequest_FieldPath interface { gotenobject.FieldPath Selector() GetServiceAccountKeyRequest_FieldPathSelector Get(source *GetServiceAccountKeyRequest) []interface{} GetSingle(source *GetServiceAccountKeyRequest) (interface{}, bool) ClearValue(item *GetServiceAccountKeyRequest) // Those methods build corresponding GetServiceAccountKeyRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) GetServiceAccountKeyRequest_FieldPathValue WithIArrayOfValues(values interface{}) GetServiceAccountKeyRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) GetServiceAccountKeyRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildGetServiceAccountKeyRequest_FieldPath ¶
func BuildGetServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (GetServiceAccountKeyRequest_FieldPath, error)
func MustParseGetServiceAccountKeyRequest_FieldPath ¶
func MustParseGetServiceAccountKeyRequest_FieldPath(rawField string) GetServiceAccountKeyRequest_FieldPath
func ParseGetServiceAccountKeyRequest_FieldPath ¶
func ParseGetServiceAccountKeyRequest_FieldPath(rawField string) (GetServiceAccountKeyRequest_FieldPath, error)
type GetServiceAccountKeyRequest_FieldPathArrayItemValue ¶
type GetServiceAccountKeyRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue GetServiceAccountKeyRequest_FieldPath ContainsValue(*GetServiceAccountKeyRequest) bool }
GetServiceAccountKeyRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetServiceAccountKeyRequest according to their type Present only for array (repeated) types.
func MustParseGetServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func MustParseGetServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetServiceAccountKeyRequest_FieldPathArrayItemValue
func ParseGetServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func ParseGetServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetServiceAccountKeyRequest_FieldPathArrayItemValue, error)
ParseGetServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type GetServiceAccountKeyRequest_FieldPathArrayOfValues ¶
type GetServiceAccountKeyRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues GetServiceAccountKeyRequest_FieldPath }
GetServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for GetServiceAccountKeyRequest fields according to their type
func MustParseGetServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func MustParseGetServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetServiceAccountKeyRequest_FieldPathArrayOfValues
func ParseGetServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func ParseGetServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetServiceAccountKeyRequest_FieldPathArrayOfValues, error)
type GetServiceAccountKeyRequest_FieldPathSelector ¶
type GetServiceAccountKeyRequest_FieldPathSelector int32
const ( GetServiceAccountKeyRequest_FieldPathSelectorName GetServiceAccountKeyRequest_FieldPathSelector = 0 GetServiceAccountKeyRequest_FieldPathSelectorFieldMask GetServiceAccountKeyRequest_FieldPathSelector = 1 GetServiceAccountKeyRequest_FieldPathSelectorView GetServiceAccountKeyRequest_FieldPathSelector = 2 )
func (GetServiceAccountKeyRequest_FieldPathSelector) String ¶
func (s GetServiceAccountKeyRequest_FieldPathSelector) String() string
type GetServiceAccountKeyRequest_FieldPathValue ¶
type GetServiceAccountKeyRequest_FieldPathValue interface { GetServiceAccountKeyRequest_FieldPath gotenobject.FieldPathValue SetTo(target **GetServiceAccountKeyRequest) CompareWith(*GetServiceAccountKeyRequest) (cmp int, comparable bool) }
GetServiceAccountKeyRequest_FieldPathValue allows storing values for GetServiceAccountKeyRequest fields according to their type
func MustParseGetServiceAccountKeyRequest_FieldPathValue ¶
func MustParseGetServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) GetServiceAccountKeyRequest_FieldPathValue
func ParseGetServiceAccountKeyRequest_FieldPathValue ¶
func ParseGetServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (GetServiceAccountKeyRequest_FieldPathValue, error)
type GetServiceAccountKeyRequest_FieldTerminalPath ¶
type GetServiceAccountKeyRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*GetServiceAccountKeyRequest_FieldTerminalPath) ClearValue ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *GetServiceAccountKeyRequest)
func (*GetServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*GetServiceAccountKeyRequest_FieldTerminalPath) Get ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) Get(source *GetServiceAccountKeyRequest) (values []interface{})
Get returns all values pointed by specific field from source GetServiceAccountKeyRequest
func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetDefault ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetRaw ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetSingle ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *GetServiceAccountKeyRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source GetServiceAccountKeyRequest
func (*GetServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPath) IsLeaf ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*GetServiceAccountKeyRequest_FieldTerminalPath) JSONString ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*GetServiceAccountKeyRequest_FieldTerminalPath) Selector ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) Selector() GetServiceAccountKeyRequest_FieldPathSelector
func (*GetServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*GetServiceAccountKeyRequest_FieldTerminalPath) String ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetServiceAccountKeyRequest_FieldPathArrayItemValue
func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetServiceAccountKeyRequest_FieldPathArrayOfValues
func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithIValue ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) GetServiceAccountKeyRequest_FieldPathValue
func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *GetServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue ¶
type GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct { GetServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetServiceAccountKeyRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'GetServiceAccountKeyRequest'
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object GetServiceAccountKeyRequest as interface{}
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetServiceAccountKeyRequest) (interface{}, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *GetServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues ¶
type GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct { GetServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*service_account_key.Reference, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *GetServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type GetServiceAccountKeyRequest_FieldTerminalPathValue ¶
type GetServiceAccountKeyRequest_FieldTerminalPathValue struct { GetServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue() (*service_account_key.Reference, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *GetServiceAccountKeyRequest) (int, bool)
CompareWith compares value in the 'GetServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'GetServiceAccountKeyRequest'.
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'GetServiceAccountKeyRequest' as interface{}
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **GetServiceAccountKeyRequest)
SetTo stores value for selected field for object GetServiceAccountKeyRequest
func (*GetServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *GetServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListServiceAccountKeysDescriptor ¶ added in v0.4.28
type ListServiceAccountKeysDescriptor struct{}
func GetListServiceAccountKeysDescriptor ¶ added in v0.4.28
func GetListServiceAccountKeysDescriptor() *ListServiceAccountKeysDescriptor
func (*ListServiceAccountKeysDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListServiceAccountKeysDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetApiName() string
func (*ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListServiceAccountKeysDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetFullMethodName() string
func (*ListServiceAccountKeysDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetMethodName() string
func (*ListServiceAccountKeysDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetProtoPkgName() string
func (*ListServiceAccountKeysDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListServiceAccountKeysDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetServiceDomain() string
func (*ListServiceAccountKeysDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetServiceVersion() string
func (*ListServiceAccountKeysDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) GetVerb() string
func (*ListServiceAccountKeysDescriptor) HasResource ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) HasResource() bool
func (*ListServiceAccountKeysDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) IsClientStream() bool
func (*ListServiceAccountKeysDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) IsCollection() bool
func (*ListServiceAccountKeysDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListServiceAccountKeysDescriptor) IsPlural() bool
func (*ListServiceAccountKeysDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) IsServerStream() bool
func (*ListServiceAccountKeysDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) IsUnary() bool
func (*ListServiceAccountKeysDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
func (*ListServiceAccountKeysDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
func (*ListServiceAccountKeysDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListServiceAccountKeysDescriptor) RequestHasResourceBody() bool
type ListServiceAccountKeysDescriptorClientMsgHandle ¶ added in v0.4.28
type ListServiceAccountKeysDescriptorClientMsgHandle struct{}
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListServiceAccountKeysDescriptorServerMsgHandle ¶ added in v0.4.28
type ListServiceAccountKeysDescriptorServerMsgHandle struct{}
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListServiceAccountKeysRequest ¶
type ListServiceAccountKeysRequest struct { // Parent name of ntt.iam.v1alpha2.ServiceAccountKey Parent *service_account_key.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer ServiceAccountKeys than // requested. If unspecified, server will pick an appropriate default. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListServiceAccountKeysResponse.next_page_token][ntt.iam.v1alpha2.ListServiceAccountKeysResponse.next_page_token] PageToken *service_account_key.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *service_account_key.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *service_account_key.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [ListServiceAccountKeys][ntt.iam.v1alpha2.ListServiceAccountKeys]
func (*ListServiceAccountKeysRequest) Clone ¶
func (o *ListServiceAccountKeysRequest) Clone() *ListServiceAccountKeysRequest
func (*ListServiceAccountKeysRequest) CloneRaw ¶
func (o *ListServiceAccountKeysRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListServiceAccountKeysRequest) Descriptor ¶
func (*ListServiceAccountKeysRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListServiceAccountKeysRequest.ProtoReflect.Descriptor instead.
func (*ListServiceAccountKeysRequest) GetFieldMask ¶
func (m *ListServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*ListServiceAccountKeysRequest) GetFilter ¶
func (m *ListServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
func (*ListServiceAccountKeysRequest) GetOrderBy ¶
func (m *ListServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
func (*ListServiceAccountKeysRequest) GetPageSize ¶
func (m *ListServiceAccountKeysRequest) GetPageSize() int32
func (*ListServiceAccountKeysRequest) GetPageToken ¶
func (m *ListServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
func (*ListServiceAccountKeysRequest) GetParent ¶
func (m *ListServiceAccountKeysRequest) GetParent() *service_account_key.ParentName
func (*ListServiceAccountKeysRequest) GetView ¶
func (m *ListServiceAccountKeysRequest) GetView() view.View
func (*ListServiceAccountKeysRequest) GotenMessage ¶
func (*ListServiceAccountKeysRequest) GotenMessage()
func (*ListServiceAccountKeysRequest) GotenObjectExt ¶
func (o *ListServiceAccountKeysRequest) GotenObjectExt()
func (*ListServiceAccountKeysRequest) GotenValidate ¶
func (obj *ListServiceAccountKeysRequest) GotenValidate() error
func (*ListServiceAccountKeysRequest) MakeDiffFieldMask ¶
func (o *ListServiceAccountKeysRequest) MakeDiffFieldMask(other *ListServiceAccountKeysRequest) *ListServiceAccountKeysRequest_FieldMask
func (*ListServiceAccountKeysRequest) MakeFullFieldMask ¶
func (o *ListServiceAccountKeysRequest) MakeFullFieldMask() *ListServiceAccountKeysRequest_FieldMask
func (*ListServiceAccountKeysRequest) MakeRawDiffFieldMask ¶
func (o *ListServiceAccountKeysRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListServiceAccountKeysRequest) MakeRawFullFieldMask ¶
func (o *ListServiceAccountKeysRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListServiceAccountKeysRequest) Marshal ¶
func (m *ListServiceAccountKeysRequest) Marshal() ([]byte, error)
func (*ListServiceAccountKeysRequest) MarshalJSON ¶
func (m *ListServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
func (*ListServiceAccountKeysRequest) Merge ¶
func (o *ListServiceAccountKeysRequest) Merge(source *ListServiceAccountKeysRequest)
func (*ListServiceAccountKeysRequest) MergeRaw ¶
func (o *ListServiceAccountKeysRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListServiceAccountKeysRequest) ProtoMessage ¶
func (*ListServiceAccountKeysRequest) ProtoMessage()
func (*ListServiceAccountKeysRequest) ProtoReflect ¶
func (m *ListServiceAccountKeysRequest) ProtoReflect() preflect.Message
func (*ListServiceAccountKeysRequest) Reset ¶
func (m *ListServiceAccountKeysRequest) Reset()
func (*ListServiceAccountKeysRequest) SetFieldMask ¶
func (m *ListServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*ListServiceAccountKeysRequest) SetFilter ¶
func (m *ListServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
func (*ListServiceAccountKeysRequest) SetOrderBy ¶
func (m *ListServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
func (*ListServiceAccountKeysRequest) SetPageSize ¶
func (m *ListServiceAccountKeysRequest) SetPageSize(fv int32)
func (*ListServiceAccountKeysRequest) SetPageToken ¶
func (m *ListServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
func (*ListServiceAccountKeysRequest) SetParent ¶
func (m *ListServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentName)
func (*ListServiceAccountKeysRequest) SetView ¶
func (m *ListServiceAccountKeysRequest) SetView(fv view.View)
func (*ListServiceAccountKeysRequest) String ¶
func (m *ListServiceAccountKeysRequest) String() string
func (*ListServiceAccountKeysRequest) Unmarshal ¶
func (m *ListServiceAccountKeysRequest) Unmarshal(b []byte) error
func (*ListServiceAccountKeysRequest) UnmarshalJSON ¶
func (m *ListServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
type ListServiceAccountKeysRequestFieldPathBuilder ¶
type ListServiceAccountKeysRequestFieldPathBuilder struct{}
func NewListServiceAccountKeysRequestFieldPathBuilder ¶
func NewListServiceAccountKeysRequestFieldPathBuilder() ListServiceAccountKeysRequestFieldPathBuilder
type ListServiceAccountKeysRequestPathSelectorFieldMask ¶
type ListServiceAccountKeysRequestPathSelectorFieldMask struct{}
func (ListServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type ListServiceAccountKeysRequestPathSelectorFilter ¶
type ListServiceAccountKeysRequestPathSelectorFilter struct{}
func (ListServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues(values []*service_account_key.Filter) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (ListServiceAccountKeysRequestPathSelectorFilter) WithValue ¶
func (s ListServiceAccountKeysRequestPathSelectorFilter) WithValue(value *service_account_key.Filter) *ListServiceAccountKeysRequest_FieldTerminalPathValue
type ListServiceAccountKeysRequestPathSelectorOrderBy ¶
type ListServiceAccountKeysRequestPathSelectorOrderBy struct{}
func (ListServiceAccountKeysRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListServiceAccountKeysRequestPathSelectorOrderBy) WithArrayOfValues(values []*service_account_key.OrderBy) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type ListServiceAccountKeysRequestPathSelectorPageSize ¶
type ListServiceAccountKeysRequestPathSelectorPageSize struct{}
func (ListServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (ListServiceAccountKeysRequestPathSelectorPageSize) WithValue ¶
func (s ListServiceAccountKeysRequestPathSelectorPageSize) WithValue(value int32) *ListServiceAccountKeysRequest_FieldTerminalPathValue
type ListServiceAccountKeysRequestPathSelectorPageToken ¶
type ListServiceAccountKeysRequestPathSelectorPageToken struct{}
func (ListServiceAccountKeysRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListServiceAccountKeysRequestPathSelectorPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type ListServiceAccountKeysRequestPathSelectorParent ¶
type ListServiceAccountKeysRequestPathSelectorParent struct{}
func (ListServiceAccountKeysRequestPathSelectorParent) WithArrayOfValues ¶
func (s ListServiceAccountKeysRequestPathSelectorParent) WithArrayOfValues(values []*service_account_key.ParentName) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type ListServiceAccountKeysRequestPathSelectorView ¶
type ListServiceAccountKeysRequestPathSelectorView struct{}
func (ListServiceAccountKeysRequestPathSelectorView) WithArrayOfValues ¶
func (s ListServiceAccountKeysRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (ListServiceAccountKeysRequestPathSelectorView) WithValue ¶
func (s ListServiceAccountKeysRequestPathSelectorView) WithValue(value view.View) *ListServiceAccountKeysRequest_FieldTerminalPathValue
type ListServiceAccountKeysRequest_FieldMask ¶
type ListServiceAccountKeysRequest_FieldMask struct {
Paths []ListServiceAccountKeysRequest_FieldPath
}
func FullListServiceAccountKeysRequest_FieldMask ¶
func FullListServiceAccountKeysRequest_FieldMask() *ListServiceAccountKeysRequest_FieldMask
func (*ListServiceAccountKeysRequest_FieldMask) AppendPath ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) AppendPath(path ListServiceAccountKeysRequest_FieldPath)
func (*ListServiceAccountKeysRequest_FieldMask) AppendRawPath ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListServiceAccountKeysRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListServiceAccountKeysRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListServiceAccountKeysRequest_FieldMask) FilterInputFields ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) FilterInputFields() *ListServiceAccountKeysRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListServiceAccountKeysRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListServiceAccountKeysRequest_FieldMask) GetPaths ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) GetPaths() []ListServiceAccountKeysRequest_FieldPath
func (*ListServiceAccountKeysRequest_FieldMask) GetRawPaths ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListServiceAccountKeysRequest_FieldMask) IsFull ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) IsFull() bool
func (ListServiceAccountKeysRequest_FieldMask) Marshal ¶
func (fieldMask ListServiceAccountKeysRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListServiceAccountKeysRequest_FieldMask) MarshalJSON ¶
func (fieldMask ListServiceAccountKeysRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*ListServiceAccountKeysRequest_FieldMask) PathsCount ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) PathsCount() int
func (*ListServiceAccountKeysRequest_FieldMask) Project ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Project(source *ListServiceAccountKeysRequest) *ListServiceAccountKeysRequest
func (*ListServiceAccountKeysRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListServiceAccountKeysRequest_FieldMask) ProtoMessage ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ProtoMessage()
func (*ListServiceAccountKeysRequest_FieldMask) ProtoReflect ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ProtoReflect() preflect.Message
func (*ListServiceAccountKeysRequest_FieldMask) Reset ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Reset()
func (*ListServiceAccountKeysRequest_FieldMask) Set ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Set(target, source *ListServiceAccountKeysRequest)
func (*ListServiceAccountKeysRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) SetFromCliFlag(raw string) error
func (*ListServiceAccountKeysRequest_FieldMask) SetRaw ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListServiceAccountKeysRequest_FieldMask) Size ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Size() int
func (*ListServiceAccountKeysRequest_FieldMask) String ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) String() string
func (*ListServiceAccountKeysRequest_FieldMask) Subtract ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Subtract(other *ListServiceAccountKeysRequest_FieldMask) *ListServiceAccountKeysRequest_FieldMask
func (*ListServiceAccountKeysRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListServiceAccountKeysRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListServiceAccountKeysRequest_FieldMask) Unmarshal ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) Unmarshal(data []byte) error
func (*ListServiceAccountKeysRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListServiceAccountKeysRequest_FieldMask) UnmarshalJSON(data []byte) error
type ListServiceAccountKeysRequest_FieldPath ¶
type ListServiceAccountKeysRequest_FieldPath interface { gotenobject.FieldPath Selector() ListServiceAccountKeysRequest_FieldPathSelector Get(source *ListServiceAccountKeysRequest) []interface{} GetSingle(source *ListServiceAccountKeysRequest) (interface{}, bool) ClearValue(item *ListServiceAccountKeysRequest) // Those methods build corresponding ListServiceAccountKeysRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListServiceAccountKeysRequest_FieldPathValue WithIArrayOfValues(values interface{}) ListServiceAccountKeysRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListServiceAccountKeysRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListServiceAccountKeysRequest_FieldPath ¶
func BuildListServiceAccountKeysRequest_FieldPath(fp gotenobject.RawFieldPath) (ListServiceAccountKeysRequest_FieldPath, error)
func MustParseListServiceAccountKeysRequest_FieldPath ¶
func MustParseListServiceAccountKeysRequest_FieldPath(rawField string) ListServiceAccountKeysRequest_FieldPath
func ParseListServiceAccountKeysRequest_FieldPath ¶
func ParseListServiceAccountKeysRequest_FieldPath(rawField string) (ListServiceAccountKeysRequest_FieldPath, error)
type ListServiceAccountKeysRequest_FieldPathArrayItemValue ¶
type ListServiceAccountKeysRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListServiceAccountKeysRequest_FieldPath ContainsValue(*ListServiceAccountKeysRequest) bool }
ListServiceAccountKeysRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListServiceAccountKeysRequest according to their type Present only for array (repeated) types.
func MustParseListServiceAccountKeysRequest_FieldPathArrayItemValue ¶
func MustParseListServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListServiceAccountKeysRequest_FieldPathArrayItemValue
func ParseListServiceAccountKeysRequest_FieldPathArrayItemValue ¶
func ParseListServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListServiceAccountKeysRequest_FieldPathArrayItemValue, error)
ParseListServiceAccountKeysRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListServiceAccountKeysRequest_FieldPathArrayOfValues ¶
type ListServiceAccountKeysRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListServiceAccountKeysRequest_FieldPath }
ListServiceAccountKeysRequest_FieldPathArrayOfValues allows storing slice of values for ListServiceAccountKeysRequest fields according to their type
func MustParseListServiceAccountKeysRequest_FieldPathArrayOfValues ¶
func MustParseListServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListServiceAccountKeysRequest_FieldPathArrayOfValues
func ParseListServiceAccountKeysRequest_FieldPathArrayOfValues ¶
func ParseListServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListServiceAccountKeysRequest_FieldPathArrayOfValues, error)
type ListServiceAccountKeysRequest_FieldPathSelector ¶
type ListServiceAccountKeysRequest_FieldPathSelector int32
const ( ListServiceAccountKeysRequest_FieldPathSelectorParent ListServiceAccountKeysRequest_FieldPathSelector = 0 ListServiceAccountKeysRequest_FieldPathSelectorPageSize ListServiceAccountKeysRequest_FieldPathSelector = 1 ListServiceAccountKeysRequest_FieldPathSelectorPageToken ListServiceAccountKeysRequest_FieldPathSelector = 2 ListServiceAccountKeysRequest_FieldPathSelectorOrderBy ListServiceAccountKeysRequest_FieldPathSelector = 3 ListServiceAccountKeysRequest_FieldPathSelectorFilter ListServiceAccountKeysRequest_FieldPathSelector = 4 ListServiceAccountKeysRequest_FieldPathSelectorFieldMask ListServiceAccountKeysRequest_FieldPathSelector = 5 ListServiceAccountKeysRequest_FieldPathSelectorView ListServiceAccountKeysRequest_FieldPathSelector = 6 )
func (ListServiceAccountKeysRequest_FieldPathSelector) String ¶
func (s ListServiceAccountKeysRequest_FieldPathSelector) String() string
type ListServiceAccountKeysRequest_FieldPathValue ¶
type ListServiceAccountKeysRequest_FieldPathValue interface { ListServiceAccountKeysRequest_FieldPath gotenobject.FieldPathValue SetTo(target **ListServiceAccountKeysRequest) CompareWith(*ListServiceAccountKeysRequest) (cmp int, comparable bool) }
ListServiceAccountKeysRequest_FieldPathValue allows storing values for ListServiceAccountKeysRequest fields according to their type
func MustParseListServiceAccountKeysRequest_FieldPathValue ¶
func MustParseListServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) ListServiceAccountKeysRequest_FieldPathValue
func ParseListServiceAccountKeysRequest_FieldPathValue ¶
func ParseListServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) (ListServiceAccountKeysRequest_FieldPathValue, error)
type ListServiceAccountKeysRequest_FieldTerminalPath ¶
type ListServiceAccountKeysRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListServiceAccountKeysRequest_FieldTerminalPath) ClearValue ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) ClearValue(item *ListServiceAccountKeysRequest)
func (*ListServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListServiceAccountKeysRequest_FieldTerminalPath) Get ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) Get(source *ListServiceAccountKeysRequest) (values []interface{})
Get returns all values pointed by specific field from source ListServiceAccountKeysRequest
func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetDefault ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetRaw ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetSingle ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetSingle(source *ListServiceAccountKeysRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListServiceAccountKeysRequest
func (*ListServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPath) IsLeaf ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListServiceAccountKeysRequest_FieldTerminalPath) JSONString ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListServiceAccountKeysRequest_FieldTerminalPath) String ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListServiceAccountKeysRequest_FieldPathArrayItemValue
func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListServiceAccountKeysRequest_FieldPathArrayOfValues
func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithIValue(value interface{}) ListServiceAccountKeysRequest_FieldPathValue
func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *ListServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue ¶
type ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue struct { ListServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListServiceAccountKeysRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListServiceAccountKeysRequest'
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListServiceAccountKeysRequest as interface{}
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListServiceAccountKeysRequest) (interface{}, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues ¶
type ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues struct { ListServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*service_account_key.Filter, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*service_account_key.OrderBy, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*service_account_key.ParentName, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListServiceAccountKeysRequest_FieldTerminalPathValue ¶
type ListServiceAccountKeysRequest_FieldTerminalPathValue struct { ListServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue() (*service_account_key.Filter, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue() (*service_account_key.OrderBy, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue() (*service_account_key.PagerCursor, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue() (*service_account_key.ParentName, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith(source *ListServiceAccountKeysRequest) (int, bool)
CompareWith compares value in the 'ListServiceAccountKeysRequest_FieldTerminalPathValue' with the value under path in 'ListServiceAccountKeysRequest'.
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListServiceAccountKeysRequest' as interface{}
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) SetTo(target **ListServiceAccountKeysRequest)
SetTo stores value for selected field for object ListServiceAccountKeysRequest
func (*ListServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListServiceAccountKeysResponse ¶
type ListServiceAccountKeysResponse struct { // The list of ServiceAccountKeys ServiceAccountKeys []*service_account_key.ServiceAccountKey `` /* 148-byte string literal not displayed */ // A token to retrieve previous page of results. Pass this value in the // [ListServiceAccountKeysRequest.page_token][ntt.iam.v1alpha2.ListServiceAccountKeysRequest.page_token] PrevPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListServiceAccountKeysRequest.page_token][ntt.iam.v1alpha2.ListServiceAccountKeysRequest.page_token] NextPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListServiceAccountKeys][ntt.iam.v1alpha2.ListServiceAccountKeys]
func (*ListServiceAccountKeysResponse) Clone ¶
func (o *ListServiceAccountKeysResponse) Clone() *ListServiceAccountKeysResponse
func (*ListServiceAccountKeysResponse) CloneRaw ¶
func (o *ListServiceAccountKeysResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListServiceAccountKeysResponse) Descriptor ¶
func (*ListServiceAccountKeysResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListServiceAccountKeysResponse.ProtoReflect.Descriptor instead.
func (*ListServiceAccountKeysResponse) GetNextPageToken ¶
func (m *ListServiceAccountKeysResponse) GetNextPageToken() *service_account_key.PagerCursor
func (*ListServiceAccountKeysResponse) GetPrevPageToken ¶
func (m *ListServiceAccountKeysResponse) GetPrevPageToken() *service_account_key.PagerCursor
func (*ListServiceAccountKeysResponse) GetServiceAccountKeys ¶
func (m *ListServiceAccountKeysResponse) GetServiceAccountKeys() []*service_account_key.ServiceAccountKey
func (*ListServiceAccountKeysResponse) GotenMessage ¶
func (*ListServiceAccountKeysResponse) GotenMessage()
func (*ListServiceAccountKeysResponse) GotenObjectExt ¶
func (o *ListServiceAccountKeysResponse) GotenObjectExt()
func (*ListServiceAccountKeysResponse) GotenValidate ¶
func (obj *ListServiceAccountKeysResponse) GotenValidate() error
func (*ListServiceAccountKeysResponse) MakeDiffFieldMask ¶
func (o *ListServiceAccountKeysResponse) MakeDiffFieldMask(other *ListServiceAccountKeysResponse) *ListServiceAccountKeysResponse_FieldMask
func (*ListServiceAccountKeysResponse) MakeFullFieldMask ¶
func (o *ListServiceAccountKeysResponse) MakeFullFieldMask() *ListServiceAccountKeysResponse_FieldMask
func (*ListServiceAccountKeysResponse) MakeRawDiffFieldMask ¶
func (o *ListServiceAccountKeysResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ListServiceAccountKeysResponse) MakeRawFullFieldMask ¶
func (o *ListServiceAccountKeysResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ListServiceAccountKeysResponse) Marshal ¶
func (m *ListServiceAccountKeysResponse) Marshal() ([]byte, error)
func (*ListServiceAccountKeysResponse) MarshalJSON ¶
func (m *ListServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
func (*ListServiceAccountKeysResponse) Merge ¶
func (o *ListServiceAccountKeysResponse) Merge(source *ListServiceAccountKeysResponse)
func (*ListServiceAccountKeysResponse) MergeRaw ¶
func (o *ListServiceAccountKeysResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*ListServiceAccountKeysResponse) ProtoMessage ¶
func (*ListServiceAccountKeysResponse) ProtoMessage()
func (*ListServiceAccountKeysResponse) ProtoReflect ¶
func (m *ListServiceAccountKeysResponse) ProtoReflect() preflect.Message
func (*ListServiceAccountKeysResponse) Reset ¶
func (m *ListServiceAccountKeysResponse) Reset()
func (*ListServiceAccountKeysResponse) SetNextPageToken ¶
func (m *ListServiceAccountKeysResponse) SetNextPageToken(fv *service_account_key.PagerCursor)
func (*ListServiceAccountKeysResponse) SetPrevPageToken ¶
func (m *ListServiceAccountKeysResponse) SetPrevPageToken(fv *service_account_key.PagerCursor)
func (*ListServiceAccountKeysResponse) SetServiceAccountKeys ¶
func (m *ListServiceAccountKeysResponse) SetServiceAccountKeys(fv []*service_account_key.ServiceAccountKey)
func (*ListServiceAccountKeysResponse) String ¶
func (m *ListServiceAccountKeysResponse) String() string
func (*ListServiceAccountKeysResponse) Unmarshal ¶
func (m *ListServiceAccountKeysResponse) Unmarshal(b []byte) error
func (*ListServiceAccountKeysResponse) UnmarshalJSON ¶
func (m *ListServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
type ListServiceAccountKeysResponseFieldPathBuilder ¶
type ListServiceAccountKeysResponseFieldPathBuilder struct{}
func NewListServiceAccountKeysResponseFieldPathBuilder ¶
func NewListServiceAccountKeysResponseFieldPathBuilder() ListServiceAccountKeysResponseFieldPathBuilder
func (ListServiceAccountKeysResponseFieldPathBuilder) NextPageToken ¶
func (ListServiceAccountKeysResponseFieldPathBuilder) PrevPageToken ¶
func (ListServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeys ¶
func (ListServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeys() ListServiceAccountKeysResponsePathSelectorServiceAccountKeys
type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations ¶
type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) FieldPath ¶
func (ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels ¶
type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels struct {
// contains filtered or unexported fields
}
func (ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards ¶
type ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards struct {
// contains filtered or unexported fields
}
func (ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponseMapPathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []int64) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorNextPageToken ¶
type ListServiceAccountKeysResponsePathSelectorNextPageToken struct{}
func (ListServiceAccountKeysResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorNextPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorPrevPageToken ¶
type ListServiceAccountKeysResponsePathSelectorPrevPageToken struct{}
func (ListServiceAccountKeysResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeys ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeys struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) DisplayName ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) PrivateKeyData ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) PublicKeyData ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotAfter ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) ValidNotBefore ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithArrayOfValues(values [][]*service_account_key.ServiceAccountKey) *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithItemValue ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayItemValue ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayItemValue(subPathArrayItemValue service_account_key.ServiceAccountKey_FieldPathArrayItemValue) *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubArrayOfValues(subPathArrayOfValues service_account_key.ServiceAccountKey_FieldPathArrayOfValues) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubValue ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeys) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *ListServiceAccountKeysResponse_FieldSubPathValue
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysAlgorithm) WithArrayOfValues ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey ¶ added in v0.8.9
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) FieldPath ¶ added in v0.8.9
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithArrayOfValues ¶ added in v0.8.9
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysApiKey) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysDisplayName) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Annotations ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) CreateTime ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) DeleteTime ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Generation ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) Lifecycle ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) OwnerReferences ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) ResourceVersion ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) UpdateTime ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataGeneration) WithArrayOfValues(values []int64) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithArrayOfValues(values []map[string]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithValue ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLabels) WithValue(value map[string]string) *ListServiceAccountKeysResponse_FieldSubPathValue
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) State ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Controller ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Region ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) Version ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferences) WithItemValue ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion ¶ added in v0.8.0
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataResourceVersion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithArrayOfValues(values []map[string]int64) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithValue ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataShards) WithValue(value map[string]int64) *ListServiceAccountKeysResponse_FieldSubPathValue
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) OwningRegion ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) FieldPath ¶
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataSyncingRegions) WithItemValue ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithArrayOfValues(values [][]string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataTags) WithItemValue ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysMetadataUuid) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysName) WithArrayOfValues(values []*service_account_key.Name) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPrivateKeyData) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysPublicKeyData) WithArrayOfValues(values []string) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore ¶
type ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore struct{}
func (ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues ¶
func (s ListServiceAccountKeysResponsePathSelectorServiceAccountKeysValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues
type ListServiceAccountKeysResponse_FieldMask ¶
type ListServiceAccountKeysResponse_FieldMask struct {
Paths []ListServiceAccountKeysResponse_FieldPath
}
func FullListServiceAccountKeysResponse_FieldMask ¶
func FullListServiceAccountKeysResponse_FieldMask() *ListServiceAccountKeysResponse_FieldMask
func (*ListServiceAccountKeysResponse_FieldMask) AppendPath ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) AppendPath(path ListServiceAccountKeysResponse_FieldPath)
func (*ListServiceAccountKeysResponse_FieldMask) AppendRawPath ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ListServiceAccountKeysResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ListServiceAccountKeysResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ListServiceAccountKeysResponse_FieldMask) FilterInputFields ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) FilterInputFields() *ListServiceAccountKeysResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ListServiceAccountKeysResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ListServiceAccountKeysResponse_FieldMask) GetPaths ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) GetPaths() []ListServiceAccountKeysResponse_FieldPath
func (*ListServiceAccountKeysResponse_FieldMask) GetRawPaths ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ListServiceAccountKeysResponse_FieldMask) IsFull ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) IsFull() bool
func (ListServiceAccountKeysResponse_FieldMask) Marshal ¶
func (fieldMask ListServiceAccountKeysResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ListServiceAccountKeysResponse_FieldMask) MarshalJSON ¶
func (fieldMask ListServiceAccountKeysResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*ListServiceAccountKeysResponse_FieldMask) PathsCount ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) PathsCount() int
func (*ListServiceAccountKeysResponse_FieldMask) Project ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Project(source *ListServiceAccountKeysResponse) *ListServiceAccountKeysResponse
func (*ListServiceAccountKeysResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ListServiceAccountKeysResponse_FieldMask) ProtoMessage ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ProtoMessage()
func (*ListServiceAccountKeysResponse_FieldMask) ProtoReflect ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ProtoReflect() preflect.Message
func (*ListServiceAccountKeysResponse_FieldMask) Reset ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Reset()
func (*ListServiceAccountKeysResponse_FieldMask) Set ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Set(target, source *ListServiceAccountKeysResponse)
func (*ListServiceAccountKeysResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) SetFromCliFlag(raw string) error
func (*ListServiceAccountKeysResponse_FieldMask) SetRaw ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ListServiceAccountKeysResponse_FieldMask) Size ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Size() int
func (*ListServiceAccountKeysResponse_FieldMask) String ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) String() string
func (*ListServiceAccountKeysResponse_FieldMask) Subtract ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Subtract(other *ListServiceAccountKeysResponse_FieldMask) *ListServiceAccountKeysResponse_FieldMask
func (*ListServiceAccountKeysResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ListServiceAccountKeysResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ListServiceAccountKeysResponse_FieldMask) Unmarshal ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) Unmarshal(data []byte) error
func (*ListServiceAccountKeysResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *ListServiceAccountKeysResponse_FieldMask) UnmarshalJSON(data []byte) error
type ListServiceAccountKeysResponse_FieldPath ¶
type ListServiceAccountKeysResponse_FieldPath interface { gotenobject.FieldPath Selector() ListServiceAccountKeysResponse_FieldPathSelector Get(source *ListServiceAccountKeysResponse) []interface{} GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool) ClearValue(item *ListServiceAccountKeysResponse) // Those methods build corresponding ListServiceAccountKeysResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ListServiceAccountKeysResponse_FieldPathValue WithIArrayOfValues(values interface{}) ListServiceAccountKeysResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ListServiceAccountKeysResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildListServiceAccountKeysResponse_FieldPath ¶
func BuildListServiceAccountKeysResponse_FieldPath(fp gotenobject.RawFieldPath) (ListServiceAccountKeysResponse_FieldPath, error)
func MustParseListServiceAccountKeysResponse_FieldPath ¶
func MustParseListServiceAccountKeysResponse_FieldPath(rawField string) ListServiceAccountKeysResponse_FieldPath
func ParseListServiceAccountKeysResponse_FieldPath ¶
func ParseListServiceAccountKeysResponse_FieldPath(rawField string) (ListServiceAccountKeysResponse_FieldPath, error)
type ListServiceAccountKeysResponse_FieldPathArrayItemValue ¶
type ListServiceAccountKeysResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ListServiceAccountKeysResponse_FieldPath ContainsValue(*ListServiceAccountKeysResponse) bool }
ListServiceAccountKeysResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListServiceAccountKeysResponse according to their type Present only for array (repeated) types.
func MustParseListServiceAccountKeysResponse_FieldPathArrayItemValue ¶
func MustParseListServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListServiceAccountKeysResponse_FieldPathArrayItemValue
func ParseListServiceAccountKeysResponse_FieldPathArrayItemValue ¶
func ParseListServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListServiceAccountKeysResponse_FieldPathArrayItemValue, error)
ParseListServiceAccountKeysResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ListServiceAccountKeysResponse_FieldPathArrayOfValues ¶
type ListServiceAccountKeysResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ListServiceAccountKeysResponse_FieldPath }
ListServiceAccountKeysResponse_FieldPathArrayOfValues allows storing slice of values for ListServiceAccountKeysResponse fields according to their type
func MustParseListServiceAccountKeysResponse_FieldPathArrayOfValues ¶
func MustParseListServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListServiceAccountKeysResponse_FieldPathArrayOfValues
func ParseListServiceAccountKeysResponse_FieldPathArrayOfValues ¶
func ParseListServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListServiceAccountKeysResponse_FieldPathArrayOfValues, error)
type ListServiceAccountKeysResponse_FieldPathSelector ¶
type ListServiceAccountKeysResponse_FieldPathSelector int32
const ( ListServiceAccountKeysResponse_FieldPathSelectorServiceAccountKeys ListServiceAccountKeysResponse_FieldPathSelector = 0 ListServiceAccountKeysResponse_FieldPathSelectorPrevPageToken ListServiceAccountKeysResponse_FieldPathSelector = 1 ListServiceAccountKeysResponse_FieldPathSelectorNextPageToken ListServiceAccountKeysResponse_FieldPathSelector = 2 )
func (ListServiceAccountKeysResponse_FieldPathSelector) String ¶
func (s ListServiceAccountKeysResponse_FieldPathSelector) String() string
type ListServiceAccountKeysResponse_FieldPathValue ¶
type ListServiceAccountKeysResponse_FieldPathValue interface { ListServiceAccountKeysResponse_FieldPath gotenobject.FieldPathValue SetTo(target **ListServiceAccountKeysResponse) CompareWith(*ListServiceAccountKeysResponse) (cmp int, comparable bool) }
ListServiceAccountKeysResponse_FieldPathValue allows storing values for ListServiceAccountKeysResponse fields according to their type
func MustParseListServiceAccountKeysResponse_FieldPathValue ¶
func MustParseListServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) ListServiceAccountKeysResponse_FieldPathValue
func ParseListServiceAccountKeysResponse_FieldPathValue ¶
func ParseListServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) (ListServiceAccountKeysResponse_FieldPathValue, error)
type ListServiceAccountKeysResponse_FieldSubPath ¶
type ListServiceAccountKeysResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ListServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) AsServiceAccountKeysSubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
func (*ListServiceAccountKeysResponse_FieldSubPath) ClearValue ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) ClearValue(item *ListServiceAccountKeysResponse)
func (*ListServiceAccountKeysResponse_FieldSubPath) ClearValueRaw ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ListServiceAccountKeysResponse_FieldSubPath) Get ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) Get(source *ListServiceAccountKeysResponse) (values []interface{})
Get returns all values pointed by selected field from source ListServiceAccountKeysResponse
func (*ListServiceAccountKeysResponse_FieldSubPath) GetDefault ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListServiceAccountKeysResponse_FieldSubPath) GetRaw ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ListServiceAccountKeysResponse_FieldSubPath) GetSingle ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool)
GetSingle returns value of selected field from source ListServiceAccountKeysResponse
func (*ListServiceAccountKeysResponse_FieldSubPath) GetSingleRaw ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListServiceAccountKeysResponse_FieldSubPath) IsLeaf ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListServiceAccountKeysResponse_FieldSubPath) JSONString ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListServiceAccountKeysResponse_FieldSubPath) Selector ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) Selector() ListServiceAccountKeysResponse_FieldPathSelector
func (*ListServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ListServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListServiceAccountKeysResponse_FieldSubPath) String ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListServiceAccountKeysResponse_FieldPathArrayItemValue
func (*ListServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListServiceAccountKeysResponse_FieldPathArrayOfValues
func (*ListServiceAccountKeysResponse_FieldSubPath) WithIValue ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithIValue(value interface{}) ListServiceAccountKeysResponse_FieldPathValue
func (*ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListServiceAccountKeysResponse_FieldSubPath) WithRawIValue ¶
func (fps *ListServiceAccountKeysResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListServiceAccountKeysResponse_FieldSubPathArrayItemValue ¶
type ListServiceAccountKeysResponse_FieldSubPathArrayItemValue struct { ListServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue ¶
func (fpaivs *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsServiceAccountKeysPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
func (*ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListServiceAccountKeysResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListServiceAccountKeysResponse'
func (*ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ListServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ListServiceAccountKeysResponse_FieldSubPathArrayOfValues ¶
type ListServiceAccountKeysResponse_FieldSubPathArrayOfValues struct { ListServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsServiceAccountKeysPathArrayOfValues ¶
func (fpsaov *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsServiceAccountKeysPathArrayOfValues() (service_account_key.ServiceAccountKey_FieldPathArrayOfValues, bool)
func (*ListServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ListServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ListServiceAccountKeysResponse_FieldSubPathValue ¶
type ListServiceAccountKeysResponse_FieldSubPathValue struct { ListServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue ¶
func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) AsServiceAccountKeysPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
func (*ListServiceAccountKeysResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) CompareWith(source *ListServiceAccountKeysResponse) (int, bool)
func (*ListServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListServiceAccountKeysResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) GetRawValue() interface{}
func (*ListServiceAccountKeysResponse_FieldSubPathValue) SetTo ¶
func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) SetTo(target **ListServiceAccountKeysResponse)
func (*ListServiceAccountKeysResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListServiceAccountKeysResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListServiceAccountKeysResponse_FieldTerminalPath ¶
type ListServiceAccountKeysResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListServiceAccountKeysResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) ClearValue(item *ListServiceAccountKeysResponse)
func (*ListServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ListServiceAccountKeysResponse_FieldTerminalPath) Get ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) Get(source *ListServiceAccountKeysResponse) (values []interface{})
Get returns all values pointed by specific field from source ListServiceAccountKeysResponse
func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetDefault ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetRaw ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetSingle ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ListServiceAccountKeysResponse
func (*ListServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPath) IsLeaf ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListServiceAccountKeysResponse_FieldTerminalPath) JSONString ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListServiceAccountKeysResponse_FieldTerminalPath) String ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListServiceAccountKeysResponse_FieldPathArrayItemValue
func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListServiceAccountKeysResponse_FieldPathArrayOfValues
func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithIValue(value interface{}) ListServiceAccountKeysResponse_FieldPathValue
func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *ListServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue ¶
type ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue struct { ListServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue ¶
func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeysItemValue() (*service_account_key.ServiceAccountKey, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListServiceAccountKeysResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'ListServiceAccountKeysResponse'
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ListServiceAccountKeysResponse as interface{}
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListServiceAccountKeysResponse) (interface{}, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ListServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues ¶
type ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues struct { ListServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues ¶
func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeysArrayOfValues() ([][]*service_account_key.ServiceAccountKey, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ListServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ListServiceAccountKeysResponse_FieldTerminalPathValue ¶
type ListServiceAccountKeysResponse_FieldTerminalPathValue struct { ListServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*service_account_key.PagerCursor, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*service_account_key.PagerCursor, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeysValue() ([]*service_account_key.ServiceAccountKey, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith(source *ListServiceAccountKeysResponse) (int, bool)
CompareWith compares value in the 'ListServiceAccountKeysResponse_FieldTerminalPathValue' with the value under path in 'ListServiceAccountKeysResponse'.
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ListServiceAccountKeysResponse' as interface{}
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) SetTo(target **ListServiceAccountKeysResponse)
SetTo stores value for selected field for object ListServiceAccountKeysResponse
func (*ListServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ServiceAccountKeyServiceClient ¶
type ServiceAccountKeyServiceClient interface { GetServiceAccountKey(ctx context.Context, in *GetServiceAccountKeyRequest, opts ...grpc.CallOption) (*service_account_key.ServiceAccountKey, error) BatchGetServiceAccountKeys(ctx context.Context, in *BatchGetServiceAccountKeysRequest, opts ...grpc.CallOption) (*BatchGetServiceAccountKeysResponse, error) ListServiceAccountKeys(ctx context.Context, in *ListServiceAccountKeysRequest, opts ...grpc.CallOption) (*ListServiceAccountKeysResponse, error) WatchServiceAccountKey(ctx context.Context, in *WatchServiceAccountKeyRequest, opts ...grpc.CallOption) (WatchServiceAccountKeyClientStream, error) WatchServiceAccountKeys(ctx context.Context, in *WatchServiceAccountKeysRequest, opts ...grpc.CallOption) (WatchServiceAccountKeysClientStream, error) CreateServiceAccountKey(ctx context.Context, in *CreateServiceAccountKeyRequest, opts ...grpc.CallOption) (*service_account_key.ServiceAccountKey, error) UpdateServiceAccountKey(ctx context.Context, in *UpdateServiceAccountKeyRequest, opts ...grpc.CallOption) (*service_account_key.ServiceAccountKey, error) DeleteServiceAccountKey(ctx context.Context, in *DeleteServiceAccountKeyRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
ServiceAccountKeyServiceClient is the client API for ServiceAccountKeyService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewServiceAccountKeyServiceClient ¶
func NewServiceAccountKeyServiceClient(cc grpc.ClientConnInterface) ServiceAccountKeyServiceClient
type ServiceAccountKeyServiceDescriptor ¶ added in v0.4.28
type ServiceAccountKeyServiceDescriptor struct{}
func GetServiceAccountKeyServiceDescriptor ¶ added in v0.4.28
func GetServiceAccountKeyServiceDescriptor() *ServiceAccountKeyServiceDescriptor
func (*ServiceAccountKeyServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*ServiceAccountKeyServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetApiName() string
func (*ServiceAccountKeyServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetFullAPIName() string
func (*ServiceAccountKeyServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetProtoPkgName() string
func (*ServiceAccountKeyServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetServiceDomain() string
func (*ServiceAccountKeyServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ServiceAccountKeyServiceDescriptor) GetServiceVersion() string
type UpdateServiceAccountKeyDescriptor ¶ added in v0.4.28
type UpdateServiceAccountKeyDescriptor struct{}
func GetUpdateServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetUpdateServiceAccountKeyDescriptor() *UpdateServiceAccountKeyDescriptor
func (*UpdateServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetApiName() string
func (*UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetFullMethodName() string
func (*UpdateServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetMethodName() string
func (*UpdateServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*UpdateServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetServiceDomain() string
func (*UpdateServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetServiceVersion() string
func (*UpdateServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) GetVerb() string
func (*UpdateServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) HasResource() bool
func (*UpdateServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) IsClientStream() bool
func (*UpdateServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) IsCollection() bool
func (*UpdateServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *UpdateServiceAccountKeyDescriptor) IsPlural() bool
func (*UpdateServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) IsServerStream() bool
func (*UpdateServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) IsUnary() bool
func (*UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *UpdateServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type UpdateServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type UpdateServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type UpdateServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateServiceAccountKeyRequest ¶
type UpdateServiceAccountKeyRequest struct { // ServiceAccountKey resource body ServiceAccountKey *service_account_key.ServiceAccountKey `` /* 144-byte string literal not displayed */ // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *service_account_key.ServiceAccountKey_FieldMask `` /* 153-byte string literal not displayed */ // Conditional update applied to request if update should be executed only for // specific resource state. If this field is populated, then server will fetch // existing resource, compare with the one stored in the cas field (after // applying field mask) and proceed with update only and only if they match. // Otherwise RPC error Aborted will be returned. Cas *UpdateServiceAccountKeyRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // contains filtered or unexported fields }
Request message for method [UpdateServiceAccountKey][ntt.iam.v1alpha2.UpdateServiceAccountKey]
func (*UpdateServiceAccountKeyRequest) Clone ¶
func (o *UpdateServiceAccountKeyRequest) Clone() *UpdateServiceAccountKeyRequest
func (*UpdateServiceAccountKeyRequest) CloneRaw ¶
func (o *UpdateServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateServiceAccountKeyRequest) Descriptor ¶
func (*UpdateServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*UpdateServiceAccountKeyRequest) GetCas ¶
func (m *UpdateServiceAccountKeyRequest) GetCas() *UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequest) GetServiceAccountKey ¶
func (m *UpdateServiceAccountKeyRequest) GetServiceAccountKey() *service_account_key.ServiceAccountKey
func (*UpdateServiceAccountKeyRequest) GetUpdateMask ¶
func (m *UpdateServiceAccountKeyRequest) GetUpdateMask() *service_account_key.ServiceAccountKey_FieldMask
func (*UpdateServiceAccountKeyRequest) GotenMessage ¶
func (*UpdateServiceAccountKeyRequest) GotenMessage()
func (*UpdateServiceAccountKeyRequest) GotenObjectExt ¶
func (o *UpdateServiceAccountKeyRequest) GotenObjectExt()
func (*UpdateServiceAccountKeyRequest) GotenValidate ¶
func (obj *UpdateServiceAccountKeyRequest) GotenValidate() error
func (*UpdateServiceAccountKeyRequest) MakeDiffFieldMask ¶
func (o *UpdateServiceAccountKeyRequest) MakeDiffFieldMask(other *UpdateServiceAccountKeyRequest) *UpdateServiceAccountKeyRequest_FieldMask
func (*UpdateServiceAccountKeyRequest) MakeFullFieldMask ¶
func (o *UpdateServiceAccountKeyRequest) MakeFullFieldMask() *UpdateServiceAccountKeyRequest_FieldMask
func (*UpdateServiceAccountKeyRequest) MakeRawDiffFieldMask ¶
func (o *UpdateServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateServiceAccountKeyRequest) MakeRawFullFieldMask ¶
func (o *UpdateServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateServiceAccountKeyRequest) Marshal ¶
func (m *UpdateServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*UpdateServiceAccountKeyRequest) MarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*UpdateServiceAccountKeyRequest) Merge ¶
func (o *UpdateServiceAccountKeyRequest) Merge(source *UpdateServiceAccountKeyRequest)
func (*UpdateServiceAccountKeyRequest) MergeRaw ¶
func (o *UpdateServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateServiceAccountKeyRequest) ProtoMessage ¶
func (*UpdateServiceAccountKeyRequest) ProtoMessage()
func (*UpdateServiceAccountKeyRequest) ProtoReflect ¶
func (m *UpdateServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*UpdateServiceAccountKeyRequest) Reset ¶
func (m *UpdateServiceAccountKeyRequest) Reset()
func (*UpdateServiceAccountKeyRequest) SetCas ¶
func (m *UpdateServiceAccountKeyRequest) SetCas(fv *UpdateServiceAccountKeyRequest_CAS)
func (*UpdateServiceAccountKeyRequest) SetServiceAccountKey ¶
func (m *UpdateServiceAccountKeyRequest) SetServiceAccountKey(fv *service_account_key.ServiceAccountKey)
func (*UpdateServiceAccountKeyRequest) SetUpdateMask ¶
func (m *UpdateServiceAccountKeyRequest) SetUpdateMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*UpdateServiceAccountKeyRequest) String ¶
func (m *UpdateServiceAccountKeyRequest) String() string
func (*UpdateServiceAccountKeyRequest) Unmarshal ¶
func (m *UpdateServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*UpdateServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type UpdateServiceAccountKeyRequestCASFieldPathBuilder ¶
type UpdateServiceAccountKeyRequestCASFieldPathBuilder struct{}
func NewUpdateServiceAccountKeyRequestCASFieldPathBuilder ¶
func NewUpdateServiceAccountKeyRequestCASFieldPathBuilder() UpdateServiceAccountKeyRequestCASFieldPathBuilder
func (UpdateServiceAccountKeyRequestCASFieldPathBuilder) ConditionalState ¶
type UpdateServiceAccountKeyRequestCAS_FieldPath ¶
type UpdateServiceAccountKeyRequestCAS_FieldPath interface { gotenobject.FieldPath Selector() UpdateServiceAccountKeyRequestCAS_FieldPathSelector Get(source *UpdateServiceAccountKeyRequest_CAS) []interface{} GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool) ClearValue(item *UpdateServiceAccountKeyRequest_CAS) // Those methods build corresponding UpdateServiceAccountKeyRequestCAS_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathValue WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateServiceAccountKeyRequestCAS_FieldPath ¶
func BuildUpdateServiceAccountKeyRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdateServiceAccountKeyRequestCAS_FieldPath, error)
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPath ¶
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPath(rawField string) UpdateServiceAccountKeyRequestCAS_FieldPath
func ParseUpdateServiceAccountKeyRequestCAS_FieldPath ¶
func ParseUpdateServiceAccountKeyRequestCAS_FieldPath(rawField string) (UpdateServiceAccountKeyRequestCAS_FieldPath, error)
type UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue ¶
type UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateServiceAccountKeyRequestCAS_FieldPath ContainsValue(*UpdateServiceAccountKeyRequest_CAS) bool }
UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue ¶
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue
func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue ¶
func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue, error)
ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues ¶
type UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateServiceAccountKeyRequestCAS_FieldPath }
UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues ¶
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues
func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues ¶
func ParseUpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues, error)
type UpdateServiceAccountKeyRequestCAS_FieldPathSelector ¶
type UpdateServiceAccountKeyRequestCAS_FieldPathSelector int32
const ( UpdateServiceAccountKeyRequestCAS_FieldPathSelectorConditionalState UpdateServiceAccountKeyRequestCAS_FieldPathSelector = 0 UpdateServiceAccountKeyRequestCAS_FieldPathSelectorFieldMask UpdateServiceAccountKeyRequestCAS_FieldPathSelector = 1 )
func (UpdateServiceAccountKeyRequestCAS_FieldPathSelector) String ¶
func (s UpdateServiceAccountKeyRequestCAS_FieldPathSelector) String() string
type UpdateServiceAccountKeyRequestCAS_FieldPathValue ¶
type UpdateServiceAccountKeyRequestCAS_FieldPathValue interface { UpdateServiceAccountKeyRequestCAS_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateServiceAccountKeyRequest_CAS) CompareWith(*UpdateServiceAccountKeyRequest_CAS) (cmp int, comparable bool) }
UpdateServiceAccountKeyRequestCAS_FieldPathValue allows storing values for CAS fields according to their type
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathValue ¶
func MustParseUpdateServiceAccountKeyRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateServiceAccountKeyRequestCAS_FieldPathValue
func ParseUpdateServiceAccountKeyRequestCAS_FieldPathValue ¶
func ParseUpdateServiceAccountKeyRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequestCAS_FieldPathValue, error)
type UpdateServiceAccountKeyRequestCAS_FieldSubPath ¶
type UpdateServiceAccountKeyRequestCAS_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) AsConditionalStateSubPath ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) AsConditionalStateSubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValue ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValue(item *UpdateServiceAccountKeyRequest_CAS)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) Get ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) Get(source *UpdateServiceAccountKeyRequest_CAS) (values []interface{})
Get returns all values pointed by selected field from source UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetDefault ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetRaw ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingle ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool)
GetSingle returns value of selected field from source UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) IsLeaf ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) JSONString ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) String ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIValue ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathValue
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIValue ¶
func (fps *UpdateServiceAccountKeyRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue ¶
type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue struct { UpdateServiceAccountKeyRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue ¶
func (fpaivs *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues ¶
type UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues struct { UpdateServiceAccountKeyRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues ¶
func (fpsaov *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (service_account_key.ServiceAccountKey_FieldPathArrayOfValues, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateServiceAccountKeyRequestCAS_FieldSubPathValue ¶
type UpdateServiceAccountKeyRequestCAS_FieldSubPathValue struct { UpdateServiceAccountKeyRequestCAS_FieldPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) AsConditionalStatePathValue ¶
func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWith(source *UpdateServiceAccountKeyRequest_CAS) (int, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetTo(target **UpdateServiceAccountKeyRequest_CAS)
func (*UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateServiceAccountKeyRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPath ¶
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValue ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValue(item *UpdateServiceAccountKeyRequest_CAS)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) Get ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) Get(source *UpdateServiceAccountKeyRequest_CAS) (values []interface{})
Get returns all values pointed by specific field from source UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetDefault ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetRaw ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingle ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) JSONString ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) String ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIValue ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequestCAS_FieldPathValue
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateServiceAccountKeyRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue ¶
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue struct { UpdateServiceAccountKeyRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest_CAS) bool
Contains returns a boolean indicating if value that is being held is present in given 'CAS'
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateServiceAccountKeyRequest_CAS as interface{}
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateServiceAccountKeyRequest_CAS) (interface{}, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues ¶
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues struct { UpdateServiceAccountKeyRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues ¶
func (fpaov *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*service_account_key.ServiceAccountKey, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue ¶
type UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue struct { UpdateServiceAccountKeyRequestCAS_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsConditionalStateValue ¶
func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*service_account_key.ServiceAccountKey, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdateServiceAccountKeyRequest_CAS) (int, bool)
CompareWith compares value in the 'UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateServiceAccountKeyRequest_CAS'.
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CAS' as interface{}
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetTo(target **UpdateServiceAccountKeyRequest_CAS)
SetTo stores value for selected field for object CAS
func (*UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdateServiceAccountKeyRequestFieldPathBuilder ¶
type UpdateServiceAccountKeyRequestFieldPathBuilder struct{}
func NewUpdateServiceAccountKeyRequestFieldPathBuilder ¶
func NewUpdateServiceAccountKeyRequestFieldPathBuilder() UpdateServiceAccountKeyRequestFieldPathBuilder
func (UpdateServiceAccountKeyRequestFieldPathBuilder) ServiceAccountKey ¶
func (UpdateServiceAccountKeyRequestFieldPathBuilder) ServiceAccountKey() UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey
func (UpdateServiceAccountKeyRequestFieldPathBuilder) UpdateMask ¶
type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath ¶
func (UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards ¶
type UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations ¶
type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath ¶
func (UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels ¶
type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards ¶
type UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestMapPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCas ¶
type UpdateServiceAccountKeyRequestPathSelectorCas struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCas) ConditionalState ¶
func (UpdateServiceAccountKeyRequestPathSelectorCas) ConditionalState() UpdateServiceAccountKeyRequestPathSelectorCasConditionalState
func (UpdateServiceAccountKeyRequestPathSelectorCas) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithArrayOfValues(values []*UpdateServiceAccountKeyRequest_CAS) *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorCas) WithSubArrayItemValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
func (UpdateServiceAccountKeyRequestPathSelectorCas) WithSubArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorCas) WithSubPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCas) WithSubValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCas) WithSubValue(subPathValue UpdateServiceAccountKeyRequestCAS_FieldPathValue) *UpdateServiceAccountKeyRequest_FieldSubPathValue
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalState ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalState struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) DisplayName ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) PrivateKeyData ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) PublicKeyData ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) ValidNotAfter ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) ValidNotBefore ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateAlgorithm) WithArrayOfValues ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey ¶ added in v0.8.9
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey) FieldPath ¶ added in v0.8.9
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey) WithArrayOfValues ¶ added in v0.8.9
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateApiKey) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Annotations ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) CreateTime ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) DeleteTime ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Generation ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) Lifecycle ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) OwnerReferences ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) ResourceVersion ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) UpdateTime ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) State ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*service_account_key.Name) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePrivateKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStatePublicKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore ¶
type UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasConditionalStateValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorCasFieldMask ¶
type UpdateServiceAccountKeyRequestPathSelectorCasFieldMask struct{}
func (UpdateServiceAccountKeyRequestPathSelectorCasFieldMask) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) DisplayName ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) PrivateKeyData ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) PublicKeyData ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotAfter ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) ValidNotBefore ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayItemValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayItemValue(subPathArrayItemValue service_account_key.ServiceAccountKey_FieldPathArrayItemValue) *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubArrayOfValues(subPathArrayOfValues service_account_key.ServiceAccountKey_FieldPathArrayOfValues) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKey) WithSubValue(subPathValue service_account_key.ServiceAccountKey_FieldPathValue) *UpdateServiceAccountKeyRequest_FieldSubPathValue
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyAlgorithm) WithArrayOfValues ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey ¶ added in v0.8.9
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) FieldPath ¶ added in v0.8.9
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithArrayOfValues ¶ added in v0.8.9
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyApiKey) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Annotations ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) CreateTime ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) DeleteTime ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Generation ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) Lifecycle ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) OwnerReferences ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) ResourceVersion ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) UpdateTime ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataGeneration) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLabels) WithValue(value map[string]string) *UpdateServiceAccountKeyRequest_FieldSubPathValue
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) State ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Controller ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Region ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) Version ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferences) WithItemValue ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithValue ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataShards) WithValue(value map[string]int64) *UpdateServiceAccountKeyRequest_FieldSubPathValue
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) OwningRegion ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) FieldPath ¶
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataSyncingRegions) WithItemValue ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataTags) WithItemValue ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyMetadataUuid) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyName) WithArrayOfValues(values []*service_account_key.Name) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore ¶
type UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore struct{}
func (UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequestPathSelectorUpdateMask ¶
type UpdateServiceAccountKeyRequestPathSelectorUpdateMask struct{}
func (UpdateServiceAccountKeyRequestPathSelectorUpdateMask) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequestPathSelectorUpdateMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
type UpdateServiceAccountKeyRequest_CAS ¶
type UpdateServiceAccountKeyRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *service_account_key.ServiceAccountKey `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.
func (*UpdateServiceAccountKeyRequest_CAS) Clone ¶
func (o *UpdateServiceAccountKeyRequest_CAS) Clone() *UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequest_CAS) CloneRaw ¶
func (o *UpdateServiceAccountKeyRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
func (*UpdateServiceAccountKeyRequest_CAS) Descriptor ¶
func (*UpdateServiceAccountKeyRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateServiceAccountKeyRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateServiceAccountKeyRequest_CAS) GetConditionalState ¶
func (m *UpdateServiceAccountKeyRequest_CAS) GetConditionalState() *service_account_key.ServiceAccountKey
func (*UpdateServiceAccountKeyRequest_CAS) GetFieldMask ¶
func (m *UpdateServiceAccountKeyRequest_CAS) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage ¶
func (*UpdateServiceAccountKeyRequest_CAS) GotenMessage()
func (*UpdateServiceAccountKeyRequest_CAS) GotenObjectExt ¶
func (o *UpdateServiceAccountKeyRequest_CAS) GotenObjectExt()
func (*UpdateServiceAccountKeyRequest_CAS) GotenValidate ¶
func (obj *UpdateServiceAccountKeyRequest_CAS) GotenValidate() error
func (*UpdateServiceAccountKeyRequest_CAS) MakeDiffFieldMask ¶
func (o *UpdateServiceAccountKeyRequest_CAS) MakeDiffFieldMask(other *UpdateServiceAccountKeyRequest_CAS) *UpdateServiceAccountKeyRequest_CAS_FieldMask
func (*UpdateServiceAccountKeyRequest_CAS) MakeFullFieldMask ¶
func (o *UpdateServiceAccountKeyRequest_CAS) MakeFullFieldMask() *UpdateServiceAccountKeyRequest_CAS_FieldMask
func (*UpdateServiceAccountKeyRequest_CAS) MakeRawDiffFieldMask ¶
func (o *UpdateServiceAccountKeyRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*UpdateServiceAccountKeyRequest_CAS) MakeRawFullFieldMask ¶
func (o *UpdateServiceAccountKeyRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
func (*UpdateServiceAccountKeyRequest_CAS) Marshal ¶
func (m *UpdateServiceAccountKeyRequest_CAS) Marshal() ([]byte, error)
func (*UpdateServiceAccountKeyRequest_CAS) MarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateServiceAccountKeyRequest_CAS) Merge ¶
func (o *UpdateServiceAccountKeyRequest_CAS) Merge(source *UpdateServiceAccountKeyRequest_CAS)
func (*UpdateServiceAccountKeyRequest_CAS) MergeRaw ¶
func (o *UpdateServiceAccountKeyRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage ¶
func (*UpdateServiceAccountKeyRequest_CAS) ProtoMessage()
func (*UpdateServiceAccountKeyRequest_CAS) ProtoReflect ¶
func (m *UpdateServiceAccountKeyRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateServiceAccountKeyRequest_CAS) Reset ¶
func (m *UpdateServiceAccountKeyRequest_CAS) Reset()
func (*UpdateServiceAccountKeyRequest_CAS) SetConditionalState ¶
func (m *UpdateServiceAccountKeyRequest_CAS) SetConditionalState(fv *service_account_key.ServiceAccountKey)
func (*UpdateServiceAccountKeyRequest_CAS) SetFieldMask ¶
func (m *UpdateServiceAccountKeyRequest_CAS) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*UpdateServiceAccountKeyRequest_CAS) String ¶
func (m *UpdateServiceAccountKeyRequest_CAS) String() string
func (*UpdateServiceAccountKeyRequest_CAS) Unmarshal ¶
func (m *UpdateServiceAccountKeyRequest_CAS) Unmarshal(b []byte) error
func (*UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON ¶
func (m *UpdateServiceAccountKeyRequest_CAS) UnmarshalJSON(data []byte) error
type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels ¶
type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards ¶
type UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) DisplayName ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) PrivateKeyData ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) PublicKeyData ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) ValidNotAfter ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) ValidNotBefore ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*service_account_key.ServiceAccountKey) *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubArrayItemValue ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue service_account_key.ServiceAccountKey_FieldPathArrayItemValue) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayItemValue
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues service_account_key.ServiceAccountKey_FieldPathArrayOfValues) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalState) WithSubValue ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateAlgorithm) WithArrayOfValues ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey ¶ added in v0.8.9
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey) FieldPath ¶ added in v0.8.9
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey) WithArrayOfValues ¶ added in v0.8.9
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateApiKey) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Annotations ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) CreateTime ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) DeleteTime ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Generation ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) Lifecycle ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) UpdateTime ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) State ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion ¶ added in v0.8.0
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath ¶ added in v0.8.0
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath ¶
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*service_account_key.Name) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePrivateKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStatePublicKeyData) WithArrayOfValues(values []string) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotAfter) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorConditionalStateValidNotBefore) WithArrayOfValues(values []*timestamp.Timestamp) *UpdateServiceAccountKeyRequestCAS_FieldSubPathArrayOfValues
type UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask ¶
type UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask struct{}
func (UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask) WithArrayOfValues ¶
func (s UpdateServiceAccountKeyRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *UpdateServiceAccountKeyRequestCAS_FieldTerminalPathArrayOfValues
type UpdateServiceAccountKeyRequest_CAS_FieldMask ¶
type UpdateServiceAccountKeyRequest_CAS_FieldMask struct {
Paths []UpdateServiceAccountKeyRequestCAS_FieldPath
}
func FullUpdateServiceAccountKeyRequest_CAS_FieldMask ¶
func FullUpdateServiceAccountKeyRequest_CAS_FieldMask() *UpdateServiceAccountKeyRequest_CAS_FieldMask
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendPath ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendPath(path UpdateServiceAccountKeyRequestCAS_FieldPath)
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) FilterInputFields() *UpdateServiceAccountKeyRequest_CAS_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) GetPaths ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) GetPaths() []UpdateServiceAccountKeyRequestCAS_FieldPath
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) IsFull ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) IsFull() bool
func (UpdateServiceAccountKeyRequest_CAS_FieldMask) Marshal ¶
func (fieldMask UpdateServiceAccountKeyRequest_CAS_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateServiceAccountKeyRequest_CAS_FieldMask) MarshalJSON ¶
func (fieldMask UpdateServiceAccountKeyRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) PathsCount ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) PathsCount() int
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Project ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Project(source *UpdateServiceAccountKeyRequest_CAS) *UpdateServiceAccountKeyRequest_CAS
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoMessage()
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ProtoReflect() preflect.Message
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Reset ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Reset()
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Set ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Set(target, source *UpdateServiceAccountKeyRequest_CAS)
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) SetRaw ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Size ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Size() int
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) String ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) String() string
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Subtract ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Subtract(other *UpdateServiceAccountKeyRequest_CAS_FieldMask) *UpdateServiceAccountKeyRequest_CAS_FieldMask
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) Unmarshal ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) Unmarshal(data []byte) error
func (*UpdateServiceAccountKeyRequest_CAS_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateServiceAccountKeyRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
type UpdateServiceAccountKeyRequest_FieldMask ¶
type UpdateServiceAccountKeyRequest_FieldMask struct {
Paths []UpdateServiceAccountKeyRequest_FieldPath
}
func FullUpdateServiceAccountKeyRequest_FieldMask ¶
func FullUpdateServiceAccountKeyRequest_FieldMask() *UpdateServiceAccountKeyRequest_FieldMask
func (*UpdateServiceAccountKeyRequest_FieldMask) AppendPath ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) AppendPath(path UpdateServiceAccountKeyRequest_FieldPath)
func (*UpdateServiceAccountKeyRequest_FieldMask) AppendRawPath ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*UpdateServiceAccountKeyRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*UpdateServiceAccountKeyRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*UpdateServiceAccountKeyRequest_FieldMask) FilterInputFields ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) FilterInputFields() *UpdateServiceAccountKeyRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*UpdateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*UpdateServiceAccountKeyRequest_FieldMask) GetPaths ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) GetPaths() []UpdateServiceAccountKeyRequest_FieldPath
func (*UpdateServiceAccountKeyRequest_FieldMask) GetRawPaths ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*UpdateServiceAccountKeyRequest_FieldMask) IsFull ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) IsFull() bool
func (UpdateServiceAccountKeyRequest_FieldMask) Marshal ¶
func (fieldMask UpdateServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (UpdateServiceAccountKeyRequest_FieldMask) MarshalJSON ¶
func (fieldMask UpdateServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*UpdateServiceAccountKeyRequest_FieldMask) PathsCount ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) PathsCount() int
func (*UpdateServiceAccountKeyRequest_FieldMask) Project ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Project(source *UpdateServiceAccountKeyRequest) *UpdateServiceAccountKeyRequest
func (*UpdateServiceAccountKeyRequest_FieldMask) ProjectRaw ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*UpdateServiceAccountKeyRequest_FieldMask) ProtoMessage ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ProtoMessage()
func (*UpdateServiceAccountKeyRequest_FieldMask) ProtoReflect ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
func (*UpdateServiceAccountKeyRequest_FieldMask) Reset ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Reset()
func (*UpdateServiceAccountKeyRequest_FieldMask) Set ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Set(target, source *UpdateServiceAccountKeyRequest)
func (*UpdateServiceAccountKeyRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
func (*UpdateServiceAccountKeyRequest_FieldMask) SetRaw ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*UpdateServiceAccountKeyRequest_FieldMask) Size ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Size() int
func (*UpdateServiceAccountKeyRequest_FieldMask) String ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) String() string
func (*UpdateServiceAccountKeyRequest_FieldMask) Subtract ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Subtract(other *UpdateServiceAccountKeyRequest_FieldMask) *UpdateServiceAccountKeyRequest_FieldMask
func (*UpdateServiceAccountKeyRequest_FieldMask) SubtractRaw ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*UpdateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*UpdateServiceAccountKeyRequest_FieldMask) Unmarshal ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
func (*UpdateServiceAccountKeyRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *UpdateServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
type UpdateServiceAccountKeyRequest_FieldPath ¶
type UpdateServiceAccountKeyRequest_FieldPath interface { gotenobject.FieldPath Selector() UpdateServiceAccountKeyRequest_FieldPathSelector Get(source *UpdateServiceAccountKeyRequest) []interface{} GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool) ClearValue(item *UpdateServiceAccountKeyRequest) // Those methods build corresponding UpdateServiceAccountKeyRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathValue WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildUpdateServiceAccountKeyRequest_FieldPath ¶
func BuildUpdateServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdateServiceAccountKeyRequest_FieldPath, error)
func MustParseUpdateServiceAccountKeyRequest_FieldPath ¶
func MustParseUpdateServiceAccountKeyRequest_FieldPath(rawField string) UpdateServiceAccountKeyRequest_FieldPath
func ParseUpdateServiceAccountKeyRequest_FieldPath ¶
func ParseUpdateServiceAccountKeyRequest_FieldPath(rawField string) (UpdateServiceAccountKeyRequest_FieldPath, error)
type UpdateServiceAccountKeyRequest_FieldPathArrayItemValue ¶
type UpdateServiceAccountKeyRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue UpdateServiceAccountKeyRequest_FieldPath ContainsValue(*UpdateServiceAccountKeyRequest) bool }
UpdateServiceAccountKeyRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateServiceAccountKeyRequest according to their type Present only for array (repeated) types.
func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue
func ParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func ParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequest_FieldPathArrayItemValue, error)
ParseUpdateServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type UpdateServiceAccountKeyRequest_FieldPathArrayOfValues ¶
type UpdateServiceAccountKeyRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues UpdateServiceAccountKeyRequest_FieldPath }
UpdateServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for UpdateServiceAccountKeyRequest fields according to their type
func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func MustParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues
func ParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func ParseUpdateServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateServiceAccountKeyRequest_FieldPathArrayOfValues, error)
type UpdateServiceAccountKeyRequest_FieldPathSelector ¶
type UpdateServiceAccountKeyRequest_FieldPathSelector int32
const ( UpdateServiceAccountKeyRequest_FieldPathSelectorServiceAccountKey UpdateServiceAccountKeyRequest_FieldPathSelector = 0 UpdateServiceAccountKeyRequest_FieldPathSelectorUpdateMask UpdateServiceAccountKeyRequest_FieldPathSelector = 1 UpdateServiceAccountKeyRequest_FieldPathSelectorCas UpdateServiceAccountKeyRequest_FieldPathSelector = 2 )
func (UpdateServiceAccountKeyRequest_FieldPathSelector) String ¶
func (s UpdateServiceAccountKeyRequest_FieldPathSelector) String() string
type UpdateServiceAccountKeyRequest_FieldPathValue ¶
type UpdateServiceAccountKeyRequest_FieldPathValue interface { UpdateServiceAccountKeyRequest_FieldPath gotenobject.FieldPathValue SetTo(target **UpdateServiceAccountKeyRequest) CompareWith(*UpdateServiceAccountKeyRequest) (cmp int, comparable bool) }
UpdateServiceAccountKeyRequest_FieldPathValue allows storing values for UpdateServiceAccountKeyRequest fields according to their type
func MustParseUpdateServiceAccountKeyRequest_FieldPathValue ¶
func MustParseUpdateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) UpdateServiceAccountKeyRequest_FieldPathValue
func ParseUpdateServiceAccountKeyRequest_FieldPathValue ¶
func ParseUpdateServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (UpdateServiceAccountKeyRequest_FieldPathValue, error)
type UpdateServiceAccountKeyRequest_FieldSubPath ¶
type UpdateServiceAccountKeyRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*UpdateServiceAccountKeyRequest_FieldSubPath) AsCasSubPath ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) AsCasSubPath() (UpdateServiceAccountKeyRequestCAS_FieldPath, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) AsServiceAccountKeySubPath() (service_account_key.ServiceAccountKey_FieldPath, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPath) ClearValue ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) ClearValue(item *UpdateServiceAccountKeyRequest)
func (*UpdateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*UpdateServiceAccountKeyRequest_FieldSubPath) Get ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) Get(source *UpdateServiceAccountKeyRequest) (values []interface{})
Get returns all values pointed by selected field from source UpdateServiceAccountKeyRequest
func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetDefault ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetRaw ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetSingle ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool)
GetSingle returns value of selected field from source UpdateServiceAccountKeyRequest
func (*UpdateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPath) IsLeaf ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateServiceAccountKeyRequest_FieldSubPath) JSONString ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateServiceAccountKeyRequest_FieldSubPath) Selector ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) Selector() UpdateServiceAccountKeyRequest_FieldPathSelector
func (*UpdateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateServiceAccountKeyRequest_FieldSubPath) String ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithIValue ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathValue
func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIValue ¶
func (fps *UpdateServiceAccountKeyRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue ¶
type UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue struct { UpdateServiceAccountKeyRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsCasPathItemValue ¶
func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdateServiceAccountKeyRequestCAS_FieldPathArrayItemValue, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue ¶
func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue() (service_account_key.ServiceAccountKey_FieldPathArrayItemValue, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateServiceAccountKeyRequest'
func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *UpdateServiceAccountKeyRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues ¶
type UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues struct { UpdateServiceAccountKeyRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues ¶
func (fpsaov *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdateServiceAccountKeyRequestCAS_FieldPathArrayOfValues, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues ¶
func (fpsaov *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues() (service_account_key.ServiceAccountKey_FieldPathArrayOfValues, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *UpdateServiceAccountKeyRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type UpdateServiceAccountKeyRequest_FieldSubPathValue ¶
type UpdateServiceAccountKeyRequest_FieldSubPathValue struct { UpdateServiceAccountKeyRequest_FieldPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) AsCasPathValue ¶
func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) AsCasPathValue() (UpdateServiceAccountKeyRequestCAS_FieldPathValue, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue ¶
func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) AsServiceAccountKeyPathValue() (service_account_key.ServiceAccountKey_FieldPathValue, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWith(source *UpdateServiceAccountKeyRequest) (int, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) GetRawValue() interface{}
func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) SetTo ¶
func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) SetTo(target **UpdateServiceAccountKeyRequest)
func (*UpdateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *UpdateServiceAccountKeyRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type UpdateServiceAccountKeyRequest_FieldTerminalPath ¶
type UpdateServiceAccountKeyRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValue ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *UpdateServiceAccountKeyRequest)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) Get ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) Get(source *UpdateServiceAccountKeyRequest) (values []interface{})
Get returns all values pointed by specific field from source UpdateServiceAccountKeyRequest
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetDefault ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetRaw ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingle ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source UpdateServiceAccountKeyRequest
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) JSONString ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) String ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateServiceAccountKeyRequest_FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIValue ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) UpdateServiceAccountKeyRequest_FieldPathValue
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *UpdateServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue ¶
type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct { UpdateServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdateServiceAccountKeyRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'UpdateServiceAccountKeyRequest'
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object UpdateServiceAccountKeyRequest as interface{}
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateServiceAccountKeyRequest) (interface{}, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues ¶
type UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct { UpdateServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues ¶
func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdateServiceAccountKeyRequest_CAS, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues ¶
func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues() ([]*service_account_key.ServiceAccountKey, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues ¶
func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *UpdateServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type UpdateServiceAccountKeyRequest_FieldTerminalPathValue ¶
type UpdateServiceAccountKeyRequest_FieldTerminalPathValue struct { UpdateServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsCasValue ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsCasValue() (*UpdateServiceAccountKeyRequest_CAS, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsServiceAccountKeyValue() (*service_account_key.ServiceAccountKey, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsUpdateMaskValue ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *UpdateServiceAccountKeyRequest) (int, bool)
CompareWith compares value in the 'UpdateServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'UpdateServiceAccountKeyRequest'.
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'UpdateServiceAccountKeyRequest' as interface{}
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **UpdateServiceAccountKeyRequest)
SetTo stores value for selected field for object UpdateServiceAccountKeyRequest
func (*UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdateServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchServiceAccountKeyClientStream ¶
type WatchServiceAccountKeyClientStream interface { Recv() (*WatchServiceAccountKeyResponse, error) grpc.ClientStream }
type WatchServiceAccountKeyDescriptor ¶ added in v0.4.28
type WatchServiceAccountKeyDescriptor struct{}
func GetWatchServiceAccountKeyDescriptor ¶ added in v0.4.28
func GetWatchServiceAccountKeyDescriptor() *WatchServiceAccountKeyDescriptor
func (*WatchServiceAccountKeyDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchServiceAccountKeyDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetApiName() string
func (*WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeyDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetFullMethodName() string
func (*WatchServiceAccountKeyDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetMethodName() string
func (*WatchServiceAccountKeyDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetProtoPkgName() string
func (*WatchServiceAccountKeyDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeyDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetServiceDomain() string
func (*WatchServiceAccountKeyDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetServiceVersion() string
func (*WatchServiceAccountKeyDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) GetVerb() string
func (*WatchServiceAccountKeyDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) HasResource() bool
func (*WatchServiceAccountKeyDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) IsClientStream() bool
func (*WatchServiceAccountKeyDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) IsCollection() bool
func (*WatchServiceAccountKeyDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchServiceAccountKeyDescriptor) IsPlural() bool
func (*WatchServiceAccountKeyDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) IsServerStream() bool
func (*WatchServiceAccountKeyDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) IsUnary() bool
func (*WatchServiceAccountKeyDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchServiceAccountKeyDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchServiceAccountKeyDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchServiceAccountKeyDescriptor) RequestHasResourceBody() bool
type WatchServiceAccountKeyDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeyDescriptorClientMsgHandle struct{}
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeyDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeyDescriptorServerMsgHandle struct{}
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeyDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeyRequest ¶
type WatchServiceAccountKeyRequest struct { // Reference to ntt.iam.v1alpha2.ServiceAccountKey Name *service_account_key.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [WatchServiceAccountKey][ntt.iam.v1alpha2.WatchServiceAccountKey]
func (*WatchServiceAccountKeyRequest) Clone ¶
func (o *WatchServiceAccountKeyRequest) Clone() *WatchServiceAccountKeyRequest
func (*WatchServiceAccountKeyRequest) CloneRaw ¶
func (o *WatchServiceAccountKeyRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchServiceAccountKeyRequest) Descriptor ¶
func (*WatchServiceAccountKeyRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeyRequest.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeyRequest) GetFieldMask ¶
func (m *WatchServiceAccountKeyRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*WatchServiceAccountKeyRequest) GetName ¶
func (m *WatchServiceAccountKeyRequest) GetName() *service_account_key.Reference
func (*WatchServiceAccountKeyRequest) GetView ¶
func (m *WatchServiceAccountKeyRequest) GetView() view.View
func (*WatchServiceAccountKeyRequest) GotenMessage ¶
func (*WatchServiceAccountKeyRequest) GotenMessage()
func (*WatchServiceAccountKeyRequest) GotenObjectExt ¶
func (o *WatchServiceAccountKeyRequest) GotenObjectExt()
func (*WatchServiceAccountKeyRequest) GotenValidate ¶
func (obj *WatchServiceAccountKeyRequest) GotenValidate() error
func (*WatchServiceAccountKeyRequest) MakeDiffFieldMask ¶
func (o *WatchServiceAccountKeyRequest) MakeDiffFieldMask(other *WatchServiceAccountKeyRequest) *WatchServiceAccountKeyRequest_FieldMask
func (*WatchServiceAccountKeyRequest) MakeFullFieldMask ¶
func (o *WatchServiceAccountKeyRequest) MakeFullFieldMask() *WatchServiceAccountKeyRequest_FieldMask
func (*WatchServiceAccountKeyRequest) MakeRawDiffFieldMask ¶
func (o *WatchServiceAccountKeyRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchServiceAccountKeyRequest) MakeRawFullFieldMask ¶
func (o *WatchServiceAccountKeyRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchServiceAccountKeyRequest) Marshal ¶
func (m *WatchServiceAccountKeyRequest) Marshal() ([]byte, error)
func (*WatchServiceAccountKeyRequest) MarshalJSON ¶
func (m *WatchServiceAccountKeyRequest) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeyRequest) Merge ¶
func (o *WatchServiceAccountKeyRequest) Merge(source *WatchServiceAccountKeyRequest)
func (*WatchServiceAccountKeyRequest) MergeRaw ¶
func (o *WatchServiceAccountKeyRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeyRequest) ProtoMessage ¶
func (*WatchServiceAccountKeyRequest) ProtoMessage()
func (*WatchServiceAccountKeyRequest) ProtoReflect ¶
func (m *WatchServiceAccountKeyRequest) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeyRequest) Reset ¶
func (m *WatchServiceAccountKeyRequest) Reset()
func (*WatchServiceAccountKeyRequest) SetFieldMask ¶
func (m *WatchServiceAccountKeyRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*WatchServiceAccountKeyRequest) SetName ¶
func (m *WatchServiceAccountKeyRequest) SetName(fv *service_account_key.Reference)
func (*WatchServiceAccountKeyRequest) SetView ¶
func (m *WatchServiceAccountKeyRequest) SetView(fv view.View)
func (*WatchServiceAccountKeyRequest) String ¶
func (m *WatchServiceAccountKeyRequest) String() string
func (*WatchServiceAccountKeyRequest) Unmarshal ¶
func (m *WatchServiceAccountKeyRequest) Unmarshal(b []byte) error
func (*WatchServiceAccountKeyRequest) UnmarshalJSON ¶
func (m *WatchServiceAccountKeyRequest) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeyRequestFieldPathBuilder ¶
type WatchServiceAccountKeyRequestFieldPathBuilder struct{}
func NewWatchServiceAccountKeyRequestFieldPathBuilder ¶
func NewWatchServiceAccountKeyRequestFieldPathBuilder() WatchServiceAccountKeyRequestFieldPathBuilder
type WatchServiceAccountKeyRequestPathSelectorFieldMask ¶
type WatchServiceAccountKeyRequestPathSelectorFieldMask struct{}
func (WatchServiceAccountKeyRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchServiceAccountKeyRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeyRequestPathSelectorName ¶
type WatchServiceAccountKeyRequestPathSelectorName struct{}
func (WatchServiceAccountKeyRequestPathSelectorName) WithArrayOfValues ¶
func (s WatchServiceAccountKeyRequestPathSelectorName) WithArrayOfValues(values []*service_account_key.Reference) *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeyRequestPathSelectorView ¶
type WatchServiceAccountKeyRequestPathSelectorView struct{}
func (WatchServiceAccountKeyRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchServiceAccountKeyRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeyRequestPathSelectorView) WithValue ¶
func (s WatchServiceAccountKeyRequestPathSelectorView) WithValue(value view.View) *WatchServiceAccountKeyRequest_FieldTerminalPathValue
type WatchServiceAccountKeyRequest_FieldMask ¶
type WatchServiceAccountKeyRequest_FieldMask struct {
Paths []WatchServiceAccountKeyRequest_FieldPath
}
func FullWatchServiceAccountKeyRequest_FieldMask ¶
func FullWatchServiceAccountKeyRequest_FieldMask() *WatchServiceAccountKeyRequest_FieldMask
func (*WatchServiceAccountKeyRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) AppendPath(path WatchServiceAccountKeyRequest_FieldPath)
func (*WatchServiceAccountKeyRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchServiceAccountKeyRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchServiceAccountKeyRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchServiceAccountKeyRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) FilterInputFields() *WatchServiceAccountKeyRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchServiceAccountKeyRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchServiceAccountKeyRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) GetPaths() []WatchServiceAccountKeyRequest_FieldPath
func (*WatchServiceAccountKeyRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeyRequest_FieldMask) IsFull ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) IsFull() bool
func (WatchServiceAccountKeyRequest_FieldMask) Marshal ¶
func (fieldMask WatchServiceAccountKeyRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchServiceAccountKeyRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchServiceAccountKeyRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeyRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) PathsCount() int
func (*WatchServiceAccountKeyRequest_FieldMask) Project ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Project(source *WatchServiceAccountKeyRequest) *WatchServiceAccountKeyRequest
func (*WatchServiceAccountKeyRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchServiceAccountKeyRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ProtoMessage()
func (*WatchServiceAccountKeyRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeyRequest_FieldMask) Reset ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Reset()
func (*WatchServiceAccountKeyRequest_FieldMask) Set ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Set(target, source *WatchServiceAccountKeyRequest)
func (*WatchServiceAccountKeyRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchServiceAccountKeyRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeyRequest_FieldMask) Size ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Size() int
func (*WatchServiceAccountKeyRequest_FieldMask) String ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) String() string
func (*WatchServiceAccountKeyRequest_FieldMask) Subtract ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Subtract(other *WatchServiceAccountKeyRequest_FieldMask) *WatchServiceAccountKeyRequest_FieldMask
func (*WatchServiceAccountKeyRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchServiceAccountKeyRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchServiceAccountKeyRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchServiceAccountKeyRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchServiceAccountKeyRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeyRequest_FieldPath ¶
type WatchServiceAccountKeyRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchServiceAccountKeyRequest_FieldPathSelector Get(source *WatchServiceAccountKeyRequest) []interface{} GetSingle(source *WatchServiceAccountKeyRequest) (interface{}, bool) ClearValue(item *WatchServiceAccountKeyRequest) // Those methods build corresponding WatchServiceAccountKeyRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchServiceAccountKeyRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchServiceAccountKeyRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchServiceAccountKeyRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchServiceAccountKeyRequest_FieldPath ¶
func BuildWatchServiceAccountKeyRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeyRequest_FieldPath, error)
func MustParseWatchServiceAccountKeyRequest_FieldPath ¶
func MustParseWatchServiceAccountKeyRequest_FieldPath(rawField string) WatchServiceAccountKeyRequest_FieldPath
func ParseWatchServiceAccountKeyRequest_FieldPath ¶
func ParseWatchServiceAccountKeyRequest_FieldPath(rawField string) (WatchServiceAccountKeyRequest_FieldPath, error)
type WatchServiceAccountKeyRequest_FieldPathArrayItemValue ¶
type WatchServiceAccountKeyRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchServiceAccountKeyRequest_FieldPath ContainsValue(*WatchServiceAccountKeyRequest) bool }
WatchServiceAccountKeyRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServiceAccountKeyRequest according to their type Present only for array (repeated) types.
func MustParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func MustParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeyRequest_FieldPathArrayItemValue
func ParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue ¶
func ParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeyRequest_FieldPathArrayItemValue, error)
ParseWatchServiceAccountKeyRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchServiceAccountKeyRequest_FieldPathArrayOfValues ¶
type WatchServiceAccountKeyRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchServiceAccountKeyRequest_FieldPath }
WatchServiceAccountKeyRequest_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeyRequest fields according to their type
func MustParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func MustParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeyRequest_FieldPathArrayOfValues
func ParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues ¶
func ParseWatchServiceAccountKeyRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeyRequest_FieldPathArrayOfValues, error)
type WatchServiceAccountKeyRequest_FieldPathSelector ¶
type WatchServiceAccountKeyRequest_FieldPathSelector int32
const ( WatchServiceAccountKeyRequest_FieldPathSelectorName WatchServiceAccountKeyRequest_FieldPathSelector = 0 WatchServiceAccountKeyRequest_FieldPathSelectorFieldMask WatchServiceAccountKeyRequest_FieldPathSelector = 1 WatchServiceAccountKeyRequest_FieldPathSelectorView WatchServiceAccountKeyRequest_FieldPathSelector = 2 )
func (WatchServiceAccountKeyRequest_FieldPathSelector) String ¶
func (s WatchServiceAccountKeyRequest_FieldPathSelector) String() string
type WatchServiceAccountKeyRequest_FieldPathValue ¶
type WatchServiceAccountKeyRequest_FieldPathValue interface { WatchServiceAccountKeyRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchServiceAccountKeyRequest) CompareWith(*WatchServiceAccountKeyRequest) (cmp int, comparable bool) }
WatchServiceAccountKeyRequest_FieldPathValue allows storing values for WatchServiceAccountKeyRequest fields according to their type
func MustParseWatchServiceAccountKeyRequest_FieldPathValue ¶
func MustParseWatchServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeyRequest_FieldPathValue
func ParseWatchServiceAccountKeyRequest_FieldPathValue ¶
func ParseWatchServiceAccountKeyRequest_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeyRequest_FieldPathValue, error)
type WatchServiceAccountKeyRequest_FieldTerminalPath ¶
type WatchServiceAccountKeyRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeyRequest)
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) Get ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) Get(source *WatchServiceAccountKeyRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchServiceAccountKeyRequest
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeyRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchServiceAccountKeyRequest
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) String ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeyRequest_FieldPathArrayItemValue
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeyRequest_FieldPathArrayOfValues
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeyRequest_FieldPathValue
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchServiceAccountKeyRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue ¶
type WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue struct { WatchServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeyRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchServiceAccountKeyRequest'
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchServiceAccountKeyRequest as interface{}
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeyRequest) (interface{}, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchServiceAccountKeyRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues ¶
type WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues struct { WatchServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*service_account_key.Reference, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchServiceAccountKeyRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchServiceAccountKeyRequest_FieldTerminalPathValue ¶
type WatchServiceAccountKeyRequest_FieldTerminalPathValue struct { WatchServiceAccountKeyRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsNameValue() (*service_account_key.Reference, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeyRequest) (int, bool)
CompareWith compares value in the 'WatchServiceAccountKeyRequest_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeyRequest'.
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchServiceAccountKeyRequest' as interface{}
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeyRequest)
SetTo stores value for selected field for object WatchServiceAccountKeyRequest
func (*WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchServiceAccountKeyRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchServiceAccountKeyResponse ¶
type WatchServiceAccountKeyResponse struct { Change *service_account_key.ServiceAccountKeyChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchServiceAccountKeyResponse
func (*WatchServiceAccountKeyResponse) Clone ¶
func (o *WatchServiceAccountKeyResponse) Clone() *WatchServiceAccountKeyResponse
func (*WatchServiceAccountKeyResponse) CloneRaw ¶
func (o *WatchServiceAccountKeyResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchServiceAccountKeyResponse) Descriptor ¶
func (*WatchServiceAccountKeyResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeyResponse.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeyResponse) GetChange ¶
func (m *WatchServiceAccountKeyResponse) GetChange() *service_account_key.ServiceAccountKeyChange
func (*WatchServiceAccountKeyResponse) GotenMessage ¶
func (*WatchServiceAccountKeyResponse) GotenMessage()
func (*WatchServiceAccountKeyResponse) GotenObjectExt ¶
func (o *WatchServiceAccountKeyResponse) GotenObjectExt()
func (*WatchServiceAccountKeyResponse) GotenValidate ¶
func (obj *WatchServiceAccountKeyResponse) GotenValidate() error
func (*WatchServiceAccountKeyResponse) MakeDiffFieldMask ¶
func (o *WatchServiceAccountKeyResponse) MakeDiffFieldMask(other *WatchServiceAccountKeyResponse) *WatchServiceAccountKeyResponse_FieldMask
func (*WatchServiceAccountKeyResponse) MakeFullFieldMask ¶
func (o *WatchServiceAccountKeyResponse) MakeFullFieldMask() *WatchServiceAccountKeyResponse_FieldMask
func (*WatchServiceAccountKeyResponse) MakeRawDiffFieldMask ¶
func (o *WatchServiceAccountKeyResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchServiceAccountKeyResponse) MakeRawFullFieldMask ¶
func (o *WatchServiceAccountKeyResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchServiceAccountKeyResponse) Marshal ¶
func (m *WatchServiceAccountKeyResponse) Marshal() ([]byte, error)
func (*WatchServiceAccountKeyResponse) MarshalJSON ¶
func (m *WatchServiceAccountKeyResponse) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeyResponse) Merge ¶
func (o *WatchServiceAccountKeyResponse) Merge(source *WatchServiceAccountKeyResponse)
func (*WatchServiceAccountKeyResponse) MergeRaw ¶
func (o *WatchServiceAccountKeyResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeyResponse) ProtoMessage ¶
func (*WatchServiceAccountKeyResponse) ProtoMessage()
func (*WatchServiceAccountKeyResponse) ProtoReflect ¶
func (m *WatchServiceAccountKeyResponse) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeyResponse) Reset ¶
func (m *WatchServiceAccountKeyResponse) Reset()
func (*WatchServiceAccountKeyResponse) SetChange ¶
func (m *WatchServiceAccountKeyResponse) SetChange(fv *service_account_key.ServiceAccountKeyChange)
func (*WatchServiceAccountKeyResponse) String ¶
func (m *WatchServiceAccountKeyResponse) String() string
func (*WatchServiceAccountKeyResponse) Unmarshal ¶
func (m *WatchServiceAccountKeyResponse) Unmarshal(b []byte) error
func (*WatchServiceAccountKeyResponse) UnmarshalJSON ¶
func (m *WatchServiceAccountKeyResponse) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeyResponseFieldPathBuilder ¶
type WatchServiceAccountKeyResponseFieldPathBuilder struct{}
func NewWatchServiceAccountKeyResponseFieldPathBuilder ¶
func NewWatchServiceAccountKeyResponseFieldPathBuilder() WatchServiceAccountKeyResponseFieldPathBuilder
type WatchServiceAccountKeyResponsePathSelectorChange ¶
type WatchServiceAccountKeyResponsePathSelectorChange struct{}
func (WatchServiceAccountKeyResponsePathSelectorChange) WithArrayOfValues ¶
func (s WatchServiceAccountKeyResponsePathSelectorChange) WithArrayOfValues(values []*service_account_key.ServiceAccountKeyChange) *WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeyResponse_FieldMask ¶
type WatchServiceAccountKeyResponse_FieldMask struct {
Paths []WatchServiceAccountKeyResponse_FieldPath
}
func FullWatchServiceAccountKeyResponse_FieldMask ¶
func FullWatchServiceAccountKeyResponse_FieldMask() *WatchServiceAccountKeyResponse_FieldMask
func (*WatchServiceAccountKeyResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) AppendPath(path WatchServiceAccountKeyResponse_FieldPath)
func (*WatchServiceAccountKeyResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchServiceAccountKeyResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchServiceAccountKeyResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchServiceAccountKeyResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) FilterInputFields() *WatchServiceAccountKeyResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchServiceAccountKeyResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchServiceAccountKeyResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) GetPaths() []WatchServiceAccountKeyResponse_FieldPath
func (*WatchServiceAccountKeyResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeyResponse_FieldMask) IsFull ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) IsFull() bool
func (WatchServiceAccountKeyResponse_FieldMask) Marshal ¶
func (fieldMask WatchServiceAccountKeyResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchServiceAccountKeyResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchServiceAccountKeyResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeyResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) PathsCount() int
func (*WatchServiceAccountKeyResponse_FieldMask) Project ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Project(source *WatchServiceAccountKeyResponse) *WatchServiceAccountKeyResponse
func (*WatchServiceAccountKeyResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchServiceAccountKeyResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ProtoMessage()
func (*WatchServiceAccountKeyResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeyResponse_FieldMask) Reset ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Reset()
func (*WatchServiceAccountKeyResponse_FieldMask) Set ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Set(target, source *WatchServiceAccountKeyResponse)
func (*WatchServiceAccountKeyResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchServiceAccountKeyResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeyResponse_FieldMask) Size ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Size() int
func (*WatchServiceAccountKeyResponse_FieldMask) String ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) String() string
func (*WatchServiceAccountKeyResponse_FieldMask) Subtract ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Subtract(other *WatchServiceAccountKeyResponse_FieldMask) *WatchServiceAccountKeyResponse_FieldMask
func (*WatchServiceAccountKeyResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchServiceAccountKeyResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchServiceAccountKeyResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchServiceAccountKeyResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchServiceAccountKeyResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeyResponse_FieldPath ¶
type WatchServiceAccountKeyResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchServiceAccountKeyResponse_FieldPathSelector Get(source *WatchServiceAccountKeyResponse) []interface{} GetSingle(source *WatchServiceAccountKeyResponse) (interface{}, bool) ClearValue(item *WatchServiceAccountKeyResponse) // Those methods build corresponding WatchServiceAccountKeyResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchServiceAccountKeyResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchServiceAccountKeyResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchServiceAccountKeyResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchServiceAccountKeyResponse_FieldPath ¶
func BuildWatchServiceAccountKeyResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeyResponse_FieldPath, error)
func MustParseWatchServiceAccountKeyResponse_FieldPath ¶
func MustParseWatchServiceAccountKeyResponse_FieldPath(rawField string) WatchServiceAccountKeyResponse_FieldPath
func ParseWatchServiceAccountKeyResponse_FieldPath ¶
func ParseWatchServiceAccountKeyResponse_FieldPath(rawField string) (WatchServiceAccountKeyResponse_FieldPath, error)
type WatchServiceAccountKeyResponse_FieldPathArrayItemValue ¶
type WatchServiceAccountKeyResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchServiceAccountKeyResponse_FieldPath ContainsValue(*WatchServiceAccountKeyResponse) bool }
WatchServiceAccountKeyResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServiceAccountKeyResponse according to their type Present only for array (repeated) types.
func MustParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue ¶
func MustParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeyResponse_FieldPathArrayItemValue
func ParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue ¶
func ParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeyResponse_FieldPathArrayItemValue, error)
ParseWatchServiceAccountKeyResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchServiceAccountKeyResponse_FieldPathArrayOfValues ¶
type WatchServiceAccountKeyResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchServiceAccountKeyResponse_FieldPath }
WatchServiceAccountKeyResponse_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeyResponse fields according to their type
func MustParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues ¶
func MustParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeyResponse_FieldPathArrayOfValues
func ParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues ¶
func ParseWatchServiceAccountKeyResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeyResponse_FieldPathArrayOfValues, error)
type WatchServiceAccountKeyResponse_FieldPathSelector ¶
type WatchServiceAccountKeyResponse_FieldPathSelector int32
const (
WatchServiceAccountKeyResponse_FieldPathSelectorChange WatchServiceAccountKeyResponse_FieldPathSelector = 0
)
func (WatchServiceAccountKeyResponse_FieldPathSelector) String ¶
func (s WatchServiceAccountKeyResponse_FieldPathSelector) String() string
type WatchServiceAccountKeyResponse_FieldPathValue ¶
type WatchServiceAccountKeyResponse_FieldPathValue interface { WatchServiceAccountKeyResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchServiceAccountKeyResponse) CompareWith(*WatchServiceAccountKeyResponse) (cmp int, comparable bool) }
WatchServiceAccountKeyResponse_FieldPathValue allows storing values for WatchServiceAccountKeyResponse fields according to their type
func MustParseWatchServiceAccountKeyResponse_FieldPathValue ¶
func MustParseWatchServiceAccountKeyResponse_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeyResponse_FieldPathValue
func ParseWatchServiceAccountKeyResponse_FieldPathValue ¶
func ParseWatchServiceAccountKeyResponse_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeyResponse_FieldPathValue, error)
type WatchServiceAccountKeyResponse_FieldTerminalPath ¶
type WatchServiceAccountKeyResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeyResponse)
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) Get ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) Get(source *WatchServiceAccountKeyResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchServiceAccountKeyResponse
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeyResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchServiceAccountKeyResponse
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) String ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeyResponse_FieldPathArrayItemValue
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeyResponse_FieldPathArrayOfValues
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeyResponse_FieldPathValue
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchServiceAccountKeyResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue ¶
type WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue struct { WatchServiceAccountKeyResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeyResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchServiceAccountKeyResponse'
func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchServiceAccountKeyResponse as interface{}
func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeyResponse) (interface{}, bool)
func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchServiceAccountKeyResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues ¶
type WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues struct { WatchServiceAccountKeyResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues ¶
func (fpaov *WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*service_account_key.ServiceAccountKeyChange, bool)
func (*WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchServiceAccountKeyResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchServiceAccountKeyResponse_FieldTerminalPathValue ¶
type WatchServiceAccountKeyResponse_FieldTerminalPathValue struct { WatchServiceAccountKeyResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) AsChangeValue ¶
func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) AsChangeValue() (*service_account_key.ServiceAccountKeyChange, bool)
func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeyResponse) (int, bool)
CompareWith compares value in the 'WatchServiceAccountKeyResponse_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeyResponse'.
func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchServiceAccountKeyResponse' as interface{}
func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeyResponse)
SetTo stores value for selected field for object WatchServiceAccountKeyResponse
func (*WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchServiceAccountKeyResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchServiceAccountKeysClientStream ¶
type WatchServiceAccountKeysClientStream interface { Recv() (*WatchServiceAccountKeysResponse, error) grpc.ClientStream }
type WatchServiceAccountKeysDescriptor ¶ added in v0.4.28
type WatchServiceAccountKeysDescriptor struct{}
func GetWatchServiceAccountKeysDescriptor ¶ added in v0.4.28
func GetWatchServiceAccountKeysDescriptor() *WatchServiceAccountKeysDescriptor
func (*WatchServiceAccountKeysDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchServiceAccountKeysDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetApiName() string
func (*WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeysDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetFullMethodName() string
func (*WatchServiceAccountKeysDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetMethodName() string
func (*WatchServiceAccountKeysDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetProtoPkgName() string
func (*WatchServiceAccountKeysDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchServiceAccountKeysDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetServiceDomain() string
func (*WatchServiceAccountKeysDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetServiceVersion() string
func (*WatchServiceAccountKeysDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) GetVerb() string
func (*WatchServiceAccountKeysDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) HasResource() bool
func (*WatchServiceAccountKeysDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) IsClientStream() bool
func (*WatchServiceAccountKeysDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) IsCollection() bool
func (*WatchServiceAccountKeysDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchServiceAccountKeysDescriptor) IsPlural() bool
func (*WatchServiceAccountKeysDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) IsServerStream() bool
func (*WatchServiceAccountKeysDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) IsUnary() bool
func (*WatchServiceAccountKeysDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchServiceAccountKeysDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchServiceAccountKeysDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchServiceAccountKeysDescriptor) RequestHasResourceBody() bool
type WatchServiceAccountKeysDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeysDescriptorClientMsgHandle struct{}
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeysDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchServiceAccountKeysDescriptorServerMsgHandle struct{}
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchServiceAccountKeysDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchServiceAccountKeysRequest ¶
type WatchServiceAccountKeysRequest struct { // Type of a watch. Identifies how server stream data to a client, which // fields in a request are allowed and which fields in response are relevant. Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"` // Parent reference of ntt.iam.v1alpha2.ServiceAccountKey Parent *service_account_key.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer ServiceAccountKeys than // requested. If unspecified, server will pick an appropriate default. Can be // populated only for stateful watch type. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Can be populated only for stateful watch type. PageToken *service_account_key.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination Can be // populated only for stateful watch type. OrderBy *service_account_key.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // A token identifying watch resume point from previous session. // Can be populated only for stateless watch type. ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Point in the time from which we want to start getting updates. This field // can be populated only for stateless watch type and if resume token is not // known yet. If specified, initial snapshot will NOT be provided. It is // assumed client can obtain it using separate means. Watch responses will // contain resume tokens which should be used to resume broken connection. StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *service_account_key.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view Changes to ServiceAccountKey that // don't affect any of masked fields won't be sent back. FieldMask *service_account_key.ServiceAccountKey_FieldMask `` /* 149-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask Changes to // ServiceAccountKey that don't affect any of masked fields won't be sent // back. View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"` // Maximum amount of changes in each response message. Query result response // is divided on the server side into chunks with size of a specified amount // to limit memory footprint of each message. Responses will hold information // whether more elements will continue for the actual change. If unspecified, // server will pick an appropriate default. MaxChunkSize int32 `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [WatchServiceAccountKeys][ntt.iam.v1alpha2.WatchServiceAccountKeys]
func (*WatchServiceAccountKeysRequest) Clone ¶
func (o *WatchServiceAccountKeysRequest) Clone() *WatchServiceAccountKeysRequest
func (*WatchServiceAccountKeysRequest) CloneRaw ¶
func (o *WatchServiceAccountKeysRequest) CloneRaw() gotenobject.GotenObjectExt
func (*WatchServiceAccountKeysRequest) Descriptor ¶
func (*WatchServiceAccountKeysRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeysRequest.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeysRequest) GetFieldMask ¶
func (m *WatchServiceAccountKeysRequest) GetFieldMask() *service_account_key.ServiceAccountKey_FieldMask
func (*WatchServiceAccountKeysRequest) GetFilter ¶
func (m *WatchServiceAccountKeysRequest) GetFilter() *service_account_key.Filter
func (*WatchServiceAccountKeysRequest) GetMaxChunkSize ¶
func (m *WatchServiceAccountKeysRequest) GetMaxChunkSize() int32
func (*WatchServiceAccountKeysRequest) GetOrderBy ¶
func (m *WatchServiceAccountKeysRequest) GetOrderBy() *service_account_key.OrderBy
func (*WatchServiceAccountKeysRequest) GetPageSize ¶
func (m *WatchServiceAccountKeysRequest) GetPageSize() int32
func (*WatchServiceAccountKeysRequest) GetPageToken ¶
func (m *WatchServiceAccountKeysRequest) GetPageToken() *service_account_key.PagerCursor
func (*WatchServiceAccountKeysRequest) GetParent ¶
func (m *WatchServiceAccountKeysRequest) GetParent() *service_account_key.ParentReference
func (*WatchServiceAccountKeysRequest) GetResumeToken ¶
func (m *WatchServiceAccountKeysRequest) GetResumeToken() string
func (*WatchServiceAccountKeysRequest) GetStartingTime ¶ added in v0.9.0
func (m *WatchServiceAccountKeysRequest) GetStartingTime() *timestamp.Timestamp
func (*WatchServiceAccountKeysRequest) GetType ¶
func (m *WatchServiceAccountKeysRequest) GetType() watch_type.WatchType
func (*WatchServiceAccountKeysRequest) GetView ¶
func (m *WatchServiceAccountKeysRequest) GetView() view.View
func (*WatchServiceAccountKeysRequest) GotenMessage ¶
func (*WatchServiceAccountKeysRequest) GotenMessage()
func (*WatchServiceAccountKeysRequest) GotenObjectExt ¶
func (o *WatchServiceAccountKeysRequest) GotenObjectExt()
func (*WatchServiceAccountKeysRequest) GotenValidate ¶
func (obj *WatchServiceAccountKeysRequest) GotenValidate() error
func (*WatchServiceAccountKeysRequest) MakeDiffFieldMask ¶
func (o *WatchServiceAccountKeysRequest) MakeDiffFieldMask(other *WatchServiceAccountKeysRequest) *WatchServiceAccountKeysRequest_FieldMask
func (*WatchServiceAccountKeysRequest) MakeFullFieldMask ¶
func (o *WatchServiceAccountKeysRequest) MakeFullFieldMask() *WatchServiceAccountKeysRequest_FieldMask
func (*WatchServiceAccountKeysRequest) MakeRawDiffFieldMask ¶
func (o *WatchServiceAccountKeysRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchServiceAccountKeysRequest) MakeRawFullFieldMask ¶
func (o *WatchServiceAccountKeysRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchServiceAccountKeysRequest) Marshal ¶
func (m *WatchServiceAccountKeysRequest) Marshal() ([]byte, error)
func (*WatchServiceAccountKeysRequest) MarshalJSON ¶
func (m *WatchServiceAccountKeysRequest) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysRequest) Merge ¶
func (o *WatchServiceAccountKeysRequest) Merge(source *WatchServiceAccountKeysRequest)
func (*WatchServiceAccountKeysRequest) MergeRaw ¶
func (o *WatchServiceAccountKeysRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeysRequest) ProtoMessage ¶
func (*WatchServiceAccountKeysRequest) ProtoMessage()
func (*WatchServiceAccountKeysRequest) ProtoReflect ¶
func (m *WatchServiceAccountKeysRequest) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysRequest) Reset ¶
func (m *WatchServiceAccountKeysRequest) Reset()
func (*WatchServiceAccountKeysRequest) SetFieldMask ¶
func (m *WatchServiceAccountKeysRequest) SetFieldMask(fv *service_account_key.ServiceAccountKey_FieldMask)
func (*WatchServiceAccountKeysRequest) SetFilter ¶
func (m *WatchServiceAccountKeysRequest) SetFilter(fv *service_account_key.Filter)
func (*WatchServiceAccountKeysRequest) SetMaxChunkSize ¶
func (m *WatchServiceAccountKeysRequest) SetMaxChunkSize(fv int32)
func (*WatchServiceAccountKeysRequest) SetOrderBy ¶
func (m *WatchServiceAccountKeysRequest) SetOrderBy(fv *service_account_key.OrderBy)
func (*WatchServiceAccountKeysRequest) SetPageSize ¶
func (m *WatchServiceAccountKeysRequest) SetPageSize(fv int32)
func (*WatchServiceAccountKeysRequest) SetPageToken ¶
func (m *WatchServiceAccountKeysRequest) SetPageToken(fv *service_account_key.PagerCursor)
func (*WatchServiceAccountKeysRequest) SetParent ¶
func (m *WatchServiceAccountKeysRequest) SetParent(fv *service_account_key.ParentReference)
func (*WatchServiceAccountKeysRequest) SetResumeToken ¶
func (m *WatchServiceAccountKeysRequest) SetResumeToken(fv string)
func (*WatchServiceAccountKeysRequest) SetStartingTime ¶ added in v0.9.0
func (m *WatchServiceAccountKeysRequest) SetStartingTime(fv *timestamp.Timestamp)
func (*WatchServiceAccountKeysRequest) SetType ¶
func (m *WatchServiceAccountKeysRequest) SetType(fv watch_type.WatchType)
func (*WatchServiceAccountKeysRequest) SetView ¶
func (m *WatchServiceAccountKeysRequest) SetView(fv view.View)
func (*WatchServiceAccountKeysRequest) String ¶
func (m *WatchServiceAccountKeysRequest) String() string
func (*WatchServiceAccountKeysRequest) Unmarshal ¶
func (m *WatchServiceAccountKeysRequest) Unmarshal(b []byte) error
func (*WatchServiceAccountKeysRequest) UnmarshalJSON ¶
func (m *WatchServiceAccountKeysRequest) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysRequestFieldPathBuilder ¶
type WatchServiceAccountKeysRequestFieldPathBuilder struct{}
func NewWatchServiceAccountKeysRequestFieldPathBuilder ¶
func NewWatchServiceAccountKeysRequestFieldPathBuilder() WatchServiceAccountKeysRequestFieldPathBuilder
func (WatchServiceAccountKeysRequestFieldPathBuilder) MaxChunkSize ¶
func (WatchServiceAccountKeysRequestFieldPathBuilder) ResumeToken ¶
func (WatchServiceAccountKeysRequestFieldPathBuilder) StartingTime ¶ added in v0.9.0
type WatchServiceAccountKeysRequestPathSelectorFieldMask ¶
type WatchServiceAccountKeysRequestPathSelectorFieldMask struct{}
func (WatchServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorFieldMask) WithArrayOfValues(values []*service_account_key.ServiceAccountKey_FieldMask) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeysRequestPathSelectorFilter ¶
type WatchServiceAccountKeysRequestPathSelectorFilter struct{}
func (WatchServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorFilter) WithArrayOfValues(values []*service_account_key.Filter) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeysRequestPathSelectorMaxChunkSize ¶
type WatchServiceAccountKeysRequestPathSelectorMaxChunkSize struct{}
func (WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithValue ¶
func (s WatchServiceAccountKeysRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
type WatchServiceAccountKeysRequestPathSelectorOrderBy ¶
type WatchServiceAccountKeysRequestPathSelectorOrderBy struct{}
func (WatchServiceAccountKeysRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorOrderBy) WithArrayOfValues(values []*service_account_key.OrderBy) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeysRequestPathSelectorPageSize ¶
type WatchServiceAccountKeysRequestPathSelectorPageSize struct{}
func (WatchServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysRequestPathSelectorPageSize) WithValue ¶
func (s WatchServiceAccountKeysRequestPathSelectorPageSize) WithValue(value int32) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
type WatchServiceAccountKeysRequestPathSelectorPageToken ¶
type WatchServiceAccountKeysRequestPathSelectorPageToken struct{}
func (WatchServiceAccountKeysRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeysRequestPathSelectorParent ¶
type WatchServiceAccountKeysRequestPathSelectorParent struct{}
func (WatchServiceAccountKeysRequestPathSelectorParent) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorParent) WithArrayOfValues(values []*service_account_key.ParentReference) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeysRequestPathSelectorResumeToken ¶
type WatchServiceAccountKeysRequestPathSelectorResumeToken struct{}
func (WatchServiceAccountKeysRequestPathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysRequestPathSelectorResumeToken) WithValue ¶
func (s WatchServiceAccountKeysRequestPathSelectorResumeToken) WithValue(value string) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
type WatchServiceAccountKeysRequestPathSelectorStartingTime ¶ added in v0.9.0
type WatchServiceAccountKeysRequestPathSelectorStartingTime struct{}
func (WatchServiceAccountKeysRequestPathSelectorStartingTime) WithArrayOfValues ¶ added in v0.9.0
func (s WatchServiceAccountKeysRequestPathSelectorStartingTime) WithArrayOfValues(values []*timestamp.Timestamp) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
type WatchServiceAccountKeysRequestPathSelectorType ¶
type WatchServiceAccountKeysRequestPathSelectorType struct{}
func (WatchServiceAccountKeysRequestPathSelectorType) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysRequestPathSelectorType) WithValue ¶
func (s WatchServiceAccountKeysRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
type WatchServiceAccountKeysRequestPathSelectorView ¶
type WatchServiceAccountKeysRequestPathSelectorView struct{}
func (WatchServiceAccountKeysRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchServiceAccountKeysRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysRequestPathSelectorView) WithValue ¶
func (s WatchServiceAccountKeysRequestPathSelectorView) WithValue(value view.View) *WatchServiceAccountKeysRequest_FieldTerminalPathValue
type WatchServiceAccountKeysRequest_FieldMask ¶
type WatchServiceAccountKeysRequest_FieldMask struct {
Paths []WatchServiceAccountKeysRequest_FieldPath
}
func FullWatchServiceAccountKeysRequest_FieldMask ¶
func FullWatchServiceAccountKeysRequest_FieldMask() *WatchServiceAccountKeysRequest_FieldMask
func (*WatchServiceAccountKeysRequest_FieldMask) AppendPath ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) AppendPath(path WatchServiceAccountKeysRequest_FieldPath)
func (*WatchServiceAccountKeysRequest_FieldMask) AppendRawPath ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchServiceAccountKeysRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchServiceAccountKeysRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchServiceAccountKeysRequest_FieldMask) FilterInputFields ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) FilterInputFields() *WatchServiceAccountKeysRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchServiceAccountKeysRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchServiceAccountKeysRequest_FieldMask) GetPaths ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) GetPaths() []WatchServiceAccountKeysRequest_FieldPath
func (*WatchServiceAccountKeysRequest_FieldMask) GetRawPaths ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeysRequest_FieldMask) IsFull ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) IsFull() bool
func (WatchServiceAccountKeysRequest_FieldMask) Marshal ¶
func (fieldMask WatchServiceAccountKeysRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchServiceAccountKeysRequest_FieldMask) MarshalJSON ¶
func (fieldMask WatchServiceAccountKeysRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysRequest_FieldMask) PathsCount ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) PathsCount() int
func (*WatchServiceAccountKeysRequest_FieldMask) Project ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Project(source *WatchServiceAccountKeysRequest) *WatchServiceAccountKeysRequest
func (*WatchServiceAccountKeysRequest_FieldMask) ProjectRaw ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchServiceAccountKeysRequest_FieldMask) ProtoMessage ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ProtoMessage()
func (*WatchServiceAccountKeysRequest_FieldMask) ProtoReflect ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysRequest_FieldMask) Reset ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Reset()
func (*WatchServiceAccountKeysRequest_FieldMask) Set ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Set(target, source *WatchServiceAccountKeysRequest)
func (*WatchServiceAccountKeysRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) SetFromCliFlag(raw string) error
func (*WatchServiceAccountKeysRequest_FieldMask) SetRaw ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeysRequest_FieldMask) Size ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Size() int
func (*WatchServiceAccountKeysRequest_FieldMask) String ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) String() string
func (*WatchServiceAccountKeysRequest_FieldMask) Subtract ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Subtract(other *WatchServiceAccountKeysRequest_FieldMask) *WatchServiceAccountKeysRequest_FieldMask
func (*WatchServiceAccountKeysRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchServiceAccountKeysRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchServiceAccountKeysRequest_FieldMask) Unmarshal ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) Unmarshal(data []byte) error
func (*WatchServiceAccountKeysRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchServiceAccountKeysRequest_FieldMask) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysRequest_FieldPath ¶
type WatchServiceAccountKeysRequest_FieldPath interface { gotenobject.FieldPath Selector() WatchServiceAccountKeysRequest_FieldPathSelector Get(source *WatchServiceAccountKeysRequest) []interface{} GetSingle(source *WatchServiceAccountKeysRequest) (interface{}, bool) ClearValue(item *WatchServiceAccountKeysRequest) // Those methods build corresponding WatchServiceAccountKeysRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchServiceAccountKeysRequest_FieldPathValue WithIArrayOfValues(values interface{}) WatchServiceAccountKeysRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchServiceAccountKeysRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchServiceAccountKeysRequest_FieldPath ¶
func BuildWatchServiceAccountKeysRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeysRequest_FieldPath, error)
func MustParseWatchServiceAccountKeysRequest_FieldPath ¶
func MustParseWatchServiceAccountKeysRequest_FieldPath(rawField string) WatchServiceAccountKeysRequest_FieldPath
func ParseWatchServiceAccountKeysRequest_FieldPath ¶
func ParseWatchServiceAccountKeysRequest_FieldPath(rawField string) (WatchServiceAccountKeysRequest_FieldPath, error)
type WatchServiceAccountKeysRequest_FieldPathArrayItemValue ¶
type WatchServiceAccountKeysRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchServiceAccountKeysRequest_FieldPath ContainsValue(*WatchServiceAccountKeysRequest) bool }
WatchServiceAccountKeysRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServiceAccountKeysRequest according to their type Present only for array (repeated) types.
func MustParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue ¶
func MustParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysRequest_FieldPathArrayItemValue
func ParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue ¶
func ParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysRequest_FieldPathArrayItemValue, error)
ParseWatchServiceAccountKeysRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchServiceAccountKeysRequest_FieldPathArrayOfValues ¶
type WatchServiceAccountKeysRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchServiceAccountKeysRequest_FieldPath }
WatchServiceAccountKeysRequest_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeysRequest fields according to their type
func MustParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues ¶
func MustParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysRequest_FieldPathArrayOfValues
func ParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues ¶
func ParseWatchServiceAccountKeysRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysRequest_FieldPathArrayOfValues, error)
type WatchServiceAccountKeysRequest_FieldPathSelector ¶
type WatchServiceAccountKeysRequest_FieldPathSelector int32
const ( WatchServiceAccountKeysRequest_FieldPathSelectorType WatchServiceAccountKeysRequest_FieldPathSelector = 0 WatchServiceAccountKeysRequest_FieldPathSelectorParent WatchServiceAccountKeysRequest_FieldPathSelector = 1 WatchServiceAccountKeysRequest_FieldPathSelectorPageSize WatchServiceAccountKeysRequest_FieldPathSelector = 2 WatchServiceAccountKeysRequest_FieldPathSelectorPageToken WatchServiceAccountKeysRequest_FieldPathSelector = 3 WatchServiceAccountKeysRequest_FieldPathSelectorOrderBy WatchServiceAccountKeysRequest_FieldPathSelector = 4 WatchServiceAccountKeysRequest_FieldPathSelectorResumeToken WatchServiceAccountKeysRequest_FieldPathSelector = 5 WatchServiceAccountKeysRequest_FieldPathSelectorStartingTime WatchServiceAccountKeysRequest_FieldPathSelector = 6 WatchServiceAccountKeysRequest_FieldPathSelectorFilter WatchServiceAccountKeysRequest_FieldPathSelector = 7 WatchServiceAccountKeysRequest_FieldPathSelectorFieldMask WatchServiceAccountKeysRequest_FieldPathSelector = 8 WatchServiceAccountKeysRequest_FieldPathSelectorView WatchServiceAccountKeysRequest_FieldPathSelector = 9 WatchServiceAccountKeysRequest_FieldPathSelectorMaxChunkSize WatchServiceAccountKeysRequest_FieldPathSelector = 10 )
func (WatchServiceAccountKeysRequest_FieldPathSelector) String ¶
func (s WatchServiceAccountKeysRequest_FieldPathSelector) String() string
type WatchServiceAccountKeysRequest_FieldPathValue ¶
type WatchServiceAccountKeysRequest_FieldPathValue interface { WatchServiceAccountKeysRequest_FieldPath gotenobject.FieldPathValue SetTo(target **WatchServiceAccountKeysRequest) CompareWith(*WatchServiceAccountKeysRequest) (cmp int, comparable bool) }
WatchServiceAccountKeysRequest_FieldPathValue allows storing values for WatchServiceAccountKeysRequest fields according to their type
func MustParseWatchServiceAccountKeysRequest_FieldPathValue ¶
func MustParseWatchServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeysRequest_FieldPathValue
func ParseWatchServiceAccountKeysRequest_FieldPathValue ¶
func ParseWatchServiceAccountKeysRequest_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeysRequest_FieldPathValue, error)
type WatchServiceAccountKeysRequest_FieldTerminalPath ¶
type WatchServiceAccountKeysRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValue ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeysRequest)
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) Get ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) Get(source *WatchServiceAccountKeysRequest) (values []interface{})
Get returns all values pointed by specific field from source WatchServiceAccountKeysRequest
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetDefault ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetRaw ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingle ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeysRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchServiceAccountKeysRequest
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) IsLeaf ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) JSONString ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) String ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysRequest_FieldPathArrayItemValue
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysRequest_FieldPathArrayOfValues
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithIValue ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeysRequest_FieldPathValue
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchServiceAccountKeysRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue ¶
type WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue struct { WatchServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchServiceAccountKeysRequest'
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchServiceAccountKeysRequest as interface{}
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeysRequest) (interface{}, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchServiceAccountKeysRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues ¶
type WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues struct { WatchServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*service_account_key.Filter, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*service_account_key.OrderBy, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*service_account_key.ParentReference, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues ¶ added in v0.9.0
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchServiceAccountKeysRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchServiceAccountKeysRequest_FieldTerminalPathValue ¶
type WatchServiceAccountKeysRequest_FieldTerminalPathValue struct { WatchServiceAccountKeysRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFieldMaskValue() (*service_account_key.ServiceAccountKey_FieldMask, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsFilterValue() (*service_account_key.Filter, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsMaxChunkSizeValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsOrderByValue() (*service_account_key.OrderBy, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsPageTokenValue() (*service_account_key.PagerCursor, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsParentValue() (*service_account_key.ParentReference, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsStartingTimeValue ¶ added in v0.9.0
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsStartingTimeValue() (*timestamp.Timestamp, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeysRequest) (int, bool)
CompareWith compares value in the 'WatchServiceAccountKeysRequest_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeysRequest'.
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchServiceAccountKeysRequest' as interface{}
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeysRequest)
SetTo stores value for selected field for object WatchServiceAccountKeysRequest
func (*WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchServiceAccountKeysRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchServiceAccountKeysResponse ¶
type WatchServiceAccountKeysResponse struct { // Changes of ServiceAccountKeys ServiceAccountKeyChanges []*service_account_key.ServiceAccountKeyChange `` /* 174-byte string literal not displayed */ // If request specified max_chunk_size (or this limit was enforced if // stateless watch has been chosen), then responses with "full changeset" will // be divided into chunks. Client should keep receiving messages and, once // is_current has value true, combine this recent message with all previous // ones where is_current is false. If this is the first is_current in a whole // watch stream, then it means that client should have, at this moment, // contain snapshot of the current situation (or more accurately, snapshot of // situation at the moment of request). All ServiceAccountKeys will be of type // Added/Current (depending on watch_type specified in the request). Further // responses will be incremental - however messages may still be chunked and // is_current logic still applies. is_current is always true for stateful // watch if max_chunk_size was left to 0. IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"` // When present, PageTokens used for page navigation should be updated. // Present only if is_current is true (last chunk). PageTokenChange *WatchServiceAccountKeysResponse_PageTokenChange `` /* 136-byte string literal not displayed */ // Token that can be used if current connection drops and client needs to // reconnect. Populated only for stateless watch type. Present only if // is_current is true (last chunk). ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Server may occasionally send information how many resources should client // have in its state so far (response message without any changes, but with // snapshot_size field specified). If client has different value than the one // sent by the server, then it should be treated by a client as an error and // should reconnect. If value is smaller then 0, then client should ignore // this field as unpopulated. This field should be checked only for stateless // watch. In stateful those kind of errors are handled by the server side. // Will be never sent together with is_current, is_soft_reset and // is_hard_reset flags. SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"` // In case of internal issue server may send response message with this flag. // It indicates that client should drop all changes from recent responses // where is_current is false only! If last message had is_current set to true, // client should do nothing and process normally. Resume token received before // is still valid. This field should be checked only for stateless watch. In // stateful those kind of errors are handled by the server side. Will never be // sent along with is_current, is_hard_reset or snapshot_size. IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"` // In case of internal issue server may send response message with this flag. // After receiving, client should clear whole state (drop all changes received // so far) as server will send new snapshot (ServiceAccountKeys will contains // changes of type Current only). Any resume tokens should be discarded as // well. This field should be checked only for stateless watch. In stateful // those kind of errors are handled by the server side. Will never be sent // along with is_current, is_soft_reset or snapshot_size. IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"` // contains filtered or unexported fields }
WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse) Clone ¶
func (o *WatchServiceAccountKeysResponse) Clone() *WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse) CloneRaw ¶
func (o *WatchServiceAccountKeysResponse) CloneRaw() gotenobject.GotenObjectExt
func (*WatchServiceAccountKeysResponse) Descriptor ¶
func (*WatchServiceAccountKeysResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeysResponse.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeysResponse) GetIsCurrent ¶
func (m *WatchServiceAccountKeysResponse) GetIsCurrent() bool
func (*WatchServiceAccountKeysResponse) GetIsHardReset ¶
func (m *WatchServiceAccountKeysResponse) GetIsHardReset() bool
func (*WatchServiceAccountKeysResponse) GetIsSoftReset ¶
func (m *WatchServiceAccountKeysResponse) GetIsSoftReset() bool
func (*WatchServiceAccountKeysResponse) GetPageTokenChange ¶
func (m *WatchServiceAccountKeysResponse) GetPageTokenChange() *WatchServiceAccountKeysResponse_PageTokenChange
func (*WatchServiceAccountKeysResponse) GetResumeToken ¶
func (m *WatchServiceAccountKeysResponse) GetResumeToken() string
func (*WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges ¶
func (m *WatchServiceAccountKeysResponse) GetServiceAccountKeyChanges() []*service_account_key.ServiceAccountKeyChange
func (*WatchServiceAccountKeysResponse) GetSnapshotSize ¶
func (m *WatchServiceAccountKeysResponse) GetSnapshotSize() int64
func (*WatchServiceAccountKeysResponse) GotenMessage ¶
func (*WatchServiceAccountKeysResponse) GotenMessage()
func (*WatchServiceAccountKeysResponse) GotenObjectExt ¶
func (o *WatchServiceAccountKeysResponse) GotenObjectExt()
func (*WatchServiceAccountKeysResponse) GotenValidate ¶
func (obj *WatchServiceAccountKeysResponse) GotenValidate() error
func (*WatchServiceAccountKeysResponse) MakeDiffFieldMask ¶
func (o *WatchServiceAccountKeysResponse) MakeDiffFieldMask(other *WatchServiceAccountKeysResponse) *WatchServiceAccountKeysResponse_FieldMask
func (*WatchServiceAccountKeysResponse) MakeFullFieldMask ¶
func (o *WatchServiceAccountKeysResponse) MakeFullFieldMask() *WatchServiceAccountKeysResponse_FieldMask
func (*WatchServiceAccountKeysResponse) MakeRawDiffFieldMask ¶
func (o *WatchServiceAccountKeysResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchServiceAccountKeysResponse) MakeRawFullFieldMask ¶
func (o *WatchServiceAccountKeysResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchServiceAccountKeysResponse) Marshal ¶
func (m *WatchServiceAccountKeysResponse) Marshal() ([]byte, error)
func (*WatchServiceAccountKeysResponse) MarshalJSON ¶
func (m *WatchServiceAccountKeysResponse) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysResponse) Merge ¶
func (o *WatchServiceAccountKeysResponse) Merge(source *WatchServiceAccountKeysResponse)
func (*WatchServiceAccountKeysResponse) MergeRaw ¶
func (o *WatchServiceAccountKeysResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeysResponse) ProtoMessage ¶
func (*WatchServiceAccountKeysResponse) ProtoMessage()
func (*WatchServiceAccountKeysResponse) ProtoReflect ¶
func (m *WatchServiceAccountKeysResponse) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysResponse) Reset ¶
func (m *WatchServiceAccountKeysResponse) Reset()
func (*WatchServiceAccountKeysResponse) SetIsCurrent ¶
func (m *WatchServiceAccountKeysResponse) SetIsCurrent(fv bool)
func (*WatchServiceAccountKeysResponse) SetIsHardReset ¶
func (m *WatchServiceAccountKeysResponse) SetIsHardReset(fv bool)
func (*WatchServiceAccountKeysResponse) SetIsSoftReset ¶
func (m *WatchServiceAccountKeysResponse) SetIsSoftReset(fv bool)
func (*WatchServiceAccountKeysResponse) SetPageTokenChange ¶
func (m *WatchServiceAccountKeysResponse) SetPageTokenChange(fv *WatchServiceAccountKeysResponse_PageTokenChange)
func (*WatchServiceAccountKeysResponse) SetResumeToken ¶
func (m *WatchServiceAccountKeysResponse) SetResumeToken(fv string)
func (*WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges ¶
func (m *WatchServiceAccountKeysResponse) SetServiceAccountKeyChanges(fv []*service_account_key.ServiceAccountKeyChange)
func (*WatchServiceAccountKeysResponse) SetSnapshotSize ¶
func (m *WatchServiceAccountKeysResponse) SetSnapshotSize(fv int64)
func (*WatchServiceAccountKeysResponse) String ¶
func (m *WatchServiceAccountKeysResponse) String() string
func (*WatchServiceAccountKeysResponse) Unmarshal ¶
func (m *WatchServiceAccountKeysResponse) Unmarshal(b []byte) error
func (*WatchServiceAccountKeysResponse) UnmarshalJSON ¶
func (m *WatchServiceAccountKeysResponse) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysResponseFieldPathBuilder ¶
type WatchServiceAccountKeysResponseFieldPathBuilder struct{}
func NewWatchServiceAccountKeysResponseFieldPathBuilder ¶
func NewWatchServiceAccountKeysResponseFieldPathBuilder() WatchServiceAccountKeysResponseFieldPathBuilder
func (WatchServiceAccountKeysResponseFieldPathBuilder) IsHardReset ¶
func (WatchServiceAccountKeysResponseFieldPathBuilder) IsSoftReset ¶
func (WatchServiceAccountKeysResponseFieldPathBuilder) PageTokenChange ¶
func (WatchServiceAccountKeysResponseFieldPathBuilder) ResumeToken ¶
func (WatchServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeyChanges ¶
func (WatchServiceAccountKeysResponseFieldPathBuilder) ServiceAccountKeyChanges() WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges
func (WatchServiceAccountKeysResponseFieldPathBuilder) SnapshotSize ¶
type WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder ¶
type WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder struct{}
func NewWatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder ¶
func NewWatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder() WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder
func (WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder) NextPageToken ¶
func (WatchServiceAccountKeysResponsePageTokenChangeFieldPathBuilder) PrevPageToken ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldPath ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldPath interface { gotenobject.FieldPath Selector() WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector Get(source *WatchServiceAccountKeysResponse_PageTokenChange) []interface{} GetSingle(source *WatchServiceAccountKeysResponse_PageTokenChange) (interface{}, bool) ClearValue(item *WatchServiceAccountKeysResponse_PageTokenChange) // Those methods build corresponding WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchServiceAccountKeysResponsePageTokenChange_FieldPath ¶
func BuildWatchServiceAccountKeysResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeysResponsePageTokenChange_FieldPath, error)
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath ¶
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath(rawField string) WatchServiceAccountKeysResponsePageTokenChange_FieldPath
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath ¶
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPath(rawField string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPath, error)
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchServiceAccountKeysResponsePageTokenChange_FieldPath ContainsValue(*WatchServiceAccountKeysResponse_PageTokenChange) bool }
WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue ¶
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue ¶
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue, error)
ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchServiceAccountKeysResponsePageTokenChange_FieldPath }
WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues ¶
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues ¶
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues, error)
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector int32
const ( WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector = 0 WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelectorNextPageToken WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector = 1 )
func (WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector) String ¶
func (s WatchServiceAccountKeysResponsePageTokenChange_FieldPathSelector) String() string
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue interface { WatchServiceAccountKeysResponsePageTokenChange_FieldPath gotenobject.FieldPathValue SetTo(target **WatchServiceAccountKeysResponse_PageTokenChange) CompareWith(*WatchServiceAccountKeysResponse_PageTokenChange) (cmp int, comparable bool) }
WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue ¶
func MustParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue ¶
func ParseWatchServiceAccountKeysResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue, error)
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValue ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeysResponse_PageTokenChange)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) Get ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) Get(source *WatchServiceAccountKeysResponse_PageTokenChange) (values []interface{})
Get returns all values pointed by specific field from source WatchServiceAccountKeysResponse_PageTokenChange
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetDefault ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetRaw ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingle ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeysResponse_PageTokenChange) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchServiceAccountKeysResponse_PageTokenChange
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) IsLeaf ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) JSONString ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) String ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIValue ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue struct { WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysResponse_PageTokenChange) bool
Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchServiceAccountKeysResponse_PageTokenChange as interface{}
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeysResponse_PageTokenChange) (interface{}, bool)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues struct { WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*service_account_key.PagerCursor, bool)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue ¶
type WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue struct { WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*service_account_key.PagerCursor, bool)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*service_account_key.PagerCursor, bool)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeysResponse_PageTokenChange) (int, bool)
CompareWith compares value in the 'WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeysResponse_PageTokenChange'.
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeysResponse_PageTokenChange)
SetTo stores value for selected field for object PageTokenChange
func (*WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchServiceAccountKeysResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchServiceAccountKeysResponsePathSelectorIsCurrent ¶
type WatchServiceAccountKeysResponsePathSelectorIsCurrent struct{}
func (WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithValue ¶
func (s WatchServiceAccountKeysResponsePathSelectorIsCurrent) WithValue(value bool) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
type WatchServiceAccountKeysResponsePathSelectorIsHardReset ¶
type WatchServiceAccountKeysResponsePathSelectorIsHardReset struct{}
func (WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithValue ¶
func (s WatchServiceAccountKeysResponsePathSelectorIsHardReset) WithValue(value bool) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
type WatchServiceAccountKeysResponsePathSelectorIsSoftReset ¶
type WatchServiceAccountKeysResponsePathSelectorIsSoftReset struct{}
func (WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithValue ¶
func (s WatchServiceAccountKeysResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
type WatchServiceAccountKeysResponsePathSelectorPageTokenChange ¶
type WatchServiceAccountKeysResponsePathSelectorPageTokenChange struct{}
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) NextPageToken ¶
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) PrevPageToken ¶
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithArrayOfValues ¶
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubArrayItemValue ¶
func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubArrayItemValue(subPathArrayItemValue WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue) *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues) *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubPath ¶
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChange) WithSubValue ¶
type WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken ¶
type WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken struct{}
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues
type WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken ¶
type WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken struct{}
func (WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*service_account_key.PagerCursor) *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues
type WatchServiceAccountKeysResponsePathSelectorResumeToken ¶
type WatchServiceAccountKeysResponsePathSelectorResumeToken struct{}
func (WatchServiceAccountKeysResponsePathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysResponsePathSelectorResumeToken) WithValue ¶
func (s WatchServiceAccountKeysResponsePathSelectorResumeToken) WithValue(value string) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
type WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges ¶
type WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges struct{}
func (WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) WithArrayOfValues(values [][]*service_account_key.ServiceAccountKeyChange) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysResponsePathSelectorServiceAccountKeyChanges) WithItemValue ¶
type WatchServiceAccountKeysResponsePathSelectorSnapshotSize ¶
type WatchServiceAccountKeysResponsePathSelectorSnapshotSize struct{}
func (WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithArrayOfValues ¶
func (s WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues
func (WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithValue ¶
func (s WatchServiceAccountKeysResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchServiceAccountKeysResponse_FieldTerminalPathValue
type WatchServiceAccountKeysResponse_FieldMask ¶
type WatchServiceAccountKeysResponse_FieldMask struct {
Paths []WatchServiceAccountKeysResponse_FieldPath
}
func FullWatchServiceAccountKeysResponse_FieldMask ¶
func FullWatchServiceAccountKeysResponse_FieldMask() *WatchServiceAccountKeysResponse_FieldMask
func (*WatchServiceAccountKeysResponse_FieldMask) AppendPath ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) AppendPath(path WatchServiceAccountKeysResponse_FieldPath)
func (*WatchServiceAccountKeysResponse_FieldMask) AppendRawPath ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchServiceAccountKeysResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchServiceAccountKeysResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchServiceAccountKeysResponse_FieldMask) FilterInputFields ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) FilterInputFields() *WatchServiceAccountKeysResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchServiceAccountKeysResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchServiceAccountKeysResponse_FieldMask) GetPaths ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) GetPaths() []WatchServiceAccountKeysResponse_FieldPath
func (*WatchServiceAccountKeysResponse_FieldMask) GetRawPaths ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeysResponse_FieldMask) IsFull ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) IsFull() bool
func (WatchServiceAccountKeysResponse_FieldMask) Marshal ¶
func (fieldMask WatchServiceAccountKeysResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchServiceAccountKeysResponse_FieldMask) MarshalJSON ¶
func (fieldMask WatchServiceAccountKeysResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysResponse_FieldMask) PathsCount ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) PathsCount() int
func (*WatchServiceAccountKeysResponse_FieldMask) Project ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Project(source *WatchServiceAccountKeysResponse) *WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchServiceAccountKeysResponse_FieldMask) ProtoMessage ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ProtoMessage()
func (*WatchServiceAccountKeysResponse_FieldMask) ProtoReflect ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysResponse_FieldMask) Reset ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Reset()
func (*WatchServiceAccountKeysResponse_FieldMask) Set ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Set(target, source *WatchServiceAccountKeysResponse)
func (*WatchServiceAccountKeysResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) SetFromCliFlag(raw string) error
func (*WatchServiceAccountKeysResponse_FieldMask) SetRaw ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeysResponse_FieldMask) Size ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Size() int
func (*WatchServiceAccountKeysResponse_FieldMask) String ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) String() string
func (*WatchServiceAccountKeysResponse_FieldMask) Subtract ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Subtract(other *WatchServiceAccountKeysResponse_FieldMask) *WatchServiceAccountKeysResponse_FieldMask
func (*WatchServiceAccountKeysResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchServiceAccountKeysResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchServiceAccountKeysResponse_FieldMask) Unmarshal ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) Unmarshal(data []byte) error
func (*WatchServiceAccountKeysResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchServiceAccountKeysResponse_FieldMask) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysResponse_FieldPath ¶
type WatchServiceAccountKeysResponse_FieldPath interface { gotenobject.FieldPath Selector() WatchServiceAccountKeysResponse_FieldPathSelector Get(source *WatchServiceAccountKeysResponse) []interface{} GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool) ClearValue(item *WatchServiceAccountKeysResponse) // Those methods build corresponding WatchServiceAccountKeysResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathValue WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildWatchServiceAccountKeysResponse_FieldPath ¶
func BuildWatchServiceAccountKeysResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchServiceAccountKeysResponse_FieldPath, error)
func MustParseWatchServiceAccountKeysResponse_FieldPath ¶
func MustParseWatchServiceAccountKeysResponse_FieldPath(rawField string) WatchServiceAccountKeysResponse_FieldPath
func ParseWatchServiceAccountKeysResponse_FieldPath ¶
func ParseWatchServiceAccountKeysResponse_FieldPath(rawField string) (WatchServiceAccountKeysResponse_FieldPath, error)
type WatchServiceAccountKeysResponse_FieldPathArrayItemValue ¶
type WatchServiceAccountKeysResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue WatchServiceAccountKeysResponse_FieldPath ContainsValue(*WatchServiceAccountKeysResponse) bool }
WatchServiceAccountKeysResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchServiceAccountKeysResponse according to their type Present only for array (repeated) types.
func MustParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue ¶
func MustParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchServiceAccountKeysResponse_FieldPathArrayItemValue
func ParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue ¶
func ParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchServiceAccountKeysResponse_FieldPathArrayItemValue, error)
ParseWatchServiceAccountKeysResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type WatchServiceAccountKeysResponse_FieldPathArrayOfValues ¶
type WatchServiceAccountKeysResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues WatchServiceAccountKeysResponse_FieldPath }
WatchServiceAccountKeysResponse_FieldPathArrayOfValues allows storing slice of values for WatchServiceAccountKeysResponse fields according to their type
func MustParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues ¶
func MustParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchServiceAccountKeysResponse_FieldPathArrayOfValues
func ParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues ¶
func ParseWatchServiceAccountKeysResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchServiceAccountKeysResponse_FieldPathArrayOfValues, error)
type WatchServiceAccountKeysResponse_FieldPathSelector ¶
type WatchServiceAccountKeysResponse_FieldPathSelector int32
const ( WatchServiceAccountKeysResponse_FieldPathSelectorServiceAccountKeyChanges WatchServiceAccountKeysResponse_FieldPathSelector = 0 WatchServiceAccountKeysResponse_FieldPathSelectorIsCurrent WatchServiceAccountKeysResponse_FieldPathSelector = 1 WatchServiceAccountKeysResponse_FieldPathSelectorPageTokenChange WatchServiceAccountKeysResponse_FieldPathSelector = 2 WatchServiceAccountKeysResponse_FieldPathSelectorResumeToken WatchServiceAccountKeysResponse_FieldPathSelector = 3 WatchServiceAccountKeysResponse_FieldPathSelectorSnapshotSize WatchServiceAccountKeysResponse_FieldPathSelector = 4 WatchServiceAccountKeysResponse_FieldPathSelectorIsSoftReset WatchServiceAccountKeysResponse_FieldPathSelector = 5 WatchServiceAccountKeysResponse_FieldPathSelectorIsHardReset WatchServiceAccountKeysResponse_FieldPathSelector = 6 )
func (WatchServiceAccountKeysResponse_FieldPathSelector) String ¶
func (s WatchServiceAccountKeysResponse_FieldPathSelector) String() string
type WatchServiceAccountKeysResponse_FieldPathValue ¶
type WatchServiceAccountKeysResponse_FieldPathValue interface { WatchServiceAccountKeysResponse_FieldPath gotenobject.FieldPathValue SetTo(target **WatchServiceAccountKeysResponse) CompareWith(*WatchServiceAccountKeysResponse) (cmp int, comparable bool) }
WatchServiceAccountKeysResponse_FieldPathValue allows storing values for WatchServiceAccountKeysResponse fields according to their type
func MustParseWatchServiceAccountKeysResponse_FieldPathValue ¶
func MustParseWatchServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) WatchServiceAccountKeysResponse_FieldPathValue
func ParseWatchServiceAccountKeysResponse_FieldPathValue ¶
func ParseWatchServiceAccountKeysResponse_FieldPathValue(pathStr, valueStr string) (WatchServiceAccountKeysResponse_FieldPathValue, error)
type WatchServiceAccountKeysResponse_FieldSubPath ¶
type WatchServiceAccountKeysResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*WatchServiceAccountKeysResponse_FieldSubPath) AsPageTokenChangeSubPath ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchServiceAccountKeysResponsePageTokenChange_FieldPath, bool)
func (*WatchServiceAccountKeysResponse_FieldSubPath) ClearValue ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) ClearValue(item *WatchServiceAccountKeysResponse)
func (*WatchServiceAccountKeysResponse_FieldSubPath) ClearValueRaw ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*WatchServiceAccountKeysResponse_FieldSubPath) Get ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) Get(source *WatchServiceAccountKeysResponse) (values []interface{})
Get returns all values pointed by selected field from source WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse_FieldSubPath) GetDefault ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchServiceAccountKeysResponse_FieldSubPath) GetRaw ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*WatchServiceAccountKeysResponse_FieldSubPath) GetSingle ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool)
GetSingle returns value of selected field from source WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse_FieldSubPath) GetSingleRaw ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchServiceAccountKeysResponse_FieldSubPath) IsLeaf ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchServiceAccountKeysResponse_FieldSubPath) JSONString ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchServiceAccountKeysResponse_FieldSubPath) Selector ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) Selector() WatchServiceAccountKeysResponse_FieldPathSelector
func (*WatchServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeysResponse_FieldSubPath) String ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathArrayItemValue
func (*WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponse_FieldPathArrayOfValues
func (*WatchServiceAccountKeysResponse_FieldSubPath) WithIValue ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithIValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathValue
func (*WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchServiceAccountKeysResponse_FieldSubPath) WithRawIValue ¶
func (fps *WatchServiceAccountKeysResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue ¶
type WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue struct { WatchServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue ¶
func (fpaivs *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayItemValue, bool)
func (*WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchServiceAccountKeysResponse'
func (*WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *WatchServiceAccountKeysResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues ¶
type WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues struct { WatchServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues ¶
func (fpsaov *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues() (WatchServiceAccountKeysResponsePageTokenChange_FieldPathArrayOfValues, bool)
func (*WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *WatchServiceAccountKeysResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type WatchServiceAccountKeysResponse_FieldSubPathValue ¶
type WatchServiceAccountKeysResponse_FieldSubPathValue struct { WatchServiceAccountKeysResponse_FieldPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_FieldSubPathValue) AsPageTokenChangePathValue ¶
func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchServiceAccountKeysResponsePageTokenChange_FieldPathValue, bool)
func (*WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWith(source *WatchServiceAccountKeysResponse) (int, bool)
func (*WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchServiceAccountKeysResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) GetRawValue() interface{}
func (*WatchServiceAccountKeysResponse_FieldSubPathValue) SetTo ¶
func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) SetTo(target **WatchServiceAccountKeysResponse)
func (*WatchServiceAccountKeysResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *WatchServiceAccountKeysResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type WatchServiceAccountKeysResponse_FieldTerminalPath ¶
type WatchServiceAccountKeysResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValue ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValue(item *WatchServiceAccountKeysResponse)
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) Get ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) Get(source *WatchServiceAccountKeysResponse) (values []interface{})
Get returns all values pointed by specific field from source WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetDefault ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetRaw ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingle ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) IsLeaf ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) String ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathArrayItemValue
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchServiceAccountKeysResponse_FieldPathArrayOfValues
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithIValue ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithIValue(value interface{}) WatchServiceAccountKeysResponse_FieldPathValue
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *WatchServiceAccountKeysResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue ¶
type WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue struct { WatchServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeyChangesItemValue ¶
func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) AsServiceAccountKeyChangesItemValue() (*service_account_key.ServiceAccountKeyChange, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchServiceAccountKeysResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'WatchServiceAccountKeysResponse'
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object WatchServiceAccountKeysResponse as interface{}
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchServiceAccountKeysResponse) (interface{}, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *WatchServiceAccountKeysResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues ¶
type WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues struct { WatchServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchServiceAccountKeysResponse_PageTokenChange, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeyChangesArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsServiceAccountKeyChangesArrayOfValues() ([][]*service_account_key.ServiceAccountKeyChange, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *WatchServiceAccountKeysResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type WatchServiceAccountKeysResponse_FieldTerminalPathValue ¶
type WatchServiceAccountKeysResponse_FieldTerminalPathValue struct { WatchServiceAccountKeysResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsCurrentValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsHardResetValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsSoftResetValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsPageTokenChangeValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchServiceAccountKeysResponse_PageTokenChange, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeyChangesValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsServiceAccountKeyChangesValue() ([]*service_account_key.ServiceAccountKeyChange, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsSnapshotSizeValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWith(source *WatchServiceAccountKeysResponse) (int, bool)
CompareWith compares value in the 'WatchServiceAccountKeysResponse_FieldTerminalPathValue' with the value under path in 'WatchServiceAccountKeysResponse'.
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'WatchServiceAccountKeysResponse' as interface{}
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetTo(target **WatchServiceAccountKeysResponse)
SetTo stores value for selected field for object WatchServiceAccountKeysResponse
func (*WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchServiceAccountKeysResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchServiceAccountKeysResponse_PageTokenChange ¶
type WatchServiceAccountKeysResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *service_account_key.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchServiceAccountKeysResponse_PageTokenChange) CloneRaw ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor ¶
func (*WatchServiceAccountKeysResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchServiceAccountKeysResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetNextPageToken() *service_account_key.PagerCursor
func (*WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) GetPrevPageToken() *service_account_key.PagerCursor
func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage ¶
func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenMessage()
func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenObjectExt ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) GotenObjectExt()
func (*WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchServiceAccountKeysResponse_PageTokenChange) GotenValidate() error
func (*WatchServiceAccountKeysResponse_PageTokenChange) MakeDiffFieldMask ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeDiffFieldMask(other *WatchServiceAccountKeysResponse_PageTokenChange) *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
func (*WatchServiceAccountKeysResponse_PageTokenChange) MakeFullFieldMask ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeFullFieldMask() *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
func (*WatchServiceAccountKeysResponse_PageTokenChange) MakeRawDiffFieldMask ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*WatchServiceAccountKeysResponse_PageTokenChange) MakeRawFullFieldMask ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
func (*WatchServiceAccountKeysResponse_PageTokenChange) Marshal ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysResponse_PageTokenChange) Merge ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) Merge(source *WatchServiceAccountKeysResponse_PageTokenChange)
func (*WatchServiceAccountKeysResponse_PageTokenChange) MergeRaw ¶
func (o *WatchServiceAccountKeysResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage ¶
func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoMessage()
func (*WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysResponse_PageTokenChange) Reset ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) Reset()
func (*WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetNextPageToken(fv *service_account_key.PagerCursor)
func (*WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) SetPrevPageToken(fv *service_account_key.PagerCursor)
func (*WatchServiceAccountKeysResponse_PageTokenChange) String ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) String() string
func (*WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchServiceAccountKeysResponse_PageTokenChange) UnmarshalJSON(data []byte) error
type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken ¶
type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken struct{}
func (WatchServiceAccountKeysResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues ¶
type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken ¶
type WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken struct{}
func (WatchServiceAccountKeysResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues ¶
type WatchServiceAccountKeysResponse_PageTokenChange_FieldMask ¶
type WatchServiceAccountKeysResponse_PageTokenChange_FieldMask struct {
Paths []WatchServiceAccountKeysResponsePageTokenChange_FieldPath
}
func FullWatchServiceAccountKeysResponse_PageTokenChange_FieldMask ¶
func FullWatchServiceAccountKeysResponse_PageTokenChange_FieldMask() *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendPath ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendPath(path WatchServiceAccountKeysResponsePageTokenChange_FieldPath)
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendRawPath ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) DecodeFirestore ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) EncodeFirestore ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FilterInputFields ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FromProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetPaths ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetPaths() []WatchServiceAccountKeysResponsePageTokenChange_FieldPath
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetRawPaths ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) IsFull ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) IsFull() bool
func (WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Marshal ¶
func (fieldMask WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) MarshalJSON ¶
func (fieldMask WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) PathsCount ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) PathsCount() int
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Project ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Project(source *WatchServiceAccountKeysResponse_PageTokenChange) *WatchServiceAccountKeysResponse_PageTokenChange
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProjectRaw ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoMessage ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoMessage()
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoReflect ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Reset ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Reset()
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Set ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Set(target, source *WatchServiceAccountKeysResponse_PageTokenChange)
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetRaw ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Size ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Size() int
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) String ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) String() string
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SubtractRaw ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ToProtoFieldMask ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Unmarshal ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
func (*WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) UnmarshalJSON ¶
func (fieldMask *WatchServiceAccountKeysResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
Source Files ¶
- service_account_key_service.pb.client.go
- service_account_key_service.pb.descriptors.go
- service_account_key_service.pb.fieldmask.go
- service_account_key_service.pb.fieldpath.go
- service_account_key_service.pb.fieldpathbuilder.go
- service_account_key_service.pb.go
- service_account_key_service.pb.object_ext.go
- service_account_key_service.pb.validate.go