activity_log_client

package
v0.12.76 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityLogServiceClient

type ActivityLogServiceClient interface {
	ListActivityLogs(ctx context.Context, in *ListActivityLogsRequest, opts ...grpc.CallOption) (*ListActivityLogsResponse, error)
	CreateActivityLogs(ctx context.Context, in *CreateActivityLogsRequest, opts ...grpc.CallOption) (*CreateActivityLogsResponse, error)
}

ActivityLogServiceClient is the client API for ActivityLogService.

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

type ActivityLogServiceDescriptor added in v0.4.28

type ActivityLogServiceDescriptor struct{}

func GetActivityLogServiceDescriptor added in v0.4.28

func GetActivityLogServiceDescriptor() *ActivityLogServiceDescriptor

func (*ActivityLogServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*ActivityLogServiceDescriptor) GetApiName added in v0.4.28

func (d *ActivityLogServiceDescriptor) GetApiName() string

func (*ActivityLogServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *ActivityLogServiceDescriptor) GetFullAPIName() string

func (*ActivityLogServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *ActivityLogServiceDescriptor) GetProtoPkgName() string

func (*ActivityLogServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *ActivityLogServiceDescriptor) GetServiceDomain() string

func (*ActivityLogServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *ActivityLogServiceDescriptor) GetServiceVersion() string

type CreateActivityLogsDescriptor added in v0.4.28

type CreateActivityLogsDescriptor struct{}

func GetCreateActivityLogsDescriptor added in v0.4.28

func GetCreateActivityLogsDescriptor() *CreateActivityLogsDescriptor

func (*CreateActivityLogsDescriptor) GetApiDescriptor added in v0.4.28

func (*CreateActivityLogsDescriptor) GetApiName added in v0.4.28

func (d *CreateActivityLogsDescriptor) GetApiName() string

func (*CreateActivityLogsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateActivityLogsDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateActivityLogsDescriptor) GetFullMethodName() string

func (*CreateActivityLogsDescriptor) GetMethodName added in v0.4.28

func (d *CreateActivityLogsDescriptor) GetMethodName() string

func (*CreateActivityLogsDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateActivityLogsDescriptor) GetProtoPkgName() string

func (*CreateActivityLogsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateActivityLogsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateActivityLogsDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateActivityLogsDescriptor) GetServiceDomain() string

func (*CreateActivityLogsDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateActivityLogsDescriptor) GetServiceVersion() string

func (*CreateActivityLogsDescriptor) GetVerb added in v0.4.28

func (d *CreateActivityLogsDescriptor) GetVerb() string

func (*CreateActivityLogsDescriptor) HasResource added in v0.4.30

func (d *CreateActivityLogsDescriptor) HasResource() bool

func (*CreateActivityLogsDescriptor) IsClientStream added in v0.4.28

func (d *CreateActivityLogsDescriptor) IsClientStream() bool

func (*CreateActivityLogsDescriptor) IsCollection added in v0.4.30

func (d *CreateActivityLogsDescriptor) IsCollection() bool

func (*CreateActivityLogsDescriptor) IsPlural added in v0.4.30

func (d *CreateActivityLogsDescriptor) IsPlural() bool

func (*CreateActivityLogsDescriptor) IsServerStream added in v0.4.28

func (d *CreateActivityLogsDescriptor) IsServerStream() bool

func (*CreateActivityLogsDescriptor) IsUnary added in v0.4.28

func (d *CreateActivityLogsDescriptor) IsUnary() bool

func (*CreateActivityLogsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateActivityLogsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateActivityLogsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateActivityLogsDescriptor) RequestHasResourceBody() bool

type CreateActivityLogsDescriptorClientMsgHandle added in v0.4.28

type CreateActivityLogsDescriptorClientMsgHandle struct{}

func (*CreateActivityLogsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateActivityLogsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateActivityLogsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateActivityLogsDescriptorServerMsgHandle added in v0.4.28

type CreateActivityLogsDescriptorServerMsgHandle struct{}

func (*CreateActivityLogsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateActivityLogsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateActivityLogsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateActivityLogsRequest

type CreateActivityLogsRequest struct {

	// List of activity logs to be added to service. Can be coming from different
	// scopes.
	ActivityLogs []*activity_log.ActivityLog `protobuf:"bytes,1,rep,name=activity_logs,json=activityLogs,proto3" json:"activity_logs,omitempty" firestore:"activityLogs"`
	// contains filtered or unexported fields
}

Request message for method [CreateActivityLogs][ntt.audit.v1alpha.CreateActivityLogs]

func (*CreateActivityLogsRequest) Clone

func (*CreateActivityLogsRequest) CloneRaw

func (*CreateActivityLogsRequest) Descriptor

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

Deprecated, Use CreateActivityLogsRequest.ProtoReflect.Descriptor instead.

func (*CreateActivityLogsRequest) GetActivityLogs

func (m *CreateActivityLogsRequest) GetActivityLogs() []*activity_log.ActivityLog

func (*CreateActivityLogsRequest) GotenMessage

func (*CreateActivityLogsRequest) GotenMessage()

func (*CreateActivityLogsRequest) GotenObjectExt

func (o *CreateActivityLogsRequest) GotenObjectExt()

func (*CreateActivityLogsRequest) GotenValidate

func (obj *CreateActivityLogsRequest) GotenValidate() error

func (*CreateActivityLogsRequest) MakeDiffFieldMask

func (*CreateActivityLogsRequest) MakeFullFieldMask

func (*CreateActivityLogsRequest) MakeRawDiffFieldMask

func (*CreateActivityLogsRequest) MakeRawFullFieldMask

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

func (*CreateActivityLogsRequest) Marshal

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

func (*CreateActivityLogsRequest) MarshalJSON

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

func (*CreateActivityLogsRequest) Merge

func (*CreateActivityLogsRequest) MergeRaw

func (*CreateActivityLogsRequest) ProtoMessage

func (*CreateActivityLogsRequest) ProtoMessage()

func (*CreateActivityLogsRequest) ProtoReflect

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

func (*CreateActivityLogsRequest) Reset

func (m *CreateActivityLogsRequest) Reset()

func (*CreateActivityLogsRequest) SetActivityLogs

func (m *CreateActivityLogsRequest) SetActivityLogs(fv []*activity_log.ActivityLog)

func (*CreateActivityLogsRequest) String

func (m *CreateActivityLogsRequest) String() string

func (*CreateActivityLogsRequest) Unmarshal

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

func (*CreateActivityLogsRequest) UnmarshalJSON

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

type CreateActivityLogsRequestFieldPathBuilder

type CreateActivityLogsRequestFieldPathBuilder struct{}

func NewCreateActivityLogsRequestFieldPathBuilder

func NewCreateActivityLogsRequestFieldPathBuilder() CreateActivityLogsRequestFieldPathBuilder

func (CreateActivityLogsRequestFieldPathBuilder) ActivityLogs

type CreateActivityLogsRequestMapPathSelectorActivityLogsLabels

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

func (CreateActivityLogsRequestMapPathSelectorActivityLogsLabels) FieldPath

func (CreateActivityLogsRequestMapPathSelectorActivityLogsLabels) WithArrayOfValues

func (CreateActivityLogsRequestMapPathSelectorActivityLogsLabels) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogs

type CreateActivityLogsRequestPathSelectorActivityLogs struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogs) Authentication

func (CreateActivityLogsRequestPathSelectorActivityLogs) Authorization

func (CreateActivityLogsRequestPathSelectorActivityLogs) Category

func (CreateActivityLogsRequestPathSelectorActivityLogs) Events

func (CreateActivityLogsRequestPathSelectorActivityLogs) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogs) Labels

func (CreateActivityLogsRequestPathSelectorActivityLogs) Method

func (CreateActivityLogsRequestPathSelectorActivityLogs) Name

func (CreateActivityLogsRequestPathSelectorActivityLogs) RequestId

func (CreateActivityLogsRequestPathSelectorActivityLogs) RequestMetadata

func (CreateActivityLogsRequestPathSelectorActivityLogs) Resource

func (CreateActivityLogsRequestPathSelectorActivityLogs) Scope

func (CreateActivityLogsRequestPathSelectorActivityLogs) Service

func (CreateActivityLogsRequestPathSelectorActivityLogs) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogs) WithItemValue

func (CreateActivityLogsRequestPathSelectorActivityLogs) WithSubArrayItemValue

func (CreateActivityLogsRequestPathSelectorActivityLogs) WithSubArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogs) WithSubPath

func (CreateActivityLogsRequestPathSelectorActivityLogs) WithSubValue

func (CreateActivityLogsRequestPathSelectorActivityLogs) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsAuthentication

type CreateActivityLogsRequestPathSelectorActivityLogsAuthentication struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthentication) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthentication) PrincipalType added in v0.4.22

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthentication) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthentication) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipal

type CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipal struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipal) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipal) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipal) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipalType added in v0.4.22

type CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipalType struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipalType) FieldPath added in v0.4.22

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipalType) WithArrayOfValues added in v0.4.22

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthenticationPrincipalType) WithValue added in v0.4.22

type CreateActivityLogsRequestPathSelectorActivityLogsAuthorization

type CreateActivityLogsRequestPathSelectorActivityLogsAuthorization struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorization) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorization) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorization) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationDeniedPermissions

type CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationDeniedPermissions struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationDeniedPermissions) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationDeniedPermissions) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationDeniedPermissions) WithItemValue

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationDeniedPermissions) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationGrantedPermissions

type CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationGrantedPermissions struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationGrantedPermissions) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationGrantedPermissions) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationGrantedPermissions) WithItemValue

func (CreateActivityLogsRequestPathSelectorActivityLogsAuthorizationGrantedPermissions) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsCategory

type CreateActivityLogsRequestPathSelectorActivityLogsCategory struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsCategory) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsCategory) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsCategory) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEvents

type CreateActivityLogsRequestPathSelectorActivityLogsEvents struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEvents) Exit

func (CreateActivityLogsRequestPathSelectorActivityLogsEvents) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEvents) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEvents) WithItemValue

func (CreateActivityLogsRequestPathSelectorActivityLogsEvents) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessage

type CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessage struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessage) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessage) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessage) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageData

type CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageData struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageData) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageData) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageData) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageTime

type CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageTime struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageTime) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageTime) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsClientMessageTime) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExit

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExit struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExit) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExit) Status

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExit) Time

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExit) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExit) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatus

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatus struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatus) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatus) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatus) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusCode

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusCode struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusCode) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusCode) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusCode) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusDetails

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusDetails struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusDetails) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusDetails) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusDetails) WithItemValue

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusDetails) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusMessage

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusMessage struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusMessage) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusMessage) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitStatusMessage) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitTime

type CreateActivityLogsRequestPathSelectorActivityLogsEventsExitTime struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitTime) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitTime) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsExitTime) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessage

type CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessage struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessage) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessage) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessage) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageData

type CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageData struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageData) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageData) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageData) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageTime

type CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageTime struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageTime) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageTime) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsEventsServerMessageTime) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsLabels

type CreateActivityLogsRequestPathSelectorActivityLogsLabels struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsLabels) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsLabels) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsLabels) WithKey

func (CreateActivityLogsRequestPathSelectorActivityLogsLabels) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsMethod

type CreateActivityLogsRequestPathSelectorActivityLogsMethod struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsMethod) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsMethod) Type

func (CreateActivityLogsRequestPathSelectorActivityLogsMethod) Version

func (CreateActivityLogsRequestPathSelectorActivityLogsMethod) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsMethod) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsMethodType

type CreateActivityLogsRequestPathSelectorActivityLogsMethodType struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsMethodType) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsMethodType) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsMethodType) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsMethodVersion

type CreateActivityLogsRequestPathSelectorActivityLogsMethodVersion struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsMethodVersion) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsMethodVersion) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsMethodVersion) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsName

type CreateActivityLogsRequestPathSelectorActivityLogsName struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsName) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsName) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsName) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsRequestId

type CreateActivityLogsRequestPathSelectorActivityLogsRequestId struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestId) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestId) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestId) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadata

type CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadata struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadata) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadata) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadata) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataIpAddress

type CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataIpAddress struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataIpAddress) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataIpAddress) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataIpAddress) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataUserAgent

type CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataUserAgent struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataUserAgent) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataUserAgent) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsRequestMetadataUserAgent) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsResource

type CreateActivityLogsRequestPathSelectorActivityLogsResource struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsResource) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsResource) Name

func (CreateActivityLogsRequestPathSelectorActivityLogsResource) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsResource) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifference

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifference struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifference) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifference) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifference) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceAfter

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceAfter struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceAfter) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceAfter) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceAfter) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceBefore

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceBefore struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceBefore) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceBefore) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceBefore) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceFields

type CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceFields struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceFields) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceFields) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceDifferenceFields) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsResourceName

type CreateActivityLogsRequestPathSelectorActivityLogsResourceName struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceName) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceName) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsResourceName) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsScope

type CreateActivityLogsRequestPathSelectorActivityLogsScope struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsScope) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsScope) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsScope) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsService

type CreateActivityLogsRequestPathSelectorActivityLogsService struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsService) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsService) Name

func (CreateActivityLogsRequestPathSelectorActivityLogsService) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsService) WithValue

type CreateActivityLogsRequestPathSelectorActivityLogsServiceName

type CreateActivityLogsRequestPathSelectorActivityLogsServiceName struct{}

func (CreateActivityLogsRequestPathSelectorActivityLogsServiceName) FieldPath

func (CreateActivityLogsRequestPathSelectorActivityLogsServiceName) WithArrayOfValues

func (CreateActivityLogsRequestPathSelectorActivityLogsServiceName) WithValue

type CreateActivityLogsRequest_FieldMask

type CreateActivityLogsRequest_FieldMask struct {
	Paths []CreateActivityLogsRequest_FieldPath
}

func FullCreateActivityLogsRequest_FieldMask

func FullCreateActivityLogsRequest_FieldMask() *CreateActivityLogsRequest_FieldMask

func (*CreateActivityLogsRequest_FieldMask) AppendPath

func (*CreateActivityLogsRequest_FieldMask) AppendRawPath

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

func (*CreateActivityLogsRequest_FieldMask) DecodeFirestore

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

func (*CreateActivityLogsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateActivityLogsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateActivityLogsRequest_FieldMask) FromProtoFieldMask

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

func (*CreateActivityLogsRequest_FieldMask) GetPaths

func (*CreateActivityLogsRequest_FieldMask) GetRawPaths

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

func (*CreateActivityLogsRequest_FieldMask) IsFull

func (fieldMask *CreateActivityLogsRequest_FieldMask) IsFull() bool

func (CreateActivityLogsRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateActivityLogsRequest_FieldMask) MarshalJSON

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

func (*CreateActivityLogsRequest_FieldMask) PathsCount

func (fieldMask *CreateActivityLogsRequest_FieldMask) PathsCount() int

func (*CreateActivityLogsRequest_FieldMask) Project

func (*CreateActivityLogsRequest_FieldMask) ProjectRaw

func (*CreateActivityLogsRequest_FieldMask) ProtoMessage

func (fieldMask *CreateActivityLogsRequest_FieldMask) ProtoMessage()

func (*CreateActivityLogsRequest_FieldMask) ProtoReflect

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

func (*CreateActivityLogsRequest_FieldMask) Reset

func (fieldMask *CreateActivityLogsRequest_FieldMask) Reset()

func (*CreateActivityLogsRequest_FieldMask) Set

func (fieldMask *CreateActivityLogsRequest_FieldMask) Set(target, source *CreateActivityLogsRequest)

func (*CreateActivityLogsRequest_FieldMask) SetFromCliFlag

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

func (*CreateActivityLogsRequest_FieldMask) SetRaw

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

func (*CreateActivityLogsRequest_FieldMask) Size

func (fieldMask *CreateActivityLogsRequest_FieldMask) Size() int

func (*CreateActivityLogsRequest_FieldMask) String

func (fieldMask *CreateActivityLogsRequest_FieldMask) String() string

func (*CreateActivityLogsRequest_FieldMask) Subtract

func (*CreateActivityLogsRequest_FieldMask) SubtractRaw

func (*CreateActivityLogsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateActivityLogsRequest_FieldMask) Unmarshal

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

func (*CreateActivityLogsRequest_FieldMask) UnmarshalJSON

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

type CreateActivityLogsRequest_FieldPath

type CreateActivityLogsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateActivityLogsRequest_FieldPathSelector
	Get(source *CreateActivityLogsRequest) []interface{}
	GetSingle(source *CreateActivityLogsRequest) (interface{}, bool)
	ClearValue(item *CreateActivityLogsRequest)

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

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

func MustParseCreateActivityLogsRequest_FieldPath

func MustParseCreateActivityLogsRequest_FieldPath(rawField string) CreateActivityLogsRequest_FieldPath

func ParseCreateActivityLogsRequest_FieldPath

func ParseCreateActivityLogsRequest_FieldPath(rawField string) (CreateActivityLogsRequest_FieldPath, error)

type CreateActivityLogsRequest_FieldPathArrayItemValue

type CreateActivityLogsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateActivityLogsRequest_FieldPath
	ContainsValue(*CreateActivityLogsRequest) bool
}

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

func MustParseCreateActivityLogsRequest_FieldPathArrayItemValue

func MustParseCreateActivityLogsRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateActivityLogsRequest_FieldPathArrayItemValue

func ParseCreateActivityLogsRequest_FieldPathArrayItemValue

func ParseCreateActivityLogsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateActivityLogsRequest_FieldPathArrayItemValue, error)

ParseCreateActivityLogsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateActivityLogsRequest_FieldPathArrayOfValues

type CreateActivityLogsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateActivityLogsRequest_FieldPath
}

CreateActivityLogsRequest_FieldPathArrayOfValues allows storing slice of values for CreateActivityLogsRequest fields according to their type

func MustParseCreateActivityLogsRequest_FieldPathArrayOfValues

func MustParseCreateActivityLogsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateActivityLogsRequest_FieldPathArrayOfValues

func ParseCreateActivityLogsRequest_FieldPathArrayOfValues

func ParseCreateActivityLogsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateActivityLogsRequest_FieldPathArrayOfValues, error)

type CreateActivityLogsRequest_FieldPathSelector

type CreateActivityLogsRequest_FieldPathSelector int32
const (
	CreateActivityLogsRequest_FieldPathSelectorActivityLogs CreateActivityLogsRequest_FieldPathSelector = 0
)

func (CreateActivityLogsRequest_FieldPathSelector) String

type CreateActivityLogsRequest_FieldPathValue

type CreateActivityLogsRequest_FieldPathValue interface {
	CreateActivityLogsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateActivityLogsRequest)
	CompareWith(*CreateActivityLogsRequest) (cmp int, comparable bool)
}

CreateActivityLogsRequest_FieldPathValue allows storing values for CreateActivityLogsRequest fields according to their type

func MustParseCreateActivityLogsRequest_FieldPathValue

func MustParseCreateActivityLogsRequest_FieldPathValue(pathStr, valueStr string) CreateActivityLogsRequest_FieldPathValue

func ParseCreateActivityLogsRequest_FieldPathValue

func ParseCreateActivityLogsRequest_FieldPathValue(pathStr, valueStr string) (CreateActivityLogsRequest_FieldPathValue, error)

type CreateActivityLogsRequest_FieldSubPath

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

func (*CreateActivityLogsRequest_FieldSubPath) AsActivityLogsSubPath

func (*CreateActivityLogsRequest_FieldSubPath) ClearValue

func (*CreateActivityLogsRequest_FieldSubPath) ClearValueRaw

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

func (*CreateActivityLogsRequest_FieldSubPath) Get

func (fps *CreateActivityLogsRequest_FieldSubPath) Get(source *CreateActivityLogsRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateActivityLogsRequest

func (*CreateActivityLogsRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateActivityLogsRequest_FieldSubPath) GetRaw

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

func (*CreateActivityLogsRequest_FieldSubPath) GetSingle

func (fps *CreateActivityLogsRequest_FieldSubPath) GetSingle(source *CreateActivityLogsRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateActivityLogsRequest

func (*CreateActivityLogsRequest_FieldSubPath) GetSingleRaw

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

func (*CreateActivityLogsRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateActivityLogsRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateActivityLogsRequest_FieldSubPath) Selector

func (*CreateActivityLogsRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateActivityLogsRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateActivityLogsRequest_FieldSubPath) WithIArrayItemValue

func (*CreateActivityLogsRequest_FieldSubPath) WithIArrayOfValues

func (*CreateActivityLogsRequest_FieldSubPath) WithIValue

func (*CreateActivityLogsRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateActivityLogsRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateActivityLogsRequest_FieldSubPath) WithRawIValue

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

type CreateActivityLogsRequest_FieldSubPathArrayItemValue

type CreateActivityLogsRequest_FieldSubPathArrayItemValue struct {
	CreateActivityLogsRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsRequest_FieldSubPathArrayItemValue) AsActivityLogsPathItemValue

func (*CreateActivityLogsRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateActivityLogsRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateActivityLogsRequest_FieldSubPathArrayOfValues

type CreateActivityLogsRequest_FieldSubPathArrayOfValues struct {
	CreateActivityLogsRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsRequest_FieldSubPathArrayOfValues) AsActivityLogsPathArrayOfValues

func (*CreateActivityLogsRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateActivityLogsRequest_FieldSubPathValue

type CreateActivityLogsRequest_FieldSubPathValue struct {
	CreateActivityLogsRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsRequest_FieldSubPathValue) AsActivityLogsPathValue

func (*CreateActivityLogsRequest_FieldSubPathValue) CompareWith

func (*CreateActivityLogsRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateActivityLogsRequest_FieldSubPathValue) GetRawValue

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

func (*CreateActivityLogsRequest_FieldSubPathValue) SetTo

func (*CreateActivityLogsRequest_FieldSubPathValue) SetToRaw

type CreateActivityLogsRequest_FieldTerminalPath

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

func (*CreateActivityLogsRequest_FieldTerminalPath) ClearValue

func (*CreateActivityLogsRequest_FieldTerminalPath) ClearValueRaw

func (*CreateActivityLogsRequest_FieldTerminalPath) Get

func (fp *CreateActivityLogsRequest_FieldTerminalPath) Get(source *CreateActivityLogsRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateActivityLogsRequest

func (*CreateActivityLogsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateActivityLogsRequest_FieldTerminalPath) GetRaw

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

func (*CreateActivityLogsRequest_FieldTerminalPath) GetSingle

func (fp *CreateActivityLogsRequest_FieldTerminalPath) GetSingle(source *CreateActivityLogsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateActivityLogsRequest

func (*CreateActivityLogsRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateActivityLogsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateActivityLogsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateActivityLogsRequest_FieldTerminalPath) Selector

func (*CreateActivityLogsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateActivityLogsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateActivityLogsRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateActivityLogsRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateActivityLogsRequest_FieldTerminalPath) WithIValue

func (*CreateActivityLogsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateActivityLogsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateActivityLogsRequest_FieldTerminalPath) WithRawIValue

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

type CreateActivityLogsRequest_FieldTerminalPathArrayItemValue

type CreateActivityLogsRequest_FieldTerminalPathArrayItemValue struct {
	CreateActivityLogsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsRequest_FieldTerminalPathArrayItemValue) AsActivityLogsItemValue

func (*CreateActivityLogsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateActivityLogsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateActivityLogsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateActivityLogsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateActivityLogsRequest_FieldTerminalPathArrayOfValues

type CreateActivityLogsRequest_FieldTerminalPathArrayOfValues struct {
	CreateActivityLogsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsRequest_FieldTerminalPathArrayOfValues) AsActivityLogsArrayOfValues

func (fpaov *CreateActivityLogsRequest_FieldTerminalPathArrayOfValues) AsActivityLogsArrayOfValues() ([][]*activity_log.ActivityLog, bool)

func (*CreateActivityLogsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateActivityLogsRequest_FieldTerminalPathValue

type CreateActivityLogsRequest_FieldTerminalPathValue struct {
	CreateActivityLogsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsRequest_FieldTerminalPathValue) AsActivityLogsValue

func (*CreateActivityLogsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateActivityLogsRequest_FieldTerminalPathValue' with the value under path in 'CreateActivityLogsRequest'.

func (*CreateActivityLogsRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateActivityLogsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateActivityLogsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateActivityLogsRequest

func (*CreateActivityLogsRequest_FieldTerminalPathValue) SetToRaw

type CreateActivityLogsResponse

type CreateActivityLogsResponse struct {

	// Resource change log names - one name per each activity log, in same order
	// as in the request
	LogNames []*activity_log.Reference `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [CreateActivityLogs][ntt.audit.v1alpha.CreateActivityLogs]

func (*CreateActivityLogsResponse) Clone

func (*CreateActivityLogsResponse) CloneRaw

func (*CreateActivityLogsResponse) Descriptor

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

Deprecated, Use CreateActivityLogsResponse.ProtoReflect.Descriptor instead.

func (*CreateActivityLogsResponse) GetLogNames

func (*CreateActivityLogsResponse) GotenMessage

func (*CreateActivityLogsResponse) GotenMessage()

func (*CreateActivityLogsResponse) GotenObjectExt

func (o *CreateActivityLogsResponse) GotenObjectExt()

func (*CreateActivityLogsResponse) GotenValidate

func (obj *CreateActivityLogsResponse) GotenValidate() error

func (*CreateActivityLogsResponse) MakeDiffFieldMask

func (*CreateActivityLogsResponse) MakeFullFieldMask

func (*CreateActivityLogsResponse) MakeRawDiffFieldMask

func (*CreateActivityLogsResponse) MakeRawFullFieldMask

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

func (*CreateActivityLogsResponse) Marshal

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

func (*CreateActivityLogsResponse) MarshalJSON

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

func (*CreateActivityLogsResponse) Merge

func (*CreateActivityLogsResponse) MergeRaw

func (*CreateActivityLogsResponse) ProtoMessage

func (*CreateActivityLogsResponse) ProtoMessage()

func (*CreateActivityLogsResponse) ProtoReflect

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

func (*CreateActivityLogsResponse) Reset

func (m *CreateActivityLogsResponse) Reset()

func (*CreateActivityLogsResponse) SetLogNames

func (m *CreateActivityLogsResponse) SetLogNames(fv []*activity_log.Reference)

func (*CreateActivityLogsResponse) String

func (m *CreateActivityLogsResponse) String() string

func (*CreateActivityLogsResponse) Unmarshal

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

func (*CreateActivityLogsResponse) UnmarshalJSON

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

type CreateActivityLogsResponseFieldPathBuilder

type CreateActivityLogsResponseFieldPathBuilder struct{}

func NewCreateActivityLogsResponseFieldPathBuilder

func NewCreateActivityLogsResponseFieldPathBuilder() CreateActivityLogsResponseFieldPathBuilder

func (CreateActivityLogsResponseFieldPathBuilder) LogNames

type CreateActivityLogsResponsePathSelectorLogNames

type CreateActivityLogsResponsePathSelectorLogNames struct{}

func (CreateActivityLogsResponsePathSelectorLogNames) FieldPath

func (CreateActivityLogsResponsePathSelectorLogNames) WithArrayOfValues

func (CreateActivityLogsResponsePathSelectorLogNames) WithValue

type CreateActivityLogsResponse_FieldMask

type CreateActivityLogsResponse_FieldMask struct {
	Paths []CreateActivityLogsResponse_FieldPath
}

func FullCreateActivityLogsResponse_FieldMask

func FullCreateActivityLogsResponse_FieldMask() *CreateActivityLogsResponse_FieldMask

func (*CreateActivityLogsResponse_FieldMask) AppendPath

func (*CreateActivityLogsResponse_FieldMask) AppendRawPath

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

func (*CreateActivityLogsResponse_FieldMask) DecodeFirestore

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

func (*CreateActivityLogsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateActivityLogsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateActivityLogsResponse_FieldMask) FromProtoFieldMask

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

func (*CreateActivityLogsResponse_FieldMask) GetPaths

func (*CreateActivityLogsResponse_FieldMask) GetRawPaths

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

func (*CreateActivityLogsResponse_FieldMask) IsFull

func (fieldMask *CreateActivityLogsResponse_FieldMask) IsFull() bool

func (CreateActivityLogsResponse_FieldMask) Marshal

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

implement methods required by customType

func (CreateActivityLogsResponse_FieldMask) MarshalJSON

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

func (*CreateActivityLogsResponse_FieldMask) PathsCount

func (fieldMask *CreateActivityLogsResponse_FieldMask) PathsCount() int

func (*CreateActivityLogsResponse_FieldMask) Project

func (*CreateActivityLogsResponse_FieldMask) ProjectRaw

func (*CreateActivityLogsResponse_FieldMask) ProtoMessage

func (fieldMask *CreateActivityLogsResponse_FieldMask) ProtoMessage()

func (*CreateActivityLogsResponse_FieldMask) ProtoReflect

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

func (*CreateActivityLogsResponse_FieldMask) Reset

func (fieldMask *CreateActivityLogsResponse_FieldMask) Reset()

func (*CreateActivityLogsResponse_FieldMask) Set

func (fieldMask *CreateActivityLogsResponse_FieldMask) Set(target, source *CreateActivityLogsResponse)

func (*CreateActivityLogsResponse_FieldMask) SetFromCliFlag

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

func (*CreateActivityLogsResponse_FieldMask) SetRaw

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

func (*CreateActivityLogsResponse_FieldMask) Size

func (fieldMask *CreateActivityLogsResponse_FieldMask) Size() int

func (*CreateActivityLogsResponse_FieldMask) String

func (fieldMask *CreateActivityLogsResponse_FieldMask) String() string

func (*CreateActivityLogsResponse_FieldMask) Subtract

func (*CreateActivityLogsResponse_FieldMask) SubtractRaw

func (*CreateActivityLogsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateActivityLogsResponse_FieldMask) Unmarshal

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

func (*CreateActivityLogsResponse_FieldMask) UnmarshalJSON

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

type CreateActivityLogsResponse_FieldPath

type CreateActivityLogsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateActivityLogsResponse_FieldPathSelector
	Get(source *CreateActivityLogsResponse) []interface{}
	GetSingle(source *CreateActivityLogsResponse) (interface{}, bool)
	ClearValue(item *CreateActivityLogsResponse)

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

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

func MustParseCreateActivityLogsResponse_FieldPath

func MustParseCreateActivityLogsResponse_FieldPath(rawField string) CreateActivityLogsResponse_FieldPath

func ParseCreateActivityLogsResponse_FieldPath

func ParseCreateActivityLogsResponse_FieldPath(rawField string) (CreateActivityLogsResponse_FieldPath, error)

type CreateActivityLogsResponse_FieldPathArrayItemValue

type CreateActivityLogsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateActivityLogsResponse_FieldPath
	ContainsValue(*CreateActivityLogsResponse) bool
}

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

func MustParseCreateActivityLogsResponse_FieldPathArrayItemValue

func MustParseCreateActivityLogsResponse_FieldPathArrayItemValue(pathStr, valueStr string) CreateActivityLogsResponse_FieldPathArrayItemValue

func ParseCreateActivityLogsResponse_FieldPathArrayItemValue

func ParseCreateActivityLogsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (CreateActivityLogsResponse_FieldPathArrayItemValue, error)

ParseCreateActivityLogsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateActivityLogsResponse_FieldPathArrayOfValues

type CreateActivityLogsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateActivityLogsResponse_FieldPath
}

CreateActivityLogsResponse_FieldPathArrayOfValues allows storing slice of values for CreateActivityLogsResponse fields according to their type

func MustParseCreateActivityLogsResponse_FieldPathArrayOfValues

func MustParseCreateActivityLogsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) CreateActivityLogsResponse_FieldPathArrayOfValues

func ParseCreateActivityLogsResponse_FieldPathArrayOfValues

func ParseCreateActivityLogsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateActivityLogsResponse_FieldPathArrayOfValues, error)

type CreateActivityLogsResponse_FieldPathSelector

type CreateActivityLogsResponse_FieldPathSelector int32
const (
	CreateActivityLogsResponse_FieldPathSelectorLogNames CreateActivityLogsResponse_FieldPathSelector = 0
)

func (CreateActivityLogsResponse_FieldPathSelector) String

type CreateActivityLogsResponse_FieldPathValue

type CreateActivityLogsResponse_FieldPathValue interface {
	CreateActivityLogsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateActivityLogsResponse)
	CompareWith(*CreateActivityLogsResponse) (cmp int, comparable bool)
}

CreateActivityLogsResponse_FieldPathValue allows storing values for CreateActivityLogsResponse fields according to their type

func MustParseCreateActivityLogsResponse_FieldPathValue

func MustParseCreateActivityLogsResponse_FieldPathValue(pathStr, valueStr string) CreateActivityLogsResponse_FieldPathValue

func ParseCreateActivityLogsResponse_FieldPathValue

func ParseCreateActivityLogsResponse_FieldPathValue(pathStr, valueStr string) (CreateActivityLogsResponse_FieldPathValue, error)

type CreateActivityLogsResponse_FieldTerminalPath

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

func (*CreateActivityLogsResponse_FieldTerminalPath) ClearValue

func (*CreateActivityLogsResponse_FieldTerminalPath) ClearValueRaw

func (*CreateActivityLogsResponse_FieldTerminalPath) Get

func (fp *CreateActivityLogsResponse_FieldTerminalPath) Get(source *CreateActivityLogsResponse) (values []interface{})

Get returns all values pointed by specific field from source CreateActivityLogsResponse

func (*CreateActivityLogsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateActivityLogsResponse_FieldTerminalPath) GetRaw

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

func (*CreateActivityLogsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateActivityLogsResponse

func (*CreateActivityLogsResponse_FieldTerminalPath) GetSingleRaw

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

func (*CreateActivityLogsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateActivityLogsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateActivityLogsResponse_FieldTerminalPath) Selector

func (*CreateActivityLogsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*CreateActivityLogsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateActivityLogsResponse_FieldTerminalPath) WithIArrayItemValue

func (*CreateActivityLogsResponse_FieldTerminalPath) WithIArrayOfValues

func (*CreateActivityLogsResponse_FieldTerminalPath) WithIValue

func (*CreateActivityLogsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateActivityLogsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateActivityLogsResponse_FieldTerminalPath) WithRawIValue

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

type CreateActivityLogsResponse_FieldTerminalPathArrayItemValue

type CreateActivityLogsResponse_FieldTerminalPathArrayItemValue struct {
	CreateActivityLogsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsResponse_FieldTerminalPathArrayItemValue) AsLogNamesItemValue

func (*CreateActivityLogsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateActivityLogsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateActivityLogsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateActivityLogsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateActivityLogsResponse_FieldTerminalPathArrayOfValues

type CreateActivityLogsResponse_FieldTerminalPathArrayOfValues struct {
	CreateActivityLogsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsResponse_FieldTerminalPathArrayOfValues) AsLogNamesArrayOfValues

func (*CreateActivityLogsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateActivityLogsResponse_FieldTerminalPathValue

type CreateActivityLogsResponse_FieldTerminalPathValue struct {
	CreateActivityLogsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateActivityLogsResponse_FieldTerminalPathValue) AsLogNamesValue

func (*CreateActivityLogsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateActivityLogsResponse_FieldTerminalPathValue' with the value under path in 'CreateActivityLogsResponse'.

func (*CreateActivityLogsResponse_FieldTerminalPathValue) CompareWithRaw

func (*CreateActivityLogsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateActivityLogsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateActivityLogsResponse

func (*CreateActivityLogsResponse_FieldTerminalPathValue) SetToRaw

type ListActivityLogsDescriptor added in v0.4.28

type ListActivityLogsDescriptor struct{}

func GetListActivityLogsDescriptor added in v0.4.28

func GetListActivityLogsDescriptor() *ListActivityLogsDescriptor

func (*ListActivityLogsDescriptor) GetApiDescriptor added in v0.4.28

func (*ListActivityLogsDescriptor) GetApiName added in v0.4.28

func (d *ListActivityLogsDescriptor) GetApiName() string

func (*ListActivityLogsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListActivityLogsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListActivityLogsDescriptor) GetFullMethodName() string

func (*ListActivityLogsDescriptor) GetMethodName added in v0.4.28

func (d *ListActivityLogsDescriptor) GetMethodName() string

func (*ListActivityLogsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListActivityLogsDescriptor) GetProtoPkgName() string

func (*ListActivityLogsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListActivityLogsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListActivityLogsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListActivityLogsDescriptor) GetServiceDomain() string

func (*ListActivityLogsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListActivityLogsDescriptor) GetServiceVersion() string

func (*ListActivityLogsDescriptor) GetVerb added in v0.4.28

func (d *ListActivityLogsDescriptor) GetVerb() string

func (*ListActivityLogsDescriptor) HasResource added in v0.4.30

func (d *ListActivityLogsDescriptor) HasResource() bool

func (*ListActivityLogsDescriptor) IsClientStream added in v0.4.28

func (d *ListActivityLogsDescriptor) IsClientStream() bool

func (*ListActivityLogsDescriptor) IsCollection added in v0.4.30

func (d *ListActivityLogsDescriptor) IsCollection() bool

func (*ListActivityLogsDescriptor) IsPlural added in v0.4.30

func (d *ListActivityLogsDescriptor) IsPlural() bool

func (*ListActivityLogsDescriptor) IsServerStream added in v0.4.28

func (d *ListActivityLogsDescriptor) IsServerStream() bool

func (*ListActivityLogsDescriptor) IsUnary added in v0.4.28

func (d *ListActivityLogsDescriptor) IsUnary() bool

func (*ListActivityLogsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListActivityLogsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListActivityLogsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListActivityLogsDescriptor) RequestHasResourceBody() bool

type ListActivityLogsDescriptorClientMsgHandle added in v0.4.28

type ListActivityLogsDescriptorClientMsgHandle struct{}

func (*ListActivityLogsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListActivityLogsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListActivityLogsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListActivityLogsDescriptorServerMsgHandle added in v0.4.28

type ListActivityLogsDescriptorServerMsgHandle struct{}

func (*ListActivityLogsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListActivityLogsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListActivityLogsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListActivityLogsRequest

type ListActivityLogsRequest struct {

	// Parent references of ntt.audit.v1alpha2.ActivityLog - provides list of all
	// scopes we want to query about
	Parents []*activity_log.ParentReference `protobuf:"bytes,1,rep,customtype=ParentReference,name=parents,proto3" json:"parents,omitempty" firestore:"parents"`
	// A audit filter that specifies which activity logs should be returned
	Filter *activity_log.Filter `protobuf:"bytes,2,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// The time interval for which results should be returned. Only logs
	// that contain data points in the specified interval are included
	// in the response.
	Interval *audit_common.TimeInterval `protobuf:"bytes,4,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"`
	// Cap on a number of activity logs to be included in a response.
	// Number of logs in an actual response can be higher, since logs are
	// read in bulk with second precision - exceed logs above the limit will share
	// same timestamp as the logs below the limit.
	//
	// Results will be adjusted to the "end time" taken from interval field
	// (adjusted also by page_token if provided).
	PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// Token which identifies next page with further results. Token should be
	// taken from
	// [ListActivityLogsResponse.next_page_token][ntt.audit.v1alpha2.ListActivityLogsResponse.next_page_token].
	PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty" firestore:"pageToken"`
	// contains filtered or unexported fields
}

Request message for method [ListActivityLogs][ntt.audit.v1alpha.ListActivityLogs]

func (*ListActivityLogsRequest) Clone

func (*ListActivityLogsRequest) CloneRaw

func (*ListActivityLogsRequest) Descriptor

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

Deprecated, Use ListActivityLogsRequest.ProtoReflect.Descriptor instead.

func (*ListActivityLogsRequest) GetFilter

func (*ListActivityLogsRequest) GetInterval

func (*ListActivityLogsRequest) GetPageSize

func (m *ListActivityLogsRequest) GetPageSize() int32

func (*ListActivityLogsRequest) GetPageToken

func (m *ListActivityLogsRequest) GetPageToken() string

func (*ListActivityLogsRequest) GetParents

func (*ListActivityLogsRequest) GotenMessage

func (*ListActivityLogsRequest) GotenMessage()

func (*ListActivityLogsRequest) GotenObjectExt

func (o *ListActivityLogsRequest) GotenObjectExt()

func (*ListActivityLogsRequest) GotenValidate

func (obj *ListActivityLogsRequest) GotenValidate() error

func (*ListActivityLogsRequest) MakeDiffFieldMask

func (*ListActivityLogsRequest) MakeFullFieldMask

func (*ListActivityLogsRequest) MakeRawDiffFieldMask

func (*ListActivityLogsRequest) MakeRawFullFieldMask

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

func (*ListActivityLogsRequest) Marshal

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

func (*ListActivityLogsRequest) MarshalJSON

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

func (*ListActivityLogsRequest) Merge

func (*ListActivityLogsRequest) MergeRaw

func (*ListActivityLogsRequest) ProtoMessage

func (*ListActivityLogsRequest) ProtoMessage()

func (*ListActivityLogsRequest) ProtoReflect

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

func (*ListActivityLogsRequest) Reset

func (m *ListActivityLogsRequest) Reset()

func (*ListActivityLogsRequest) SetFilter

func (m *ListActivityLogsRequest) SetFilter(fv *activity_log.Filter)

func (*ListActivityLogsRequest) SetInterval

func (*ListActivityLogsRequest) SetPageSize

func (m *ListActivityLogsRequest) SetPageSize(fv int32)

func (*ListActivityLogsRequest) SetPageToken

func (m *ListActivityLogsRequest) SetPageToken(fv string)

func (*ListActivityLogsRequest) SetParents

func (*ListActivityLogsRequest) String

func (m *ListActivityLogsRequest) String() string

func (*ListActivityLogsRequest) Unmarshal

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

func (*ListActivityLogsRequest) UnmarshalJSON

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

type ListActivityLogsRequestFieldPathBuilder

type ListActivityLogsRequestFieldPathBuilder struct{}

func NewListActivityLogsRequestFieldPathBuilder

func NewListActivityLogsRequestFieldPathBuilder() ListActivityLogsRequestFieldPathBuilder

func (ListActivityLogsRequestFieldPathBuilder) Filter

func (ListActivityLogsRequestFieldPathBuilder) Interval

func (ListActivityLogsRequestFieldPathBuilder) PageSize

func (ListActivityLogsRequestFieldPathBuilder) PageToken

func (ListActivityLogsRequestFieldPathBuilder) Parents

type ListActivityLogsRequestPathSelectorFilter

type ListActivityLogsRequestPathSelectorFilter struct{}

func (ListActivityLogsRequestPathSelectorFilter) FieldPath

func (ListActivityLogsRequestPathSelectorFilter) WithArrayOfValues

func (ListActivityLogsRequestPathSelectorFilter) WithValue

type ListActivityLogsRequestPathSelectorInterval

type ListActivityLogsRequestPathSelectorInterval struct{}

func (ListActivityLogsRequestPathSelectorInterval) EndTime

func (ListActivityLogsRequestPathSelectorInterval) FieldPath

func (ListActivityLogsRequestPathSelectorInterval) StartTime

func (ListActivityLogsRequestPathSelectorInterval) WithArrayOfValues

func (ListActivityLogsRequestPathSelectorInterval) WithSubArrayItemValue

func (ListActivityLogsRequestPathSelectorInterval) WithSubArrayOfValues

func (ListActivityLogsRequestPathSelectorInterval) WithSubPath

func (ListActivityLogsRequestPathSelectorInterval) WithSubValue

func (ListActivityLogsRequestPathSelectorInterval) WithValue

type ListActivityLogsRequestPathSelectorIntervalEndTime

type ListActivityLogsRequestPathSelectorIntervalEndTime struct{}

func (ListActivityLogsRequestPathSelectorIntervalEndTime) FieldPath

func (ListActivityLogsRequestPathSelectorIntervalEndTime) WithArrayOfValues

func (ListActivityLogsRequestPathSelectorIntervalEndTime) WithValue

type ListActivityLogsRequestPathSelectorIntervalStartTime

type ListActivityLogsRequestPathSelectorIntervalStartTime struct{}

func (ListActivityLogsRequestPathSelectorIntervalStartTime) FieldPath

func (ListActivityLogsRequestPathSelectorIntervalStartTime) WithArrayOfValues

func (ListActivityLogsRequestPathSelectorIntervalStartTime) WithValue

type ListActivityLogsRequestPathSelectorPageSize

type ListActivityLogsRequestPathSelectorPageSize struct{}

func (ListActivityLogsRequestPathSelectorPageSize) FieldPath

func (ListActivityLogsRequestPathSelectorPageSize) WithArrayOfValues

func (ListActivityLogsRequestPathSelectorPageSize) WithValue

type ListActivityLogsRequestPathSelectorPageToken

type ListActivityLogsRequestPathSelectorPageToken struct{}

func (ListActivityLogsRequestPathSelectorPageToken) FieldPath

func (ListActivityLogsRequestPathSelectorPageToken) WithArrayOfValues

func (ListActivityLogsRequestPathSelectorPageToken) WithValue

type ListActivityLogsRequestPathSelectorParents

type ListActivityLogsRequestPathSelectorParents struct{}

func (ListActivityLogsRequestPathSelectorParents) FieldPath

func (ListActivityLogsRequestPathSelectorParents) WithArrayOfValues

func (ListActivityLogsRequestPathSelectorParents) WithValue

type ListActivityLogsRequest_FieldMask

type ListActivityLogsRequest_FieldMask struct {
	Paths []ListActivityLogsRequest_FieldPath
}

func FullListActivityLogsRequest_FieldMask

func FullListActivityLogsRequest_FieldMask() *ListActivityLogsRequest_FieldMask

func (*ListActivityLogsRequest_FieldMask) AppendPath

func (*ListActivityLogsRequest_FieldMask) AppendRawPath

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

func (*ListActivityLogsRequest_FieldMask) DecodeFirestore

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

func (*ListActivityLogsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListActivityLogsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListActivityLogsRequest_FieldMask) FromProtoFieldMask

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

func (*ListActivityLogsRequest_FieldMask) GetPaths

func (*ListActivityLogsRequest_FieldMask) GetRawPaths

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

func (*ListActivityLogsRequest_FieldMask) IsFull

func (fieldMask *ListActivityLogsRequest_FieldMask) IsFull() bool

func (ListActivityLogsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListActivityLogsRequest_FieldMask) MarshalJSON

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

func (*ListActivityLogsRequest_FieldMask) PathsCount

func (fieldMask *ListActivityLogsRequest_FieldMask) PathsCount() int

func (*ListActivityLogsRequest_FieldMask) Project

func (*ListActivityLogsRequest_FieldMask) ProjectRaw

func (*ListActivityLogsRequest_FieldMask) ProtoMessage

func (fieldMask *ListActivityLogsRequest_FieldMask) ProtoMessage()

func (*ListActivityLogsRequest_FieldMask) ProtoReflect

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

func (*ListActivityLogsRequest_FieldMask) Reset

func (fieldMask *ListActivityLogsRequest_FieldMask) Reset()

func (*ListActivityLogsRequest_FieldMask) Set

func (fieldMask *ListActivityLogsRequest_FieldMask) Set(target, source *ListActivityLogsRequest)

func (*ListActivityLogsRequest_FieldMask) SetFromCliFlag

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

func (*ListActivityLogsRequest_FieldMask) SetRaw

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

func (*ListActivityLogsRequest_FieldMask) Size

func (fieldMask *ListActivityLogsRequest_FieldMask) Size() int

func (*ListActivityLogsRequest_FieldMask) String

func (fieldMask *ListActivityLogsRequest_FieldMask) String() string

func (*ListActivityLogsRequest_FieldMask) Subtract

func (*ListActivityLogsRequest_FieldMask) SubtractRaw

func (*ListActivityLogsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListActivityLogsRequest_FieldMask) Unmarshal

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

func (*ListActivityLogsRequest_FieldMask) UnmarshalJSON

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

type ListActivityLogsRequest_FieldPath

type ListActivityLogsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListActivityLogsRequest_FieldPathSelector
	Get(source *ListActivityLogsRequest) []interface{}
	GetSingle(source *ListActivityLogsRequest) (interface{}, bool)
	ClearValue(item *ListActivityLogsRequest)

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

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

func MustParseListActivityLogsRequest_FieldPath

func MustParseListActivityLogsRequest_FieldPath(rawField string) ListActivityLogsRequest_FieldPath

func ParseListActivityLogsRequest_FieldPath

func ParseListActivityLogsRequest_FieldPath(rawField string) (ListActivityLogsRequest_FieldPath, error)

type ListActivityLogsRequest_FieldPathArrayItemValue

type ListActivityLogsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListActivityLogsRequest_FieldPath
	ContainsValue(*ListActivityLogsRequest) bool
}

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

func MustParseListActivityLogsRequest_FieldPathArrayItemValue

func MustParseListActivityLogsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListActivityLogsRequest_FieldPathArrayItemValue

func ParseListActivityLogsRequest_FieldPathArrayItemValue

func ParseListActivityLogsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListActivityLogsRequest_FieldPathArrayItemValue, error)

ParseListActivityLogsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListActivityLogsRequest_FieldPathArrayOfValues

type ListActivityLogsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListActivityLogsRequest_FieldPath
}

ListActivityLogsRequest_FieldPathArrayOfValues allows storing slice of values for ListActivityLogsRequest fields according to their type

func MustParseListActivityLogsRequest_FieldPathArrayOfValues

func MustParseListActivityLogsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListActivityLogsRequest_FieldPathArrayOfValues

func ParseListActivityLogsRequest_FieldPathArrayOfValues

func ParseListActivityLogsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListActivityLogsRequest_FieldPathArrayOfValues, error)

type ListActivityLogsRequest_FieldPathSelector

type ListActivityLogsRequest_FieldPathSelector int32
const (
	ListActivityLogsRequest_FieldPathSelectorParents   ListActivityLogsRequest_FieldPathSelector = 0
	ListActivityLogsRequest_FieldPathSelectorFilter    ListActivityLogsRequest_FieldPathSelector = 1
	ListActivityLogsRequest_FieldPathSelectorInterval  ListActivityLogsRequest_FieldPathSelector = 2
	ListActivityLogsRequest_FieldPathSelectorPageSize  ListActivityLogsRequest_FieldPathSelector = 3
	ListActivityLogsRequest_FieldPathSelectorPageToken ListActivityLogsRequest_FieldPathSelector = 4
)

func (ListActivityLogsRequest_FieldPathSelector) String

type ListActivityLogsRequest_FieldPathValue

type ListActivityLogsRequest_FieldPathValue interface {
	ListActivityLogsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListActivityLogsRequest)
	CompareWith(*ListActivityLogsRequest) (cmp int, comparable bool)
}

ListActivityLogsRequest_FieldPathValue allows storing values for ListActivityLogsRequest fields according to their type

func MustParseListActivityLogsRequest_FieldPathValue

func MustParseListActivityLogsRequest_FieldPathValue(pathStr, valueStr string) ListActivityLogsRequest_FieldPathValue

func ParseListActivityLogsRequest_FieldPathValue

func ParseListActivityLogsRequest_FieldPathValue(pathStr, valueStr string) (ListActivityLogsRequest_FieldPathValue, error)

type ListActivityLogsRequest_FieldSubPath

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

func (*ListActivityLogsRequest_FieldSubPath) AsIntervalSubPath

func (*ListActivityLogsRequest_FieldSubPath) ClearValue

func (*ListActivityLogsRequest_FieldSubPath) ClearValueRaw

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

func (*ListActivityLogsRequest_FieldSubPath) Get

func (fps *ListActivityLogsRequest_FieldSubPath) Get(source *ListActivityLogsRequest) (values []interface{})

Get returns all values pointed by selected field from source ListActivityLogsRequest

func (*ListActivityLogsRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListActivityLogsRequest_FieldSubPath) GetRaw

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

func (*ListActivityLogsRequest_FieldSubPath) GetSingle

func (fps *ListActivityLogsRequest_FieldSubPath) GetSingle(source *ListActivityLogsRequest) (interface{}, bool)

GetSingle returns value of selected field from source ListActivityLogsRequest

func (*ListActivityLogsRequest_FieldSubPath) GetSingleRaw

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

func (*ListActivityLogsRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListActivityLogsRequest_FieldSubPath) JSONString

func (fps *ListActivityLogsRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListActivityLogsRequest_FieldSubPath) Selector

func (*ListActivityLogsRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListActivityLogsRequest_FieldSubPath) String

String returns path representation in proto convention

func (*ListActivityLogsRequest_FieldSubPath) WithIArrayItemValue

func (*ListActivityLogsRequest_FieldSubPath) WithIArrayOfValues

func (*ListActivityLogsRequest_FieldSubPath) WithIValue

func (*ListActivityLogsRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*ListActivityLogsRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*ListActivityLogsRequest_FieldSubPath) WithRawIValue

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

type ListActivityLogsRequest_FieldSubPathArrayItemValue

type ListActivityLogsRequest_FieldSubPathArrayItemValue struct {
	ListActivityLogsRequest_FieldPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsRequest_FieldSubPathArrayItemValue) AsIntervalPathItemValue

func (*ListActivityLogsRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListActivityLogsRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListActivityLogsRequest_FieldSubPathArrayOfValues

type ListActivityLogsRequest_FieldSubPathArrayOfValues struct {
	ListActivityLogsRequest_FieldPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsRequest_FieldSubPathArrayOfValues) AsIntervalPathArrayOfValues

func (*ListActivityLogsRequest_FieldSubPathArrayOfValues) GetRawValues

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

type ListActivityLogsRequest_FieldSubPathValue

type ListActivityLogsRequest_FieldSubPathValue struct {
	ListActivityLogsRequest_FieldPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsRequest_FieldSubPathValue) AsIntervalPathValue

func (*ListActivityLogsRequest_FieldSubPathValue) CompareWith

func (*ListActivityLogsRequest_FieldSubPathValue) CompareWithRaw

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

func (*ListActivityLogsRequest_FieldSubPathValue) GetRawValue

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

func (*ListActivityLogsRequest_FieldSubPathValue) SetTo

func (*ListActivityLogsRequest_FieldSubPathValue) SetToRaw

type ListActivityLogsRequest_FieldTerminalPath

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

func (*ListActivityLogsRequest_FieldTerminalPath) ClearValue

func (*ListActivityLogsRequest_FieldTerminalPath) ClearValueRaw

func (*ListActivityLogsRequest_FieldTerminalPath) Get

func (fp *ListActivityLogsRequest_FieldTerminalPath) Get(source *ListActivityLogsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListActivityLogsRequest

func (*ListActivityLogsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListActivityLogsRequest_FieldTerminalPath) GetRaw

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

func (*ListActivityLogsRequest_FieldTerminalPath) GetSingle

func (fp *ListActivityLogsRequest_FieldTerminalPath) GetSingle(source *ListActivityLogsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListActivityLogsRequest

func (*ListActivityLogsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListActivityLogsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListActivityLogsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListActivityLogsRequest_FieldTerminalPath) Selector

func (*ListActivityLogsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListActivityLogsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListActivityLogsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListActivityLogsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListActivityLogsRequest_FieldTerminalPath) WithIValue

func (*ListActivityLogsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListActivityLogsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListActivityLogsRequest_FieldTerminalPath) WithRawIValue

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

type ListActivityLogsRequest_FieldTerminalPathArrayItemValue

type ListActivityLogsRequest_FieldTerminalPathArrayItemValue struct {
	ListActivityLogsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsRequest_FieldTerminalPathArrayItemValue) AsParentsItemValue

func (*ListActivityLogsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListActivityLogsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListActivityLogsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListActivityLogsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListActivityLogsRequest_FieldTerminalPathArrayOfValues

type ListActivityLogsRequest_FieldTerminalPathArrayOfValues struct {
	ListActivityLogsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListActivityLogsRequest_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues

func (*ListActivityLogsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListActivityLogsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListActivityLogsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]string, bool)

func (*ListActivityLogsRequest_FieldTerminalPathArrayOfValues) AsParentsArrayOfValues

func (*ListActivityLogsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListActivityLogsRequest_FieldTerminalPathValue

type ListActivityLogsRequest_FieldTerminalPathValue struct {
	ListActivityLogsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListActivityLogsRequest_FieldTerminalPathValue) AsIntervalValue

func (*ListActivityLogsRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *ListActivityLogsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*ListActivityLogsRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *ListActivityLogsRequest_FieldTerminalPathValue) AsPageTokenValue() (string, bool)

func (*ListActivityLogsRequest_FieldTerminalPathValue) AsParentsValue

func (*ListActivityLogsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListActivityLogsRequest_FieldTerminalPathValue' with the value under path in 'ListActivityLogsRequest'.

func (*ListActivityLogsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListActivityLogsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListActivityLogsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListActivityLogsRequest

func (*ListActivityLogsRequest_FieldTerminalPathValue) SetToRaw

type ListActivityLogsResponse

type ListActivityLogsResponse struct {

	// One or more activity method logs that match the filter included in the
	// request.
	ActivityLogs []*activity_log.ActivityLog `protobuf:"bytes,1,rep,name=activity_logs,json=activityLogs,proto3" json:"activity_logs,omitempty" firestore:"activityLogs"`
	// If there are more results than have been returned, then this field is set
	// to a non-empty value. To see the additional results,
	// use that value as `pageToken` in the next call to this method.
	NextPageToken string `` /* 128-byte string literal not displayed */
	// Query execution errors that may have caused the response data returned
	// to be incomplete.
	ExecutionErrors []*rpc.Status `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [ListActivityLogs][ntt.audit.v1alpha.ListActivityLogs]

func (*ListActivityLogsResponse) Clone

func (*ListActivityLogsResponse) CloneRaw

func (*ListActivityLogsResponse) Descriptor

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

Deprecated, Use ListActivityLogsResponse.ProtoReflect.Descriptor instead.

func (*ListActivityLogsResponse) GetActivityLogs

func (m *ListActivityLogsResponse) GetActivityLogs() []*activity_log.ActivityLog

func (*ListActivityLogsResponse) GetExecutionErrors

func (m *ListActivityLogsResponse) GetExecutionErrors() []*rpc.Status

func (*ListActivityLogsResponse) GetNextPageToken

func (m *ListActivityLogsResponse) GetNextPageToken() string

func (*ListActivityLogsResponse) GotenMessage

func (*ListActivityLogsResponse) GotenMessage()

func (*ListActivityLogsResponse) GotenObjectExt

func (o *ListActivityLogsResponse) GotenObjectExt()

func (*ListActivityLogsResponse) GotenValidate

func (obj *ListActivityLogsResponse) GotenValidate() error

func (*ListActivityLogsResponse) MakeDiffFieldMask

func (*ListActivityLogsResponse) MakeFullFieldMask

func (*ListActivityLogsResponse) MakeRawDiffFieldMask

func (*ListActivityLogsResponse) MakeRawFullFieldMask

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

func (*ListActivityLogsResponse) Marshal

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

func (*ListActivityLogsResponse) MarshalJSON

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

func (*ListActivityLogsResponse) Merge

func (*ListActivityLogsResponse) MergeRaw

func (*ListActivityLogsResponse) ProtoMessage

func (*ListActivityLogsResponse) ProtoMessage()

func (*ListActivityLogsResponse) ProtoReflect

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

func (*ListActivityLogsResponse) Reset

func (m *ListActivityLogsResponse) Reset()

func (*ListActivityLogsResponse) SetActivityLogs

func (m *ListActivityLogsResponse) SetActivityLogs(fv []*activity_log.ActivityLog)

func (*ListActivityLogsResponse) SetExecutionErrors

func (m *ListActivityLogsResponse) SetExecutionErrors(fv []*rpc.Status)

func (*ListActivityLogsResponse) SetNextPageToken

func (m *ListActivityLogsResponse) SetNextPageToken(fv string)

func (*ListActivityLogsResponse) String

func (m *ListActivityLogsResponse) String() string

func (*ListActivityLogsResponse) Unmarshal

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

func (*ListActivityLogsResponse) UnmarshalJSON

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

type ListActivityLogsResponseFieldPathBuilder

type ListActivityLogsResponseFieldPathBuilder struct{}

func NewListActivityLogsResponseFieldPathBuilder

func NewListActivityLogsResponseFieldPathBuilder() ListActivityLogsResponseFieldPathBuilder

func (ListActivityLogsResponseFieldPathBuilder) ActivityLogs

func (ListActivityLogsResponseFieldPathBuilder) ExecutionErrors

func (ListActivityLogsResponseFieldPathBuilder) NextPageToken

type ListActivityLogsResponseMapPathSelectorActivityLogsLabels

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

func (ListActivityLogsResponseMapPathSelectorActivityLogsLabels) FieldPath

func (ListActivityLogsResponseMapPathSelectorActivityLogsLabels) WithArrayOfValues

func (ListActivityLogsResponseMapPathSelectorActivityLogsLabels) WithValue

type ListActivityLogsResponsePathSelectorActivityLogs

type ListActivityLogsResponsePathSelectorActivityLogs struct{}

func (ListActivityLogsResponsePathSelectorActivityLogs) Authentication

func (ListActivityLogsResponsePathSelectorActivityLogs) Authorization

func (ListActivityLogsResponsePathSelectorActivityLogs) Category

func (ListActivityLogsResponsePathSelectorActivityLogs) Events

func (ListActivityLogsResponsePathSelectorActivityLogs) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogs) Labels

func (ListActivityLogsResponsePathSelectorActivityLogs) Method

func (ListActivityLogsResponsePathSelectorActivityLogs) Name

func (ListActivityLogsResponsePathSelectorActivityLogs) RequestId

func (ListActivityLogsResponsePathSelectorActivityLogs) RequestMetadata

func (ListActivityLogsResponsePathSelectorActivityLogs) Resource

func (ListActivityLogsResponsePathSelectorActivityLogs) Scope

func (ListActivityLogsResponsePathSelectorActivityLogs) Service

func (ListActivityLogsResponsePathSelectorActivityLogs) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogs) WithItemValue

func (ListActivityLogsResponsePathSelectorActivityLogs) WithSubArrayItemValue

func (ListActivityLogsResponsePathSelectorActivityLogs) WithSubArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogs) WithSubPath

func (ListActivityLogsResponsePathSelectorActivityLogs) WithSubValue

func (ListActivityLogsResponsePathSelectorActivityLogs) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsAuthentication

type ListActivityLogsResponsePathSelectorActivityLogsAuthentication struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsAuthentication) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsAuthentication) PrincipalType added in v0.4.22

func (ListActivityLogsResponsePathSelectorActivityLogsAuthentication) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsAuthentication) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipal

type ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipal struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipal) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipal) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipal) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipalType added in v0.4.22

type ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipalType struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipalType) FieldPath added in v0.4.22

func (ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipalType) WithArrayOfValues added in v0.4.22

func (ListActivityLogsResponsePathSelectorActivityLogsAuthenticationPrincipalType) WithValue added in v0.4.22

type ListActivityLogsResponsePathSelectorActivityLogsAuthorization

type ListActivityLogsResponsePathSelectorActivityLogsAuthorization struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorization) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorization) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorization) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsAuthorizationDeniedPermissions

type ListActivityLogsResponsePathSelectorActivityLogsAuthorizationDeniedPermissions struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationDeniedPermissions) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationDeniedPermissions) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationDeniedPermissions) WithItemValue

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationDeniedPermissions) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsAuthorizationGrantedPermissions

type ListActivityLogsResponsePathSelectorActivityLogsAuthorizationGrantedPermissions struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationGrantedPermissions) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationGrantedPermissions) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationGrantedPermissions) WithItemValue

func (ListActivityLogsResponsePathSelectorActivityLogsAuthorizationGrantedPermissions) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsCategory

type ListActivityLogsResponsePathSelectorActivityLogsCategory struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsCategory) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsCategory) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsCategory) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEvents

type ListActivityLogsResponsePathSelectorActivityLogsEvents struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEvents) Exit

func (ListActivityLogsResponsePathSelectorActivityLogsEvents) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEvents) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEvents) WithItemValue

func (ListActivityLogsResponsePathSelectorActivityLogsEvents) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessage

type ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessage struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessage) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessage) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessage) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageData

type ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageData struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageData) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageData) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageData) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageTime

type ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageTime struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageTime) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageTime) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsClientMessageTime) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsExit

type ListActivityLogsResponsePathSelectorActivityLogsEventsExit struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExit) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExit) Status

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExit) Time

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExit) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExit) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatus

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatus struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatus) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatus) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatus) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusCode

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusCode struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusCode) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusCode) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusCode) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusDetails

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusDetails struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusDetails) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusDetails) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusDetails) WithItemValue

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusDetails) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusMessage

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusMessage struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusMessage) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusMessage) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitStatusMessage) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitTime

type ListActivityLogsResponsePathSelectorActivityLogsEventsExitTime struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitTime) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitTime) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsExitTime) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessage

type ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessage struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessage) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessage) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessage) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageData

type ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageData struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageData) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageData) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageData) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageTime

type ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageTime struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageTime) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageTime) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsEventsServerMessageTime) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsLabels

type ListActivityLogsResponsePathSelectorActivityLogsLabels struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsLabels) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsLabels) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsLabels) WithKey

func (ListActivityLogsResponsePathSelectorActivityLogsLabels) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsMethod

type ListActivityLogsResponsePathSelectorActivityLogsMethod struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsMethod) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsMethod) Type

func (ListActivityLogsResponsePathSelectorActivityLogsMethod) Version

func (ListActivityLogsResponsePathSelectorActivityLogsMethod) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsMethod) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsMethodType

type ListActivityLogsResponsePathSelectorActivityLogsMethodType struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsMethodType) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsMethodType) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsMethodType) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsMethodVersion

type ListActivityLogsResponsePathSelectorActivityLogsMethodVersion struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsMethodVersion) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsMethodVersion) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsMethodVersion) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsName

type ListActivityLogsResponsePathSelectorActivityLogsName struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsName) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsName) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsName) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsRequestId

type ListActivityLogsResponsePathSelectorActivityLogsRequestId struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsRequestId) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsRequestId) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsRequestId) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsRequestMetadata

type ListActivityLogsResponsePathSelectorActivityLogsRequestMetadata struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadata) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadata) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadata) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataIpAddress

type ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataIpAddress struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataIpAddress) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataIpAddress) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataIpAddress) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataUserAgent

type ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataUserAgent struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataUserAgent) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataUserAgent) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsRequestMetadataUserAgent) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsResource

type ListActivityLogsResponsePathSelectorActivityLogsResource struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsResource) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsResource) Name

func (ListActivityLogsResponsePathSelectorActivityLogsResource) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsResource) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifference

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifference struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifference) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifference) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifference) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceAfter

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceAfter struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceAfter) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceAfter) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceAfter) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceBefore

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceBefore struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceBefore) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceBefore) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceBefore) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceFields

type ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceFields struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceFields) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceFields) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsResourceDifferenceFields) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsResourceName

type ListActivityLogsResponsePathSelectorActivityLogsResourceName struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsResourceName) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsResourceName) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsResourceName) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsScope

type ListActivityLogsResponsePathSelectorActivityLogsScope struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsScope) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsScope) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsScope) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsService

type ListActivityLogsResponsePathSelectorActivityLogsService struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsService) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsService) Name

func (ListActivityLogsResponsePathSelectorActivityLogsService) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsService) WithValue

type ListActivityLogsResponsePathSelectorActivityLogsServiceName

type ListActivityLogsResponsePathSelectorActivityLogsServiceName struct{}

func (ListActivityLogsResponsePathSelectorActivityLogsServiceName) FieldPath

func (ListActivityLogsResponsePathSelectorActivityLogsServiceName) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorActivityLogsServiceName) WithValue

type ListActivityLogsResponsePathSelectorExecutionErrors

type ListActivityLogsResponsePathSelectorExecutionErrors struct{}

func (ListActivityLogsResponsePathSelectorExecutionErrors) Code

func (ListActivityLogsResponsePathSelectorExecutionErrors) Details

func (ListActivityLogsResponsePathSelectorExecutionErrors) FieldPath

func (ListActivityLogsResponsePathSelectorExecutionErrors) Message

func (ListActivityLogsResponsePathSelectorExecutionErrors) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorExecutionErrors) WithItemValue

func (ListActivityLogsResponsePathSelectorExecutionErrors) WithSubArrayItemValue

func (ListActivityLogsResponsePathSelectorExecutionErrors) WithSubArrayOfValues

func (ListActivityLogsResponsePathSelectorExecutionErrors) WithSubPath

func (ListActivityLogsResponsePathSelectorExecutionErrors) WithSubValue

func (ListActivityLogsResponsePathSelectorExecutionErrors) WithValue

type ListActivityLogsResponsePathSelectorExecutionErrorsCode

type ListActivityLogsResponsePathSelectorExecutionErrorsCode struct{}

func (ListActivityLogsResponsePathSelectorExecutionErrorsCode) FieldPath

func (ListActivityLogsResponsePathSelectorExecutionErrorsCode) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorExecutionErrorsCode) WithValue

type ListActivityLogsResponsePathSelectorExecutionErrorsDetails

type ListActivityLogsResponsePathSelectorExecutionErrorsDetails struct{}

func (ListActivityLogsResponsePathSelectorExecutionErrorsDetails) FieldPath

func (ListActivityLogsResponsePathSelectorExecutionErrorsDetails) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorExecutionErrorsDetails) WithItemValue

func (ListActivityLogsResponsePathSelectorExecutionErrorsDetails) WithValue

type ListActivityLogsResponsePathSelectorExecutionErrorsMessage

type ListActivityLogsResponsePathSelectorExecutionErrorsMessage struct{}

func (ListActivityLogsResponsePathSelectorExecutionErrorsMessage) FieldPath

func (ListActivityLogsResponsePathSelectorExecutionErrorsMessage) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorExecutionErrorsMessage) WithValue

type ListActivityLogsResponsePathSelectorNextPageToken

type ListActivityLogsResponsePathSelectorNextPageToken struct{}

func (ListActivityLogsResponsePathSelectorNextPageToken) FieldPath

func (ListActivityLogsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListActivityLogsResponsePathSelectorNextPageToken) WithValue

type ListActivityLogsResponse_FieldMask

type ListActivityLogsResponse_FieldMask struct {
	Paths []ListActivityLogsResponse_FieldPath
}

func FullListActivityLogsResponse_FieldMask

func FullListActivityLogsResponse_FieldMask() *ListActivityLogsResponse_FieldMask

func (*ListActivityLogsResponse_FieldMask) AppendPath

func (*ListActivityLogsResponse_FieldMask) AppendRawPath

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

func (*ListActivityLogsResponse_FieldMask) DecodeFirestore

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

func (*ListActivityLogsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListActivityLogsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListActivityLogsResponse_FieldMask) FromProtoFieldMask

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

func (*ListActivityLogsResponse_FieldMask) GetPaths

func (*ListActivityLogsResponse_FieldMask) GetRawPaths

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

func (*ListActivityLogsResponse_FieldMask) IsFull

func (fieldMask *ListActivityLogsResponse_FieldMask) IsFull() bool

func (ListActivityLogsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListActivityLogsResponse_FieldMask) MarshalJSON

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

func (*ListActivityLogsResponse_FieldMask) PathsCount

func (fieldMask *ListActivityLogsResponse_FieldMask) PathsCount() int

func (*ListActivityLogsResponse_FieldMask) Project

func (*ListActivityLogsResponse_FieldMask) ProjectRaw

func (*ListActivityLogsResponse_FieldMask) ProtoMessage

func (fieldMask *ListActivityLogsResponse_FieldMask) ProtoMessage()

func (*ListActivityLogsResponse_FieldMask) ProtoReflect

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

func (*ListActivityLogsResponse_FieldMask) Reset

func (fieldMask *ListActivityLogsResponse_FieldMask) Reset()

func (*ListActivityLogsResponse_FieldMask) Set

func (fieldMask *ListActivityLogsResponse_FieldMask) Set(target, source *ListActivityLogsResponse)

func (*ListActivityLogsResponse_FieldMask) SetFromCliFlag

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

func (*ListActivityLogsResponse_FieldMask) SetRaw

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

func (*ListActivityLogsResponse_FieldMask) Size

func (fieldMask *ListActivityLogsResponse_FieldMask) Size() int

func (*ListActivityLogsResponse_FieldMask) String

func (fieldMask *ListActivityLogsResponse_FieldMask) String() string

func (*ListActivityLogsResponse_FieldMask) Subtract

func (*ListActivityLogsResponse_FieldMask) SubtractRaw

func (*ListActivityLogsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListActivityLogsResponse_FieldMask) Unmarshal

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

func (*ListActivityLogsResponse_FieldMask) UnmarshalJSON

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

type ListActivityLogsResponse_FieldPath

type ListActivityLogsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListActivityLogsResponse_FieldPathSelector
	Get(source *ListActivityLogsResponse) []interface{}
	GetSingle(source *ListActivityLogsResponse) (interface{}, bool)
	ClearValue(item *ListActivityLogsResponse)

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

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

func MustParseListActivityLogsResponse_FieldPath

func MustParseListActivityLogsResponse_FieldPath(rawField string) ListActivityLogsResponse_FieldPath

func ParseListActivityLogsResponse_FieldPath

func ParseListActivityLogsResponse_FieldPath(rawField string) (ListActivityLogsResponse_FieldPath, error)

type ListActivityLogsResponse_FieldPathArrayItemValue

type ListActivityLogsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListActivityLogsResponse_FieldPath
	ContainsValue(*ListActivityLogsResponse) bool
}

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

func MustParseListActivityLogsResponse_FieldPathArrayItemValue

func MustParseListActivityLogsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListActivityLogsResponse_FieldPathArrayItemValue

func ParseListActivityLogsResponse_FieldPathArrayItemValue

func ParseListActivityLogsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListActivityLogsResponse_FieldPathArrayItemValue, error)

ParseListActivityLogsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListActivityLogsResponse_FieldPathArrayOfValues

type ListActivityLogsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListActivityLogsResponse_FieldPath
}

ListActivityLogsResponse_FieldPathArrayOfValues allows storing slice of values for ListActivityLogsResponse fields according to their type

func MustParseListActivityLogsResponse_FieldPathArrayOfValues

func MustParseListActivityLogsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListActivityLogsResponse_FieldPathArrayOfValues

func ParseListActivityLogsResponse_FieldPathArrayOfValues

func ParseListActivityLogsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListActivityLogsResponse_FieldPathArrayOfValues, error)

type ListActivityLogsResponse_FieldPathSelector

type ListActivityLogsResponse_FieldPathSelector int32
const (
	ListActivityLogsResponse_FieldPathSelectorActivityLogs    ListActivityLogsResponse_FieldPathSelector = 0
	ListActivityLogsResponse_FieldPathSelectorNextPageToken   ListActivityLogsResponse_FieldPathSelector = 1
	ListActivityLogsResponse_FieldPathSelectorExecutionErrors ListActivityLogsResponse_FieldPathSelector = 2
)

func (ListActivityLogsResponse_FieldPathSelector) String

type ListActivityLogsResponse_FieldPathValue

type ListActivityLogsResponse_FieldPathValue interface {
	ListActivityLogsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListActivityLogsResponse)
	CompareWith(*ListActivityLogsResponse) (cmp int, comparable bool)
}

ListActivityLogsResponse_FieldPathValue allows storing values for ListActivityLogsResponse fields according to their type

func MustParseListActivityLogsResponse_FieldPathValue

func MustParseListActivityLogsResponse_FieldPathValue(pathStr, valueStr string) ListActivityLogsResponse_FieldPathValue

func ParseListActivityLogsResponse_FieldPathValue

func ParseListActivityLogsResponse_FieldPathValue(pathStr, valueStr string) (ListActivityLogsResponse_FieldPathValue, error)

type ListActivityLogsResponse_FieldSubPath

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

func (*ListActivityLogsResponse_FieldSubPath) AsActivityLogsSubPath

func (*ListActivityLogsResponse_FieldSubPath) AsExecutionErrorsSubPath

func (fps *ListActivityLogsResponse_FieldSubPath) AsExecutionErrorsSubPath() (rpc.Status_FieldPath, bool)

func (*ListActivityLogsResponse_FieldSubPath) ClearValue

func (*ListActivityLogsResponse_FieldSubPath) ClearValueRaw

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

func (*ListActivityLogsResponse_FieldSubPath) Get

func (fps *ListActivityLogsResponse_FieldSubPath) Get(source *ListActivityLogsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListActivityLogsResponse

func (*ListActivityLogsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListActivityLogsResponse_FieldSubPath) GetRaw

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

func (*ListActivityLogsResponse_FieldSubPath) GetSingle

func (fps *ListActivityLogsResponse_FieldSubPath) GetSingle(source *ListActivityLogsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListActivityLogsResponse

func (*ListActivityLogsResponse_FieldSubPath) GetSingleRaw

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

func (*ListActivityLogsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListActivityLogsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListActivityLogsResponse_FieldSubPath) Selector

func (*ListActivityLogsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListActivityLogsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListActivityLogsResponse_FieldSubPath) WithIArrayItemValue

func (*ListActivityLogsResponse_FieldSubPath) WithIArrayOfValues

func (*ListActivityLogsResponse_FieldSubPath) WithIValue

func (*ListActivityLogsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListActivityLogsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListActivityLogsResponse_FieldSubPath) WithRawIValue

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

type ListActivityLogsResponse_FieldSubPathArrayItemValue

type ListActivityLogsResponse_FieldSubPathArrayItemValue struct {
	ListActivityLogsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsResponse_FieldSubPathArrayItemValue) AsActivityLogsPathItemValue

func (*ListActivityLogsResponse_FieldSubPathArrayItemValue) AsExecutionErrorsPathItemValue

func (*ListActivityLogsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListActivityLogsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListActivityLogsResponse_FieldSubPathArrayOfValues

type ListActivityLogsResponse_FieldSubPathArrayOfValues struct {
	ListActivityLogsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsResponse_FieldSubPathArrayOfValues) AsActivityLogsPathArrayOfValues

func (*ListActivityLogsResponse_FieldSubPathArrayOfValues) AsExecutionErrorsPathArrayOfValues

func (fpsaov *ListActivityLogsResponse_FieldSubPathArrayOfValues) AsExecutionErrorsPathArrayOfValues() (rpc.Status_FieldPathArrayOfValues, bool)

func (*ListActivityLogsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListActivityLogsResponse_FieldSubPathValue

type ListActivityLogsResponse_FieldSubPathValue struct {
	ListActivityLogsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsResponse_FieldSubPathValue) AsActivityLogsPathValue

func (*ListActivityLogsResponse_FieldSubPathValue) AsExecutionErrorsPathValue

func (fpvs *ListActivityLogsResponse_FieldSubPathValue) AsExecutionErrorsPathValue() (rpc.Status_FieldPathValue, bool)

func (*ListActivityLogsResponse_FieldSubPathValue) CompareWith

func (*ListActivityLogsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListActivityLogsResponse_FieldSubPathValue) GetRawValue

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

func (*ListActivityLogsResponse_FieldSubPathValue) SetTo

func (*ListActivityLogsResponse_FieldSubPathValue) SetToRaw

type ListActivityLogsResponse_FieldTerminalPath

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

func (*ListActivityLogsResponse_FieldTerminalPath) ClearValue

func (*ListActivityLogsResponse_FieldTerminalPath) ClearValueRaw

func (*ListActivityLogsResponse_FieldTerminalPath) Get

func (fp *ListActivityLogsResponse_FieldTerminalPath) Get(source *ListActivityLogsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListActivityLogsResponse

func (*ListActivityLogsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListActivityLogsResponse_FieldTerminalPath) GetRaw

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

func (*ListActivityLogsResponse_FieldTerminalPath) GetSingle

func (fp *ListActivityLogsResponse_FieldTerminalPath) GetSingle(source *ListActivityLogsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListActivityLogsResponse

func (*ListActivityLogsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListActivityLogsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListActivityLogsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListActivityLogsResponse_FieldTerminalPath) Selector

func (*ListActivityLogsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

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

func (*ListActivityLogsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListActivityLogsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListActivityLogsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListActivityLogsResponse_FieldTerminalPath) WithIValue

func (*ListActivityLogsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListActivityLogsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListActivityLogsResponse_FieldTerminalPath) WithRawIValue

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

type ListActivityLogsResponse_FieldTerminalPathArrayItemValue

type ListActivityLogsResponse_FieldTerminalPathArrayItemValue struct {
	ListActivityLogsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsResponse_FieldTerminalPathArrayItemValue) AsActivityLogsItemValue

func (*ListActivityLogsResponse_FieldTerminalPathArrayItemValue) AsExecutionErrorsItemValue

func (fpaiv *ListActivityLogsResponse_FieldTerminalPathArrayItemValue) AsExecutionErrorsItemValue() (*rpc.Status, bool)

func (*ListActivityLogsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListActivityLogsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListActivityLogsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListActivityLogsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListActivityLogsResponse_FieldTerminalPathArrayOfValues

type ListActivityLogsResponse_FieldTerminalPathArrayOfValues struct {
	ListActivityLogsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsResponse_FieldTerminalPathArrayOfValues) AsActivityLogsArrayOfValues

func (fpaov *ListActivityLogsResponse_FieldTerminalPathArrayOfValues) AsActivityLogsArrayOfValues() ([][]*activity_log.ActivityLog, bool)

func (*ListActivityLogsResponse_FieldTerminalPathArrayOfValues) AsExecutionErrorsArrayOfValues

func (fpaov *ListActivityLogsResponse_FieldTerminalPathArrayOfValues) AsExecutionErrorsArrayOfValues() ([][]*rpc.Status, bool)

func (*ListActivityLogsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListActivityLogsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]string, bool)

func (*ListActivityLogsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListActivityLogsResponse_FieldTerminalPathValue

type ListActivityLogsResponse_FieldTerminalPathValue struct {
	ListActivityLogsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListActivityLogsResponse_FieldTerminalPathValue) AsActivityLogsValue

func (*ListActivityLogsResponse_FieldTerminalPathValue) AsExecutionErrorsValue

func (fpv *ListActivityLogsResponse_FieldTerminalPathValue) AsExecutionErrorsValue() ([]*rpc.Status, bool)

func (*ListActivityLogsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (fpv *ListActivityLogsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (string, bool)

func (*ListActivityLogsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListActivityLogsResponse_FieldTerminalPathValue' with the value under path in 'ListActivityLogsResponse'.

func (*ListActivityLogsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ListActivityLogsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListActivityLogsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListActivityLogsResponse

func (*ListActivityLogsResponse_FieldTerminalPathValue) SetToRaw

Jump to

Keyboard shortcuts

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