Documentation ¶
Index ¶
- Variables
- func RegisterAnalyticsAdminServiceServer(s *grpc.Server, srv AnalyticsAdminServiceServer)
- type AccessBetweenFilter
- func (*AccessBetweenFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AccessBetweenFilter) GetFromValue() *NumericValue
- func (x *AccessBetweenFilter) GetToValue() *NumericValue
- func (*AccessBetweenFilter) ProtoMessage()
- func (x *AccessBetweenFilter) ProtoReflect() protoreflect.Message
- func (x *AccessBetweenFilter) Reset()
- func (x *AccessBetweenFilter) String() string
- type AccessBinding
- func (*AccessBinding) Descriptor() ([]byte, []int)deprecated
- func (m *AccessBinding) GetAccessTarget() isAccessBinding_AccessTarget
- func (x *AccessBinding) GetName() string
- func (x *AccessBinding) GetRoles() []string
- func (x *AccessBinding) GetUser() string
- func (*AccessBinding) ProtoMessage()
- func (x *AccessBinding) ProtoReflect() protoreflect.Message
- func (x *AccessBinding) Reset()
- func (x *AccessBinding) String() string
- type AccessBinding_User
- type AccessDateRange
- func (*AccessDateRange) Descriptor() ([]byte, []int)deprecated
- func (x *AccessDateRange) GetEndDate() string
- func (x *AccessDateRange) GetStartDate() string
- func (*AccessDateRange) ProtoMessage()
- func (x *AccessDateRange) ProtoReflect() protoreflect.Message
- func (x *AccessDateRange) Reset()
- func (x *AccessDateRange) String() string
- type AccessDimension
- type AccessDimensionHeader
- func (*AccessDimensionHeader) Descriptor() ([]byte, []int)deprecated
- func (x *AccessDimensionHeader) GetDimensionName() string
- func (*AccessDimensionHeader) ProtoMessage()
- func (x *AccessDimensionHeader) ProtoReflect() protoreflect.Message
- func (x *AccessDimensionHeader) Reset()
- func (x *AccessDimensionHeader) String() string
- type AccessDimensionValue
- func (*AccessDimensionValue) Descriptor() ([]byte, []int)deprecated
- func (x *AccessDimensionValue) GetValue() string
- func (*AccessDimensionValue) ProtoMessage()
- func (x *AccessDimensionValue) ProtoReflect() protoreflect.Message
- func (x *AccessDimensionValue) Reset()
- func (x *AccessDimensionValue) String() string
- type AccessFilter
- func (*AccessFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AccessFilter) GetBetweenFilter() *AccessBetweenFilter
- func (x *AccessFilter) GetFieldName() string
- func (x *AccessFilter) GetInListFilter() *AccessInListFilter
- func (x *AccessFilter) GetNumericFilter() *AccessNumericFilter
- func (m *AccessFilter) GetOneFilter() isAccessFilter_OneFilter
- func (x *AccessFilter) GetStringFilter() *AccessStringFilter
- func (*AccessFilter) ProtoMessage()
- func (x *AccessFilter) ProtoReflect() protoreflect.Message
- func (x *AccessFilter) Reset()
- func (x *AccessFilter) String() string
- type AccessFilterExpression
- func (*AccessFilterExpression) Descriptor() ([]byte, []int)deprecated
- func (x *AccessFilterExpression) GetAccessFilter() *AccessFilter
- func (x *AccessFilterExpression) GetAndGroup() *AccessFilterExpressionList
- func (x *AccessFilterExpression) GetNotExpression() *AccessFilterExpression
- func (m *AccessFilterExpression) GetOneExpression() isAccessFilterExpression_OneExpression
- func (x *AccessFilterExpression) GetOrGroup() *AccessFilterExpressionList
- func (*AccessFilterExpression) ProtoMessage()
- func (x *AccessFilterExpression) ProtoReflect() protoreflect.Message
- func (x *AccessFilterExpression) Reset()
- func (x *AccessFilterExpression) String() string
- type AccessFilterExpressionList
- func (*AccessFilterExpressionList) Descriptor() ([]byte, []int)deprecated
- func (x *AccessFilterExpressionList) GetExpressions() []*AccessFilterExpression
- func (*AccessFilterExpressionList) ProtoMessage()
- func (x *AccessFilterExpressionList) ProtoReflect() protoreflect.Message
- func (x *AccessFilterExpressionList) Reset()
- func (x *AccessFilterExpressionList) String() string
- type AccessFilterExpression_AccessFilter
- type AccessFilterExpression_AndGroup
- type AccessFilterExpression_NotExpression
- type AccessFilterExpression_OrGroup
- type AccessFilter_BetweenFilter
- type AccessFilter_InListFilter
- type AccessFilter_NumericFilter
- type AccessFilter_StringFilter
- type AccessInListFilter
- func (*AccessInListFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AccessInListFilter) GetCaseSensitive() bool
- func (x *AccessInListFilter) GetValues() []string
- func (*AccessInListFilter) ProtoMessage()
- func (x *AccessInListFilter) ProtoReflect() protoreflect.Message
- func (x *AccessInListFilter) Reset()
- func (x *AccessInListFilter) String() string
- type AccessMetric
- type AccessMetricHeader
- func (*AccessMetricHeader) Descriptor() ([]byte, []int)deprecated
- func (x *AccessMetricHeader) GetMetricName() string
- func (*AccessMetricHeader) ProtoMessage()
- func (x *AccessMetricHeader) ProtoReflect() protoreflect.Message
- func (x *AccessMetricHeader) Reset()
- func (x *AccessMetricHeader) String() string
- type AccessMetricValue
- type AccessNumericFilter
- func (*AccessNumericFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AccessNumericFilter) GetOperation() AccessNumericFilter_Operation
- func (x *AccessNumericFilter) GetValue() *NumericValue
- func (*AccessNumericFilter) ProtoMessage()
- func (x *AccessNumericFilter) ProtoReflect() protoreflect.Message
- func (x *AccessNumericFilter) Reset()
- func (x *AccessNumericFilter) String() string
- type AccessNumericFilter_Operation
- func (AccessNumericFilter_Operation) Descriptor() protoreflect.EnumDescriptor
- func (x AccessNumericFilter_Operation) Enum() *AccessNumericFilter_Operation
- func (AccessNumericFilter_Operation) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccessNumericFilter_Operation) Number() protoreflect.EnumNumber
- func (x AccessNumericFilter_Operation) String() string
- func (AccessNumericFilter_Operation) Type() protoreflect.EnumType
- type AccessOrderBy
- func (*AccessOrderBy) Descriptor() ([]byte, []int)deprecated
- func (x *AccessOrderBy) GetDesc() bool
- func (x *AccessOrderBy) GetDimension() *AccessOrderBy_DimensionOrderBy
- func (x *AccessOrderBy) GetMetric() *AccessOrderBy_MetricOrderBy
- func (m *AccessOrderBy) GetOneOrderBy() isAccessOrderBy_OneOrderBy
- func (*AccessOrderBy) ProtoMessage()
- func (x *AccessOrderBy) ProtoReflect() protoreflect.Message
- func (x *AccessOrderBy) Reset()
- func (x *AccessOrderBy) String() string
- type AccessOrderBy_Dimension
- type AccessOrderBy_DimensionOrderBy
- func (*AccessOrderBy_DimensionOrderBy) Descriptor() ([]byte, []int)deprecated
- func (x *AccessOrderBy_DimensionOrderBy) GetDimensionName() string
- func (x *AccessOrderBy_DimensionOrderBy) GetOrderType() AccessOrderBy_DimensionOrderBy_OrderType
- func (*AccessOrderBy_DimensionOrderBy) ProtoMessage()
- func (x *AccessOrderBy_DimensionOrderBy) ProtoReflect() protoreflect.Message
- func (x *AccessOrderBy_DimensionOrderBy) Reset()
- func (x *AccessOrderBy_DimensionOrderBy) String() string
- type AccessOrderBy_DimensionOrderBy_OrderType
- func (AccessOrderBy_DimensionOrderBy_OrderType) Descriptor() protoreflect.EnumDescriptor
- func (x AccessOrderBy_DimensionOrderBy_OrderType) Enum() *AccessOrderBy_DimensionOrderBy_OrderType
- func (AccessOrderBy_DimensionOrderBy_OrderType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccessOrderBy_DimensionOrderBy_OrderType) Number() protoreflect.EnumNumber
- func (x AccessOrderBy_DimensionOrderBy_OrderType) String() string
- func (AccessOrderBy_DimensionOrderBy_OrderType) Type() protoreflect.EnumType
- type AccessOrderBy_Metric
- type AccessOrderBy_MetricOrderBy
- func (*AccessOrderBy_MetricOrderBy) Descriptor() ([]byte, []int)deprecated
- func (x *AccessOrderBy_MetricOrderBy) GetMetricName() string
- func (*AccessOrderBy_MetricOrderBy) ProtoMessage()
- func (x *AccessOrderBy_MetricOrderBy) ProtoReflect() protoreflect.Message
- func (x *AccessOrderBy_MetricOrderBy) Reset()
- func (x *AccessOrderBy_MetricOrderBy) String() string
- type AccessQuota
- func (*AccessQuota) Descriptor() ([]byte, []int)deprecated
- func (x *AccessQuota) GetConcurrentRequests() *AccessQuotaStatus
- func (x *AccessQuota) GetServerErrorsPerProjectPerHour() *AccessQuotaStatus
- func (x *AccessQuota) GetTokensPerDay() *AccessQuotaStatus
- func (x *AccessQuota) GetTokensPerHour() *AccessQuotaStatus
- func (x *AccessQuota) GetTokensPerProjectPerHour() *AccessQuotaStatus
- func (*AccessQuota) ProtoMessage()
- func (x *AccessQuota) ProtoReflect() protoreflect.Message
- func (x *AccessQuota) Reset()
- func (x *AccessQuota) String() string
- type AccessQuotaStatus
- func (*AccessQuotaStatus) Descriptor() ([]byte, []int)deprecated
- func (x *AccessQuotaStatus) GetConsumed() int32
- func (x *AccessQuotaStatus) GetRemaining() int32
- func (*AccessQuotaStatus) ProtoMessage()
- func (x *AccessQuotaStatus) ProtoReflect() protoreflect.Message
- func (x *AccessQuotaStatus) Reset()
- func (x *AccessQuotaStatus) String() string
- type AccessRow
- func (*AccessRow) Descriptor() ([]byte, []int)deprecated
- func (x *AccessRow) GetDimensionValues() []*AccessDimensionValue
- func (x *AccessRow) GetMetricValues() []*AccessMetricValue
- func (*AccessRow) ProtoMessage()
- func (x *AccessRow) ProtoReflect() protoreflect.Message
- func (x *AccessRow) Reset()
- func (x *AccessRow) String() string
- type AccessStringFilter
- func (*AccessStringFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AccessStringFilter) GetCaseSensitive() bool
- func (x *AccessStringFilter) GetMatchType() AccessStringFilter_MatchType
- func (x *AccessStringFilter) GetValue() string
- func (*AccessStringFilter) ProtoMessage()
- func (x *AccessStringFilter) ProtoReflect() protoreflect.Message
- func (x *AccessStringFilter) Reset()
- func (x *AccessStringFilter) String() string
- type AccessStringFilter_MatchType
- func (AccessStringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
- func (x AccessStringFilter_MatchType) Enum() *AccessStringFilter_MatchType
- func (AccessStringFilter_MatchType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccessStringFilter_MatchType) Number() protoreflect.EnumNumber
- func (x AccessStringFilter_MatchType) String() string
- func (AccessStringFilter_MatchType) Type() protoreflect.EnumType
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetCreateTime() *timestamppb.Timestamp
- func (x *Account) GetDeleted() bool
- func (x *Account) GetDisplayName() string
- func (x *Account) GetGmpOrganization() string
- func (x *Account) GetName() string
- func (x *Account) GetRegionCode() string
- func (x *Account) GetUpdateTime() *timestamppb.Timestamp
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
- type AccountSummary
- func (*AccountSummary) Descriptor() ([]byte, []int)deprecated
- func (x *AccountSummary) GetAccount() string
- func (x *AccountSummary) GetDisplayName() string
- func (x *AccountSummary) GetName() string
- func (x *AccountSummary) GetPropertySummaries() []*PropertySummary
- func (*AccountSummary) ProtoMessage()
- func (x *AccountSummary) ProtoReflect() protoreflect.Message
- func (x *AccountSummary) Reset()
- func (x *AccountSummary) String() string
- type AcknowledgeUserDataCollectionRequest
- func (*AcknowledgeUserDataCollectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AcknowledgeUserDataCollectionRequest) GetAcknowledgement() string
- func (x *AcknowledgeUserDataCollectionRequest) GetProperty() string
- func (*AcknowledgeUserDataCollectionRequest) ProtoMessage()
- func (x *AcknowledgeUserDataCollectionRequest) ProtoReflect() protoreflect.Message
- func (x *AcknowledgeUserDataCollectionRequest) Reset()
- func (x *AcknowledgeUserDataCollectionRequest) String() string
- type AcknowledgeUserDataCollectionResponse
- func (*AcknowledgeUserDataCollectionResponse) Descriptor() ([]byte, []int)deprecated
- func (*AcknowledgeUserDataCollectionResponse) ProtoMessage()
- func (x *AcknowledgeUserDataCollectionResponse) ProtoReflect() protoreflect.Message
- func (x *AcknowledgeUserDataCollectionResponse) Reset()
- func (x *AcknowledgeUserDataCollectionResponse) String() string
- type ActionType
- type ActorType
- type AdSenseLink
- func (*AdSenseLink) Descriptor() ([]byte, []int)deprecated
- func (x *AdSenseLink) GetAdClientCode() string
- func (x *AdSenseLink) GetName() string
- func (*AdSenseLink) ProtoMessage()
- func (x *AdSenseLink) ProtoReflect() protoreflect.Message
- func (x *AdSenseLink) Reset()
- func (x *AdSenseLink) String() string
- type AnalyticsAdminServiceClient
- type AnalyticsAdminServiceServer
- type ApproveDisplayVideo360AdvertiserLinkProposalRequest
- func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
- func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) Reset()
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) String() string
- type ApproveDisplayVideo360AdvertiserLinkProposalResponse
- func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
- func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) ProtoMessage()
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) ProtoReflect() protoreflect.Message
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) Reset()
- func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) String() string
- type ArchiveAudienceRequest
- func (*ArchiveAudienceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveAudienceRequest) GetName() string
- func (*ArchiveAudienceRequest) ProtoMessage()
- func (x *ArchiveAudienceRequest) ProtoReflect() protoreflect.Message
- func (x *ArchiveAudienceRequest) Reset()
- func (x *ArchiveAudienceRequest) String() string
- type ArchiveCustomDimensionRequest
- func (*ArchiveCustomDimensionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveCustomDimensionRequest) GetName() string
- func (*ArchiveCustomDimensionRequest) ProtoMessage()
- func (x *ArchiveCustomDimensionRequest) ProtoReflect() protoreflect.Message
- func (x *ArchiveCustomDimensionRequest) Reset()
- func (x *ArchiveCustomDimensionRequest) String() string
- type ArchiveCustomMetricRequest
- func (*ArchiveCustomMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveCustomMetricRequest) GetName() string
- func (*ArchiveCustomMetricRequest) ProtoMessage()
- func (x *ArchiveCustomMetricRequest) ProtoReflect() protoreflect.Message
- func (x *ArchiveCustomMetricRequest) Reset()
- func (x *ArchiveCustomMetricRequest) String() string
- type AttributionSettings
- func (*AttributionSettings) Descriptor() ([]byte, []int)deprecated
- func (x *AttributionSettings) GetAcquisitionConversionEventLookbackWindow() AttributionSettings_AcquisitionConversionEventLookbackWindow
- func (x *AttributionSettings) GetAdsWebConversionDataExportScope() AttributionSettings_AdsWebConversionDataExportScope
- func (x *AttributionSettings) GetName() string
- func (x *AttributionSettings) GetOtherConversionEventLookbackWindow() AttributionSettings_OtherConversionEventLookbackWindow
- func (x *AttributionSettings) GetReportingAttributionModel() AttributionSettings_ReportingAttributionModel
- func (*AttributionSettings) ProtoMessage()
- func (x *AttributionSettings) ProtoReflect() protoreflect.Message
- func (x *AttributionSettings) Reset()
- func (x *AttributionSettings) String() string
- type AttributionSettings_AcquisitionConversionEventLookbackWindow
- func (AttributionSettings_AcquisitionConversionEventLookbackWindow) Descriptor() protoreflect.EnumDescriptor
- func (x AttributionSettings_AcquisitionConversionEventLookbackWindow) Enum() *AttributionSettings_AcquisitionConversionEventLookbackWindow
- func (AttributionSettings_AcquisitionConversionEventLookbackWindow) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributionSettings_AcquisitionConversionEventLookbackWindow) Number() protoreflect.EnumNumber
- func (x AttributionSettings_AcquisitionConversionEventLookbackWindow) String() string
- func (AttributionSettings_AcquisitionConversionEventLookbackWindow) Type() protoreflect.EnumType
- type AttributionSettings_AdsWebConversionDataExportScope
- func (AttributionSettings_AdsWebConversionDataExportScope) Descriptor() protoreflect.EnumDescriptor
- func (x AttributionSettings_AdsWebConversionDataExportScope) Enum() *AttributionSettings_AdsWebConversionDataExportScope
- func (AttributionSettings_AdsWebConversionDataExportScope) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributionSettings_AdsWebConversionDataExportScope) Number() protoreflect.EnumNumber
- func (x AttributionSettings_AdsWebConversionDataExportScope) String() string
- func (AttributionSettings_AdsWebConversionDataExportScope) Type() protoreflect.EnumType
- type AttributionSettings_OtherConversionEventLookbackWindow
- func (AttributionSettings_OtherConversionEventLookbackWindow) Descriptor() protoreflect.EnumDescriptor
- func (x AttributionSettings_OtherConversionEventLookbackWindow) Enum() *AttributionSettings_OtherConversionEventLookbackWindow
- func (AttributionSettings_OtherConversionEventLookbackWindow) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributionSettings_OtherConversionEventLookbackWindow) Number() protoreflect.EnumNumber
- func (x AttributionSettings_OtherConversionEventLookbackWindow) String() string
- func (AttributionSettings_OtherConversionEventLookbackWindow) Type() protoreflect.EnumType
- type AttributionSettings_ReportingAttributionModel
- func (AttributionSettings_ReportingAttributionModel) Descriptor() protoreflect.EnumDescriptor
- func (x AttributionSettings_ReportingAttributionModel) Enum() *AttributionSettings_ReportingAttributionModel
- func (AttributionSettings_ReportingAttributionModel) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributionSettings_ReportingAttributionModel) Number() protoreflect.EnumNumber
- func (x AttributionSettings_ReportingAttributionModel) String() string
- func (AttributionSettings_ReportingAttributionModel) Type() protoreflect.EnumType
- type Audience
- func (*Audience) Descriptor() ([]byte, []int)deprecated
- func (x *Audience) GetAdsPersonalizationEnabled() bool
- func (x *Audience) GetCreateTime() *timestamppb.Timestamp
- func (x *Audience) GetDescription() string
- func (x *Audience) GetDisplayName() string
- func (x *Audience) GetEventTrigger() *AudienceEventTrigger
- func (x *Audience) GetExclusionDurationMode() Audience_AudienceExclusionDurationMode
- func (x *Audience) GetFilterClauses() []*AudienceFilterClause
- func (x *Audience) GetMembershipDurationDays() int32
- func (x *Audience) GetName() string
- func (*Audience) ProtoMessage()
- func (x *Audience) ProtoReflect() protoreflect.Message
- func (x *Audience) Reset()
- func (x *Audience) String() string
- type AudienceDimensionOrMetricFilter
- func (*AudienceDimensionOrMetricFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceDimensionOrMetricFilter) GetAtAnyPointInTime() bool
- func (x *AudienceDimensionOrMetricFilter) GetBetweenFilter() *AudienceDimensionOrMetricFilter_BetweenFilter
- func (x *AudienceDimensionOrMetricFilter) GetFieldName() string
- func (x *AudienceDimensionOrMetricFilter) GetInAnyNDayPeriod() int32
- func (x *AudienceDimensionOrMetricFilter) GetInListFilter() *AudienceDimensionOrMetricFilter_InListFilter
- func (x *AudienceDimensionOrMetricFilter) GetNumericFilter() *AudienceDimensionOrMetricFilter_NumericFilter
- func (m *AudienceDimensionOrMetricFilter) GetOneFilter() isAudienceDimensionOrMetricFilter_OneFilter
- func (x *AudienceDimensionOrMetricFilter) GetStringFilter() *AudienceDimensionOrMetricFilter_StringFilter
- func (*AudienceDimensionOrMetricFilter) ProtoMessage()
- func (x *AudienceDimensionOrMetricFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceDimensionOrMetricFilter) Reset()
- func (x *AudienceDimensionOrMetricFilter) String() string
- type AudienceDimensionOrMetricFilter_BetweenFilter
- func (*AudienceDimensionOrMetricFilter_BetweenFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceDimensionOrMetricFilter_BetweenFilter) GetFromValue() *AudienceDimensionOrMetricFilter_NumericValue
- func (x *AudienceDimensionOrMetricFilter_BetweenFilter) GetToValue() *AudienceDimensionOrMetricFilter_NumericValue
- func (*AudienceDimensionOrMetricFilter_BetweenFilter) ProtoMessage()
- func (x *AudienceDimensionOrMetricFilter_BetweenFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceDimensionOrMetricFilter_BetweenFilter) Reset()
- func (x *AudienceDimensionOrMetricFilter_BetweenFilter) String() string
- type AudienceDimensionOrMetricFilter_BetweenFilter_
- type AudienceDimensionOrMetricFilter_InListFilter
- func (*AudienceDimensionOrMetricFilter_InListFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceDimensionOrMetricFilter_InListFilter) GetCaseSensitive() bool
- func (x *AudienceDimensionOrMetricFilter_InListFilter) GetValues() []string
- func (*AudienceDimensionOrMetricFilter_InListFilter) ProtoMessage()
- func (x *AudienceDimensionOrMetricFilter_InListFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceDimensionOrMetricFilter_InListFilter) Reset()
- func (x *AudienceDimensionOrMetricFilter_InListFilter) String() string
- type AudienceDimensionOrMetricFilter_InListFilter_
- type AudienceDimensionOrMetricFilter_NumericFilter
- func (*AudienceDimensionOrMetricFilter_NumericFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceDimensionOrMetricFilter_NumericFilter) GetOperation() AudienceDimensionOrMetricFilter_NumericFilter_Operation
- func (x *AudienceDimensionOrMetricFilter_NumericFilter) GetValue() *AudienceDimensionOrMetricFilter_NumericValue
- func (*AudienceDimensionOrMetricFilter_NumericFilter) ProtoMessage()
- func (x *AudienceDimensionOrMetricFilter_NumericFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceDimensionOrMetricFilter_NumericFilter) Reset()
- func (x *AudienceDimensionOrMetricFilter_NumericFilter) String() string
- type AudienceDimensionOrMetricFilter_NumericFilter_
- type AudienceDimensionOrMetricFilter_NumericFilter_Operation
- func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) Descriptor() protoreflect.EnumDescriptor
- func (x AudienceDimensionOrMetricFilter_NumericFilter_Operation) Enum() *AudienceDimensionOrMetricFilter_NumericFilter_Operation
- func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) EnumDescriptor() ([]byte, []int)deprecated
- func (x AudienceDimensionOrMetricFilter_NumericFilter_Operation) Number() protoreflect.EnumNumber
- func (x AudienceDimensionOrMetricFilter_NumericFilter_Operation) String() string
- func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) Type() protoreflect.EnumType
- type AudienceDimensionOrMetricFilter_NumericValue
- func (*AudienceDimensionOrMetricFilter_NumericValue) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceDimensionOrMetricFilter_NumericValue) GetDoubleValue() float64
- func (x *AudienceDimensionOrMetricFilter_NumericValue) GetInt64Value() int64
- func (m *AudienceDimensionOrMetricFilter_NumericValue) GetOneValue() isAudienceDimensionOrMetricFilter_NumericValue_OneValue
- func (*AudienceDimensionOrMetricFilter_NumericValue) ProtoMessage()
- func (x *AudienceDimensionOrMetricFilter_NumericValue) ProtoReflect() protoreflect.Message
- func (x *AudienceDimensionOrMetricFilter_NumericValue) Reset()
- func (x *AudienceDimensionOrMetricFilter_NumericValue) String() string
- type AudienceDimensionOrMetricFilter_NumericValue_DoubleValue
- type AudienceDimensionOrMetricFilter_NumericValue_Int64Value
- type AudienceDimensionOrMetricFilter_StringFilter
- func (*AudienceDimensionOrMetricFilter_StringFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceDimensionOrMetricFilter_StringFilter) GetCaseSensitive() bool
- func (x *AudienceDimensionOrMetricFilter_StringFilter) GetMatchType() AudienceDimensionOrMetricFilter_StringFilter_MatchType
- func (x *AudienceDimensionOrMetricFilter_StringFilter) GetValue() string
- func (*AudienceDimensionOrMetricFilter_StringFilter) ProtoMessage()
- func (x *AudienceDimensionOrMetricFilter_StringFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceDimensionOrMetricFilter_StringFilter) Reset()
- func (x *AudienceDimensionOrMetricFilter_StringFilter) String() string
- type AudienceDimensionOrMetricFilter_StringFilter_
- type AudienceDimensionOrMetricFilter_StringFilter_MatchType
- func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
- func (x AudienceDimensionOrMetricFilter_StringFilter_MatchType) Enum() *AudienceDimensionOrMetricFilter_StringFilter_MatchType
- func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AudienceDimensionOrMetricFilter_StringFilter_MatchType) Number() protoreflect.EnumNumber
- func (x AudienceDimensionOrMetricFilter_StringFilter_MatchType) String() string
- func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) Type() protoreflect.EnumType
- type AudienceEventFilter
- func (*AudienceEventFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceEventFilter) GetEventName() string
- func (x *AudienceEventFilter) GetEventParameterFilterExpression() *AudienceFilterExpression
- func (*AudienceEventFilter) ProtoMessage()
- func (x *AudienceEventFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceEventFilter) Reset()
- func (x *AudienceEventFilter) String() string
- type AudienceEventTrigger
- func (*AudienceEventTrigger) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceEventTrigger) GetEventName() string
- func (x *AudienceEventTrigger) GetLogCondition() AudienceEventTrigger_LogCondition
- func (*AudienceEventTrigger) ProtoMessage()
- func (x *AudienceEventTrigger) ProtoReflect() protoreflect.Message
- func (x *AudienceEventTrigger) Reset()
- func (x *AudienceEventTrigger) String() string
- type AudienceEventTrigger_LogCondition
- func (AudienceEventTrigger_LogCondition) Descriptor() protoreflect.EnumDescriptor
- func (x AudienceEventTrigger_LogCondition) Enum() *AudienceEventTrigger_LogCondition
- func (AudienceEventTrigger_LogCondition) EnumDescriptor() ([]byte, []int)deprecated
- func (x AudienceEventTrigger_LogCondition) Number() protoreflect.EnumNumber
- func (x AudienceEventTrigger_LogCondition) String() string
- func (AudienceEventTrigger_LogCondition) Type() protoreflect.EnumType
- type AudienceFilterClause
- func (*AudienceFilterClause) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceFilterClause) GetClauseType() AudienceFilterClause_AudienceClauseType
- func (m *AudienceFilterClause) GetFilter() isAudienceFilterClause_Filter
- func (x *AudienceFilterClause) GetSequenceFilter() *AudienceSequenceFilter
- func (x *AudienceFilterClause) GetSimpleFilter() *AudienceSimpleFilter
- func (*AudienceFilterClause) ProtoMessage()
- func (x *AudienceFilterClause) ProtoReflect() protoreflect.Message
- func (x *AudienceFilterClause) Reset()
- func (x *AudienceFilterClause) String() string
- type AudienceFilterClause_AudienceClauseType
- func (AudienceFilterClause_AudienceClauseType) Descriptor() protoreflect.EnumDescriptor
- func (x AudienceFilterClause_AudienceClauseType) Enum() *AudienceFilterClause_AudienceClauseType
- func (AudienceFilterClause_AudienceClauseType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AudienceFilterClause_AudienceClauseType) Number() protoreflect.EnumNumber
- func (x AudienceFilterClause_AudienceClauseType) String() string
- func (AudienceFilterClause_AudienceClauseType) Type() protoreflect.EnumType
- type AudienceFilterClause_SequenceFilter
- type AudienceFilterClause_SimpleFilter
- type AudienceFilterExpression
- func (*AudienceFilterExpression) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceFilterExpression) GetAndGroup() *AudienceFilterExpressionList
- func (x *AudienceFilterExpression) GetDimensionOrMetricFilter() *AudienceDimensionOrMetricFilter
- func (x *AudienceFilterExpression) GetEventFilter() *AudienceEventFilter
- func (m *AudienceFilterExpression) GetExpr() isAudienceFilterExpression_Expr
- func (x *AudienceFilterExpression) GetNotExpression() *AudienceFilterExpression
- func (x *AudienceFilterExpression) GetOrGroup() *AudienceFilterExpressionList
- func (*AudienceFilterExpression) ProtoMessage()
- func (x *AudienceFilterExpression) ProtoReflect() protoreflect.Message
- func (x *AudienceFilterExpression) Reset()
- func (x *AudienceFilterExpression) String() string
- type AudienceFilterExpressionList
- func (*AudienceFilterExpressionList) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceFilterExpressionList) GetFilterExpressions() []*AudienceFilterExpression
- func (*AudienceFilterExpressionList) ProtoMessage()
- func (x *AudienceFilterExpressionList) ProtoReflect() protoreflect.Message
- func (x *AudienceFilterExpressionList) Reset()
- func (x *AudienceFilterExpressionList) String() string
- type AudienceFilterExpression_AndGroup
- type AudienceFilterExpression_DimensionOrMetricFilter
- type AudienceFilterExpression_EventFilter
- type AudienceFilterExpression_NotExpression
- type AudienceFilterExpression_OrGroup
- type AudienceFilterScope
- func (AudienceFilterScope) Descriptor() protoreflect.EnumDescriptor
- func (x AudienceFilterScope) Enum() *AudienceFilterScope
- func (AudienceFilterScope) EnumDescriptor() ([]byte, []int)deprecated
- func (x AudienceFilterScope) Number() protoreflect.EnumNumber
- func (x AudienceFilterScope) String() string
- func (AudienceFilterScope) Type() protoreflect.EnumType
- type AudienceSequenceFilter
- func (*AudienceSequenceFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceSequenceFilter) GetScope() AudienceFilterScope
- func (x *AudienceSequenceFilter) GetSequenceMaximumDuration() *durationpb.Duration
- func (x *AudienceSequenceFilter) GetSequenceSteps() []*AudienceSequenceFilter_AudienceSequenceStep
- func (*AudienceSequenceFilter) ProtoMessage()
- func (x *AudienceSequenceFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceSequenceFilter) Reset()
- func (x *AudienceSequenceFilter) String() string
- type AudienceSequenceFilter_AudienceSequenceStep
- func (*AudienceSequenceFilter_AudienceSequenceStep) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceSequenceFilter_AudienceSequenceStep) GetConstraintDuration() *durationpb.Duration
- func (x *AudienceSequenceFilter_AudienceSequenceStep) GetFilterExpression() *AudienceFilterExpression
- func (x *AudienceSequenceFilter_AudienceSequenceStep) GetImmediatelyFollows() bool
- func (x *AudienceSequenceFilter_AudienceSequenceStep) GetScope() AudienceFilterScope
- func (*AudienceSequenceFilter_AudienceSequenceStep) ProtoMessage()
- func (x *AudienceSequenceFilter_AudienceSequenceStep) ProtoReflect() protoreflect.Message
- func (x *AudienceSequenceFilter_AudienceSequenceStep) Reset()
- func (x *AudienceSequenceFilter_AudienceSequenceStep) String() string
- type AudienceSimpleFilter
- func (*AudienceSimpleFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AudienceSimpleFilter) GetFilterExpression() *AudienceFilterExpression
- func (x *AudienceSimpleFilter) GetScope() AudienceFilterScope
- func (*AudienceSimpleFilter) ProtoMessage()
- func (x *AudienceSimpleFilter) ProtoReflect() protoreflect.Message
- func (x *AudienceSimpleFilter) Reset()
- func (x *AudienceSimpleFilter) String() string
- type Audience_AudienceExclusionDurationMode
- func (Audience_AudienceExclusionDurationMode) Descriptor() protoreflect.EnumDescriptor
- func (x Audience_AudienceExclusionDurationMode) Enum() *Audience_AudienceExclusionDurationMode
- func (Audience_AudienceExclusionDurationMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x Audience_AudienceExclusionDurationMode) Number() protoreflect.EnumNumber
- func (x Audience_AudienceExclusionDurationMode) String() string
- func (Audience_AudienceExclusionDurationMode) Type() protoreflect.EnumType
- type BatchCreateAccessBindingsRequest
- func (*BatchCreateAccessBindingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateAccessBindingsRequest) GetParent() string
- func (x *BatchCreateAccessBindingsRequest) GetRequests() []*CreateAccessBindingRequest
- func (*BatchCreateAccessBindingsRequest) ProtoMessage()
- func (x *BatchCreateAccessBindingsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchCreateAccessBindingsRequest) Reset()
- func (x *BatchCreateAccessBindingsRequest) String() string
- type BatchCreateAccessBindingsResponse
- func (*BatchCreateAccessBindingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCreateAccessBindingsResponse) GetAccessBindings() []*AccessBinding
- func (*BatchCreateAccessBindingsResponse) ProtoMessage()
- func (x *BatchCreateAccessBindingsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchCreateAccessBindingsResponse) Reset()
- func (x *BatchCreateAccessBindingsResponse) String() string
- type BatchDeleteAccessBindingsRequest
- func (*BatchDeleteAccessBindingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchDeleteAccessBindingsRequest) GetParent() string
- func (x *BatchDeleteAccessBindingsRequest) GetRequests() []*DeleteAccessBindingRequest
- func (*BatchDeleteAccessBindingsRequest) ProtoMessage()
- func (x *BatchDeleteAccessBindingsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteAccessBindingsRequest) Reset()
- func (x *BatchDeleteAccessBindingsRequest) String() string
- type BatchGetAccessBindingsRequest
- func (*BatchGetAccessBindingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchGetAccessBindingsRequest) GetNames() []string
- func (x *BatchGetAccessBindingsRequest) GetParent() string
- func (*BatchGetAccessBindingsRequest) ProtoMessage()
- func (x *BatchGetAccessBindingsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchGetAccessBindingsRequest) Reset()
- func (x *BatchGetAccessBindingsRequest) String() string
- type BatchGetAccessBindingsResponse
- func (*BatchGetAccessBindingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchGetAccessBindingsResponse) GetAccessBindings() []*AccessBinding
- func (*BatchGetAccessBindingsResponse) ProtoMessage()
- func (x *BatchGetAccessBindingsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchGetAccessBindingsResponse) Reset()
- func (x *BatchGetAccessBindingsResponse) String() string
- type BatchUpdateAccessBindingsRequest
- func (*BatchUpdateAccessBindingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BatchUpdateAccessBindingsRequest) GetParent() string
- func (x *BatchUpdateAccessBindingsRequest) GetRequests() []*UpdateAccessBindingRequest
- func (*BatchUpdateAccessBindingsRequest) ProtoMessage()
- func (x *BatchUpdateAccessBindingsRequest) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateAccessBindingsRequest) Reset()
- func (x *BatchUpdateAccessBindingsRequest) String() string
- type BatchUpdateAccessBindingsResponse
- func (*BatchUpdateAccessBindingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BatchUpdateAccessBindingsResponse) GetAccessBindings() []*AccessBinding
- func (*BatchUpdateAccessBindingsResponse) ProtoMessage()
- func (x *BatchUpdateAccessBindingsResponse) ProtoReflect() protoreflect.Message
- func (x *BatchUpdateAccessBindingsResponse) Reset()
- func (x *BatchUpdateAccessBindingsResponse) String() string
- type BigQueryLink
- func (*BigQueryLink) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryLink) GetCreateTime() *timestamppb.Timestamp
- func (x *BigQueryLink) GetDailyExportEnabled() bool
- func (x *BigQueryLink) GetDatasetLocation() string
- func (x *BigQueryLink) GetExcludedEvents() []string
- func (x *BigQueryLink) GetExportStreams() []string
- func (x *BigQueryLink) GetFreshDailyExportEnabled() bool
- func (x *BigQueryLink) GetIncludeAdvertisingId() bool
- func (x *BigQueryLink) GetName() string
- func (x *BigQueryLink) GetProject() string
- func (x *BigQueryLink) GetStreamingExportEnabled() bool
- func (*BigQueryLink) ProtoMessage()
- func (x *BigQueryLink) ProtoReflect() protoreflect.Message
- func (x *BigQueryLink) Reset()
- func (x *BigQueryLink) String() string
- type CalculatedMetric
- func (*CalculatedMetric) Descriptor() ([]byte, []int)deprecated
- func (x *CalculatedMetric) GetCalculatedMetricId() string
- func (x *CalculatedMetric) GetDescription() string
- func (x *CalculatedMetric) GetDisplayName() string
- func (x *CalculatedMetric) GetFormula() string
- func (x *CalculatedMetric) GetInvalidMetricReference() bool
- func (x *CalculatedMetric) GetMetricUnit() CalculatedMetric_MetricUnit
- func (x *CalculatedMetric) GetName() string
- func (x *CalculatedMetric) GetRestrictedMetricType() []CalculatedMetric_RestrictedMetricType
- func (*CalculatedMetric) ProtoMessage()
- func (x *CalculatedMetric) ProtoReflect() protoreflect.Message
- func (x *CalculatedMetric) Reset()
- func (x *CalculatedMetric) String() string
- type CalculatedMetric_MetricUnit
- func (CalculatedMetric_MetricUnit) Descriptor() protoreflect.EnumDescriptor
- func (x CalculatedMetric_MetricUnit) Enum() *CalculatedMetric_MetricUnit
- func (CalculatedMetric_MetricUnit) EnumDescriptor() ([]byte, []int)deprecated
- func (x CalculatedMetric_MetricUnit) Number() protoreflect.EnumNumber
- func (x CalculatedMetric_MetricUnit) String() string
- func (CalculatedMetric_MetricUnit) Type() protoreflect.EnumType
- type CalculatedMetric_RestrictedMetricType
- func (CalculatedMetric_RestrictedMetricType) Descriptor() protoreflect.EnumDescriptor
- func (x CalculatedMetric_RestrictedMetricType) Enum() *CalculatedMetric_RestrictedMetricType
- func (CalculatedMetric_RestrictedMetricType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CalculatedMetric_RestrictedMetricType) Number() protoreflect.EnumNumber
- func (x CalculatedMetric_RestrictedMetricType) String() string
- func (CalculatedMetric_RestrictedMetricType) Type() protoreflect.EnumType
- type CancelDisplayVideo360AdvertiserLinkProposalRequest
- func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
- func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
- func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
- func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) Reset()
- func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) String() string
- type ChangeHistoryChange
- func (*ChangeHistoryChange) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeHistoryChange) GetAction() ActionType
- func (x *ChangeHistoryChange) GetResource() string
- func (x *ChangeHistoryChange) GetResourceAfterChange() *ChangeHistoryChange_ChangeHistoryResource
- func (x *ChangeHistoryChange) GetResourceBeforeChange() *ChangeHistoryChange_ChangeHistoryResource
- func (*ChangeHistoryChange) ProtoMessage()
- func (x *ChangeHistoryChange) ProtoReflect() protoreflect.Message
- func (x *ChangeHistoryChange) Reset()
- func (x *ChangeHistoryChange) String() string
- type ChangeHistoryChange_ChangeHistoryResource
- func (*ChangeHistoryChange_ChangeHistoryResource) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetAccount() *Account
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetAdsenseLink() *AdSenseLink
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetAttributionSettings() *AttributionSettings
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetAudience() *Audience
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetBigqueryLink() *BigQueryLink
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetCalculatedMetric() *CalculatedMetric
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetChannelGroup() *ChannelGroup
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetConversionEvent() *ConversionEvent
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetCustomDimension() *CustomDimension
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetCustomMetric() *CustomMetric
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetDataRedactionSettings() *DataRedactionSettings
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetDataRetentionSettings() *DataRetentionSettings
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetDataStream() *DataStream
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetDisplayVideo_360AdvertiserLinkProposal() *DisplayVideo360AdvertiserLinkProposal
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetEnhancedMeasurementSettings() *EnhancedMeasurementSettings
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetEventCreateRule() *EventCreateRule
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetExpandedDataSet() *ExpandedDataSet
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetFirebaseLink() *FirebaseLink
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetGoogleAdsLink() *GoogleAdsLink
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetGoogleSignalsSettings() *GoogleSignalsSettings
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetMeasurementProtocolSecret() *MeasurementProtocolSecret
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetProperty() *Property
- func (m *ChangeHistoryChange_ChangeHistoryResource) GetResource() isChangeHistoryChange_ChangeHistoryResource_Resource
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetSearchAds_360Link() *SearchAds360Link
- func (x *ChangeHistoryChange_ChangeHistoryResource) GetSkadnetworkConversionValueSchema() *SKAdNetworkConversionValueSchema
- func (*ChangeHistoryChange_ChangeHistoryResource) ProtoMessage()
- func (x *ChangeHistoryChange_ChangeHistoryResource) ProtoReflect() protoreflect.Message
- func (x *ChangeHistoryChange_ChangeHistoryResource) Reset()
- func (x *ChangeHistoryChange_ChangeHistoryResource) String() string
- type ChangeHistoryChange_ChangeHistoryResource_Account
- type ChangeHistoryChange_ChangeHistoryResource_AdsenseLink
- type ChangeHistoryChange_ChangeHistoryResource_AttributionSettings
- type ChangeHistoryChange_ChangeHistoryResource_Audience
- type ChangeHistoryChange_ChangeHistoryResource_BigqueryLink
- type ChangeHistoryChange_ChangeHistoryResource_CalculatedMetric
- type ChangeHistoryChange_ChangeHistoryResource_ChannelGroup
- type ChangeHistoryChange_ChangeHistoryResource_ConversionEvent
- type ChangeHistoryChange_ChangeHistoryResource_CustomDimension
- type ChangeHistoryChange_ChangeHistoryResource_CustomMetric
- type ChangeHistoryChange_ChangeHistoryResource_DataRedactionSettings
- type ChangeHistoryChange_ChangeHistoryResource_DataRetentionSettings
- type ChangeHistoryChange_ChangeHistoryResource_DataStream
- type ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLink
- type ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLinkProposal
- type ChangeHistoryChange_ChangeHistoryResource_EnhancedMeasurementSettings
- type ChangeHistoryChange_ChangeHistoryResource_EventCreateRule
- type ChangeHistoryChange_ChangeHistoryResource_ExpandedDataSet
- type ChangeHistoryChange_ChangeHistoryResource_FirebaseLink
- type ChangeHistoryChange_ChangeHistoryResource_GoogleAdsLink
- type ChangeHistoryChange_ChangeHistoryResource_GoogleSignalsSettings
- type ChangeHistoryChange_ChangeHistoryResource_MeasurementProtocolSecret
- type ChangeHistoryChange_ChangeHistoryResource_Property
- type ChangeHistoryChange_ChangeHistoryResource_SearchAds_360Link
- type ChangeHistoryChange_ChangeHistoryResource_SkadnetworkConversionValueSchema
- type ChangeHistoryEvent
- func (*ChangeHistoryEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeHistoryEvent) GetActorType() ActorType
- func (x *ChangeHistoryEvent) GetChangeTime() *timestamppb.Timestamp
- func (x *ChangeHistoryEvent) GetChanges() []*ChangeHistoryChange
- func (x *ChangeHistoryEvent) GetChangesFiltered() bool
- func (x *ChangeHistoryEvent) GetId() string
- func (x *ChangeHistoryEvent) GetUserActorEmail() string
- func (*ChangeHistoryEvent) ProtoMessage()
- func (x *ChangeHistoryEvent) ProtoReflect() protoreflect.Message
- func (x *ChangeHistoryEvent) Reset()
- func (x *ChangeHistoryEvent) String() string
- type ChangeHistoryResourceType
- func (ChangeHistoryResourceType) Descriptor() protoreflect.EnumDescriptor
- func (x ChangeHistoryResourceType) Enum() *ChangeHistoryResourceType
- func (ChangeHistoryResourceType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChangeHistoryResourceType) Number() protoreflect.EnumNumber
- func (x ChangeHistoryResourceType) String() string
- func (ChangeHistoryResourceType) Type() protoreflect.EnumType
- type ChannelGroup
- func (*ChannelGroup) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelGroup) GetDescription() string
- func (x *ChannelGroup) GetDisplayName() string
- func (x *ChannelGroup) GetGroupingRule() []*GroupingRule
- func (x *ChannelGroup) GetName() string
- func (x *ChannelGroup) GetPrimary() bool
- func (x *ChannelGroup) GetSystemDefined() bool
- func (*ChannelGroup) ProtoMessage()
- func (x *ChannelGroup) ProtoReflect() protoreflect.Message
- func (x *ChannelGroup) Reset()
- func (x *ChannelGroup) String() string
- type ChannelGroupFilter
- func (*ChannelGroupFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelGroupFilter) GetFieldName() string
- func (x *ChannelGroupFilter) GetInListFilter() *ChannelGroupFilter_InListFilter
- func (x *ChannelGroupFilter) GetStringFilter() *ChannelGroupFilter_StringFilter
- func (m *ChannelGroupFilter) GetValueFilter() isChannelGroupFilter_ValueFilter
- func (*ChannelGroupFilter) ProtoMessage()
- func (x *ChannelGroupFilter) ProtoReflect() protoreflect.Message
- func (x *ChannelGroupFilter) Reset()
- func (x *ChannelGroupFilter) String() string
- type ChannelGroupFilterExpression
- func (*ChannelGroupFilterExpression) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelGroupFilterExpression) GetAndGroup() *ChannelGroupFilterExpressionList
- func (m *ChannelGroupFilterExpression) GetExpr() isChannelGroupFilterExpression_Expr
- func (x *ChannelGroupFilterExpression) GetFilter() *ChannelGroupFilter
- func (x *ChannelGroupFilterExpression) GetNotExpression() *ChannelGroupFilterExpression
- func (x *ChannelGroupFilterExpression) GetOrGroup() *ChannelGroupFilterExpressionList
- func (*ChannelGroupFilterExpression) ProtoMessage()
- func (x *ChannelGroupFilterExpression) ProtoReflect() protoreflect.Message
- func (x *ChannelGroupFilterExpression) Reset()
- func (x *ChannelGroupFilterExpression) String() string
- type ChannelGroupFilterExpressionList
- func (*ChannelGroupFilterExpressionList) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelGroupFilterExpressionList) GetFilterExpressions() []*ChannelGroupFilterExpression
- func (*ChannelGroupFilterExpressionList) ProtoMessage()
- func (x *ChannelGroupFilterExpressionList) ProtoReflect() protoreflect.Message
- func (x *ChannelGroupFilterExpressionList) Reset()
- func (x *ChannelGroupFilterExpressionList) String() string
- type ChannelGroupFilterExpression_AndGroup
- type ChannelGroupFilterExpression_Filter
- type ChannelGroupFilterExpression_NotExpression
- type ChannelGroupFilterExpression_OrGroup
- type ChannelGroupFilter_InListFilter
- func (*ChannelGroupFilter_InListFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelGroupFilter_InListFilter) GetValues() []string
- func (*ChannelGroupFilter_InListFilter) ProtoMessage()
- func (x *ChannelGroupFilter_InListFilter) ProtoReflect() protoreflect.Message
- func (x *ChannelGroupFilter_InListFilter) Reset()
- func (x *ChannelGroupFilter_InListFilter) String() string
- type ChannelGroupFilter_InListFilter_
- type ChannelGroupFilter_StringFilter
- func (*ChannelGroupFilter_StringFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ChannelGroupFilter_StringFilter) GetMatchType() ChannelGroupFilter_StringFilter_MatchType
- func (x *ChannelGroupFilter_StringFilter) GetValue() string
- func (*ChannelGroupFilter_StringFilter) ProtoMessage()
- func (x *ChannelGroupFilter_StringFilter) ProtoReflect() protoreflect.Message
- func (x *ChannelGroupFilter_StringFilter) Reset()
- func (x *ChannelGroupFilter_StringFilter) String() string
- type ChannelGroupFilter_StringFilter_
- type ChannelGroupFilter_StringFilter_MatchType
- func (ChannelGroupFilter_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
- func (x ChannelGroupFilter_StringFilter_MatchType) Enum() *ChannelGroupFilter_StringFilter_MatchType
- func (ChannelGroupFilter_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ChannelGroupFilter_StringFilter_MatchType) Number() protoreflect.EnumNumber
- func (x ChannelGroupFilter_StringFilter_MatchType) String() string
- func (ChannelGroupFilter_StringFilter_MatchType) Type() protoreflect.EnumType
- type CoarseValue
- func (CoarseValue) Descriptor() protoreflect.EnumDescriptor
- func (x CoarseValue) Enum() *CoarseValue
- func (CoarseValue) EnumDescriptor() ([]byte, []int)deprecated
- func (x CoarseValue) Number() protoreflect.EnumNumber
- func (x CoarseValue) String() string
- func (CoarseValue) Type() protoreflect.EnumType
- type ConnectedSiteTag
- func (*ConnectedSiteTag) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectedSiteTag) GetDisplayName() string
- func (x *ConnectedSiteTag) GetTagId() string
- func (*ConnectedSiteTag) ProtoMessage()
- func (x *ConnectedSiteTag) ProtoReflect() protoreflect.Message
- func (x *ConnectedSiteTag) Reset()
- func (x *ConnectedSiteTag) String() string
- type ConversionEvent
- func (*ConversionEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ConversionEvent) GetCountingMethod() ConversionEvent_ConversionCountingMethod
- func (x *ConversionEvent) GetCreateTime() *timestamppb.Timestamp
- func (x *ConversionEvent) GetCustom() bool
- func (x *ConversionEvent) GetDefaultConversionValue() *ConversionEvent_DefaultConversionValue
- func (x *ConversionEvent) GetDeletable() bool
- func (x *ConversionEvent) GetEventName() string
- func (x *ConversionEvent) GetName() string
- func (*ConversionEvent) ProtoMessage()
- func (x *ConversionEvent) ProtoReflect() protoreflect.Message
- func (x *ConversionEvent) Reset()
- func (x *ConversionEvent) String() string
- type ConversionEvent_ConversionCountingMethod
- func (ConversionEvent_ConversionCountingMethod) Descriptor() protoreflect.EnumDescriptor
- func (x ConversionEvent_ConversionCountingMethod) Enum() *ConversionEvent_ConversionCountingMethod
- func (ConversionEvent_ConversionCountingMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConversionEvent_ConversionCountingMethod) Number() protoreflect.EnumNumber
- func (x ConversionEvent_ConversionCountingMethod) String() string
- func (ConversionEvent_ConversionCountingMethod) Type() protoreflect.EnumType
- type ConversionEvent_DefaultConversionValue
- func (*ConversionEvent_DefaultConversionValue) Descriptor() ([]byte, []int)deprecated
- func (x *ConversionEvent_DefaultConversionValue) GetCurrencyCode() string
- func (x *ConversionEvent_DefaultConversionValue) GetValue() float64
- func (*ConversionEvent_DefaultConversionValue) ProtoMessage()
- func (x *ConversionEvent_DefaultConversionValue) ProtoReflect() protoreflect.Message
- func (x *ConversionEvent_DefaultConversionValue) Reset()
- func (x *ConversionEvent_DefaultConversionValue) String() string
- type ConversionValues
- func (*ConversionValues) Descriptor() ([]byte, []int)deprecated
- func (x *ConversionValues) GetCoarseValue() CoarseValue
- func (x *ConversionValues) GetDisplayName() string
- func (x *ConversionValues) GetEventMappings() []*EventMapping
- func (x *ConversionValues) GetFineValue() int32
- func (x *ConversionValues) GetLockEnabled() bool
- func (*ConversionValues) ProtoMessage()
- func (x *ConversionValues) ProtoReflect() protoreflect.Message
- func (x *ConversionValues) Reset()
- func (x *ConversionValues) String() string
- type CreateAccessBindingRequest
- func (*CreateAccessBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccessBindingRequest) GetAccessBinding() *AccessBinding
- func (x *CreateAccessBindingRequest) GetParent() string
- func (*CreateAccessBindingRequest) ProtoMessage()
- func (x *CreateAccessBindingRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAccessBindingRequest) Reset()
- func (x *CreateAccessBindingRequest) String() string
- type CreateAdSenseLinkRequest
- func (*CreateAdSenseLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAdSenseLinkRequest) GetAdsenseLink() *AdSenseLink
- func (x *CreateAdSenseLinkRequest) GetParent() string
- func (*CreateAdSenseLinkRequest) ProtoMessage()
- func (x *CreateAdSenseLinkRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAdSenseLinkRequest) Reset()
- func (x *CreateAdSenseLinkRequest) String() string
- type CreateAudienceRequest
- func (*CreateAudienceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAudienceRequest) GetAudience() *Audience
- func (x *CreateAudienceRequest) GetParent() string
- func (*CreateAudienceRequest) ProtoMessage()
- func (x *CreateAudienceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAudienceRequest) Reset()
- func (x *CreateAudienceRequest) String() string
- type CreateBigQueryLinkRequest
- func (*CreateBigQueryLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBigQueryLinkRequest) GetBigqueryLink() *BigQueryLink
- func (x *CreateBigQueryLinkRequest) GetParent() string
- func (*CreateBigQueryLinkRequest) ProtoMessage()
- func (x *CreateBigQueryLinkRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBigQueryLinkRequest) Reset()
- func (x *CreateBigQueryLinkRequest) String() string
- type CreateCalculatedMetricRequest
- func (*CreateCalculatedMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCalculatedMetricRequest) GetCalculatedMetric() *CalculatedMetric
- func (x *CreateCalculatedMetricRequest) GetCalculatedMetricId() string
- func (x *CreateCalculatedMetricRequest) GetParent() string
- func (*CreateCalculatedMetricRequest) ProtoMessage()
- func (x *CreateCalculatedMetricRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCalculatedMetricRequest) Reset()
- func (x *CreateCalculatedMetricRequest) String() string
- type CreateChannelGroupRequest
- func (*CreateChannelGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateChannelGroupRequest) GetChannelGroup() *ChannelGroup
- func (x *CreateChannelGroupRequest) GetParent() string
- func (*CreateChannelGroupRequest) ProtoMessage()
- func (x *CreateChannelGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateChannelGroupRequest) Reset()
- func (x *CreateChannelGroupRequest) String() string
- type CreateConnectedSiteTagRequest
- func (*CreateConnectedSiteTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConnectedSiteTagRequest) GetConnectedSiteTag() *ConnectedSiteTag
- func (x *CreateConnectedSiteTagRequest) GetProperty() string
- func (*CreateConnectedSiteTagRequest) ProtoMessage()
- func (x *CreateConnectedSiteTagRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConnectedSiteTagRequest) Reset()
- func (x *CreateConnectedSiteTagRequest) String() string
- type CreateConnectedSiteTagResponse
- func (*CreateConnectedSiteTagResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateConnectedSiteTagResponse) ProtoMessage()
- func (x *CreateConnectedSiteTagResponse) ProtoReflect() protoreflect.Message
- func (x *CreateConnectedSiteTagResponse) Reset()
- func (x *CreateConnectedSiteTagResponse) String() string
- type CreateConversionEventRequest
- func (*CreateConversionEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConversionEventRequest) GetConversionEvent() *ConversionEvent
- func (x *CreateConversionEventRequest) GetParent() string
- func (*CreateConversionEventRequest) ProtoMessage()
- func (x *CreateConversionEventRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConversionEventRequest) Reset()
- func (x *CreateConversionEventRequest) String() string
- type CreateCustomDimensionRequest
- func (*CreateCustomDimensionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCustomDimensionRequest) GetCustomDimension() *CustomDimension
- func (x *CreateCustomDimensionRequest) GetParent() string
- func (*CreateCustomDimensionRequest) ProtoMessage()
- func (x *CreateCustomDimensionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCustomDimensionRequest) Reset()
- func (x *CreateCustomDimensionRequest) String() string
- type CreateCustomMetricRequest
- func (*CreateCustomMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCustomMetricRequest) GetCustomMetric() *CustomMetric
- func (x *CreateCustomMetricRequest) GetParent() string
- func (*CreateCustomMetricRequest) ProtoMessage()
- func (x *CreateCustomMetricRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCustomMetricRequest) Reset()
- func (x *CreateCustomMetricRequest) String() string
- type CreateDataStreamRequest
- func (*CreateDataStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataStreamRequest) GetDataStream() *DataStream
- func (x *CreateDataStreamRequest) GetParent() string
- func (*CreateDataStreamRequest) ProtoMessage()
- func (x *CreateDataStreamRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataStreamRequest) Reset()
- func (x *CreateDataStreamRequest) String() string
- type CreateDisplayVideo360AdvertiserLinkProposalRequest
- func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) GetDisplayVideo_360AdvertiserLinkProposal() *DisplayVideo360AdvertiserLinkProposal
- func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) GetParent() string
- func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
- func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) Reset()
- func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) String() string
- type CreateDisplayVideo360AdvertiserLinkRequest
- func (*CreateDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDisplayVideo360AdvertiserLinkRequest) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
- func (x *CreateDisplayVideo360AdvertiserLinkRequest) GetParent() string
- func (*CreateDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
- func (x *CreateDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDisplayVideo360AdvertiserLinkRequest) Reset()
- func (x *CreateDisplayVideo360AdvertiserLinkRequest) String() string
- type CreateEventCreateRuleRequest
- func (*CreateEventCreateRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEventCreateRuleRequest) GetEventCreateRule() *EventCreateRule
- func (x *CreateEventCreateRuleRequest) GetParent() string
- func (*CreateEventCreateRuleRequest) ProtoMessage()
- func (x *CreateEventCreateRuleRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEventCreateRuleRequest) Reset()
- func (x *CreateEventCreateRuleRequest) String() string
- type CreateEventEditRuleRequest
- func (*CreateEventEditRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEventEditRuleRequest) GetEventEditRule() *EventEditRule
- func (x *CreateEventEditRuleRequest) GetParent() string
- func (*CreateEventEditRuleRequest) ProtoMessage()
- func (x *CreateEventEditRuleRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEventEditRuleRequest) Reset()
- func (x *CreateEventEditRuleRequest) String() string
- type CreateExpandedDataSetRequest
- func (*CreateExpandedDataSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateExpandedDataSetRequest) GetExpandedDataSet() *ExpandedDataSet
- func (x *CreateExpandedDataSetRequest) GetParent() string
- func (*CreateExpandedDataSetRequest) ProtoMessage()
- func (x *CreateExpandedDataSetRequest) ProtoReflect() protoreflect.Message
- func (x *CreateExpandedDataSetRequest) Reset()
- func (x *CreateExpandedDataSetRequest) String() string
- type CreateFirebaseLinkRequest
- func (*CreateFirebaseLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFirebaseLinkRequest) GetFirebaseLink() *FirebaseLink
- func (x *CreateFirebaseLinkRequest) GetParent() string
- func (*CreateFirebaseLinkRequest) ProtoMessage()
- func (x *CreateFirebaseLinkRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFirebaseLinkRequest) Reset()
- func (x *CreateFirebaseLinkRequest) String() string
- type CreateGoogleAdsLinkRequest
- func (*CreateGoogleAdsLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateGoogleAdsLinkRequest) GetGoogleAdsLink() *GoogleAdsLink
- func (x *CreateGoogleAdsLinkRequest) GetParent() string
- func (*CreateGoogleAdsLinkRequest) ProtoMessage()
- func (x *CreateGoogleAdsLinkRequest) ProtoReflect() protoreflect.Message
- func (x *CreateGoogleAdsLinkRequest) Reset()
- func (x *CreateGoogleAdsLinkRequest) String() string
- type CreateKeyEventRequest
- func (*CreateKeyEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateKeyEventRequest) GetKeyEvent() *KeyEvent
- func (x *CreateKeyEventRequest) GetParent() string
- func (*CreateKeyEventRequest) ProtoMessage()
- func (x *CreateKeyEventRequest) ProtoReflect() protoreflect.Message
- func (x *CreateKeyEventRequest) Reset()
- func (x *CreateKeyEventRequest) String() string
- type CreateMeasurementProtocolSecretRequest
- func (*CreateMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateMeasurementProtocolSecretRequest) GetMeasurementProtocolSecret() *MeasurementProtocolSecret
- func (x *CreateMeasurementProtocolSecretRequest) GetParent() string
- func (*CreateMeasurementProtocolSecretRequest) ProtoMessage()
- func (x *CreateMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
- func (x *CreateMeasurementProtocolSecretRequest) Reset()
- func (x *CreateMeasurementProtocolSecretRequest) String() string
- type CreatePropertyRequest
- func (*CreatePropertyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePropertyRequest) GetProperty() *Property
- func (*CreatePropertyRequest) ProtoMessage()
- func (x *CreatePropertyRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePropertyRequest) Reset()
- func (x *CreatePropertyRequest) String() string
- type CreateRollupPropertyRequest
- func (*CreateRollupPropertyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRollupPropertyRequest) GetRollupProperty() *Property
- func (x *CreateRollupPropertyRequest) GetSourceProperties() []string
- func (*CreateRollupPropertyRequest) ProtoMessage()
- func (x *CreateRollupPropertyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRollupPropertyRequest) Reset()
- func (x *CreateRollupPropertyRequest) String() string
- type CreateRollupPropertyResponse
- func (*CreateRollupPropertyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRollupPropertyResponse) GetRollupProperty() *Property
- func (x *CreateRollupPropertyResponse) GetRollupPropertySourceLinks() []*RollupPropertySourceLink
- func (*CreateRollupPropertyResponse) ProtoMessage()
- func (x *CreateRollupPropertyResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRollupPropertyResponse) Reset()
- func (x *CreateRollupPropertyResponse) String() string
- type CreateRollupPropertySourceLinkRequest
- func (*CreateRollupPropertySourceLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRollupPropertySourceLinkRequest) GetParent() string
- func (x *CreateRollupPropertySourceLinkRequest) GetRollupPropertySourceLink() *RollupPropertySourceLink
- func (*CreateRollupPropertySourceLinkRequest) ProtoMessage()
- func (x *CreateRollupPropertySourceLinkRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRollupPropertySourceLinkRequest) Reset()
- func (x *CreateRollupPropertySourceLinkRequest) String() string
- type CreateSKAdNetworkConversionValueSchemaRequest
- func (*CreateSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSKAdNetworkConversionValueSchemaRequest) GetParent() string
- func (x *CreateSKAdNetworkConversionValueSchemaRequest) GetSkadnetworkConversionValueSchema() *SKAdNetworkConversionValueSchema
- func (*CreateSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
- func (x *CreateSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSKAdNetworkConversionValueSchemaRequest) Reset()
- func (x *CreateSKAdNetworkConversionValueSchemaRequest) String() string
- type CreateSearchAds360LinkRequest
- func (*CreateSearchAds360LinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSearchAds360LinkRequest) GetParent() string
- func (x *CreateSearchAds360LinkRequest) GetSearchAds_360Link() *SearchAds360Link
- func (*CreateSearchAds360LinkRequest) ProtoMessage()
- func (x *CreateSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSearchAds360LinkRequest) Reset()
- func (x *CreateSearchAds360LinkRequest) String() string
- type CreateSubpropertyEventFilterRequest
- func (*CreateSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSubpropertyEventFilterRequest) GetParent() string
- func (x *CreateSubpropertyEventFilterRequest) GetSubpropertyEventFilter() *SubpropertyEventFilter
- func (*CreateSubpropertyEventFilterRequest) ProtoMessage()
- func (x *CreateSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSubpropertyEventFilterRequest) Reset()
- func (x *CreateSubpropertyEventFilterRequest) String() string
- type CustomDimension
- func (*CustomDimension) Descriptor() ([]byte, []int)deprecated
- func (x *CustomDimension) GetDescription() string
- func (x *CustomDimension) GetDisallowAdsPersonalization() bool
- func (x *CustomDimension) GetDisplayName() string
- func (x *CustomDimension) GetName() string
- func (x *CustomDimension) GetParameterName() string
- func (x *CustomDimension) GetScope() CustomDimension_DimensionScope
- func (*CustomDimension) ProtoMessage()
- func (x *CustomDimension) ProtoReflect() protoreflect.Message
- func (x *CustomDimension) Reset()
- func (x *CustomDimension) String() string
- type CustomDimension_DimensionScope
- func (CustomDimension_DimensionScope) Descriptor() protoreflect.EnumDescriptor
- func (x CustomDimension_DimensionScope) Enum() *CustomDimension_DimensionScope
- func (CustomDimension_DimensionScope) EnumDescriptor() ([]byte, []int)deprecated
- func (x CustomDimension_DimensionScope) Number() protoreflect.EnumNumber
- func (x CustomDimension_DimensionScope) String() string
- func (CustomDimension_DimensionScope) Type() protoreflect.EnumType
- type CustomMetric
- func (*CustomMetric) Descriptor() ([]byte, []int)deprecated
- func (x *CustomMetric) GetDescription() string
- func (x *CustomMetric) GetDisplayName() string
- func (x *CustomMetric) GetMeasurementUnit() CustomMetric_MeasurementUnit
- func (x *CustomMetric) GetName() string
- func (x *CustomMetric) GetParameterName() string
- func (x *CustomMetric) GetRestrictedMetricType() []CustomMetric_RestrictedMetricType
- func (x *CustomMetric) GetScope() CustomMetric_MetricScope
- func (*CustomMetric) ProtoMessage()
- func (x *CustomMetric) ProtoReflect() protoreflect.Message
- func (x *CustomMetric) Reset()
- func (x *CustomMetric) String() string
- type CustomMetric_MeasurementUnit
- func (CustomMetric_MeasurementUnit) Descriptor() protoreflect.EnumDescriptor
- func (x CustomMetric_MeasurementUnit) Enum() *CustomMetric_MeasurementUnit
- func (CustomMetric_MeasurementUnit) EnumDescriptor() ([]byte, []int)deprecated
- func (x CustomMetric_MeasurementUnit) Number() protoreflect.EnumNumber
- func (x CustomMetric_MeasurementUnit) String() string
- func (CustomMetric_MeasurementUnit) Type() protoreflect.EnumType
- type CustomMetric_MetricScope
- func (CustomMetric_MetricScope) Descriptor() protoreflect.EnumDescriptor
- func (x CustomMetric_MetricScope) Enum() *CustomMetric_MetricScope
- func (CustomMetric_MetricScope) EnumDescriptor() ([]byte, []int)deprecated
- func (x CustomMetric_MetricScope) Number() protoreflect.EnumNumber
- func (x CustomMetric_MetricScope) String() string
- func (CustomMetric_MetricScope) Type() protoreflect.EnumType
- type CustomMetric_RestrictedMetricType
- func (CustomMetric_RestrictedMetricType) Descriptor() protoreflect.EnumDescriptor
- func (x CustomMetric_RestrictedMetricType) Enum() *CustomMetric_RestrictedMetricType
- func (CustomMetric_RestrictedMetricType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CustomMetric_RestrictedMetricType) Number() protoreflect.EnumNumber
- func (x CustomMetric_RestrictedMetricType) String() string
- func (CustomMetric_RestrictedMetricType) Type() protoreflect.EnumType
- type DataRedactionSettings
- func (*DataRedactionSettings) Descriptor() ([]byte, []int)deprecated
- func (x *DataRedactionSettings) GetEmailRedactionEnabled() bool
- func (x *DataRedactionSettings) GetName() string
- func (x *DataRedactionSettings) GetQueryParameterKeys() []string
- func (x *DataRedactionSettings) GetQueryParameterRedactionEnabled() bool
- func (*DataRedactionSettings) ProtoMessage()
- func (x *DataRedactionSettings) ProtoReflect() protoreflect.Message
- func (x *DataRedactionSettings) Reset()
- func (x *DataRedactionSettings) String() string
- type DataRetentionSettings
- func (*DataRetentionSettings) Descriptor() ([]byte, []int)deprecated
- func (x *DataRetentionSettings) GetEventDataRetention() DataRetentionSettings_RetentionDuration
- func (x *DataRetentionSettings) GetName() string
- func (x *DataRetentionSettings) GetResetUserDataOnNewActivity() bool
- func (*DataRetentionSettings) ProtoMessage()
- func (x *DataRetentionSettings) ProtoReflect() protoreflect.Message
- func (x *DataRetentionSettings) Reset()
- func (x *DataRetentionSettings) String() string
- type DataRetentionSettings_RetentionDuration
- func (DataRetentionSettings_RetentionDuration) Descriptor() protoreflect.EnumDescriptor
- func (x DataRetentionSettings_RetentionDuration) Enum() *DataRetentionSettings_RetentionDuration
- func (DataRetentionSettings_RetentionDuration) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataRetentionSettings_RetentionDuration) Number() protoreflect.EnumNumber
- func (x DataRetentionSettings_RetentionDuration) String() string
- func (DataRetentionSettings_RetentionDuration) Type() protoreflect.EnumType
- type DataSharingSettings
- func (*DataSharingSettings) Descriptor() ([]byte, []int)deprecated
- func (x *DataSharingSettings) GetName() string
- func (x *DataSharingSettings) GetSharingWithGoogleAnySalesEnabled() bool
- func (x *DataSharingSettings) GetSharingWithGoogleAssignedSalesEnabled() bool
- func (x *DataSharingSettings) GetSharingWithGoogleProductsEnabled() bool
- func (x *DataSharingSettings) GetSharingWithGoogleSupportEnabled() bool
- func (x *DataSharingSettings) GetSharingWithOthersEnabled() bool
- func (*DataSharingSettings) ProtoMessage()
- func (x *DataSharingSettings) ProtoReflect() protoreflect.Message
- func (x *DataSharingSettings) Reset()
- func (x *DataSharingSettings) String() string
- type DataStream
- func (*DataStream) Descriptor() ([]byte, []int)deprecated
- func (x *DataStream) GetAndroidAppStreamData() *DataStream_AndroidAppStreamData
- func (x *DataStream) GetCreateTime() *timestamppb.Timestamp
- func (x *DataStream) GetDisplayName() string
- func (x *DataStream) GetIosAppStreamData() *DataStream_IosAppStreamData
- func (x *DataStream) GetName() string
- func (m *DataStream) GetStreamData() isDataStream_StreamData
- func (x *DataStream) GetType() DataStream_DataStreamType
- func (x *DataStream) GetUpdateTime() *timestamppb.Timestamp
- func (x *DataStream) GetWebStreamData() *DataStream_WebStreamData
- func (*DataStream) ProtoMessage()
- func (x *DataStream) ProtoReflect() protoreflect.Message
- func (x *DataStream) Reset()
- func (x *DataStream) String() string
- type DataStream_AndroidAppStreamData
- func (*DataStream_AndroidAppStreamData) Descriptor() ([]byte, []int)deprecated
- func (x *DataStream_AndroidAppStreamData) GetFirebaseAppId() string
- func (x *DataStream_AndroidAppStreamData) GetPackageName() string
- func (*DataStream_AndroidAppStreamData) ProtoMessage()
- func (x *DataStream_AndroidAppStreamData) ProtoReflect() protoreflect.Message
- func (x *DataStream_AndroidAppStreamData) Reset()
- func (x *DataStream_AndroidAppStreamData) String() string
- type DataStream_AndroidAppStreamData_
- type DataStream_DataStreamType
- func (DataStream_DataStreamType) Descriptor() protoreflect.EnumDescriptor
- func (x DataStream_DataStreamType) Enum() *DataStream_DataStreamType
- func (DataStream_DataStreamType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataStream_DataStreamType) Number() protoreflect.EnumNumber
- func (x DataStream_DataStreamType) String() string
- func (DataStream_DataStreamType) Type() protoreflect.EnumType
- type DataStream_IosAppStreamData
- func (*DataStream_IosAppStreamData) Descriptor() ([]byte, []int)deprecated
- func (x *DataStream_IosAppStreamData) GetBundleId() string
- func (x *DataStream_IosAppStreamData) GetFirebaseAppId() string
- func (*DataStream_IosAppStreamData) ProtoMessage()
- func (x *DataStream_IosAppStreamData) ProtoReflect() protoreflect.Message
- func (x *DataStream_IosAppStreamData) Reset()
- func (x *DataStream_IosAppStreamData) String() string
- type DataStream_IosAppStreamData_
- type DataStream_WebStreamData
- func (*DataStream_WebStreamData) Descriptor() ([]byte, []int)deprecated
- func (x *DataStream_WebStreamData) GetDefaultUri() string
- func (x *DataStream_WebStreamData) GetFirebaseAppId() string
- func (x *DataStream_WebStreamData) GetMeasurementId() string
- func (*DataStream_WebStreamData) ProtoMessage()
- func (x *DataStream_WebStreamData) ProtoReflect() protoreflect.Message
- func (x *DataStream_WebStreamData) Reset()
- func (x *DataStream_WebStreamData) String() string
- type DataStream_WebStreamData_
- type DeleteAccessBindingRequest
- func (*DeleteAccessBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccessBindingRequest) GetName() string
- func (*DeleteAccessBindingRequest) ProtoMessage()
- func (x *DeleteAccessBindingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAccessBindingRequest) Reset()
- func (x *DeleteAccessBindingRequest) String() string
- type DeleteAccountRequest
- func (*DeleteAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccountRequest) GetName() string
- func (*DeleteAccountRequest) ProtoMessage()
- func (x *DeleteAccountRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAccountRequest) Reset()
- func (x *DeleteAccountRequest) String() string
- type DeleteAdSenseLinkRequest
- func (*DeleteAdSenseLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAdSenseLinkRequest) GetName() string
- func (*DeleteAdSenseLinkRequest) ProtoMessage()
- func (x *DeleteAdSenseLinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAdSenseLinkRequest) Reset()
- func (x *DeleteAdSenseLinkRequest) String() string
- type DeleteBigQueryLinkRequest
- func (*DeleteBigQueryLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBigQueryLinkRequest) GetName() string
- func (*DeleteBigQueryLinkRequest) ProtoMessage()
- func (x *DeleteBigQueryLinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBigQueryLinkRequest) Reset()
- func (x *DeleteBigQueryLinkRequest) String() string
- type DeleteCalculatedMetricRequest
- func (*DeleteCalculatedMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCalculatedMetricRequest) GetName() string
- func (*DeleteCalculatedMetricRequest) ProtoMessage()
- func (x *DeleteCalculatedMetricRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCalculatedMetricRequest) Reset()
- func (x *DeleteCalculatedMetricRequest) String() string
- type DeleteChannelGroupRequest
- func (*DeleteChannelGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteChannelGroupRequest) GetName() string
- func (*DeleteChannelGroupRequest) ProtoMessage()
- func (x *DeleteChannelGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteChannelGroupRequest) Reset()
- func (x *DeleteChannelGroupRequest) String() string
- type DeleteConnectedSiteTagRequest
- func (*DeleteConnectedSiteTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConnectedSiteTagRequest) GetProperty() string
- func (x *DeleteConnectedSiteTagRequest) GetTagId() string
- func (*DeleteConnectedSiteTagRequest) ProtoMessage()
- func (x *DeleteConnectedSiteTagRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConnectedSiteTagRequest) Reset()
- func (x *DeleteConnectedSiteTagRequest) String() string
- type DeleteConversionEventRequest
- func (*DeleteConversionEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConversionEventRequest) GetName() string
- func (*DeleteConversionEventRequest) ProtoMessage()
- func (x *DeleteConversionEventRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConversionEventRequest) Reset()
- func (x *DeleteConversionEventRequest) String() string
- type DeleteDataStreamRequest
- func (*DeleteDataStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataStreamRequest) GetName() string
- func (*DeleteDataStreamRequest) ProtoMessage()
- func (x *DeleteDataStreamRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDataStreamRequest) Reset()
- func (x *DeleteDataStreamRequest) String() string
- type DeleteDisplayVideo360AdvertiserLinkProposalRequest
- func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
- func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
- func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) Reset()
- func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) String() string
- type DeleteDisplayVideo360AdvertiserLinkRequest
- func (*DeleteDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDisplayVideo360AdvertiserLinkRequest) GetName() string
- func (*DeleteDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
- func (x *DeleteDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDisplayVideo360AdvertiserLinkRequest) Reset()
- func (x *DeleteDisplayVideo360AdvertiserLinkRequest) String() string
- type DeleteEventCreateRuleRequest
- func (*DeleteEventCreateRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEventCreateRuleRequest) GetName() string
- func (*DeleteEventCreateRuleRequest) ProtoMessage()
- func (x *DeleteEventCreateRuleRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEventCreateRuleRequest) Reset()
- func (x *DeleteEventCreateRuleRequest) String() string
- type DeleteEventEditRuleRequest
- func (*DeleteEventEditRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEventEditRuleRequest) GetName() string
- func (*DeleteEventEditRuleRequest) ProtoMessage()
- func (x *DeleteEventEditRuleRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEventEditRuleRequest) Reset()
- func (x *DeleteEventEditRuleRequest) String() string
- type DeleteExpandedDataSetRequest
- func (*DeleteExpandedDataSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteExpandedDataSetRequest) GetName() string
- func (*DeleteExpandedDataSetRequest) ProtoMessage()
- func (x *DeleteExpandedDataSetRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteExpandedDataSetRequest) Reset()
- func (x *DeleteExpandedDataSetRequest) String() string
- type DeleteFirebaseLinkRequest
- func (*DeleteFirebaseLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFirebaseLinkRequest) GetName() string
- func (*DeleteFirebaseLinkRequest) ProtoMessage()
- func (x *DeleteFirebaseLinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFirebaseLinkRequest) Reset()
- func (x *DeleteFirebaseLinkRequest) String() string
- type DeleteGoogleAdsLinkRequest
- func (*DeleteGoogleAdsLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGoogleAdsLinkRequest) GetName() string
- func (*DeleteGoogleAdsLinkRequest) ProtoMessage()
- func (x *DeleteGoogleAdsLinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteGoogleAdsLinkRequest) Reset()
- func (x *DeleteGoogleAdsLinkRequest) String() string
- type DeleteKeyEventRequest
- func (*DeleteKeyEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteKeyEventRequest) GetName() string
- func (*DeleteKeyEventRequest) ProtoMessage()
- func (x *DeleteKeyEventRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteKeyEventRequest) Reset()
- func (x *DeleteKeyEventRequest) String() string
- type DeleteMeasurementProtocolSecretRequest
- func (*DeleteMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMeasurementProtocolSecretRequest) GetName() string
- func (*DeleteMeasurementProtocolSecretRequest) ProtoMessage()
- func (x *DeleteMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteMeasurementProtocolSecretRequest) Reset()
- func (x *DeleteMeasurementProtocolSecretRequest) String() string
- type DeletePropertyRequest
- func (*DeletePropertyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePropertyRequest) GetName() string
- func (*DeletePropertyRequest) ProtoMessage()
- func (x *DeletePropertyRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePropertyRequest) Reset()
- func (x *DeletePropertyRequest) String() string
- type DeleteRollupPropertySourceLinkRequest
- func (*DeleteRollupPropertySourceLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRollupPropertySourceLinkRequest) GetName() string
- func (*DeleteRollupPropertySourceLinkRequest) ProtoMessage()
- func (x *DeleteRollupPropertySourceLinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRollupPropertySourceLinkRequest) Reset()
- func (x *DeleteRollupPropertySourceLinkRequest) String() string
- type DeleteSKAdNetworkConversionValueSchemaRequest
- func (*DeleteSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSKAdNetworkConversionValueSchemaRequest) GetName() string
- func (*DeleteSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
- func (x *DeleteSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSKAdNetworkConversionValueSchemaRequest) Reset()
- func (x *DeleteSKAdNetworkConversionValueSchemaRequest) String() string
- type DeleteSearchAds360LinkRequest
- func (*DeleteSearchAds360LinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSearchAds360LinkRequest) GetName() string
- func (*DeleteSearchAds360LinkRequest) ProtoMessage()
- func (x *DeleteSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSearchAds360LinkRequest) Reset()
- func (x *DeleteSearchAds360LinkRequest) String() string
- type DeleteSubpropertyEventFilterRequest
- func (*DeleteSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSubpropertyEventFilterRequest) GetName() string
- func (*DeleteSubpropertyEventFilterRequest) ProtoMessage()
- func (x *DeleteSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSubpropertyEventFilterRequest) Reset()
- func (x *DeleteSubpropertyEventFilterRequest) String() string
- type DisplayVideo360AdvertiserLink
- func (*DisplayVideo360AdvertiserLink) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayVideo360AdvertiserLink) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
- func (x *DisplayVideo360AdvertiserLink) GetAdvertiserDisplayName() string
- func (x *DisplayVideo360AdvertiserLink) GetAdvertiserId() string
- func (x *DisplayVideo360AdvertiserLink) GetCampaignDataSharingEnabled() *wrapperspb.BoolValue
- func (x *DisplayVideo360AdvertiserLink) GetCostDataSharingEnabled() *wrapperspb.BoolValue
- func (x *DisplayVideo360AdvertiserLink) GetName() string
- func (*DisplayVideo360AdvertiserLink) ProtoMessage()
- func (x *DisplayVideo360AdvertiserLink) ProtoReflect() protoreflect.Message
- func (x *DisplayVideo360AdvertiserLink) Reset()
- func (x *DisplayVideo360AdvertiserLink) String() string
- type DisplayVideo360AdvertiserLinkProposal
- func (*DisplayVideo360AdvertiserLinkProposal) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayVideo360AdvertiserLinkProposal) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
- func (x *DisplayVideo360AdvertiserLinkProposal) GetAdvertiserDisplayName() string
- func (x *DisplayVideo360AdvertiserLinkProposal) GetAdvertiserId() string
- func (x *DisplayVideo360AdvertiserLinkProposal) GetCampaignDataSharingEnabled() *wrapperspb.BoolValue
- func (x *DisplayVideo360AdvertiserLinkProposal) GetCostDataSharingEnabled() *wrapperspb.BoolValue
- func (x *DisplayVideo360AdvertiserLinkProposal) GetLinkProposalStatusDetails() *LinkProposalStatusDetails
- func (x *DisplayVideo360AdvertiserLinkProposal) GetName() string
- func (x *DisplayVideo360AdvertiserLinkProposal) GetValidationEmail() string
- func (*DisplayVideo360AdvertiserLinkProposal) ProtoMessage()
- func (x *DisplayVideo360AdvertiserLinkProposal) ProtoReflect() protoreflect.Message
- func (x *DisplayVideo360AdvertiserLinkProposal) Reset()
- func (x *DisplayVideo360AdvertiserLinkProposal) String() string
- type EnhancedMeasurementSettings
- func (*EnhancedMeasurementSettings) Descriptor() ([]byte, []int)deprecated
- func (x *EnhancedMeasurementSettings) GetFileDownloadsEnabled() bool
- func (x *EnhancedMeasurementSettings) GetFormInteractionsEnabled() bool
- func (x *EnhancedMeasurementSettings) GetName() string
- func (x *EnhancedMeasurementSettings) GetOutboundClicksEnabled() bool
- func (x *EnhancedMeasurementSettings) GetPageChangesEnabled() bool
- func (x *EnhancedMeasurementSettings) GetScrollsEnabled() bool
- func (x *EnhancedMeasurementSettings) GetSearchQueryParameter() string
- func (x *EnhancedMeasurementSettings) GetSiteSearchEnabled() bool
- func (x *EnhancedMeasurementSettings) GetStreamEnabled() bool
- func (x *EnhancedMeasurementSettings) GetUriQueryParameter() string
- func (x *EnhancedMeasurementSettings) GetVideoEngagementEnabled() bool
- func (*EnhancedMeasurementSettings) ProtoMessage()
- func (x *EnhancedMeasurementSettings) ProtoReflect() protoreflect.Message
- func (x *EnhancedMeasurementSettings) Reset()
- func (x *EnhancedMeasurementSettings) String() string
- type EventCreateRule
- func (*EventCreateRule) Descriptor() ([]byte, []int)deprecated
- func (x *EventCreateRule) GetDestinationEvent() string
- func (x *EventCreateRule) GetEventConditions() []*MatchingCondition
- func (x *EventCreateRule) GetName() string
- func (x *EventCreateRule) GetParameterMutations() []*ParameterMutation
- func (x *EventCreateRule) GetSourceCopyParameters() bool
- func (*EventCreateRule) ProtoMessage()
- func (x *EventCreateRule) ProtoReflect() protoreflect.Message
- func (x *EventCreateRule) Reset()
- func (x *EventCreateRule) String() string
- type EventEditRule
- func (*EventEditRule) Descriptor() ([]byte, []int)deprecated
- func (x *EventEditRule) GetDisplayName() string
- func (x *EventEditRule) GetEventConditions() []*MatchingCondition
- func (x *EventEditRule) GetName() string
- func (x *EventEditRule) GetParameterMutations() []*ParameterMutation
- func (x *EventEditRule) GetProcessingOrder() int64
- func (*EventEditRule) ProtoMessage()
- func (x *EventEditRule) ProtoReflect() protoreflect.Message
- func (x *EventEditRule) Reset()
- func (x *EventEditRule) String() string
- type EventMapping
- func (*EventMapping) Descriptor() ([]byte, []int)deprecated
- func (x *EventMapping) GetEventName() string
- func (x *EventMapping) GetMaxEventCount() int64
- func (x *EventMapping) GetMaxEventValue() float64
- func (x *EventMapping) GetMinEventCount() int64
- func (x *EventMapping) GetMinEventValue() float64
- func (*EventMapping) ProtoMessage()
- func (x *EventMapping) ProtoReflect() protoreflect.Message
- func (x *EventMapping) Reset()
- func (x *EventMapping) String() string
- type ExpandedDataSet
- func (*ExpandedDataSet) Descriptor() ([]byte, []int)deprecated
- func (x *ExpandedDataSet) GetDataCollectionStartTime() *timestamppb.Timestamp
- func (x *ExpandedDataSet) GetDescription() string
- func (x *ExpandedDataSet) GetDimensionFilterExpression() *ExpandedDataSetFilterExpression
- func (x *ExpandedDataSet) GetDimensionNames() []string
- func (x *ExpandedDataSet) GetDisplayName() string
- func (x *ExpandedDataSet) GetMetricNames() []string
- func (x *ExpandedDataSet) GetName() string
- func (*ExpandedDataSet) ProtoMessage()
- func (x *ExpandedDataSet) ProtoReflect() protoreflect.Message
- func (x *ExpandedDataSet) Reset()
- func (x *ExpandedDataSet) String() string
- type ExpandedDataSetFilter
- func (*ExpandedDataSetFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ExpandedDataSetFilter) GetFieldName() string
- func (x *ExpandedDataSetFilter) GetInListFilter() *ExpandedDataSetFilter_InListFilter
- func (m *ExpandedDataSetFilter) GetOneFilter() isExpandedDataSetFilter_OneFilter
- func (x *ExpandedDataSetFilter) GetStringFilter() *ExpandedDataSetFilter_StringFilter
- func (*ExpandedDataSetFilter) ProtoMessage()
- func (x *ExpandedDataSetFilter) ProtoReflect() protoreflect.Message
- func (x *ExpandedDataSetFilter) Reset()
- func (x *ExpandedDataSetFilter) String() string
- type ExpandedDataSetFilterExpression
- func (*ExpandedDataSetFilterExpression) Descriptor() ([]byte, []int)deprecated
- func (x *ExpandedDataSetFilterExpression) GetAndGroup() *ExpandedDataSetFilterExpressionList
- func (m *ExpandedDataSetFilterExpression) GetExpr() isExpandedDataSetFilterExpression_Expr
- func (x *ExpandedDataSetFilterExpression) GetFilter() *ExpandedDataSetFilter
- func (x *ExpandedDataSetFilterExpression) GetNotExpression() *ExpandedDataSetFilterExpression
- func (*ExpandedDataSetFilterExpression) ProtoMessage()
- func (x *ExpandedDataSetFilterExpression) ProtoReflect() protoreflect.Message
- func (x *ExpandedDataSetFilterExpression) Reset()
- func (x *ExpandedDataSetFilterExpression) String() string
- type ExpandedDataSetFilterExpressionList
- func (*ExpandedDataSetFilterExpressionList) Descriptor() ([]byte, []int)deprecated
- func (x *ExpandedDataSetFilterExpressionList) GetFilterExpressions() []*ExpandedDataSetFilterExpression
- func (*ExpandedDataSetFilterExpressionList) ProtoMessage()
- func (x *ExpandedDataSetFilterExpressionList) ProtoReflect() protoreflect.Message
- func (x *ExpandedDataSetFilterExpressionList) Reset()
- func (x *ExpandedDataSetFilterExpressionList) String() string
- type ExpandedDataSetFilterExpression_AndGroup
- type ExpandedDataSetFilterExpression_Filter
- type ExpandedDataSetFilterExpression_NotExpression
- type ExpandedDataSetFilter_InListFilter
- func (*ExpandedDataSetFilter_InListFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ExpandedDataSetFilter_InListFilter) GetCaseSensitive() bool
- func (x *ExpandedDataSetFilter_InListFilter) GetValues() []string
- func (*ExpandedDataSetFilter_InListFilter) ProtoMessage()
- func (x *ExpandedDataSetFilter_InListFilter) ProtoReflect() protoreflect.Message
- func (x *ExpandedDataSetFilter_InListFilter) Reset()
- func (x *ExpandedDataSetFilter_InListFilter) String() string
- type ExpandedDataSetFilter_InListFilter_
- type ExpandedDataSetFilter_StringFilter
- func (*ExpandedDataSetFilter_StringFilter) Descriptor() ([]byte, []int)deprecated
- func (x *ExpandedDataSetFilter_StringFilter) GetCaseSensitive() bool
- func (x *ExpandedDataSetFilter_StringFilter) GetMatchType() ExpandedDataSetFilter_StringFilter_MatchType
- func (x *ExpandedDataSetFilter_StringFilter) GetValue() string
- func (*ExpandedDataSetFilter_StringFilter) ProtoMessage()
- func (x *ExpandedDataSetFilter_StringFilter) ProtoReflect() protoreflect.Message
- func (x *ExpandedDataSetFilter_StringFilter) Reset()
- func (x *ExpandedDataSetFilter_StringFilter) String() string
- type ExpandedDataSetFilter_StringFilter_
- type ExpandedDataSetFilter_StringFilter_MatchType
- func (ExpandedDataSetFilter_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
- func (x ExpandedDataSetFilter_StringFilter_MatchType) Enum() *ExpandedDataSetFilter_StringFilter_MatchType
- func (ExpandedDataSetFilter_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExpandedDataSetFilter_StringFilter_MatchType) Number() protoreflect.EnumNumber
- func (x ExpandedDataSetFilter_StringFilter_MatchType) String() string
- func (ExpandedDataSetFilter_StringFilter_MatchType) Type() protoreflect.EnumType
- type FetchAutomatedGa4ConfigurationOptOutRequest
- func (*FetchAutomatedGa4ConfigurationOptOutRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FetchAutomatedGa4ConfigurationOptOutRequest) GetProperty() string
- func (*FetchAutomatedGa4ConfigurationOptOutRequest) ProtoMessage()
- func (x *FetchAutomatedGa4ConfigurationOptOutRequest) ProtoReflect() protoreflect.Message
- func (x *FetchAutomatedGa4ConfigurationOptOutRequest) Reset()
- func (x *FetchAutomatedGa4ConfigurationOptOutRequest) String() string
- type FetchAutomatedGa4ConfigurationOptOutResponse
- func (*FetchAutomatedGa4ConfigurationOptOutResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchAutomatedGa4ConfigurationOptOutResponse) GetOptOut() bool
- func (*FetchAutomatedGa4ConfigurationOptOutResponse) ProtoMessage()
- func (x *FetchAutomatedGa4ConfigurationOptOutResponse) ProtoReflect() protoreflect.Message
- func (x *FetchAutomatedGa4ConfigurationOptOutResponse) Reset()
- func (x *FetchAutomatedGa4ConfigurationOptOutResponse) String() string
- type FetchConnectedGa4PropertyRequest
- func (*FetchConnectedGa4PropertyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FetchConnectedGa4PropertyRequest) GetProperty() string
- func (*FetchConnectedGa4PropertyRequest) ProtoMessage()
- func (x *FetchConnectedGa4PropertyRequest) ProtoReflect() protoreflect.Message
- func (x *FetchConnectedGa4PropertyRequest) Reset()
- func (x *FetchConnectedGa4PropertyRequest) String() string
- type FetchConnectedGa4PropertyResponse
- func (*FetchConnectedGa4PropertyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchConnectedGa4PropertyResponse) GetProperty() string
- func (*FetchConnectedGa4PropertyResponse) ProtoMessage()
- func (x *FetchConnectedGa4PropertyResponse) ProtoReflect() protoreflect.Message
- func (x *FetchConnectedGa4PropertyResponse) Reset()
- func (x *FetchConnectedGa4PropertyResponse) String() string
- type FirebaseLink
- func (*FirebaseLink) Descriptor() ([]byte, []int)deprecated
- func (x *FirebaseLink) GetCreateTime() *timestamppb.Timestamp
- func (x *FirebaseLink) GetName() string
- func (x *FirebaseLink) GetProject() string
- func (*FirebaseLink) ProtoMessage()
- func (x *FirebaseLink) ProtoReflect() protoreflect.Message
- func (x *FirebaseLink) Reset()
- func (x *FirebaseLink) String() string
- type GetAccessBindingRequest
- func (*GetAccessBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccessBindingRequest) GetName() string
- func (*GetAccessBindingRequest) ProtoMessage()
- func (x *GetAccessBindingRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccessBindingRequest) Reset()
- func (x *GetAccessBindingRequest) String() string
- type GetAccountRequest
- type GetAdSenseLinkRequest
- func (*GetAdSenseLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAdSenseLinkRequest) GetName() string
- func (*GetAdSenseLinkRequest) ProtoMessage()
- func (x *GetAdSenseLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetAdSenseLinkRequest) Reset()
- func (x *GetAdSenseLinkRequest) String() string
- type GetAttributionSettingsRequest
- func (*GetAttributionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAttributionSettingsRequest) GetName() string
- func (*GetAttributionSettingsRequest) ProtoMessage()
- func (x *GetAttributionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAttributionSettingsRequest) Reset()
- func (x *GetAttributionSettingsRequest) String() string
- type GetAudienceRequest
- func (*GetAudienceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAudienceRequest) GetName() string
- func (*GetAudienceRequest) ProtoMessage()
- func (x *GetAudienceRequest) ProtoReflect() protoreflect.Message
- func (x *GetAudienceRequest) Reset()
- func (x *GetAudienceRequest) String() string
- type GetBigQueryLinkRequest
- func (*GetBigQueryLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBigQueryLinkRequest) GetName() string
- func (*GetBigQueryLinkRequest) ProtoMessage()
- func (x *GetBigQueryLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetBigQueryLinkRequest) Reset()
- func (x *GetBigQueryLinkRequest) String() string
- type GetCalculatedMetricRequest
- func (*GetCalculatedMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCalculatedMetricRequest) GetName() string
- func (*GetCalculatedMetricRequest) ProtoMessage()
- func (x *GetCalculatedMetricRequest) ProtoReflect() protoreflect.Message
- func (x *GetCalculatedMetricRequest) Reset()
- func (x *GetCalculatedMetricRequest) String() string
- type GetChannelGroupRequest
- func (*GetChannelGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetChannelGroupRequest) GetName() string
- func (*GetChannelGroupRequest) ProtoMessage()
- func (x *GetChannelGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetChannelGroupRequest) Reset()
- func (x *GetChannelGroupRequest) String() string
- type GetConversionEventRequest
- func (*GetConversionEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConversionEventRequest) GetName() string
- func (*GetConversionEventRequest) ProtoMessage()
- func (x *GetConversionEventRequest) ProtoReflect() protoreflect.Message
- func (x *GetConversionEventRequest) Reset()
- func (x *GetConversionEventRequest) String() string
- type GetCustomDimensionRequest
- func (*GetCustomDimensionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomDimensionRequest) GetName() string
- func (*GetCustomDimensionRequest) ProtoMessage()
- func (x *GetCustomDimensionRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomDimensionRequest) Reset()
- func (x *GetCustomDimensionRequest) String() string
- type GetCustomMetricRequest
- func (*GetCustomMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCustomMetricRequest) GetName() string
- func (*GetCustomMetricRequest) ProtoMessage()
- func (x *GetCustomMetricRequest) ProtoReflect() protoreflect.Message
- func (x *GetCustomMetricRequest) Reset()
- func (x *GetCustomMetricRequest) String() string
- type GetDataRedactionSettingsRequest
- func (*GetDataRedactionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataRedactionSettingsRequest) GetName() string
- func (*GetDataRedactionSettingsRequest) ProtoMessage()
- func (x *GetDataRedactionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataRedactionSettingsRequest) Reset()
- func (x *GetDataRedactionSettingsRequest) String() string
- type GetDataRetentionSettingsRequest
- func (*GetDataRetentionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataRetentionSettingsRequest) GetName() string
- func (*GetDataRetentionSettingsRequest) ProtoMessage()
- func (x *GetDataRetentionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataRetentionSettingsRequest) Reset()
- func (x *GetDataRetentionSettingsRequest) String() string
- type GetDataSharingSettingsRequest
- func (*GetDataSharingSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataSharingSettingsRequest) GetName() string
- func (*GetDataSharingSettingsRequest) ProtoMessage()
- func (x *GetDataSharingSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataSharingSettingsRequest) Reset()
- func (x *GetDataSharingSettingsRequest) String() string
- type GetDataStreamRequest
- func (*GetDataStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataStreamRequest) GetName() string
- func (*GetDataStreamRequest) ProtoMessage()
- func (x *GetDataStreamRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataStreamRequest) Reset()
- func (x *GetDataStreamRequest) String() string
- type GetDisplayVideo360AdvertiserLinkProposalRequest
- func (*GetDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
- func (*GetDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
- func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
- func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) Reset()
- func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) String() string
- type GetDisplayVideo360AdvertiserLinkRequest
- func (*GetDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDisplayVideo360AdvertiserLinkRequest) GetName() string
- func (*GetDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
- func (x *GetDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetDisplayVideo360AdvertiserLinkRequest) Reset()
- func (x *GetDisplayVideo360AdvertiserLinkRequest) String() string
- type GetEnhancedMeasurementSettingsRequest
- func (*GetEnhancedMeasurementSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnhancedMeasurementSettingsRequest) GetName() string
- func (*GetEnhancedMeasurementSettingsRequest) ProtoMessage()
- func (x *GetEnhancedMeasurementSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetEnhancedMeasurementSettingsRequest) Reset()
- func (x *GetEnhancedMeasurementSettingsRequest) String() string
- type GetEventCreateRuleRequest
- func (*GetEventCreateRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEventCreateRuleRequest) GetName() string
- func (*GetEventCreateRuleRequest) ProtoMessage()
- func (x *GetEventCreateRuleRequest) ProtoReflect() protoreflect.Message
- func (x *GetEventCreateRuleRequest) Reset()
- func (x *GetEventCreateRuleRequest) String() string
- type GetEventEditRuleRequest
- func (*GetEventEditRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEventEditRuleRequest) GetName() string
- func (*GetEventEditRuleRequest) ProtoMessage()
- func (x *GetEventEditRuleRequest) ProtoReflect() protoreflect.Message
- func (x *GetEventEditRuleRequest) Reset()
- func (x *GetEventEditRuleRequest) String() string
- type GetExpandedDataSetRequest
- func (*GetExpandedDataSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExpandedDataSetRequest) GetName() string
- func (*GetExpandedDataSetRequest) ProtoMessage()
- func (x *GetExpandedDataSetRequest) ProtoReflect() protoreflect.Message
- func (x *GetExpandedDataSetRequest) Reset()
- func (x *GetExpandedDataSetRequest) String() string
- type GetGlobalSiteTagRequest
- func (*GetGlobalSiteTagRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGlobalSiteTagRequest) GetName() string
- func (*GetGlobalSiteTagRequest) ProtoMessage()
- func (x *GetGlobalSiteTagRequest) ProtoReflect() protoreflect.Message
- func (x *GetGlobalSiteTagRequest) Reset()
- func (x *GetGlobalSiteTagRequest) String() string
- type GetGoogleSignalsSettingsRequest
- func (*GetGoogleSignalsSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGoogleSignalsSettingsRequest) GetName() string
- func (*GetGoogleSignalsSettingsRequest) ProtoMessage()
- func (x *GetGoogleSignalsSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetGoogleSignalsSettingsRequest) Reset()
- func (x *GetGoogleSignalsSettingsRequest) String() string
- type GetKeyEventRequest
- func (*GetKeyEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetKeyEventRequest) GetName() string
- func (*GetKeyEventRequest) ProtoMessage()
- func (x *GetKeyEventRequest) ProtoReflect() protoreflect.Message
- func (x *GetKeyEventRequest) Reset()
- func (x *GetKeyEventRequest) String() string
- type GetMeasurementProtocolSecretRequest
- func (*GetMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeasurementProtocolSecretRequest) GetName() string
- func (*GetMeasurementProtocolSecretRequest) ProtoMessage()
- func (x *GetMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeasurementProtocolSecretRequest) Reset()
- func (x *GetMeasurementProtocolSecretRequest) String() string
- type GetPropertyRequest
- func (*GetPropertyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPropertyRequest) GetName() string
- func (*GetPropertyRequest) ProtoMessage()
- func (x *GetPropertyRequest) ProtoReflect() protoreflect.Message
- func (x *GetPropertyRequest) Reset()
- func (x *GetPropertyRequest) String() string
- type GetRollupPropertySourceLinkRequest
- func (*GetRollupPropertySourceLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRollupPropertySourceLinkRequest) GetName() string
- func (*GetRollupPropertySourceLinkRequest) ProtoMessage()
- func (x *GetRollupPropertySourceLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetRollupPropertySourceLinkRequest) Reset()
- func (x *GetRollupPropertySourceLinkRequest) String() string
- type GetSKAdNetworkConversionValueSchemaRequest
- func (*GetSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSKAdNetworkConversionValueSchemaRequest) GetName() string
- func (*GetSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
- func (x *GetSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *GetSKAdNetworkConversionValueSchemaRequest) Reset()
- func (x *GetSKAdNetworkConversionValueSchemaRequest) String() string
- type GetSearchAds360LinkRequest
- func (*GetSearchAds360LinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSearchAds360LinkRequest) GetName() string
- func (*GetSearchAds360LinkRequest) ProtoMessage()
- func (x *GetSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetSearchAds360LinkRequest) Reset()
- func (x *GetSearchAds360LinkRequest) String() string
- type GetSubpropertyEventFilterRequest
- func (*GetSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubpropertyEventFilterRequest) GetName() string
- func (*GetSubpropertyEventFilterRequest) ProtoMessage()
- func (x *GetSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
- func (x *GetSubpropertyEventFilterRequest) Reset()
- func (x *GetSubpropertyEventFilterRequest) String() string
- type GlobalSiteTag
- func (*GlobalSiteTag) Descriptor() ([]byte, []int)deprecated
- func (x *GlobalSiteTag) GetName() string
- func (x *GlobalSiteTag) GetSnippet() string
- func (*GlobalSiteTag) ProtoMessage()
- func (x *GlobalSiteTag) ProtoReflect() protoreflect.Message
- func (x *GlobalSiteTag) Reset()
- func (x *GlobalSiteTag) String() string
- type GoogleAdsLink
- func (*GoogleAdsLink) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleAdsLink) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
- func (x *GoogleAdsLink) GetCanManageClients() bool
- func (x *GoogleAdsLink) GetCreateTime() *timestamppb.Timestamp
- func (x *GoogleAdsLink) GetCreatorEmailAddress() string
- func (x *GoogleAdsLink) GetCustomerId() string
- func (x *GoogleAdsLink) GetName() string
- func (x *GoogleAdsLink) GetUpdateTime() *timestamppb.Timestamp
- func (*GoogleAdsLink) ProtoMessage()
- func (x *GoogleAdsLink) ProtoReflect() protoreflect.Message
- func (x *GoogleAdsLink) Reset()
- func (x *GoogleAdsLink) String() string
- type GoogleSignalsConsent
- func (GoogleSignalsConsent) Descriptor() protoreflect.EnumDescriptor
- func (x GoogleSignalsConsent) Enum() *GoogleSignalsConsent
- func (GoogleSignalsConsent) EnumDescriptor() ([]byte, []int)deprecated
- func (x GoogleSignalsConsent) Number() protoreflect.EnumNumber
- func (x GoogleSignalsConsent) String() string
- func (GoogleSignalsConsent) Type() protoreflect.EnumType
- type GoogleSignalsSettings
- func (*GoogleSignalsSettings) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleSignalsSettings) GetConsent() GoogleSignalsConsent
- func (x *GoogleSignalsSettings) GetName() string
- func (x *GoogleSignalsSettings) GetState() GoogleSignalsState
- func (*GoogleSignalsSettings) ProtoMessage()
- func (x *GoogleSignalsSettings) ProtoReflect() protoreflect.Message
- func (x *GoogleSignalsSettings) Reset()
- func (x *GoogleSignalsSettings) String() string
- type GoogleSignalsState
- func (GoogleSignalsState) Descriptor() protoreflect.EnumDescriptor
- func (x GoogleSignalsState) Enum() *GoogleSignalsState
- func (GoogleSignalsState) EnumDescriptor() ([]byte, []int)deprecated
- func (x GoogleSignalsState) Number() protoreflect.EnumNumber
- func (x GoogleSignalsState) String() string
- func (GoogleSignalsState) Type() protoreflect.EnumType
- type GroupingRule
- func (*GroupingRule) Descriptor() ([]byte, []int)deprecated
- func (x *GroupingRule) GetDisplayName() string
- func (x *GroupingRule) GetExpression() *ChannelGroupFilterExpression
- func (*GroupingRule) ProtoMessage()
- func (x *GroupingRule) ProtoReflect() protoreflect.Message
- func (x *GroupingRule) Reset()
- func (x *GroupingRule) String() string
- type IndustryCategory
- func (IndustryCategory) Descriptor() protoreflect.EnumDescriptor
- func (x IndustryCategory) Enum() *IndustryCategory
- func (IndustryCategory) EnumDescriptor() ([]byte, []int)deprecated
- func (x IndustryCategory) Number() protoreflect.EnumNumber
- func (x IndustryCategory) String() string
- func (IndustryCategory) Type() protoreflect.EnumType
- type KeyEvent
- func (*KeyEvent) Descriptor() ([]byte, []int)deprecated
- func (x *KeyEvent) GetCountingMethod() KeyEvent_CountingMethod
- func (x *KeyEvent) GetCreateTime() *timestamppb.Timestamp
- func (x *KeyEvent) GetCustom() bool
- func (x *KeyEvent) GetDefaultValue() *KeyEvent_DefaultValue
- func (x *KeyEvent) GetDeletable() bool
- func (x *KeyEvent) GetEventName() string
- func (x *KeyEvent) GetName() string
- func (*KeyEvent) ProtoMessage()
- func (x *KeyEvent) ProtoReflect() protoreflect.Message
- func (x *KeyEvent) Reset()
- func (x *KeyEvent) String() string
- type KeyEvent_CountingMethod
- func (KeyEvent_CountingMethod) Descriptor() protoreflect.EnumDescriptor
- func (x KeyEvent_CountingMethod) Enum() *KeyEvent_CountingMethod
- func (KeyEvent_CountingMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x KeyEvent_CountingMethod) Number() protoreflect.EnumNumber
- func (x KeyEvent_CountingMethod) String() string
- func (KeyEvent_CountingMethod) Type() protoreflect.EnumType
- type KeyEvent_DefaultValue
- func (*KeyEvent_DefaultValue) Descriptor() ([]byte, []int)deprecated
- func (x *KeyEvent_DefaultValue) GetCurrencyCode() string
- func (x *KeyEvent_DefaultValue) GetNumericValue() float64
- func (*KeyEvent_DefaultValue) ProtoMessage()
- func (x *KeyEvent_DefaultValue) ProtoReflect() protoreflect.Message
- func (x *KeyEvent_DefaultValue) Reset()
- func (x *KeyEvent_DefaultValue) String() string
- type LinkProposalInitiatingProduct
- func (LinkProposalInitiatingProduct) Descriptor() protoreflect.EnumDescriptor
- func (x LinkProposalInitiatingProduct) Enum() *LinkProposalInitiatingProduct
- func (LinkProposalInitiatingProduct) EnumDescriptor() ([]byte, []int)deprecated
- func (x LinkProposalInitiatingProduct) Number() protoreflect.EnumNumber
- func (x LinkProposalInitiatingProduct) String() string
- func (LinkProposalInitiatingProduct) Type() protoreflect.EnumType
- type LinkProposalState
- func (LinkProposalState) Descriptor() protoreflect.EnumDescriptor
- func (x LinkProposalState) Enum() *LinkProposalState
- func (LinkProposalState) EnumDescriptor() ([]byte, []int)deprecated
- func (x LinkProposalState) Number() protoreflect.EnumNumber
- func (x LinkProposalState) String() string
- func (LinkProposalState) Type() protoreflect.EnumType
- type LinkProposalStatusDetails
- func (*LinkProposalStatusDetails) Descriptor() ([]byte, []int)deprecated
- func (x *LinkProposalStatusDetails) GetLinkProposalInitiatingProduct() LinkProposalInitiatingProduct
- func (x *LinkProposalStatusDetails) GetLinkProposalState() LinkProposalState
- func (x *LinkProposalStatusDetails) GetRequestorEmail() string
- func (*LinkProposalStatusDetails) ProtoMessage()
- func (x *LinkProposalStatusDetails) ProtoReflect() protoreflect.Message
- func (x *LinkProposalStatusDetails) Reset()
- func (x *LinkProposalStatusDetails) String() string
- type ListAccessBindingsRequest
- func (*ListAccessBindingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccessBindingsRequest) GetPageSize() int32
- func (x *ListAccessBindingsRequest) GetPageToken() string
- func (x *ListAccessBindingsRequest) GetParent() string
- func (*ListAccessBindingsRequest) ProtoMessage()
- func (x *ListAccessBindingsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAccessBindingsRequest) Reset()
- func (x *ListAccessBindingsRequest) String() string
- type ListAccessBindingsResponse
- func (*ListAccessBindingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccessBindingsResponse) GetAccessBindings() []*AccessBinding
- func (x *ListAccessBindingsResponse) GetNextPageToken() string
- func (*ListAccessBindingsResponse) ProtoMessage()
- func (x *ListAccessBindingsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAccessBindingsResponse) Reset()
- func (x *ListAccessBindingsResponse) String() string
- type ListAccountSummariesRequest
- func (*ListAccountSummariesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountSummariesRequest) GetPageSize() int32
- func (x *ListAccountSummariesRequest) GetPageToken() string
- func (*ListAccountSummariesRequest) ProtoMessage()
- func (x *ListAccountSummariesRequest) ProtoReflect() protoreflect.Message
- func (x *ListAccountSummariesRequest) Reset()
- func (x *ListAccountSummariesRequest) String() string
- type ListAccountSummariesResponse
- func (*ListAccountSummariesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountSummariesResponse) GetAccountSummaries() []*AccountSummary
- func (x *ListAccountSummariesResponse) GetNextPageToken() string
- func (*ListAccountSummariesResponse) ProtoMessage()
- func (x *ListAccountSummariesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAccountSummariesResponse) Reset()
- func (x *ListAccountSummariesResponse) String() string
- type ListAccountsRequest
- func (*ListAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountsRequest) GetPageSize() int32
- func (x *ListAccountsRequest) GetPageToken() string
- func (x *ListAccountsRequest) GetShowDeleted() bool
- func (*ListAccountsRequest) ProtoMessage()
- func (x *ListAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAccountsRequest) Reset()
- func (x *ListAccountsRequest) String() string
- type ListAccountsResponse
- func (*ListAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAccountsResponse) GetAccounts() []*Account
- func (x *ListAccountsResponse) GetNextPageToken() string
- func (*ListAccountsResponse) ProtoMessage()
- func (x *ListAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAccountsResponse) Reset()
- func (x *ListAccountsResponse) String() string
- type ListAdSenseLinksRequest
- func (*ListAdSenseLinksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAdSenseLinksRequest) GetPageSize() int32
- func (x *ListAdSenseLinksRequest) GetPageToken() string
- func (x *ListAdSenseLinksRequest) GetParent() string
- func (*ListAdSenseLinksRequest) ProtoMessage()
- func (x *ListAdSenseLinksRequest) ProtoReflect() protoreflect.Message
- func (x *ListAdSenseLinksRequest) Reset()
- func (x *ListAdSenseLinksRequest) String() string
- type ListAdSenseLinksResponse
- func (*ListAdSenseLinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAdSenseLinksResponse) GetAdsenseLinks() []*AdSenseLink
- func (x *ListAdSenseLinksResponse) GetNextPageToken() string
- func (*ListAdSenseLinksResponse) ProtoMessage()
- func (x *ListAdSenseLinksResponse) ProtoReflect() protoreflect.Message
- func (x *ListAdSenseLinksResponse) Reset()
- func (x *ListAdSenseLinksResponse) String() string
- type ListAudiencesRequest
- func (*ListAudiencesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAudiencesRequest) GetPageSize() int32
- func (x *ListAudiencesRequest) GetPageToken() string
- func (x *ListAudiencesRequest) GetParent() string
- func (*ListAudiencesRequest) ProtoMessage()
- func (x *ListAudiencesRequest) ProtoReflect() protoreflect.Message
- func (x *ListAudiencesRequest) Reset()
- func (x *ListAudiencesRequest) String() string
- type ListAudiencesResponse
- func (*ListAudiencesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAudiencesResponse) GetAudiences() []*Audience
- func (x *ListAudiencesResponse) GetNextPageToken() string
- func (*ListAudiencesResponse) ProtoMessage()
- func (x *ListAudiencesResponse) ProtoReflect() protoreflect.Message
- func (x *ListAudiencesResponse) Reset()
- func (x *ListAudiencesResponse) String() string
- type ListBigQueryLinksRequest
- func (*ListBigQueryLinksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBigQueryLinksRequest) GetPageSize() int32
- func (x *ListBigQueryLinksRequest) GetPageToken() string
- func (x *ListBigQueryLinksRequest) GetParent() string
- func (*ListBigQueryLinksRequest) ProtoMessage()
- func (x *ListBigQueryLinksRequest) ProtoReflect() protoreflect.Message
- func (x *ListBigQueryLinksRequest) Reset()
- func (x *ListBigQueryLinksRequest) String() string
- type ListBigQueryLinksResponse
- func (*ListBigQueryLinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBigQueryLinksResponse) GetBigqueryLinks() []*BigQueryLink
- func (x *ListBigQueryLinksResponse) GetNextPageToken() string
- func (*ListBigQueryLinksResponse) ProtoMessage()
- func (x *ListBigQueryLinksResponse) ProtoReflect() protoreflect.Message
- func (x *ListBigQueryLinksResponse) Reset()
- func (x *ListBigQueryLinksResponse) String() string
- type ListCalculatedMetricsRequest
- func (*ListCalculatedMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCalculatedMetricsRequest) GetPageSize() int32
- func (x *ListCalculatedMetricsRequest) GetPageToken() string
- func (x *ListCalculatedMetricsRequest) GetParent() string
- func (*ListCalculatedMetricsRequest) ProtoMessage()
- func (x *ListCalculatedMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCalculatedMetricsRequest) Reset()
- func (x *ListCalculatedMetricsRequest) String() string
- type ListCalculatedMetricsResponse
- func (*ListCalculatedMetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCalculatedMetricsResponse) GetCalculatedMetrics() []*CalculatedMetric
- func (x *ListCalculatedMetricsResponse) GetNextPageToken() string
- func (*ListCalculatedMetricsResponse) ProtoMessage()
- func (x *ListCalculatedMetricsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCalculatedMetricsResponse) Reset()
- func (x *ListCalculatedMetricsResponse) String() string
- type ListChannelGroupsRequest
- func (*ListChannelGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListChannelGroupsRequest) GetPageSize() int32
- func (x *ListChannelGroupsRequest) GetPageToken() string
- func (x *ListChannelGroupsRequest) GetParent() string
- func (*ListChannelGroupsRequest) ProtoMessage()
- func (x *ListChannelGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListChannelGroupsRequest) Reset()
- func (x *ListChannelGroupsRequest) String() string
- type ListChannelGroupsResponse
- func (*ListChannelGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListChannelGroupsResponse) GetChannelGroups() []*ChannelGroup
- func (x *ListChannelGroupsResponse) GetNextPageToken() string
- func (*ListChannelGroupsResponse) ProtoMessage()
- func (x *ListChannelGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListChannelGroupsResponse) Reset()
- func (x *ListChannelGroupsResponse) String() string
- type ListConnectedSiteTagsRequest
- func (*ListConnectedSiteTagsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListConnectedSiteTagsRequest) GetProperty() string
- func (*ListConnectedSiteTagsRequest) ProtoMessage()
- func (x *ListConnectedSiteTagsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConnectedSiteTagsRequest) Reset()
- func (x *ListConnectedSiteTagsRequest) String() string
- type ListConnectedSiteTagsResponse
- func (*ListConnectedSiteTagsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConnectedSiteTagsResponse) GetConnectedSiteTags() []*ConnectedSiteTag
- func (*ListConnectedSiteTagsResponse) ProtoMessage()
- func (x *ListConnectedSiteTagsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConnectedSiteTagsResponse) Reset()
- func (x *ListConnectedSiteTagsResponse) String() string
- type ListConversionEventsRequest
- func (*ListConversionEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListConversionEventsRequest) GetPageSize() int32
- func (x *ListConversionEventsRequest) GetPageToken() string
- func (x *ListConversionEventsRequest) GetParent() string
- func (*ListConversionEventsRequest) ProtoMessage()
- func (x *ListConversionEventsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConversionEventsRequest) Reset()
- func (x *ListConversionEventsRequest) String() string
- type ListConversionEventsResponse
- func (*ListConversionEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConversionEventsResponse) GetConversionEvents() []*ConversionEvent
- func (x *ListConversionEventsResponse) GetNextPageToken() string
- func (*ListConversionEventsResponse) ProtoMessage()
- func (x *ListConversionEventsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConversionEventsResponse) Reset()
- func (x *ListConversionEventsResponse) String() string
- type ListCustomDimensionsRequest
- func (*ListCustomDimensionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCustomDimensionsRequest) GetPageSize() int32
- func (x *ListCustomDimensionsRequest) GetPageToken() string
- func (x *ListCustomDimensionsRequest) GetParent() string
- func (*ListCustomDimensionsRequest) ProtoMessage()
- func (x *ListCustomDimensionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCustomDimensionsRequest) Reset()
- func (x *ListCustomDimensionsRequest) String() string
- type ListCustomDimensionsResponse
- func (*ListCustomDimensionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCustomDimensionsResponse) GetCustomDimensions() []*CustomDimension
- func (x *ListCustomDimensionsResponse) GetNextPageToken() string
- func (*ListCustomDimensionsResponse) ProtoMessage()
- func (x *ListCustomDimensionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCustomDimensionsResponse) Reset()
- func (x *ListCustomDimensionsResponse) String() string
- type ListCustomMetricsRequest
- func (*ListCustomMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCustomMetricsRequest) GetPageSize() int32
- func (x *ListCustomMetricsRequest) GetPageToken() string
- func (x *ListCustomMetricsRequest) GetParent() string
- func (*ListCustomMetricsRequest) ProtoMessage()
- func (x *ListCustomMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCustomMetricsRequest) Reset()
- func (x *ListCustomMetricsRequest) String() string
- type ListCustomMetricsResponse
- func (*ListCustomMetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCustomMetricsResponse) GetCustomMetrics() []*CustomMetric
- func (x *ListCustomMetricsResponse) GetNextPageToken() string
- func (*ListCustomMetricsResponse) ProtoMessage()
- func (x *ListCustomMetricsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCustomMetricsResponse) Reset()
- func (x *ListCustomMetricsResponse) String() string
- type ListDataStreamsRequest
- func (*ListDataStreamsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataStreamsRequest) GetPageSize() int32
- func (x *ListDataStreamsRequest) GetPageToken() string
- func (x *ListDataStreamsRequest) GetParent() string
- func (*ListDataStreamsRequest) ProtoMessage()
- func (x *ListDataStreamsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataStreamsRequest) Reset()
- func (x *ListDataStreamsRequest) String() string
- type ListDataStreamsResponse
- func (*ListDataStreamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataStreamsResponse) GetDataStreams() []*DataStream
- func (x *ListDataStreamsResponse) GetNextPageToken() string
- func (*ListDataStreamsResponse) ProtoMessage()
- func (x *ListDataStreamsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataStreamsResponse) Reset()
- func (x *ListDataStreamsResponse) String() string
- type ListDisplayVideo360AdvertiserLinkProposalsRequest
- func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) GetPageSize() int32
- func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) GetPageToken() string
- func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) GetParent() string
- func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) ProtoMessage()
- func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) Reset()
- func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) String() string
- type ListDisplayVideo360AdvertiserLinkProposalsResponse
- func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) GetDisplayVideo_360AdvertiserLinkProposals() []*DisplayVideo360AdvertiserLinkProposal
- func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) GetNextPageToken() string
- func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) ProtoMessage()
- func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) Reset()
- func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) String() string
- type ListDisplayVideo360AdvertiserLinksRequest
- func (*ListDisplayVideo360AdvertiserLinksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDisplayVideo360AdvertiserLinksRequest) GetPageSize() int32
- func (x *ListDisplayVideo360AdvertiserLinksRequest) GetPageToken() string
- func (x *ListDisplayVideo360AdvertiserLinksRequest) GetParent() string
- func (*ListDisplayVideo360AdvertiserLinksRequest) ProtoMessage()
- func (x *ListDisplayVideo360AdvertiserLinksRequest) ProtoReflect() protoreflect.Message
- func (x *ListDisplayVideo360AdvertiserLinksRequest) Reset()
- func (x *ListDisplayVideo360AdvertiserLinksRequest) String() string
- type ListDisplayVideo360AdvertiserLinksResponse
- func (*ListDisplayVideo360AdvertiserLinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDisplayVideo360AdvertiserLinksResponse) GetDisplayVideo_360AdvertiserLinks() []*DisplayVideo360AdvertiserLink
- func (x *ListDisplayVideo360AdvertiserLinksResponse) GetNextPageToken() string
- func (*ListDisplayVideo360AdvertiserLinksResponse) ProtoMessage()
- func (x *ListDisplayVideo360AdvertiserLinksResponse) ProtoReflect() protoreflect.Message
- func (x *ListDisplayVideo360AdvertiserLinksResponse) Reset()
- func (x *ListDisplayVideo360AdvertiserLinksResponse) String() string
- type ListEventCreateRulesRequest
- func (*ListEventCreateRulesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventCreateRulesRequest) GetPageSize() int32
- func (x *ListEventCreateRulesRequest) GetPageToken() string
- func (x *ListEventCreateRulesRequest) GetParent() string
- func (*ListEventCreateRulesRequest) ProtoMessage()
- func (x *ListEventCreateRulesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEventCreateRulesRequest) Reset()
- func (x *ListEventCreateRulesRequest) String() string
- type ListEventCreateRulesResponse
- func (*ListEventCreateRulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventCreateRulesResponse) GetEventCreateRules() []*EventCreateRule
- func (x *ListEventCreateRulesResponse) GetNextPageToken() string
- func (*ListEventCreateRulesResponse) ProtoMessage()
- func (x *ListEventCreateRulesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEventCreateRulesResponse) Reset()
- func (x *ListEventCreateRulesResponse) String() string
- type ListEventEditRulesRequest
- func (*ListEventEditRulesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventEditRulesRequest) GetPageSize() int32
- func (x *ListEventEditRulesRequest) GetPageToken() string
- func (x *ListEventEditRulesRequest) GetParent() string
- func (*ListEventEditRulesRequest) ProtoMessage()
- func (x *ListEventEditRulesRequest) ProtoReflect() protoreflect.Message
- func (x *ListEventEditRulesRequest) Reset()
- func (x *ListEventEditRulesRequest) String() string
- type ListEventEditRulesResponse
- func (*ListEventEditRulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListEventEditRulesResponse) GetEventEditRules() []*EventEditRule
- func (x *ListEventEditRulesResponse) GetNextPageToken() string
- func (*ListEventEditRulesResponse) ProtoMessage()
- func (x *ListEventEditRulesResponse) ProtoReflect() protoreflect.Message
- func (x *ListEventEditRulesResponse) Reset()
- func (x *ListEventEditRulesResponse) String() string
- type ListExpandedDataSetsRequest
- func (*ListExpandedDataSetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListExpandedDataSetsRequest) GetPageSize() int32
- func (x *ListExpandedDataSetsRequest) GetPageToken() string
- func (x *ListExpandedDataSetsRequest) GetParent() string
- func (*ListExpandedDataSetsRequest) ProtoMessage()
- func (x *ListExpandedDataSetsRequest) ProtoReflect() protoreflect.Message
- func (x *ListExpandedDataSetsRequest) Reset()
- func (x *ListExpandedDataSetsRequest) String() string
- type ListExpandedDataSetsResponse
- func (*ListExpandedDataSetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExpandedDataSetsResponse) GetExpandedDataSets() []*ExpandedDataSet
- func (x *ListExpandedDataSetsResponse) GetNextPageToken() string
- func (*ListExpandedDataSetsResponse) ProtoMessage()
- func (x *ListExpandedDataSetsResponse) ProtoReflect() protoreflect.Message
- func (x *ListExpandedDataSetsResponse) Reset()
- func (x *ListExpandedDataSetsResponse) String() string
- type ListFirebaseLinksRequest
- func (*ListFirebaseLinksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFirebaseLinksRequest) GetPageSize() int32
- func (x *ListFirebaseLinksRequest) GetPageToken() string
- func (x *ListFirebaseLinksRequest) GetParent() string
- func (*ListFirebaseLinksRequest) ProtoMessage()
- func (x *ListFirebaseLinksRequest) ProtoReflect() protoreflect.Message
- func (x *ListFirebaseLinksRequest) Reset()
- func (x *ListFirebaseLinksRequest) String() string
- type ListFirebaseLinksResponse
- func (*ListFirebaseLinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFirebaseLinksResponse) GetFirebaseLinks() []*FirebaseLink
- func (x *ListFirebaseLinksResponse) GetNextPageToken() string
- func (*ListFirebaseLinksResponse) ProtoMessage()
- func (x *ListFirebaseLinksResponse) ProtoReflect() protoreflect.Message
- func (x *ListFirebaseLinksResponse) Reset()
- func (x *ListFirebaseLinksResponse) String() string
- type ListGoogleAdsLinksRequest
- func (*ListGoogleAdsLinksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGoogleAdsLinksRequest) GetPageSize() int32
- func (x *ListGoogleAdsLinksRequest) GetPageToken() string
- func (x *ListGoogleAdsLinksRequest) GetParent() string
- func (*ListGoogleAdsLinksRequest) ProtoMessage()
- func (x *ListGoogleAdsLinksRequest) ProtoReflect() protoreflect.Message
- func (x *ListGoogleAdsLinksRequest) Reset()
- func (x *ListGoogleAdsLinksRequest) String() string
- type ListGoogleAdsLinksResponse
- func (*ListGoogleAdsLinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGoogleAdsLinksResponse) GetGoogleAdsLinks() []*GoogleAdsLink
- func (x *ListGoogleAdsLinksResponse) GetNextPageToken() string
- func (*ListGoogleAdsLinksResponse) ProtoMessage()
- func (x *ListGoogleAdsLinksResponse) ProtoReflect() protoreflect.Message
- func (x *ListGoogleAdsLinksResponse) Reset()
- func (x *ListGoogleAdsLinksResponse) String() string
- type ListKeyEventsRequest
- func (*ListKeyEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListKeyEventsRequest) GetPageSize() int32
- func (x *ListKeyEventsRequest) GetPageToken() string
- func (x *ListKeyEventsRequest) GetParent() string
- func (*ListKeyEventsRequest) ProtoMessage()
- func (x *ListKeyEventsRequest) ProtoReflect() protoreflect.Message
- func (x *ListKeyEventsRequest) Reset()
- func (x *ListKeyEventsRequest) String() string
- type ListKeyEventsResponse
- func (*ListKeyEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListKeyEventsResponse) GetKeyEvents() []*KeyEvent
- func (x *ListKeyEventsResponse) GetNextPageToken() string
- func (*ListKeyEventsResponse) ProtoMessage()
- func (x *ListKeyEventsResponse) ProtoReflect() protoreflect.Message
- func (x *ListKeyEventsResponse) Reset()
- func (x *ListKeyEventsResponse) String() string
- type ListMeasurementProtocolSecretsRequest
- func (*ListMeasurementProtocolSecretsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMeasurementProtocolSecretsRequest) GetPageSize() int32
- func (x *ListMeasurementProtocolSecretsRequest) GetPageToken() string
- func (x *ListMeasurementProtocolSecretsRequest) GetParent() string
- func (*ListMeasurementProtocolSecretsRequest) ProtoMessage()
- func (x *ListMeasurementProtocolSecretsRequest) ProtoReflect() protoreflect.Message
- func (x *ListMeasurementProtocolSecretsRequest) Reset()
- func (x *ListMeasurementProtocolSecretsRequest) String() string
- type ListMeasurementProtocolSecretsResponse
- func (*ListMeasurementProtocolSecretsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMeasurementProtocolSecretsResponse) GetMeasurementProtocolSecrets() []*MeasurementProtocolSecret
- func (x *ListMeasurementProtocolSecretsResponse) GetNextPageToken() string
- func (*ListMeasurementProtocolSecretsResponse) ProtoMessage()
- func (x *ListMeasurementProtocolSecretsResponse) ProtoReflect() protoreflect.Message
- func (x *ListMeasurementProtocolSecretsResponse) Reset()
- func (x *ListMeasurementProtocolSecretsResponse) String() string
- type ListPropertiesRequest
- func (*ListPropertiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListPropertiesRequest) GetFilter() string
- func (x *ListPropertiesRequest) GetPageSize() int32
- func (x *ListPropertiesRequest) GetPageToken() string
- func (x *ListPropertiesRequest) GetShowDeleted() bool
- func (*ListPropertiesRequest) ProtoMessage()
- func (x *ListPropertiesRequest) ProtoReflect() protoreflect.Message
- func (x *ListPropertiesRequest) Reset()
- func (x *ListPropertiesRequest) String() string
- type ListPropertiesResponse
- func (*ListPropertiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListPropertiesResponse) GetNextPageToken() string
- func (x *ListPropertiesResponse) GetProperties() []*Property
- func (*ListPropertiesResponse) ProtoMessage()
- func (x *ListPropertiesResponse) ProtoReflect() protoreflect.Message
- func (x *ListPropertiesResponse) Reset()
- func (x *ListPropertiesResponse) String() string
- type ListRollupPropertySourceLinksRequest
- func (*ListRollupPropertySourceLinksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRollupPropertySourceLinksRequest) GetPageSize() int32
- func (x *ListRollupPropertySourceLinksRequest) GetPageToken() string
- func (x *ListRollupPropertySourceLinksRequest) GetParent() string
- func (*ListRollupPropertySourceLinksRequest) ProtoMessage()
- func (x *ListRollupPropertySourceLinksRequest) ProtoReflect() protoreflect.Message
- func (x *ListRollupPropertySourceLinksRequest) Reset()
- func (x *ListRollupPropertySourceLinksRequest) String() string
- type ListRollupPropertySourceLinksResponse
- func (*ListRollupPropertySourceLinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRollupPropertySourceLinksResponse) GetNextPageToken() string
- func (x *ListRollupPropertySourceLinksResponse) GetRollupPropertySourceLinks() []*RollupPropertySourceLink
- func (*ListRollupPropertySourceLinksResponse) ProtoMessage()
- func (x *ListRollupPropertySourceLinksResponse) ProtoReflect() protoreflect.Message
- func (x *ListRollupPropertySourceLinksResponse) Reset()
- func (x *ListRollupPropertySourceLinksResponse) String() string
- type ListSKAdNetworkConversionValueSchemasRequest
- func (*ListSKAdNetworkConversionValueSchemasRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSKAdNetworkConversionValueSchemasRequest) GetPageSize() int32
- func (x *ListSKAdNetworkConversionValueSchemasRequest) GetPageToken() string
- func (x *ListSKAdNetworkConversionValueSchemasRequest) GetParent() string
- func (*ListSKAdNetworkConversionValueSchemasRequest) ProtoMessage()
- func (x *ListSKAdNetworkConversionValueSchemasRequest) ProtoReflect() protoreflect.Message
- func (x *ListSKAdNetworkConversionValueSchemasRequest) Reset()
- func (x *ListSKAdNetworkConversionValueSchemasRequest) String() string
- type ListSKAdNetworkConversionValueSchemasResponse
- func (*ListSKAdNetworkConversionValueSchemasResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSKAdNetworkConversionValueSchemasResponse) GetNextPageToken() string
- func (x *ListSKAdNetworkConversionValueSchemasResponse) GetSkadnetworkConversionValueSchemas() []*SKAdNetworkConversionValueSchema
- func (*ListSKAdNetworkConversionValueSchemasResponse) ProtoMessage()
- func (x *ListSKAdNetworkConversionValueSchemasResponse) ProtoReflect() protoreflect.Message
- func (x *ListSKAdNetworkConversionValueSchemasResponse) Reset()
- func (x *ListSKAdNetworkConversionValueSchemasResponse) String() string
- type ListSearchAds360LinksRequest
- func (*ListSearchAds360LinksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSearchAds360LinksRequest) GetPageSize() int32
- func (x *ListSearchAds360LinksRequest) GetPageToken() string
- func (x *ListSearchAds360LinksRequest) GetParent() string
- func (*ListSearchAds360LinksRequest) ProtoMessage()
- func (x *ListSearchAds360LinksRequest) ProtoReflect() protoreflect.Message
- func (x *ListSearchAds360LinksRequest) Reset()
- func (x *ListSearchAds360LinksRequest) String() string
- type ListSearchAds360LinksResponse
- func (*ListSearchAds360LinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSearchAds360LinksResponse) GetNextPageToken() string
- func (x *ListSearchAds360LinksResponse) GetSearchAds_360Links() []*SearchAds360Link
- func (*ListSearchAds360LinksResponse) ProtoMessage()
- func (x *ListSearchAds360LinksResponse) ProtoReflect() protoreflect.Message
- func (x *ListSearchAds360LinksResponse) Reset()
- func (x *ListSearchAds360LinksResponse) String() string
- type ListSubpropertyEventFiltersRequest
- func (*ListSubpropertyEventFiltersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSubpropertyEventFiltersRequest) GetPageSize() int32
- func (x *ListSubpropertyEventFiltersRequest) GetPageToken() string
- func (x *ListSubpropertyEventFiltersRequest) GetParent() string
- func (*ListSubpropertyEventFiltersRequest) ProtoMessage()
- func (x *ListSubpropertyEventFiltersRequest) ProtoReflect() protoreflect.Message
- func (x *ListSubpropertyEventFiltersRequest) Reset()
- func (x *ListSubpropertyEventFiltersRequest) String() string
- type ListSubpropertyEventFiltersResponse
- func (*ListSubpropertyEventFiltersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSubpropertyEventFiltersResponse) GetNextPageToken() string
- func (x *ListSubpropertyEventFiltersResponse) GetSubpropertyEventFilters() []*SubpropertyEventFilter
- func (*ListSubpropertyEventFiltersResponse) ProtoMessage()
- func (x *ListSubpropertyEventFiltersResponse) ProtoReflect() protoreflect.Message
- func (x *ListSubpropertyEventFiltersResponse) Reset()
- func (x *ListSubpropertyEventFiltersResponse) String() string
- type MatchingCondition
- func (*MatchingCondition) Descriptor() ([]byte, []int)deprecated
- func (x *MatchingCondition) GetComparisonType() MatchingCondition_ComparisonType
- func (x *MatchingCondition) GetField() string
- func (x *MatchingCondition) GetNegated() bool
- func (x *MatchingCondition) GetValue() string
- func (*MatchingCondition) ProtoMessage()
- func (x *MatchingCondition) ProtoReflect() protoreflect.Message
- func (x *MatchingCondition) Reset()
- func (x *MatchingCondition) String() string
- type MatchingCondition_ComparisonType
- func (MatchingCondition_ComparisonType) Descriptor() protoreflect.EnumDescriptor
- func (x MatchingCondition_ComparisonType) Enum() *MatchingCondition_ComparisonType
- func (MatchingCondition_ComparisonType) EnumDescriptor() ([]byte, []int)deprecated
- func (x MatchingCondition_ComparisonType) Number() protoreflect.EnumNumber
- func (x MatchingCondition_ComparisonType) String() string
- func (MatchingCondition_ComparisonType) Type() protoreflect.EnumType
- type MeasurementProtocolSecret
- func (*MeasurementProtocolSecret) Descriptor() ([]byte, []int)deprecated
- func (x *MeasurementProtocolSecret) GetDisplayName() string
- func (x *MeasurementProtocolSecret) GetName() string
- func (x *MeasurementProtocolSecret) GetSecretValue() string
- func (*MeasurementProtocolSecret) ProtoMessage()
- func (x *MeasurementProtocolSecret) ProtoReflect() protoreflect.Message
- func (x *MeasurementProtocolSecret) Reset()
- func (x *MeasurementProtocolSecret) String() string
- type NumericValue
- func (*NumericValue) Descriptor() ([]byte, []int)deprecated
- func (x *NumericValue) GetDoubleValue() float64
- func (x *NumericValue) GetInt64Value() int64
- func (m *NumericValue) GetOneValue() isNumericValue_OneValue
- func (*NumericValue) ProtoMessage()
- func (x *NumericValue) ProtoReflect() protoreflect.Message
- func (x *NumericValue) Reset()
- func (x *NumericValue) String() string
- type NumericValue_DoubleValue
- type NumericValue_Int64Value
- type ParameterMutation
- func (*ParameterMutation) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterMutation) GetParameter() string
- func (x *ParameterMutation) GetParameterValue() string
- func (*ParameterMutation) ProtoMessage()
- func (x *ParameterMutation) ProtoReflect() protoreflect.Message
- func (x *ParameterMutation) Reset()
- func (x *ParameterMutation) String() string
- type PostbackWindow
- func (*PostbackWindow) Descriptor() ([]byte, []int)deprecated
- func (x *PostbackWindow) GetConversionValues() []*ConversionValues
- func (x *PostbackWindow) GetPostbackWindowSettingsEnabled() bool
- func (*PostbackWindow) ProtoMessage()
- func (x *PostbackWindow) ProtoReflect() protoreflect.Message
- func (x *PostbackWindow) Reset()
- func (x *PostbackWindow) String() string
- type Property
- func (*Property) Descriptor() ([]byte, []int)deprecated
- func (x *Property) GetAccount() string
- func (x *Property) GetCreateTime() *timestamppb.Timestamp
- func (x *Property) GetCurrencyCode() string
- func (x *Property) GetDeleteTime() *timestamppb.Timestamp
- func (x *Property) GetDisplayName() string
- func (x *Property) GetExpireTime() *timestamppb.Timestamp
- func (x *Property) GetIndustryCategory() IndustryCategory
- func (x *Property) GetName() string
- func (x *Property) GetParent() string
- func (x *Property) GetPropertyType() PropertyType
- func (x *Property) GetServiceLevel() ServiceLevel
- func (x *Property) GetTimeZone() string
- func (x *Property) GetUpdateTime() *timestamppb.Timestamp
- func (*Property) ProtoMessage()
- func (x *Property) ProtoReflect() protoreflect.Message
- func (x *Property) Reset()
- func (x *Property) String() string
- type PropertySummary
- func (*PropertySummary) Descriptor() ([]byte, []int)deprecated
- func (x *PropertySummary) GetDisplayName() string
- func (x *PropertySummary) GetParent() string
- func (x *PropertySummary) GetProperty() string
- func (x *PropertySummary) GetPropertyType() PropertyType
- func (*PropertySummary) ProtoMessage()
- func (x *PropertySummary) ProtoReflect() protoreflect.Message
- func (x *PropertySummary) Reset()
- func (x *PropertySummary) String() string
- type PropertyType
- func (PropertyType) Descriptor() protoreflect.EnumDescriptor
- func (x PropertyType) Enum() *PropertyType
- func (PropertyType) EnumDescriptor() ([]byte, []int)deprecated
- func (x PropertyType) Number() protoreflect.EnumNumber
- func (x PropertyType) String() string
- func (PropertyType) Type() protoreflect.EnumType
- type ProvisionAccountTicketRequest
- func (*ProvisionAccountTicketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProvisionAccountTicketRequest) GetAccount() *Account
- func (x *ProvisionAccountTicketRequest) GetRedirectUri() string
- func (*ProvisionAccountTicketRequest) ProtoMessage()
- func (x *ProvisionAccountTicketRequest) ProtoReflect() protoreflect.Message
- func (x *ProvisionAccountTicketRequest) Reset()
- func (x *ProvisionAccountTicketRequest) String() string
- type ProvisionAccountTicketResponse
- func (*ProvisionAccountTicketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProvisionAccountTicketResponse) GetAccountTicketId() string
- func (*ProvisionAccountTicketResponse) ProtoMessage()
- func (x *ProvisionAccountTicketResponse) ProtoReflect() protoreflect.Message
- func (x *ProvisionAccountTicketResponse) Reset()
- func (x *ProvisionAccountTicketResponse) String() string
- type ProvisionSubpropertyRequest
- func (*ProvisionSubpropertyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProvisionSubpropertyRequest) GetSubproperty() *Property
- func (x *ProvisionSubpropertyRequest) GetSubpropertyEventFilter() *SubpropertyEventFilter
- func (*ProvisionSubpropertyRequest) ProtoMessage()
- func (x *ProvisionSubpropertyRequest) ProtoReflect() protoreflect.Message
- func (x *ProvisionSubpropertyRequest) Reset()
- func (x *ProvisionSubpropertyRequest) String() string
- type ProvisionSubpropertyResponse
- func (*ProvisionSubpropertyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProvisionSubpropertyResponse) GetSubproperty() *Property
- func (x *ProvisionSubpropertyResponse) GetSubpropertyEventFilter() *SubpropertyEventFilter
- func (*ProvisionSubpropertyResponse) ProtoMessage()
- func (x *ProvisionSubpropertyResponse) ProtoReflect() protoreflect.Message
- func (x *ProvisionSubpropertyResponse) Reset()
- func (x *ProvisionSubpropertyResponse) String() string
- type ReorderEventEditRulesRequest
- func (*ReorderEventEditRulesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReorderEventEditRulesRequest) GetEventEditRules() []string
- func (x *ReorderEventEditRulesRequest) GetParent() string
- func (*ReorderEventEditRulesRequest) ProtoMessage()
- func (x *ReorderEventEditRulesRequest) ProtoReflect() protoreflect.Message
- func (x *ReorderEventEditRulesRequest) Reset()
- func (x *ReorderEventEditRulesRequest) String() string
- type RollupPropertySourceLink
- func (*RollupPropertySourceLink) Descriptor() ([]byte, []int)deprecated
- func (x *RollupPropertySourceLink) GetName() string
- func (x *RollupPropertySourceLink) GetSourceProperty() string
- func (*RollupPropertySourceLink) ProtoMessage()
- func (x *RollupPropertySourceLink) ProtoReflect() protoreflect.Message
- func (x *RollupPropertySourceLink) Reset()
- func (x *RollupPropertySourceLink) String() string
- type RunAccessReportRequest
- func (*RunAccessReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunAccessReportRequest) GetDateRanges() []*AccessDateRange
- func (x *RunAccessReportRequest) GetDimensionFilter() *AccessFilterExpression
- func (x *RunAccessReportRequest) GetDimensions() []*AccessDimension
- func (x *RunAccessReportRequest) GetEntity() string
- func (x *RunAccessReportRequest) GetExpandGroups() bool
- func (x *RunAccessReportRequest) GetIncludeAllUsers() bool
- func (x *RunAccessReportRequest) GetLimit() int64
- func (x *RunAccessReportRequest) GetMetricFilter() *AccessFilterExpression
- func (x *RunAccessReportRequest) GetMetrics() []*AccessMetric
- func (x *RunAccessReportRequest) GetOffset() int64
- func (x *RunAccessReportRequest) GetOrderBys() []*AccessOrderBy
- func (x *RunAccessReportRequest) GetReturnEntityQuota() bool
- func (x *RunAccessReportRequest) GetTimeZone() string
- func (*RunAccessReportRequest) ProtoMessage()
- func (x *RunAccessReportRequest) ProtoReflect() protoreflect.Message
- func (x *RunAccessReportRequest) Reset()
- func (x *RunAccessReportRequest) String() string
- type RunAccessReportResponse
- func (*RunAccessReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunAccessReportResponse) GetDimensionHeaders() []*AccessDimensionHeader
- func (x *RunAccessReportResponse) GetMetricHeaders() []*AccessMetricHeader
- func (x *RunAccessReportResponse) GetQuota() *AccessQuota
- func (x *RunAccessReportResponse) GetRowCount() int32
- func (x *RunAccessReportResponse) GetRows() []*AccessRow
- func (*RunAccessReportResponse) ProtoMessage()
- func (x *RunAccessReportResponse) ProtoReflect() protoreflect.Message
- func (x *RunAccessReportResponse) Reset()
- func (x *RunAccessReportResponse) String() string
- type SKAdNetworkConversionValueSchema
- func (*SKAdNetworkConversionValueSchema) Descriptor() ([]byte, []int)deprecated
- func (x *SKAdNetworkConversionValueSchema) GetApplyConversionValues() bool
- func (x *SKAdNetworkConversionValueSchema) GetName() string
- func (x *SKAdNetworkConversionValueSchema) GetPostbackWindowOne() *PostbackWindow
- func (x *SKAdNetworkConversionValueSchema) GetPostbackWindowThree() *PostbackWindow
- func (x *SKAdNetworkConversionValueSchema) GetPostbackWindowTwo() *PostbackWindow
- func (*SKAdNetworkConversionValueSchema) ProtoMessage()
- func (x *SKAdNetworkConversionValueSchema) ProtoReflect() protoreflect.Message
- func (x *SKAdNetworkConversionValueSchema) Reset()
- func (x *SKAdNetworkConversionValueSchema) String() string
- type SearchAds360Link
- func (*SearchAds360Link) Descriptor() ([]byte, []int)deprecated
- func (x *SearchAds360Link) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
- func (x *SearchAds360Link) GetAdvertiserDisplayName() string
- func (x *SearchAds360Link) GetAdvertiserId() string
- func (x *SearchAds360Link) GetCampaignDataSharingEnabled() *wrapperspb.BoolValue
- func (x *SearchAds360Link) GetCostDataSharingEnabled() *wrapperspb.BoolValue
- func (x *SearchAds360Link) GetName() string
- func (x *SearchAds360Link) GetSiteStatsSharingEnabled() *wrapperspb.BoolValue
- func (*SearchAds360Link) ProtoMessage()
- func (x *SearchAds360Link) ProtoReflect() protoreflect.Message
- func (x *SearchAds360Link) Reset()
- func (x *SearchAds360Link) String() string
- type SearchChangeHistoryEventsRequest
- func (*SearchChangeHistoryEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchChangeHistoryEventsRequest) GetAccount() string
- func (x *SearchChangeHistoryEventsRequest) GetAction() []ActionType
- func (x *SearchChangeHistoryEventsRequest) GetActorEmail() []string
- func (x *SearchChangeHistoryEventsRequest) GetEarliestChangeTime() *timestamppb.Timestamp
- func (x *SearchChangeHistoryEventsRequest) GetLatestChangeTime() *timestamppb.Timestamp
- func (x *SearchChangeHistoryEventsRequest) GetPageSize() int32
- func (x *SearchChangeHistoryEventsRequest) GetPageToken() string
- func (x *SearchChangeHistoryEventsRequest) GetProperty() string
- func (x *SearchChangeHistoryEventsRequest) GetResourceType() []ChangeHistoryResourceType
- func (*SearchChangeHistoryEventsRequest) ProtoMessage()
- func (x *SearchChangeHistoryEventsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchChangeHistoryEventsRequest) Reset()
- func (x *SearchChangeHistoryEventsRequest) String() string
- type SearchChangeHistoryEventsResponse
- func (*SearchChangeHistoryEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchChangeHistoryEventsResponse) GetChangeHistoryEvents() []*ChangeHistoryEvent
- func (x *SearchChangeHistoryEventsResponse) GetNextPageToken() string
- func (*SearchChangeHistoryEventsResponse) ProtoMessage()
- func (x *SearchChangeHistoryEventsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchChangeHistoryEventsResponse) Reset()
- func (x *SearchChangeHistoryEventsResponse) String() string
- type ServiceLevel
- func (ServiceLevel) Descriptor() protoreflect.EnumDescriptor
- func (x ServiceLevel) Enum() *ServiceLevel
- func (ServiceLevel) EnumDescriptor() ([]byte, []int)deprecated
- func (x ServiceLevel) Number() protoreflect.EnumNumber
- func (x ServiceLevel) String() string
- func (ServiceLevel) Type() protoreflect.EnumType
- type SetAutomatedGa4ConfigurationOptOutRequest
- func (*SetAutomatedGa4ConfigurationOptOutRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetAutomatedGa4ConfigurationOptOutRequest) GetOptOut() bool
- func (x *SetAutomatedGa4ConfigurationOptOutRequest) GetProperty() string
- func (*SetAutomatedGa4ConfigurationOptOutRequest) ProtoMessage()
- func (x *SetAutomatedGa4ConfigurationOptOutRequest) ProtoReflect() protoreflect.Message
- func (x *SetAutomatedGa4ConfigurationOptOutRequest) Reset()
- func (x *SetAutomatedGa4ConfigurationOptOutRequest) String() string
- type SetAutomatedGa4ConfigurationOptOutResponse
- func (*SetAutomatedGa4ConfigurationOptOutResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetAutomatedGa4ConfigurationOptOutResponse) ProtoMessage()
- func (x *SetAutomatedGa4ConfigurationOptOutResponse) ProtoReflect() protoreflect.Message
- func (x *SetAutomatedGa4ConfigurationOptOutResponse) Reset()
- func (x *SetAutomatedGa4ConfigurationOptOutResponse) String() string
- type SubpropertyEventFilter
- func (*SubpropertyEventFilter) Descriptor() ([]byte, []int)deprecated
- func (x *SubpropertyEventFilter) GetApplyToProperty() string
- func (x *SubpropertyEventFilter) GetFilterClauses() []*SubpropertyEventFilterClause
- func (x *SubpropertyEventFilter) GetName() string
- func (*SubpropertyEventFilter) ProtoMessage()
- func (x *SubpropertyEventFilter) ProtoReflect() protoreflect.Message
- func (x *SubpropertyEventFilter) Reset()
- func (x *SubpropertyEventFilter) String() string
- type SubpropertyEventFilterClause
- func (*SubpropertyEventFilterClause) Descriptor() ([]byte, []int)deprecated
- func (x *SubpropertyEventFilterClause) GetFilterClauseType() SubpropertyEventFilterClause_FilterClauseType
- func (x *SubpropertyEventFilterClause) GetFilterExpression() *SubpropertyEventFilterExpression
- func (*SubpropertyEventFilterClause) ProtoMessage()
- func (x *SubpropertyEventFilterClause) ProtoReflect() protoreflect.Message
- func (x *SubpropertyEventFilterClause) Reset()
- func (x *SubpropertyEventFilterClause) String() string
- type SubpropertyEventFilterClause_FilterClauseType
- func (SubpropertyEventFilterClause_FilterClauseType) Descriptor() protoreflect.EnumDescriptor
- func (x SubpropertyEventFilterClause_FilterClauseType) Enum() *SubpropertyEventFilterClause_FilterClauseType
- func (SubpropertyEventFilterClause_FilterClauseType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SubpropertyEventFilterClause_FilterClauseType) Number() protoreflect.EnumNumber
- func (x SubpropertyEventFilterClause_FilterClauseType) String() string
- func (SubpropertyEventFilterClause_FilterClauseType) Type() protoreflect.EnumType
- type SubpropertyEventFilterCondition
- func (*SubpropertyEventFilterCondition) Descriptor() ([]byte, []int)deprecated
- func (x *SubpropertyEventFilterCondition) GetFieldName() string
- func (x *SubpropertyEventFilterCondition) GetNullFilter() bool
- func (m *SubpropertyEventFilterCondition) GetOneFilter() isSubpropertyEventFilterCondition_OneFilter
- func (x *SubpropertyEventFilterCondition) GetStringFilter() *SubpropertyEventFilterCondition_StringFilter
- func (*SubpropertyEventFilterCondition) ProtoMessage()
- func (x *SubpropertyEventFilterCondition) ProtoReflect() protoreflect.Message
- func (x *SubpropertyEventFilterCondition) Reset()
- func (x *SubpropertyEventFilterCondition) String() string
- type SubpropertyEventFilterCondition_NullFilter
- type SubpropertyEventFilterCondition_StringFilter
- func (*SubpropertyEventFilterCondition_StringFilter) Descriptor() ([]byte, []int)deprecated
- func (x *SubpropertyEventFilterCondition_StringFilter) GetCaseSensitive() bool
- func (x *SubpropertyEventFilterCondition_StringFilter) GetMatchType() SubpropertyEventFilterCondition_StringFilter_MatchType
- func (x *SubpropertyEventFilterCondition_StringFilter) GetValue() string
- func (*SubpropertyEventFilterCondition_StringFilter) ProtoMessage()
- func (x *SubpropertyEventFilterCondition_StringFilter) ProtoReflect() protoreflect.Message
- func (x *SubpropertyEventFilterCondition_StringFilter) Reset()
- func (x *SubpropertyEventFilterCondition_StringFilter) String() string
- type SubpropertyEventFilterCondition_StringFilter_
- type SubpropertyEventFilterCondition_StringFilter_MatchType
- func (SubpropertyEventFilterCondition_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
- func (x SubpropertyEventFilterCondition_StringFilter_MatchType) Enum() *SubpropertyEventFilterCondition_StringFilter_MatchType
- func (SubpropertyEventFilterCondition_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)deprecated
- func (x SubpropertyEventFilterCondition_StringFilter_MatchType) Number() protoreflect.EnumNumber
- func (x SubpropertyEventFilterCondition_StringFilter_MatchType) String() string
- func (SubpropertyEventFilterCondition_StringFilter_MatchType) Type() protoreflect.EnumType
- type SubpropertyEventFilterExpression
- func (*SubpropertyEventFilterExpression) Descriptor() ([]byte, []int)deprecated
- func (m *SubpropertyEventFilterExpression) GetExpr() isSubpropertyEventFilterExpression_Expr
- func (x *SubpropertyEventFilterExpression) GetFilterCondition() *SubpropertyEventFilterCondition
- func (x *SubpropertyEventFilterExpression) GetNotExpression() *SubpropertyEventFilterExpression
- func (x *SubpropertyEventFilterExpression) GetOrGroup() *SubpropertyEventFilterExpressionList
- func (*SubpropertyEventFilterExpression) ProtoMessage()
- func (x *SubpropertyEventFilterExpression) ProtoReflect() protoreflect.Message
- func (x *SubpropertyEventFilterExpression) Reset()
- func (x *SubpropertyEventFilterExpression) String() string
- type SubpropertyEventFilterExpressionList
- func (*SubpropertyEventFilterExpressionList) Descriptor() ([]byte, []int)deprecated
- func (x *SubpropertyEventFilterExpressionList) GetFilterExpressions() []*SubpropertyEventFilterExpression
- func (*SubpropertyEventFilterExpressionList) ProtoMessage()
- func (x *SubpropertyEventFilterExpressionList) ProtoReflect() protoreflect.Message
- func (x *SubpropertyEventFilterExpressionList) Reset()
- func (x *SubpropertyEventFilterExpressionList) String() string
- type SubpropertyEventFilterExpression_FilterCondition
- type SubpropertyEventFilterExpression_NotExpression
- type SubpropertyEventFilterExpression_OrGroup
- type UnimplementedAnalyticsAdminServiceServer
- func (*UnimplementedAnalyticsAdminServiceServer) AcknowledgeUserDataCollection(context.Context, *AcknowledgeUserDataCollectionRequest) (*AcknowledgeUserDataCollectionResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ApproveDisplayVideo360AdvertiserLinkProposal(context.Context, *ApproveDisplayVideo360AdvertiserLinkProposalRequest) (*ApproveDisplayVideo360AdvertiserLinkProposalResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ArchiveAudience(context.Context, *ArchiveAudienceRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ArchiveCustomDimension(context.Context, *ArchiveCustomDimensionRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ArchiveCustomMetric(context.Context, *ArchiveCustomMetricRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) BatchCreateAccessBindings(context.Context, *BatchCreateAccessBindingsRequest) (*BatchCreateAccessBindingsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) BatchDeleteAccessBindings(context.Context, *BatchDeleteAccessBindingsRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) BatchGetAccessBindings(context.Context, *BatchGetAccessBindingsRequest) (*BatchGetAccessBindingsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) BatchUpdateAccessBindings(context.Context, *BatchUpdateAccessBindingsRequest) (*BatchUpdateAccessBindingsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CancelDisplayVideo360AdvertiserLinkProposal(context.Context, *CancelDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateAccessBinding(context.Context, *CreateAccessBindingRequest) (*AccessBinding, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateAdSenseLink(context.Context, *CreateAdSenseLinkRequest) (*AdSenseLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateAudience(context.Context, *CreateAudienceRequest) (*Audience, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateBigQueryLink(context.Context, *CreateBigQueryLinkRequest) (*BigQueryLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateCalculatedMetric(context.Context, *CreateCalculatedMetricRequest) (*CalculatedMetric, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateChannelGroup(context.Context, *CreateChannelGroupRequest) (*ChannelGroup, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateConnectedSiteTag(context.Context, *CreateConnectedSiteTagRequest) (*CreateConnectedSiteTagResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateConversionEvent(context.Context, *CreateConversionEventRequest) (*ConversionEvent, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateCustomDimension(context.Context, *CreateCustomDimensionRequest) (*CustomDimension, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateCustomMetric(context.Context, *CreateCustomMetricRequest) (*CustomMetric, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateDataStream(context.Context, *CreateDataStreamRequest) (*DataStream, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateDisplayVideo360AdvertiserLink(context.Context, *CreateDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateDisplayVideo360AdvertiserLinkProposal(context.Context, *CreateDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateEventCreateRule(context.Context, *CreateEventCreateRuleRequest) (*EventCreateRule, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateEventEditRule(context.Context, *CreateEventEditRuleRequest) (*EventEditRule, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateExpandedDataSet(context.Context, *CreateExpandedDataSetRequest) (*ExpandedDataSet, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateFirebaseLink(context.Context, *CreateFirebaseLinkRequest) (*FirebaseLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateGoogleAdsLink(context.Context, *CreateGoogleAdsLinkRequest) (*GoogleAdsLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateKeyEvent(context.Context, *CreateKeyEventRequest) (*KeyEvent, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateMeasurementProtocolSecret(context.Context, *CreateMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateProperty(context.Context, *CreatePropertyRequest) (*Property, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateRollupProperty(context.Context, *CreateRollupPropertyRequest) (*CreateRollupPropertyResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateRollupPropertySourceLink(context.Context, *CreateRollupPropertySourceLinkRequest) (*RollupPropertySourceLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateSKAdNetworkConversionValueSchema(context.Context, *CreateSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateSearchAds360Link(context.Context, *CreateSearchAds360LinkRequest) (*SearchAds360Link, error)
- func (*UnimplementedAnalyticsAdminServiceServer) CreateSubpropertyEventFilter(context.Context, *CreateSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteAccessBinding(context.Context, *DeleteAccessBindingRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteAccount(context.Context, *DeleteAccountRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteAdSenseLink(context.Context, *DeleteAdSenseLinkRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteBigQueryLink(context.Context, *DeleteBigQueryLinkRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteCalculatedMetric(context.Context, *DeleteCalculatedMetricRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteChannelGroup(context.Context, *DeleteChannelGroupRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteConnectedSiteTag(context.Context, *DeleteConnectedSiteTagRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteConversionEvent(context.Context, *DeleteConversionEventRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteDataStream(context.Context, *DeleteDataStreamRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteDisplayVideo360AdvertiserLink(context.Context, *DeleteDisplayVideo360AdvertiserLinkRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteDisplayVideo360AdvertiserLinkProposal(context.Context, *DeleteDisplayVideo360AdvertiserLinkProposalRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteEventCreateRule(context.Context, *DeleteEventCreateRuleRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteEventEditRule(context.Context, *DeleteEventEditRuleRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteExpandedDataSet(context.Context, *DeleteExpandedDataSetRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteFirebaseLink(context.Context, *DeleteFirebaseLinkRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteGoogleAdsLink(context.Context, *DeleteGoogleAdsLinkRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteKeyEvent(context.Context, *DeleteKeyEventRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteMeasurementProtocolSecret(context.Context, *DeleteMeasurementProtocolSecretRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteProperty(context.Context, *DeletePropertyRequest) (*Property, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteRollupPropertySourceLink(context.Context, *DeleteRollupPropertySourceLinkRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteSKAdNetworkConversionValueSchema(context.Context, *DeleteSKAdNetworkConversionValueSchemaRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteSearchAds360Link(context.Context, *DeleteSearchAds360LinkRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) DeleteSubpropertyEventFilter(context.Context, *DeleteSubpropertyEventFilterRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) FetchAutomatedGa4ConfigurationOptOut(context.Context, *FetchAutomatedGa4ConfigurationOptOutRequest) (*FetchAutomatedGa4ConfigurationOptOutResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) FetchConnectedGa4Property(context.Context, *FetchConnectedGa4PropertyRequest) (*FetchConnectedGa4PropertyResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetAccessBinding(context.Context, *GetAccessBindingRequest) (*AccessBinding, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetAccount(context.Context, *GetAccountRequest) (*Account, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetAdSenseLink(context.Context, *GetAdSenseLinkRequest) (*AdSenseLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetAttributionSettings(context.Context, *GetAttributionSettingsRequest) (*AttributionSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetAudience(context.Context, *GetAudienceRequest) (*Audience, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetBigQueryLink(context.Context, *GetBigQueryLinkRequest) (*BigQueryLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetCalculatedMetric(context.Context, *GetCalculatedMetricRequest) (*CalculatedMetric, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetChannelGroup(context.Context, *GetChannelGroupRequest) (*ChannelGroup, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetConversionEvent(context.Context, *GetConversionEventRequest) (*ConversionEvent, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetCustomDimension(context.Context, *GetCustomDimensionRequest) (*CustomDimension, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetCustomMetric(context.Context, *GetCustomMetricRequest) (*CustomMetric, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetDataRedactionSettings(context.Context, *GetDataRedactionSettingsRequest) (*DataRedactionSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetDataRetentionSettings(context.Context, *GetDataRetentionSettingsRequest) (*DataRetentionSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetDataSharingSettings(context.Context, *GetDataSharingSettingsRequest) (*DataSharingSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetDataStream(context.Context, *GetDataStreamRequest) (*DataStream, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetDisplayVideo360AdvertiserLink(context.Context, *GetDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetDisplayVideo360AdvertiserLinkProposal(context.Context, *GetDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetEnhancedMeasurementSettings(context.Context, *GetEnhancedMeasurementSettingsRequest) (*EnhancedMeasurementSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetEventCreateRule(context.Context, *GetEventCreateRuleRequest) (*EventCreateRule, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetEventEditRule(context.Context, *GetEventEditRuleRequest) (*EventEditRule, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetExpandedDataSet(context.Context, *GetExpandedDataSetRequest) (*ExpandedDataSet, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetGlobalSiteTag(context.Context, *GetGlobalSiteTagRequest) (*GlobalSiteTag, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetGoogleSignalsSettings(context.Context, *GetGoogleSignalsSettingsRequest) (*GoogleSignalsSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetKeyEvent(context.Context, *GetKeyEventRequest) (*KeyEvent, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetMeasurementProtocolSecret(context.Context, *GetMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetProperty(context.Context, *GetPropertyRequest) (*Property, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetRollupPropertySourceLink(context.Context, *GetRollupPropertySourceLinkRequest) (*RollupPropertySourceLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetSKAdNetworkConversionValueSchema(context.Context, *GetSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetSearchAds360Link(context.Context, *GetSearchAds360LinkRequest) (*SearchAds360Link, error)
- func (*UnimplementedAnalyticsAdminServiceServer) GetSubpropertyEventFilter(context.Context, *GetSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListAccessBindings(context.Context, *ListAccessBindingsRequest) (*ListAccessBindingsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListAccountSummaries(context.Context, *ListAccountSummariesRequest) (*ListAccountSummariesResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListAccounts(context.Context, *ListAccountsRequest) (*ListAccountsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListAdSenseLinks(context.Context, *ListAdSenseLinksRequest) (*ListAdSenseLinksResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListAudiences(context.Context, *ListAudiencesRequest) (*ListAudiencesResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListBigQueryLinks(context.Context, *ListBigQueryLinksRequest) (*ListBigQueryLinksResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListCalculatedMetrics(context.Context, *ListCalculatedMetricsRequest) (*ListCalculatedMetricsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListChannelGroups(context.Context, *ListChannelGroupsRequest) (*ListChannelGroupsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListConnectedSiteTags(context.Context, *ListConnectedSiteTagsRequest) (*ListConnectedSiteTagsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListConversionEvents(context.Context, *ListConversionEventsRequest) (*ListConversionEventsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListCustomDimensions(context.Context, *ListCustomDimensionsRequest) (*ListCustomDimensionsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListCustomMetrics(context.Context, *ListCustomMetricsRequest) (*ListCustomMetricsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListDataStreams(context.Context, *ListDataStreamsRequest) (*ListDataStreamsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListDisplayVideo360AdvertiserLinkProposals(context.Context, *ListDisplayVideo360AdvertiserLinkProposalsRequest) (*ListDisplayVideo360AdvertiserLinkProposalsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListDisplayVideo360AdvertiserLinks(context.Context, *ListDisplayVideo360AdvertiserLinksRequest) (*ListDisplayVideo360AdvertiserLinksResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListEventCreateRules(context.Context, *ListEventCreateRulesRequest) (*ListEventCreateRulesResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListEventEditRules(context.Context, *ListEventEditRulesRequest) (*ListEventEditRulesResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListExpandedDataSets(context.Context, *ListExpandedDataSetsRequest) (*ListExpandedDataSetsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListFirebaseLinks(context.Context, *ListFirebaseLinksRequest) (*ListFirebaseLinksResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListGoogleAdsLinks(context.Context, *ListGoogleAdsLinksRequest) (*ListGoogleAdsLinksResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListKeyEvents(context.Context, *ListKeyEventsRequest) (*ListKeyEventsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListMeasurementProtocolSecrets(context.Context, *ListMeasurementProtocolSecretsRequest) (*ListMeasurementProtocolSecretsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListProperties(context.Context, *ListPropertiesRequest) (*ListPropertiesResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListRollupPropertySourceLinks(context.Context, *ListRollupPropertySourceLinksRequest) (*ListRollupPropertySourceLinksResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListSKAdNetworkConversionValueSchemas(context.Context, *ListSKAdNetworkConversionValueSchemasRequest) (*ListSKAdNetworkConversionValueSchemasResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListSearchAds360Links(context.Context, *ListSearchAds360LinksRequest) (*ListSearchAds360LinksResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ListSubpropertyEventFilters(context.Context, *ListSubpropertyEventFiltersRequest) (*ListSubpropertyEventFiltersResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ProvisionAccountTicket(context.Context, *ProvisionAccountTicketRequest) (*ProvisionAccountTicketResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ProvisionSubproperty(context.Context, *ProvisionSubpropertyRequest) (*ProvisionSubpropertyResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) ReorderEventEditRules(context.Context, *ReorderEventEditRulesRequest) (*emptypb.Empty, error)
- func (*UnimplementedAnalyticsAdminServiceServer) RunAccessReport(context.Context, *RunAccessReportRequest) (*RunAccessReportResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) SearchChangeHistoryEvents(context.Context, *SearchChangeHistoryEventsRequest) (*SearchChangeHistoryEventsResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) SetAutomatedGa4ConfigurationOptOut(context.Context, *SetAutomatedGa4ConfigurationOptOutRequest) (*SetAutomatedGa4ConfigurationOptOutResponse, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateAccessBinding(context.Context, *UpdateAccessBindingRequest) (*AccessBinding, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateAccount(context.Context, *UpdateAccountRequest) (*Account, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateAttributionSettings(context.Context, *UpdateAttributionSettingsRequest) (*AttributionSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateAudience(context.Context, *UpdateAudienceRequest) (*Audience, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateBigQueryLink(context.Context, *UpdateBigQueryLinkRequest) (*BigQueryLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateCalculatedMetric(context.Context, *UpdateCalculatedMetricRequest) (*CalculatedMetric, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateChannelGroup(context.Context, *UpdateChannelGroupRequest) (*ChannelGroup, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateConversionEvent(context.Context, *UpdateConversionEventRequest) (*ConversionEvent, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateCustomDimension(context.Context, *UpdateCustomDimensionRequest) (*CustomDimension, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateCustomMetric(context.Context, *UpdateCustomMetricRequest) (*CustomMetric, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataRedactionSettings(context.Context, *UpdateDataRedactionSettingsRequest) (*DataRedactionSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataRetentionSettings(context.Context, *UpdateDataRetentionSettingsRequest) (*DataRetentionSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataStream(context.Context, *UpdateDataStreamRequest) (*DataStream, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateDisplayVideo360AdvertiserLink(context.Context, *UpdateDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateEnhancedMeasurementSettings(context.Context, *UpdateEnhancedMeasurementSettingsRequest) (*EnhancedMeasurementSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateEventCreateRule(context.Context, *UpdateEventCreateRuleRequest) (*EventCreateRule, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateEventEditRule(context.Context, *UpdateEventEditRuleRequest) (*EventEditRule, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateExpandedDataSet(context.Context, *UpdateExpandedDataSetRequest) (*ExpandedDataSet, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateGoogleAdsLink(context.Context, *UpdateGoogleAdsLinkRequest) (*GoogleAdsLink, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateGoogleSignalsSettings(context.Context, *UpdateGoogleSignalsSettingsRequest) (*GoogleSignalsSettings, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateKeyEvent(context.Context, *UpdateKeyEventRequest) (*KeyEvent, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateMeasurementProtocolSecret(context.Context, *UpdateMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateProperty(context.Context, *UpdatePropertyRequest) (*Property, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateSKAdNetworkConversionValueSchema(context.Context, *UpdateSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateSearchAds360Link(context.Context, *UpdateSearchAds360LinkRequest) (*SearchAds360Link, error)
- func (*UnimplementedAnalyticsAdminServiceServer) UpdateSubpropertyEventFilter(context.Context, *UpdateSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error)
- type UpdateAccessBindingRequest
- func (*UpdateAccessBindingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAccessBindingRequest) GetAccessBinding() *AccessBinding
- func (*UpdateAccessBindingRequest) ProtoMessage()
- func (x *UpdateAccessBindingRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAccessBindingRequest) Reset()
- func (x *UpdateAccessBindingRequest) String() string
- type UpdateAccountRequest
- func (*UpdateAccountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAccountRequest) GetAccount() *Account
- func (x *UpdateAccountRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateAccountRequest) ProtoMessage()
- func (x *UpdateAccountRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAccountRequest) Reset()
- func (x *UpdateAccountRequest) String() string
- type UpdateAttributionSettingsRequest
- func (*UpdateAttributionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAttributionSettingsRequest) GetAttributionSettings() *AttributionSettings
- func (x *UpdateAttributionSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateAttributionSettingsRequest) ProtoMessage()
- func (x *UpdateAttributionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAttributionSettingsRequest) Reset()
- func (x *UpdateAttributionSettingsRequest) String() string
- type UpdateAudienceRequest
- func (*UpdateAudienceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAudienceRequest) GetAudience() *Audience
- func (x *UpdateAudienceRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateAudienceRequest) ProtoMessage()
- func (x *UpdateAudienceRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAudienceRequest) Reset()
- func (x *UpdateAudienceRequest) String() string
- type UpdateBigQueryLinkRequest
- func (*UpdateBigQueryLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBigQueryLinkRequest) GetBigqueryLink() *BigQueryLink
- func (x *UpdateBigQueryLinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateBigQueryLinkRequest) ProtoMessage()
- func (x *UpdateBigQueryLinkRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBigQueryLinkRequest) Reset()
- func (x *UpdateBigQueryLinkRequest) String() string
- type UpdateCalculatedMetricRequest
- func (*UpdateCalculatedMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCalculatedMetricRequest) GetCalculatedMetric() *CalculatedMetric
- func (x *UpdateCalculatedMetricRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateCalculatedMetricRequest) ProtoMessage()
- func (x *UpdateCalculatedMetricRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCalculatedMetricRequest) Reset()
- func (x *UpdateCalculatedMetricRequest) String() string
- type UpdateChannelGroupRequest
- func (*UpdateChannelGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateChannelGroupRequest) GetChannelGroup() *ChannelGroup
- func (x *UpdateChannelGroupRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateChannelGroupRequest) ProtoMessage()
- func (x *UpdateChannelGroupRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateChannelGroupRequest) Reset()
- func (x *UpdateChannelGroupRequest) String() string
- type UpdateConversionEventRequest
- func (*UpdateConversionEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConversionEventRequest) GetConversionEvent() *ConversionEvent
- func (x *UpdateConversionEventRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateConversionEventRequest) ProtoMessage()
- func (x *UpdateConversionEventRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateConversionEventRequest) Reset()
- func (x *UpdateConversionEventRequest) String() string
- type UpdateCustomDimensionRequest
- func (*UpdateCustomDimensionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomDimensionRequest) GetCustomDimension() *CustomDimension
- func (x *UpdateCustomDimensionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateCustomDimensionRequest) ProtoMessage()
- func (x *UpdateCustomDimensionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomDimensionRequest) Reset()
- func (x *UpdateCustomDimensionRequest) String() string
- type UpdateCustomMetricRequest
- func (*UpdateCustomMetricRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCustomMetricRequest) GetCustomMetric() *CustomMetric
- func (x *UpdateCustomMetricRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateCustomMetricRequest) ProtoMessage()
- func (x *UpdateCustomMetricRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCustomMetricRequest) Reset()
- func (x *UpdateCustomMetricRequest) String() string
- type UpdateDataRedactionSettingsRequest
- func (*UpdateDataRedactionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataRedactionSettingsRequest) GetDataRedactionSettings() *DataRedactionSettings
- func (x *UpdateDataRedactionSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateDataRedactionSettingsRequest) ProtoMessage()
- func (x *UpdateDataRedactionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataRedactionSettingsRequest) Reset()
- func (x *UpdateDataRedactionSettingsRequest) String() string
- type UpdateDataRetentionSettingsRequest
- func (*UpdateDataRetentionSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataRetentionSettingsRequest) GetDataRetentionSettings() *DataRetentionSettings
- func (x *UpdateDataRetentionSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateDataRetentionSettingsRequest) ProtoMessage()
- func (x *UpdateDataRetentionSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataRetentionSettingsRequest) Reset()
- func (x *UpdateDataRetentionSettingsRequest) String() string
- type UpdateDataStreamRequest
- func (*UpdateDataStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataStreamRequest) GetDataStream() *DataStream
- func (x *UpdateDataStreamRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateDataStreamRequest) ProtoMessage()
- func (x *UpdateDataStreamRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataStreamRequest) Reset()
- func (x *UpdateDataStreamRequest) String() string
- type UpdateDisplayVideo360AdvertiserLinkRequest
- func (*UpdateDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDisplayVideo360AdvertiserLinkRequest) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
- func (x *UpdateDisplayVideo360AdvertiserLinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
- func (x *UpdateDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDisplayVideo360AdvertiserLinkRequest) Reset()
- func (x *UpdateDisplayVideo360AdvertiserLinkRequest) String() string
- type UpdateEnhancedMeasurementSettingsRequest
- func (*UpdateEnhancedMeasurementSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEnhancedMeasurementSettingsRequest) GetEnhancedMeasurementSettings() *EnhancedMeasurementSettings
- func (x *UpdateEnhancedMeasurementSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEnhancedMeasurementSettingsRequest) ProtoMessage()
- func (x *UpdateEnhancedMeasurementSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEnhancedMeasurementSettingsRequest) Reset()
- func (x *UpdateEnhancedMeasurementSettingsRequest) String() string
- type UpdateEventCreateRuleRequest
- func (*UpdateEventCreateRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEventCreateRuleRequest) GetEventCreateRule() *EventCreateRule
- func (x *UpdateEventCreateRuleRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEventCreateRuleRequest) ProtoMessage()
- func (x *UpdateEventCreateRuleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEventCreateRuleRequest) Reset()
- func (x *UpdateEventCreateRuleRequest) String() string
- type UpdateEventEditRuleRequest
- func (*UpdateEventEditRuleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEventEditRuleRequest) GetEventEditRule() *EventEditRule
- func (x *UpdateEventEditRuleRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateEventEditRuleRequest) ProtoMessage()
- func (x *UpdateEventEditRuleRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEventEditRuleRequest) Reset()
- func (x *UpdateEventEditRuleRequest) String() string
- type UpdateExpandedDataSetRequest
- func (*UpdateExpandedDataSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateExpandedDataSetRequest) GetExpandedDataSet() *ExpandedDataSet
- func (x *UpdateExpandedDataSetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateExpandedDataSetRequest) ProtoMessage()
- func (x *UpdateExpandedDataSetRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateExpandedDataSetRequest) Reset()
- func (x *UpdateExpandedDataSetRequest) String() string
- type UpdateGoogleAdsLinkRequest
- func (*UpdateGoogleAdsLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGoogleAdsLinkRequest) GetGoogleAdsLink() *GoogleAdsLink
- func (x *UpdateGoogleAdsLinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateGoogleAdsLinkRequest) ProtoMessage()
- func (x *UpdateGoogleAdsLinkRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateGoogleAdsLinkRequest) Reset()
- func (x *UpdateGoogleAdsLinkRequest) String() string
- type UpdateGoogleSignalsSettingsRequest
- func (*UpdateGoogleSignalsSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGoogleSignalsSettingsRequest) GetGoogleSignalsSettings() *GoogleSignalsSettings
- func (x *UpdateGoogleSignalsSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateGoogleSignalsSettingsRequest) ProtoMessage()
- func (x *UpdateGoogleSignalsSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateGoogleSignalsSettingsRequest) Reset()
- func (x *UpdateGoogleSignalsSettingsRequest) String() string
- type UpdateKeyEventRequest
- func (*UpdateKeyEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateKeyEventRequest) GetKeyEvent() *KeyEvent
- func (x *UpdateKeyEventRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateKeyEventRequest) ProtoMessage()
- func (x *UpdateKeyEventRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateKeyEventRequest) Reset()
- func (x *UpdateKeyEventRequest) String() string
- type UpdateMeasurementProtocolSecretRequest
- func (*UpdateMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMeasurementProtocolSecretRequest) GetMeasurementProtocolSecret() *MeasurementProtocolSecret
- func (x *UpdateMeasurementProtocolSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateMeasurementProtocolSecretRequest) ProtoMessage()
- func (x *UpdateMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMeasurementProtocolSecretRequest) Reset()
- func (x *UpdateMeasurementProtocolSecretRequest) String() string
- type UpdatePropertyRequest
- func (*UpdatePropertyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatePropertyRequest) GetProperty() *Property
- func (x *UpdatePropertyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdatePropertyRequest) ProtoMessage()
- func (x *UpdatePropertyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdatePropertyRequest) Reset()
- func (x *UpdatePropertyRequest) String() string
- type UpdateSKAdNetworkConversionValueSchemaRequest
- func (*UpdateSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSKAdNetworkConversionValueSchemaRequest) GetSkadnetworkConversionValueSchema() *SKAdNetworkConversionValueSchema
- func (x *UpdateSKAdNetworkConversionValueSchemaRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
- func (x *UpdateSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSKAdNetworkConversionValueSchemaRequest) Reset()
- func (x *UpdateSKAdNetworkConversionValueSchemaRequest) String() string
- type UpdateSearchAds360LinkRequest
- func (*UpdateSearchAds360LinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSearchAds360LinkRequest) GetSearchAds_360Link() *SearchAds360Link
- func (x *UpdateSearchAds360LinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSearchAds360LinkRequest) ProtoMessage()
- func (x *UpdateSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSearchAds360LinkRequest) Reset()
- func (x *UpdateSearchAds360LinkRequest) String() string
- type UpdateSubpropertyEventFilterRequest
- func (*UpdateSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSubpropertyEventFilterRequest) GetSubpropertyEventFilter() *SubpropertyEventFilter
- func (x *UpdateSubpropertyEventFilterRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateSubpropertyEventFilterRequest) ProtoMessage()
- func (x *UpdateSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSubpropertyEventFilterRequest) Reset()
- func (x *UpdateSubpropertyEventFilterRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( AccessStringFilter_MatchType_name = map[int32]string{ 0: "MATCH_TYPE_UNSPECIFIED", 1: "EXACT", 2: "BEGINS_WITH", 3: "ENDS_WITH", 4: "CONTAINS", 5: "FULL_REGEXP", 6: "PARTIAL_REGEXP", } AccessStringFilter_MatchType_value = map[string]int32{ "MATCH_TYPE_UNSPECIFIED": 0, "EXACT": 1, "BEGINS_WITH": 2, "ENDS_WITH": 3, "CONTAINS": 4, "FULL_REGEXP": 5, "PARTIAL_REGEXP": 6, } )
Enum value maps for AccessStringFilter_MatchType.
var ( AccessNumericFilter_Operation_name = map[int32]string{ 0: "OPERATION_UNSPECIFIED", 1: "EQUAL", 2: "LESS_THAN", 3: "LESS_THAN_OR_EQUAL", 4: "GREATER_THAN", 5: "GREATER_THAN_OR_EQUAL", } AccessNumericFilter_Operation_value = map[string]int32{ "OPERATION_UNSPECIFIED": 0, "EQUAL": 1, "LESS_THAN": 2, "LESS_THAN_OR_EQUAL": 3, "GREATER_THAN": 4, "GREATER_THAN_OR_EQUAL": 5, } )
Enum value maps for AccessNumericFilter_Operation.
var ( AccessOrderBy_DimensionOrderBy_OrderType_name = map[int32]string{ 0: "ORDER_TYPE_UNSPECIFIED", 1: "ALPHANUMERIC", 2: "CASE_INSENSITIVE_ALPHANUMERIC", 3: "NUMERIC", } AccessOrderBy_DimensionOrderBy_OrderType_value = map[string]int32{ "ORDER_TYPE_UNSPECIFIED": 0, "ALPHANUMERIC": 1, "CASE_INSENSITIVE_ALPHANUMERIC": 2, "NUMERIC": 3, } )
Enum value maps for AccessOrderBy_DimensionOrderBy_OrderType.
var ( AudienceFilterScope_name = map[int32]string{ 0: "AUDIENCE_FILTER_SCOPE_UNSPECIFIED", 1: "AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT", 2: "AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION", 3: "AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS", } AudienceFilterScope_value = map[string]int32{ "AUDIENCE_FILTER_SCOPE_UNSPECIFIED": 0, "AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT": 1, "AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION": 2, "AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS": 3, } )
Enum value maps for AudienceFilterScope.
var ( AudienceDimensionOrMetricFilter_StringFilter_MatchType_name = map[int32]string{ 0: "MATCH_TYPE_UNSPECIFIED", 1: "EXACT", 2: "BEGINS_WITH", 3: "ENDS_WITH", 4: "CONTAINS", 5: "FULL_REGEXP", } AudienceDimensionOrMetricFilter_StringFilter_MatchType_value = map[string]int32{ "MATCH_TYPE_UNSPECIFIED": 0, "EXACT": 1, "BEGINS_WITH": 2, "ENDS_WITH": 3, "CONTAINS": 4, "FULL_REGEXP": 5, } )
Enum value maps for AudienceDimensionOrMetricFilter_StringFilter_MatchType.
var ( AudienceDimensionOrMetricFilter_NumericFilter_Operation_name = map[int32]string{ 0: "OPERATION_UNSPECIFIED", 1: "EQUAL", 2: "LESS_THAN", 4: "GREATER_THAN", } AudienceDimensionOrMetricFilter_NumericFilter_Operation_value = map[string]int32{ "OPERATION_UNSPECIFIED": 0, "EQUAL": 1, "LESS_THAN": 2, "GREATER_THAN": 4, } )
Enum value maps for AudienceDimensionOrMetricFilter_NumericFilter_Operation.
var ( AudienceFilterClause_AudienceClauseType_name = map[int32]string{ 0: "AUDIENCE_CLAUSE_TYPE_UNSPECIFIED", 1: "INCLUDE", 2: "EXCLUDE", } AudienceFilterClause_AudienceClauseType_value = map[string]int32{ "AUDIENCE_CLAUSE_TYPE_UNSPECIFIED": 0, "INCLUDE": 1, "EXCLUDE": 2, } )
Enum value maps for AudienceFilterClause_AudienceClauseType.
var ( AudienceEventTrigger_LogCondition_name = map[int32]string{ 0: "LOG_CONDITION_UNSPECIFIED", 1: "AUDIENCE_JOINED", 2: "AUDIENCE_MEMBERSHIP_RENEWED", } AudienceEventTrigger_LogCondition_value = map[string]int32{ "LOG_CONDITION_UNSPECIFIED": 0, "AUDIENCE_JOINED": 1, "AUDIENCE_MEMBERSHIP_RENEWED": 2, } )
Enum value maps for AudienceEventTrigger_LogCondition.
var ( Audience_AudienceExclusionDurationMode_name = map[int32]string{ 0: "AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED", 1: "EXCLUDE_TEMPORARILY", 2: "EXCLUDE_PERMANENTLY", } Audience_AudienceExclusionDurationMode_value = map[string]int32{ "AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED": 0, "EXCLUDE_TEMPORARILY": 1, "EXCLUDE_PERMANENTLY": 2, } )
Enum value maps for Audience_AudienceExclusionDurationMode.
var ( ChannelGroupFilter_StringFilter_MatchType_name = map[int32]string{ 0: "MATCH_TYPE_UNSPECIFIED", 1: "EXACT", 2: "BEGINS_WITH", 3: "ENDS_WITH", 4: "CONTAINS", 5: "FULL_REGEXP", 6: "PARTIAL_REGEXP", } ChannelGroupFilter_StringFilter_MatchType_value = map[string]int32{ "MATCH_TYPE_UNSPECIFIED": 0, "EXACT": 1, "BEGINS_WITH": 2, "ENDS_WITH": 3, "CONTAINS": 4, "FULL_REGEXP": 5, "PARTIAL_REGEXP": 6, } )
Enum value maps for ChannelGroupFilter_StringFilter_MatchType.
var ( MatchingCondition_ComparisonType_name = map[int32]string{ 0: "COMPARISON_TYPE_UNSPECIFIED", 1: "EQUALS", 2: "EQUALS_CASE_INSENSITIVE", 3: "CONTAINS", 4: "CONTAINS_CASE_INSENSITIVE", 5: "STARTS_WITH", 6: "STARTS_WITH_CASE_INSENSITIVE", 7: "ENDS_WITH", 8: "ENDS_WITH_CASE_INSENSITIVE", 9: "GREATER_THAN", 10: "GREATER_THAN_OR_EQUAL", 11: "LESS_THAN", 12: "LESS_THAN_OR_EQUAL", 13: "REGULAR_EXPRESSION", 14: "REGULAR_EXPRESSION_CASE_INSENSITIVE", } MatchingCondition_ComparisonType_value = map[string]int32{ "COMPARISON_TYPE_UNSPECIFIED": 0, "EQUALS": 1, "EQUALS_CASE_INSENSITIVE": 2, "CONTAINS": 3, "CONTAINS_CASE_INSENSITIVE": 4, "STARTS_WITH": 5, "STARTS_WITH_CASE_INSENSITIVE": 6, "ENDS_WITH": 7, "ENDS_WITH_CASE_INSENSITIVE": 8, "GREATER_THAN": 9, "GREATER_THAN_OR_EQUAL": 10, "LESS_THAN": 11, "LESS_THAN_OR_EQUAL": 12, "REGULAR_EXPRESSION": 13, "REGULAR_EXPRESSION_CASE_INSENSITIVE": 14, } )
Enum value maps for MatchingCondition_ComparisonType.
var ( ExpandedDataSetFilter_StringFilter_MatchType_name = map[int32]string{ 0: "MATCH_TYPE_UNSPECIFIED", 1: "EXACT", 2: "CONTAINS", } ExpandedDataSetFilter_StringFilter_MatchType_value = map[string]int32{ "MATCH_TYPE_UNSPECIFIED": 0, "EXACT": 1, "CONTAINS": 2, } )
Enum value maps for ExpandedDataSetFilter_StringFilter_MatchType.
var ( IndustryCategory_name = map[int32]string{ 0: "INDUSTRY_CATEGORY_UNSPECIFIED", 1: "AUTOMOTIVE", 2: "BUSINESS_AND_INDUSTRIAL_MARKETS", 3: "FINANCE", 4: "HEALTHCARE", 5: "TECHNOLOGY", 6: "TRAVEL", 7: "OTHER", 8: "ARTS_AND_ENTERTAINMENT", 9: "BEAUTY_AND_FITNESS", 10: "BOOKS_AND_LITERATURE", 11: "FOOD_AND_DRINK", 12: "GAMES", 13: "HOBBIES_AND_LEISURE", 14: "HOME_AND_GARDEN", 15: "INTERNET_AND_TELECOM", 16: "LAW_AND_GOVERNMENT", 17: "NEWS", 18: "ONLINE_COMMUNITIES", 19: "PEOPLE_AND_SOCIETY", 20: "PETS_AND_ANIMALS", 21: "REAL_ESTATE", 22: "REFERENCE", 23: "SCIENCE", 24: "SPORTS", 25: "JOBS_AND_EDUCATION", 26: "SHOPPING", } IndustryCategory_value = map[string]int32{ "INDUSTRY_CATEGORY_UNSPECIFIED": 0, "AUTOMOTIVE": 1, "BUSINESS_AND_INDUSTRIAL_MARKETS": 2, "FINANCE": 3, "HEALTHCARE": 4, "TECHNOLOGY": 5, "TRAVEL": 6, "OTHER": 7, "ARTS_AND_ENTERTAINMENT": 8, "BEAUTY_AND_FITNESS": 9, "BOOKS_AND_LITERATURE": 10, "FOOD_AND_DRINK": 11, "GAMES": 12, "HOBBIES_AND_LEISURE": 13, "HOME_AND_GARDEN": 14, "INTERNET_AND_TELECOM": 15, "LAW_AND_GOVERNMENT": 16, "NEWS": 17, "ONLINE_COMMUNITIES": 18, "PEOPLE_AND_SOCIETY": 19, "PETS_AND_ANIMALS": 20, "REAL_ESTATE": 21, "REFERENCE": 22, "SCIENCE": 23, "SPORTS": 24, "JOBS_AND_EDUCATION": 25, "SHOPPING": 26, } )
Enum value maps for IndustryCategory.
var ( ServiceLevel_name = map[int32]string{ 0: "SERVICE_LEVEL_UNSPECIFIED", 1: "GOOGLE_ANALYTICS_STANDARD", 2: "GOOGLE_ANALYTICS_360", } ServiceLevel_value = map[string]int32{ "SERVICE_LEVEL_UNSPECIFIED": 0, "GOOGLE_ANALYTICS_STANDARD": 1, "GOOGLE_ANALYTICS_360": 2, } )
Enum value maps for ServiceLevel.
var ( ActorType_name = map[int32]string{ 0: "ACTOR_TYPE_UNSPECIFIED", 1: "USER", 2: "SYSTEM", 3: "SUPPORT", } ActorType_value = map[string]int32{ "ACTOR_TYPE_UNSPECIFIED": 0, "USER": 1, "SYSTEM": 2, "SUPPORT": 3, } )
Enum value maps for ActorType.
var ( ActionType_name = map[int32]string{ 0: "ACTION_TYPE_UNSPECIFIED", 1: "CREATED", 2: "UPDATED", 3: "DELETED", } ActionType_value = map[string]int32{ "ACTION_TYPE_UNSPECIFIED": 0, "CREATED": 1, "UPDATED": 2, "DELETED": 3, } )
Enum value maps for ActionType.
var ( ChangeHistoryResourceType_name = map[int32]string{ 0: "CHANGE_HISTORY_RESOURCE_TYPE_UNSPECIFIED", 1: "ACCOUNT", 2: "PROPERTY", 6: "FIREBASE_LINK", 7: "GOOGLE_ADS_LINK", 8: "GOOGLE_SIGNALS_SETTINGS", 9: "CONVERSION_EVENT", 10: "MEASUREMENT_PROTOCOL_SECRET", 11: "CUSTOM_DIMENSION", 12: "CUSTOM_METRIC", 13: "DATA_RETENTION_SETTINGS", 14: "DISPLAY_VIDEO_360_ADVERTISER_LINK", 15: "DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL", 16: "SEARCH_ADS_360_LINK", 18: "DATA_STREAM", 20: "ATTRIBUTION_SETTINGS", 21: "EXPANDED_DATA_SET", 22: "CHANNEL_GROUP", 23: "BIGQUERY_LINK", 24: "ENHANCED_MEASUREMENT_SETTINGS", 25: "DATA_REDACTION_SETTINGS", 26: "SKADNETWORK_CONVERSION_VALUE_SCHEMA", 27: "ADSENSE_LINK", 28: "AUDIENCE", 29: "EVENT_CREATE_RULE", 31: "CALCULATED_METRIC", } ChangeHistoryResourceType_value = map[string]int32{ "CHANGE_HISTORY_RESOURCE_TYPE_UNSPECIFIED": 0, "ACCOUNT": 1, "PROPERTY": 2, "FIREBASE_LINK": 6, "GOOGLE_ADS_LINK": 7, "GOOGLE_SIGNALS_SETTINGS": 8, "CONVERSION_EVENT": 9, "MEASUREMENT_PROTOCOL_SECRET": 10, "CUSTOM_DIMENSION": 11, "CUSTOM_METRIC": 12, "DATA_RETENTION_SETTINGS": 13, "DISPLAY_VIDEO_360_ADVERTISER_LINK": 14, "DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL": 15, "SEARCH_ADS_360_LINK": 16, "DATA_STREAM": 18, "ATTRIBUTION_SETTINGS": 20, "EXPANDED_DATA_SET": 21, "CHANNEL_GROUP": 22, "BIGQUERY_LINK": 23, "ENHANCED_MEASUREMENT_SETTINGS": 24, "DATA_REDACTION_SETTINGS": 25, "SKADNETWORK_CONVERSION_VALUE_SCHEMA": 26, "ADSENSE_LINK": 27, "AUDIENCE": 28, "EVENT_CREATE_RULE": 29, "CALCULATED_METRIC": 31, } )
Enum value maps for ChangeHistoryResourceType.
var ( GoogleSignalsState_name = map[int32]string{ 0: "GOOGLE_SIGNALS_STATE_UNSPECIFIED", 1: "GOOGLE_SIGNALS_ENABLED", 2: "GOOGLE_SIGNALS_DISABLED", } GoogleSignalsState_value = map[string]int32{ "GOOGLE_SIGNALS_STATE_UNSPECIFIED": 0, "GOOGLE_SIGNALS_ENABLED": 1, "GOOGLE_SIGNALS_DISABLED": 2, } )
Enum value maps for GoogleSignalsState.
var ( GoogleSignalsConsent_name = map[int32]string{ 0: "GOOGLE_SIGNALS_CONSENT_UNSPECIFIED", 2: "GOOGLE_SIGNALS_CONSENT_CONSENTED", 1: "GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED", } GoogleSignalsConsent_value = map[string]int32{ "GOOGLE_SIGNALS_CONSENT_UNSPECIFIED": 0, "GOOGLE_SIGNALS_CONSENT_CONSENTED": 2, "GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED": 1, } )
Enum value maps for GoogleSignalsConsent.
var ( LinkProposalInitiatingProduct_name = map[int32]string{ 0: "LINK_PROPOSAL_INITIATING_PRODUCT_UNSPECIFIED", 1: "GOOGLE_ANALYTICS", 2: "LINKED_PRODUCT", } LinkProposalInitiatingProduct_value = map[string]int32{ "LINK_PROPOSAL_INITIATING_PRODUCT_UNSPECIFIED": 0, "GOOGLE_ANALYTICS": 1, "LINKED_PRODUCT": 2, } )
Enum value maps for LinkProposalInitiatingProduct.
var ( LinkProposalState_name = map[int32]string{ 0: "LINK_PROPOSAL_STATE_UNSPECIFIED", 1: "AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS", 2: "AWAITING_REVIEW_FROM_LINKED_PRODUCT", 3: "WITHDRAWN", 4: "DECLINED", 5: "EXPIRED", 6: "OBSOLETE", } LinkProposalState_value = map[string]int32{ "LINK_PROPOSAL_STATE_UNSPECIFIED": 0, "AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS": 1, "AWAITING_REVIEW_FROM_LINKED_PRODUCT": 2, "WITHDRAWN": 3, "DECLINED": 4, "EXPIRED": 5, "OBSOLETE": 6, } )
Enum value maps for LinkProposalState.
var ( PropertyType_name = map[int32]string{ 0: "PROPERTY_TYPE_UNSPECIFIED", 1: "PROPERTY_TYPE_ORDINARY", 2: "PROPERTY_TYPE_SUBPROPERTY", 3: "PROPERTY_TYPE_ROLLUP", } PropertyType_value = map[string]int32{ "PROPERTY_TYPE_UNSPECIFIED": 0, "PROPERTY_TYPE_ORDINARY": 1, "PROPERTY_TYPE_SUBPROPERTY": 2, "PROPERTY_TYPE_ROLLUP": 3, } )
Enum value maps for PropertyType.
var ( CoarseValue_name = map[int32]string{ 0: "COARSE_VALUE_UNSPECIFIED", 1: "COARSE_VALUE_LOW", 2: "COARSE_VALUE_MEDIUM", 3: "COARSE_VALUE_HIGH", } CoarseValue_value = map[string]int32{ "COARSE_VALUE_UNSPECIFIED": 0, "COARSE_VALUE_LOW": 1, "COARSE_VALUE_MEDIUM": 2, "COARSE_VALUE_HIGH": 3, } )
Enum value maps for CoarseValue.
var ( DataStream_DataStreamType_name = map[int32]string{ 0: "DATA_STREAM_TYPE_UNSPECIFIED", 1: "WEB_DATA_STREAM", 2: "ANDROID_APP_DATA_STREAM", 3: "IOS_APP_DATA_STREAM", } DataStream_DataStreamType_value = map[string]int32{ "DATA_STREAM_TYPE_UNSPECIFIED": 0, "WEB_DATA_STREAM": 1, "ANDROID_APP_DATA_STREAM": 2, "IOS_APP_DATA_STREAM": 3, } )
Enum value maps for DataStream_DataStreamType.
var ( ConversionEvent_ConversionCountingMethod_name = map[int32]string{ 0: "CONVERSION_COUNTING_METHOD_UNSPECIFIED", 1: "ONCE_PER_EVENT", 2: "ONCE_PER_SESSION", } ConversionEvent_ConversionCountingMethod_value = map[string]int32{ "CONVERSION_COUNTING_METHOD_UNSPECIFIED": 0, "ONCE_PER_EVENT": 1, "ONCE_PER_SESSION": 2, } )
Enum value maps for ConversionEvent_ConversionCountingMethod.
var ( KeyEvent_CountingMethod_name = map[int32]string{ 0: "COUNTING_METHOD_UNSPECIFIED", 1: "ONCE_PER_EVENT", 2: "ONCE_PER_SESSION", } KeyEvent_CountingMethod_value = map[string]int32{ "COUNTING_METHOD_UNSPECIFIED": 0, "ONCE_PER_EVENT": 1, "ONCE_PER_SESSION": 2, } )
Enum value maps for KeyEvent_CountingMethod.
var ( CustomDimension_DimensionScope_name = map[int32]string{ 0: "DIMENSION_SCOPE_UNSPECIFIED", 1: "EVENT", 2: "USER", 3: "ITEM", } CustomDimension_DimensionScope_value = map[string]int32{ "DIMENSION_SCOPE_UNSPECIFIED": 0, "EVENT": 1, "USER": 2, "ITEM": 3, } )
Enum value maps for CustomDimension_DimensionScope.
var ( CustomMetric_MeasurementUnit_name = map[int32]string{ 0: "MEASUREMENT_UNIT_UNSPECIFIED", 1: "STANDARD", 2: "CURRENCY", 3: "FEET", 4: "METERS", 5: "KILOMETERS", 6: "MILES", 7: "MILLISECONDS", 8: "SECONDS", 9: "MINUTES", 10: "HOURS", } CustomMetric_MeasurementUnit_value = map[string]int32{ "MEASUREMENT_UNIT_UNSPECIFIED": 0, "STANDARD": 1, "CURRENCY": 2, "FEET": 3, "METERS": 4, "KILOMETERS": 5, "MILES": 6, "MILLISECONDS": 7, "SECONDS": 8, "MINUTES": 9, "HOURS": 10, } )
Enum value maps for CustomMetric_MeasurementUnit.
var ( CustomMetric_MetricScope_name = map[int32]string{ 0: "METRIC_SCOPE_UNSPECIFIED", 1: "EVENT", } CustomMetric_MetricScope_value = map[string]int32{ "METRIC_SCOPE_UNSPECIFIED": 0, "EVENT": 1, } )
Enum value maps for CustomMetric_MetricScope.
var ( CustomMetric_RestrictedMetricType_name = map[int32]string{ 0: "RESTRICTED_METRIC_TYPE_UNSPECIFIED", 1: "COST_DATA", 2: "REVENUE_DATA", } CustomMetric_RestrictedMetricType_value = map[string]int32{ "RESTRICTED_METRIC_TYPE_UNSPECIFIED": 0, "COST_DATA": 1, "REVENUE_DATA": 2, } )
Enum value maps for CustomMetric_RestrictedMetricType.
var ( CalculatedMetric_MetricUnit_name = map[int32]string{ 0: "METRIC_UNIT_UNSPECIFIED", 1: "STANDARD", 2: "CURRENCY", 3: "FEET", 4: "MILES", 5: "METERS", 6: "KILOMETERS", 7: "MILLISECONDS", 8: "SECONDS", 9: "MINUTES", 10: "HOURS", } CalculatedMetric_MetricUnit_value = map[string]int32{ "METRIC_UNIT_UNSPECIFIED": 0, "STANDARD": 1, "CURRENCY": 2, "FEET": 3, "MILES": 4, "METERS": 5, "KILOMETERS": 6, "MILLISECONDS": 7, "SECONDS": 8, "MINUTES": 9, "HOURS": 10, } )
Enum value maps for CalculatedMetric_MetricUnit.
var ( CalculatedMetric_RestrictedMetricType_name = map[int32]string{ 0: "RESTRICTED_METRIC_TYPE_UNSPECIFIED", 1: "COST_DATA", 2: "REVENUE_DATA", } CalculatedMetric_RestrictedMetricType_value = map[string]int32{ "RESTRICTED_METRIC_TYPE_UNSPECIFIED": 0, "COST_DATA": 1, "REVENUE_DATA": 2, } )
Enum value maps for CalculatedMetric_RestrictedMetricType.
var ( DataRetentionSettings_RetentionDuration_name = map[int32]string{ 0: "RETENTION_DURATION_UNSPECIFIED", 1: "TWO_MONTHS", 3: "FOURTEEN_MONTHS", 4: "TWENTY_SIX_MONTHS", 5: "THIRTY_EIGHT_MONTHS", 6: "FIFTY_MONTHS", } DataRetentionSettings_RetentionDuration_value = map[string]int32{ "RETENTION_DURATION_UNSPECIFIED": 0, "TWO_MONTHS": 1, "FOURTEEN_MONTHS": 3, "TWENTY_SIX_MONTHS": 4, "THIRTY_EIGHT_MONTHS": 5, "FIFTY_MONTHS": 6, } )
Enum value maps for DataRetentionSettings_RetentionDuration.
var ( AttributionSettings_AcquisitionConversionEventLookbackWindow_name = map[int32]string{ 0: "ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED", 1: "ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS", 2: "ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS", } AttributionSettings_AcquisitionConversionEventLookbackWindow_value = map[string]int32{ "ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED": 0, "ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS": 1, "ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS": 2, } )
Enum value maps for AttributionSettings_AcquisitionConversionEventLookbackWindow.
var ( AttributionSettings_OtherConversionEventLookbackWindow_name = map[int32]string{ 0: "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED", 1: "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS", 2: "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS", 3: "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS", } AttributionSettings_OtherConversionEventLookbackWindow_value = map[string]int32{ "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED": 0, "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS": 1, "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS": 2, "OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS": 3, } )
Enum value maps for AttributionSettings_OtherConversionEventLookbackWindow.
var ( AttributionSettings_ReportingAttributionModel_name = map[int32]string{ 0: "REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED", 1: "PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN", 2: "PAID_AND_ORGANIC_CHANNELS_LAST_CLICK", 7: "GOOGLE_PAID_CHANNELS_LAST_CLICK", } AttributionSettings_ReportingAttributionModel_value = map[string]int32{ "REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED": 0, "PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN": 1, "PAID_AND_ORGANIC_CHANNELS_LAST_CLICK": 2, "GOOGLE_PAID_CHANNELS_LAST_CLICK": 7, } )
Enum value maps for AttributionSettings_ReportingAttributionModel.
var ( AttributionSettings_AdsWebConversionDataExportScope_name = map[int32]string{ 0: "ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED", 1: "NOT_SELECTED_YET", 2: "PAID_AND_ORGANIC_CHANNELS", 3: "GOOGLE_PAID_CHANNELS", } AttributionSettings_AdsWebConversionDataExportScope_value = map[string]int32{ "ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED": 0, "NOT_SELECTED_YET": 1, "PAID_AND_ORGANIC_CHANNELS": 2, "GOOGLE_PAID_CHANNELS": 3, } )
Enum value maps for AttributionSettings_AdsWebConversionDataExportScope.
var ( SubpropertyEventFilterCondition_StringFilter_MatchType_name = map[int32]string{ 0: "MATCH_TYPE_UNSPECIFIED", 1: "EXACT", 2: "BEGINS_WITH", 3: "ENDS_WITH", 4: "CONTAINS", 5: "FULL_REGEXP", 6: "PARTIAL_REGEXP", } SubpropertyEventFilterCondition_StringFilter_MatchType_value = map[string]int32{ "MATCH_TYPE_UNSPECIFIED": 0, "EXACT": 1, "BEGINS_WITH": 2, "ENDS_WITH": 3, "CONTAINS": 4, "FULL_REGEXP": 5, "PARTIAL_REGEXP": 6, } )
Enum value maps for SubpropertyEventFilterCondition_StringFilter_MatchType.
var ( SubpropertyEventFilterClause_FilterClauseType_name = map[int32]string{ 0: "FILTER_CLAUSE_TYPE_UNSPECIFIED", 1: "INCLUDE", 2: "EXCLUDE", } SubpropertyEventFilterClause_FilterClauseType_value = map[string]int32{ "FILTER_CLAUSE_TYPE_UNSPECIFIED": 0, "INCLUDE": 1, "EXCLUDE": 2, } )
Enum value maps for SubpropertyEventFilterClause_FilterClauseType.
var File_google_analytics_admin_v1alpha_access_report_proto protoreflect.FileDescriptor
var File_google_analytics_admin_v1alpha_analytics_admin_proto protoreflect.FileDescriptor
var File_google_analytics_admin_v1alpha_audience_proto protoreflect.FileDescriptor
var File_google_analytics_admin_v1alpha_channel_group_proto protoreflect.FileDescriptor
var File_google_analytics_admin_v1alpha_event_create_and_edit_proto protoreflect.FileDescriptor
var File_google_analytics_admin_v1alpha_expanded_data_set_proto protoreflect.FileDescriptor
var File_google_analytics_admin_v1alpha_resources_proto protoreflect.FileDescriptor
var File_google_analytics_admin_v1alpha_subproperty_event_filter_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAnalyticsAdminServiceServer ¶
func RegisterAnalyticsAdminServiceServer(s *grpc.Server, srv AnalyticsAdminServiceServer)
Types ¶
type AccessBetweenFilter ¶
type AccessBetweenFilter struct { // Begins with this number. FromValue *NumericValue `protobuf:"bytes,1,opt,name=from_value,json=fromValue,proto3" json:"from_value,omitempty"` // Ends with this number. ToValue *NumericValue `protobuf:"bytes,2,opt,name=to_value,json=toValue,proto3" json:"to_value,omitempty"` // contains filtered or unexported fields }
To express that the result needs to be between two numbers (inclusive).
func (*AccessBetweenFilter) Descriptor
deprecated
func (*AccessBetweenFilter) Descriptor() ([]byte, []int)
Deprecated: Use AccessBetweenFilter.ProtoReflect.Descriptor instead.
func (*AccessBetweenFilter) GetFromValue ¶
func (x *AccessBetweenFilter) GetFromValue() *NumericValue
func (*AccessBetweenFilter) GetToValue ¶
func (x *AccessBetweenFilter) GetToValue() *NumericValue
func (*AccessBetweenFilter) ProtoMessage ¶
func (*AccessBetweenFilter) ProtoMessage()
func (*AccessBetweenFilter) ProtoReflect ¶
func (x *AccessBetweenFilter) ProtoReflect() protoreflect.Message
func (*AccessBetweenFilter) Reset ¶
func (x *AccessBetweenFilter) Reset()
func (*AccessBetweenFilter) String ¶
func (x *AccessBetweenFilter) String() string
type AccessBinding ¶ added in v0.18.0
type AccessBinding struct { // The target for which to set roles for. // // Types that are assignable to AccessTarget: // // *AccessBinding_User AccessTarget isAccessBinding_AccessTarget `protobuf_oneof:"access_target"` // Output only. Resource name of this binding. // // Format: accounts/{account}/accessBindings/{access_binding} or // properties/{property}/accessBindings/{access_binding} // // Example: // "accounts/100/accessBindings/200" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // A list of roles for to grant to the parent resource. // // Valid values: // predefinedRoles/viewer // predefinedRoles/analyst // predefinedRoles/editor // predefinedRoles/admin // predefinedRoles/no-cost-data // predefinedRoles/no-revenue-data // // For users, if an empty list of roles is set, this AccessBinding will be // deleted. Roles []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"` // contains filtered or unexported fields }
A binding of a user to a set of roles.
func (*AccessBinding) Descriptor
deprecated
added in
v0.18.0
func (*AccessBinding) Descriptor() ([]byte, []int)
Deprecated: Use AccessBinding.ProtoReflect.Descriptor instead.
func (*AccessBinding) GetAccessTarget ¶ added in v0.18.0
func (m *AccessBinding) GetAccessTarget() isAccessBinding_AccessTarget
func (*AccessBinding) GetName ¶ added in v0.18.0
func (x *AccessBinding) GetName() string
func (*AccessBinding) GetRoles ¶ added in v0.18.0
func (x *AccessBinding) GetRoles() []string
func (*AccessBinding) GetUser ¶ added in v0.18.0
func (x *AccessBinding) GetUser() string
func (*AccessBinding) ProtoMessage ¶ added in v0.18.0
func (*AccessBinding) ProtoMessage()
func (*AccessBinding) ProtoReflect ¶ added in v0.18.0
func (x *AccessBinding) ProtoReflect() protoreflect.Message
func (*AccessBinding) Reset ¶ added in v0.18.0
func (x *AccessBinding) Reset()
func (*AccessBinding) String ¶ added in v0.18.0
func (x *AccessBinding) String() string
type AccessBinding_User ¶ added in v0.18.0
type AccessBinding_User struct { // If set, the email address of the user to set roles for. // Format: "someuser@gmail.com" User string `protobuf:"bytes,2,opt,name=user,proto3,oneof"` }
type AccessDateRange ¶
type AccessDateRange struct { // The inclusive start date for the query in the format `YYYY-MM-DD`. Cannot // be after `endDate`. The format `NdaysAgo`, `yesterday`, or `today` is also // accepted, and in that case, the date is inferred based on the current time // in the request's time zone. StartDate string `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` // The inclusive end date for the query in the format `YYYY-MM-DD`. Cannot // be before `startDate`. The format `NdaysAgo`, `yesterday`, or `today` is // also accepted, and in that case, the date is inferred based on the current // time in the request's time zone. EndDate string `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` // contains filtered or unexported fields }
A contiguous range of days: startDate, startDate + 1, ..., endDate.
func (*AccessDateRange) Descriptor
deprecated
func (*AccessDateRange) Descriptor() ([]byte, []int)
Deprecated: Use AccessDateRange.ProtoReflect.Descriptor instead.
func (*AccessDateRange) GetEndDate ¶
func (x *AccessDateRange) GetEndDate() string
func (*AccessDateRange) GetStartDate ¶
func (x *AccessDateRange) GetStartDate() string
func (*AccessDateRange) ProtoMessage ¶
func (*AccessDateRange) ProtoMessage()
func (*AccessDateRange) ProtoReflect ¶
func (x *AccessDateRange) ProtoReflect() protoreflect.Message
func (*AccessDateRange) Reset ¶
func (x *AccessDateRange) Reset()
func (*AccessDateRange) String ¶
func (x *AccessDateRange) String() string
type AccessDimension ¶
type AccessDimension struct { // The API name of the dimension. See [Data Access // Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) // for the list of dimensions supported in this API. // // Dimensions are referenced by name in `dimensionFilter` and `orderBys`. DimensionName string `protobuf:"bytes,1,opt,name=dimension_name,json=dimensionName,proto3" json:"dimension_name,omitempty"` // contains filtered or unexported fields }
Dimensions are attributes of your data. For example, the dimension `userEmail` indicates the email of the user that accessed reporting data. Dimension values in report responses are strings.
func (*AccessDimension) Descriptor
deprecated
func (*AccessDimension) Descriptor() ([]byte, []int)
Deprecated: Use AccessDimension.ProtoReflect.Descriptor instead.
func (*AccessDimension) GetDimensionName ¶
func (x *AccessDimension) GetDimensionName() string
func (*AccessDimension) ProtoMessage ¶
func (*AccessDimension) ProtoMessage()
func (*AccessDimension) ProtoReflect ¶
func (x *AccessDimension) ProtoReflect() protoreflect.Message
func (*AccessDimension) Reset ¶
func (x *AccessDimension) Reset()
func (*AccessDimension) String ¶
func (x *AccessDimension) String() string
type AccessDimensionHeader ¶
type AccessDimensionHeader struct { // The dimension's name; for example 'userEmail'. DimensionName string `protobuf:"bytes,1,opt,name=dimension_name,json=dimensionName,proto3" json:"dimension_name,omitempty"` // contains filtered or unexported fields }
Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.
func (*AccessDimensionHeader) Descriptor
deprecated
func (*AccessDimensionHeader) Descriptor() ([]byte, []int)
Deprecated: Use AccessDimensionHeader.ProtoReflect.Descriptor instead.
func (*AccessDimensionHeader) GetDimensionName ¶
func (x *AccessDimensionHeader) GetDimensionName() string
func (*AccessDimensionHeader) ProtoMessage ¶
func (*AccessDimensionHeader) ProtoMessage()
func (*AccessDimensionHeader) ProtoReflect ¶
func (x *AccessDimensionHeader) ProtoReflect() protoreflect.Message
func (*AccessDimensionHeader) Reset ¶
func (x *AccessDimensionHeader) Reset()
func (*AccessDimensionHeader) String ¶
func (x *AccessDimensionHeader) String() string
type AccessDimensionValue ¶
type AccessDimensionValue struct { // The dimension value. For example, this value may be 'France' for the // 'country' dimension. Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
The value of a dimension.
func (*AccessDimensionValue) Descriptor
deprecated
func (*AccessDimensionValue) Descriptor() ([]byte, []int)
Deprecated: Use AccessDimensionValue.ProtoReflect.Descriptor instead.
func (*AccessDimensionValue) GetValue ¶
func (x *AccessDimensionValue) GetValue() string
func (*AccessDimensionValue) ProtoMessage ¶
func (*AccessDimensionValue) ProtoMessage()
func (*AccessDimensionValue) ProtoReflect ¶
func (x *AccessDimensionValue) ProtoReflect() protoreflect.Message
func (*AccessDimensionValue) Reset ¶
func (x *AccessDimensionValue) Reset()
func (*AccessDimensionValue) String ¶
func (x *AccessDimensionValue) String() string
type AccessFilter ¶
type AccessFilter struct { // Specify one type of filter for `Filter`. // // Types that are assignable to OneFilter: // // *AccessFilter_StringFilter // *AccessFilter_InListFilter // *AccessFilter_NumericFilter // *AccessFilter_BetweenFilter OneFilter isAccessFilter_OneFilter `protobuf_oneof:"one_filter"` // The dimension name or metric name. FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // contains filtered or unexported fields }
An expression to filter dimension or metric values.
func (*AccessFilter) Descriptor
deprecated
func (*AccessFilter) Descriptor() ([]byte, []int)
Deprecated: Use AccessFilter.ProtoReflect.Descriptor instead.
func (*AccessFilter) GetBetweenFilter ¶
func (x *AccessFilter) GetBetweenFilter() *AccessBetweenFilter
func (*AccessFilter) GetFieldName ¶
func (x *AccessFilter) GetFieldName() string
func (*AccessFilter) GetInListFilter ¶
func (x *AccessFilter) GetInListFilter() *AccessInListFilter
func (*AccessFilter) GetNumericFilter ¶
func (x *AccessFilter) GetNumericFilter() *AccessNumericFilter
func (*AccessFilter) GetOneFilter ¶
func (m *AccessFilter) GetOneFilter() isAccessFilter_OneFilter
func (*AccessFilter) GetStringFilter ¶
func (x *AccessFilter) GetStringFilter() *AccessStringFilter
func (*AccessFilter) ProtoMessage ¶
func (*AccessFilter) ProtoMessage()
func (*AccessFilter) ProtoReflect ¶
func (x *AccessFilter) ProtoReflect() protoreflect.Message
func (*AccessFilter) Reset ¶
func (x *AccessFilter) Reset()
func (*AccessFilter) String ¶
func (x *AccessFilter) String() string
type AccessFilterExpression ¶
type AccessFilterExpression struct { // Specify one type of filter expression for `FilterExpression`. // // Types that are assignable to OneExpression: // // *AccessFilterExpression_AndGroup // *AccessFilterExpression_OrGroup // *AccessFilterExpression_NotExpression // *AccessFilterExpression_AccessFilter OneExpression isAccessFilterExpression_OneExpression `protobuf_oneof:"one_expression"` // contains filtered or unexported fields }
Expresses dimension or metric filters. The fields in the same expression need to be either all dimensions or all metrics.
func (*AccessFilterExpression) Descriptor
deprecated
func (*AccessFilterExpression) Descriptor() ([]byte, []int)
Deprecated: Use AccessFilterExpression.ProtoReflect.Descriptor instead.
func (*AccessFilterExpression) GetAccessFilter ¶
func (x *AccessFilterExpression) GetAccessFilter() *AccessFilter
func (*AccessFilterExpression) GetAndGroup ¶
func (x *AccessFilterExpression) GetAndGroup() *AccessFilterExpressionList
func (*AccessFilterExpression) GetNotExpression ¶
func (x *AccessFilterExpression) GetNotExpression() *AccessFilterExpression
func (*AccessFilterExpression) GetOneExpression ¶
func (m *AccessFilterExpression) GetOneExpression() isAccessFilterExpression_OneExpression
func (*AccessFilterExpression) GetOrGroup ¶
func (x *AccessFilterExpression) GetOrGroup() *AccessFilterExpressionList
func (*AccessFilterExpression) ProtoMessage ¶
func (*AccessFilterExpression) ProtoMessage()
func (*AccessFilterExpression) ProtoReflect ¶
func (x *AccessFilterExpression) ProtoReflect() protoreflect.Message
func (*AccessFilterExpression) Reset ¶
func (x *AccessFilterExpression) Reset()
func (*AccessFilterExpression) String ¶
func (x *AccessFilterExpression) String() string
type AccessFilterExpressionList ¶
type AccessFilterExpressionList struct { // A list of filter expressions. Expressions []*AccessFilterExpression `protobuf:"bytes,1,rep,name=expressions,proto3" json:"expressions,omitempty"` // contains filtered or unexported fields }
A list of filter expressions.
func (*AccessFilterExpressionList) Descriptor
deprecated
func (*AccessFilterExpressionList) Descriptor() ([]byte, []int)
Deprecated: Use AccessFilterExpressionList.ProtoReflect.Descriptor instead.
func (*AccessFilterExpressionList) GetExpressions ¶
func (x *AccessFilterExpressionList) GetExpressions() []*AccessFilterExpression
func (*AccessFilterExpressionList) ProtoMessage ¶
func (*AccessFilterExpressionList) ProtoMessage()
func (*AccessFilterExpressionList) ProtoReflect ¶
func (x *AccessFilterExpressionList) ProtoReflect() protoreflect.Message
func (*AccessFilterExpressionList) Reset ¶
func (x *AccessFilterExpressionList) Reset()
func (*AccessFilterExpressionList) String ¶
func (x *AccessFilterExpressionList) String() string
type AccessFilterExpression_AccessFilter ¶
type AccessFilterExpression_AccessFilter struct { // A primitive filter. In the same FilterExpression, all of the filter's // field names need to be either all dimensions or all metrics. AccessFilter *AccessFilter `protobuf:"bytes,4,opt,name=access_filter,json=accessFilter,proto3,oneof"` }
type AccessFilterExpression_AndGroup ¶
type AccessFilterExpression_AndGroup struct { // Each of the FilterExpressions in the and_group has an AND relationship. AndGroup *AccessFilterExpressionList `protobuf:"bytes,1,opt,name=and_group,json=andGroup,proto3,oneof"` }
type AccessFilterExpression_NotExpression ¶
type AccessFilterExpression_NotExpression struct { // The FilterExpression is NOT of not_expression. NotExpression *AccessFilterExpression `protobuf:"bytes,3,opt,name=not_expression,json=notExpression,proto3,oneof"` }
type AccessFilterExpression_OrGroup ¶
type AccessFilterExpression_OrGroup struct { // Each of the FilterExpressions in the or_group has an OR relationship. OrGroup *AccessFilterExpressionList `protobuf:"bytes,2,opt,name=or_group,json=orGroup,proto3,oneof"` }
type AccessFilter_BetweenFilter ¶
type AccessFilter_BetweenFilter struct { // A filter for two values. BetweenFilter *AccessBetweenFilter `protobuf:"bytes,5,opt,name=between_filter,json=betweenFilter,proto3,oneof"` }
type AccessFilter_InListFilter ¶
type AccessFilter_InListFilter struct { // A filter for in list values. InListFilter *AccessInListFilter `protobuf:"bytes,3,opt,name=in_list_filter,json=inListFilter,proto3,oneof"` }
type AccessFilter_NumericFilter ¶
type AccessFilter_NumericFilter struct { // A filter for numeric or date values. NumericFilter *AccessNumericFilter `protobuf:"bytes,4,opt,name=numeric_filter,json=numericFilter,proto3,oneof"` }
type AccessFilter_StringFilter ¶
type AccessFilter_StringFilter struct { // Strings related filter. StringFilter *AccessStringFilter `protobuf:"bytes,2,opt,name=string_filter,json=stringFilter,proto3,oneof"` }
type AccessInListFilter ¶
type AccessInListFilter struct { // The list of string values. Must be non-empty. Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // If true, the string value is case sensitive. CaseSensitive bool `protobuf:"varint,2,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"` // contains filtered or unexported fields }
The result needs to be in a list of string values.
func (*AccessInListFilter) Descriptor
deprecated
func (*AccessInListFilter) Descriptor() ([]byte, []int)
Deprecated: Use AccessInListFilter.ProtoReflect.Descriptor instead.
func (*AccessInListFilter) GetCaseSensitive ¶
func (x *AccessInListFilter) GetCaseSensitive() bool
func (*AccessInListFilter) GetValues ¶
func (x *AccessInListFilter) GetValues() []string
func (*AccessInListFilter) ProtoMessage ¶
func (*AccessInListFilter) ProtoMessage()
func (*AccessInListFilter) ProtoReflect ¶
func (x *AccessInListFilter) ProtoReflect() protoreflect.Message
func (*AccessInListFilter) Reset ¶
func (x *AccessInListFilter) Reset()
func (*AccessInListFilter) String ¶
func (x *AccessInListFilter) String() string
type AccessMetric ¶
type AccessMetric struct { // The API name of the metric. See [Data Access // Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) // for the list of metrics supported in this API. // // Metrics are referenced by name in `metricFilter` & `orderBys`. MetricName string `protobuf:"bytes,1,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"` // contains filtered or unexported fields }
The quantitative measurements of a report. For example, the metric `accessCount` is the total number of data access records.
func (*AccessMetric) Descriptor
deprecated
func (*AccessMetric) Descriptor() ([]byte, []int)
Deprecated: Use AccessMetric.ProtoReflect.Descriptor instead.
func (*AccessMetric) GetMetricName ¶
func (x *AccessMetric) GetMetricName() string
func (*AccessMetric) ProtoMessage ¶
func (*AccessMetric) ProtoMessage()
func (*AccessMetric) ProtoReflect ¶
func (x *AccessMetric) ProtoReflect() protoreflect.Message
func (*AccessMetric) Reset ¶
func (x *AccessMetric) Reset()
func (*AccessMetric) String ¶
func (x *AccessMetric) String() string
type AccessMetricHeader ¶
type AccessMetricHeader struct { // The metric's name; for example 'accessCount'. MetricName string `protobuf:"bytes,1,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"` // contains filtered or unexported fields }
Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers.
func (*AccessMetricHeader) Descriptor
deprecated
func (*AccessMetricHeader) Descriptor() ([]byte, []int)
Deprecated: Use AccessMetricHeader.ProtoReflect.Descriptor instead.
func (*AccessMetricHeader) GetMetricName ¶
func (x *AccessMetricHeader) GetMetricName() string
func (*AccessMetricHeader) ProtoMessage ¶
func (*AccessMetricHeader) ProtoMessage()
func (*AccessMetricHeader) ProtoReflect ¶
func (x *AccessMetricHeader) ProtoReflect() protoreflect.Message
func (*AccessMetricHeader) Reset ¶
func (x *AccessMetricHeader) Reset()
func (*AccessMetricHeader) String ¶
func (x *AccessMetricHeader) String() string
type AccessMetricValue ¶
type AccessMetricValue struct { // The measurement value. For example, this value may be '13'. Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
The value of a metric.
func (*AccessMetricValue) Descriptor
deprecated
func (*AccessMetricValue) Descriptor() ([]byte, []int)
Deprecated: Use AccessMetricValue.ProtoReflect.Descriptor instead.
func (*AccessMetricValue) GetValue ¶
func (x *AccessMetricValue) GetValue() string
func (*AccessMetricValue) ProtoMessage ¶
func (*AccessMetricValue) ProtoMessage()
func (*AccessMetricValue) ProtoReflect ¶
func (x *AccessMetricValue) ProtoReflect() protoreflect.Message
func (*AccessMetricValue) Reset ¶
func (x *AccessMetricValue) Reset()
func (*AccessMetricValue) String ¶
func (x *AccessMetricValue) String() string
type AccessNumericFilter ¶
type AccessNumericFilter struct { // The operation type for this filter. Operation AccessNumericFilter_Operation `` /* 138-byte string literal not displayed */ // A numeric value or a date value. Value *NumericValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Filters for numeric or date values.
func (*AccessNumericFilter) Descriptor
deprecated
func (*AccessNumericFilter) Descriptor() ([]byte, []int)
Deprecated: Use AccessNumericFilter.ProtoReflect.Descriptor instead.
func (*AccessNumericFilter) GetOperation ¶
func (x *AccessNumericFilter) GetOperation() AccessNumericFilter_Operation
func (*AccessNumericFilter) GetValue ¶
func (x *AccessNumericFilter) GetValue() *NumericValue
func (*AccessNumericFilter) ProtoMessage ¶
func (*AccessNumericFilter) ProtoMessage()
func (*AccessNumericFilter) ProtoReflect ¶
func (x *AccessNumericFilter) ProtoReflect() protoreflect.Message
func (*AccessNumericFilter) Reset ¶
func (x *AccessNumericFilter) Reset()
func (*AccessNumericFilter) String ¶
func (x *AccessNumericFilter) String() string
type AccessNumericFilter_Operation ¶
type AccessNumericFilter_Operation int32
The operation applied to a numeric filter.
const ( // Unspecified. AccessNumericFilter_OPERATION_UNSPECIFIED AccessNumericFilter_Operation = 0 // Equal AccessNumericFilter_EQUAL AccessNumericFilter_Operation = 1 // Less than AccessNumericFilter_LESS_THAN AccessNumericFilter_Operation = 2 // Less than or equal AccessNumericFilter_LESS_THAN_OR_EQUAL AccessNumericFilter_Operation = 3 // Greater than AccessNumericFilter_GREATER_THAN AccessNumericFilter_Operation = 4 // Greater than or equal AccessNumericFilter_GREATER_THAN_OR_EQUAL AccessNumericFilter_Operation = 5 )
func (AccessNumericFilter_Operation) Descriptor ¶
func (AccessNumericFilter_Operation) Descriptor() protoreflect.EnumDescriptor
func (AccessNumericFilter_Operation) Enum ¶
func (x AccessNumericFilter_Operation) Enum() *AccessNumericFilter_Operation
func (AccessNumericFilter_Operation) EnumDescriptor
deprecated
func (AccessNumericFilter_Operation) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccessNumericFilter_Operation.Descriptor instead.
func (AccessNumericFilter_Operation) Number ¶
func (x AccessNumericFilter_Operation) Number() protoreflect.EnumNumber
func (AccessNumericFilter_Operation) String ¶
func (x AccessNumericFilter_Operation) String() string
func (AccessNumericFilter_Operation) Type ¶
func (AccessNumericFilter_Operation) Type() protoreflect.EnumType
type AccessOrderBy ¶
type AccessOrderBy struct { // Specify one type of order by for `OrderBy`. // // Types that are assignable to OneOrderBy: // // *AccessOrderBy_Metric // *AccessOrderBy_Dimension OneOrderBy isAccessOrderBy_OneOrderBy `protobuf_oneof:"one_order_by"` // If true, sorts by descending order. If false or unspecified, sorts in // ascending order. Desc bool `protobuf:"varint,3,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
Order bys define how rows will be sorted in the response. For example, ordering rows by descending access count is one ordering, and ordering rows by the country string is a different ordering.
func (*AccessOrderBy) Descriptor
deprecated
func (*AccessOrderBy) Descriptor() ([]byte, []int)
Deprecated: Use AccessOrderBy.ProtoReflect.Descriptor instead.
func (*AccessOrderBy) GetDesc ¶
func (x *AccessOrderBy) GetDesc() bool
func (*AccessOrderBy) GetDimension ¶
func (x *AccessOrderBy) GetDimension() *AccessOrderBy_DimensionOrderBy
func (*AccessOrderBy) GetMetric ¶
func (x *AccessOrderBy) GetMetric() *AccessOrderBy_MetricOrderBy
func (*AccessOrderBy) GetOneOrderBy ¶
func (m *AccessOrderBy) GetOneOrderBy() isAccessOrderBy_OneOrderBy
func (*AccessOrderBy) ProtoMessage ¶
func (*AccessOrderBy) ProtoMessage()
func (*AccessOrderBy) ProtoReflect ¶
func (x *AccessOrderBy) ProtoReflect() protoreflect.Message
func (*AccessOrderBy) Reset ¶
func (x *AccessOrderBy) Reset()
func (*AccessOrderBy) String ¶
func (x *AccessOrderBy) String() string
type AccessOrderBy_Dimension ¶
type AccessOrderBy_Dimension struct { // Sorts results by a dimension's values. Dimension *AccessOrderBy_DimensionOrderBy `protobuf:"bytes,2,opt,name=dimension,proto3,oneof"` }
type AccessOrderBy_DimensionOrderBy ¶
type AccessOrderBy_DimensionOrderBy struct { // A dimension name in the request to order by. DimensionName string `protobuf:"bytes,1,opt,name=dimension_name,json=dimensionName,proto3" json:"dimension_name,omitempty"` // Controls the rule for dimension value ordering. OrderType AccessOrderBy_DimensionOrderBy_OrderType `` /* 166-byte string literal not displayed */ // contains filtered or unexported fields }
Sorts by dimension values.
func (*AccessOrderBy_DimensionOrderBy) Descriptor
deprecated
func (*AccessOrderBy_DimensionOrderBy) Descriptor() ([]byte, []int)
Deprecated: Use AccessOrderBy_DimensionOrderBy.ProtoReflect.Descriptor instead.
func (*AccessOrderBy_DimensionOrderBy) GetDimensionName ¶
func (x *AccessOrderBy_DimensionOrderBy) GetDimensionName() string
func (*AccessOrderBy_DimensionOrderBy) GetOrderType ¶
func (x *AccessOrderBy_DimensionOrderBy) GetOrderType() AccessOrderBy_DimensionOrderBy_OrderType
func (*AccessOrderBy_DimensionOrderBy) ProtoMessage ¶
func (*AccessOrderBy_DimensionOrderBy) ProtoMessage()
func (*AccessOrderBy_DimensionOrderBy) ProtoReflect ¶
func (x *AccessOrderBy_DimensionOrderBy) ProtoReflect() protoreflect.Message
func (*AccessOrderBy_DimensionOrderBy) Reset ¶
func (x *AccessOrderBy_DimensionOrderBy) Reset()
func (*AccessOrderBy_DimensionOrderBy) String ¶
func (x *AccessOrderBy_DimensionOrderBy) String() string
type AccessOrderBy_DimensionOrderBy_OrderType ¶
type AccessOrderBy_DimensionOrderBy_OrderType int32
Rule to order the string dimension values by.
const ( // Unspecified. AccessOrderBy_DimensionOrderBy_ORDER_TYPE_UNSPECIFIED AccessOrderBy_DimensionOrderBy_OrderType = 0 // Alphanumeric sort by Unicode code point. For example, "2" < "A" < "X" < // "b" < "z". AccessOrderBy_DimensionOrderBy_ALPHANUMERIC AccessOrderBy_DimensionOrderBy_OrderType = 1 // Case insensitive alphanumeric sort by lower case Unicode code point. // For example, "2" < "A" < "b" < "X" < "z". AccessOrderBy_DimensionOrderBy_CASE_INSENSITIVE_ALPHANUMERIC AccessOrderBy_DimensionOrderBy_OrderType = 2 // Dimension values are converted to numbers before sorting. For example // in NUMERIC sort, "25" < "100", and in `ALPHANUMERIC` sort, "100" < // "25". Non-numeric dimension values all have equal ordering value below // all numeric values. AccessOrderBy_DimensionOrderBy_NUMERIC AccessOrderBy_DimensionOrderBy_OrderType = 3 )
func (AccessOrderBy_DimensionOrderBy_OrderType) Descriptor ¶
func (AccessOrderBy_DimensionOrderBy_OrderType) Descriptor() protoreflect.EnumDescriptor
func (AccessOrderBy_DimensionOrderBy_OrderType) EnumDescriptor
deprecated
func (AccessOrderBy_DimensionOrderBy_OrderType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccessOrderBy_DimensionOrderBy_OrderType.Descriptor instead.
func (AccessOrderBy_DimensionOrderBy_OrderType) Number ¶
func (x AccessOrderBy_DimensionOrderBy_OrderType) Number() protoreflect.EnumNumber
func (AccessOrderBy_DimensionOrderBy_OrderType) String ¶
func (x AccessOrderBy_DimensionOrderBy_OrderType) String() string
func (AccessOrderBy_DimensionOrderBy_OrderType) Type ¶
func (AccessOrderBy_DimensionOrderBy_OrderType) Type() protoreflect.EnumType
type AccessOrderBy_Metric ¶
type AccessOrderBy_Metric struct { // Sorts results by a metric's values. Metric *AccessOrderBy_MetricOrderBy `protobuf:"bytes,1,opt,name=metric,proto3,oneof"` }
type AccessOrderBy_MetricOrderBy ¶
type AccessOrderBy_MetricOrderBy struct { // A metric name in the request to order by. MetricName string `protobuf:"bytes,1,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"` // contains filtered or unexported fields }
Sorts by metric values.
func (*AccessOrderBy_MetricOrderBy) Descriptor
deprecated
func (*AccessOrderBy_MetricOrderBy) Descriptor() ([]byte, []int)
Deprecated: Use AccessOrderBy_MetricOrderBy.ProtoReflect.Descriptor instead.
func (*AccessOrderBy_MetricOrderBy) GetMetricName ¶
func (x *AccessOrderBy_MetricOrderBy) GetMetricName() string
func (*AccessOrderBy_MetricOrderBy) ProtoMessage ¶
func (*AccessOrderBy_MetricOrderBy) ProtoMessage()
func (*AccessOrderBy_MetricOrderBy) ProtoReflect ¶
func (x *AccessOrderBy_MetricOrderBy) ProtoReflect() protoreflect.Message
func (*AccessOrderBy_MetricOrderBy) Reset ¶
func (x *AccessOrderBy_MetricOrderBy) Reset()
func (*AccessOrderBy_MetricOrderBy) String ¶
func (x *AccessOrderBy_MetricOrderBy) String() string
type AccessQuota ¶
type AccessQuota struct { // Properties can use 250,000 tokens per day. Most requests consume fewer than // 10 tokens. TokensPerDay *AccessQuotaStatus `protobuf:"bytes,1,opt,name=tokens_per_day,json=tokensPerDay,proto3" json:"tokens_per_day,omitempty"` // Properties can use 50,000 tokens per hour. An API request consumes a single // number of tokens, and that number is deducted from all of the hourly, // daily, and per project hourly quotas. TokensPerHour *AccessQuotaStatus `protobuf:"bytes,2,opt,name=tokens_per_hour,json=tokensPerHour,proto3" json:"tokens_per_hour,omitempty"` // Properties can use up to 50 concurrent requests. ConcurrentRequests *AccessQuotaStatus `protobuf:"bytes,3,opt,name=concurrent_requests,json=concurrentRequests,proto3" json:"concurrent_requests,omitempty"` // Properties and cloud project pairs can have up to 50 server errors per // hour. ServerErrorsPerProjectPerHour *AccessQuotaStatus `` /* 156-byte string literal not displayed */ // Properties can use up to 25% of their tokens per project per hour. This // amounts to Analytics 360 Properties can use 12,500 tokens per project per // hour. An API request consumes a single number of tokens, and that number is // deducted from all of the hourly, daily, and per project hourly quotas. TokensPerProjectPerHour *AccessQuotaStatus `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
Current state of all quotas for this Analytics property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.
func (*AccessQuota) Descriptor
deprecated
func (*AccessQuota) Descriptor() ([]byte, []int)
Deprecated: Use AccessQuota.ProtoReflect.Descriptor instead.
func (*AccessQuota) GetConcurrentRequests ¶
func (x *AccessQuota) GetConcurrentRequests() *AccessQuotaStatus
func (*AccessQuota) GetServerErrorsPerProjectPerHour ¶
func (x *AccessQuota) GetServerErrorsPerProjectPerHour() *AccessQuotaStatus
func (*AccessQuota) GetTokensPerDay ¶
func (x *AccessQuota) GetTokensPerDay() *AccessQuotaStatus
func (*AccessQuota) GetTokensPerHour ¶
func (x *AccessQuota) GetTokensPerHour() *AccessQuotaStatus
func (*AccessQuota) GetTokensPerProjectPerHour ¶ added in v0.17.0
func (x *AccessQuota) GetTokensPerProjectPerHour() *AccessQuotaStatus
func (*AccessQuota) ProtoMessage ¶
func (*AccessQuota) ProtoMessage()
func (*AccessQuota) ProtoReflect ¶
func (x *AccessQuota) ProtoReflect() protoreflect.Message
func (*AccessQuota) Reset ¶
func (x *AccessQuota) Reset()
func (*AccessQuota) String ¶
func (x *AccessQuota) String() string
type AccessQuotaStatus ¶
type AccessQuotaStatus struct { // Quota consumed by this request. Consumed int32 `protobuf:"varint,1,opt,name=consumed,proto3" json:"consumed,omitempty"` // Quota remaining after this request. Remaining int32 `protobuf:"varint,2,opt,name=remaining,proto3" json:"remaining,omitempty"` // contains filtered or unexported fields }
Current state for a particular quota group.
func (*AccessQuotaStatus) Descriptor
deprecated
func (*AccessQuotaStatus) Descriptor() ([]byte, []int)
Deprecated: Use AccessQuotaStatus.ProtoReflect.Descriptor instead.
func (*AccessQuotaStatus) GetConsumed ¶
func (x *AccessQuotaStatus) GetConsumed() int32
func (*AccessQuotaStatus) GetRemaining ¶
func (x *AccessQuotaStatus) GetRemaining() int32
func (*AccessQuotaStatus) ProtoMessage ¶
func (*AccessQuotaStatus) ProtoMessage()
func (*AccessQuotaStatus) ProtoReflect ¶
func (x *AccessQuotaStatus) ProtoReflect() protoreflect.Message
func (*AccessQuotaStatus) Reset ¶
func (x *AccessQuotaStatus) Reset()
func (*AccessQuotaStatus) String ¶
func (x *AccessQuotaStatus) String() string
type AccessRow ¶
type AccessRow struct { // List of dimension values. These values are in the same order as specified // in the request. DimensionValues []*AccessDimensionValue `protobuf:"bytes,1,rep,name=dimension_values,json=dimensionValues,proto3" json:"dimension_values,omitempty"` // List of metric values. These values are in the same order as specified // in the request. MetricValues []*AccessMetricValue `protobuf:"bytes,2,rep,name=metric_values,json=metricValues,proto3" json:"metric_values,omitempty"` // contains filtered or unexported fields }
Access report data for each row.
func (*AccessRow) Descriptor
deprecated
func (*AccessRow) GetDimensionValues ¶
func (x *AccessRow) GetDimensionValues() []*AccessDimensionValue
func (*AccessRow) GetMetricValues ¶
func (x *AccessRow) GetMetricValues() []*AccessMetricValue
func (*AccessRow) ProtoMessage ¶
func (*AccessRow) ProtoMessage()
func (*AccessRow) ProtoReflect ¶
func (x *AccessRow) ProtoReflect() protoreflect.Message
type AccessStringFilter ¶
type AccessStringFilter struct { // The match type for this filter. MatchType AccessStringFilter_MatchType `` /* 154-byte string literal not displayed */ // The string value used for the matching. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // If true, the string value is case sensitive. CaseSensitive bool `protobuf:"varint,3,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"` // contains filtered or unexported fields }
The filter for strings.
func (*AccessStringFilter) Descriptor
deprecated
func (*AccessStringFilter) Descriptor() ([]byte, []int)
Deprecated: Use AccessStringFilter.ProtoReflect.Descriptor instead.
func (*AccessStringFilter) GetCaseSensitive ¶
func (x *AccessStringFilter) GetCaseSensitive() bool
func (*AccessStringFilter) GetMatchType ¶
func (x *AccessStringFilter) GetMatchType() AccessStringFilter_MatchType
func (*AccessStringFilter) GetValue ¶
func (x *AccessStringFilter) GetValue() string
func (*AccessStringFilter) ProtoMessage ¶
func (*AccessStringFilter) ProtoMessage()
func (*AccessStringFilter) ProtoReflect ¶
func (x *AccessStringFilter) ProtoReflect() protoreflect.Message
func (*AccessStringFilter) Reset ¶
func (x *AccessStringFilter) Reset()
func (*AccessStringFilter) String ¶
func (x *AccessStringFilter) String() string
type AccessStringFilter_MatchType ¶
type AccessStringFilter_MatchType int32
The match type of a string filter.
const ( // Unspecified AccessStringFilter_MATCH_TYPE_UNSPECIFIED AccessStringFilter_MatchType = 0 // Exact match of the string value. AccessStringFilter_EXACT AccessStringFilter_MatchType = 1 // Begins with the string value. AccessStringFilter_BEGINS_WITH AccessStringFilter_MatchType = 2 // Ends with the string value. AccessStringFilter_ENDS_WITH AccessStringFilter_MatchType = 3 // Contains the string value. AccessStringFilter_CONTAINS AccessStringFilter_MatchType = 4 // Full match for the regular expression with the string value. AccessStringFilter_FULL_REGEXP AccessStringFilter_MatchType = 5 // Partial match for the regular expression with the string value. AccessStringFilter_PARTIAL_REGEXP AccessStringFilter_MatchType = 6 )
func (AccessStringFilter_MatchType) Descriptor ¶
func (AccessStringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
func (AccessStringFilter_MatchType) Enum ¶
func (x AccessStringFilter_MatchType) Enum() *AccessStringFilter_MatchType
func (AccessStringFilter_MatchType) EnumDescriptor
deprecated
func (AccessStringFilter_MatchType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccessStringFilter_MatchType.Descriptor instead.
func (AccessStringFilter_MatchType) Number ¶
func (x AccessStringFilter_MatchType) Number() protoreflect.EnumNumber
func (AccessStringFilter_MatchType) String ¶
func (x AccessStringFilter_MatchType) String() string
func (AccessStringFilter_MatchType) Type ¶
func (AccessStringFilter_MatchType) Type() protoreflect.EnumType
type Account ¶
type Account struct { // Output only. Resource name of this account. // Format: accounts/{account} // Example: "accounts/100" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Output only. Time when this account was originally created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Time when account payload fields were last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Required. Human-readable display name for this account. DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Country of business. Must be a Unicode CLDR region code. RegionCode string `protobuf:"bytes,5,opt,name=region_code,json=regionCode,proto3" json:"region_code,omitempty"` // Output only. Indicates whether this Account is soft-deleted or not. Deleted // accounts are excluded from List results unless specifically requested. Deleted bool `protobuf:"varint,6,opt,name=deleted,proto3" json:"deleted,omitempty"` // Output only. The URI for a Google Marketing Platform organization resource. // Only set when this account is connected to a GMP organization. // Format: marketingplatformadmin.googleapis.com/organizations/{org_id} GmpOrganization string `protobuf:"bytes,7,opt,name=gmp_organization,json=gmpOrganization,proto3" json:"gmp_organization,omitempty"` // contains filtered or unexported fields }
A resource message representing a Google Analytics account.
func (*Account) Descriptor
deprecated
func (*Account) GetCreateTime ¶
func (x *Account) GetCreateTime() *timestamppb.Timestamp
func (*Account) GetDeleted ¶
func (*Account) GetDisplayName ¶
func (*Account) GetGmpOrganization ¶ added in v0.24.0
func (*Account) GetRegionCode ¶
func (*Account) GetUpdateTime ¶
func (x *Account) GetUpdateTime() *timestamppb.Timestamp
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type AccountSummary ¶
type AccountSummary struct { // Resource name for this account summary. // Format: accountSummaries/{account_id} // Example: "accountSummaries/1000" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Resource name of account referred to by this account summary // Format: accounts/{account_id} // Example: "accounts/1000" Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // Display name for the account referred to in this account summary. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // List of summaries for child accounts of this account. PropertySummaries []*PropertySummary `protobuf:"bytes,4,rep,name=property_summaries,json=propertySummaries,proto3" json:"property_summaries,omitempty"` // contains filtered or unexported fields }
A virtual resource representing an overview of an account and all its child GA4 properties.
func (*AccountSummary) Descriptor
deprecated
func (*AccountSummary) Descriptor() ([]byte, []int)
Deprecated: Use AccountSummary.ProtoReflect.Descriptor instead.
func (*AccountSummary) GetAccount ¶
func (x *AccountSummary) GetAccount() string
func (*AccountSummary) GetDisplayName ¶
func (x *AccountSummary) GetDisplayName() string
func (*AccountSummary) GetName ¶
func (x *AccountSummary) GetName() string
func (*AccountSummary) GetPropertySummaries ¶
func (x *AccountSummary) GetPropertySummaries() []*PropertySummary
func (*AccountSummary) ProtoMessage ¶
func (*AccountSummary) ProtoMessage()
func (*AccountSummary) ProtoReflect ¶
func (x *AccountSummary) ProtoReflect() protoreflect.Message
func (*AccountSummary) Reset ¶
func (x *AccountSummary) Reset()
func (*AccountSummary) String ¶
func (x *AccountSummary) String() string
type AcknowledgeUserDataCollectionRequest ¶
type AcknowledgeUserDataCollectionRequest struct { // Required. The property for which to acknowledge user data collection. Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // Required. An acknowledgement that the caller of this method understands the // terms of user data collection. // // This field must contain the exact value: // "I acknowledge that I have the necessary privacy disclosures and rights // from my end users for the collection and processing of their data, // including the association of such data with the visitation information // Google Analytics collects from my site and/or app property." Acknowledgement string `protobuf:"bytes,2,opt,name=acknowledgement,proto3" json:"acknowledgement,omitempty"` // contains filtered or unexported fields }
Request message for AcknowledgeUserDataCollection RPC.
func (*AcknowledgeUserDataCollectionRequest) Descriptor
deprecated
func (*AcknowledgeUserDataCollectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AcknowledgeUserDataCollectionRequest.ProtoReflect.Descriptor instead.
func (*AcknowledgeUserDataCollectionRequest) GetAcknowledgement ¶
func (x *AcknowledgeUserDataCollectionRequest) GetAcknowledgement() string
func (*AcknowledgeUserDataCollectionRequest) GetProperty ¶
func (x *AcknowledgeUserDataCollectionRequest) GetProperty() string
func (*AcknowledgeUserDataCollectionRequest) ProtoMessage ¶
func (*AcknowledgeUserDataCollectionRequest) ProtoMessage()
func (*AcknowledgeUserDataCollectionRequest) ProtoReflect ¶
func (x *AcknowledgeUserDataCollectionRequest) ProtoReflect() protoreflect.Message
func (*AcknowledgeUserDataCollectionRequest) Reset ¶
func (x *AcknowledgeUserDataCollectionRequest) Reset()
func (*AcknowledgeUserDataCollectionRequest) String ¶
func (x *AcknowledgeUserDataCollectionRequest) String() string
type AcknowledgeUserDataCollectionResponse ¶
type AcknowledgeUserDataCollectionResponse struct {
// contains filtered or unexported fields
}
Response message for AcknowledgeUserDataCollection RPC.
func (*AcknowledgeUserDataCollectionResponse) Descriptor
deprecated
func (*AcknowledgeUserDataCollectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AcknowledgeUserDataCollectionResponse.ProtoReflect.Descriptor instead.
func (*AcknowledgeUserDataCollectionResponse) ProtoMessage ¶
func (*AcknowledgeUserDataCollectionResponse) ProtoMessage()
func (*AcknowledgeUserDataCollectionResponse) ProtoReflect ¶
func (x *AcknowledgeUserDataCollectionResponse) ProtoReflect() protoreflect.Message
func (*AcknowledgeUserDataCollectionResponse) Reset ¶
func (x *AcknowledgeUserDataCollectionResponse) Reset()
func (*AcknowledgeUserDataCollectionResponse) String ¶
func (x *AcknowledgeUserDataCollectionResponse) String() string
type ActionType ¶
type ActionType int32
Types of actions that may change a resource.
const ( // Action type unknown or not specified. ActionType_ACTION_TYPE_UNSPECIFIED ActionType = 0 // Resource was created in this change. ActionType_CREATED ActionType = 1 // Resource was updated in this change. ActionType_UPDATED ActionType = 2 // Resource was deleted in this change. ActionType_DELETED ActionType = 3 )
func (ActionType) Descriptor ¶
func (ActionType) Descriptor() protoreflect.EnumDescriptor
func (ActionType) Enum ¶
func (x ActionType) Enum() *ActionType
func (ActionType) EnumDescriptor
deprecated
func (ActionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionType.Descriptor instead.
func (ActionType) Number ¶
func (x ActionType) Number() protoreflect.EnumNumber
func (ActionType) String ¶
func (x ActionType) String() string
func (ActionType) Type ¶
func (ActionType) Type() protoreflect.EnumType
type ActorType ¶
type ActorType int32
Different kinds of actors that can make changes to Google Analytics resources.
const ( // Unknown or unspecified actor type. ActorType_ACTOR_TYPE_UNSPECIFIED ActorType = 0 // Changes made by the user specified in actor_email. ActorType_USER ActorType = 1 // Changes made by the Google Analytics system. ActorType_SYSTEM ActorType = 2 // Changes made by Google Analytics support team staff. ActorType_SUPPORT ActorType = 3 )
func (ActorType) Descriptor ¶
func (ActorType) Descriptor() protoreflect.EnumDescriptor
func (ActorType) EnumDescriptor
deprecated
func (ActorType) Number ¶
func (x ActorType) Number() protoreflect.EnumNumber
func (ActorType) Type ¶
func (ActorType) Type() protoreflect.EnumType
type AdSenseLink ¶ added in v0.20.0
type AdSenseLink struct { // Output only. The resource name for this AdSense Link resource. // Format: properties/{propertyId}/adSenseLinks/{linkId} // Example: properties/1234/adSenseLinks/6789 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. The AdSense ad client code that the GA4 property is linked to. // Example format: "ca-pub-1234567890" AdClientCode string `protobuf:"bytes,2,opt,name=ad_client_code,json=adClientCode,proto3" json:"ad_client_code,omitempty"` // contains filtered or unexported fields }
A link between a GA4 Property and an AdSense for Content ad client.
func (*AdSenseLink) Descriptor
deprecated
added in
v0.20.0
func (*AdSenseLink) Descriptor() ([]byte, []int)
Deprecated: Use AdSenseLink.ProtoReflect.Descriptor instead.
func (*AdSenseLink) GetAdClientCode ¶ added in v0.20.0
func (x *AdSenseLink) GetAdClientCode() string
func (*AdSenseLink) GetName ¶ added in v0.20.0
func (x *AdSenseLink) GetName() string
func (*AdSenseLink) ProtoMessage ¶ added in v0.20.0
func (*AdSenseLink) ProtoMessage()
func (*AdSenseLink) ProtoReflect ¶ added in v0.20.0
func (x *AdSenseLink) ProtoReflect() protoreflect.Message
func (*AdSenseLink) Reset ¶ added in v0.20.0
func (x *AdSenseLink) Reset()
func (*AdSenseLink) String ¶ added in v0.20.0
func (x *AdSenseLink) String() string
type AnalyticsAdminServiceClient ¶
type AnalyticsAdminServiceClient interface { // Lookup for a single Account. GetAccount(ctx context.Context, in *GetAccountRequest, opts ...grpc.CallOption) (*Account, error) // Returns all accounts accessible by the caller. // // Note that these accounts might not currently have GA4 properties. // Soft-deleted (ie: "trashed") accounts are excluded by default. // Returns an empty list if no relevant accounts are found. ListAccounts(ctx context.Context, in *ListAccountsRequest, opts ...grpc.CallOption) (*ListAccountsResponse, error) // Marks target Account as soft-deleted (ie: "trashed") and returns it. // // This API does not have a method to restore soft-deleted accounts. // However, they can be restored using the Trash Can UI. // // If the accounts are not restored before the expiration time, the account // and all child resources (eg: Properties, GoogleAdsLinks, Streams, // AccessBindings) will be permanently purged. // https://support.google.com/analytics/answer/6154772 // // Returns an error if the target is not found. DeleteAccount(ctx context.Context, in *DeleteAccountRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates an account. UpdateAccount(ctx context.Context, in *UpdateAccountRequest, opts ...grpc.CallOption) (*Account, error) // Requests a ticket for creating an account. ProvisionAccountTicket(ctx context.Context, in *ProvisionAccountTicketRequest, opts ...grpc.CallOption) (*ProvisionAccountTicketResponse, error) // Returns summaries of all accounts accessible by the caller. ListAccountSummaries(ctx context.Context, in *ListAccountSummariesRequest, opts ...grpc.CallOption) (*ListAccountSummariesResponse, error) // Lookup for a single "GA4" Property. GetProperty(ctx context.Context, in *GetPropertyRequest, opts ...grpc.CallOption) (*Property, error) // Returns child Properties under the specified parent Account. // // Only "GA4" properties will be returned. // Properties will be excluded if the caller does not have access. // Soft-deleted (ie: "trashed") properties are excluded by default. // Returns an empty list if no relevant properties are found. ListProperties(ctx context.Context, in *ListPropertiesRequest, opts ...grpc.CallOption) (*ListPropertiesResponse, error) // Creates an "GA4" property with the specified location and attributes. CreateProperty(ctx context.Context, in *CreatePropertyRequest, opts ...grpc.CallOption) (*Property, error) // Marks target Property as soft-deleted (ie: "trashed") and returns it. // // This API does not have a method to restore soft-deleted properties. // However, they can be restored using the Trash Can UI. // // If the properties are not restored before the expiration time, the Property // and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) // will be permanently purged. // https://support.google.com/analytics/answer/6154772 // // Returns an error if the target is not found, or is not a GA4 Property. DeleteProperty(ctx context.Context, in *DeletePropertyRequest, opts ...grpc.CallOption) (*Property, error) // Updates a property. UpdateProperty(ctx context.Context, in *UpdatePropertyRequest, opts ...grpc.CallOption) (*Property, error) // Creates a FirebaseLink. // // Properties can have at most one FirebaseLink. CreateFirebaseLink(ctx context.Context, in *CreateFirebaseLinkRequest, opts ...grpc.CallOption) (*FirebaseLink, error) // Deletes a FirebaseLink on a property DeleteFirebaseLink(ctx context.Context, in *DeleteFirebaseLinkRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists FirebaseLinks on a property. // Properties can have at most one FirebaseLink. ListFirebaseLinks(ctx context.Context, in *ListFirebaseLinksRequest, opts ...grpc.CallOption) (*ListFirebaseLinksResponse, error) // Returns the Site Tag for the specified web stream. // Site Tags are immutable singletons. GetGlobalSiteTag(ctx context.Context, in *GetGlobalSiteTagRequest, opts ...grpc.CallOption) (*GlobalSiteTag, error) // Creates a GoogleAdsLink. CreateGoogleAdsLink(ctx context.Context, in *CreateGoogleAdsLinkRequest, opts ...grpc.CallOption) (*GoogleAdsLink, error) // Updates a GoogleAdsLink on a property UpdateGoogleAdsLink(ctx context.Context, in *UpdateGoogleAdsLinkRequest, opts ...grpc.CallOption) (*GoogleAdsLink, error) // Deletes a GoogleAdsLink on a property DeleteGoogleAdsLink(ctx context.Context, in *DeleteGoogleAdsLinkRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists GoogleAdsLinks on a property. ListGoogleAdsLinks(ctx context.Context, in *ListGoogleAdsLinksRequest, opts ...grpc.CallOption) (*ListGoogleAdsLinksResponse, error) // Get data sharing settings on an account. // Data sharing settings are singletons. GetDataSharingSettings(ctx context.Context, in *GetDataSharingSettingsRequest, opts ...grpc.CallOption) (*DataSharingSettings, error) // Lookup for a single "GA4" MeasurementProtocolSecret. GetMeasurementProtocolSecret(ctx context.Context, in *GetMeasurementProtocolSecretRequest, opts ...grpc.CallOption) (*MeasurementProtocolSecret, error) // Returns child MeasurementProtocolSecrets under the specified parent // Property. ListMeasurementProtocolSecrets(ctx context.Context, in *ListMeasurementProtocolSecretsRequest, opts ...grpc.CallOption) (*ListMeasurementProtocolSecretsResponse, error) // Creates a measurement protocol secret. CreateMeasurementProtocolSecret(ctx context.Context, in *CreateMeasurementProtocolSecretRequest, opts ...grpc.CallOption) (*MeasurementProtocolSecret, error) // Deletes target MeasurementProtocolSecret. DeleteMeasurementProtocolSecret(ctx context.Context, in *DeleteMeasurementProtocolSecretRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates a measurement protocol secret. UpdateMeasurementProtocolSecret(ctx context.Context, in *UpdateMeasurementProtocolSecretRequest, opts ...grpc.CallOption) (*MeasurementProtocolSecret, error) // Acknowledges the terms of user data collection for the specified property. // // This acknowledgement must be completed (either in the Google Analytics UI // or through this API) before MeasurementProtocolSecret resources may be // created. AcknowledgeUserDataCollection(ctx context.Context, in *AcknowledgeUserDataCollectionRequest, opts ...grpc.CallOption) (*AcknowledgeUserDataCollectionResponse, error) // Looks up a single SKAdNetworkConversionValueSchema. GetSKAdNetworkConversionValueSchema(ctx context.Context, in *GetSKAdNetworkConversionValueSchemaRequest, opts ...grpc.CallOption) (*SKAdNetworkConversionValueSchema, error) // Creates a SKAdNetworkConversionValueSchema. CreateSKAdNetworkConversionValueSchema(ctx context.Context, in *CreateSKAdNetworkConversionValueSchemaRequest, opts ...grpc.CallOption) (*SKAdNetworkConversionValueSchema, error) // Deletes target SKAdNetworkConversionValueSchema. DeleteSKAdNetworkConversionValueSchema(ctx context.Context, in *DeleteSKAdNetworkConversionValueSchemaRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates a SKAdNetworkConversionValueSchema. UpdateSKAdNetworkConversionValueSchema(ctx context.Context, in *UpdateSKAdNetworkConversionValueSchemaRequest, opts ...grpc.CallOption) (*SKAdNetworkConversionValueSchema, error) // Lists SKAdNetworkConversionValueSchema on a stream. // Properties can have at most one SKAdNetworkConversionValueSchema. ListSKAdNetworkConversionValueSchemas(ctx context.Context, in *ListSKAdNetworkConversionValueSchemasRequest, opts ...grpc.CallOption) (*ListSKAdNetworkConversionValueSchemasResponse, error) // Searches through all changes to an account or its children given the // specified set of filters. SearchChangeHistoryEvents(ctx context.Context, in *SearchChangeHistoryEventsRequest, opts ...grpc.CallOption) (*SearchChangeHistoryEventsResponse, error) // Lookup for Google Signals settings for a property. GetGoogleSignalsSettings(ctx context.Context, in *GetGoogleSignalsSettingsRequest, opts ...grpc.CallOption) (*GoogleSignalsSettings, error) // Updates Google Signals settings for a property. UpdateGoogleSignalsSettings(ctx context.Context, in *UpdateGoogleSignalsSettingsRequest, opts ...grpc.CallOption) (*GoogleSignalsSettings, error) // Deprecated: Do not use. // Deprecated: Use `CreateKeyEvent` instead. // Creates a conversion event with the specified attributes. CreateConversionEvent(ctx context.Context, in *CreateConversionEventRequest, opts ...grpc.CallOption) (*ConversionEvent, error) // Deprecated: Do not use. // Deprecated: Use `UpdateKeyEvent` instead. // Updates a conversion event with the specified attributes. UpdateConversionEvent(ctx context.Context, in *UpdateConversionEventRequest, opts ...grpc.CallOption) (*ConversionEvent, error) // Deprecated: Do not use. // Deprecated: Use `GetKeyEvent` instead. // Retrieve a single conversion event. GetConversionEvent(ctx context.Context, in *GetConversionEventRequest, opts ...grpc.CallOption) (*ConversionEvent, error) // Deprecated: Do not use. // Deprecated: Use `DeleteKeyEvent` instead. // Deletes a conversion event in a property. DeleteConversionEvent(ctx context.Context, in *DeleteConversionEventRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Deprecated: Do not use. // Deprecated: Use `ListKeyEvents` instead. // Returns a list of conversion events in the specified parent property. // // Returns an empty list if no conversion events are found. ListConversionEvents(ctx context.Context, in *ListConversionEventsRequest, opts ...grpc.CallOption) (*ListConversionEventsResponse, error) // Creates a Key Event. CreateKeyEvent(ctx context.Context, in *CreateKeyEventRequest, opts ...grpc.CallOption) (*KeyEvent, error) // Updates a Key Event. UpdateKeyEvent(ctx context.Context, in *UpdateKeyEventRequest, opts ...grpc.CallOption) (*KeyEvent, error) // Retrieve a single Key Event. GetKeyEvent(ctx context.Context, in *GetKeyEventRequest, opts ...grpc.CallOption) (*KeyEvent, error) // Deletes a Key Event. DeleteKeyEvent(ctx context.Context, in *DeleteKeyEventRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Returns a list of Key Events in the specified parent property. // Returns an empty list if no Key Events are found. ListKeyEvents(ctx context.Context, in *ListKeyEventsRequest, opts ...grpc.CallOption) (*ListKeyEventsResponse, error) // Look up a single DisplayVideo360AdvertiserLink GetDisplayVideo360AdvertiserLink(ctx context.Context, in *GetDisplayVideo360AdvertiserLinkRequest, opts ...grpc.CallOption) (*DisplayVideo360AdvertiserLink, error) // Lists all DisplayVideo360AdvertiserLinks on a property. ListDisplayVideo360AdvertiserLinks(ctx context.Context, in *ListDisplayVideo360AdvertiserLinksRequest, opts ...grpc.CallOption) (*ListDisplayVideo360AdvertiserLinksResponse, error) // Creates a DisplayVideo360AdvertiserLink. // This can only be utilized by users who have proper authorization both on // the Google Analytics property and on the Display & Video 360 advertiser. // Users who do not have access to the Display & Video 360 advertiser should // instead seek to create a DisplayVideo360LinkProposal. CreateDisplayVideo360AdvertiserLink(ctx context.Context, in *CreateDisplayVideo360AdvertiserLinkRequest, opts ...grpc.CallOption) (*DisplayVideo360AdvertiserLink, error) // Deletes a DisplayVideo360AdvertiserLink on a property. DeleteDisplayVideo360AdvertiserLink(ctx context.Context, in *DeleteDisplayVideo360AdvertiserLinkRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates a DisplayVideo360AdvertiserLink on a property. UpdateDisplayVideo360AdvertiserLink(ctx context.Context, in *UpdateDisplayVideo360AdvertiserLinkRequest, opts ...grpc.CallOption) (*DisplayVideo360AdvertiserLink, error) // Lookup for a single DisplayVideo360AdvertiserLinkProposal. GetDisplayVideo360AdvertiserLinkProposal(ctx context.Context, in *GetDisplayVideo360AdvertiserLinkProposalRequest, opts ...grpc.CallOption) (*DisplayVideo360AdvertiserLinkProposal, error) // Lists DisplayVideo360AdvertiserLinkProposals on a property. ListDisplayVideo360AdvertiserLinkProposals(ctx context.Context, in *ListDisplayVideo360AdvertiserLinkProposalsRequest, opts ...grpc.CallOption) (*ListDisplayVideo360AdvertiserLinkProposalsResponse, error) // Creates a DisplayVideo360AdvertiserLinkProposal. CreateDisplayVideo360AdvertiserLinkProposal(ctx context.Context, in *CreateDisplayVideo360AdvertiserLinkProposalRequest, opts ...grpc.CallOption) (*DisplayVideo360AdvertiserLinkProposal, error) // Deletes a DisplayVideo360AdvertiserLinkProposal on a property. // This can only be used on cancelled proposals. DeleteDisplayVideo360AdvertiserLinkProposal(ctx context.Context, in *DeleteDisplayVideo360AdvertiserLinkProposalRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Approves a DisplayVideo360AdvertiserLinkProposal. // The DisplayVideo360AdvertiserLinkProposal will be deleted and a new // DisplayVideo360AdvertiserLink will be created. ApproveDisplayVideo360AdvertiserLinkProposal(ctx context.Context, in *ApproveDisplayVideo360AdvertiserLinkProposalRequest, opts ...grpc.CallOption) (*ApproveDisplayVideo360AdvertiserLinkProposalResponse, error) // Cancels a DisplayVideo360AdvertiserLinkProposal. // Cancelling can mean either: // - Declining a proposal initiated from Display & Video 360 // - Withdrawing a proposal initiated from Google Analytics // After being cancelled, a proposal will eventually be deleted automatically. CancelDisplayVideo360AdvertiserLinkProposal(ctx context.Context, in *CancelDisplayVideo360AdvertiserLinkProposalRequest, opts ...grpc.CallOption) (*DisplayVideo360AdvertiserLinkProposal, error) // Creates a CustomDimension. CreateCustomDimension(ctx context.Context, in *CreateCustomDimensionRequest, opts ...grpc.CallOption) (*CustomDimension, error) // Updates a CustomDimension on a property. UpdateCustomDimension(ctx context.Context, in *UpdateCustomDimensionRequest, opts ...grpc.CallOption) (*CustomDimension, error) // Lists CustomDimensions on a property. ListCustomDimensions(ctx context.Context, in *ListCustomDimensionsRequest, opts ...grpc.CallOption) (*ListCustomDimensionsResponse, error) // Archives a CustomDimension on a property. ArchiveCustomDimension(ctx context.Context, in *ArchiveCustomDimensionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lookup for a single CustomDimension. GetCustomDimension(ctx context.Context, in *GetCustomDimensionRequest, opts ...grpc.CallOption) (*CustomDimension, error) // Creates a CustomMetric. CreateCustomMetric(ctx context.Context, in *CreateCustomMetricRequest, opts ...grpc.CallOption) (*CustomMetric, error) // Updates a CustomMetric on a property. UpdateCustomMetric(ctx context.Context, in *UpdateCustomMetricRequest, opts ...grpc.CallOption) (*CustomMetric, error) // Lists CustomMetrics on a property. ListCustomMetrics(ctx context.Context, in *ListCustomMetricsRequest, opts ...grpc.CallOption) (*ListCustomMetricsResponse, error) // Archives a CustomMetric on a property. ArchiveCustomMetric(ctx context.Context, in *ArchiveCustomMetricRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lookup for a single CustomMetric. GetCustomMetric(ctx context.Context, in *GetCustomMetricRequest, opts ...grpc.CallOption) (*CustomMetric, error) // Returns the singleton data retention settings for this property. GetDataRetentionSettings(ctx context.Context, in *GetDataRetentionSettingsRequest, opts ...grpc.CallOption) (*DataRetentionSettings, error) // Updates the singleton data retention settings for this property. UpdateDataRetentionSettings(ctx context.Context, in *UpdateDataRetentionSettingsRequest, opts ...grpc.CallOption) (*DataRetentionSettings, error) // Creates a DataStream. CreateDataStream(ctx context.Context, in *CreateDataStreamRequest, opts ...grpc.CallOption) (*DataStream, error) // Deletes a DataStream on a property. DeleteDataStream(ctx context.Context, in *DeleteDataStreamRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates a DataStream on a property. UpdateDataStream(ctx context.Context, in *UpdateDataStreamRequest, opts ...grpc.CallOption) (*DataStream, error) // Lists DataStreams on a property. ListDataStreams(ctx context.Context, in *ListDataStreamsRequest, opts ...grpc.CallOption) (*ListDataStreamsResponse, error) // Lookup for a single DataStream. GetDataStream(ctx context.Context, in *GetDataStreamRequest, opts ...grpc.CallOption) (*DataStream, error) // Lookup for a single Audience. // Audiences created before 2020 may not be supported. // Default audiences will not show filter definitions. GetAudience(ctx context.Context, in *GetAudienceRequest, opts ...grpc.CallOption) (*Audience, error) // Lists Audiences on a property. // Audiences created before 2020 may not be supported. // Default audiences will not show filter definitions. ListAudiences(ctx context.Context, in *ListAudiencesRequest, opts ...grpc.CallOption) (*ListAudiencesResponse, error) // Creates an Audience. CreateAudience(ctx context.Context, in *CreateAudienceRequest, opts ...grpc.CallOption) (*Audience, error) // Updates an Audience on a property. UpdateAudience(ctx context.Context, in *UpdateAudienceRequest, opts ...grpc.CallOption) (*Audience, error) // Archives an Audience on a property. ArchiveAudience(ctx context.Context, in *ArchiveAudienceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Look up a single SearchAds360Link GetSearchAds360Link(ctx context.Context, in *GetSearchAds360LinkRequest, opts ...grpc.CallOption) (*SearchAds360Link, error) // Lists all SearchAds360Links on a property. ListSearchAds360Links(ctx context.Context, in *ListSearchAds360LinksRequest, opts ...grpc.CallOption) (*ListSearchAds360LinksResponse, error) // Creates a SearchAds360Link. CreateSearchAds360Link(ctx context.Context, in *CreateSearchAds360LinkRequest, opts ...grpc.CallOption) (*SearchAds360Link, error) // Deletes a SearchAds360Link on a property. DeleteSearchAds360Link(ctx context.Context, in *DeleteSearchAds360LinkRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates a SearchAds360Link on a property. UpdateSearchAds360Link(ctx context.Context, in *UpdateSearchAds360LinkRequest, opts ...grpc.CallOption) (*SearchAds360Link, error) // Lookup for a AttributionSettings singleton. GetAttributionSettings(ctx context.Context, in *GetAttributionSettingsRequest, opts ...grpc.CallOption) (*AttributionSettings, error) // Updates attribution settings on a property. UpdateAttributionSettings(ctx context.Context, in *UpdateAttributionSettingsRequest, opts ...grpc.CallOption) (*AttributionSettings, error) // Returns a customized report of data access records. The report provides // records of each time a user reads Google Analytics reporting data. Access // records are retained for up to 2 years. // // Data Access Reports can be requested for a property. Reports may be // requested for any property, but dimensions that aren't related to quota can // only be requested on Google Analytics 360 properties. This method is only // available to Administrators. // // These data access records include GA4 UI Reporting, GA4 UI Explorations, // GA4 Data API, and other products like Firebase & Admob that can retrieve // data from Google Analytics through a linkage. These records don't include // property configuration changes like adding a stream or changing a // property's time zone. For configuration change history, see // [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). RunAccessReport(ctx context.Context, in *RunAccessReportRequest, opts ...grpc.CallOption) (*RunAccessReportResponse, error) // Creates an access binding on an account or property. CreateAccessBinding(ctx context.Context, in *CreateAccessBindingRequest, opts ...grpc.CallOption) (*AccessBinding, error) // Gets information about an access binding. GetAccessBinding(ctx context.Context, in *GetAccessBindingRequest, opts ...grpc.CallOption) (*AccessBinding, error) // Updates an access binding on an account or property. UpdateAccessBinding(ctx context.Context, in *UpdateAccessBindingRequest, opts ...grpc.CallOption) (*AccessBinding, error) // Deletes an access binding on an account or property. DeleteAccessBinding(ctx context.Context, in *DeleteAccessBindingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists all access bindings on an account or property. ListAccessBindings(ctx context.Context, in *ListAccessBindingsRequest, opts ...grpc.CallOption) (*ListAccessBindingsResponse, error) // Creates information about multiple access bindings to an account or // property. // // This method is transactional. If any AccessBinding cannot be created, none // of the AccessBindings will be created. BatchCreateAccessBindings(ctx context.Context, in *BatchCreateAccessBindingsRequest, opts ...grpc.CallOption) (*BatchCreateAccessBindingsResponse, error) // Gets information about multiple access bindings to an account or property. BatchGetAccessBindings(ctx context.Context, in *BatchGetAccessBindingsRequest, opts ...grpc.CallOption) (*BatchGetAccessBindingsResponse, error) // Updates information about multiple access bindings to an account or // property. BatchUpdateAccessBindings(ctx context.Context, in *BatchUpdateAccessBindingsRequest, opts ...grpc.CallOption) (*BatchUpdateAccessBindingsResponse, error) // Deletes information about multiple users' links to an account or property. BatchDeleteAccessBindings(ctx context.Context, in *BatchDeleteAccessBindingsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lookup for a single ExpandedDataSet. GetExpandedDataSet(ctx context.Context, in *GetExpandedDataSetRequest, opts ...grpc.CallOption) (*ExpandedDataSet, error) // Lists ExpandedDataSets on a property. ListExpandedDataSets(ctx context.Context, in *ListExpandedDataSetsRequest, opts ...grpc.CallOption) (*ListExpandedDataSetsResponse, error) // Creates a ExpandedDataSet. CreateExpandedDataSet(ctx context.Context, in *CreateExpandedDataSetRequest, opts ...grpc.CallOption) (*ExpandedDataSet, error) // Updates a ExpandedDataSet on a property. UpdateExpandedDataSet(ctx context.Context, in *UpdateExpandedDataSetRequest, opts ...grpc.CallOption) (*ExpandedDataSet, error) // Deletes a ExpandedDataSet on a property. DeleteExpandedDataSet(ctx context.Context, in *DeleteExpandedDataSetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lookup for a single ChannelGroup. GetChannelGroup(ctx context.Context, in *GetChannelGroupRequest, opts ...grpc.CallOption) (*ChannelGroup, error) // Lists ChannelGroups on a property. ListChannelGroups(ctx context.Context, in *ListChannelGroupsRequest, opts ...grpc.CallOption) (*ListChannelGroupsResponse, error) // Creates a ChannelGroup. CreateChannelGroup(ctx context.Context, in *CreateChannelGroupRequest, opts ...grpc.CallOption) (*ChannelGroup, error) // Updates a ChannelGroup. UpdateChannelGroup(ctx context.Context, in *UpdateChannelGroupRequest, opts ...grpc.CallOption) (*ChannelGroup, error) // Deletes a ChannelGroup on a property. DeleteChannelGroup(ctx context.Context, in *DeleteChannelGroupRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Sets the opt out status for the automated GA4 setup process for a UA // property. // Note: this has no effect on GA4 property. SetAutomatedGa4ConfigurationOptOut(ctx context.Context, in *SetAutomatedGa4ConfigurationOptOutRequest, opts ...grpc.CallOption) (*SetAutomatedGa4ConfigurationOptOutResponse, error) // Fetches the opt out status for the automated GA4 setup process for a UA // property. // Note: this has no effect on GA4 property. FetchAutomatedGa4ConfigurationOptOut(ctx context.Context, in *FetchAutomatedGa4ConfigurationOptOutRequest, opts ...grpc.CallOption) (*FetchAutomatedGa4ConfigurationOptOutResponse, error) // Creates a BigQueryLink. CreateBigQueryLink(ctx context.Context, in *CreateBigQueryLinkRequest, opts ...grpc.CallOption) (*BigQueryLink, error) // Lookup for a single BigQuery Link. GetBigQueryLink(ctx context.Context, in *GetBigQueryLinkRequest, opts ...grpc.CallOption) (*BigQueryLink, error) // Lists BigQuery Links on a property. ListBigQueryLinks(ctx context.Context, in *ListBigQueryLinksRequest, opts ...grpc.CallOption) (*ListBigQueryLinksResponse, error) // Deletes a BigQueryLink on a property. DeleteBigQueryLink(ctx context.Context, in *DeleteBigQueryLinkRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates a BigQueryLink. UpdateBigQueryLink(ctx context.Context, in *UpdateBigQueryLinkRequest, opts ...grpc.CallOption) (*BigQueryLink, error) // Returns the enhanced measurement settings for this data stream. // Note that the stream must enable enhanced measurement for these settings to // take effect. GetEnhancedMeasurementSettings(ctx context.Context, in *GetEnhancedMeasurementSettingsRequest, opts ...grpc.CallOption) (*EnhancedMeasurementSettings, error) // Updates the enhanced measurement settings for this data stream. // Note that the stream must enable enhanced measurement for these settings to // take effect. UpdateEnhancedMeasurementSettings(ctx context.Context, in *UpdateEnhancedMeasurementSettingsRequest, opts ...grpc.CallOption) (*EnhancedMeasurementSettings, error) // Creates a connected site tag for a Universal Analytics property. You can // create a maximum of 20 connected site tags per property. // Note: This API cannot be used on GA4 properties. CreateConnectedSiteTag(ctx context.Context, in *CreateConnectedSiteTagRequest, opts ...grpc.CallOption) (*CreateConnectedSiteTagResponse, error) // Deletes a connected site tag for a Universal Analytics property. // Note: this has no effect on GA4 properties. DeleteConnectedSiteTag(ctx context.Context, in *DeleteConnectedSiteTagRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists the connected site tags for a Universal Analytics property. A maximum // of 20 connected site tags will be returned. Note: this has no effect on GA4 // property. ListConnectedSiteTags(ctx context.Context, in *ListConnectedSiteTagsRequest, opts ...grpc.CallOption) (*ListConnectedSiteTagsResponse, error) // Given a specified UA property, looks up the GA4 property connected to it. // Note: this cannot be used with GA4 properties. FetchConnectedGa4Property(ctx context.Context, in *FetchConnectedGa4PropertyRequest, opts ...grpc.CallOption) (*FetchConnectedGa4PropertyResponse, error) // Looks up a single AdSenseLink. GetAdSenseLink(ctx context.Context, in *GetAdSenseLinkRequest, opts ...grpc.CallOption) (*AdSenseLink, error) // Creates an AdSenseLink. CreateAdSenseLink(ctx context.Context, in *CreateAdSenseLinkRequest, opts ...grpc.CallOption) (*AdSenseLink, error) // Deletes an AdSenseLink. DeleteAdSenseLink(ctx context.Context, in *DeleteAdSenseLinkRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lists AdSenseLinks on a property. ListAdSenseLinks(ctx context.Context, in *ListAdSenseLinksRequest, opts ...grpc.CallOption) (*ListAdSenseLinksResponse, error) // Lookup for a single EventCreateRule. GetEventCreateRule(ctx context.Context, in *GetEventCreateRuleRequest, opts ...grpc.CallOption) (*EventCreateRule, error) // Lists EventCreateRules on a web data stream. ListEventCreateRules(ctx context.Context, in *ListEventCreateRulesRequest, opts ...grpc.CallOption) (*ListEventCreateRulesResponse, error) // Creates an EventCreateRule. CreateEventCreateRule(ctx context.Context, in *CreateEventCreateRuleRequest, opts ...grpc.CallOption) (*EventCreateRule, error) // Updates an EventCreateRule. UpdateEventCreateRule(ctx context.Context, in *UpdateEventCreateRuleRequest, opts ...grpc.CallOption) (*EventCreateRule, error) // Deletes an EventCreateRule. DeleteEventCreateRule(ctx context.Context, in *DeleteEventCreateRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Lookup for a single EventEditRule. GetEventEditRule(ctx context.Context, in *GetEventEditRuleRequest, opts ...grpc.CallOption) (*EventEditRule, error) // Lists EventEditRules on a web data stream. ListEventEditRules(ctx context.Context, in *ListEventEditRulesRequest, opts ...grpc.CallOption) (*ListEventEditRulesResponse, error) // Creates an EventEditRule. CreateEventEditRule(ctx context.Context, in *CreateEventEditRuleRequest, opts ...grpc.CallOption) (*EventEditRule, error) // Updates an EventEditRule. UpdateEventEditRule(ctx context.Context, in *UpdateEventEditRuleRequest, opts ...grpc.CallOption) (*EventEditRule, error) // Deletes an EventEditRule. DeleteEventEditRule(ctx context.Context, in *DeleteEventEditRuleRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Changes the processing order of event edit rules on the specified stream. ReorderEventEditRules(ctx context.Context, in *ReorderEventEditRulesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Updates a DataRedactionSettings on a property. UpdateDataRedactionSettings(ctx context.Context, in *UpdateDataRedactionSettingsRequest, opts ...grpc.CallOption) (*DataRedactionSettings, error) // Lookup for a single DataRedactionSettings. GetDataRedactionSettings(ctx context.Context, in *GetDataRedactionSettingsRequest, opts ...grpc.CallOption) (*DataRedactionSettings, error) // Lookup for a single CalculatedMetric. GetCalculatedMetric(ctx context.Context, in *GetCalculatedMetricRequest, opts ...grpc.CallOption) (*CalculatedMetric, error) // Creates a CalculatedMetric. CreateCalculatedMetric(ctx context.Context, in *CreateCalculatedMetricRequest, opts ...grpc.CallOption) (*CalculatedMetric, error) // Lists CalculatedMetrics on a property. ListCalculatedMetrics(ctx context.Context, in *ListCalculatedMetricsRequest, opts ...grpc.CallOption) (*ListCalculatedMetricsResponse, error) // Updates a CalculatedMetric on a property. UpdateCalculatedMetric(ctx context.Context, in *UpdateCalculatedMetricRequest, opts ...grpc.CallOption) (*CalculatedMetric, error) // Deletes a CalculatedMetric on a property. DeleteCalculatedMetric(ctx context.Context, in *DeleteCalculatedMetricRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Create a roll-up property and all roll-up property source links. CreateRollupProperty(ctx context.Context, in *CreateRollupPropertyRequest, opts ...grpc.CallOption) (*CreateRollupPropertyResponse, error) // Lookup for a single roll-up property source Link. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. GetRollupPropertySourceLink(ctx context.Context, in *GetRollupPropertySourceLinkRequest, opts ...grpc.CallOption) (*RollupPropertySourceLink, error) // Lists roll-up property source Links on a property. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. ListRollupPropertySourceLinks(ctx context.Context, in *ListRollupPropertySourceLinksRequest, opts ...grpc.CallOption) (*ListRollupPropertySourceLinksResponse, error) // Creates a roll-up property source link. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. CreateRollupPropertySourceLink(ctx context.Context, in *CreateRollupPropertySourceLinkRequest, opts ...grpc.CallOption) (*RollupPropertySourceLink, error) // Deletes a roll-up property source link. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. DeleteRollupPropertySourceLink(ctx context.Context, in *DeleteRollupPropertySourceLinkRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Create a subproperty and a subproperty event filter that applies to the // created subproperty. ProvisionSubproperty(ctx context.Context, in *ProvisionSubpropertyRequest, opts ...grpc.CallOption) (*ProvisionSubpropertyResponse, error) // Creates a subproperty Event Filter. CreateSubpropertyEventFilter(ctx context.Context, in *CreateSubpropertyEventFilterRequest, opts ...grpc.CallOption) (*SubpropertyEventFilter, error) // Lookup for a single subproperty Event Filter. GetSubpropertyEventFilter(ctx context.Context, in *GetSubpropertyEventFilterRequest, opts ...grpc.CallOption) (*SubpropertyEventFilter, error) // List all subproperty Event Filters on a property. ListSubpropertyEventFilters(ctx context.Context, in *ListSubpropertyEventFiltersRequest, opts ...grpc.CallOption) (*ListSubpropertyEventFiltersResponse, error) // Updates a subproperty Event Filter. UpdateSubpropertyEventFilter(ctx context.Context, in *UpdateSubpropertyEventFilterRequest, opts ...grpc.CallOption) (*SubpropertyEventFilter, error) // Deletes a subproperty event filter. DeleteSubpropertyEventFilter(ctx context.Context, in *DeleteSubpropertyEventFilterRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
AnalyticsAdminServiceClient is the client API for AnalyticsAdminService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAnalyticsAdminServiceClient ¶
func NewAnalyticsAdminServiceClient(cc grpc.ClientConnInterface) AnalyticsAdminServiceClient
type AnalyticsAdminServiceServer ¶
type AnalyticsAdminServiceServer interface { // Lookup for a single Account. GetAccount(context.Context, *GetAccountRequest) (*Account, error) // Returns all accounts accessible by the caller. // // Note that these accounts might not currently have GA4 properties. // Soft-deleted (ie: "trashed") accounts are excluded by default. // Returns an empty list if no relevant accounts are found. ListAccounts(context.Context, *ListAccountsRequest) (*ListAccountsResponse, error) // Marks target Account as soft-deleted (ie: "trashed") and returns it. // // This API does not have a method to restore soft-deleted accounts. // However, they can be restored using the Trash Can UI. // // If the accounts are not restored before the expiration time, the account // and all child resources (eg: Properties, GoogleAdsLinks, Streams, // AccessBindings) will be permanently purged. // https://support.google.com/analytics/answer/6154772 // // Returns an error if the target is not found. DeleteAccount(context.Context, *DeleteAccountRequest) (*emptypb.Empty, error) // Updates an account. UpdateAccount(context.Context, *UpdateAccountRequest) (*Account, error) // Requests a ticket for creating an account. ProvisionAccountTicket(context.Context, *ProvisionAccountTicketRequest) (*ProvisionAccountTicketResponse, error) // Returns summaries of all accounts accessible by the caller. ListAccountSummaries(context.Context, *ListAccountSummariesRequest) (*ListAccountSummariesResponse, error) // Lookup for a single "GA4" Property. GetProperty(context.Context, *GetPropertyRequest) (*Property, error) // Returns child Properties under the specified parent Account. // // Only "GA4" properties will be returned. // Properties will be excluded if the caller does not have access. // Soft-deleted (ie: "trashed") properties are excluded by default. // Returns an empty list if no relevant properties are found. ListProperties(context.Context, *ListPropertiesRequest) (*ListPropertiesResponse, error) // Creates an "GA4" property with the specified location and attributes. CreateProperty(context.Context, *CreatePropertyRequest) (*Property, error) // Marks target Property as soft-deleted (ie: "trashed") and returns it. // // This API does not have a method to restore soft-deleted properties. // However, they can be restored using the Trash Can UI. // // If the properties are not restored before the expiration time, the Property // and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) // will be permanently purged. // https://support.google.com/analytics/answer/6154772 // // Returns an error if the target is not found, or is not a GA4 Property. DeleteProperty(context.Context, *DeletePropertyRequest) (*Property, error) // Updates a property. UpdateProperty(context.Context, *UpdatePropertyRequest) (*Property, error) // Creates a FirebaseLink. // // Properties can have at most one FirebaseLink. CreateFirebaseLink(context.Context, *CreateFirebaseLinkRequest) (*FirebaseLink, error) // Deletes a FirebaseLink on a property DeleteFirebaseLink(context.Context, *DeleteFirebaseLinkRequest) (*emptypb.Empty, error) // Lists FirebaseLinks on a property. // Properties can have at most one FirebaseLink. ListFirebaseLinks(context.Context, *ListFirebaseLinksRequest) (*ListFirebaseLinksResponse, error) // Returns the Site Tag for the specified web stream. // Site Tags are immutable singletons. GetGlobalSiteTag(context.Context, *GetGlobalSiteTagRequest) (*GlobalSiteTag, error) // Creates a GoogleAdsLink. CreateGoogleAdsLink(context.Context, *CreateGoogleAdsLinkRequest) (*GoogleAdsLink, error) // Updates a GoogleAdsLink on a property UpdateGoogleAdsLink(context.Context, *UpdateGoogleAdsLinkRequest) (*GoogleAdsLink, error) // Deletes a GoogleAdsLink on a property DeleteGoogleAdsLink(context.Context, *DeleteGoogleAdsLinkRequest) (*emptypb.Empty, error) // Lists GoogleAdsLinks on a property. ListGoogleAdsLinks(context.Context, *ListGoogleAdsLinksRequest) (*ListGoogleAdsLinksResponse, error) // Get data sharing settings on an account. // Data sharing settings are singletons. GetDataSharingSettings(context.Context, *GetDataSharingSettingsRequest) (*DataSharingSettings, error) // Lookup for a single "GA4" MeasurementProtocolSecret. GetMeasurementProtocolSecret(context.Context, *GetMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error) // Returns child MeasurementProtocolSecrets under the specified parent // Property. ListMeasurementProtocolSecrets(context.Context, *ListMeasurementProtocolSecretsRequest) (*ListMeasurementProtocolSecretsResponse, error) // Creates a measurement protocol secret. CreateMeasurementProtocolSecret(context.Context, *CreateMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error) // Deletes target MeasurementProtocolSecret. DeleteMeasurementProtocolSecret(context.Context, *DeleteMeasurementProtocolSecretRequest) (*emptypb.Empty, error) // Updates a measurement protocol secret. UpdateMeasurementProtocolSecret(context.Context, *UpdateMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error) // Acknowledges the terms of user data collection for the specified property. // // This acknowledgement must be completed (either in the Google Analytics UI // or through this API) before MeasurementProtocolSecret resources may be // created. AcknowledgeUserDataCollection(context.Context, *AcknowledgeUserDataCollectionRequest) (*AcknowledgeUserDataCollectionResponse, error) // Looks up a single SKAdNetworkConversionValueSchema. GetSKAdNetworkConversionValueSchema(context.Context, *GetSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error) // Creates a SKAdNetworkConversionValueSchema. CreateSKAdNetworkConversionValueSchema(context.Context, *CreateSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error) // Deletes target SKAdNetworkConversionValueSchema. DeleteSKAdNetworkConversionValueSchema(context.Context, *DeleteSKAdNetworkConversionValueSchemaRequest) (*emptypb.Empty, error) // Updates a SKAdNetworkConversionValueSchema. UpdateSKAdNetworkConversionValueSchema(context.Context, *UpdateSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error) // Lists SKAdNetworkConversionValueSchema on a stream. // Properties can have at most one SKAdNetworkConversionValueSchema. ListSKAdNetworkConversionValueSchemas(context.Context, *ListSKAdNetworkConversionValueSchemasRequest) (*ListSKAdNetworkConversionValueSchemasResponse, error) // Searches through all changes to an account or its children given the // specified set of filters. SearchChangeHistoryEvents(context.Context, *SearchChangeHistoryEventsRequest) (*SearchChangeHistoryEventsResponse, error) // Lookup for Google Signals settings for a property. GetGoogleSignalsSettings(context.Context, *GetGoogleSignalsSettingsRequest) (*GoogleSignalsSettings, error) // Updates Google Signals settings for a property. UpdateGoogleSignalsSettings(context.Context, *UpdateGoogleSignalsSettingsRequest) (*GoogleSignalsSettings, error) // Deprecated: Do not use. // Deprecated: Use `CreateKeyEvent` instead. // Creates a conversion event with the specified attributes. CreateConversionEvent(context.Context, *CreateConversionEventRequest) (*ConversionEvent, error) // Deprecated: Do not use. // Deprecated: Use `UpdateKeyEvent` instead. // Updates a conversion event with the specified attributes. UpdateConversionEvent(context.Context, *UpdateConversionEventRequest) (*ConversionEvent, error) // Deprecated: Do not use. // Deprecated: Use `GetKeyEvent` instead. // Retrieve a single conversion event. GetConversionEvent(context.Context, *GetConversionEventRequest) (*ConversionEvent, error) // Deprecated: Do not use. // Deprecated: Use `DeleteKeyEvent` instead. // Deletes a conversion event in a property. DeleteConversionEvent(context.Context, *DeleteConversionEventRequest) (*emptypb.Empty, error) // Deprecated: Do not use. // Deprecated: Use `ListKeyEvents` instead. // Returns a list of conversion events in the specified parent property. // // Returns an empty list if no conversion events are found. ListConversionEvents(context.Context, *ListConversionEventsRequest) (*ListConversionEventsResponse, error) // Creates a Key Event. CreateKeyEvent(context.Context, *CreateKeyEventRequest) (*KeyEvent, error) // Updates a Key Event. UpdateKeyEvent(context.Context, *UpdateKeyEventRequest) (*KeyEvent, error) // Retrieve a single Key Event. GetKeyEvent(context.Context, *GetKeyEventRequest) (*KeyEvent, error) // Deletes a Key Event. DeleteKeyEvent(context.Context, *DeleteKeyEventRequest) (*emptypb.Empty, error) // Returns a list of Key Events in the specified parent property. // Returns an empty list if no Key Events are found. ListKeyEvents(context.Context, *ListKeyEventsRequest) (*ListKeyEventsResponse, error) // Look up a single DisplayVideo360AdvertiserLink GetDisplayVideo360AdvertiserLink(context.Context, *GetDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error) // Lists all DisplayVideo360AdvertiserLinks on a property. ListDisplayVideo360AdvertiserLinks(context.Context, *ListDisplayVideo360AdvertiserLinksRequest) (*ListDisplayVideo360AdvertiserLinksResponse, error) // Creates a DisplayVideo360AdvertiserLink. // This can only be utilized by users who have proper authorization both on // the Google Analytics property and on the Display & Video 360 advertiser. // Users who do not have access to the Display & Video 360 advertiser should // instead seek to create a DisplayVideo360LinkProposal. CreateDisplayVideo360AdvertiserLink(context.Context, *CreateDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error) // Deletes a DisplayVideo360AdvertiserLink on a property. DeleteDisplayVideo360AdvertiserLink(context.Context, *DeleteDisplayVideo360AdvertiserLinkRequest) (*emptypb.Empty, error) // Updates a DisplayVideo360AdvertiserLink on a property. UpdateDisplayVideo360AdvertiserLink(context.Context, *UpdateDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error) // Lookup for a single DisplayVideo360AdvertiserLinkProposal. GetDisplayVideo360AdvertiserLinkProposal(context.Context, *GetDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error) // Lists DisplayVideo360AdvertiserLinkProposals on a property. ListDisplayVideo360AdvertiserLinkProposals(context.Context, *ListDisplayVideo360AdvertiserLinkProposalsRequest) (*ListDisplayVideo360AdvertiserLinkProposalsResponse, error) // Creates a DisplayVideo360AdvertiserLinkProposal. CreateDisplayVideo360AdvertiserLinkProposal(context.Context, *CreateDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error) // Deletes a DisplayVideo360AdvertiserLinkProposal on a property. // This can only be used on cancelled proposals. DeleteDisplayVideo360AdvertiserLinkProposal(context.Context, *DeleteDisplayVideo360AdvertiserLinkProposalRequest) (*emptypb.Empty, error) // Approves a DisplayVideo360AdvertiserLinkProposal. // The DisplayVideo360AdvertiserLinkProposal will be deleted and a new // DisplayVideo360AdvertiserLink will be created. ApproveDisplayVideo360AdvertiserLinkProposal(context.Context, *ApproveDisplayVideo360AdvertiserLinkProposalRequest) (*ApproveDisplayVideo360AdvertiserLinkProposalResponse, error) // Cancels a DisplayVideo360AdvertiserLinkProposal. // Cancelling can mean either: // - Declining a proposal initiated from Display & Video 360 // - Withdrawing a proposal initiated from Google Analytics // After being cancelled, a proposal will eventually be deleted automatically. CancelDisplayVideo360AdvertiserLinkProposal(context.Context, *CancelDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error) // Creates a CustomDimension. CreateCustomDimension(context.Context, *CreateCustomDimensionRequest) (*CustomDimension, error) // Updates a CustomDimension on a property. UpdateCustomDimension(context.Context, *UpdateCustomDimensionRequest) (*CustomDimension, error) // Lists CustomDimensions on a property. ListCustomDimensions(context.Context, *ListCustomDimensionsRequest) (*ListCustomDimensionsResponse, error) // Archives a CustomDimension on a property. ArchiveCustomDimension(context.Context, *ArchiveCustomDimensionRequest) (*emptypb.Empty, error) // Lookup for a single CustomDimension. GetCustomDimension(context.Context, *GetCustomDimensionRequest) (*CustomDimension, error) // Creates a CustomMetric. CreateCustomMetric(context.Context, *CreateCustomMetricRequest) (*CustomMetric, error) // Updates a CustomMetric on a property. UpdateCustomMetric(context.Context, *UpdateCustomMetricRequest) (*CustomMetric, error) // Lists CustomMetrics on a property. ListCustomMetrics(context.Context, *ListCustomMetricsRequest) (*ListCustomMetricsResponse, error) // Archives a CustomMetric on a property. ArchiveCustomMetric(context.Context, *ArchiveCustomMetricRequest) (*emptypb.Empty, error) // Lookup for a single CustomMetric. GetCustomMetric(context.Context, *GetCustomMetricRequest) (*CustomMetric, error) // Returns the singleton data retention settings for this property. GetDataRetentionSettings(context.Context, *GetDataRetentionSettingsRequest) (*DataRetentionSettings, error) // Updates the singleton data retention settings for this property. UpdateDataRetentionSettings(context.Context, *UpdateDataRetentionSettingsRequest) (*DataRetentionSettings, error) // Creates a DataStream. CreateDataStream(context.Context, *CreateDataStreamRequest) (*DataStream, error) // Deletes a DataStream on a property. DeleteDataStream(context.Context, *DeleteDataStreamRequest) (*emptypb.Empty, error) // Updates a DataStream on a property. UpdateDataStream(context.Context, *UpdateDataStreamRequest) (*DataStream, error) // Lists DataStreams on a property. ListDataStreams(context.Context, *ListDataStreamsRequest) (*ListDataStreamsResponse, error) // Lookup for a single DataStream. GetDataStream(context.Context, *GetDataStreamRequest) (*DataStream, error) // Lookup for a single Audience. // Audiences created before 2020 may not be supported. // Default audiences will not show filter definitions. GetAudience(context.Context, *GetAudienceRequest) (*Audience, error) // Lists Audiences on a property. // Audiences created before 2020 may not be supported. // Default audiences will not show filter definitions. ListAudiences(context.Context, *ListAudiencesRequest) (*ListAudiencesResponse, error) // Creates an Audience. CreateAudience(context.Context, *CreateAudienceRequest) (*Audience, error) // Updates an Audience on a property. UpdateAudience(context.Context, *UpdateAudienceRequest) (*Audience, error) // Archives an Audience on a property. ArchiveAudience(context.Context, *ArchiveAudienceRequest) (*emptypb.Empty, error) // Look up a single SearchAds360Link GetSearchAds360Link(context.Context, *GetSearchAds360LinkRequest) (*SearchAds360Link, error) // Lists all SearchAds360Links on a property. ListSearchAds360Links(context.Context, *ListSearchAds360LinksRequest) (*ListSearchAds360LinksResponse, error) // Creates a SearchAds360Link. CreateSearchAds360Link(context.Context, *CreateSearchAds360LinkRequest) (*SearchAds360Link, error) // Deletes a SearchAds360Link on a property. DeleteSearchAds360Link(context.Context, *DeleteSearchAds360LinkRequest) (*emptypb.Empty, error) // Updates a SearchAds360Link on a property. UpdateSearchAds360Link(context.Context, *UpdateSearchAds360LinkRequest) (*SearchAds360Link, error) // Lookup for a AttributionSettings singleton. GetAttributionSettings(context.Context, *GetAttributionSettingsRequest) (*AttributionSettings, error) // Updates attribution settings on a property. UpdateAttributionSettings(context.Context, *UpdateAttributionSettingsRequest) (*AttributionSettings, error) // Returns a customized report of data access records. The report provides // records of each time a user reads Google Analytics reporting data. Access // records are retained for up to 2 years. // // Data Access Reports can be requested for a property. Reports may be // requested for any property, but dimensions that aren't related to quota can // only be requested on Google Analytics 360 properties. This method is only // available to Administrators. // // These data access records include GA4 UI Reporting, GA4 UI Explorations, // GA4 Data API, and other products like Firebase & Admob that can retrieve // data from Google Analytics through a linkage. These records don't include // property configuration changes like adding a stream or changing a // property's time zone. For configuration change history, see // [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). RunAccessReport(context.Context, *RunAccessReportRequest) (*RunAccessReportResponse, error) // Creates an access binding on an account or property. CreateAccessBinding(context.Context, *CreateAccessBindingRequest) (*AccessBinding, error) // Gets information about an access binding. GetAccessBinding(context.Context, *GetAccessBindingRequest) (*AccessBinding, error) // Updates an access binding on an account or property. UpdateAccessBinding(context.Context, *UpdateAccessBindingRequest) (*AccessBinding, error) // Deletes an access binding on an account or property. DeleteAccessBinding(context.Context, *DeleteAccessBindingRequest) (*emptypb.Empty, error) // Lists all access bindings on an account or property. ListAccessBindings(context.Context, *ListAccessBindingsRequest) (*ListAccessBindingsResponse, error) // Creates information about multiple access bindings to an account or // property. // // This method is transactional. If any AccessBinding cannot be created, none // of the AccessBindings will be created. BatchCreateAccessBindings(context.Context, *BatchCreateAccessBindingsRequest) (*BatchCreateAccessBindingsResponse, error) // Gets information about multiple access bindings to an account or property. BatchGetAccessBindings(context.Context, *BatchGetAccessBindingsRequest) (*BatchGetAccessBindingsResponse, error) // Updates information about multiple access bindings to an account or // property. BatchUpdateAccessBindings(context.Context, *BatchUpdateAccessBindingsRequest) (*BatchUpdateAccessBindingsResponse, error) // Deletes information about multiple users' links to an account or property. BatchDeleteAccessBindings(context.Context, *BatchDeleteAccessBindingsRequest) (*emptypb.Empty, error) // Lookup for a single ExpandedDataSet. GetExpandedDataSet(context.Context, *GetExpandedDataSetRequest) (*ExpandedDataSet, error) // Lists ExpandedDataSets on a property. ListExpandedDataSets(context.Context, *ListExpandedDataSetsRequest) (*ListExpandedDataSetsResponse, error) // Creates a ExpandedDataSet. CreateExpandedDataSet(context.Context, *CreateExpandedDataSetRequest) (*ExpandedDataSet, error) // Updates a ExpandedDataSet on a property. UpdateExpandedDataSet(context.Context, *UpdateExpandedDataSetRequest) (*ExpandedDataSet, error) // Deletes a ExpandedDataSet on a property. DeleteExpandedDataSet(context.Context, *DeleteExpandedDataSetRequest) (*emptypb.Empty, error) // Lookup for a single ChannelGroup. GetChannelGroup(context.Context, *GetChannelGroupRequest) (*ChannelGroup, error) // Lists ChannelGroups on a property. ListChannelGroups(context.Context, *ListChannelGroupsRequest) (*ListChannelGroupsResponse, error) // Creates a ChannelGroup. CreateChannelGroup(context.Context, *CreateChannelGroupRequest) (*ChannelGroup, error) // Updates a ChannelGroup. UpdateChannelGroup(context.Context, *UpdateChannelGroupRequest) (*ChannelGroup, error) // Deletes a ChannelGroup on a property. DeleteChannelGroup(context.Context, *DeleteChannelGroupRequest) (*emptypb.Empty, error) // Sets the opt out status for the automated GA4 setup process for a UA // property. // Note: this has no effect on GA4 property. SetAutomatedGa4ConfigurationOptOut(context.Context, *SetAutomatedGa4ConfigurationOptOutRequest) (*SetAutomatedGa4ConfigurationOptOutResponse, error) // Fetches the opt out status for the automated GA4 setup process for a UA // property. // Note: this has no effect on GA4 property. FetchAutomatedGa4ConfigurationOptOut(context.Context, *FetchAutomatedGa4ConfigurationOptOutRequest) (*FetchAutomatedGa4ConfigurationOptOutResponse, error) // Creates a BigQueryLink. CreateBigQueryLink(context.Context, *CreateBigQueryLinkRequest) (*BigQueryLink, error) // Lookup for a single BigQuery Link. GetBigQueryLink(context.Context, *GetBigQueryLinkRequest) (*BigQueryLink, error) // Lists BigQuery Links on a property. ListBigQueryLinks(context.Context, *ListBigQueryLinksRequest) (*ListBigQueryLinksResponse, error) // Deletes a BigQueryLink on a property. DeleteBigQueryLink(context.Context, *DeleteBigQueryLinkRequest) (*emptypb.Empty, error) // Updates a BigQueryLink. UpdateBigQueryLink(context.Context, *UpdateBigQueryLinkRequest) (*BigQueryLink, error) // Returns the enhanced measurement settings for this data stream. // Note that the stream must enable enhanced measurement for these settings to // take effect. GetEnhancedMeasurementSettings(context.Context, *GetEnhancedMeasurementSettingsRequest) (*EnhancedMeasurementSettings, error) // Updates the enhanced measurement settings for this data stream. // Note that the stream must enable enhanced measurement for these settings to // take effect. UpdateEnhancedMeasurementSettings(context.Context, *UpdateEnhancedMeasurementSettingsRequest) (*EnhancedMeasurementSettings, error) // Creates a connected site tag for a Universal Analytics property. You can // create a maximum of 20 connected site tags per property. // Note: This API cannot be used on GA4 properties. CreateConnectedSiteTag(context.Context, *CreateConnectedSiteTagRequest) (*CreateConnectedSiteTagResponse, error) // Deletes a connected site tag for a Universal Analytics property. // Note: this has no effect on GA4 properties. DeleteConnectedSiteTag(context.Context, *DeleteConnectedSiteTagRequest) (*emptypb.Empty, error) // Lists the connected site tags for a Universal Analytics property. A maximum // of 20 connected site tags will be returned. Note: this has no effect on GA4 // property. ListConnectedSiteTags(context.Context, *ListConnectedSiteTagsRequest) (*ListConnectedSiteTagsResponse, error) // Given a specified UA property, looks up the GA4 property connected to it. // Note: this cannot be used with GA4 properties. FetchConnectedGa4Property(context.Context, *FetchConnectedGa4PropertyRequest) (*FetchConnectedGa4PropertyResponse, error) // Looks up a single AdSenseLink. GetAdSenseLink(context.Context, *GetAdSenseLinkRequest) (*AdSenseLink, error) // Creates an AdSenseLink. CreateAdSenseLink(context.Context, *CreateAdSenseLinkRequest) (*AdSenseLink, error) // Deletes an AdSenseLink. DeleteAdSenseLink(context.Context, *DeleteAdSenseLinkRequest) (*emptypb.Empty, error) // Lists AdSenseLinks on a property. ListAdSenseLinks(context.Context, *ListAdSenseLinksRequest) (*ListAdSenseLinksResponse, error) // Lookup for a single EventCreateRule. GetEventCreateRule(context.Context, *GetEventCreateRuleRequest) (*EventCreateRule, error) // Lists EventCreateRules on a web data stream. ListEventCreateRules(context.Context, *ListEventCreateRulesRequest) (*ListEventCreateRulesResponse, error) // Creates an EventCreateRule. CreateEventCreateRule(context.Context, *CreateEventCreateRuleRequest) (*EventCreateRule, error) // Updates an EventCreateRule. UpdateEventCreateRule(context.Context, *UpdateEventCreateRuleRequest) (*EventCreateRule, error) // Deletes an EventCreateRule. DeleteEventCreateRule(context.Context, *DeleteEventCreateRuleRequest) (*emptypb.Empty, error) // Lookup for a single EventEditRule. GetEventEditRule(context.Context, *GetEventEditRuleRequest) (*EventEditRule, error) // Lists EventEditRules on a web data stream. ListEventEditRules(context.Context, *ListEventEditRulesRequest) (*ListEventEditRulesResponse, error) // Creates an EventEditRule. CreateEventEditRule(context.Context, *CreateEventEditRuleRequest) (*EventEditRule, error) // Updates an EventEditRule. UpdateEventEditRule(context.Context, *UpdateEventEditRuleRequest) (*EventEditRule, error) // Deletes an EventEditRule. DeleteEventEditRule(context.Context, *DeleteEventEditRuleRequest) (*emptypb.Empty, error) // Changes the processing order of event edit rules on the specified stream. ReorderEventEditRules(context.Context, *ReorderEventEditRulesRequest) (*emptypb.Empty, error) // Updates a DataRedactionSettings on a property. UpdateDataRedactionSettings(context.Context, *UpdateDataRedactionSettingsRequest) (*DataRedactionSettings, error) // Lookup for a single DataRedactionSettings. GetDataRedactionSettings(context.Context, *GetDataRedactionSettingsRequest) (*DataRedactionSettings, error) // Lookup for a single CalculatedMetric. GetCalculatedMetric(context.Context, *GetCalculatedMetricRequest) (*CalculatedMetric, error) // Creates a CalculatedMetric. CreateCalculatedMetric(context.Context, *CreateCalculatedMetricRequest) (*CalculatedMetric, error) // Lists CalculatedMetrics on a property. ListCalculatedMetrics(context.Context, *ListCalculatedMetricsRequest) (*ListCalculatedMetricsResponse, error) // Updates a CalculatedMetric on a property. UpdateCalculatedMetric(context.Context, *UpdateCalculatedMetricRequest) (*CalculatedMetric, error) // Deletes a CalculatedMetric on a property. DeleteCalculatedMetric(context.Context, *DeleteCalculatedMetricRequest) (*emptypb.Empty, error) // Create a roll-up property and all roll-up property source links. CreateRollupProperty(context.Context, *CreateRollupPropertyRequest) (*CreateRollupPropertyResponse, error) // Lookup for a single roll-up property source Link. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. GetRollupPropertySourceLink(context.Context, *GetRollupPropertySourceLinkRequest) (*RollupPropertySourceLink, error) // Lists roll-up property source Links on a property. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. ListRollupPropertySourceLinks(context.Context, *ListRollupPropertySourceLinksRequest) (*ListRollupPropertySourceLinksResponse, error) // Creates a roll-up property source link. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. CreateRollupPropertySourceLink(context.Context, *CreateRollupPropertySourceLinkRequest) (*RollupPropertySourceLink, error) // Deletes a roll-up property source link. // Only roll-up properties can have source links, so this method will throw an // error if used on other types of properties. DeleteRollupPropertySourceLink(context.Context, *DeleteRollupPropertySourceLinkRequest) (*emptypb.Empty, error) // Create a subproperty and a subproperty event filter that applies to the // created subproperty. ProvisionSubproperty(context.Context, *ProvisionSubpropertyRequest) (*ProvisionSubpropertyResponse, error) // Creates a subproperty Event Filter. CreateSubpropertyEventFilter(context.Context, *CreateSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error) // Lookup for a single subproperty Event Filter. GetSubpropertyEventFilter(context.Context, *GetSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error) // List all subproperty Event Filters on a property. ListSubpropertyEventFilters(context.Context, *ListSubpropertyEventFiltersRequest) (*ListSubpropertyEventFiltersResponse, error) // Updates a subproperty Event Filter. UpdateSubpropertyEventFilter(context.Context, *UpdateSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error) // Deletes a subproperty event filter. DeleteSubpropertyEventFilter(context.Context, *DeleteSubpropertyEventFilterRequest) (*emptypb.Empty, error) }
AnalyticsAdminServiceServer is the server API for AnalyticsAdminService service.
type ApproveDisplayVideo360AdvertiserLinkProposalRequest ¶
type ApproveDisplayVideo360AdvertiserLinkProposalRequest struct { // Required. The name of the DisplayVideo360AdvertiserLinkProposal to approve. // Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for ApproveDisplayVideo360AdvertiserLinkProposal RPC.
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) Descriptor
deprecated
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)
Deprecated: Use ApproveDisplayVideo360AdvertiserLinkProposalRequest.ProtoReflect.Descriptor instead.
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) GetName ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage ¶
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) Reset ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) Reset()
func (*ApproveDisplayVideo360AdvertiserLinkProposalRequest) String ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalRequest) String() string
type ApproveDisplayVideo360AdvertiserLinkProposalResponse ¶
type ApproveDisplayVideo360AdvertiserLinkProposalResponse struct { // The DisplayVideo360AdvertiserLink created as a result of approving the // proposal. DisplayVideo_360AdvertiserLink *DisplayVideo360AdvertiserLink `` /* 154-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for ApproveDisplayVideo360AdvertiserLinkProposal RPC.
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) Descriptor
deprecated
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) Descriptor() ([]byte, []int)
Deprecated: Use ApproveDisplayVideo360AdvertiserLinkProposalResponse.ProtoReflect.Descriptor instead.
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) GetDisplayVideo_360AdvertiserLink ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) ProtoMessage ¶
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) ProtoMessage()
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) ProtoReflect ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) ProtoReflect() protoreflect.Message
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) Reset ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) Reset()
func (*ApproveDisplayVideo360AdvertiserLinkProposalResponse) String ¶
func (x *ApproveDisplayVideo360AdvertiserLinkProposalResponse) String() string
type ArchiveAudienceRequest ¶
type ArchiveAudienceRequest struct { // Required. Example format: properties/1234/audiences/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for ArchiveAudience RPC.
func (*ArchiveAudienceRequest) Descriptor
deprecated
func (*ArchiveAudienceRequest) Descriptor() ([]byte, []int)
Deprecated: Use ArchiveAudienceRequest.ProtoReflect.Descriptor instead.
func (*ArchiveAudienceRequest) GetName ¶
func (x *ArchiveAudienceRequest) GetName() string
func (*ArchiveAudienceRequest) ProtoMessage ¶
func (*ArchiveAudienceRequest) ProtoMessage()
func (*ArchiveAudienceRequest) ProtoReflect ¶
func (x *ArchiveAudienceRequest) ProtoReflect() protoreflect.Message
func (*ArchiveAudienceRequest) Reset ¶
func (x *ArchiveAudienceRequest) Reset()
func (*ArchiveAudienceRequest) String ¶
func (x *ArchiveAudienceRequest) String() string
type ArchiveCustomDimensionRequest ¶
type ArchiveCustomDimensionRequest struct { // Required. The name of the CustomDimension to archive. // Example format: properties/1234/customDimensions/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for ArchiveCustomDimension RPC.
func (*ArchiveCustomDimensionRequest) Descriptor
deprecated
func (*ArchiveCustomDimensionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ArchiveCustomDimensionRequest.ProtoReflect.Descriptor instead.
func (*ArchiveCustomDimensionRequest) GetName ¶
func (x *ArchiveCustomDimensionRequest) GetName() string
func (*ArchiveCustomDimensionRequest) ProtoMessage ¶
func (*ArchiveCustomDimensionRequest) ProtoMessage()
func (*ArchiveCustomDimensionRequest) ProtoReflect ¶
func (x *ArchiveCustomDimensionRequest) ProtoReflect() protoreflect.Message
func (*ArchiveCustomDimensionRequest) Reset ¶
func (x *ArchiveCustomDimensionRequest) Reset()
func (*ArchiveCustomDimensionRequest) String ¶
func (x *ArchiveCustomDimensionRequest) String() string
type ArchiveCustomMetricRequest ¶
type ArchiveCustomMetricRequest struct { // Required. The name of the CustomMetric to archive. // Example format: properties/1234/customMetrics/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for ArchiveCustomMetric RPC.
func (*ArchiveCustomMetricRequest) Descriptor
deprecated
func (*ArchiveCustomMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use ArchiveCustomMetricRequest.ProtoReflect.Descriptor instead.
func (*ArchiveCustomMetricRequest) GetName ¶
func (x *ArchiveCustomMetricRequest) GetName() string
func (*ArchiveCustomMetricRequest) ProtoMessage ¶
func (*ArchiveCustomMetricRequest) ProtoMessage()
func (*ArchiveCustomMetricRequest) ProtoReflect ¶
func (x *ArchiveCustomMetricRequest) ProtoReflect() protoreflect.Message
func (*ArchiveCustomMetricRequest) Reset ¶
func (x *ArchiveCustomMetricRequest) Reset()
func (*ArchiveCustomMetricRequest) String ¶
func (x *ArchiveCustomMetricRequest) String() string
type AttributionSettings ¶
type AttributionSettings struct { // Output only. Resource name of this attribution settings resource. // Format: properties/{property_id}/attributionSettings // Example: "properties/1000/attributionSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The lookback window configuration for acquisition conversion // events. The default window size is 30 days. AcquisitionConversionEventLookbackWindow AttributionSettings_AcquisitionConversionEventLookbackWindow `` /* 285-byte string literal not displayed */ // Required. The lookback window for all other, non-acquisition conversion // events. The default window size is 90 days. OtherConversionEventLookbackWindow AttributionSettings_OtherConversionEventLookbackWindow `` /* 261-byte string literal not displayed */ // Required. The reporting attribution model used to calculate conversion // credit in this property's reports. // // Changing the attribution model will apply to both historical and future // data. These changes will be reflected in reports with conversion and // revenue data. User and session data will be unaffected. ReportingAttributionModel AttributionSettings_ReportingAttributionModel `` /* 221-byte string literal not displayed */ // Required. The Conversion Export Scope for data exported to linked Ads // Accounts. AdsWebConversionDataExportScope AttributionSettings_AdsWebConversionDataExportScope `` /* 251-byte string literal not displayed */ // contains filtered or unexported fields }
The attribution settings used for a given property. This is a singleton resource.
func (*AttributionSettings) Descriptor
deprecated
func (*AttributionSettings) Descriptor() ([]byte, []int)
Deprecated: Use AttributionSettings.ProtoReflect.Descriptor instead.
func (*AttributionSettings) GetAcquisitionConversionEventLookbackWindow ¶
func (x *AttributionSettings) GetAcquisitionConversionEventLookbackWindow() AttributionSettings_AcquisitionConversionEventLookbackWindow
func (*AttributionSettings) GetAdsWebConversionDataExportScope ¶ added in v0.21.2
func (x *AttributionSettings) GetAdsWebConversionDataExportScope() AttributionSettings_AdsWebConversionDataExportScope
func (*AttributionSettings) GetName ¶
func (x *AttributionSettings) GetName() string
func (*AttributionSettings) GetOtherConversionEventLookbackWindow ¶
func (x *AttributionSettings) GetOtherConversionEventLookbackWindow() AttributionSettings_OtherConversionEventLookbackWindow
func (*AttributionSettings) GetReportingAttributionModel ¶
func (x *AttributionSettings) GetReportingAttributionModel() AttributionSettings_ReportingAttributionModel
func (*AttributionSettings) ProtoMessage ¶
func (*AttributionSettings) ProtoMessage()
func (*AttributionSettings) ProtoReflect ¶
func (x *AttributionSettings) ProtoReflect() protoreflect.Message
func (*AttributionSettings) Reset ¶
func (x *AttributionSettings) Reset()
func (*AttributionSettings) String ¶
func (x *AttributionSettings) String() string
type AttributionSettings_AcquisitionConversionEventLookbackWindow ¶
type AttributionSettings_AcquisitionConversionEventLookbackWindow int32
How far back in time events should be considered for inclusion in a converting path which leads to the first install of an app or the first visit to a site.
const ( // Lookback window size unspecified. AttributionSettings_ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED AttributionSettings_AcquisitionConversionEventLookbackWindow = 0 // 7-day lookback window. AttributionSettings_ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS AttributionSettings_AcquisitionConversionEventLookbackWindow = 1 // 30-day lookback window. AttributionSettings_ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS AttributionSettings_AcquisitionConversionEventLookbackWindow = 2 )
func (AttributionSettings_AcquisitionConversionEventLookbackWindow) Descriptor ¶
func (AttributionSettings_AcquisitionConversionEventLookbackWindow) Descriptor() protoreflect.EnumDescriptor
func (AttributionSettings_AcquisitionConversionEventLookbackWindow) EnumDescriptor
deprecated
func (AttributionSettings_AcquisitionConversionEventLookbackWindow) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributionSettings_AcquisitionConversionEventLookbackWindow.Descriptor instead.
func (AttributionSettings_AcquisitionConversionEventLookbackWindow) String ¶
func (x AttributionSettings_AcquisitionConversionEventLookbackWindow) String() string
type AttributionSettings_AdsWebConversionDataExportScope ¶ added in v0.21.2
type AttributionSettings_AdsWebConversionDataExportScope int32
The Conversion Export Scope for data exported to linked Ads Accounts.
const ( // Default value. This value is unused. AttributionSettings_ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED AttributionSettings_AdsWebConversionDataExportScope = 0 // No data export scope selected yet. // Export scope can never be changed back to this value. AttributionSettings_NOT_SELECTED_YET AttributionSettings_AdsWebConversionDataExportScope = 1 // Paid and organic channels are eligible to receive conversion credit, but // only credit assigned to Google Ads channels will appear in your Ads // accounts. To learn more, see [Paid and Organic // channels](https://support.google.com/analytics/answer/10632359). AttributionSettings_PAID_AND_ORGANIC_CHANNELS AttributionSettings_AdsWebConversionDataExportScope = 2 // Only Google Ads paid channels are eligible to receive conversion credit. // To learn more, see [Google Paid // channels](https://support.google.com/analytics/answer/10632359). AttributionSettings_GOOGLE_PAID_CHANNELS AttributionSettings_AdsWebConversionDataExportScope = 3 )
func (AttributionSettings_AdsWebConversionDataExportScope) Descriptor ¶ added in v0.21.2
func (AttributionSettings_AdsWebConversionDataExportScope) Descriptor() protoreflect.EnumDescriptor
func (AttributionSettings_AdsWebConversionDataExportScope) EnumDescriptor
deprecated
added in
v0.21.2
func (AttributionSettings_AdsWebConversionDataExportScope) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributionSettings_AdsWebConversionDataExportScope.Descriptor instead.
func (AttributionSettings_AdsWebConversionDataExportScope) Number ¶ added in v0.21.2
func (x AttributionSettings_AdsWebConversionDataExportScope) Number() protoreflect.EnumNumber
func (AttributionSettings_AdsWebConversionDataExportScope) String ¶ added in v0.21.2
func (x AttributionSettings_AdsWebConversionDataExportScope) String() string
type AttributionSettings_OtherConversionEventLookbackWindow ¶
type AttributionSettings_OtherConversionEventLookbackWindow int32
How far back in time events should be considered for inclusion in a converting path for all conversions other than first app install/first site visit.
const ( // Lookback window size unspecified. AttributionSettings_OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED AttributionSettings_OtherConversionEventLookbackWindow = 0 // 30-day lookback window. AttributionSettings_OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS AttributionSettings_OtherConversionEventLookbackWindow = 1 // 60-day lookback window. AttributionSettings_OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS AttributionSettings_OtherConversionEventLookbackWindow = 2 // 90-day lookback window. AttributionSettings_OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS AttributionSettings_OtherConversionEventLookbackWindow = 3 )
func (AttributionSettings_OtherConversionEventLookbackWindow) Descriptor ¶
func (AttributionSettings_OtherConversionEventLookbackWindow) Descriptor() protoreflect.EnumDescriptor
func (AttributionSettings_OtherConversionEventLookbackWindow) EnumDescriptor
deprecated
func (AttributionSettings_OtherConversionEventLookbackWindow) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributionSettings_OtherConversionEventLookbackWindow.Descriptor instead.
func (AttributionSettings_OtherConversionEventLookbackWindow) Number ¶
func (x AttributionSettings_OtherConversionEventLookbackWindow) Number() protoreflect.EnumNumber
func (AttributionSettings_OtherConversionEventLookbackWindow) String ¶
func (x AttributionSettings_OtherConversionEventLookbackWindow) String() string
type AttributionSettings_ReportingAttributionModel ¶
type AttributionSettings_ReportingAttributionModel int32
The reporting attribution model used to calculate conversion credit in this property's reports.
const ( // Reporting attribution model unspecified. AttributionSettings_REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED AttributionSettings_ReportingAttributionModel = 0 // Data-driven attribution distributes credit for the conversion based on // data for each conversion event. Each Data-driven model is specific to // each advertiser and each conversion event. // Previously CROSS_CHANNEL_DATA_DRIVEN AttributionSettings_PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN AttributionSettings_ReportingAttributionModel = 1 // Ignores direct traffic and attributes 100% of the conversion value to the // last channel that the customer clicked through (or engaged view through // for YouTube) before converting. // Previously CROSS_CHANNEL_LAST_CLICK AttributionSettings_PAID_AND_ORGANIC_CHANNELS_LAST_CLICK AttributionSettings_ReportingAttributionModel = 2 // Attributes 100% of the conversion value to the last Google Paid channel // that the customer clicked through before converting. // Previously ADS_PREFERRED_LAST_CLICK AttributionSettings_GOOGLE_PAID_CHANNELS_LAST_CLICK AttributionSettings_ReportingAttributionModel = 7 )
func (AttributionSettings_ReportingAttributionModel) Descriptor ¶
func (AttributionSettings_ReportingAttributionModel) Descriptor() protoreflect.EnumDescriptor
func (AttributionSettings_ReportingAttributionModel) EnumDescriptor
deprecated
func (AttributionSettings_ReportingAttributionModel) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributionSettings_ReportingAttributionModel.Descriptor instead.
func (AttributionSettings_ReportingAttributionModel) Number ¶
func (x AttributionSettings_ReportingAttributionModel) Number() protoreflect.EnumNumber
func (AttributionSettings_ReportingAttributionModel) String ¶
func (x AttributionSettings_ReportingAttributionModel) String() string
type Audience ¶
type Audience struct { // Output only. The resource name for this Audience resource. // Format: properties/{propertyId}/audiences/{audienceId} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The display name of the Audience. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. The description of the Audience. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Required. Immutable. The duration a user should stay in an Audience. It // cannot be set to more than 540 days. MembershipDurationDays int32 `` /* 130-byte string literal not displayed */ // Output only. It is automatically set by GA to false if this is an NPA // Audience and is excluded from ads personalization. AdsPersonalizationEnabled bool `` /* 139-byte string literal not displayed */ // Optional. Specifies an event to log when a user joins the Audience. If not // set, no event is logged when a user joins the Audience. EventTrigger *AudienceEventTrigger `protobuf:"bytes,6,opt,name=event_trigger,json=eventTrigger,proto3" json:"event_trigger,omitempty"` // Immutable. Specifies how long an exclusion lasts for users that meet the // exclusion filter. It is applied to all EXCLUDE filter clauses and is // ignored when there is no EXCLUDE filter clause in the Audience. ExclusionDurationMode Audience_AudienceExclusionDurationMode `` /* 202-byte string literal not displayed */ // Required. Immutable. Unordered list. Filter clauses that define the // Audience. All clauses will be AND’ed together. FilterClauses []*AudienceFilterClause `protobuf:"bytes,8,rep,name=filter_clauses,json=filterClauses,proto3" json:"filter_clauses,omitempty"` // Output only. Time when the Audience was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
A resource message representing a GA4 Audience.
func (*Audience) Descriptor
deprecated
func (*Audience) GetAdsPersonalizationEnabled ¶
func (*Audience) GetCreateTime ¶ added in v0.24.0
func (x *Audience) GetCreateTime() *timestamppb.Timestamp
func (*Audience) GetDescription ¶
func (*Audience) GetDisplayName ¶
func (*Audience) GetEventTrigger ¶
func (x *Audience) GetEventTrigger() *AudienceEventTrigger
func (*Audience) GetExclusionDurationMode ¶
func (x *Audience) GetExclusionDurationMode() Audience_AudienceExclusionDurationMode
func (*Audience) GetFilterClauses ¶
func (x *Audience) GetFilterClauses() []*AudienceFilterClause
func (*Audience) GetMembershipDurationDays ¶
func (*Audience) ProtoMessage ¶
func (*Audience) ProtoMessage()
func (*Audience) ProtoReflect ¶
func (x *Audience) ProtoReflect() protoreflect.Message
type AudienceDimensionOrMetricFilter ¶
type AudienceDimensionOrMetricFilter struct { // One of the above filters. // // Types that are assignable to OneFilter: // // *AudienceDimensionOrMetricFilter_StringFilter_ // *AudienceDimensionOrMetricFilter_InListFilter_ // *AudienceDimensionOrMetricFilter_NumericFilter_ // *AudienceDimensionOrMetricFilter_BetweenFilter_ OneFilter isAudienceDimensionOrMetricFilter_OneFilter `protobuf_oneof:"one_filter"` // Required. Immutable. The dimension name or metric name to filter. If the // field name refers to a custom dimension or metric, a scope prefix will be // added to the front of the custom dimensions or metric name. For more on // scope prefixes or custom dimensions/metrics, reference the [Google // Analytics Data API documentation] // (https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#custom_dimensions). FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // Optional. Indicates whether this filter needs dynamic evaluation or not. If // set to true, users join the Audience if they ever met the condition (static // evaluation). If unset or set to false, user evaluation for an Audience is // dynamic; users are added to an Audience when they meet the conditions and // then removed when they no longer meet them. // // This can only be set when Audience scope is ACROSS_ALL_SESSIONS. AtAnyPointInTime bool `protobuf:"varint,6,opt,name=at_any_point_in_time,json=atAnyPointInTime,proto3" json:"at_any_point_in_time,omitempty"` // Optional. If set, specifies the time window for which to evaluate data in // number of days. If not set, then audience data is evaluated against // lifetime data (For example, infinite time window). // // For example, if set to 1 day, only the current day's data is evaluated. The // reference point is the current day when at_any_point_in_time is unset or // false. // // It can only be set when Audience scope is ACROSS_ALL_SESSIONS and cannot be // greater than 60 days. InAnyNDayPeriod int32 `protobuf:"varint,7,opt,name=in_any_n_day_period,json=inAnyNDayPeriod,proto3" json:"in_any_n_day_period,omitempty"` // contains filtered or unexported fields }
A specific filter for a single dimension or metric.
func (*AudienceDimensionOrMetricFilter) Descriptor
deprecated
func (*AudienceDimensionOrMetricFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter.ProtoReflect.Descriptor instead.
func (*AudienceDimensionOrMetricFilter) GetAtAnyPointInTime ¶
func (x *AudienceDimensionOrMetricFilter) GetAtAnyPointInTime() bool
func (*AudienceDimensionOrMetricFilter) GetBetweenFilter ¶
func (x *AudienceDimensionOrMetricFilter) GetBetweenFilter() *AudienceDimensionOrMetricFilter_BetweenFilter
func (*AudienceDimensionOrMetricFilter) GetFieldName ¶
func (x *AudienceDimensionOrMetricFilter) GetFieldName() string
func (*AudienceDimensionOrMetricFilter) GetInAnyNDayPeriod ¶
func (x *AudienceDimensionOrMetricFilter) GetInAnyNDayPeriod() int32
func (*AudienceDimensionOrMetricFilter) GetInListFilter ¶
func (x *AudienceDimensionOrMetricFilter) GetInListFilter() *AudienceDimensionOrMetricFilter_InListFilter
func (*AudienceDimensionOrMetricFilter) GetNumericFilter ¶
func (x *AudienceDimensionOrMetricFilter) GetNumericFilter() *AudienceDimensionOrMetricFilter_NumericFilter
func (*AudienceDimensionOrMetricFilter) GetOneFilter ¶
func (m *AudienceDimensionOrMetricFilter) GetOneFilter() isAudienceDimensionOrMetricFilter_OneFilter
func (*AudienceDimensionOrMetricFilter) GetStringFilter ¶
func (x *AudienceDimensionOrMetricFilter) GetStringFilter() *AudienceDimensionOrMetricFilter_StringFilter
func (*AudienceDimensionOrMetricFilter) ProtoMessage ¶
func (*AudienceDimensionOrMetricFilter) ProtoMessage()
func (*AudienceDimensionOrMetricFilter) ProtoReflect ¶
func (x *AudienceDimensionOrMetricFilter) ProtoReflect() protoreflect.Message
func (*AudienceDimensionOrMetricFilter) Reset ¶
func (x *AudienceDimensionOrMetricFilter) Reset()
func (*AudienceDimensionOrMetricFilter) String ¶
func (x *AudienceDimensionOrMetricFilter) String() string
type AudienceDimensionOrMetricFilter_BetweenFilter ¶
type AudienceDimensionOrMetricFilter_BetweenFilter struct { // Required. Begins with this number, inclusive. FromValue *AudienceDimensionOrMetricFilter_NumericValue `protobuf:"bytes,1,opt,name=from_value,json=fromValue,proto3" json:"from_value,omitempty"` // Required. Ends with this number, inclusive. ToValue *AudienceDimensionOrMetricFilter_NumericValue `protobuf:"bytes,2,opt,name=to_value,json=toValue,proto3" json:"to_value,omitempty"` // contains filtered or unexported fields }
A filter for numeric or date values between certain values on a dimension or metric.
func (*AudienceDimensionOrMetricFilter_BetweenFilter) Descriptor
deprecated
func (*AudienceDimensionOrMetricFilter_BetweenFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter_BetweenFilter.ProtoReflect.Descriptor instead.
func (*AudienceDimensionOrMetricFilter_BetweenFilter) GetFromValue ¶
func (x *AudienceDimensionOrMetricFilter_BetweenFilter) GetFromValue() *AudienceDimensionOrMetricFilter_NumericValue
func (*AudienceDimensionOrMetricFilter_BetweenFilter) GetToValue ¶
func (x *AudienceDimensionOrMetricFilter_BetweenFilter) GetToValue() *AudienceDimensionOrMetricFilter_NumericValue
func (*AudienceDimensionOrMetricFilter_BetweenFilter) ProtoMessage ¶
func (*AudienceDimensionOrMetricFilter_BetweenFilter) ProtoMessage()
func (*AudienceDimensionOrMetricFilter_BetweenFilter) ProtoReflect ¶
func (x *AudienceDimensionOrMetricFilter_BetweenFilter) ProtoReflect() protoreflect.Message
func (*AudienceDimensionOrMetricFilter_BetweenFilter) Reset ¶
func (x *AudienceDimensionOrMetricFilter_BetweenFilter) Reset()
func (*AudienceDimensionOrMetricFilter_BetweenFilter) String ¶
func (x *AudienceDimensionOrMetricFilter_BetweenFilter) String() string
type AudienceDimensionOrMetricFilter_BetweenFilter_ ¶
type AudienceDimensionOrMetricFilter_BetweenFilter_ struct { // A filter for numeric or date values between certain values on a dimension // or metric. BetweenFilter *AudienceDimensionOrMetricFilter_BetweenFilter `protobuf:"bytes,5,opt,name=between_filter,json=betweenFilter,proto3,oneof"` }
type AudienceDimensionOrMetricFilter_InListFilter ¶
type AudienceDimensionOrMetricFilter_InListFilter struct { // Required. The list of possible string values to match against. Must be // non-empty. Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // Optional. If true, the match is case-sensitive. If false, the match is // case-insensitive. CaseSensitive bool `protobuf:"varint,2,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"` // contains filtered or unexported fields }
A filter for a string dimension that matches a particular list of options.
func (*AudienceDimensionOrMetricFilter_InListFilter) Descriptor
deprecated
func (*AudienceDimensionOrMetricFilter_InListFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter_InListFilter.ProtoReflect.Descriptor instead.
func (*AudienceDimensionOrMetricFilter_InListFilter) GetCaseSensitive ¶
func (x *AudienceDimensionOrMetricFilter_InListFilter) GetCaseSensitive() bool
func (*AudienceDimensionOrMetricFilter_InListFilter) GetValues ¶
func (x *AudienceDimensionOrMetricFilter_InListFilter) GetValues() []string
func (*AudienceDimensionOrMetricFilter_InListFilter) ProtoMessage ¶
func (*AudienceDimensionOrMetricFilter_InListFilter) ProtoMessage()
func (*AudienceDimensionOrMetricFilter_InListFilter) ProtoReflect ¶
func (x *AudienceDimensionOrMetricFilter_InListFilter) ProtoReflect() protoreflect.Message
func (*AudienceDimensionOrMetricFilter_InListFilter) Reset ¶
func (x *AudienceDimensionOrMetricFilter_InListFilter) Reset()
func (*AudienceDimensionOrMetricFilter_InListFilter) String ¶
func (x *AudienceDimensionOrMetricFilter_InListFilter) String() string
type AudienceDimensionOrMetricFilter_InListFilter_ ¶
type AudienceDimensionOrMetricFilter_InListFilter_ struct { // A filter for a string dimension that matches a particular list of // options. InListFilter *AudienceDimensionOrMetricFilter_InListFilter `protobuf:"bytes,3,opt,name=in_list_filter,json=inListFilter,proto3,oneof"` }
type AudienceDimensionOrMetricFilter_NumericFilter ¶
type AudienceDimensionOrMetricFilter_NumericFilter struct { // Required. The operation applied to a numeric filter. Operation AudienceDimensionOrMetricFilter_NumericFilter_Operation `` /* 164-byte string literal not displayed */ // Required. The numeric or date value to match against. Value *AudienceDimensionOrMetricFilter_NumericValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
A filter for numeric or date values on a dimension or metric.
func (*AudienceDimensionOrMetricFilter_NumericFilter) Descriptor
deprecated
func (*AudienceDimensionOrMetricFilter_NumericFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter_NumericFilter.ProtoReflect.Descriptor instead.
func (*AudienceDimensionOrMetricFilter_NumericFilter) GetOperation ¶
func (x *AudienceDimensionOrMetricFilter_NumericFilter) GetOperation() AudienceDimensionOrMetricFilter_NumericFilter_Operation
func (*AudienceDimensionOrMetricFilter_NumericFilter) GetValue ¶
func (x *AudienceDimensionOrMetricFilter_NumericFilter) GetValue() *AudienceDimensionOrMetricFilter_NumericValue
func (*AudienceDimensionOrMetricFilter_NumericFilter) ProtoMessage ¶
func (*AudienceDimensionOrMetricFilter_NumericFilter) ProtoMessage()
func (*AudienceDimensionOrMetricFilter_NumericFilter) ProtoReflect ¶
func (x *AudienceDimensionOrMetricFilter_NumericFilter) ProtoReflect() protoreflect.Message
func (*AudienceDimensionOrMetricFilter_NumericFilter) Reset ¶
func (x *AudienceDimensionOrMetricFilter_NumericFilter) Reset()
func (*AudienceDimensionOrMetricFilter_NumericFilter) String ¶
func (x *AudienceDimensionOrMetricFilter_NumericFilter) String() string
type AudienceDimensionOrMetricFilter_NumericFilter_ ¶
type AudienceDimensionOrMetricFilter_NumericFilter_ struct { // A filter for numeric or date values on a dimension or metric. NumericFilter *AudienceDimensionOrMetricFilter_NumericFilter `protobuf:"bytes,4,opt,name=numeric_filter,json=numericFilter,proto3,oneof"` }
type AudienceDimensionOrMetricFilter_NumericFilter_Operation ¶
type AudienceDimensionOrMetricFilter_NumericFilter_Operation int32
The operation applied to a numeric filter.
const ( // Unspecified. AudienceDimensionOrMetricFilter_NumericFilter_OPERATION_UNSPECIFIED AudienceDimensionOrMetricFilter_NumericFilter_Operation = 0 // Equal. AudienceDimensionOrMetricFilter_NumericFilter_EQUAL AudienceDimensionOrMetricFilter_NumericFilter_Operation = 1 // Less than. AudienceDimensionOrMetricFilter_NumericFilter_LESS_THAN AudienceDimensionOrMetricFilter_NumericFilter_Operation = 2 // Greater than. AudienceDimensionOrMetricFilter_NumericFilter_GREATER_THAN AudienceDimensionOrMetricFilter_NumericFilter_Operation = 4 )
func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) Descriptor ¶
func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) Descriptor() protoreflect.EnumDescriptor
func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) EnumDescriptor
deprecated
func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) EnumDescriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter_NumericFilter_Operation.Descriptor instead.
func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) Number ¶
func (x AudienceDimensionOrMetricFilter_NumericFilter_Operation) Number() protoreflect.EnumNumber
func (AudienceDimensionOrMetricFilter_NumericFilter_Operation) String ¶
func (x AudienceDimensionOrMetricFilter_NumericFilter_Operation) String() string
type AudienceDimensionOrMetricFilter_NumericValue ¶
type AudienceDimensionOrMetricFilter_NumericValue struct { // One of a numeric value. // // Types that are assignable to OneValue: // // *AudienceDimensionOrMetricFilter_NumericValue_Int64Value // *AudienceDimensionOrMetricFilter_NumericValue_DoubleValue OneValue isAudienceDimensionOrMetricFilter_NumericValue_OneValue `protobuf_oneof:"one_value"` // contains filtered or unexported fields }
To represent a number.
func (*AudienceDimensionOrMetricFilter_NumericValue) Descriptor
deprecated
func (*AudienceDimensionOrMetricFilter_NumericValue) Descriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter_NumericValue.ProtoReflect.Descriptor instead.
func (*AudienceDimensionOrMetricFilter_NumericValue) GetDoubleValue ¶
func (x *AudienceDimensionOrMetricFilter_NumericValue) GetDoubleValue() float64
func (*AudienceDimensionOrMetricFilter_NumericValue) GetInt64Value ¶
func (x *AudienceDimensionOrMetricFilter_NumericValue) GetInt64Value() int64
func (*AudienceDimensionOrMetricFilter_NumericValue) GetOneValue ¶
func (m *AudienceDimensionOrMetricFilter_NumericValue) GetOneValue() isAudienceDimensionOrMetricFilter_NumericValue_OneValue
func (*AudienceDimensionOrMetricFilter_NumericValue) ProtoMessage ¶
func (*AudienceDimensionOrMetricFilter_NumericValue) ProtoMessage()
func (*AudienceDimensionOrMetricFilter_NumericValue) ProtoReflect ¶
func (x *AudienceDimensionOrMetricFilter_NumericValue) ProtoReflect() protoreflect.Message
func (*AudienceDimensionOrMetricFilter_NumericValue) Reset ¶
func (x *AudienceDimensionOrMetricFilter_NumericValue) Reset()
func (*AudienceDimensionOrMetricFilter_NumericValue) String ¶
func (x *AudienceDimensionOrMetricFilter_NumericValue) String() string
type AudienceDimensionOrMetricFilter_NumericValue_DoubleValue ¶
type AudienceDimensionOrMetricFilter_NumericValue_DoubleValue struct { // Double value. DoubleValue float64 `protobuf:"fixed64,2,opt,name=double_value,json=doubleValue,proto3,oneof"` }
type AudienceDimensionOrMetricFilter_NumericValue_Int64Value ¶
type AudienceDimensionOrMetricFilter_NumericValue_Int64Value struct { // Integer value. Int64Value int64 `protobuf:"varint,1,opt,name=int64_value,json=int64Value,proto3,oneof"` }
type AudienceDimensionOrMetricFilter_StringFilter ¶
type AudienceDimensionOrMetricFilter_StringFilter struct { // Required. The match type for the string filter. MatchType AudienceDimensionOrMetricFilter_StringFilter_MatchType `` /* 180-byte string literal not displayed */ // Required. The string value to be matched against. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // Optional. If true, the match is case-sensitive. If false, the match is // case-insensitive. CaseSensitive bool `protobuf:"varint,3,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"` // contains filtered or unexported fields }
A filter for a string-type dimension that matches a particular pattern.
func (*AudienceDimensionOrMetricFilter_StringFilter) Descriptor
deprecated
func (*AudienceDimensionOrMetricFilter_StringFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter_StringFilter.ProtoReflect.Descriptor instead.
func (*AudienceDimensionOrMetricFilter_StringFilter) GetCaseSensitive ¶
func (x *AudienceDimensionOrMetricFilter_StringFilter) GetCaseSensitive() bool
func (*AudienceDimensionOrMetricFilter_StringFilter) GetMatchType ¶
func (x *AudienceDimensionOrMetricFilter_StringFilter) GetMatchType() AudienceDimensionOrMetricFilter_StringFilter_MatchType
func (*AudienceDimensionOrMetricFilter_StringFilter) GetValue ¶
func (x *AudienceDimensionOrMetricFilter_StringFilter) GetValue() string
func (*AudienceDimensionOrMetricFilter_StringFilter) ProtoMessage ¶
func (*AudienceDimensionOrMetricFilter_StringFilter) ProtoMessage()
func (*AudienceDimensionOrMetricFilter_StringFilter) ProtoReflect ¶
func (x *AudienceDimensionOrMetricFilter_StringFilter) ProtoReflect() protoreflect.Message
func (*AudienceDimensionOrMetricFilter_StringFilter) Reset ¶
func (x *AudienceDimensionOrMetricFilter_StringFilter) Reset()
func (*AudienceDimensionOrMetricFilter_StringFilter) String ¶
func (x *AudienceDimensionOrMetricFilter_StringFilter) String() string
type AudienceDimensionOrMetricFilter_StringFilter_ ¶
type AudienceDimensionOrMetricFilter_StringFilter_ struct { // A filter for a string-type dimension that matches a particular pattern. StringFilter *AudienceDimensionOrMetricFilter_StringFilter `protobuf:"bytes,2,opt,name=string_filter,json=stringFilter,proto3,oneof"` }
type AudienceDimensionOrMetricFilter_StringFilter_MatchType ¶
type AudienceDimensionOrMetricFilter_StringFilter_MatchType int32
The match type for the string filter.
const ( // Unspecified AudienceDimensionOrMetricFilter_StringFilter_MATCH_TYPE_UNSPECIFIED AudienceDimensionOrMetricFilter_StringFilter_MatchType = 0 // Exact match of the string value. AudienceDimensionOrMetricFilter_StringFilter_EXACT AudienceDimensionOrMetricFilter_StringFilter_MatchType = 1 // Begins with the string value. AudienceDimensionOrMetricFilter_StringFilter_BEGINS_WITH AudienceDimensionOrMetricFilter_StringFilter_MatchType = 2 // Ends with the string value. AudienceDimensionOrMetricFilter_StringFilter_ENDS_WITH AudienceDimensionOrMetricFilter_StringFilter_MatchType = 3 // Contains the string value. AudienceDimensionOrMetricFilter_StringFilter_CONTAINS AudienceDimensionOrMetricFilter_StringFilter_MatchType = 4 // Full regular expression matches with the string value. AudienceDimensionOrMetricFilter_StringFilter_FULL_REGEXP AudienceDimensionOrMetricFilter_StringFilter_MatchType = 5 )
func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) Descriptor ¶
func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) EnumDescriptor
deprecated
func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AudienceDimensionOrMetricFilter_StringFilter_MatchType.Descriptor instead.
func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) Number ¶
func (x AudienceDimensionOrMetricFilter_StringFilter_MatchType) Number() protoreflect.EnumNumber
func (AudienceDimensionOrMetricFilter_StringFilter_MatchType) String ¶
func (x AudienceDimensionOrMetricFilter_StringFilter_MatchType) String() string
type AudienceEventFilter ¶
type AudienceEventFilter struct { // Required. Immutable. The name of the event to match against. EventName string `protobuf:"bytes,1,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"` // Optional. If specified, this filter matches events that match both the // single event name and the parameter filter expressions. AudienceEventFilter // inside the parameter filter expression cannot be set (For example, nested // event filters are not supported). This should be a single and_group of // dimension_or_metric_filter or not_expression; ANDs of ORs are not // supported. Also, if it includes a filter for "eventCount", only that one // will be considered; all the other filters will be ignored. EventParameterFilterExpression *AudienceFilterExpression `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
A filter that matches events of a single event name. If an event parameter is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.
func (*AudienceEventFilter) Descriptor
deprecated
func (*AudienceEventFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceEventFilter.ProtoReflect.Descriptor instead.
func (*AudienceEventFilter) GetEventName ¶
func (x *AudienceEventFilter) GetEventName() string
func (*AudienceEventFilter) GetEventParameterFilterExpression ¶
func (x *AudienceEventFilter) GetEventParameterFilterExpression() *AudienceFilterExpression
func (*AudienceEventFilter) ProtoMessage ¶
func (*AudienceEventFilter) ProtoMessage()
func (*AudienceEventFilter) ProtoReflect ¶
func (x *AudienceEventFilter) ProtoReflect() protoreflect.Message
func (*AudienceEventFilter) Reset ¶
func (x *AudienceEventFilter) Reset()
func (*AudienceEventFilter) String ¶
func (x *AudienceEventFilter) String() string
type AudienceEventTrigger ¶
type AudienceEventTrigger struct { // Required. The event name that will be logged. EventName string `protobuf:"bytes,1,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"` // Required. When to log the event. LogCondition AudienceEventTrigger_LogCondition `` /* 168-byte string literal not displayed */ // contains filtered or unexported fields }
Specifies an event to log when a user joins the Audience.
func (*AudienceEventTrigger) Descriptor
deprecated
func (*AudienceEventTrigger) Descriptor() ([]byte, []int)
Deprecated: Use AudienceEventTrigger.ProtoReflect.Descriptor instead.
func (*AudienceEventTrigger) GetEventName ¶
func (x *AudienceEventTrigger) GetEventName() string
func (*AudienceEventTrigger) GetLogCondition ¶
func (x *AudienceEventTrigger) GetLogCondition() AudienceEventTrigger_LogCondition
func (*AudienceEventTrigger) ProtoMessage ¶
func (*AudienceEventTrigger) ProtoMessage()
func (*AudienceEventTrigger) ProtoReflect ¶
func (x *AudienceEventTrigger) ProtoReflect() protoreflect.Message
func (*AudienceEventTrigger) Reset ¶
func (x *AudienceEventTrigger) Reset()
func (*AudienceEventTrigger) String ¶
func (x *AudienceEventTrigger) String() string
type AudienceEventTrigger_LogCondition ¶
type AudienceEventTrigger_LogCondition int32
Determines when to log the event.
const ( // Log condition is not specified. AudienceEventTrigger_LOG_CONDITION_UNSPECIFIED AudienceEventTrigger_LogCondition = 0 // The event should be logged only when a user is joined. AudienceEventTrigger_AUDIENCE_JOINED AudienceEventTrigger_LogCondition = 1 // The event should be logged whenever the Audience condition is met, even // if the user is already a member of the Audience. AudienceEventTrigger_AUDIENCE_MEMBERSHIP_RENEWED AudienceEventTrigger_LogCondition = 2 )
func (AudienceEventTrigger_LogCondition) Descriptor ¶
func (AudienceEventTrigger_LogCondition) Descriptor() protoreflect.EnumDescriptor
func (AudienceEventTrigger_LogCondition) Enum ¶
func (x AudienceEventTrigger_LogCondition) Enum() *AudienceEventTrigger_LogCondition
func (AudienceEventTrigger_LogCondition) EnumDescriptor
deprecated
func (AudienceEventTrigger_LogCondition) EnumDescriptor() ([]byte, []int)
Deprecated: Use AudienceEventTrigger_LogCondition.Descriptor instead.
func (AudienceEventTrigger_LogCondition) Number ¶
func (x AudienceEventTrigger_LogCondition) Number() protoreflect.EnumNumber
func (AudienceEventTrigger_LogCondition) String ¶
func (x AudienceEventTrigger_LogCondition) String() string
func (AudienceEventTrigger_LogCondition) Type ¶
func (AudienceEventTrigger_LogCondition) Type() protoreflect.EnumType
type AudienceFilterClause ¶
type AudienceFilterClause struct { // Types that are assignable to Filter: // // *AudienceFilterClause_SimpleFilter // *AudienceFilterClause_SequenceFilter Filter isAudienceFilterClause_Filter `protobuf_oneof:"filter"` // Required. Specifies whether this is an include or exclude filter clause. ClauseType AudienceFilterClause_AudienceClauseType `` /* 168-byte string literal not displayed */ // contains filtered or unexported fields }
A clause for defining either a simple or sequence filter. A filter can be inclusive (For example, users satisfying the filter clause are included in the Audience) or exclusive (For example, users satisfying the filter clause are excluded from the Audience).
func (*AudienceFilterClause) Descriptor
deprecated
func (*AudienceFilterClause) Descriptor() ([]byte, []int)
Deprecated: Use AudienceFilterClause.ProtoReflect.Descriptor instead.
func (*AudienceFilterClause) GetClauseType ¶
func (x *AudienceFilterClause) GetClauseType() AudienceFilterClause_AudienceClauseType
func (*AudienceFilterClause) GetFilter ¶
func (m *AudienceFilterClause) GetFilter() isAudienceFilterClause_Filter
func (*AudienceFilterClause) GetSequenceFilter ¶
func (x *AudienceFilterClause) GetSequenceFilter() *AudienceSequenceFilter
func (*AudienceFilterClause) GetSimpleFilter ¶
func (x *AudienceFilterClause) GetSimpleFilter() *AudienceSimpleFilter
func (*AudienceFilterClause) ProtoMessage ¶
func (*AudienceFilterClause) ProtoMessage()
func (*AudienceFilterClause) ProtoReflect ¶
func (x *AudienceFilterClause) ProtoReflect() protoreflect.Message
func (*AudienceFilterClause) Reset ¶
func (x *AudienceFilterClause) Reset()
func (*AudienceFilterClause) String ¶
func (x *AudienceFilterClause) String() string
type AudienceFilterClause_AudienceClauseType ¶
type AudienceFilterClause_AudienceClauseType int32
Specifies whether this is an include or exclude filter clause.
const ( // Unspecified clause type. AudienceFilterClause_AUDIENCE_CLAUSE_TYPE_UNSPECIFIED AudienceFilterClause_AudienceClauseType = 0 // Users will be included in the Audience if the filter clause is met. AudienceFilterClause_INCLUDE AudienceFilterClause_AudienceClauseType = 1 // Users will be excluded from the Audience if the filter clause is met. AudienceFilterClause_EXCLUDE AudienceFilterClause_AudienceClauseType = 2 )
func (AudienceFilterClause_AudienceClauseType) Descriptor ¶
func (AudienceFilterClause_AudienceClauseType) Descriptor() protoreflect.EnumDescriptor
func (AudienceFilterClause_AudienceClauseType) EnumDescriptor
deprecated
func (AudienceFilterClause_AudienceClauseType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AudienceFilterClause_AudienceClauseType.Descriptor instead.
func (AudienceFilterClause_AudienceClauseType) Number ¶
func (x AudienceFilterClause_AudienceClauseType) Number() protoreflect.EnumNumber
func (AudienceFilterClause_AudienceClauseType) String ¶
func (x AudienceFilterClause_AudienceClauseType) String() string
func (AudienceFilterClause_AudienceClauseType) Type ¶
func (AudienceFilterClause_AudienceClauseType) Type() protoreflect.EnumType
type AudienceFilterClause_SequenceFilter ¶
type AudienceFilterClause_SequenceFilter struct { // Filters that must occur in a specific order for the user to be a member // of the Audience. SequenceFilter *AudienceSequenceFilter `protobuf:"bytes,3,opt,name=sequence_filter,json=sequenceFilter,proto3,oneof"` }
type AudienceFilterClause_SimpleFilter ¶
type AudienceFilterClause_SimpleFilter struct { // A simple filter that a user must satisfy to be a member of the Audience. SimpleFilter *AudienceSimpleFilter `protobuf:"bytes,2,opt,name=simple_filter,json=simpleFilter,proto3,oneof"` }
type AudienceFilterExpression ¶
type AudienceFilterExpression struct { // The expression applied to a filter. // // Types that are assignable to Expr: // // *AudienceFilterExpression_AndGroup // *AudienceFilterExpression_OrGroup // *AudienceFilterExpression_NotExpression // *AudienceFilterExpression_DimensionOrMetricFilter // *AudienceFilterExpression_EventFilter Expr isAudienceFilterExpression_Expr `protobuf_oneof:"expr"` // contains filtered or unexported fields }
A logical expression of Audience dimension, metric, or event filters.
func (*AudienceFilterExpression) Descriptor
deprecated
func (*AudienceFilterExpression) Descriptor() ([]byte, []int)
Deprecated: Use AudienceFilterExpression.ProtoReflect.Descriptor instead.
func (*AudienceFilterExpression) GetAndGroup ¶
func (x *AudienceFilterExpression) GetAndGroup() *AudienceFilterExpressionList
func (*AudienceFilterExpression) GetDimensionOrMetricFilter ¶
func (x *AudienceFilterExpression) GetDimensionOrMetricFilter() *AudienceDimensionOrMetricFilter
func (*AudienceFilterExpression) GetEventFilter ¶
func (x *AudienceFilterExpression) GetEventFilter() *AudienceEventFilter
func (*AudienceFilterExpression) GetExpr ¶
func (m *AudienceFilterExpression) GetExpr() isAudienceFilterExpression_Expr
func (*AudienceFilterExpression) GetNotExpression ¶
func (x *AudienceFilterExpression) GetNotExpression() *AudienceFilterExpression
func (*AudienceFilterExpression) GetOrGroup ¶
func (x *AudienceFilterExpression) GetOrGroup() *AudienceFilterExpressionList
func (*AudienceFilterExpression) ProtoMessage ¶
func (*AudienceFilterExpression) ProtoMessage()
func (*AudienceFilterExpression) ProtoReflect ¶
func (x *AudienceFilterExpression) ProtoReflect() protoreflect.Message
func (*AudienceFilterExpression) Reset ¶
func (x *AudienceFilterExpression) Reset()
func (*AudienceFilterExpression) String ¶
func (x *AudienceFilterExpression) String() string
type AudienceFilterExpressionList ¶
type AudienceFilterExpressionList struct { // A list of Audience filter expressions. FilterExpressions []*AudienceFilterExpression `protobuf:"bytes,1,rep,name=filter_expressions,json=filterExpressions,proto3" json:"filter_expressions,omitempty"` // contains filtered or unexported fields }
A list of Audience filter expressions.
func (*AudienceFilterExpressionList) Descriptor
deprecated
func (*AudienceFilterExpressionList) Descriptor() ([]byte, []int)
Deprecated: Use AudienceFilterExpressionList.ProtoReflect.Descriptor instead.
func (*AudienceFilterExpressionList) GetFilterExpressions ¶
func (x *AudienceFilterExpressionList) GetFilterExpressions() []*AudienceFilterExpression
func (*AudienceFilterExpressionList) ProtoMessage ¶
func (*AudienceFilterExpressionList) ProtoMessage()
func (*AudienceFilterExpressionList) ProtoReflect ¶
func (x *AudienceFilterExpressionList) ProtoReflect() protoreflect.Message
func (*AudienceFilterExpressionList) Reset ¶
func (x *AudienceFilterExpressionList) Reset()
func (*AudienceFilterExpressionList) String ¶
func (x *AudienceFilterExpressionList) String() string
type AudienceFilterExpression_AndGroup ¶
type AudienceFilterExpression_AndGroup struct { // A list of expressions to be AND’ed together. It can only contain // AudienceFilterExpressions with or_group. This must be set for the top // level AudienceFilterExpression. AndGroup *AudienceFilterExpressionList `protobuf:"bytes,1,opt,name=and_group,json=andGroup,proto3,oneof"` }
type AudienceFilterExpression_DimensionOrMetricFilter ¶
type AudienceFilterExpression_DimensionOrMetricFilter struct { // A filter on a single dimension or metric. This cannot be set on the top // level AudienceFilterExpression. DimensionOrMetricFilter *AudienceDimensionOrMetricFilter `protobuf:"bytes,4,opt,name=dimension_or_metric_filter,json=dimensionOrMetricFilter,proto3,oneof"` }
type AudienceFilterExpression_EventFilter ¶
type AudienceFilterExpression_EventFilter struct { // Creates a filter that matches a specific event. This cannot be set on the // top level AudienceFilterExpression. EventFilter *AudienceEventFilter `protobuf:"bytes,5,opt,name=event_filter,json=eventFilter,proto3,oneof"` }
type AudienceFilterExpression_NotExpression ¶
type AudienceFilterExpression_NotExpression struct { // A filter expression to be NOT'ed (For example, inverted, complemented). // It can only include a dimension_or_metric_filter. This cannot be set on // the top level AudienceFilterExpression. NotExpression *AudienceFilterExpression `protobuf:"bytes,3,opt,name=not_expression,json=notExpression,proto3,oneof"` }
type AudienceFilterExpression_OrGroup ¶
type AudienceFilterExpression_OrGroup struct { // A list of expressions to OR’ed together. It cannot contain // AudienceFilterExpressions with and_group or or_group. OrGroup *AudienceFilterExpressionList `protobuf:"bytes,2,opt,name=or_group,json=orGroup,proto3,oneof"` }
type AudienceFilterScope ¶
type AudienceFilterScope int32
Specifies how to evaluate users for joining an Audience.
const ( // Scope is not specified. AudienceFilterScope_AUDIENCE_FILTER_SCOPE_UNSPECIFIED AudienceFilterScope = 0 // User joins the Audience if the filter condition is met within one // event. AudienceFilterScope_AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT AudienceFilterScope = 1 // User joins the Audience if the filter condition is met within one // session. AudienceFilterScope_AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION AudienceFilterScope = 2 // User joins the Audience if the filter condition is met by any event // across any session. AudienceFilterScope_AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS AudienceFilterScope = 3 )
func (AudienceFilterScope) Descriptor ¶
func (AudienceFilterScope) Descriptor() protoreflect.EnumDescriptor
func (AudienceFilterScope) Enum ¶
func (x AudienceFilterScope) Enum() *AudienceFilterScope
func (AudienceFilterScope) EnumDescriptor
deprecated
func (AudienceFilterScope) EnumDescriptor() ([]byte, []int)
Deprecated: Use AudienceFilterScope.Descriptor instead.
func (AudienceFilterScope) Number ¶
func (x AudienceFilterScope) Number() protoreflect.EnumNumber
func (AudienceFilterScope) String ¶
func (x AudienceFilterScope) String() string
func (AudienceFilterScope) Type ¶
func (AudienceFilterScope) Type() protoreflect.EnumType
type AudienceSequenceFilter ¶
type AudienceSequenceFilter struct { // Required. Immutable. Specifies the scope for this filter. Scope AudienceFilterScope `protobuf:"varint,1,opt,name=scope,proto3,enum=google.analytics.admin.v1alpha.AudienceFilterScope" json:"scope,omitempty"` // Optional. Defines the time period in which the whole sequence must occur. SequenceMaximumDuration *durationpb.Duration `` /* 132-byte string literal not displayed */ // Required. An ordered sequence of steps. A user must complete each step in // order to join the sequence filter. SequenceSteps []*AudienceSequenceFilter_AudienceSequenceStep `protobuf:"bytes,3,rep,name=sequence_steps,json=sequenceSteps,proto3" json:"sequence_steps,omitempty"` // contains filtered or unexported fields }
Defines filters that must occur in a specific order for the user to be a member of the Audience.
func (*AudienceSequenceFilter) Descriptor
deprecated
func (*AudienceSequenceFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceSequenceFilter.ProtoReflect.Descriptor instead.
func (*AudienceSequenceFilter) GetScope ¶
func (x *AudienceSequenceFilter) GetScope() AudienceFilterScope
func (*AudienceSequenceFilter) GetSequenceMaximumDuration ¶
func (x *AudienceSequenceFilter) GetSequenceMaximumDuration() *durationpb.Duration
func (*AudienceSequenceFilter) GetSequenceSteps ¶
func (x *AudienceSequenceFilter) GetSequenceSteps() []*AudienceSequenceFilter_AudienceSequenceStep
func (*AudienceSequenceFilter) ProtoMessage ¶
func (*AudienceSequenceFilter) ProtoMessage()
func (*AudienceSequenceFilter) ProtoReflect ¶
func (x *AudienceSequenceFilter) ProtoReflect() protoreflect.Message
func (*AudienceSequenceFilter) Reset ¶
func (x *AudienceSequenceFilter) Reset()
func (*AudienceSequenceFilter) String ¶
func (x *AudienceSequenceFilter) String() string
type AudienceSequenceFilter_AudienceSequenceStep ¶
type AudienceSequenceFilter_AudienceSequenceStep struct { // Required. Immutable. Specifies the scope for this step. Scope AudienceFilterScope `protobuf:"varint,1,opt,name=scope,proto3,enum=google.analytics.admin.v1alpha.AudienceFilterScope" json:"scope,omitempty"` // Optional. If true, the event satisfying this step must be the very next // event after the event satisfying the last step. If unset or false, this // step indirectly follows the prior step; for example, there may be // events between the prior step and this step. It is ignored for the // first step. ImmediatelyFollows bool `protobuf:"varint,2,opt,name=immediately_follows,json=immediatelyFollows,proto3" json:"immediately_follows,omitempty"` // Optional. When set, this step must be satisfied within the // constraint_duration of the previous step (For example, t[i] - t[i-1] <= // constraint_duration). If not set, there is no duration requirement (the // duration is effectively unlimited). It is ignored for the first step. ConstraintDuration *durationpb.Duration `protobuf:"bytes,3,opt,name=constraint_duration,json=constraintDuration,proto3" json:"constraint_duration,omitempty"` // Required. Immutable. A logical expression of Audience dimension, metric, // or event filters in each step. FilterExpression *AudienceFilterExpression `protobuf:"bytes,4,opt,name=filter_expression,json=filterExpression,proto3" json:"filter_expression,omitempty"` // contains filtered or unexported fields }
A condition that must occur in the specified step order for this user to match the sequence.
func (*AudienceSequenceFilter_AudienceSequenceStep) Descriptor
deprecated
func (*AudienceSequenceFilter_AudienceSequenceStep) Descriptor() ([]byte, []int)
Deprecated: Use AudienceSequenceFilter_AudienceSequenceStep.ProtoReflect.Descriptor instead.
func (*AudienceSequenceFilter_AudienceSequenceStep) GetConstraintDuration ¶
func (x *AudienceSequenceFilter_AudienceSequenceStep) GetConstraintDuration() *durationpb.Duration
func (*AudienceSequenceFilter_AudienceSequenceStep) GetFilterExpression ¶
func (x *AudienceSequenceFilter_AudienceSequenceStep) GetFilterExpression() *AudienceFilterExpression
func (*AudienceSequenceFilter_AudienceSequenceStep) GetImmediatelyFollows ¶
func (x *AudienceSequenceFilter_AudienceSequenceStep) GetImmediatelyFollows() bool
func (*AudienceSequenceFilter_AudienceSequenceStep) GetScope ¶
func (x *AudienceSequenceFilter_AudienceSequenceStep) GetScope() AudienceFilterScope
func (*AudienceSequenceFilter_AudienceSequenceStep) ProtoMessage ¶
func (*AudienceSequenceFilter_AudienceSequenceStep) ProtoMessage()
func (*AudienceSequenceFilter_AudienceSequenceStep) ProtoReflect ¶
func (x *AudienceSequenceFilter_AudienceSequenceStep) ProtoReflect() protoreflect.Message
func (*AudienceSequenceFilter_AudienceSequenceStep) Reset ¶
func (x *AudienceSequenceFilter_AudienceSequenceStep) Reset()
func (*AudienceSequenceFilter_AudienceSequenceStep) String ¶
func (x *AudienceSequenceFilter_AudienceSequenceStep) String() string
type AudienceSimpleFilter ¶
type AudienceSimpleFilter struct { // Required. Immutable. Specifies the scope for this filter. Scope AudienceFilterScope `protobuf:"varint,1,opt,name=scope,proto3,enum=google.analytics.admin.v1alpha.AudienceFilterScope" json:"scope,omitempty"` // Required. Immutable. A logical expression of Audience dimension, metric, or // event filters. FilterExpression *AudienceFilterExpression `protobuf:"bytes,2,opt,name=filter_expression,json=filterExpression,proto3" json:"filter_expression,omitempty"` // contains filtered or unexported fields }
Defines a simple filter that a user must satisfy to be a member of the Audience.
func (*AudienceSimpleFilter) Descriptor
deprecated
func (*AudienceSimpleFilter) Descriptor() ([]byte, []int)
Deprecated: Use AudienceSimpleFilter.ProtoReflect.Descriptor instead.
func (*AudienceSimpleFilter) GetFilterExpression ¶
func (x *AudienceSimpleFilter) GetFilterExpression() *AudienceFilterExpression
func (*AudienceSimpleFilter) GetScope ¶
func (x *AudienceSimpleFilter) GetScope() AudienceFilterScope
func (*AudienceSimpleFilter) ProtoMessage ¶
func (*AudienceSimpleFilter) ProtoMessage()
func (*AudienceSimpleFilter) ProtoReflect ¶
func (x *AudienceSimpleFilter) ProtoReflect() protoreflect.Message
func (*AudienceSimpleFilter) Reset ¶
func (x *AudienceSimpleFilter) Reset()
func (*AudienceSimpleFilter) String ¶
func (x *AudienceSimpleFilter) String() string
type Audience_AudienceExclusionDurationMode ¶
type Audience_AudienceExclusionDurationMode int32
Specifies how long an exclusion lasts for users that meet the exclusion filter.
const ( // Not specified. Audience_AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED Audience_AudienceExclusionDurationMode = 0 // Exclude users from the Audience during periods when they meet the // filter clause. Audience_EXCLUDE_TEMPORARILY Audience_AudienceExclusionDurationMode = 1 // Exclude users from the Audience if they've ever met the filter clause. Audience_EXCLUDE_PERMANENTLY Audience_AudienceExclusionDurationMode = 2 )
func (Audience_AudienceExclusionDurationMode) Descriptor ¶
func (Audience_AudienceExclusionDurationMode) Descriptor() protoreflect.EnumDescriptor
func (Audience_AudienceExclusionDurationMode) EnumDescriptor
deprecated
func (Audience_AudienceExclusionDurationMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use Audience_AudienceExclusionDurationMode.Descriptor instead.
func (Audience_AudienceExclusionDurationMode) Number ¶
func (x Audience_AudienceExclusionDurationMode) Number() protoreflect.EnumNumber
func (Audience_AudienceExclusionDurationMode) String ¶
func (x Audience_AudienceExclusionDurationMode) String() string
func (Audience_AudienceExclusionDurationMode) Type ¶
func (Audience_AudienceExclusionDurationMode) Type() protoreflect.EnumType
type BatchCreateAccessBindingsRequest ¶ added in v0.18.0
type BatchCreateAccessBindingsRequest struct { // Required. The account or property that owns the access bindings. The parent // field in the CreateAccessBindingRequest messages must either be empty or // match this field. Formats: // - accounts/{account} // - properties/{property} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The requests specifying the access bindings to create. // A maximum of 1000 access bindings can be created in a batch. Requests []*CreateAccessBindingRequest `protobuf:"bytes,3,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
Request message for BatchCreateAccessBindings RPC.
func (*BatchCreateAccessBindingsRequest) Descriptor
deprecated
added in
v0.18.0
func (*BatchCreateAccessBindingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchCreateAccessBindingsRequest.ProtoReflect.Descriptor instead.
func (*BatchCreateAccessBindingsRequest) GetParent ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsRequest) GetParent() string
func (*BatchCreateAccessBindingsRequest) GetRequests ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsRequest) GetRequests() []*CreateAccessBindingRequest
func (*BatchCreateAccessBindingsRequest) ProtoMessage ¶ added in v0.18.0
func (*BatchCreateAccessBindingsRequest) ProtoMessage()
func (*BatchCreateAccessBindingsRequest) ProtoReflect ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsRequest) ProtoReflect() protoreflect.Message
func (*BatchCreateAccessBindingsRequest) Reset ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsRequest) Reset()
func (*BatchCreateAccessBindingsRequest) String ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsRequest) String() string
type BatchCreateAccessBindingsResponse ¶ added in v0.18.0
type BatchCreateAccessBindingsResponse struct { // The access bindings created. AccessBindings []*AccessBinding `protobuf:"bytes,1,rep,name=access_bindings,json=accessBindings,proto3" json:"access_bindings,omitempty"` // contains filtered or unexported fields }
Response message for BatchCreateAccessBindings RPC.
func (*BatchCreateAccessBindingsResponse) Descriptor
deprecated
added in
v0.18.0
func (*BatchCreateAccessBindingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchCreateAccessBindingsResponse.ProtoReflect.Descriptor instead.
func (*BatchCreateAccessBindingsResponse) GetAccessBindings ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsResponse) GetAccessBindings() []*AccessBinding
func (*BatchCreateAccessBindingsResponse) ProtoMessage ¶ added in v0.18.0
func (*BatchCreateAccessBindingsResponse) ProtoMessage()
func (*BatchCreateAccessBindingsResponse) ProtoReflect ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsResponse) ProtoReflect() protoreflect.Message
func (*BatchCreateAccessBindingsResponse) Reset ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsResponse) Reset()
func (*BatchCreateAccessBindingsResponse) String ¶ added in v0.18.0
func (x *BatchCreateAccessBindingsResponse) String() string
type BatchDeleteAccessBindingsRequest ¶ added in v0.18.0
type BatchDeleteAccessBindingsRequest struct { // Required. The account or property that owns the access bindings. The parent // of all provided values for the 'names' field in DeleteAccessBindingRequest // messages must match this field. Formats: // - accounts/{account} // - properties/{property} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The requests specifying the access bindings to delete. // A maximum of 1000 access bindings can be deleted in a batch. Requests []*DeleteAccessBindingRequest `protobuf:"bytes,2,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
Request message for BatchDeleteAccessBindings RPC.
func (*BatchDeleteAccessBindingsRequest) Descriptor
deprecated
added in
v0.18.0
func (*BatchDeleteAccessBindingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchDeleteAccessBindingsRequest.ProtoReflect.Descriptor instead.
func (*BatchDeleteAccessBindingsRequest) GetParent ¶ added in v0.18.0
func (x *BatchDeleteAccessBindingsRequest) GetParent() string
func (*BatchDeleteAccessBindingsRequest) GetRequests ¶ added in v0.18.0
func (x *BatchDeleteAccessBindingsRequest) GetRequests() []*DeleteAccessBindingRequest
func (*BatchDeleteAccessBindingsRequest) ProtoMessage ¶ added in v0.18.0
func (*BatchDeleteAccessBindingsRequest) ProtoMessage()
func (*BatchDeleteAccessBindingsRequest) ProtoReflect ¶ added in v0.18.0
func (x *BatchDeleteAccessBindingsRequest) ProtoReflect() protoreflect.Message
func (*BatchDeleteAccessBindingsRequest) Reset ¶ added in v0.18.0
func (x *BatchDeleteAccessBindingsRequest) Reset()
func (*BatchDeleteAccessBindingsRequest) String ¶ added in v0.18.0
func (x *BatchDeleteAccessBindingsRequest) String() string
type BatchGetAccessBindingsRequest ¶ added in v0.18.0
type BatchGetAccessBindingsRequest struct { // Required. The account or property that owns the access bindings. The parent // of all provided values for the 'names' field must match this field. // Formats: // - accounts/{account} // - properties/{property} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The names of the access bindings to retrieve. // A maximum of 1000 access bindings can be retrieved in a batch. // Formats: // - accounts/{account}/accessBindings/{accessBinding} // - properties/{property}/accessBindings/{accessBinding} Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
Request message for BatchGetAccessBindings RPC.
func (*BatchGetAccessBindingsRequest) Descriptor
deprecated
added in
v0.18.0
func (*BatchGetAccessBindingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchGetAccessBindingsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetAccessBindingsRequest) GetNames ¶ added in v0.18.0
func (x *BatchGetAccessBindingsRequest) GetNames() []string
func (*BatchGetAccessBindingsRequest) GetParent ¶ added in v0.18.0
func (x *BatchGetAccessBindingsRequest) GetParent() string
func (*BatchGetAccessBindingsRequest) ProtoMessage ¶ added in v0.18.0
func (*BatchGetAccessBindingsRequest) ProtoMessage()
func (*BatchGetAccessBindingsRequest) ProtoReflect ¶ added in v0.18.0
func (x *BatchGetAccessBindingsRequest) ProtoReflect() protoreflect.Message
func (*BatchGetAccessBindingsRequest) Reset ¶ added in v0.18.0
func (x *BatchGetAccessBindingsRequest) Reset()
func (*BatchGetAccessBindingsRequest) String ¶ added in v0.18.0
func (x *BatchGetAccessBindingsRequest) String() string
type BatchGetAccessBindingsResponse ¶ added in v0.18.0
type BatchGetAccessBindingsResponse struct { // The requested access bindings. AccessBindings []*AccessBinding `protobuf:"bytes,1,rep,name=access_bindings,json=accessBindings,proto3" json:"access_bindings,omitempty"` // contains filtered or unexported fields }
Response message for BatchGetAccessBindings RPC.
func (*BatchGetAccessBindingsResponse) Descriptor
deprecated
added in
v0.18.0
func (*BatchGetAccessBindingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchGetAccessBindingsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetAccessBindingsResponse) GetAccessBindings ¶ added in v0.18.0
func (x *BatchGetAccessBindingsResponse) GetAccessBindings() []*AccessBinding
func (*BatchGetAccessBindingsResponse) ProtoMessage ¶ added in v0.18.0
func (*BatchGetAccessBindingsResponse) ProtoMessage()
func (*BatchGetAccessBindingsResponse) ProtoReflect ¶ added in v0.18.0
func (x *BatchGetAccessBindingsResponse) ProtoReflect() protoreflect.Message
func (*BatchGetAccessBindingsResponse) Reset ¶ added in v0.18.0
func (x *BatchGetAccessBindingsResponse) Reset()
func (*BatchGetAccessBindingsResponse) String ¶ added in v0.18.0
func (x *BatchGetAccessBindingsResponse) String() string
type BatchUpdateAccessBindingsRequest ¶ added in v0.18.0
type BatchUpdateAccessBindingsRequest struct { // Required. The account or property that owns the access bindings. The parent // of all provided AccessBinding in UpdateAccessBindingRequest messages must // match this field. // Formats: // - accounts/{account} // - properties/{property} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The requests specifying the access bindings to update. // A maximum of 1000 access bindings can be updated in a batch. Requests []*UpdateAccessBindingRequest `protobuf:"bytes,2,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
Request message for BatchUpdateAccessBindings RPC.
func (*BatchUpdateAccessBindingsRequest) Descriptor
deprecated
added in
v0.18.0
func (*BatchUpdateAccessBindingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateAccessBindingsRequest.ProtoReflect.Descriptor instead.
func (*BatchUpdateAccessBindingsRequest) GetParent ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsRequest) GetParent() string
func (*BatchUpdateAccessBindingsRequest) GetRequests ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsRequest) GetRequests() []*UpdateAccessBindingRequest
func (*BatchUpdateAccessBindingsRequest) ProtoMessage ¶ added in v0.18.0
func (*BatchUpdateAccessBindingsRequest) ProtoMessage()
func (*BatchUpdateAccessBindingsRequest) ProtoReflect ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsRequest) ProtoReflect() protoreflect.Message
func (*BatchUpdateAccessBindingsRequest) Reset ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsRequest) Reset()
func (*BatchUpdateAccessBindingsRequest) String ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsRequest) String() string
type BatchUpdateAccessBindingsResponse ¶ added in v0.18.0
type BatchUpdateAccessBindingsResponse struct { // The access bindings updated. AccessBindings []*AccessBinding `protobuf:"bytes,1,rep,name=access_bindings,json=accessBindings,proto3" json:"access_bindings,omitempty"` // contains filtered or unexported fields }
Response message for BatchUpdateAccessBindings RPC.
func (*BatchUpdateAccessBindingsResponse) Descriptor
deprecated
added in
v0.18.0
func (*BatchUpdateAccessBindingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchUpdateAccessBindingsResponse.ProtoReflect.Descriptor instead.
func (*BatchUpdateAccessBindingsResponse) GetAccessBindings ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsResponse) GetAccessBindings() []*AccessBinding
func (*BatchUpdateAccessBindingsResponse) ProtoMessage ¶ added in v0.18.0
func (*BatchUpdateAccessBindingsResponse) ProtoMessage()
func (*BatchUpdateAccessBindingsResponse) ProtoReflect ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsResponse) ProtoReflect() protoreflect.Message
func (*BatchUpdateAccessBindingsResponse) Reset ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsResponse) Reset()
func (*BatchUpdateAccessBindingsResponse) String ¶ added in v0.18.0
func (x *BatchUpdateAccessBindingsResponse) String() string
type BigQueryLink ¶ added in v0.17.0
type BigQueryLink struct { // Output only. Resource name of this BigQuery link. // Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' // Format: 'properties/1234/bigQueryLinks/abc567' Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. The linked Google Cloud project. When creating a BigQueryLink, // you may provide this resource name using either a project number or project // ID. Once this resource has been created, the returned project will always // have a project that contains a project number. // Format: 'projects/{project number}' // Example: 'projects/1234' Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // Output only. Time when the link was created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // If set true, enables daily data export to the linked Google Cloud project. DailyExportEnabled bool `protobuf:"varint,4,opt,name=daily_export_enabled,json=dailyExportEnabled,proto3" json:"daily_export_enabled,omitempty"` // If set true, enables streaming export to the linked Google Cloud project. StreamingExportEnabled bool `` /* 130-byte string literal not displayed */ // If set true, enables fresh daily export to the linked Google Cloud project. FreshDailyExportEnabled bool `` /* 135-byte string literal not displayed */ // If set true, exported data will include advertising identifiers for mobile // app streams. IncludeAdvertisingId bool `protobuf:"varint,6,opt,name=include_advertising_id,json=includeAdvertisingId,proto3" json:"include_advertising_id,omitempty"` // The list of streams under the parent property for which data will be // exported. // Format: properties/{property_id}/dataStreams/{stream_id} // Example: ['properties/1000/dataStreams/2000'] ExportStreams []string `protobuf:"bytes,7,rep,name=export_streams,json=exportStreams,proto3" json:"export_streams,omitempty"` // The list of event names that will be excluded from exports. ExcludedEvents []string `protobuf:"bytes,8,rep,name=excluded_events,json=excludedEvents,proto3" json:"excluded_events,omitempty"` // Required. Immutable. The geographic location where the created BigQuery // dataset should reside. See https://cloud.google.com/bigquery/docs/locations // for supported locations. DatasetLocation string `protobuf:"bytes,10,opt,name=dataset_location,json=datasetLocation,proto3" json:"dataset_location,omitempty"` // contains filtered or unexported fields }
A link between a GA4 Property and BigQuery project.
func (*BigQueryLink) Descriptor
deprecated
added in
v0.17.0
func (*BigQueryLink) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryLink.ProtoReflect.Descriptor instead.
func (*BigQueryLink) GetCreateTime ¶ added in v0.17.0
func (x *BigQueryLink) GetCreateTime() *timestamppb.Timestamp
func (*BigQueryLink) GetDailyExportEnabled ¶ added in v0.17.0
func (x *BigQueryLink) GetDailyExportEnabled() bool
func (*BigQueryLink) GetDatasetLocation ¶ added in v0.24.0
func (x *BigQueryLink) GetDatasetLocation() string
func (*BigQueryLink) GetExcludedEvents ¶ added in v0.17.0
func (x *BigQueryLink) GetExcludedEvents() []string
func (*BigQueryLink) GetExportStreams ¶ added in v0.17.0
func (x *BigQueryLink) GetExportStreams() []string
func (*BigQueryLink) GetFreshDailyExportEnabled ¶ added in v0.21.4
func (x *BigQueryLink) GetFreshDailyExportEnabled() bool
func (*BigQueryLink) GetIncludeAdvertisingId ¶ added in v0.17.0
func (x *BigQueryLink) GetIncludeAdvertisingId() bool
func (*BigQueryLink) GetName ¶ added in v0.17.0
func (x *BigQueryLink) GetName() string
func (*BigQueryLink) GetProject ¶ added in v0.17.0
func (x *BigQueryLink) GetProject() string
func (*BigQueryLink) GetStreamingExportEnabled ¶ added in v0.17.0
func (x *BigQueryLink) GetStreamingExportEnabled() bool
func (*BigQueryLink) ProtoMessage ¶ added in v0.17.0
func (*BigQueryLink) ProtoMessage()
func (*BigQueryLink) ProtoReflect ¶ added in v0.17.0
func (x *BigQueryLink) ProtoReflect() protoreflect.Message
func (*BigQueryLink) Reset ¶ added in v0.17.0
func (x *BigQueryLink) Reset()
func (*BigQueryLink) String ¶ added in v0.17.0
func (x *BigQueryLink) String() string
type CalculatedMetric ¶ added in v0.23.0
type CalculatedMetric struct { // Output only. Resource name for this CalculatedMetric. // Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. Description for this calculated metric. // Max length of 4096 characters. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // Required. Display name for this calculated metric as shown in the // Google Analytics UI. Max length 82 characters. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Output only. The ID to use for the calculated metric. In the UI, this is // referred to as the "API name." // // The calculated_metric_id is used when referencing this calculated metric // from external APIs. For example, "calcMetric:{calculated_metric_id}". CalculatedMetricId string `protobuf:"bytes,4,opt,name=calculated_metric_id,json=calculatedMetricId,proto3" json:"calculated_metric_id,omitempty"` // Required. The type for the calculated metric's value. MetricUnit CalculatedMetric_MetricUnit `` /* 156-byte string literal not displayed */ // Output only. Types of restricted data that this metric contains. RestrictedMetricType []CalculatedMetric_RestrictedMetricType `` /* 205-byte string literal not displayed */ // Required. The calculated metric's definition. Maximum number of unique // referenced custom metrics is 5. Formulas supports the following operations: // + (addition), - (subtraction), - (negative), * (multiplication), / // (division), () (parenthesis). Any valid real numbers are acceptable that // fit in a Long (64bit integer) or a Double (64 bit floating point number). // Example formula: // // "( customEvent:parameter_name + cartPurchaseQuantity ) / 2.0" Formula string `protobuf:"bytes,7,opt,name=formula,proto3" json:"formula,omitempty"` // Output only. If true, this calculated metric has a invalid metric // reference. Anything using a calculated metric with invalid_metric_reference // set to true may fail, produce warnings, or produce unexpected results. InvalidMetricReference bool `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
A definition for a calculated metric.
func (*CalculatedMetric) Descriptor
deprecated
added in
v0.23.0
func (*CalculatedMetric) Descriptor() ([]byte, []int)
Deprecated: Use CalculatedMetric.ProtoReflect.Descriptor instead.
func (*CalculatedMetric) GetCalculatedMetricId ¶ added in v0.23.0
func (x *CalculatedMetric) GetCalculatedMetricId() string
func (*CalculatedMetric) GetDescription ¶ added in v0.23.0
func (x *CalculatedMetric) GetDescription() string
func (*CalculatedMetric) GetDisplayName ¶ added in v0.23.0
func (x *CalculatedMetric) GetDisplayName() string
func (*CalculatedMetric) GetFormula ¶ added in v0.23.0
func (x *CalculatedMetric) GetFormula() string
func (*CalculatedMetric) GetInvalidMetricReference ¶ added in v0.23.0
func (x *CalculatedMetric) GetInvalidMetricReference() bool
func (*CalculatedMetric) GetMetricUnit ¶ added in v0.23.0
func (x *CalculatedMetric) GetMetricUnit() CalculatedMetric_MetricUnit
func (*CalculatedMetric) GetName ¶ added in v0.23.0
func (x *CalculatedMetric) GetName() string
func (*CalculatedMetric) GetRestrictedMetricType ¶ added in v0.23.0
func (x *CalculatedMetric) GetRestrictedMetricType() []CalculatedMetric_RestrictedMetricType
func (*CalculatedMetric) ProtoMessage ¶ added in v0.23.0
func (*CalculatedMetric) ProtoMessage()
func (*CalculatedMetric) ProtoReflect ¶ added in v0.23.0
func (x *CalculatedMetric) ProtoReflect() protoreflect.Message
func (*CalculatedMetric) Reset ¶ added in v0.23.0
func (x *CalculatedMetric) Reset()
func (*CalculatedMetric) String ¶ added in v0.23.0
func (x *CalculatedMetric) String() string
type CalculatedMetric_MetricUnit ¶ added in v0.23.0
type CalculatedMetric_MetricUnit int32
Possible types of representing the calculated metric's value.
const ( // MetricUnit unspecified or missing. CalculatedMetric_METRIC_UNIT_UNSPECIFIED CalculatedMetric_MetricUnit = 0 // This metric uses default units. CalculatedMetric_STANDARD CalculatedMetric_MetricUnit = 1 // This metric measures a currency. CalculatedMetric_CURRENCY CalculatedMetric_MetricUnit = 2 // This metric measures feet. CalculatedMetric_FEET CalculatedMetric_MetricUnit = 3 // This metric measures miles. CalculatedMetric_MILES CalculatedMetric_MetricUnit = 4 // This metric measures meters. CalculatedMetric_METERS CalculatedMetric_MetricUnit = 5 // This metric measures kilometers. CalculatedMetric_KILOMETERS CalculatedMetric_MetricUnit = 6 // This metric measures milliseconds. CalculatedMetric_MILLISECONDS CalculatedMetric_MetricUnit = 7 // This metric measures seconds. CalculatedMetric_SECONDS CalculatedMetric_MetricUnit = 8 // This metric measures minutes. CalculatedMetric_MINUTES CalculatedMetric_MetricUnit = 9 // This metric measures hours. CalculatedMetric_HOURS CalculatedMetric_MetricUnit = 10 )
func (CalculatedMetric_MetricUnit) Descriptor ¶ added in v0.23.0
func (CalculatedMetric_MetricUnit) Descriptor() protoreflect.EnumDescriptor
func (CalculatedMetric_MetricUnit) Enum ¶ added in v0.23.0
func (x CalculatedMetric_MetricUnit) Enum() *CalculatedMetric_MetricUnit
func (CalculatedMetric_MetricUnit) EnumDescriptor
deprecated
added in
v0.23.0
func (CalculatedMetric_MetricUnit) EnumDescriptor() ([]byte, []int)
Deprecated: Use CalculatedMetric_MetricUnit.Descriptor instead.
func (CalculatedMetric_MetricUnit) Number ¶ added in v0.23.0
func (x CalculatedMetric_MetricUnit) Number() protoreflect.EnumNumber
func (CalculatedMetric_MetricUnit) String ¶ added in v0.23.0
func (x CalculatedMetric_MetricUnit) String() string
func (CalculatedMetric_MetricUnit) Type ¶ added in v0.23.0
func (CalculatedMetric_MetricUnit) Type() protoreflect.EnumType
type CalculatedMetric_RestrictedMetricType ¶ added in v0.23.0
type CalculatedMetric_RestrictedMetricType int32
Labels that mark the data in calculated metric used in conjunction with user roles that restrict access to cost and/or revenue metrics.
const ( // Type unknown or unspecified. CalculatedMetric_RESTRICTED_METRIC_TYPE_UNSPECIFIED CalculatedMetric_RestrictedMetricType = 0 // Metric reports cost data. CalculatedMetric_COST_DATA CalculatedMetric_RestrictedMetricType = 1 // Metric reports revenue data. CalculatedMetric_REVENUE_DATA CalculatedMetric_RestrictedMetricType = 2 )
func (CalculatedMetric_RestrictedMetricType) Descriptor ¶ added in v0.23.0
func (CalculatedMetric_RestrictedMetricType) Descriptor() protoreflect.EnumDescriptor
func (CalculatedMetric_RestrictedMetricType) EnumDescriptor
deprecated
added in
v0.23.0
func (CalculatedMetric_RestrictedMetricType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CalculatedMetric_RestrictedMetricType.Descriptor instead.
func (CalculatedMetric_RestrictedMetricType) Number ¶ added in v0.23.0
func (x CalculatedMetric_RestrictedMetricType) Number() protoreflect.EnumNumber
func (CalculatedMetric_RestrictedMetricType) String ¶ added in v0.23.0
func (x CalculatedMetric_RestrictedMetricType) String() string
func (CalculatedMetric_RestrictedMetricType) Type ¶ added in v0.23.0
func (CalculatedMetric_RestrictedMetricType) Type() protoreflect.EnumType
type CancelDisplayVideo360AdvertiserLinkProposalRequest ¶
type CancelDisplayVideo360AdvertiserLinkProposalRequest struct { // Required. The name of the DisplayVideo360AdvertiserLinkProposal to cancel. // Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for CancelDisplayVideo360AdvertiserLinkProposal RPC.
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) Descriptor
deprecated
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelDisplayVideo360AdvertiserLinkProposalRequest.ProtoReflect.Descriptor instead.
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) GetName ¶
func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage ¶
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect ¶
func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) Reset ¶
func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) Reset()
func (*CancelDisplayVideo360AdvertiserLinkProposalRequest) String ¶
func (x *CancelDisplayVideo360AdvertiserLinkProposalRequest) String() string
type ChangeHistoryChange ¶
type ChangeHistoryChange struct { // Resource name of the resource whose changes are described by this entry. Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // The type of action that changed this resource. Action ActionType `protobuf:"varint,2,opt,name=action,proto3,enum=google.analytics.admin.v1alpha.ActionType" json:"action,omitempty"` // Resource contents from before the change was made. If this resource was // created in this change, this field will be missing. ResourceBeforeChange *ChangeHistoryChange_ChangeHistoryResource `protobuf:"bytes,3,opt,name=resource_before_change,json=resourceBeforeChange,proto3" json:"resource_before_change,omitempty"` // Resource contents from after the change was made. If this resource was // deleted in this change, this field will be missing. ResourceAfterChange *ChangeHistoryChange_ChangeHistoryResource `protobuf:"bytes,4,opt,name=resource_after_change,json=resourceAfterChange,proto3" json:"resource_after_change,omitempty"` // contains filtered or unexported fields }
A description of a change to a single Google Analytics resource.
func (*ChangeHistoryChange) Descriptor
deprecated
func (*ChangeHistoryChange) Descriptor() ([]byte, []int)
Deprecated: Use ChangeHistoryChange.ProtoReflect.Descriptor instead.
func (*ChangeHistoryChange) GetAction ¶
func (x *ChangeHistoryChange) GetAction() ActionType
func (*ChangeHistoryChange) GetResource ¶
func (x *ChangeHistoryChange) GetResource() string
func (*ChangeHistoryChange) GetResourceAfterChange ¶
func (x *ChangeHistoryChange) GetResourceAfterChange() *ChangeHistoryChange_ChangeHistoryResource
func (*ChangeHistoryChange) GetResourceBeforeChange ¶
func (x *ChangeHistoryChange) GetResourceBeforeChange() *ChangeHistoryChange_ChangeHistoryResource
func (*ChangeHistoryChange) ProtoMessage ¶
func (*ChangeHistoryChange) ProtoMessage()
func (*ChangeHistoryChange) ProtoReflect ¶
func (x *ChangeHistoryChange) ProtoReflect() protoreflect.Message
func (*ChangeHistoryChange) Reset ¶
func (x *ChangeHistoryChange) Reset()
func (*ChangeHistoryChange) String ¶
func (x *ChangeHistoryChange) String() string
type ChangeHistoryChange_ChangeHistoryResource ¶
type ChangeHistoryChange_ChangeHistoryResource struct { // Types that are assignable to Resource: // // *ChangeHistoryChange_ChangeHistoryResource_Account // *ChangeHistoryChange_ChangeHistoryResource_Property // *ChangeHistoryChange_ChangeHistoryResource_FirebaseLink // *ChangeHistoryChange_ChangeHistoryResource_GoogleAdsLink // *ChangeHistoryChange_ChangeHistoryResource_GoogleSignalsSettings // *ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLink // *ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLinkProposal // *ChangeHistoryChange_ChangeHistoryResource_ConversionEvent // *ChangeHistoryChange_ChangeHistoryResource_MeasurementProtocolSecret // *ChangeHistoryChange_ChangeHistoryResource_CustomDimension // *ChangeHistoryChange_ChangeHistoryResource_CustomMetric // *ChangeHistoryChange_ChangeHistoryResource_DataRetentionSettings // *ChangeHistoryChange_ChangeHistoryResource_SearchAds_360Link // *ChangeHistoryChange_ChangeHistoryResource_DataStream // *ChangeHistoryChange_ChangeHistoryResource_AttributionSettings // *ChangeHistoryChange_ChangeHistoryResource_ExpandedDataSet // *ChangeHistoryChange_ChangeHistoryResource_ChannelGroup // *ChangeHistoryChange_ChangeHistoryResource_BigqueryLink // *ChangeHistoryChange_ChangeHistoryResource_EnhancedMeasurementSettings // *ChangeHistoryChange_ChangeHistoryResource_DataRedactionSettings // *ChangeHistoryChange_ChangeHistoryResource_SkadnetworkConversionValueSchema // *ChangeHistoryChange_ChangeHistoryResource_AdsenseLink // *ChangeHistoryChange_ChangeHistoryResource_Audience // *ChangeHistoryChange_ChangeHistoryResource_EventCreateRule // *ChangeHistoryChange_ChangeHistoryResource_CalculatedMetric Resource isChangeHistoryChange_ChangeHistoryResource_Resource `protobuf_oneof:"resource"` // contains filtered or unexported fields }
A snapshot of a resource as before or after the result of a change in change history.
func (*ChangeHistoryChange_ChangeHistoryResource) Descriptor
deprecated
func (*ChangeHistoryChange_ChangeHistoryResource) Descriptor() ([]byte, []int)
Deprecated: Use ChangeHistoryChange_ChangeHistoryResource.ProtoReflect.Descriptor instead.
func (*ChangeHistoryChange_ChangeHistoryResource) GetAccount ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetAccount() *Account
func (*ChangeHistoryChange_ChangeHistoryResource) GetAdsenseLink ¶ added in v0.20.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetAdsenseLink() *AdSenseLink
func (*ChangeHistoryChange_ChangeHistoryResource) GetAttributionSettings ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetAttributionSettings() *AttributionSettings
func (*ChangeHistoryChange_ChangeHistoryResource) GetAudience ¶ added in v0.20.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetAudience() *Audience
func (*ChangeHistoryChange_ChangeHistoryResource) GetBigqueryLink ¶ added in v0.17.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetBigqueryLink() *BigQueryLink
func (*ChangeHistoryChange_ChangeHistoryResource) GetCalculatedMetric ¶ added in v0.23.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetCalculatedMetric() *CalculatedMetric
func (*ChangeHistoryChange_ChangeHistoryResource) GetChannelGroup ¶ added in v0.19.1
func (x *ChangeHistoryChange_ChangeHistoryResource) GetChannelGroup() *ChannelGroup
func (*ChangeHistoryChange_ChangeHistoryResource) GetConversionEvent ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetConversionEvent() *ConversionEvent
func (*ChangeHistoryChange_ChangeHistoryResource) GetCustomDimension ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetCustomDimension() *CustomDimension
func (*ChangeHistoryChange_ChangeHistoryResource) GetCustomMetric ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetCustomMetric() *CustomMetric
func (*ChangeHistoryChange_ChangeHistoryResource) GetDataRedactionSettings ¶ added in v0.21.6
func (x *ChangeHistoryChange_ChangeHistoryResource) GetDataRedactionSettings() *DataRedactionSettings
func (*ChangeHistoryChange_ChangeHistoryResource) GetDataRetentionSettings ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetDataRetentionSettings() *DataRetentionSettings
func (*ChangeHistoryChange_ChangeHistoryResource) GetDataStream ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetDataStream() *DataStream
func (*ChangeHistoryChange_ChangeHistoryResource) GetDisplayVideo_360AdvertiserLink ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
func (*ChangeHistoryChange_ChangeHistoryResource) GetDisplayVideo_360AdvertiserLinkProposal ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetDisplayVideo_360AdvertiserLinkProposal() *DisplayVideo360AdvertiserLinkProposal
func (*ChangeHistoryChange_ChangeHistoryResource) GetEnhancedMeasurementSettings ¶ added in v0.19.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetEnhancedMeasurementSettings() *EnhancedMeasurementSettings
func (*ChangeHistoryChange_ChangeHistoryResource) GetEventCreateRule ¶ added in v0.20.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetEventCreateRule() *EventCreateRule
func (*ChangeHistoryChange_ChangeHistoryResource) GetExpandedDataSet ¶ added in v0.17.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetExpandedDataSet() *ExpandedDataSet
func (*ChangeHistoryChange_ChangeHistoryResource) GetFirebaseLink ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetFirebaseLink() *FirebaseLink
func (*ChangeHistoryChange_ChangeHistoryResource) GetGoogleAdsLink ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetGoogleAdsLink() *GoogleAdsLink
func (*ChangeHistoryChange_ChangeHistoryResource) GetGoogleSignalsSettings ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetGoogleSignalsSettings() *GoogleSignalsSettings
func (*ChangeHistoryChange_ChangeHistoryResource) GetMeasurementProtocolSecret ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetMeasurementProtocolSecret() *MeasurementProtocolSecret
func (*ChangeHistoryChange_ChangeHistoryResource) GetProperty ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) GetProperty() *Property
func (*ChangeHistoryChange_ChangeHistoryResource) GetResource ¶
func (m *ChangeHistoryChange_ChangeHistoryResource) GetResource() isChangeHistoryChange_ChangeHistoryResource_Resource
func (*ChangeHistoryChange_ChangeHistoryResource) GetSearchAds_360Link ¶ added in v0.17.0
func (x *ChangeHistoryChange_ChangeHistoryResource) GetSearchAds_360Link() *SearchAds360Link
func (*ChangeHistoryChange_ChangeHistoryResource) GetSkadnetworkConversionValueSchema ¶ added in v0.21.4
func (x *ChangeHistoryChange_ChangeHistoryResource) GetSkadnetworkConversionValueSchema() *SKAdNetworkConversionValueSchema
func (*ChangeHistoryChange_ChangeHistoryResource) ProtoMessage ¶
func (*ChangeHistoryChange_ChangeHistoryResource) ProtoMessage()
func (*ChangeHistoryChange_ChangeHistoryResource) ProtoReflect ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) ProtoReflect() protoreflect.Message
func (*ChangeHistoryChange_ChangeHistoryResource) Reset ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) Reset()
func (*ChangeHistoryChange_ChangeHistoryResource) String ¶
func (x *ChangeHistoryChange_ChangeHistoryResource) String() string
type ChangeHistoryChange_ChangeHistoryResource_Account ¶
type ChangeHistoryChange_ChangeHistoryResource_Account struct { // A snapshot of an Account resource in change history. Account *Account `protobuf:"bytes,1,opt,name=account,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_AdsenseLink ¶ added in v0.20.0
type ChangeHistoryChange_ChangeHistoryResource_AdsenseLink struct { // A snapshot of an AdSenseLink resource in change history. AdsenseLink *AdSenseLink `protobuf:"bytes,27,opt,name=adsense_link,json=adsenseLink,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_AttributionSettings ¶
type ChangeHistoryChange_ChangeHistoryResource_AttributionSettings struct { // A snapshot of AttributionSettings resource in change history. AttributionSettings *AttributionSettings `protobuf:"bytes,20,opt,name=attribution_settings,json=attributionSettings,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_Audience ¶ added in v0.20.0
type ChangeHistoryChange_ChangeHistoryResource_Audience struct { // A snapshot of an Audience resource in change history. Audience *Audience `protobuf:"bytes,28,opt,name=audience,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_BigqueryLink ¶ added in v0.17.0
type ChangeHistoryChange_ChangeHistoryResource_BigqueryLink struct { // A snapshot of a BigQuery link resource in change history. BigqueryLink *BigQueryLink `protobuf:"bytes,23,opt,name=bigquery_link,json=bigqueryLink,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_CalculatedMetric ¶ added in v0.23.0
type ChangeHistoryChange_ChangeHistoryResource_CalculatedMetric struct { // A snapshot of a CalculatedMetric resource in change history. CalculatedMetric *CalculatedMetric `protobuf:"bytes,31,opt,name=calculated_metric,json=calculatedMetric,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_ChannelGroup ¶ added in v0.19.1
type ChangeHistoryChange_ChangeHistoryResource_ChannelGroup struct { // A snapshot of a ChannelGroup resource in change history. ChannelGroup *ChannelGroup `protobuf:"bytes,22,opt,name=channel_group,json=channelGroup,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_ConversionEvent ¶
type ChangeHistoryChange_ChangeHistoryResource_ConversionEvent struct { // A snapshot of a ConversionEvent resource in change history. ConversionEvent *ConversionEvent `protobuf:"bytes,11,opt,name=conversion_event,json=conversionEvent,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_CustomDimension ¶
type ChangeHistoryChange_ChangeHistoryResource_CustomDimension struct { // A snapshot of a CustomDimension resource in change history. CustomDimension *CustomDimension `protobuf:"bytes,13,opt,name=custom_dimension,json=customDimension,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_CustomMetric ¶
type ChangeHistoryChange_ChangeHistoryResource_CustomMetric struct { // A snapshot of a CustomMetric resource in change history. CustomMetric *CustomMetric `protobuf:"bytes,14,opt,name=custom_metric,json=customMetric,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_DataRedactionSettings ¶ added in v0.21.6
type ChangeHistoryChange_ChangeHistoryResource_DataRedactionSettings struct { // A snapshot of DataRedactionSettings resource in change history. DataRedactionSettings *DataRedactionSettings `protobuf:"bytes,25,opt,name=data_redaction_settings,json=dataRedactionSettings,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_DataRetentionSettings ¶
type ChangeHistoryChange_ChangeHistoryResource_DataRetentionSettings struct { // A snapshot of a data retention settings resource in change history. DataRetentionSettings *DataRetentionSettings `protobuf:"bytes,15,opt,name=data_retention_settings,json=dataRetentionSettings,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_DataStream ¶
type ChangeHistoryChange_ChangeHistoryResource_DataStream struct { // A snapshot of a DataStream resource in change history. DataStream *DataStream `protobuf:"bytes,18,opt,name=data_stream,json=dataStream,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLink ¶
type ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLink struct { // A snapshot of a DisplayVideo360AdvertiserLink resource in change // history. DisplayVideo_360AdvertiserLink *DisplayVideo360AdvertiserLink `protobuf:"bytes,9,opt,name=display_video_360_advertiser_link,json=displayVideo360AdvertiserLink,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLinkProposal ¶
type ChangeHistoryChange_ChangeHistoryResource_DisplayVideo_360AdvertiserLinkProposal struct { // A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in // change history. DisplayVideo_360AdvertiserLinkProposal *DisplayVideo360AdvertiserLinkProposal `` /* 127-byte string literal not displayed */ }
type ChangeHistoryChange_ChangeHistoryResource_EnhancedMeasurementSettings ¶ added in v0.19.0
type ChangeHistoryChange_ChangeHistoryResource_EnhancedMeasurementSettings struct { // A snapshot of EnhancedMeasurementSettings resource in change history. EnhancedMeasurementSettings *EnhancedMeasurementSettings `protobuf:"bytes,24,opt,name=enhanced_measurement_settings,json=enhancedMeasurementSettings,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_EventCreateRule ¶ added in v0.20.0
type ChangeHistoryChange_ChangeHistoryResource_EventCreateRule struct { // A snapshot of an EventCreateRule resource in change history. EventCreateRule *EventCreateRule `protobuf:"bytes,29,opt,name=event_create_rule,json=eventCreateRule,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_ExpandedDataSet ¶ added in v0.17.0
type ChangeHistoryChange_ChangeHistoryResource_ExpandedDataSet struct { // A snapshot of an ExpandedDataSet resource in change history. ExpandedDataSet *ExpandedDataSet `protobuf:"bytes,21,opt,name=expanded_data_set,json=expandedDataSet,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_FirebaseLink ¶
type ChangeHistoryChange_ChangeHistoryResource_FirebaseLink struct { // A snapshot of a FirebaseLink resource in change history. FirebaseLink *FirebaseLink `protobuf:"bytes,6,opt,name=firebase_link,json=firebaseLink,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_GoogleAdsLink ¶
type ChangeHistoryChange_ChangeHistoryResource_GoogleAdsLink struct { // A snapshot of a GoogleAdsLink resource in change history. GoogleAdsLink *GoogleAdsLink `protobuf:"bytes,7,opt,name=google_ads_link,json=googleAdsLink,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_GoogleSignalsSettings ¶
type ChangeHistoryChange_ChangeHistoryResource_GoogleSignalsSettings struct { // A snapshot of a GoogleSignalsSettings resource in change history. GoogleSignalsSettings *GoogleSignalsSettings `protobuf:"bytes,8,opt,name=google_signals_settings,json=googleSignalsSettings,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_MeasurementProtocolSecret ¶
type ChangeHistoryChange_ChangeHistoryResource_MeasurementProtocolSecret struct { // A snapshot of a MeasurementProtocolSecret resource in change history. MeasurementProtocolSecret *MeasurementProtocolSecret `protobuf:"bytes,12,opt,name=measurement_protocol_secret,json=measurementProtocolSecret,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_Property ¶
type ChangeHistoryChange_ChangeHistoryResource_Property struct { // A snapshot of a Property resource in change history. Property *Property `protobuf:"bytes,2,opt,name=property,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_SearchAds_360Link ¶ added in v0.17.0
type ChangeHistoryChange_ChangeHistoryResource_SearchAds_360Link struct { // A snapshot of a SearchAds360Link resource in change history. SearchAds_360Link *SearchAds360Link `protobuf:"bytes,16,opt,name=search_ads_360_link,json=searchAds360Link,proto3,oneof"` }
type ChangeHistoryChange_ChangeHistoryResource_SkadnetworkConversionValueSchema ¶ added in v0.21.4
type ChangeHistoryChange_ChangeHistoryResource_SkadnetworkConversionValueSchema struct { // A snapshot of SKAdNetworkConversionValueSchema resource in change // history. SkadnetworkConversionValueSchema *SKAdNetworkConversionValueSchema `protobuf:"bytes,26,opt,name=skadnetwork_conversion_value_schema,json=skadnetworkConversionValueSchema,proto3,oneof"` }
type ChangeHistoryEvent ¶
type ChangeHistoryEvent struct { // ID of this change history event. This ID is unique across Google Analytics. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Time when change was made. ChangeTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=change_time,json=changeTime,proto3" json:"change_time,omitempty"` // The type of actor that made this change. ActorType ActorType `` /* 135-byte string literal not displayed */ // Email address of the Google account that made the change. This will be a // valid email address if the actor field is set to USER, and empty otherwise. // Google accounts that have been deleted will cause an error. UserActorEmail string `protobuf:"bytes,4,opt,name=user_actor_email,json=userActorEmail,proto3" json:"user_actor_email,omitempty"` // If true, then the list of changes returned was filtered, and does not // represent all changes that occurred in this event. ChangesFiltered bool `protobuf:"varint,5,opt,name=changes_filtered,json=changesFiltered,proto3" json:"changes_filtered,omitempty"` // A list of changes made in this change history event that fit the filters // specified in SearchChangeHistoryEventsRequest. Changes []*ChangeHistoryChange `protobuf:"bytes,6,rep,name=changes,proto3" json:"changes,omitempty"` // contains filtered or unexported fields }
A set of changes within a Google Analytics account or its child properties that resulted from the same cause. Common causes would be updates made in the Google Analytics UI, changes from customer support, or automatic Google Analytics system changes.
func (*ChangeHistoryEvent) Descriptor
deprecated
func (*ChangeHistoryEvent) Descriptor() ([]byte, []int)
Deprecated: Use ChangeHistoryEvent.ProtoReflect.Descriptor instead.
func (*ChangeHistoryEvent) GetActorType ¶
func (x *ChangeHistoryEvent) GetActorType() ActorType
func (*ChangeHistoryEvent) GetChangeTime ¶
func (x *ChangeHistoryEvent) GetChangeTime() *timestamppb.Timestamp
func (*ChangeHistoryEvent) GetChanges ¶
func (x *ChangeHistoryEvent) GetChanges() []*ChangeHistoryChange
func (*ChangeHistoryEvent) GetChangesFiltered ¶
func (x *ChangeHistoryEvent) GetChangesFiltered() bool
func (*ChangeHistoryEvent) GetId ¶
func (x *ChangeHistoryEvent) GetId() string
func (*ChangeHistoryEvent) GetUserActorEmail ¶
func (x *ChangeHistoryEvent) GetUserActorEmail() string
func (*ChangeHistoryEvent) ProtoMessage ¶
func (*ChangeHistoryEvent) ProtoMessage()
func (*ChangeHistoryEvent) ProtoReflect ¶
func (x *ChangeHistoryEvent) ProtoReflect() protoreflect.Message
func (*ChangeHistoryEvent) Reset ¶
func (x *ChangeHistoryEvent) Reset()
func (*ChangeHistoryEvent) String ¶
func (x *ChangeHistoryEvent) String() string
type ChangeHistoryResourceType ¶
type ChangeHistoryResourceType int32
Types of resources whose changes may be returned from change history.
const ( // Resource type unknown or not specified. ChangeHistoryResourceType_CHANGE_HISTORY_RESOURCE_TYPE_UNSPECIFIED ChangeHistoryResourceType = 0 // Account resource ChangeHistoryResourceType_ACCOUNT ChangeHistoryResourceType = 1 // Property resource ChangeHistoryResourceType_PROPERTY ChangeHistoryResourceType = 2 // FirebaseLink resource ChangeHistoryResourceType_FIREBASE_LINK ChangeHistoryResourceType = 6 // GoogleAdsLink resource ChangeHistoryResourceType_GOOGLE_ADS_LINK ChangeHistoryResourceType = 7 // GoogleSignalsSettings resource ChangeHistoryResourceType_GOOGLE_SIGNALS_SETTINGS ChangeHistoryResourceType = 8 // ConversionEvent resource ChangeHistoryResourceType_CONVERSION_EVENT ChangeHistoryResourceType = 9 // MeasurementProtocolSecret resource ChangeHistoryResourceType_MEASUREMENT_PROTOCOL_SECRET ChangeHistoryResourceType = 10 // CustomDimension resource ChangeHistoryResourceType_CUSTOM_DIMENSION ChangeHistoryResourceType = 11 // CustomMetric resource ChangeHistoryResourceType_CUSTOM_METRIC ChangeHistoryResourceType = 12 // DataRetentionSettings resource ChangeHistoryResourceType_DATA_RETENTION_SETTINGS ChangeHistoryResourceType = 13 // DisplayVideo360AdvertiserLink resource ChangeHistoryResourceType_DISPLAY_VIDEO_360_ADVERTISER_LINK ChangeHistoryResourceType = 14 // DisplayVideo360AdvertiserLinkProposal resource ChangeHistoryResourceType_DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL ChangeHistoryResourceType = 15 // SearchAds360Link resource ChangeHistoryResourceType_SEARCH_ADS_360_LINK ChangeHistoryResourceType = 16 // DataStream resource ChangeHistoryResourceType_DATA_STREAM ChangeHistoryResourceType = 18 // AttributionSettings resource ChangeHistoryResourceType_ATTRIBUTION_SETTINGS ChangeHistoryResourceType = 20 // ExpandedDataSet resource ChangeHistoryResourceType_EXPANDED_DATA_SET ChangeHistoryResourceType = 21 // ChannelGroup resource ChangeHistoryResourceType_CHANNEL_GROUP ChangeHistoryResourceType = 22 // BigQuery link resource ChangeHistoryResourceType_BIGQUERY_LINK ChangeHistoryResourceType = 23 // EnhancedMeasurementSettings resource ChangeHistoryResourceType_ENHANCED_MEASUREMENT_SETTINGS ChangeHistoryResourceType = 24 // DataRedactionSettings resource ChangeHistoryResourceType_DATA_REDACTION_SETTINGS ChangeHistoryResourceType = 25 // SKAdNetworkConversionValueSchema resource ChangeHistoryResourceType_SKADNETWORK_CONVERSION_VALUE_SCHEMA ChangeHistoryResourceType = 26 // AdSenseLink resource ChangeHistoryResourceType_ADSENSE_LINK ChangeHistoryResourceType = 27 // Audience resource ChangeHistoryResourceType_AUDIENCE ChangeHistoryResourceType = 28 // EventCreateRule resource ChangeHistoryResourceType_EVENT_CREATE_RULE ChangeHistoryResourceType = 29 // CalculatedMetric resource ChangeHistoryResourceType_CALCULATED_METRIC ChangeHistoryResourceType = 31 )
func (ChangeHistoryResourceType) Descriptor ¶
func (ChangeHistoryResourceType) Descriptor() protoreflect.EnumDescriptor
func (ChangeHistoryResourceType) Enum ¶
func (x ChangeHistoryResourceType) Enum() *ChangeHistoryResourceType
func (ChangeHistoryResourceType) EnumDescriptor
deprecated
func (ChangeHistoryResourceType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChangeHistoryResourceType.Descriptor instead.
func (ChangeHistoryResourceType) Number ¶
func (x ChangeHistoryResourceType) Number() protoreflect.EnumNumber
func (ChangeHistoryResourceType) String ¶
func (x ChangeHistoryResourceType) String() string
func (ChangeHistoryResourceType) Type ¶
func (ChangeHistoryResourceType) Type() protoreflect.EnumType
type ChannelGroup ¶ added in v0.19.1
type ChannelGroup struct { // Output only. The resource name for this Channel Group resource. // Format: properties/{property}/channelGroups/{channel_group} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The display name of the Channel Group. Max length of 80 // characters. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The description of the Channel Group. Max length of 256 characters. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Required. The grouping rules of channels. Maximum number of rules is 50. GroupingRule []*GroupingRule `protobuf:"bytes,4,rep,name=grouping_rule,json=groupingRule,proto3" json:"grouping_rule,omitempty"` // Output only. If true, then this channel group is the Default Channel Group // predefined by Google Analytics. Display name and grouping rules cannot be // updated for this channel group. SystemDefined bool `protobuf:"varint,5,opt,name=system_defined,json=systemDefined,proto3" json:"system_defined,omitempty"` // Optional. If true, this channel group will be used as the default channel // group for reports. Only one channel group can be set as `primary` at any // time. If the `primary` field gets set on a channel group, it will get unset // on the previous primary channel group. // // The Google Analytics predefined channel group is the primary by default. Primary bool `protobuf:"varint,6,opt,name=primary,proto3" json:"primary,omitempty"` // contains filtered or unexported fields }
A resource message representing a Channel Group.
func (*ChannelGroup) Descriptor
deprecated
added in
v0.19.1
func (*ChannelGroup) Descriptor() ([]byte, []int)
Deprecated: Use ChannelGroup.ProtoReflect.Descriptor instead.
func (*ChannelGroup) GetDescription ¶ added in v0.19.1
func (x *ChannelGroup) GetDescription() string
func (*ChannelGroup) GetDisplayName ¶ added in v0.19.1
func (x *ChannelGroup) GetDisplayName() string
func (*ChannelGroup) GetGroupingRule ¶ added in v0.19.1
func (x *ChannelGroup) GetGroupingRule() []*GroupingRule
func (*ChannelGroup) GetName ¶ added in v0.19.1
func (x *ChannelGroup) GetName() string
func (*ChannelGroup) GetPrimary ¶ added in v0.24.0
func (x *ChannelGroup) GetPrimary() bool
func (*ChannelGroup) GetSystemDefined ¶ added in v0.19.1
func (x *ChannelGroup) GetSystemDefined() bool
func (*ChannelGroup) ProtoMessage ¶ added in v0.19.1
func (*ChannelGroup) ProtoMessage()
func (*ChannelGroup) ProtoReflect ¶ added in v0.19.1
func (x *ChannelGroup) ProtoReflect() protoreflect.Message
func (*ChannelGroup) Reset ¶ added in v0.19.1
func (x *ChannelGroup) Reset()
func (*ChannelGroup) String ¶ added in v0.19.1
func (x *ChannelGroup) String() string
type ChannelGroupFilter ¶ added in v0.19.1
type ChannelGroupFilter struct { // A StringFilter or InListFilter that defines this filters behavior. // // Types that are assignable to ValueFilter: // // *ChannelGroupFilter_StringFilter_ // *ChannelGroupFilter_InListFilter_ ValueFilter isChannelGroupFilter_ValueFilter `protobuf_oneof:"value_filter"` // Required. Immutable. The dimension name to filter. FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // contains filtered or unexported fields }
A specific filter for a single dimension.
func (*ChannelGroupFilter) Descriptor
deprecated
added in
v0.19.1
func (*ChannelGroupFilter) Descriptor() ([]byte, []int)
Deprecated: Use ChannelGroupFilter.ProtoReflect.Descriptor instead.
func (*ChannelGroupFilter) GetFieldName ¶ added in v0.19.1
func (x *ChannelGroupFilter) GetFieldName() string
func (*ChannelGroupFilter) GetInListFilter ¶ added in v0.19.1
func (x *ChannelGroupFilter) GetInListFilter() *ChannelGroupFilter_InListFilter
func (*ChannelGroupFilter) GetStringFilter ¶ added in v0.19.1
func (x *ChannelGroupFilter) GetStringFilter() *ChannelGroupFilter_StringFilter
func (*ChannelGroupFilter) GetValueFilter ¶ added in v0.19.1
func (m *ChannelGroupFilter) GetValueFilter() isChannelGroupFilter_ValueFilter
func (*ChannelGroupFilter) ProtoMessage ¶ added in v0.19.1
func (*ChannelGroupFilter) ProtoMessage()
func (*ChannelGroupFilter) ProtoReflect ¶ added in v0.19.1
func (x *ChannelGroupFilter) ProtoReflect() protoreflect.Message
func (*ChannelGroupFilter) Reset ¶ added in v0.19.1
func (x *ChannelGroupFilter) Reset()
func (*ChannelGroupFilter) String ¶ added in v0.19.1
func (x *ChannelGroupFilter) String() string
type ChannelGroupFilterExpression ¶ added in v0.19.1
type ChannelGroupFilterExpression struct { // The expression applied to a filter. // // Types that are assignable to Expr: // // *ChannelGroupFilterExpression_AndGroup // *ChannelGroupFilterExpression_OrGroup // *ChannelGroupFilterExpression_NotExpression // *ChannelGroupFilterExpression_Filter Expr isChannelGroupFilterExpression_Expr `protobuf_oneof:"expr"` // contains filtered or unexported fields }
A logical expression of Channel Group dimension filters.
func (*ChannelGroupFilterExpression) Descriptor
deprecated
added in
v0.19.1
func (*ChannelGroupFilterExpression) Descriptor() ([]byte, []int)
Deprecated: Use ChannelGroupFilterExpression.ProtoReflect.Descriptor instead.
func (*ChannelGroupFilterExpression) GetAndGroup ¶ added in v0.19.1
func (x *ChannelGroupFilterExpression) GetAndGroup() *ChannelGroupFilterExpressionList
func (*ChannelGroupFilterExpression) GetExpr ¶ added in v0.19.1
func (m *ChannelGroupFilterExpression) GetExpr() isChannelGroupFilterExpression_Expr
func (*ChannelGroupFilterExpression) GetFilter ¶ added in v0.19.1
func (x *ChannelGroupFilterExpression) GetFilter() *ChannelGroupFilter
func (*ChannelGroupFilterExpression) GetNotExpression ¶ added in v0.19.1
func (x *ChannelGroupFilterExpression) GetNotExpression() *ChannelGroupFilterExpression
func (*ChannelGroupFilterExpression) GetOrGroup ¶ added in v0.19.1
func (x *ChannelGroupFilterExpression) GetOrGroup() *ChannelGroupFilterExpressionList
func (*ChannelGroupFilterExpression) ProtoMessage ¶ added in v0.19.1
func (*ChannelGroupFilterExpression) ProtoMessage()
func (*ChannelGroupFilterExpression) ProtoReflect ¶ added in v0.19.1
func (x *ChannelGroupFilterExpression) ProtoReflect() protoreflect.Message
func (*ChannelGroupFilterExpression) Reset ¶ added in v0.19.1
func (x *ChannelGroupFilterExpression) Reset()
func (*ChannelGroupFilterExpression) String ¶ added in v0.19.1
func (x *ChannelGroupFilterExpression) String() string
type ChannelGroupFilterExpressionList ¶ added in v0.19.1
type ChannelGroupFilterExpressionList struct { // A list of Channel Group filter expressions. FilterExpressions []*ChannelGroupFilterExpression `protobuf:"bytes,1,rep,name=filter_expressions,json=filterExpressions,proto3" json:"filter_expressions,omitempty"` // contains filtered or unexported fields }
A list of Channel Group filter expressions.
func (*ChannelGroupFilterExpressionList) Descriptor
deprecated
added in
v0.19.1
func (*ChannelGroupFilterExpressionList) Descriptor() ([]byte, []int)
Deprecated: Use ChannelGroupFilterExpressionList.ProtoReflect.Descriptor instead.
func (*ChannelGroupFilterExpressionList) GetFilterExpressions ¶ added in v0.19.1
func (x *ChannelGroupFilterExpressionList) GetFilterExpressions() []*ChannelGroupFilterExpression
func (*ChannelGroupFilterExpressionList) ProtoMessage ¶ added in v0.19.1
func (*ChannelGroupFilterExpressionList) ProtoMessage()
func (*ChannelGroupFilterExpressionList) ProtoReflect ¶ added in v0.19.1
func (x *ChannelGroupFilterExpressionList) ProtoReflect() protoreflect.Message
func (*ChannelGroupFilterExpressionList) Reset ¶ added in v0.19.1
func (x *ChannelGroupFilterExpressionList) Reset()
func (*ChannelGroupFilterExpressionList) String ¶ added in v0.19.1
func (x *ChannelGroupFilterExpressionList) String() string
type ChannelGroupFilterExpression_AndGroup ¶ added in v0.19.1
type ChannelGroupFilterExpression_AndGroup struct { // A list of expressions to be AND’ed together. It can only contain // ChannelGroupFilterExpressions with or_group. This must be set for the // top level ChannelGroupFilterExpression. AndGroup *ChannelGroupFilterExpressionList `protobuf:"bytes,1,opt,name=and_group,json=andGroup,proto3,oneof"` }
type ChannelGroupFilterExpression_Filter ¶ added in v0.19.1
type ChannelGroupFilterExpression_Filter struct { // A filter on a single dimension. This cannot be set on the top // level ChannelGroupFilterExpression. Filter *ChannelGroupFilter `protobuf:"bytes,4,opt,name=filter,proto3,oneof"` }
type ChannelGroupFilterExpression_NotExpression ¶ added in v0.19.1
type ChannelGroupFilterExpression_NotExpression struct { // A filter expression to be NOT'ed (that is inverted, complemented). It // can only include a dimension_or_metric_filter. This cannot be set on the // top level ChannelGroupFilterExpression. NotExpression *ChannelGroupFilterExpression `protobuf:"bytes,3,opt,name=not_expression,json=notExpression,proto3,oneof"` }
type ChannelGroupFilterExpression_OrGroup ¶ added in v0.19.1
type ChannelGroupFilterExpression_OrGroup struct { // A list of expressions to OR’ed together. It cannot contain // ChannelGroupFilterExpressions with and_group or or_group. OrGroup *ChannelGroupFilterExpressionList `protobuf:"bytes,2,opt,name=or_group,json=orGroup,proto3,oneof"` }
type ChannelGroupFilter_InListFilter ¶ added in v0.19.1
type ChannelGroupFilter_InListFilter struct { // Required. The list of possible string values to match against. Must be // non-empty. Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
A filter for a string dimension that matches a particular list of options. The match is case insensitive.
func (*ChannelGroupFilter_InListFilter) Descriptor
deprecated
added in
v0.19.1
func (*ChannelGroupFilter_InListFilter) Descriptor() ([]byte, []int)
Deprecated: Use ChannelGroupFilter_InListFilter.ProtoReflect.Descriptor instead.
func (*ChannelGroupFilter_InListFilter) GetValues ¶ added in v0.19.1
func (x *ChannelGroupFilter_InListFilter) GetValues() []string
func (*ChannelGroupFilter_InListFilter) ProtoMessage ¶ added in v0.19.1
func (*ChannelGroupFilter_InListFilter) ProtoMessage()
func (*ChannelGroupFilter_InListFilter) ProtoReflect ¶ added in v0.19.1
func (x *ChannelGroupFilter_InListFilter) ProtoReflect() protoreflect.Message
func (*ChannelGroupFilter_InListFilter) Reset ¶ added in v0.19.1
func (x *ChannelGroupFilter_InListFilter) Reset()
func (*ChannelGroupFilter_InListFilter) String ¶ added in v0.19.1
func (x *ChannelGroupFilter_InListFilter) String() string
type ChannelGroupFilter_InListFilter_ ¶ added in v0.19.1
type ChannelGroupFilter_InListFilter_ struct { // A filter for a string dimension that matches a particular list of // options. InListFilter *ChannelGroupFilter_InListFilter `protobuf:"bytes,3,opt,name=in_list_filter,json=inListFilter,proto3,oneof"` }
type ChannelGroupFilter_StringFilter ¶ added in v0.19.1
type ChannelGroupFilter_StringFilter struct { // Required. The match type for the string filter. MatchType ChannelGroupFilter_StringFilter_MatchType `` /* 167-byte string literal not displayed */ // Required. The string value to be matched against. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Filter where the field value is a String. The match is case insensitive.
func (*ChannelGroupFilter_StringFilter) Descriptor
deprecated
added in
v0.19.1
func (*ChannelGroupFilter_StringFilter) Descriptor() ([]byte, []int)
Deprecated: Use ChannelGroupFilter_StringFilter.ProtoReflect.Descriptor instead.
func (*ChannelGroupFilter_StringFilter) GetMatchType ¶ added in v0.19.1
func (x *ChannelGroupFilter_StringFilter) GetMatchType() ChannelGroupFilter_StringFilter_MatchType
func (*ChannelGroupFilter_StringFilter) GetValue ¶ added in v0.19.1
func (x *ChannelGroupFilter_StringFilter) GetValue() string
func (*ChannelGroupFilter_StringFilter) ProtoMessage ¶ added in v0.19.1
func (*ChannelGroupFilter_StringFilter) ProtoMessage()
func (*ChannelGroupFilter_StringFilter) ProtoReflect ¶ added in v0.19.1
func (x *ChannelGroupFilter_StringFilter) ProtoReflect() protoreflect.Message
func (*ChannelGroupFilter_StringFilter) Reset ¶ added in v0.19.1
func (x *ChannelGroupFilter_StringFilter) Reset()
func (*ChannelGroupFilter_StringFilter) String ¶ added in v0.19.1
func (x *ChannelGroupFilter_StringFilter) String() string
type ChannelGroupFilter_StringFilter_ ¶ added in v0.19.1
type ChannelGroupFilter_StringFilter_ struct { // A filter for a string-type dimension that matches a particular pattern. StringFilter *ChannelGroupFilter_StringFilter `protobuf:"bytes,2,opt,name=string_filter,json=stringFilter,proto3,oneof"` }
type ChannelGroupFilter_StringFilter_MatchType ¶ added in v0.19.1
type ChannelGroupFilter_StringFilter_MatchType int32
How the filter will be used to determine a match.
const ( // Default match type. ChannelGroupFilter_StringFilter_MATCH_TYPE_UNSPECIFIED ChannelGroupFilter_StringFilter_MatchType = 0 // Exact match of the string value. ChannelGroupFilter_StringFilter_EXACT ChannelGroupFilter_StringFilter_MatchType = 1 // Begins with the string value. ChannelGroupFilter_StringFilter_BEGINS_WITH ChannelGroupFilter_StringFilter_MatchType = 2 // Ends with the string value. ChannelGroupFilter_StringFilter_ENDS_WITH ChannelGroupFilter_StringFilter_MatchType = 3 // Contains the string value. ChannelGroupFilter_StringFilter_CONTAINS ChannelGroupFilter_StringFilter_MatchType = 4 // Full regular expression match with the string value. ChannelGroupFilter_StringFilter_FULL_REGEXP ChannelGroupFilter_StringFilter_MatchType = 5 // Partial regular expression match with the string value. ChannelGroupFilter_StringFilter_PARTIAL_REGEXP ChannelGroupFilter_StringFilter_MatchType = 6 )
func (ChannelGroupFilter_StringFilter_MatchType) Descriptor ¶ added in v0.19.1
func (ChannelGroupFilter_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
func (ChannelGroupFilter_StringFilter_MatchType) EnumDescriptor
deprecated
added in
v0.19.1
func (ChannelGroupFilter_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ChannelGroupFilter_StringFilter_MatchType.Descriptor instead.
func (ChannelGroupFilter_StringFilter_MatchType) Number ¶ added in v0.19.1
func (x ChannelGroupFilter_StringFilter_MatchType) Number() protoreflect.EnumNumber
func (ChannelGroupFilter_StringFilter_MatchType) String ¶ added in v0.19.1
func (x ChannelGroupFilter_StringFilter_MatchType) String() string
func (ChannelGroupFilter_StringFilter_MatchType) Type ¶ added in v0.19.1
func (ChannelGroupFilter_StringFilter_MatchType) Type() protoreflect.EnumType
type CoarseValue ¶ added in v0.21.4
type CoarseValue int32
The coarse conversion value set on the updatePostbackConversionValue SDK call when a ConversionValues.event_mappings conditions are satisfied. For more information, see [SKAdNetwork.CoarseConversionValue](https://developer.apple.com/documentation/storekit/skadnetwork/coarseconversionvalue).
const ( // Coarse value not specified. CoarseValue_COARSE_VALUE_UNSPECIFIED CoarseValue = 0 // Coarse value of low. CoarseValue_COARSE_VALUE_LOW CoarseValue = 1 // Coarse value of medium. CoarseValue_COARSE_VALUE_MEDIUM CoarseValue = 2 // Coarse value of high. CoarseValue_COARSE_VALUE_HIGH CoarseValue = 3 )
func (CoarseValue) Descriptor ¶ added in v0.21.4
func (CoarseValue) Descriptor() protoreflect.EnumDescriptor
func (CoarseValue) Enum ¶ added in v0.21.4
func (x CoarseValue) Enum() *CoarseValue
func (CoarseValue) EnumDescriptor
deprecated
added in
v0.21.4
func (CoarseValue) EnumDescriptor() ([]byte, []int)
Deprecated: Use CoarseValue.Descriptor instead.
func (CoarseValue) Number ¶ added in v0.21.4
func (x CoarseValue) Number() protoreflect.EnumNumber
func (CoarseValue) String ¶ added in v0.21.4
func (x CoarseValue) String() string
func (CoarseValue) Type ¶ added in v0.21.4
func (CoarseValue) Type() protoreflect.EnumType
type ConnectedSiteTag ¶ added in v0.19.0
type ConnectedSiteTag struct { // Required. User-provided display name for the connected site tag. Must be // less than 256 characters. DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. "Tag ID to forward events to. Also known as the Measurement ID, // or the "G-ID" (For example: G-12345). TagId string `protobuf:"bytes,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"` // contains filtered or unexported fields }
Configuration for a specific Connected Site Tag.
func (*ConnectedSiteTag) Descriptor
deprecated
added in
v0.19.0
func (*ConnectedSiteTag) Descriptor() ([]byte, []int)
Deprecated: Use ConnectedSiteTag.ProtoReflect.Descriptor instead.
func (*ConnectedSiteTag) GetDisplayName ¶ added in v0.19.0
func (x *ConnectedSiteTag) GetDisplayName() string
func (*ConnectedSiteTag) GetTagId ¶ added in v0.19.0
func (x *ConnectedSiteTag) GetTagId() string
func (*ConnectedSiteTag) ProtoMessage ¶ added in v0.19.0
func (*ConnectedSiteTag) ProtoMessage()
func (*ConnectedSiteTag) ProtoReflect ¶ added in v0.19.0
func (x *ConnectedSiteTag) ProtoReflect() protoreflect.Message
func (*ConnectedSiteTag) Reset ¶ added in v0.19.0
func (x *ConnectedSiteTag) Reset()
func (*ConnectedSiteTag) String ¶ added in v0.19.0
func (x *ConnectedSiteTag) String() string
type ConversionEvent ¶
type ConversionEvent struct { // Output only. Resource name of this conversion event. // Format: properties/{property}/conversionEvents/{conversion_event} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. The event name for this conversion event. // Examples: 'click', 'purchase' EventName string `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"` // Output only. Time when this conversion event was created in the property. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. If set, this event can currently be deleted with // DeleteConversionEvent. Deletable bool `protobuf:"varint,4,opt,name=deletable,proto3" json:"deletable,omitempty"` // Output only. If set to true, this conversion event refers to a custom // event. If set to false, this conversion event refers to a default event in // GA. Default events typically have special meaning in GA. Default events are // usually created for you by the GA system, but in some cases can be created // by property admins. Custom events count towards the maximum number of // custom conversion events that may be created per property. Custom bool `protobuf:"varint,5,opt,name=custom,proto3" json:"custom,omitempty"` // Optional. The method by which conversions will be counted across multiple // events within a session. If this value is not provided, it will be set to // `ONCE_PER_EVENT`. CountingMethod ConversionEvent_ConversionCountingMethod `` /* 181-byte string literal not displayed */ // Optional. Defines a default value/currency for a conversion event. DefaultConversionValue *ConversionEvent_DefaultConversionValue `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
A conversion event in a Google Analytics property.
func (*ConversionEvent) Descriptor
deprecated
func (*ConversionEvent) Descriptor() ([]byte, []int)
Deprecated: Use ConversionEvent.ProtoReflect.Descriptor instead.
func (*ConversionEvent) GetCountingMethod ¶ added in v0.21.4
func (x *ConversionEvent) GetCountingMethod() ConversionEvent_ConversionCountingMethod
func (*ConversionEvent) GetCreateTime ¶
func (x *ConversionEvent) GetCreateTime() *timestamppb.Timestamp
func (*ConversionEvent) GetCustom ¶
func (x *ConversionEvent) GetCustom() bool
func (*ConversionEvent) GetDefaultConversionValue ¶ added in v0.22.0
func (x *ConversionEvent) GetDefaultConversionValue() *ConversionEvent_DefaultConversionValue
func (*ConversionEvent) GetDeletable ¶
func (x *ConversionEvent) GetDeletable() bool
func (*ConversionEvent) GetEventName ¶
func (x *ConversionEvent) GetEventName() string
func (*ConversionEvent) GetName ¶
func (x *ConversionEvent) GetName() string
func (*ConversionEvent) ProtoMessage ¶
func (*ConversionEvent) ProtoMessage()
func (*ConversionEvent) ProtoReflect ¶
func (x *ConversionEvent) ProtoReflect() protoreflect.Message
func (*ConversionEvent) Reset ¶
func (x *ConversionEvent) Reset()
func (*ConversionEvent) String ¶
func (x *ConversionEvent) String() string
type ConversionEvent_ConversionCountingMethod ¶ added in v0.21.4
type ConversionEvent_ConversionCountingMethod int32
The method by which conversions will be counted across multiple events within a session.
const ( // Counting method not specified. ConversionEvent_CONVERSION_COUNTING_METHOD_UNSPECIFIED ConversionEvent_ConversionCountingMethod = 0 // Each Event instance is considered a Conversion. ConversionEvent_ONCE_PER_EVENT ConversionEvent_ConversionCountingMethod = 1 // An Event instance is considered a Conversion at most once per session per // user. ConversionEvent_ONCE_PER_SESSION ConversionEvent_ConversionCountingMethod = 2 )
func (ConversionEvent_ConversionCountingMethod) Descriptor ¶ added in v0.21.4
func (ConversionEvent_ConversionCountingMethod) Descriptor() protoreflect.EnumDescriptor
func (ConversionEvent_ConversionCountingMethod) EnumDescriptor
deprecated
added in
v0.21.4
func (ConversionEvent_ConversionCountingMethod) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConversionEvent_ConversionCountingMethod.Descriptor instead.
func (ConversionEvent_ConversionCountingMethod) Number ¶ added in v0.21.4
func (x ConversionEvent_ConversionCountingMethod) Number() protoreflect.EnumNumber
func (ConversionEvent_ConversionCountingMethod) String ¶ added in v0.21.4
func (x ConversionEvent_ConversionCountingMethod) String() string
func (ConversionEvent_ConversionCountingMethod) Type ¶ added in v0.21.4
func (ConversionEvent_ConversionCountingMethod) Type() protoreflect.EnumType
type ConversionEvent_DefaultConversionValue ¶ added in v0.22.0
type ConversionEvent_DefaultConversionValue struct { // This value will be used to populate the value for all conversions // of the specified event_name where the event "value" parameter is unset. Value *float64 `protobuf:"fixed64,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // When a conversion event for this event_name has no set currency, // this currency will be applied as the default. Must be in ISO 4217 // currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for // more information. CurrencyCode *string `protobuf:"bytes,2,opt,name=currency_code,json=currencyCode,proto3,oneof" json:"currency_code,omitempty"` // contains filtered or unexported fields }
Defines a default value/currency for a conversion event. Both value and currency must be provided.
func (*ConversionEvent_DefaultConversionValue) Descriptor
deprecated
added in
v0.22.0
func (*ConversionEvent_DefaultConversionValue) Descriptor() ([]byte, []int)
Deprecated: Use ConversionEvent_DefaultConversionValue.ProtoReflect.Descriptor instead.
func (*ConversionEvent_DefaultConversionValue) GetCurrencyCode ¶ added in v0.22.0
func (x *ConversionEvent_DefaultConversionValue) GetCurrencyCode() string
func (*ConversionEvent_DefaultConversionValue) GetValue ¶ added in v0.22.0
func (x *ConversionEvent_DefaultConversionValue) GetValue() float64
func (*ConversionEvent_DefaultConversionValue) ProtoMessage ¶ added in v0.22.0
func (*ConversionEvent_DefaultConversionValue) ProtoMessage()
func (*ConversionEvent_DefaultConversionValue) ProtoReflect ¶ added in v0.22.0
func (x *ConversionEvent_DefaultConversionValue) ProtoReflect() protoreflect.Message
func (*ConversionEvent_DefaultConversionValue) Reset ¶ added in v0.22.0
func (x *ConversionEvent_DefaultConversionValue) Reset()
func (*ConversionEvent_DefaultConversionValue) String ¶ added in v0.22.0
func (x *ConversionEvent_DefaultConversionValue) String() string
type ConversionValues ¶ added in v0.21.4
type ConversionValues struct { // Display name of the SKAdNetwork conversion value. // The max allowed display name length is 50 UTF-16 code units. DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The fine-grained conversion value. This is applicable only to the first // postback window. Its valid values are [0,63], both inclusive. It must be // set for postback window 1, and must not be set for postback window 2 & 3. // This value is not guaranteed to be unique. // // If the configuration for the first postback window is re-used for second or // third postback windows this field has no effect. FineValue *int32 `protobuf:"varint,2,opt,name=fine_value,json=fineValue,proto3,oneof" json:"fine_value,omitempty"` // Required. A coarse grained conversion value. // // This value is not guaranteed to be unique. CoarseValue CoarseValue `` /* 143-byte string literal not displayed */ // Event conditions that must be met for this Conversion Value to be achieved. // The conditions in this list are ANDed together. It must have minimum of 1 // entry and maximum of 3 entries, if the postback window is enabled. EventMappings []*EventMapping `protobuf:"bytes,4,rep,name=event_mappings,json=eventMappings,proto3" json:"event_mappings,omitempty"` // If true, the SDK should lock to this conversion value for the current // postback window. LockEnabled bool `protobuf:"varint,5,opt,name=lock_enabled,json=lockEnabled,proto3" json:"lock_enabled,omitempty"` // contains filtered or unexported fields }
Conversion value settings for a postback window for SKAdNetwork conversion value schema.
func (*ConversionValues) Descriptor
deprecated
added in
v0.21.4
func (*ConversionValues) Descriptor() ([]byte, []int)
Deprecated: Use ConversionValues.ProtoReflect.Descriptor instead.
func (*ConversionValues) GetCoarseValue ¶ added in v0.21.4
func (x *ConversionValues) GetCoarseValue() CoarseValue
func (*ConversionValues) GetDisplayName ¶ added in v0.21.4
func (x *ConversionValues) GetDisplayName() string
func (*ConversionValues) GetEventMappings ¶ added in v0.21.4
func (x *ConversionValues) GetEventMappings() []*EventMapping
func (*ConversionValues) GetFineValue ¶ added in v0.21.4
func (x *ConversionValues) GetFineValue() int32
func (*ConversionValues) GetLockEnabled ¶ added in v0.21.4
func (x *ConversionValues) GetLockEnabled() bool
func (*ConversionValues) ProtoMessage ¶ added in v0.21.4
func (*ConversionValues) ProtoMessage()
func (*ConversionValues) ProtoReflect ¶ added in v0.21.4
func (x *ConversionValues) ProtoReflect() protoreflect.Message
func (*ConversionValues) Reset ¶ added in v0.21.4
func (x *ConversionValues) Reset()
func (*ConversionValues) String ¶ added in v0.21.4
func (x *ConversionValues) String() string
type CreateAccessBindingRequest ¶ added in v0.18.0
type CreateAccessBindingRequest struct { // Required. Formats: // - accounts/{account} // - properties/{property} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The access binding to create. AccessBinding *AccessBinding `protobuf:"bytes,2,opt,name=access_binding,json=accessBinding,proto3" json:"access_binding,omitempty"` // contains filtered or unexported fields }
Request message for CreateAccessBinding RPC.
func (*CreateAccessBindingRequest) Descriptor
deprecated
added in
v0.18.0
func (*CreateAccessBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccessBindingRequest.ProtoReflect.Descriptor instead.
func (*CreateAccessBindingRequest) GetAccessBinding ¶ added in v0.18.0
func (x *CreateAccessBindingRequest) GetAccessBinding() *AccessBinding
func (*CreateAccessBindingRequest) GetParent ¶ added in v0.18.0
func (x *CreateAccessBindingRequest) GetParent() string
func (*CreateAccessBindingRequest) ProtoMessage ¶ added in v0.18.0
func (*CreateAccessBindingRequest) ProtoMessage()
func (*CreateAccessBindingRequest) ProtoReflect ¶ added in v0.18.0
func (x *CreateAccessBindingRequest) ProtoReflect() protoreflect.Message
func (*CreateAccessBindingRequest) Reset ¶ added in v0.18.0
func (x *CreateAccessBindingRequest) Reset()
func (*CreateAccessBindingRequest) String ¶ added in v0.18.0
func (x *CreateAccessBindingRequest) String() string
type CreateAdSenseLinkRequest ¶ added in v0.20.0
type CreateAdSenseLinkRequest struct { // Required. The property for which to create an AdSense Link. // Format: properties/{propertyId} // Example: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The AdSense Link to create AdsenseLink *AdSenseLink `protobuf:"bytes,2,opt,name=adsense_link,json=adsenseLink,proto3" json:"adsense_link,omitempty"` // contains filtered or unexported fields }
Request message to be passed to CreateAdSenseLink method.
func (*CreateAdSenseLinkRequest) Descriptor
deprecated
added in
v0.20.0
func (*CreateAdSenseLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAdSenseLinkRequest.ProtoReflect.Descriptor instead.
func (*CreateAdSenseLinkRequest) GetAdsenseLink ¶ added in v0.20.0
func (x *CreateAdSenseLinkRequest) GetAdsenseLink() *AdSenseLink
func (*CreateAdSenseLinkRequest) GetParent ¶ added in v0.20.0
func (x *CreateAdSenseLinkRequest) GetParent() string
func (*CreateAdSenseLinkRequest) ProtoMessage ¶ added in v0.20.0
func (*CreateAdSenseLinkRequest) ProtoMessage()
func (*CreateAdSenseLinkRequest) ProtoReflect ¶ added in v0.20.0
func (x *CreateAdSenseLinkRequest) ProtoReflect() protoreflect.Message
func (*CreateAdSenseLinkRequest) Reset ¶ added in v0.20.0
func (x *CreateAdSenseLinkRequest) Reset()
func (*CreateAdSenseLinkRequest) String ¶ added in v0.20.0
func (x *CreateAdSenseLinkRequest) String() string
type CreateAudienceRequest ¶
type CreateAudienceRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The audience to create. Audience *Audience `protobuf:"bytes,2,opt,name=audience,proto3" json:"audience,omitempty"` // contains filtered or unexported fields }
Request message for CreateAudience RPC.
func (*CreateAudienceRequest) Descriptor
deprecated
func (*CreateAudienceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAudienceRequest.ProtoReflect.Descriptor instead.
func (*CreateAudienceRequest) GetAudience ¶
func (x *CreateAudienceRequest) GetAudience() *Audience
func (*CreateAudienceRequest) GetParent ¶
func (x *CreateAudienceRequest) GetParent() string
func (*CreateAudienceRequest) ProtoMessage ¶
func (*CreateAudienceRequest) ProtoMessage()
func (*CreateAudienceRequest) ProtoReflect ¶
func (x *CreateAudienceRequest) ProtoReflect() protoreflect.Message
func (*CreateAudienceRequest) Reset ¶
func (x *CreateAudienceRequest) Reset()
func (*CreateAudienceRequest) String ¶
func (x *CreateAudienceRequest) String() string
type CreateBigQueryLinkRequest ¶ added in v0.24.0
type CreateBigQueryLinkRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The BigQueryLink to create. BigqueryLink *BigQueryLink `protobuf:"bytes,2,opt,name=bigquery_link,json=bigqueryLink,proto3" json:"bigquery_link,omitempty"` // contains filtered or unexported fields }
Request message for CreateBigQueryLink RPC.
func (*CreateBigQueryLinkRequest) Descriptor
deprecated
added in
v0.24.0
func (*CreateBigQueryLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBigQueryLinkRequest.ProtoReflect.Descriptor instead.
func (*CreateBigQueryLinkRequest) GetBigqueryLink ¶ added in v0.24.0
func (x *CreateBigQueryLinkRequest) GetBigqueryLink() *BigQueryLink
func (*CreateBigQueryLinkRequest) GetParent ¶ added in v0.24.0
func (x *CreateBigQueryLinkRequest) GetParent() string
func (*CreateBigQueryLinkRequest) ProtoMessage ¶ added in v0.24.0
func (*CreateBigQueryLinkRequest) ProtoMessage()
func (*CreateBigQueryLinkRequest) ProtoReflect ¶ added in v0.24.0
func (x *CreateBigQueryLinkRequest) ProtoReflect() protoreflect.Message
func (*CreateBigQueryLinkRequest) Reset ¶ added in v0.24.0
func (x *CreateBigQueryLinkRequest) Reset()
func (*CreateBigQueryLinkRequest) String ¶ added in v0.24.0
func (x *CreateBigQueryLinkRequest) String() string
type CreateCalculatedMetricRequest ¶ added in v0.23.0
type CreateCalculatedMetricRequest struct { // Required. Format: properties/{property_id} // Example: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The ID to use for the calculated metric which will become the // final component of the calculated metric's resource name. // // This value should be 1-80 characters and valid characters are // /[a-zA-Z0-9_]/, no spaces allowed. calculated_metric_id must be unique // between all calculated metrics under a property. The calculated_metric_id // is used when referencing this calculated metric from external APIs, for // example, "calcMetric:{calculated_metric_id}". CalculatedMetricId string `protobuf:"bytes,2,opt,name=calculated_metric_id,json=calculatedMetricId,proto3" json:"calculated_metric_id,omitempty"` // Required. The CalculatedMetric to create. CalculatedMetric *CalculatedMetric `protobuf:"bytes,3,opt,name=calculated_metric,json=calculatedMetric,proto3" json:"calculated_metric,omitempty"` // contains filtered or unexported fields }
Request message for CreateCalculatedMetric RPC.
func (*CreateCalculatedMetricRequest) Descriptor
deprecated
added in
v0.23.0
func (*CreateCalculatedMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCalculatedMetricRequest.ProtoReflect.Descriptor instead.
func (*CreateCalculatedMetricRequest) GetCalculatedMetric ¶ added in v0.23.0
func (x *CreateCalculatedMetricRequest) GetCalculatedMetric() *CalculatedMetric
func (*CreateCalculatedMetricRequest) GetCalculatedMetricId ¶ added in v0.23.0
func (x *CreateCalculatedMetricRequest) GetCalculatedMetricId() string
func (*CreateCalculatedMetricRequest) GetParent ¶ added in v0.23.0
func (x *CreateCalculatedMetricRequest) GetParent() string
func (*CreateCalculatedMetricRequest) ProtoMessage ¶ added in v0.23.0
func (*CreateCalculatedMetricRequest) ProtoMessage()
func (*CreateCalculatedMetricRequest) ProtoReflect ¶ added in v0.23.0
func (x *CreateCalculatedMetricRequest) ProtoReflect() protoreflect.Message
func (*CreateCalculatedMetricRequest) Reset ¶ added in v0.23.0
func (x *CreateCalculatedMetricRequest) Reset()
func (*CreateCalculatedMetricRequest) String ¶ added in v0.23.0
func (x *CreateCalculatedMetricRequest) String() string
type CreateChannelGroupRequest ¶ added in v0.19.1
type CreateChannelGroupRequest struct { // Required. The property for which to create a ChannelGroup. // Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The ChannelGroup to create. ChannelGroup *ChannelGroup `protobuf:"bytes,2,opt,name=channel_group,json=channelGroup,proto3" json:"channel_group,omitempty"` // contains filtered or unexported fields }
Request message for CreateChannelGroup RPC.
func (*CreateChannelGroupRequest) Descriptor
deprecated
added in
v0.19.1
func (*CreateChannelGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateChannelGroupRequest.ProtoReflect.Descriptor instead.
func (*CreateChannelGroupRequest) GetChannelGroup ¶ added in v0.19.1
func (x *CreateChannelGroupRequest) GetChannelGroup() *ChannelGroup
func (*CreateChannelGroupRequest) GetParent ¶ added in v0.19.1
func (x *CreateChannelGroupRequest) GetParent() string
func (*CreateChannelGroupRequest) ProtoMessage ¶ added in v0.19.1
func (*CreateChannelGroupRequest) ProtoMessage()
func (*CreateChannelGroupRequest) ProtoReflect ¶ added in v0.19.1
func (x *CreateChannelGroupRequest) ProtoReflect() protoreflect.Message
func (*CreateChannelGroupRequest) Reset ¶ added in v0.19.1
func (x *CreateChannelGroupRequest) Reset()
func (*CreateChannelGroupRequest) String ¶ added in v0.19.1
func (x *CreateChannelGroupRequest) String() string
type CreateConnectedSiteTagRequest ¶ added in v0.19.0
type CreateConnectedSiteTagRequest struct { // The Universal Analytics property to create connected site tags for. // This API does not support GA4 properties. // Format: properties/{universalAnalyticsPropertyId} // Example: properties/1234 Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // Required. The tag to add to the Universal Analytics property ConnectedSiteTag *ConnectedSiteTag `protobuf:"bytes,2,opt,name=connected_site_tag,json=connectedSiteTag,proto3" json:"connected_site_tag,omitempty"` // contains filtered or unexported fields }
Request message for CreateConnectedSiteTag RPC.
func (*CreateConnectedSiteTagRequest) Descriptor
deprecated
added in
v0.19.0
func (*CreateConnectedSiteTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateConnectedSiteTagRequest.ProtoReflect.Descriptor instead.
func (*CreateConnectedSiteTagRequest) GetConnectedSiteTag ¶ added in v0.19.0
func (x *CreateConnectedSiteTagRequest) GetConnectedSiteTag() *ConnectedSiteTag
func (*CreateConnectedSiteTagRequest) GetProperty ¶ added in v0.19.0
func (x *CreateConnectedSiteTagRequest) GetProperty() string
func (*CreateConnectedSiteTagRequest) ProtoMessage ¶ added in v0.19.0
func (*CreateConnectedSiteTagRequest) ProtoMessage()
func (*CreateConnectedSiteTagRequest) ProtoReflect ¶ added in v0.19.0
func (x *CreateConnectedSiteTagRequest) ProtoReflect() protoreflect.Message
func (*CreateConnectedSiteTagRequest) Reset ¶ added in v0.19.0
func (x *CreateConnectedSiteTagRequest) Reset()
func (*CreateConnectedSiteTagRequest) String ¶ added in v0.19.0
func (x *CreateConnectedSiteTagRequest) String() string
type CreateConnectedSiteTagResponse ¶ added in v0.19.0
type CreateConnectedSiteTagResponse struct {
// contains filtered or unexported fields
}
Response message for CreateConnectedSiteTag RPC.
func (*CreateConnectedSiteTagResponse) Descriptor
deprecated
added in
v0.19.0
func (*CreateConnectedSiteTagResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateConnectedSiteTagResponse.ProtoReflect.Descriptor instead.
func (*CreateConnectedSiteTagResponse) ProtoMessage ¶ added in v0.19.0
func (*CreateConnectedSiteTagResponse) ProtoMessage()
func (*CreateConnectedSiteTagResponse) ProtoReflect ¶ added in v0.19.0
func (x *CreateConnectedSiteTagResponse) ProtoReflect() protoreflect.Message
func (*CreateConnectedSiteTagResponse) Reset ¶ added in v0.19.0
func (x *CreateConnectedSiteTagResponse) Reset()
func (*CreateConnectedSiteTagResponse) String ¶ added in v0.19.0
func (x *CreateConnectedSiteTagResponse) String() string
type CreateConversionEventRequest ¶
type CreateConversionEventRequest struct { // Required. The conversion event to create. ConversionEvent *ConversionEvent `protobuf:"bytes,1,opt,name=conversion_event,json=conversionEvent,proto3" json:"conversion_event,omitempty"` // Required. The resource name of the parent property where this conversion // event will be created. Format: properties/123 Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
Request message for CreateConversionEvent RPC
func (*CreateConversionEventRequest) Descriptor
deprecated
func (*CreateConversionEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateConversionEventRequest.ProtoReflect.Descriptor instead.
func (*CreateConversionEventRequest) GetConversionEvent ¶
func (x *CreateConversionEventRequest) GetConversionEvent() *ConversionEvent
func (*CreateConversionEventRequest) GetParent ¶
func (x *CreateConversionEventRequest) GetParent() string
func (*CreateConversionEventRequest) ProtoMessage ¶
func (*CreateConversionEventRequest) ProtoMessage()
func (*CreateConversionEventRequest) ProtoReflect ¶
func (x *CreateConversionEventRequest) ProtoReflect() protoreflect.Message
func (*CreateConversionEventRequest) Reset ¶
func (x *CreateConversionEventRequest) Reset()
func (*CreateConversionEventRequest) String ¶
func (x *CreateConversionEventRequest) String() string
type CreateCustomDimensionRequest ¶
type CreateCustomDimensionRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The CustomDimension to create. CustomDimension *CustomDimension `protobuf:"bytes,2,opt,name=custom_dimension,json=customDimension,proto3" json:"custom_dimension,omitempty"` // contains filtered or unexported fields }
Request message for CreateCustomDimension RPC.
func (*CreateCustomDimensionRequest) Descriptor
deprecated
func (*CreateCustomDimensionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCustomDimensionRequest.ProtoReflect.Descriptor instead.
func (*CreateCustomDimensionRequest) GetCustomDimension ¶
func (x *CreateCustomDimensionRequest) GetCustomDimension() *CustomDimension
func (*CreateCustomDimensionRequest) GetParent ¶
func (x *CreateCustomDimensionRequest) GetParent() string
func (*CreateCustomDimensionRequest) ProtoMessage ¶
func (*CreateCustomDimensionRequest) ProtoMessage()
func (*CreateCustomDimensionRequest) ProtoReflect ¶
func (x *CreateCustomDimensionRequest) ProtoReflect() protoreflect.Message
func (*CreateCustomDimensionRequest) Reset ¶
func (x *CreateCustomDimensionRequest) Reset()
func (*CreateCustomDimensionRequest) String ¶
func (x *CreateCustomDimensionRequest) String() string
type CreateCustomMetricRequest ¶
type CreateCustomMetricRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The CustomMetric to create. CustomMetric *CustomMetric `protobuf:"bytes,2,opt,name=custom_metric,json=customMetric,proto3" json:"custom_metric,omitempty"` // contains filtered or unexported fields }
Request message for CreateCustomMetric RPC.
func (*CreateCustomMetricRequest) Descriptor
deprecated
func (*CreateCustomMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCustomMetricRequest.ProtoReflect.Descriptor instead.
func (*CreateCustomMetricRequest) GetCustomMetric ¶
func (x *CreateCustomMetricRequest) GetCustomMetric() *CustomMetric
func (*CreateCustomMetricRequest) GetParent ¶
func (x *CreateCustomMetricRequest) GetParent() string
func (*CreateCustomMetricRequest) ProtoMessage ¶
func (*CreateCustomMetricRequest) ProtoMessage()
func (*CreateCustomMetricRequest) ProtoReflect ¶
func (x *CreateCustomMetricRequest) ProtoReflect() protoreflect.Message
func (*CreateCustomMetricRequest) Reset ¶
func (x *CreateCustomMetricRequest) Reset()
func (*CreateCustomMetricRequest) String ¶
func (x *CreateCustomMetricRequest) String() string
type CreateDataStreamRequest ¶
type CreateDataStreamRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The DataStream to create. DataStream *DataStream `protobuf:"bytes,2,opt,name=data_stream,json=dataStream,proto3" json:"data_stream,omitempty"` // contains filtered or unexported fields }
Request message for CreateDataStream RPC.
func (*CreateDataStreamRequest) Descriptor
deprecated
func (*CreateDataStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataStreamRequest.ProtoReflect.Descriptor instead.
func (*CreateDataStreamRequest) GetDataStream ¶
func (x *CreateDataStreamRequest) GetDataStream() *DataStream
func (*CreateDataStreamRequest) GetParent ¶
func (x *CreateDataStreamRequest) GetParent() string
func (*CreateDataStreamRequest) ProtoMessage ¶
func (*CreateDataStreamRequest) ProtoMessage()
func (*CreateDataStreamRequest) ProtoReflect ¶
func (x *CreateDataStreamRequest) ProtoReflect() protoreflect.Message
func (*CreateDataStreamRequest) Reset ¶
func (x *CreateDataStreamRequest) Reset()
func (*CreateDataStreamRequest) String ¶
func (x *CreateDataStreamRequest) String() string
type CreateDisplayVideo360AdvertiserLinkProposalRequest ¶
type CreateDisplayVideo360AdvertiserLinkProposalRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The DisplayVideo360AdvertiserLinkProposal to create. DisplayVideo_360AdvertiserLinkProposal *DisplayVideo360AdvertiserLinkProposal `` /* 180-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for CreateDisplayVideo360AdvertiserLinkProposal RPC.
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) Descriptor
deprecated
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDisplayVideo360AdvertiserLinkProposalRequest.ProtoReflect.Descriptor instead.
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) GetDisplayVideo_360AdvertiserLinkProposal ¶
func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) GetDisplayVideo_360AdvertiserLinkProposal() *DisplayVideo360AdvertiserLinkProposal
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) GetParent ¶
func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) GetParent() string
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage ¶
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect ¶
func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) Reset ¶
func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) Reset()
func (*CreateDisplayVideo360AdvertiserLinkProposalRequest) String ¶
func (x *CreateDisplayVideo360AdvertiserLinkProposalRequest) String() string
type CreateDisplayVideo360AdvertiserLinkRequest ¶
type CreateDisplayVideo360AdvertiserLinkRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The DisplayVideo360AdvertiserLink to create. DisplayVideo_360AdvertiserLink *DisplayVideo360AdvertiserLink `` /* 154-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for CreateDisplayVideo360AdvertiserLink RPC.
func (*CreateDisplayVideo360AdvertiserLinkRequest) Descriptor
deprecated
func (*CreateDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDisplayVideo360AdvertiserLinkRequest.ProtoReflect.Descriptor instead.
func (*CreateDisplayVideo360AdvertiserLinkRequest) GetDisplayVideo_360AdvertiserLink ¶
func (x *CreateDisplayVideo360AdvertiserLinkRequest) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
func (*CreateDisplayVideo360AdvertiserLinkRequest) GetParent ¶
func (x *CreateDisplayVideo360AdvertiserLinkRequest) GetParent() string
func (*CreateDisplayVideo360AdvertiserLinkRequest) ProtoMessage ¶
func (*CreateDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
func (*CreateDisplayVideo360AdvertiserLinkRequest) ProtoReflect ¶
func (x *CreateDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
func (*CreateDisplayVideo360AdvertiserLinkRequest) Reset ¶
func (x *CreateDisplayVideo360AdvertiserLinkRequest) Reset()
func (*CreateDisplayVideo360AdvertiserLinkRequest) String ¶
func (x *CreateDisplayVideo360AdvertiserLinkRequest) String() string
type CreateEventCreateRuleRequest ¶ added in v0.20.0
type CreateEventCreateRuleRequest struct { // Required. Example format: properties/123/dataStreams/456 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The EventCreateRule to create. EventCreateRule *EventCreateRule `protobuf:"bytes,2,opt,name=event_create_rule,json=eventCreateRule,proto3" json:"event_create_rule,omitempty"` // contains filtered or unexported fields }
Request message for CreateEventCreateRule RPC.
func (*CreateEventCreateRuleRequest) Descriptor
deprecated
added in
v0.20.0
func (*CreateEventCreateRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEventCreateRuleRequest.ProtoReflect.Descriptor instead.
func (*CreateEventCreateRuleRequest) GetEventCreateRule ¶ added in v0.20.0
func (x *CreateEventCreateRuleRequest) GetEventCreateRule() *EventCreateRule
func (*CreateEventCreateRuleRequest) GetParent ¶ added in v0.20.0
func (x *CreateEventCreateRuleRequest) GetParent() string
func (*CreateEventCreateRuleRequest) ProtoMessage ¶ added in v0.20.0
func (*CreateEventCreateRuleRequest) ProtoMessage()
func (*CreateEventCreateRuleRequest) ProtoReflect ¶ added in v0.20.0
func (x *CreateEventCreateRuleRequest) ProtoReflect() protoreflect.Message
func (*CreateEventCreateRuleRequest) Reset ¶ added in v0.20.0
func (x *CreateEventCreateRuleRequest) Reset()
func (*CreateEventCreateRuleRequest) String ¶ added in v0.20.0
func (x *CreateEventCreateRuleRequest) String() string
type CreateEventEditRuleRequest ¶ added in v0.24.0
type CreateEventEditRuleRequest struct { // Required. Example format: properties/123/dataStreams/456 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The EventEditRule to create. EventEditRule *EventEditRule `protobuf:"bytes,2,opt,name=event_edit_rule,json=eventEditRule,proto3" json:"event_edit_rule,omitempty"` // contains filtered or unexported fields }
Request message for CreateEventEditRule RPC.
func (*CreateEventEditRuleRequest) Descriptor
deprecated
added in
v0.24.0
func (*CreateEventEditRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEventEditRuleRequest.ProtoReflect.Descriptor instead.
func (*CreateEventEditRuleRequest) GetEventEditRule ¶ added in v0.24.0
func (x *CreateEventEditRuleRequest) GetEventEditRule() *EventEditRule
func (*CreateEventEditRuleRequest) GetParent ¶ added in v0.24.0
func (x *CreateEventEditRuleRequest) GetParent() string
func (*CreateEventEditRuleRequest) ProtoMessage ¶ added in v0.24.0
func (*CreateEventEditRuleRequest) ProtoMessage()
func (*CreateEventEditRuleRequest) ProtoReflect ¶ added in v0.24.0
func (x *CreateEventEditRuleRequest) ProtoReflect() protoreflect.Message
func (*CreateEventEditRuleRequest) Reset ¶ added in v0.24.0
func (x *CreateEventEditRuleRequest) Reset()
func (*CreateEventEditRuleRequest) String ¶ added in v0.24.0
func (x *CreateEventEditRuleRequest) String() string
type CreateExpandedDataSetRequest ¶ added in v0.18.0
type CreateExpandedDataSetRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The ExpandedDataSet to create. ExpandedDataSet *ExpandedDataSet `protobuf:"bytes,2,opt,name=expanded_data_set,json=expandedDataSet,proto3" json:"expanded_data_set,omitempty"` // contains filtered or unexported fields }
Request message for CreateExpandedDataSet RPC.
func (*CreateExpandedDataSetRequest) Descriptor
deprecated
added in
v0.18.0
func (*CreateExpandedDataSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateExpandedDataSetRequest.ProtoReflect.Descriptor instead.
func (*CreateExpandedDataSetRequest) GetExpandedDataSet ¶ added in v0.18.0
func (x *CreateExpandedDataSetRequest) GetExpandedDataSet() *ExpandedDataSet
func (*CreateExpandedDataSetRequest) GetParent ¶ added in v0.18.0
func (x *CreateExpandedDataSetRequest) GetParent() string
func (*CreateExpandedDataSetRequest) ProtoMessage ¶ added in v0.18.0
func (*CreateExpandedDataSetRequest) ProtoMessage()
func (*CreateExpandedDataSetRequest) ProtoReflect ¶ added in v0.18.0
func (x *CreateExpandedDataSetRequest) ProtoReflect() protoreflect.Message
func (*CreateExpandedDataSetRequest) Reset ¶ added in v0.18.0
func (x *CreateExpandedDataSetRequest) Reset()
func (*CreateExpandedDataSetRequest) String ¶ added in v0.18.0
func (x *CreateExpandedDataSetRequest) String() string
type CreateFirebaseLinkRequest ¶
type CreateFirebaseLinkRequest struct { // Required. Format: properties/{property_id} // // Example: `properties/1234` Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The Firebase link to create. FirebaseLink *FirebaseLink `protobuf:"bytes,2,opt,name=firebase_link,json=firebaseLink,proto3" json:"firebase_link,omitempty"` // contains filtered or unexported fields }
Request message for CreateFirebaseLink RPC
func (*CreateFirebaseLinkRequest) Descriptor
deprecated
func (*CreateFirebaseLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateFirebaseLinkRequest.ProtoReflect.Descriptor instead.
func (*CreateFirebaseLinkRequest) GetFirebaseLink ¶
func (x *CreateFirebaseLinkRequest) GetFirebaseLink() *FirebaseLink
func (*CreateFirebaseLinkRequest) GetParent ¶
func (x *CreateFirebaseLinkRequest) GetParent() string
func (*CreateFirebaseLinkRequest) ProtoMessage ¶
func (*CreateFirebaseLinkRequest) ProtoMessage()
func (*CreateFirebaseLinkRequest) ProtoReflect ¶
func (x *CreateFirebaseLinkRequest) ProtoReflect() protoreflect.Message
func (*CreateFirebaseLinkRequest) Reset ¶
func (x *CreateFirebaseLinkRequest) Reset()
func (*CreateFirebaseLinkRequest) String ¶
func (x *CreateFirebaseLinkRequest) String() string
type CreateGoogleAdsLinkRequest ¶
type CreateGoogleAdsLinkRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The GoogleAdsLink to create. GoogleAdsLink *GoogleAdsLink `protobuf:"bytes,2,opt,name=google_ads_link,json=googleAdsLink,proto3" json:"google_ads_link,omitempty"` // contains filtered or unexported fields }
Request message for CreateGoogleAdsLink RPC
func (*CreateGoogleAdsLinkRequest) Descriptor
deprecated
func (*CreateGoogleAdsLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateGoogleAdsLinkRequest.ProtoReflect.Descriptor instead.
func (*CreateGoogleAdsLinkRequest) GetGoogleAdsLink ¶
func (x *CreateGoogleAdsLinkRequest) GetGoogleAdsLink() *GoogleAdsLink
func (*CreateGoogleAdsLinkRequest) GetParent ¶
func (x *CreateGoogleAdsLinkRequest) GetParent() string
func (*CreateGoogleAdsLinkRequest) ProtoMessage ¶
func (*CreateGoogleAdsLinkRequest) ProtoMessage()
func (*CreateGoogleAdsLinkRequest) ProtoReflect ¶
func (x *CreateGoogleAdsLinkRequest) ProtoReflect() protoreflect.Message
func (*CreateGoogleAdsLinkRequest) Reset ¶
func (x *CreateGoogleAdsLinkRequest) Reset()
func (*CreateGoogleAdsLinkRequest) String ¶
func (x *CreateGoogleAdsLinkRequest) String() string
type CreateKeyEventRequest ¶ added in v0.24.0
type CreateKeyEventRequest struct { // Required. The Key Event to create. KeyEvent *KeyEvent `protobuf:"bytes,1,opt,name=key_event,json=keyEvent,proto3" json:"key_event,omitempty"` // Required. The resource name of the parent property where this Key Event // will be created. Format: properties/123 Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
Request message for CreateKeyEvent RPC
func (*CreateKeyEventRequest) Descriptor
deprecated
added in
v0.24.0
func (*CreateKeyEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateKeyEventRequest.ProtoReflect.Descriptor instead.
func (*CreateKeyEventRequest) GetKeyEvent ¶ added in v0.24.0
func (x *CreateKeyEventRequest) GetKeyEvent() *KeyEvent
func (*CreateKeyEventRequest) GetParent ¶ added in v0.24.0
func (x *CreateKeyEventRequest) GetParent() string
func (*CreateKeyEventRequest) ProtoMessage ¶ added in v0.24.0
func (*CreateKeyEventRequest) ProtoMessage()
func (*CreateKeyEventRequest) ProtoReflect ¶ added in v0.24.0
func (x *CreateKeyEventRequest) ProtoReflect() protoreflect.Message
func (*CreateKeyEventRequest) Reset ¶ added in v0.24.0
func (x *CreateKeyEventRequest) Reset()
func (*CreateKeyEventRequest) String ¶ added in v0.24.0
func (x *CreateKeyEventRequest) String() string
type CreateMeasurementProtocolSecretRequest ¶
type CreateMeasurementProtocolSecretRequest struct { // Required. The parent resource where this secret will be created. // Format: properties/{property}/dataStreams/{dataStream} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The measurement protocol secret to create. MeasurementProtocolSecret *MeasurementProtocolSecret `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for CreateMeasurementProtocolSecret RPC
func (*CreateMeasurementProtocolSecretRequest) Descriptor
deprecated
func (*CreateMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateMeasurementProtocolSecretRequest.ProtoReflect.Descriptor instead.
func (*CreateMeasurementProtocolSecretRequest) GetMeasurementProtocolSecret ¶
func (x *CreateMeasurementProtocolSecretRequest) GetMeasurementProtocolSecret() *MeasurementProtocolSecret
func (*CreateMeasurementProtocolSecretRequest) GetParent ¶
func (x *CreateMeasurementProtocolSecretRequest) GetParent() string
func (*CreateMeasurementProtocolSecretRequest) ProtoMessage ¶
func (*CreateMeasurementProtocolSecretRequest) ProtoMessage()
func (*CreateMeasurementProtocolSecretRequest) ProtoReflect ¶
func (x *CreateMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
func (*CreateMeasurementProtocolSecretRequest) Reset ¶
func (x *CreateMeasurementProtocolSecretRequest) Reset()
func (*CreateMeasurementProtocolSecretRequest) String ¶
func (x *CreateMeasurementProtocolSecretRequest) String() string
type CreatePropertyRequest ¶
type CreatePropertyRequest struct { // Required. The property to create. // Note: the supplied property must specify its parent. Property *Property `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // contains filtered or unexported fields }
Request message for CreateProperty RPC.
func (*CreatePropertyRequest) Descriptor
deprecated
func (*CreatePropertyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePropertyRequest.ProtoReflect.Descriptor instead.
func (*CreatePropertyRequest) GetProperty ¶
func (x *CreatePropertyRequest) GetProperty() *Property
func (*CreatePropertyRequest) ProtoMessage ¶
func (*CreatePropertyRequest) ProtoMessage()
func (*CreatePropertyRequest) ProtoReflect ¶
func (x *CreatePropertyRequest) ProtoReflect() protoreflect.Message
func (*CreatePropertyRequest) Reset ¶
func (x *CreatePropertyRequest) Reset()
func (*CreatePropertyRequest) String ¶
func (x *CreatePropertyRequest) String() string
type CreateRollupPropertyRequest ¶ added in v0.21.6
type CreateRollupPropertyRequest struct { // Required. The roll-up property to create. RollupProperty *Property `protobuf:"bytes,1,opt,name=rollup_property,json=rollupProperty,proto3" json:"rollup_property,omitempty"` // Optional. The resource names of properties that will be sources to the // created roll-up property. SourceProperties []string `protobuf:"bytes,2,rep,name=source_properties,json=sourceProperties,proto3" json:"source_properties,omitempty"` // contains filtered or unexported fields }
Request message for CreateRollupProperty RPC.
func (*CreateRollupPropertyRequest) Descriptor
deprecated
added in
v0.21.6
func (*CreateRollupPropertyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRollupPropertyRequest.ProtoReflect.Descriptor instead.
func (*CreateRollupPropertyRequest) GetRollupProperty ¶ added in v0.21.6
func (x *CreateRollupPropertyRequest) GetRollupProperty() *Property
func (*CreateRollupPropertyRequest) GetSourceProperties ¶ added in v0.21.6
func (x *CreateRollupPropertyRequest) GetSourceProperties() []string
func (*CreateRollupPropertyRequest) ProtoMessage ¶ added in v0.21.6
func (*CreateRollupPropertyRequest) ProtoMessage()
func (*CreateRollupPropertyRequest) ProtoReflect ¶ added in v0.21.6
func (x *CreateRollupPropertyRequest) ProtoReflect() protoreflect.Message
func (*CreateRollupPropertyRequest) Reset ¶ added in v0.21.6
func (x *CreateRollupPropertyRequest) Reset()
func (*CreateRollupPropertyRequest) String ¶ added in v0.21.6
func (x *CreateRollupPropertyRequest) String() string
type CreateRollupPropertyResponse ¶ added in v0.21.6
type CreateRollupPropertyResponse struct { // The created roll-up property. RollupProperty *Property `protobuf:"bytes,1,opt,name=rollup_property,json=rollupProperty,proto3" json:"rollup_property,omitempty"` // The created roll-up property source links. RollupPropertySourceLinks []*RollupPropertySourceLink `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for CreateRollupProperty RPC.
func (*CreateRollupPropertyResponse) Descriptor
deprecated
added in
v0.21.6
func (*CreateRollupPropertyResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRollupPropertyResponse.ProtoReflect.Descriptor instead.
func (*CreateRollupPropertyResponse) GetRollupProperty ¶ added in v0.21.6
func (x *CreateRollupPropertyResponse) GetRollupProperty() *Property
func (*CreateRollupPropertyResponse) GetRollupPropertySourceLinks ¶ added in v0.21.6
func (x *CreateRollupPropertyResponse) GetRollupPropertySourceLinks() []*RollupPropertySourceLink
func (*CreateRollupPropertyResponse) ProtoMessage ¶ added in v0.21.6
func (*CreateRollupPropertyResponse) ProtoMessage()
func (*CreateRollupPropertyResponse) ProtoReflect ¶ added in v0.21.6
func (x *CreateRollupPropertyResponse) ProtoReflect() protoreflect.Message
func (*CreateRollupPropertyResponse) Reset ¶ added in v0.21.6
func (x *CreateRollupPropertyResponse) Reset()
func (*CreateRollupPropertyResponse) String ¶ added in v0.21.6
func (x *CreateRollupPropertyResponse) String() string
type CreateRollupPropertySourceLinkRequest ¶ added in v0.21.6
type CreateRollupPropertySourceLinkRequest struct { // Required. Format: properties/{property_id} // Example: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The roll-up property source link to create. RollupPropertySourceLink *RollupPropertySourceLink `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for CreateRollupPropertySourceLink RPC.
func (*CreateRollupPropertySourceLinkRequest) Descriptor
deprecated
added in
v0.21.6
func (*CreateRollupPropertySourceLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRollupPropertySourceLinkRequest.ProtoReflect.Descriptor instead.
func (*CreateRollupPropertySourceLinkRequest) GetParent ¶ added in v0.21.6
func (x *CreateRollupPropertySourceLinkRequest) GetParent() string
func (*CreateRollupPropertySourceLinkRequest) GetRollupPropertySourceLink ¶ added in v0.21.6
func (x *CreateRollupPropertySourceLinkRequest) GetRollupPropertySourceLink() *RollupPropertySourceLink
func (*CreateRollupPropertySourceLinkRequest) ProtoMessage ¶ added in v0.21.6
func (*CreateRollupPropertySourceLinkRequest) ProtoMessage()
func (*CreateRollupPropertySourceLinkRequest) ProtoReflect ¶ added in v0.21.6
func (x *CreateRollupPropertySourceLinkRequest) ProtoReflect() protoreflect.Message
func (*CreateRollupPropertySourceLinkRequest) Reset ¶ added in v0.21.6
func (x *CreateRollupPropertySourceLinkRequest) Reset()
func (*CreateRollupPropertySourceLinkRequest) String ¶ added in v0.21.6
func (x *CreateRollupPropertySourceLinkRequest) String() string
type CreateSKAdNetworkConversionValueSchemaRequest ¶ added in v0.21.4
type CreateSKAdNetworkConversionValueSchemaRequest struct { // Required. The parent resource where this schema will be created. // Format: properties/{property}/dataStreams/{dataStream} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. SKAdNetwork conversion value schema to create. SkadnetworkConversionValueSchema *SKAdNetworkConversionValueSchema `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for CreateSKAdNetworkConversionValueSchema RPC.
func (*CreateSKAdNetworkConversionValueSchemaRequest) Descriptor
deprecated
added in
v0.21.4
func (*CreateSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSKAdNetworkConversionValueSchemaRequest.ProtoReflect.Descriptor instead.
func (*CreateSKAdNetworkConversionValueSchemaRequest) GetParent ¶ added in v0.21.4
func (x *CreateSKAdNetworkConversionValueSchemaRequest) GetParent() string
func (*CreateSKAdNetworkConversionValueSchemaRequest) GetSkadnetworkConversionValueSchema ¶ added in v0.21.4
func (x *CreateSKAdNetworkConversionValueSchemaRequest) GetSkadnetworkConversionValueSchema() *SKAdNetworkConversionValueSchema
func (*CreateSKAdNetworkConversionValueSchemaRequest) ProtoMessage ¶ added in v0.21.4
func (*CreateSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
func (*CreateSKAdNetworkConversionValueSchemaRequest) ProtoReflect ¶ added in v0.21.4
func (x *CreateSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
func (*CreateSKAdNetworkConversionValueSchemaRequest) Reset ¶ added in v0.21.4
func (x *CreateSKAdNetworkConversionValueSchemaRequest) Reset()
func (*CreateSKAdNetworkConversionValueSchemaRequest) String ¶ added in v0.21.4
func (x *CreateSKAdNetworkConversionValueSchemaRequest) String() string
type CreateSearchAds360LinkRequest ¶ added in v0.17.0
type CreateSearchAds360LinkRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The SearchAds360Link to create. SearchAds_360Link *SearchAds360Link `protobuf:"bytes,2,opt,name=search_ads_360_link,json=searchAds360Link,proto3" json:"search_ads_360_link,omitempty"` // contains filtered or unexported fields }
Request message for CreateSearchAds360Link RPC.
func (*CreateSearchAds360LinkRequest) Descriptor
deprecated
added in
v0.17.0
func (*CreateSearchAds360LinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSearchAds360LinkRequest.ProtoReflect.Descriptor instead.
func (*CreateSearchAds360LinkRequest) GetParent ¶ added in v0.17.0
func (x *CreateSearchAds360LinkRequest) GetParent() string
func (*CreateSearchAds360LinkRequest) GetSearchAds_360Link ¶ added in v0.17.0
func (x *CreateSearchAds360LinkRequest) GetSearchAds_360Link() *SearchAds360Link
func (*CreateSearchAds360LinkRequest) ProtoMessage ¶ added in v0.17.0
func (*CreateSearchAds360LinkRequest) ProtoMessage()
func (*CreateSearchAds360LinkRequest) ProtoReflect ¶ added in v0.17.0
func (x *CreateSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
func (*CreateSearchAds360LinkRequest) Reset ¶ added in v0.17.0
func (x *CreateSearchAds360LinkRequest) Reset()
func (*CreateSearchAds360LinkRequest) String ¶ added in v0.17.0
func (x *CreateSearchAds360LinkRequest) String() string
type CreateSubpropertyEventFilterRequest ¶ added in v0.21.6
type CreateSubpropertyEventFilterRequest struct { // Required. The ordinary property for which to create a subproperty event // filter. Format: properties/property_id Example: properties/123 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The subproperty event filter to create. SubpropertyEventFilter *SubpropertyEventFilter `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for CreateSubpropertyEventFilter RPC.
func (*CreateSubpropertyEventFilterRequest) Descriptor
deprecated
added in
v0.21.6
func (*CreateSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSubpropertyEventFilterRequest.ProtoReflect.Descriptor instead.
func (*CreateSubpropertyEventFilterRequest) GetParent ¶ added in v0.21.6
func (x *CreateSubpropertyEventFilterRequest) GetParent() string
func (*CreateSubpropertyEventFilterRequest) GetSubpropertyEventFilter ¶ added in v0.21.6
func (x *CreateSubpropertyEventFilterRequest) GetSubpropertyEventFilter() *SubpropertyEventFilter
func (*CreateSubpropertyEventFilterRequest) ProtoMessage ¶ added in v0.21.6
func (*CreateSubpropertyEventFilterRequest) ProtoMessage()
func (*CreateSubpropertyEventFilterRequest) ProtoReflect ¶ added in v0.21.6
func (x *CreateSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
func (*CreateSubpropertyEventFilterRequest) Reset ¶ added in v0.21.6
func (x *CreateSubpropertyEventFilterRequest) Reset()
func (*CreateSubpropertyEventFilterRequest) String ¶ added in v0.21.6
func (x *CreateSubpropertyEventFilterRequest) String() string
type CustomDimension ¶
type CustomDimension struct { // Output only. Resource name for this CustomDimension resource. // Format: properties/{property}/customDimensions/{customDimension} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Immutable. Tagging parameter name for this custom dimension. // // If this is a user-scoped dimension, then this is the user property name. // If this is an event-scoped dimension, then this is the event parameter // name. // // If this is an item-scoped dimension, then this is the parameter // name found in the eCommerce items array. // // May only contain alphanumeric and underscore characters, starting with a // letter. Max length of 24 characters for user-scoped dimensions, 40 // characters for event-scoped dimensions. ParameterName string `protobuf:"bytes,2,opt,name=parameter_name,json=parameterName,proto3" json:"parameter_name,omitempty"` // Required. Display name for this custom dimension as shown in the Analytics // UI. Max length of 82 characters, alphanumeric plus space and underscore // starting with a letter. Legacy system-generated display names may contain // square brackets, but updates to this field will never permit square // brackets. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional. Description for this custom dimension. Max length of 150 // characters. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Required. Immutable. The scope of this dimension. Scope CustomDimension_DimensionScope `` /* 131-byte string literal not displayed */ // Optional. If set to true, sets this dimension as NPA and excludes it from // ads personalization. // // This is currently only supported by user-scoped custom dimensions. DisallowAdsPersonalization bool `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
A definition for a CustomDimension.
func (*CustomDimension) Descriptor
deprecated
func (*CustomDimension) Descriptor() ([]byte, []int)
Deprecated: Use CustomDimension.ProtoReflect.Descriptor instead.
func (*CustomDimension) GetDescription ¶
func (x *CustomDimension) GetDescription() string
func (*CustomDimension) GetDisallowAdsPersonalization ¶
func (x *CustomDimension) GetDisallowAdsPersonalization() bool
func (*CustomDimension) GetDisplayName ¶
func (x *CustomDimension) GetDisplayName() string
func (*CustomDimension) GetName ¶
func (x *CustomDimension) GetName() string
func (*CustomDimension) GetParameterName ¶
func (x *CustomDimension) GetParameterName() string
func (*CustomDimension) GetScope ¶
func (x *CustomDimension) GetScope() CustomDimension_DimensionScope
func (*CustomDimension) ProtoMessage ¶
func (*CustomDimension) ProtoMessage()
func (*CustomDimension) ProtoReflect ¶
func (x *CustomDimension) ProtoReflect() protoreflect.Message
func (*CustomDimension) Reset ¶
func (x *CustomDimension) Reset()
func (*CustomDimension) String ¶
func (x *CustomDimension) String() string
type CustomDimension_DimensionScope ¶
type CustomDimension_DimensionScope int32
Valid values for the scope of this dimension.
const ( // Scope unknown or not specified. CustomDimension_DIMENSION_SCOPE_UNSPECIFIED CustomDimension_DimensionScope = 0 // Dimension scoped to an event. CustomDimension_EVENT CustomDimension_DimensionScope = 1 // Dimension scoped to a user. CustomDimension_USER CustomDimension_DimensionScope = 2 // Dimension scoped to eCommerce items CustomDimension_ITEM CustomDimension_DimensionScope = 3 )
func (CustomDimension_DimensionScope) Descriptor ¶
func (CustomDimension_DimensionScope) Descriptor() protoreflect.EnumDescriptor
func (CustomDimension_DimensionScope) Enum ¶
func (x CustomDimension_DimensionScope) Enum() *CustomDimension_DimensionScope
func (CustomDimension_DimensionScope) EnumDescriptor
deprecated
func (CustomDimension_DimensionScope) EnumDescriptor() ([]byte, []int)
Deprecated: Use CustomDimension_DimensionScope.Descriptor instead.
func (CustomDimension_DimensionScope) Number ¶
func (x CustomDimension_DimensionScope) Number() protoreflect.EnumNumber
func (CustomDimension_DimensionScope) String ¶
func (x CustomDimension_DimensionScope) String() string
func (CustomDimension_DimensionScope) Type ¶
func (CustomDimension_DimensionScope) Type() protoreflect.EnumType
type CustomMetric ¶
type CustomMetric struct { // Output only. Resource name for this CustomMetric resource. // Format: properties/{property}/customMetrics/{customMetric} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Immutable. Tagging name for this custom metric. // // If this is an event-scoped metric, then this is the event parameter // name. // // May only contain alphanumeric and underscore charactes, starting with a // letter. Max length of 40 characters for event-scoped metrics. ParameterName string `protobuf:"bytes,2,opt,name=parameter_name,json=parameterName,proto3" json:"parameter_name,omitempty"` // Required. Display name for this custom metric as shown in the Analytics UI. // Max length of 82 characters, alphanumeric plus space and underscore // starting with a letter. Legacy system-generated display names may contain // square brackets, but updates to this field will never permit square // brackets. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional. Description for this custom dimension. // Max length of 150 characters. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Required. The type for the custom metric's value. MeasurementUnit CustomMetric_MeasurementUnit `` /* 172-byte string literal not displayed */ // Required. Immutable. The scope of this custom metric. Scope CustomMetric_MetricScope `protobuf:"varint,6,opt,name=scope,proto3,enum=google.analytics.admin.v1alpha.CustomMetric_MetricScope" json:"scope,omitempty"` // Optional. Types of restricted data that this metric may contain. Required // for metrics with CURRENCY measurement unit. Must be empty for metrics with // a non-CURRENCY measurement unit. RestrictedMetricType []CustomMetric_RestrictedMetricType `` /* 201-byte string literal not displayed */ // contains filtered or unexported fields }
A definition for a custom metric.
func (*CustomMetric) Descriptor
deprecated
func (*CustomMetric) Descriptor() ([]byte, []int)
Deprecated: Use CustomMetric.ProtoReflect.Descriptor instead.
func (*CustomMetric) GetDescription ¶
func (x *CustomMetric) GetDescription() string
func (*CustomMetric) GetDisplayName ¶
func (x *CustomMetric) GetDisplayName() string
func (*CustomMetric) GetMeasurementUnit ¶
func (x *CustomMetric) GetMeasurementUnit() CustomMetric_MeasurementUnit
func (*CustomMetric) GetName ¶
func (x *CustomMetric) GetName() string
func (*CustomMetric) GetParameterName ¶
func (x *CustomMetric) GetParameterName() string
func (*CustomMetric) GetRestrictedMetricType ¶
func (x *CustomMetric) GetRestrictedMetricType() []CustomMetric_RestrictedMetricType
func (*CustomMetric) GetScope ¶
func (x *CustomMetric) GetScope() CustomMetric_MetricScope
func (*CustomMetric) ProtoMessage ¶
func (*CustomMetric) ProtoMessage()
func (*CustomMetric) ProtoReflect ¶
func (x *CustomMetric) ProtoReflect() protoreflect.Message
func (*CustomMetric) Reset ¶
func (x *CustomMetric) Reset()
func (*CustomMetric) String ¶
func (x *CustomMetric) String() string
type CustomMetric_MeasurementUnit ¶
type CustomMetric_MeasurementUnit int32
Possible types of representing the custom metric's value.
Currency representation may change in the future, requiring a breaking API change.
const ( // MeasurementUnit unspecified or missing. CustomMetric_MEASUREMENT_UNIT_UNSPECIFIED CustomMetric_MeasurementUnit = 0 // This metric uses default units. CustomMetric_STANDARD CustomMetric_MeasurementUnit = 1 // This metric measures a currency. CustomMetric_CURRENCY CustomMetric_MeasurementUnit = 2 // This metric measures feet. CustomMetric_FEET CustomMetric_MeasurementUnit = 3 // This metric measures meters. CustomMetric_METERS CustomMetric_MeasurementUnit = 4 // This metric measures kilometers. CustomMetric_KILOMETERS CustomMetric_MeasurementUnit = 5 // This metric measures miles. CustomMetric_MILES CustomMetric_MeasurementUnit = 6 // This metric measures milliseconds. CustomMetric_MILLISECONDS CustomMetric_MeasurementUnit = 7 // This metric measures seconds. CustomMetric_SECONDS CustomMetric_MeasurementUnit = 8 // This metric measures minutes. CustomMetric_MINUTES CustomMetric_MeasurementUnit = 9 // This metric measures hours. CustomMetric_HOURS CustomMetric_MeasurementUnit = 10 )
func (CustomMetric_MeasurementUnit) Descriptor ¶
func (CustomMetric_MeasurementUnit) Descriptor() protoreflect.EnumDescriptor
func (CustomMetric_MeasurementUnit) Enum ¶
func (x CustomMetric_MeasurementUnit) Enum() *CustomMetric_MeasurementUnit
func (CustomMetric_MeasurementUnit) EnumDescriptor
deprecated
func (CustomMetric_MeasurementUnit) EnumDescriptor() ([]byte, []int)
Deprecated: Use CustomMetric_MeasurementUnit.Descriptor instead.
func (CustomMetric_MeasurementUnit) Number ¶
func (x CustomMetric_MeasurementUnit) Number() protoreflect.EnumNumber
func (CustomMetric_MeasurementUnit) String ¶
func (x CustomMetric_MeasurementUnit) String() string
func (CustomMetric_MeasurementUnit) Type ¶
func (CustomMetric_MeasurementUnit) Type() protoreflect.EnumType
type CustomMetric_MetricScope ¶
type CustomMetric_MetricScope int32
The scope of this metric.
const ( // Scope unknown or not specified. CustomMetric_METRIC_SCOPE_UNSPECIFIED CustomMetric_MetricScope = 0 // Metric scoped to an event. CustomMetric_EVENT CustomMetric_MetricScope = 1 )
func (CustomMetric_MetricScope) Descriptor ¶
func (CustomMetric_MetricScope) Descriptor() protoreflect.EnumDescriptor
func (CustomMetric_MetricScope) Enum ¶
func (x CustomMetric_MetricScope) Enum() *CustomMetric_MetricScope
func (CustomMetric_MetricScope) EnumDescriptor
deprecated
func (CustomMetric_MetricScope) EnumDescriptor() ([]byte, []int)
Deprecated: Use CustomMetric_MetricScope.Descriptor instead.
func (CustomMetric_MetricScope) Number ¶
func (x CustomMetric_MetricScope) Number() protoreflect.EnumNumber
func (CustomMetric_MetricScope) String ¶
func (x CustomMetric_MetricScope) String() string
func (CustomMetric_MetricScope) Type ¶
func (CustomMetric_MetricScope) Type() protoreflect.EnumType
type CustomMetric_RestrictedMetricType ¶
type CustomMetric_RestrictedMetricType int32
Labels that mark the data in this custom metric as data that should be restricted to specific users.
const ( // Type unknown or unspecified. CustomMetric_RESTRICTED_METRIC_TYPE_UNSPECIFIED CustomMetric_RestrictedMetricType = 0 // Metric reports cost data. CustomMetric_COST_DATA CustomMetric_RestrictedMetricType = 1 // Metric reports revenue data. CustomMetric_REVENUE_DATA CustomMetric_RestrictedMetricType = 2 )
func (CustomMetric_RestrictedMetricType) Descriptor ¶
func (CustomMetric_RestrictedMetricType) Descriptor() protoreflect.EnumDescriptor
func (CustomMetric_RestrictedMetricType) Enum ¶
func (x CustomMetric_RestrictedMetricType) Enum() *CustomMetric_RestrictedMetricType
func (CustomMetric_RestrictedMetricType) EnumDescriptor
deprecated
func (CustomMetric_RestrictedMetricType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CustomMetric_RestrictedMetricType.Descriptor instead.
func (CustomMetric_RestrictedMetricType) Number ¶
func (x CustomMetric_RestrictedMetricType) Number() protoreflect.EnumNumber
func (CustomMetric_RestrictedMetricType) String ¶
func (x CustomMetric_RestrictedMetricType) String() string
func (CustomMetric_RestrictedMetricType) Type ¶
func (CustomMetric_RestrictedMetricType) Type() protoreflect.EnumType
type DataRedactionSettings ¶ added in v0.21.6
type DataRedactionSettings struct { // Output only. Name of this Data Redaction Settings resource. // Format: // properties/{property_id}/dataStreams/{data_stream}/dataRedactionSettings // Example: "properties/1000/dataStreams/2000/dataRedactionSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // If enabled, any event parameter or user property values that look like an // email will be redacted. EmailRedactionEnabled bool `` /* 127-byte string literal not displayed */ // Query Parameter redaction removes the key and value portions of a // query parameter if it is in the configured set of query parameters. // // If enabled, URL query replacement logic will be run for the Stream. Any // query parameters defined in query_parameter_keys will be redacted. QueryParameterRedactionEnabled bool `` /* 156-byte string literal not displayed */ // The query parameter keys to apply redaction logic to if present in the URL. // Query parameter matching is case-insensitive. // // Must contain at least one element if query_parameter_replacement_enabled // is true. Keys cannot contain commas. QueryParameterKeys []string `protobuf:"bytes,4,rep,name=query_parameter_keys,json=queryParameterKeys,proto3" json:"query_parameter_keys,omitempty"` // contains filtered or unexported fields }
Settings for client-side data redaction. Singleton resource under a Web Stream.
func (*DataRedactionSettings) Descriptor
deprecated
added in
v0.21.6
func (*DataRedactionSettings) Descriptor() ([]byte, []int)
Deprecated: Use DataRedactionSettings.ProtoReflect.Descriptor instead.
func (*DataRedactionSettings) GetEmailRedactionEnabled ¶ added in v0.21.6
func (x *DataRedactionSettings) GetEmailRedactionEnabled() bool
func (*DataRedactionSettings) GetName ¶ added in v0.21.6
func (x *DataRedactionSettings) GetName() string
func (*DataRedactionSettings) GetQueryParameterKeys ¶ added in v0.21.6
func (x *DataRedactionSettings) GetQueryParameterKeys() []string
func (*DataRedactionSettings) GetQueryParameterRedactionEnabled ¶ added in v0.21.6
func (x *DataRedactionSettings) GetQueryParameterRedactionEnabled() bool
func (*DataRedactionSettings) ProtoMessage ¶ added in v0.21.6
func (*DataRedactionSettings) ProtoMessage()
func (*DataRedactionSettings) ProtoReflect ¶ added in v0.21.6
func (x *DataRedactionSettings) ProtoReflect() protoreflect.Message
func (*DataRedactionSettings) Reset ¶ added in v0.21.6
func (x *DataRedactionSettings) Reset()
func (*DataRedactionSettings) String ¶ added in v0.21.6
func (x *DataRedactionSettings) String() string
type DataRetentionSettings ¶
type DataRetentionSettings struct { // Output only. Resource name for this DataRetentionSetting resource. // Format: properties/{property}/dataRetentionSettings Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // The length of time that event-level data is retained. EventDataRetention DataRetentionSettings_RetentionDuration `` /* 194-byte string literal not displayed */ // If true, reset the retention period for the user identifier with every // event from that user. ResetUserDataOnNewActivity bool `` /* 148-byte string literal not displayed */ // contains filtered or unexported fields }
Settings values for data retention. This is a singleton resource.
func (*DataRetentionSettings) Descriptor
deprecated
func (*DataRetentionSettings) Descriptor() ([]byte, []int)
Deprecated: Use DataRetentionSettings.ProtoReflect.Descriptor instead.
func (*DataRetentionSettings) GetEventDataRetention ¶
func (x *DataRetentionSettings) GetEventDataRetention() DataRetentionSettings_RetentionDuration
func (*DataRetentionSettings) GetName ¶
func (x *DataRetentionSettings) GetName() string
func (*DataRetentionSettings) GetResetUserDataOnNewActivity ¶
func (x *DataRetentionSettings) GetResetUserDataOnNewActivity() bool
func (*DataRetentionSettings) ProtoMessage ¶
func (*DataRetentionSettings) ProtoMessage()
func (*DataRetentionSettings) ProtoReflect ¶
func (x *DataRetentionSettings) ProtoReflect() protoreflect.Message
func (*DataRetentionSettings) Reset ¶
func (x *DataRetentionSettings) Reset()
func (*DataRetentionSettings) String ¶
func (x *DataRetentionSettings) String() string
type DataRetentionSettings_RetentionDuration ¶
type DataRetentionSettings_RetentionDuration int32
Valid values for the data retention duration.
const ( // Data retention time duration is not specified. DataRetentionSettings_RETENTION_DURATION_UNSPECIFIED DataRetentionSettings_RetentionDuration = 0 // The data retention time duration is 2 months. DataRetentionSettings_TWO_MONTHS DataRetentionSettings_RetentionDuration = 1 // The data retention time duration is 14 months. DataRetentionSettings_FOURTEEN_MONTHS DataRetentionSettings_RetentionDuration = 3 // The data retention time duration is 26 months. // Available to 360 properties only. DataRetentionSettings_TWENTY_SIX_MONTHS DataRetentionSettings_RetentionDuration = 4 // The data retention time duration is 38 months. // Available to 360 properties only. DataRetentionSettings_THIRTY_EIGHT_MONTHS DataRetentionSettings_RetentionDuration = 5 // The data retention time duration is 50 months. // Available to 360 properties only. DataRetentionSettings_FIFTY_MONTHS DataRetentionSettings_RetentionDuration = 6 )
func (DataRetentionSettings_RetentionDuration) Descriptor ¶
func (DataRetentionSettings_RetentionDuration) Descriptor() protoreflect.EnumDescriptor
func (DataRetentionSettings_RetentionDuration) EnumDescriptor
deprecated
func (DataRetentionSettings_RetentionDuration) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataRetentionSettings_RetentionDuration.Descriptor instead.
func (DataRetentionSettings_RetentionDuration) Number ¶
func (x DataRetentionSettings_RetentionDuration) Number() protoreflect.EnumNumber
func (DataRetentionSettings_RetentionDuration) String ¶
func (x DataRetentionSettings_RetentionDuration) String() string
func (DataRetentionSettings_RetentionDuration) Type ¶
func (DataRetentionSettings_RetentionDuration) Type() protoreflect.EnumType
type DataSharingSettings ¶
type DataSharingSettings struct { // Output only. Resource name. // Format: accounts/{account}/dataSharingSettings // Example: "accounts/1000/dataSharingSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Allows Google support to access the data in order to help troubleshoot // issues. SharingWithGoogleSupportEnabled bool `` /* 161-byte string literal not displayed */ // Allows Google sales teams that are assigned to the customer to access the // data in order to suggest configuration changes to improve results. // Sales team restrictions still apply when enabled. SharingWithGoogleAssignedSalesEnabled bool `` /* 181-byte string literal not displayed */ // Allows any of Google sales to access the data in order to suggest // configuration changes to improve results. SharingWithGoogleAnySalesEnabled bool `` /* 166-byte string literal not displayed */ // Allows Google to use the data to improve other Google products or services. SharingWithGoogleProductsEnabled bool `` /* 164-byte string literal not displayed */ // Allows Google to share the data anonymously in aggregate form with others. SharingWithOthersEnabled bool `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
A resource message representing data sharing settings of a Google Analytics account.
func (*DataSharingSettings) Descriptor
deprecated
func (*DataSharingSettings) Descriptor() ([]byte, []int)
Deprecated: Use DataSharingSettings.ProtoReflect.Descriptor instead.
func (*DataSharingSettings) GetName ¶
func (x *DataSharingSettings) GetName() string
func (*DataSharingSettings) GetSharingWithGoogleAnySalesEnabled ¶
func (x *DataSharingSettings) GetSharingWithGoogleAnySalesEnabled() bool
func (*DataSharingSettings) GetSharingWithGoogleAssignedSalesEnabled ¶
func (x *DataSharingSettings) GetSharingWithGoogleAssignedSalesEnabled() bool
func (*DataSharingSettings) GetSharingWithGoogleProductsEnabled ¶
func (x *DataSharingSettings) GetSharingWithGoogleProductsEnabled() bool
func (*DataSharingSettings) GetSharingWithGoogleSupportEnabled ¶
func (x *DataSharingSettings) GetSharingWithGoogleSupportEnabled() bool
func (*DataSharingSettings) GetSharingWithOthersEnabled ¶
func (x *DataSharingSettings) GetSharingWithOthersEnabled() bool
func (*DataSharingSettings) ProtoMessage ¶
func (*DataSharingSettings) ProtoMessage()
func (*DataSharingSettings) ProtoReflect ¶
func (x *DataSharingSettings) ProtoReflect() protoreflect.Message
func (*DataSharingSettings) Reset ¶
func (x *DataSharingSettings) Reset()
func (*DataSharingSettings) String ¶
func (x *DataSharingSettings) String() string
type DataStream ¶
type DataStream struct { // Data for specific data stream types. The message that will be // set corresponds to the type of this stream. // // Types that are assignable to StreamData: // // *DataStream_WebStreamData_ // *DataStream_AndroidAppStreamData_ // *DataStream_IosAppStreamData_ StreamData isDataStream_StreamData `protobuf_oneof:"stream_data"` // Output only. Resource name of this Data Stream. // Format: properties/{property_id}/dataStreams/{stream_id} // Example: "properties/1000/dataStreams/2000" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Immutable. The type of this DataStream resource. Type DataStream_DataStreamType `protobuf:"varint,2,opt,name=type,proto3,enum=google.analytics.admin.v1alpha.DataStream_DataStreamType" json:"type,omitempty"` // Human-readable display name for the Data Stream. // // Required for web data streams. // // The max allowed display name length is 255 UTF-16 code units. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Output only. Time when this stream was originally created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Time when stream payload fields were last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // contains filtered or unexported fields }
A resource message representing a data stream.
func (*DataStream) Descriptor
deprecated
func (*DataStream) Descriptor() ([]byte, []int)
Deprecated: Use DataStream.ProtoReflect.Descriptor instead.
func (*DataStream) GetAndroidAppStreamData ¶
func (x *DataStream) GetAndroidAppStreamData() *DataStream_AndroidAppStreamData
func (*DataStream) GetCreateTime ¶
func (x *DataStream) GetCreateTime() *timestamppb.Timestamp
func (*DataStream) GetDisplayName ¶
func (x *DataStream) GetDisplayName() string
func (*DataStream) GetIosAppStreamData ¶
func (x *DataStream) GetIosAppStreamData() *DataStream_IosAppStreamData
func (*DataStream) GetName ¶
func (x *DataStream) GetName() string
func (*DataStream) GetStreamData ¶
func (m *DataStream) GetStreamData() isDataStream_StreamData
func (*DataStream) GetType ¶
func (x *DataStream) GetType() DataStream_DataStreamType
func (*DataStream) GetUpdateTime ¶
func (x *DataStream) GetUpdateTime() *timestamppb.Timestamp
func (*DataStream) GetWebStreamData ¶
func (x *DataStream) GetWebStreamData() *DataStream_WebStreamData
func (*DataStream) ProtoMessage ¶
func (*DataStream) ProtoMessage()
func (*DataStream) ProtoReflect ¶
func (x *DataStream) ProtoReflect() protoreflect.Message
func (*DataStream) Reset ¶
func (x *DataStream) Reset()
func (*DataStream) String ¶
func (x *DataStream) String() string
type DataStream_AndroidAppStreamData ¶
type DataStream_AndroidAppStreamData struct { // Output only. ID of the corresponding Android app in Firebase, if any. // This ID can change if the Android app is deleted and recreated. FirebaseAppId string `protobuf:"bytes,1,opt,name=firebase_app_id,json=firebaseAppId,proto3" json:"firebase_app_id,omitempty"` // Immutable. The package name for the app being measured. // Example: "com.example.myandroidapp" PackageName string `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` // contains filtered or unexported fields }
Data specific to Android app streams.
func (*DataStream_AndroidAppStreamData) Descriptor
deprecated
func (*DataStream_AndroidAppStreamData) Descriptor() ([]byte, []int)
Deprecated: Use DataStream_AndroidAppStreamData.ProtoReflect.Descriptor instead.
func (*DataStream_AndroidAppStreamData) GetFirebaseAppId ¶
func (x *DataStream_AndroidAppStreamData) GetFirebaseAppId() string
func (*DataStream_AndroidAppStreamData) GetPackageName ¶
func (x *DataStream_AndroidAppStreamData) GetPackageName() string
func (*DataStream_AndroidAppStreamData) ProtoMessage ¶
func (*DataStream_AndroidAppStreamData) ProtoMessage()
func (*DataStream_AndroidAppStreamData) ProtoReflect ¶
func (x *DataStream_AndroidAppStreamData) ProtoReflect() protoreflect.Message
func (*DataStream_AndroidAppStreamData) Reset ¶
func (x *DataStream_AndroidAppStreamData) Reset()
func (*DataStream_AndroidAppStreamData) String ¶
func (x *DataStream_AndroidAppStreamData) String() string
type DataStream_AndroidAppStreamData_ ¶
type DataStream_AndroidAppStreamData_ struct { // Data specific to Android app streams. Must be populated if type is // ANDROID_APP_DATA_STREAM. AndroidAppStreamData *DataStream_AndroidAppStreamData `protobuf:"bytes,7,opt,name=android_app_stream_data,json=androidAppStreamData,proto3,oneof"` }
type DataStream_DataStreamType ¶
type DataStream_DataStreamType int32
The type of the data stream.
const ( // Type unknown or not specified. DataStream_DATA_STREAM_TYPE_UNSPECIFIED DataStream_DataStreamType = 0 // Web data stream. DataStream_WEB_DATA_STREAM DataStream_DataStreamType = 1 // Android app data stream. DataStream_ANDROID_APP_DATA_STREAM DataStream_DataStreamType = 2 // iOS app data stream. DataStream_IOS_APP_DATA_STREAM DataStream_DataStreamType = 3 )
func (DataStream_DataStreamType) Descriptor ¶
func (DataStream_DataStreamType) Descriptor() protoreflect.EnumDescriptor
func (DataStream_DataStreamType) Enum ¶
func (x DataStream_DataStreamType) Enum() *DataStream_DataStreamType
func (DataStream_DataStreamType) EnumDescriptor
deprecated
func (DataStream_DataStreamType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataStream_DataStreamType.Descriptor instead.
func (DataStream_DataStreamType) Number ¶
func (x DataStream_DataStreamType) Number() protoreflect.EnumNumber
func (DataStream_DataStreamType) String ¶
func (x DataStream_DataStreamType) String() string
func (DataStream_DataStreamType) Type ¶
func (DataStream_DataStreamType) Type() protoreflect.EnumType
type DataStream_IosAppStreamData ¶
type DataStream_IosAppStreamData struct { // Output only. ID of the corresponding iOS app in Firebase, if any. // This ID can change if the iOS app is deleted and recreated. FirebaseAppId string `protobuf:"bytes,1,opt,name=firebase_app_id,json=firebaseAppId,proto3" json:"firebase_app_id,omitempty"` // Required. Immutable. The Apple App Store Bundle ID for the app // Example: "com.example.myiosapp" BundleId string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` // contains filtered or unexported fields }
Data specific to iOS app streams.
func (*DataStream_IosAppStreamData) Descriptor
deprecated
func (*DataStream_IosAppStreamData) Descriptor() ([]byte, []int)
Deprecated: Use DataStream_IosAppStreamData.ProtoReflect.Descriptor instead.
func (*DataStream_IosAppStreamData) GetBundleId ¶
func (x *DataStream_IosAppStreamData) GetBundleId() string
func (*DataStream_IosAppStreamData) GetFirebaseAppId ¶
func (x *DataStream_IosAppStreamData) GetFirebaseAppId() string
func (*DataStream_IosAppStreamData) ProtoMessage ¶
func (*DataStream_IosAppStreamData) ProtoMessage()
func (*DataStream_IosAppStreamData) ProtoReflect ¶
func (x *DataStream_IosAppStreamData) ProtoReflect() protoreflect.Message
func (*DataStream_IosAppStreamData) Reset ¶
func (x *DataStream_IosAppStreamData) Reset()
func (*DataStream_IosAppStreamData) String ¶
func (x *DataStream_IosAppStreamData) String() string
type DataStream_IosAppStreamData_ ¶
type DataStream_IosAppStreamData_ struct { // Data specific to iOS app streams. Must be populated if type is // IOS_APP_DATA_STREAM. IosAppStreamData *DataStream_IosAppStreamData `protobuf:"bytes,8,opt,name=ios_app_stream_data,json=iosAppStreamData,proto3,oneof"` }
type DataStream_WebStreamData ¶
type DataStream_WebStreamData struct { // Output only. Analytics Measurement ID. // // Example: "G-1A2BCD345E" MeasurementId string `protobuf:"bytes,1,opt,name=measurement_id,json=measurementId,proto3" json:"measurement_id,omitempty"` // Output only. ID of the corresponding web app in Firebase, if any. // This ID can change if the web app is deleted and recreated. FirebaseAppId string `protobuf:"bytes,2,opt,name=firebase_app_id,json=firebaseAppId,proto3" json:"firebase_app_id,omitempty"` // Domain name of the web app being measured, or empty. // Example: "http://www.google.com", "https://www.google.com" DefaultUri string `protobuf:"bytes,3,opt,name=default_uri,json=defaultUri,proto3" json:"default_uri,omitempty"` // contains filtered or unexported fields }
Data specific to web streams.
func (*DataStream_WebStreamData) Descriptor
deprecated
func (*DataStream_WebStreamData) Descriptor() ([]byte, []int)
Deprecated: Use DataStream_WebStreamData.ProtoReflect.Descriptor instead.
func (*DataStream_WebStreamData) GetDefaultUri ¶
func (x *DataStream_WebStreamData) GetDefaultUri() string
func (*DataStream_WebStreamData) GetFirebaseAppId ¶
func (x *DataStream_WebStreamData) GetFirebaseAppId() string
func (*DataStream_WebStreamData) GetMeasurementId ¶
func (x *DataStream_WebStreamData) GetMeasurementId() string
func (*DataStream_WebStreamData) ProtoMessage ¶
func (*DataStream_WebStreamData) ProtoMessage()
func (*DataStream_WebStreamData) ProtoReflect ¶
func (x *DataStream_WebStreamData) ProtoReflect() protoreflect.Message
func (*DataStream_WebStreamData) Reset ¶
func (x *DataStream_WebStreamData) Reset()
func (*DataStream_WebStreamData) String ¶
func (x *DataStream_WebStreamData) String() string
type DataStream_WebStreamData_ ¶
type DataStream_WebStreamData_ struct { // Data specific to web streams. Must be populated if type is // WEB_DATA_STREAM. WebStreamData *DataStream_WebStreamData `protobuf:"bytes,6,opt,name=web_stream_data,json=webStreamData,proto3,oneof"` }
type DeleteAccessBindingRequest ¶ added in v0.18.0
type DeleteAccessBindingRequest struct { // Required. Formats: // - accounts/{account}/accessBindings/{accessBinding} // - properties/{property}/accessBindings/{accessBinding} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteAccessBinding RPC.
func (*DeleteAccessBindingRequest) Descriptor
deprecated
added in
v0.18.0
func (*DeleteAccessBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccessBindingRequest.ProtoReflect.Descriptor instead.
func (*DeleteAccessBindingRequest) GetName ¶ added in v0.18.0
func (x *DeleteAccessBindingRequest) GetName() string
func (*DeleteAccessBindingRequest) ProtoMessage ¶ added in v0.18.0
func (*DeleteAccessBindingRequest) ProtoMessage()
func (*DeleteAccessBindingRequest) ProtoReflect ¶ added in v0.18.0
func (x *DeleteAccessBindingRequest) ProtoReflect() protoreflect.Message
func (*DeleteAccessBindingRequest) Reset ¶ added in v0.18.0
func (x *DeleteAccessBindingRequest) Reset()
func (*DeleteAccessBindingRequest) String ¶ added in v0.18.0
func (x *DeleteAccessBindingRequest) String() string
type DeleteAccountRequest ¶
type DeleteAccountRequest struct { // Required. The name of the Account to soft-delete. // Format: accounts/{account} // Example: "accounts/100" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteAccount RPC.
func (*DeleteAccountRequest) Descriptor
deprecated
func (*DeleteAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountRequest.ProtoReflect.Descriptor instead.
func (*DeleteAccountRequest) GetName ¶
func (x *DeleteAccountRequest) GetName() string
func (*DeleteAccountRequest) ProtoMessage ¶
func (*DeleteAccountRequest) ProtoMessage()
func (*DeleteAccountRequest) ProtoReflect ¶
func (x *DeleteAccountRequest) ProtoReflect() protoreflect.Message
func (*DeleteAccountRequest) Reset ¶
func (x *DeleteAccountRequest) Reset()
func (*DeleteAccountRequest) String ¶
func (x *DeleteAccountRequest) String() string
type DeleteAdSenseLinkRequest ¶ added in v0.20.0
type DeleteAdSenseLinkRequest struct { // Required. Unique identifier for the AdSense Link to be deleted. // Format: properties/{propertyId}/adSenseLinks/{linkId} // Example: properties/1234/adSenseLinks/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message to be passed to DeleteAdSenseLink method.
func (*DeleteAdSenseLinkRequest) Descriptor
deprecated
added in
v0.20.0
func (*DeleteAdSenseLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAdSenseLinkRequest.ProtoReflect.Descriptor instead.
func (*DeleteAdSenseLinkRequest) GetName ¶ added in v0.20.0
func (x *DeleteAdSenseLinkRequest) GetName() string
func (*DeleteAdSenseLinkRequest) ProtoMessage ¶ added in v0.20.0
func (*DeleteAdSenseLinkRequest) ProtoMessage()
func (*DeleteAdSenseLinkRequest) ProtoReflect ¶ added in v0.20.0
func (x *DeleteAdSenseLinkRequest) ProtoReflect() protoreflect.Message
func (*DeleteAdSenseLinkRequest) Reset ¶ added in v0.20.0
func (x *DeleteAdSenseLinkRequest) Reset()
func (*DeleteAdSenseLinkRequest) String ¶ added in v0.20.0
func (x *DeleteAdSenseLinkRequest) String() string
type DeleteBigQueryLinkRequest ¶ added in v0.24.0
type DeleteBigQueryLinkRequest struct { // Required. The BigQueryLink to delete. // Example format: properties/1234/bigQueryLinks/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteBigQueryLink RPC.
func (*DeleteBigQueryLinkRequest) Descriptor
deprecated
added in
v0.24.0
func (*DeleteBigQueryLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBigQueryLinkRequest.ProtoReflect.Descriptor instead.
func (*DeleteBigQueryLinkRequest) GetName ¶ added in v0.24.0
func (x *DeleteBigQueryLinkRequest) GetName() string
func (*DeleteBigQueryLinkRequest) ProtoMessage ¶ added in v0.24.0
func (*DeleteBigQueryLinkRequest) ProtoMessage()
func (*DeleteBigQueryLinkRequest) ProtoReflect ¶ added in v0.24.0
func (x *DeleteBigQueryLinkRequest) ProtoReflect() protoreflect.Message
func (*DeleteBigQueryLinkRequest) Reset ¶ added in v0.24.0
func (x *DeleteBigQueryLinkRequest) Reset()
func (*DeleteBigQueryLinkRequest) String ¶ added in v0.24.0
func (x *DeleteBigQueryLinkRequest) String() string
type DeleteCalculatedMetricRequest ¶ added in v0.23.0
type DeleteCalculatedMetricRequest struct { // Required. The name of the CalculatedMetric to delete. // Format: properties/{property_id}/calculatedMetrics/{calculated_metric_id} // Example: properties/1234/calculatedMetrics/Metric01 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteCalculatedMetric RPC.
func (*DeleteCalculatedMetricRequest) Descriptor
deprecated
added in
v0.23.0
func (*DeleteCalculatedMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCalculatedMetricRequest.ProtoReflect.Descriptor instead.
func (*DeleteCalculatedMetricRequest) GetName ¶ added in v0.23.0
func (x *DeleteCalculatedMetricRequest) GetName() string
func (*DeleteCalculatedMetricRequest) ProtoMessage ¶ added in v0.23.0
func (*DeleteCalculatedMetricRequest) ProtoMessage()
func (*DeleteCalculatedMetricRequest) ProtoReflect ¶ added in v0.23.0
func (x *DeleteCalculatedMetricRequest) ProtoReflect() protoreflect.Message
func (*DeleteCalculatedMetricRequest) Reset ¶ added in v0.23.0
func (x *DeleteCalculatedMetricRequest) Reset()
func (*DeleteCalculatedMetricRequest) String ¶ added in v0.23.0
func (x *DeleteCalculatedMetricRequest) String() string
type DeleteChannelGroupRequest ¶ added in v0.19.1
type DeleteChannelGroupRequest struct { // Required. The ChannelGroup to delete. // Example format: properties/1234/channelGroups/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteChannelGroup RPC.
func (*DeleteChannelGroupRequest) Descriptor
deprecated
added in
v0.19.1
func (*DeleteChannelGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteChannelGroupRequest.ProtoReflect.Descriptor instead.
func (*DeleteChannelGroupRequest) GetName ¶ added in v0.19.1
func (x *DeleteChannelGroupRequest) GetName() string
func (*DeleteChannelGroupRequest) ProtoMessage ¶ added in v0.19.1
func (*DeleteChannelGroupRequest) ProtoMessage()
func (*DeleteChannelGroupRequest) ProtoReflect ¶ added in v0.19.1
func (x *DeleteChannelGroupRequest) ProtoReflect() protoreflect.Message
func (*DeleteChannelGroupRequest) Reset ¶ added in v0.19.1
func (x *DeleteChannelGroupRequest) Reset()
func (*DeleteChannelGroupRequest) String ¶ added in v0.19.1
func (x *DeleteChannelGroupRequest) String() string
type DeleteConnectedSiteTagRequest ¶ added in v0.19.0
type DeleteConnectedSiteTagRequest struct { // The Universal Analytics property to delete connected site tags for. // This API does not support GA4 properties. // Format: properties/{universalAnalyticsPropertyId} // Example: properties/1234 Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // Tag ID to forward events to. Also known as the Measurement ID, or the // "G-ID" (For example: G-12345). TagId string `protobuf:"bytes,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"` // contains filtered or unexported fields }
Request message for DeleteConnectedSiteTag RPC.
func (*DeleteConnectedSiteTagRequest) Descriptor
deprecated
added in
v0.19.0
func (*DeleteConnectedSiteTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteConnectedSiteTagRequest.ProtoReflect.Descriptor instead.
func (*DeleteConnectedSiteTagRequest) GetProperty ¶ added in v0.19.0
func (x *DeleteConnectedSiteTagRequest) GetProperty() string
func (*DeleteConnectedSiteTagRequest) GetTagId ¶ added in v0.19.0
func (x *DeleteConnectedSiteTagRequest) GetTagId() string
func (*DeleteConnectedSiteTagRequest) ProtoMessage ¶ added in v0.19.0
func (*DeleteConnectedSiteTagRequest) ProtoMessage()
func (*DeleteConnectedSiteTagRequest) ProtoReflect ¶ added in v0.19.0
func (x *DeleteConnectedSiteTagRequest) ProtoReflect() protoreflect.Message
func (*DeleteConnectedSiteTagRequest) Reset ¶ added in v0.19.0
func (x *DeleteConnectedSiteTagRequest) Reset()
func (*DeleteConnectedSiteTagRequest) String ¶ added in v0.19.0
func (x *DeleteConnectedSiteTagRequest) String() string
type DeleteConversionEventRequest ¶
type DeleteConversionEventRequest struct { // Required. The resource name of the conversion event to delete. // Format: properties/{property}/conversionEvents/{conversion_event} // Example: "properties/123/conversionEvents/456" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteConversionEvent RPC
func (*DeleteConversionEventRequest) Descriptor
deprecated
func (*DeleteConversionEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteConversionEventRequest.ProtoReflect.Descriptor instead.
func (*DeleteConversionEventRequest) GetName ¶
func (x *DeleteConversionEventRequest) GetName() string
func (*DeleteConversionEventRequest) ProtoMessage ¶
func (*DeleteConversionEventRequest) ProtoMessage()
func (*DeleteConversionEventRequest) ProtoReflect ¶
func (x *DeleteConversionEventRequest) ProtoReflect() protoreflect.Message
func (*DeleteConversionEventRequest) Reset ¶
func (x *DeleteConversionEventRequest) Reset()
func (*DeleteConversionEventRequest) String ¶
func (x *DeleteConversionEventRequest) String() string
type DeleteDataStreamRequest ¶
type DeleteDataStreamRequest struct { // Required. The name of the DataStream to delete. // Example format: properties/1234/dataStreams/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteDataStream RPC.
func (*DeleteDataStreamRequest) Descriptor
deprecated
func (*DeleteDataStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDataStreamRequest.ProtoReflect.Descriptor instead.
func (*DeleteDataStreamRequest) GetName ¶
func (x *DeleteDataStreamRequest) GetName() string
func (*DeleteDataStreamRequest) ProtoMessage ¶
func (*DeleteDataStreamRequest) ProtoMessage()
func (*DeleteDataStreamRequest) ProtoReflect ¶
func (x *DeleteDataStreamRequest) ProtoReflect() protoreflect.Message
func (*DeleteDataStreamRequest) Reset ¶
func (x *DeleteDataStreamRequest) Reset()
func (*DeleteDataStreamRequest) String ¶
func (x *DeleteDataStreamRequest) String() string
type DeleteDisplayVideo360AdvertiserLinkProposalRequest ¶
type DeleteDisplayVideo360AdvertiserLinkProposalRequest struct { // Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. // Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteDisplayVideo360AdvertiserLinkProposal RPC.
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) Descriptor
deprecated
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDisplayVideo360AdvertiserLinkProposalRequest.ProtoReflect.Descriptor instead.
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) GetName ¶
func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage ¶
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect ¶
func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) Reset ¶
func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) Reset()
func (*DeleteDisplayVideo360AdvertiserLinkProposalRequest) String ¶
func (x *DeleteDisplayVideo360AdvertiserLinkProposalRequest) String() string
type DeleteDisplayVideo360AdvertiserLinkRequest ¶
type DeleteDisplayVideo360AdvertiserLinkRequest struct { // Required. The name of the DisplayVideo360AdvertiserLink to delete. // Example format: properties/1234/displayVideo360AdvertiserLinks/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteDisplayVideo360AdvertiserLink RPC.
func (*DeleteDisplayVideo360AdvertiserLinkRequest) Descriptor
deprecated
func (*DeleteDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteDisplayVideo360AdvertiserLinkRequest.ProtoReflect.Descriptor instead.
func (*DeleteDisplayVideo360AdvertiserLinkRequest) GetName ¶
func (x *DeleteDisplayVideo360AdvertiserLinkRequest) GetName() string
func (*DeleteDisplayVideo360AdvertiserLinkRequest) ProtoMessage ¶
func (*DeleteDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
func (*DeleteDisplayVideo360AdvertiserLinkRequest) ProtoReflect ¶
func (x *DeleteDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
func (*DeleteDisplayVideo360AdvertiserLinkRequest) Reset ¶
func (x *DeleteDisplayVideo360AdvertiserLinkRequest) Reset()
func (*DeleteDisplayVideo360AdvertiserLinkRequest) String ¶
func (x *DeleteDisplayVideo360AdvertiserLinkRequest) String() string
type DeleteEventCreateRuleRequest ¶ added in v0.20.0
type DeleteEventCreateRuleRequest struct { // Required. Example format: // properties/123/dataStreams/456/eventCreateRules/789 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteEventCreateRule RPC.
func (*DeleteEventCreateRuleRequest) Descriptor
deprecated
added in
v0.20.0
func (*DeleteEventCreateRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEventCreateRuleRequest.ProtoReflect.Descriptor instead.
func (*DeleteEventCreateRuleRequest) GetName ¶ added in v0.20.0
func (x *DeleteEventCreateRuleRequest) GetName() string
func (*DeleteEventCreateRuleRequest) ProtoMessage ¶ added in v0.20.0
func (*DeleteEventCreateRuleRequest) ProtoMessage()
func (*DeleteEventCreateRuleRequest) ProtoReflect ¶ added in v0.20.0
func (x *DeleteEventCreateRuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteEventCreateRuleRequest) Reset ¶ added in v0.20.0
func (x *DeleteEventCreateRuleRequest) Reset()
func (*DeleteEventCreateRuleRequest) String ¶ added in v0.20.0
func (x *DeleteEventCreateRuleRequest) String() string
type DeleteEventEditRuleRequest ¶ added in v0.24.0
type DeleteEventEditRuleRequest struct { // Required. Example format: properties/123/dataStreams/456/eventEditRules/789 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteEventEditRule RPC.
func (*DeleteEventEditRuleRequest) Descriptor
deprecated
added in
v0.24.0
func (*DeleteEventEditRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEventEditRuleRequest.ProtoReflect.Descriptor instead.
func (*DeleteEventEditRuleRequest) GetName ¶ added in v0.24.0
func (x *DeleteEventEditRuleRequest) GetName() string
func (*DeleteEventEditRuleRequest) ProtoMessage ¶ added in v0.24.0
func (*DeleteEventEditRuleRequest) ProtoMessage()
func (*DeleteEventEditRuleRequest) ProtoReflect ¶ added in v0.24.0
func (x *DeleteEventEditRuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteEventEditRuleRequest) Reset ¶ added in v0.24.0
func (x *DeleteEventEditRuleRequest) Reset()
func (*DeleteEventEditRuleRequest) String ¶ added in v0.24.0
func (x *DeleteEventEditRuleRequest) String() string
type DeleteExpandedDataSetRequest ¶ added in v0.18.0
type DeleteExpandedDataSetRequest struct { // Required. Example format: properties/1234/expandedDataSets/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteExpandedDataSet RPC.
func (*DeleteExpandedDataSetRequest) Descriptor
deprecated
added in
v0.18.0
func (*DeleteExpandedDataSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteExpandedDataSetRequest.ProtoReflect.Descriptor instead.
func (*DeleteExpandedDataSetRequest) GetName ¶ added in v0.18.0
func (x *DeleteExpandedDataSetRequest) GetName() string
func (*DeleteExpandedDataSetRequest) ProtoMessage ¶ added in v0.18.0
func (*DeleteExpandedDataSetRequest) ProtoMessage()
func (*DeleteExpandedDataSetRequest) ProtoReflect ¶ added in v0.18.0
func (x *DeleteExpandedDataSetRequest) ProtoReflect() protoreflect.Message
func (*DeleteExpandedDataSetRequest) Reset ¶ added in v0.18.0
func (x *DeleteExpandedDataSetRequest) Reset()
func (*DeleteExpandedDataSetRequest) String ¶ added in v0.18.0
func (x *DeleteExpandedDataSetRequest) String() string
type DeleteFirebaseLinkRequest ¶
type DeleteFirebaseLinkRequest struct { // Required. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} // // Example: `properties/1234/firebaseLinks/5678` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteFirebaseLink RPC
func (*DeleteFirebaseLinkRequest) Descriptor
deprecated
func (*DeleteFirebaseLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFirebaseLinkRequest.ProtoReflect.Descriptor instead.
func (*DeleteFirebaseLinkRequest) GetName ¶
func (x *DeleteFirebaseLinkRequest) GetName() string
func (*DeleteFirebaseLinkRequest) ProtoMessage ¶
func (*DeleteFirebaseLinkRequest) ProtoMessage()
func (*DeleteFirebaseLinkRequest) ProtoReflect ¶
func (x *DeleteFirebaseLinkRequest) ProtoReflect() protoreflect.Message
func (*DeleteFirebaseLinkRequest) Reset ¶
func (x *DeleteFirebaseLinkRequest) Reset()
func (*DeleteFirebaseLinkRequest) String ¶
func (x *DeleteFirebaseLinkRequest) String() string
type DeleteGoogleAdsLinkRequest ¶
type DeleteGoogleAdsLinkRequest struct { // Required. Example format: properties/1234/googleAdsLinks/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteGoogleAdsLink RPC.
func (*DeleteGoogleAdsLinkRequest) Descriptor
deprecated
func (*DeleteGoogleAdsLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGoogleAdsLinkRequest.ProtoReflect.Descriptor instead.
func (*DeleteGoogleAdsLinkRequest) GetName ¶
func (x *DeleteGoogleAdsLinkRequest) GetName() string
func (*DeleteGoogleAdsLinkRequest) ProtoMessage ¶
func (*DeleteGoogleAdsLinkRequest) ProtoMessage()
func (*DeleteGoogleAdsLinkRequest) ProtoReflect ¶
func (x *DeleteGoogleAdsLinkRequest) ProtoReflect() protoreflect.Message
func (*DeleteGoogleAdsLinkRequest) Reset ¶
func (x *DeleteGoogleAdsLinkRequest) Reset()
func (*DeleteGoogleAdsLinkRequest) String ¶
func (x *DeleteGoogleAdsLinkRequest) String() string
type DeleteKeyEventRequest ¶ added in v0.24.0
type DeleteKeyEventRequest struct { // Required. The resource name of the Key Event to delete. // Format: properties/{property}/keyEvents/{key_event} // Example: "properties/123/keyEvents/456" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteKeyEvent RPC
func (*DeleteKeyEventRequest) Descriptor
deprecated
added in
v0.24.0
func (*DeleteKeyEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteKeyEventRequest.ProtoReflect.Descriptor instead.
func (*DeleteKeyEventRequest) GetName ¶ added in v0.24.0
func (x *DeleteKeyEventRequest) GetName() string
func (*DeleteKeyEventRequest) ProtoMessage ¶ added in v0.24.0
func (*DeleteKeyEventRequest) ProtoMessage()
func (*DeleteKeyEventRequest) ProtoReflect ¶ added in v0.24.0
func (x *DeleteKeyEventRequest) ProtoReflect() protoreflect.Message
func (*DeleteKeyEventRequest) Reset ¶ added in v0.24.0
func (x *DeleteKeyEventRequest) Reset()
func (*DeleteKeyEventRequest) String ¶ added in v0.24.0
func (x *DeleteKeyEventRequest) String() string
type DeleteMeasurementProtocolSecretRequest ¶
type DeleteMeasurementProtocolSecretRequest struct { // Required. The name of the MeasurementProtocolSecret to delete. // Format: // properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteMeasurementProtocolSecret RPC
func (*DeleteMeasurementProtocolSecretRequest) Descriptor
deprecated
func (*DeleteMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMeasurementProtocolSecretRequest.ProtoReflect.Descriptor instead.
func (*DeleteMeasurementProtocolSecretRequest) GetName ¶
func (x *DeleteMeasurementProtocolSecretRequest) GetName() string
func (*DeleteMeasurementProtocolSecretRequest) ProtoMessage ¶
func (*DeleteMeasurementProtocolSecretRequest) ProtoMessage()
func (*DeleteMeasurementProtocolSecretRequest) ProtoReflect ¶
func (x *DeleteMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
func (*DeleteMeasurementProtocolSecretRequest) Reset ¶
func (x *DeleteMeasurementProtocolSecretRequest) Reset()
func (*DeleteMeasurementProtocolSecretRequest) String ¶
func (x *DeleteMeasurementProtocolSecretRequest) String() string
type DeletePropertyRequest ¶
type DeletePropertyRequest struct { // Required. The name of the Property to soft-delete. // Format: properties/{property_id} // Example: "properties/1000" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteProperty RPC.
func (*DeletePropertyRequest) Descriptor
deprecated
func (*DeletePropertyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePropertyRequest.ProtoReflect.Descriptor instead.
func (*DeletePropertyRequest) GetName ¶
func (x *DeletePropertyRequest) GetName() string
func (*DeletePropertyRequest) ProtoMessage ¶
func (*DeletePropertyRequest) ProtoMessage()
func (*DeletePropertyRequest) ProtoReflect ¶
func (x *DeletePropertyRequest) ProtoReflect() protoreflect.Message
func (*DeletePropertyRequest) Reset ¶
func (x *DeletePropertyRequest) Reset()
func (*DeletePropertyRequest) String ¶
func (x *DeletePropertyRequest) String() string
type DeleteRollupPropertySourceLinkRequest ¶ added in v0.21.6
type DeleteRollupPropertySourceLinkRequest struct { // Required. Format: // properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} // Example: properties/1234/rollupPropertySourceLinks/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteRollupPropertySourceLink RPC.
func (*DeleteRollupPropertySourceLinkRequest) Descriptor
deprecated
added in
v0.21.6
func (*DeleteRollupPropertySourceLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRollupPropertySourceLinkRequest.ProtoReflect.Descriptor instead.
func (*DeleteRollupPropertySourceLinkRequest) GetName ¶ added in v0.21.6
func (x *DeleteRollupPropertySourceLinkRequest) GetName() string
func (*DeleteRollupPropertySourceLinkRequest) ProtoMessage ¶ added in v0.21.6
func (*DeleteRollupPropertySourceLinkRequest) ProtoMessage()
func (*DeleteRollupPropertySourceLinkRequest) ProtoReflect ¶ added in v0.21.6
func (x *DeleteRollupPropertySourceLinkRequest) ProtoReflect() protoreflect.Message
func (*DeleteRollupPropertySourceLinkRequest) Reset ¶ added in v0.21.6
func (x *DeleteRollupPropertySourceLinkRequest) Reset()
func (*DeleteRollupPropertySourceLinkRequest) String ¶ added in v0.21.6
func (x *DeleteRollupPropertySourceLinkRequest) String() string
type DeleteSKAdNetworkConversionValueSchemaRequest ¶ added in v0.21.4
type DeleteSKAdNetworkConversionValueSchemaRequest struct { // Required. The name of the SKAdNetworkConversionValueSchema to delete. // Format: // properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetwork_conversion_value_schema} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteSKAdNetworkConversionValueSchema RPC.
func (*DeleteSKAdNetworkConversionValueSchemaRequest) Descriptor
deprecated
added in
v0.21.4
func (*DeleteSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSKAdNetworkConversionValueSchemaRequest.ProtoReflect.Descriptor instead.
func (*DeleteSKAdNetworkConversionValueSchemaRequest) GetName ¶ added in v0.21.4
func (x *DeleteSKAdNetworkConversionValueSchemaRequest) GetName() string
func (*DeleteSKAdNetworkConversionValueSchemaRequest) ProtoMessage ¶ added in v0.21.4
func (*DeleteSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
func (*DeleteSKAdNetworkConversionValueSchemaRequest) ProtoReflect ¶ added in v0.21.4
func (x *DeleteSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
func (*DeleteSKAdNetworkConversionValueSchemaRequest) Reset ¶ added in v0.21.4
func (x *DeleteSKAdNetworkConversionValueSchemaRequest) Reset()
func (*DeleteSKAdNetworkConversionValueSchemaRequest) String ¶ added in v0.21.4
func (x *DeleteSKAdNetworkConversionValueSchemaRequest) String() string
type DeleteSearchAds360LinkRequest ¶ added in v0.17.0
type DeleteSearchAds360LinkRequest struct { // Required. The name of the SearchAds360Link to delete. // Example format: properties/1234/SearchAds360Links/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteSearchAds360Link RPC.
func (*DeleteSearchAds360LinkRequest) Descriptor
deprecated
added in
v0.17.0
func (*DeleteSearchAds360LinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSearchAds360LinkRequest.ProtoReflect.Descriptor instead.
func (*DeleteSearchAds360LinkRequest) GetName ¶ added in v0.17.0
func (x *DeleteSearchAds360LinkRequest) GetName() string
func (*DeleteSearchAds360LinkRequest) ProtoMessage ¶ added in v0.17.0
func (*DeleteSearchAds360LinkRequest) ProtoMessage()
func (*DeleteSearchAds360LinkRequest) ProtoReflect ¶ added in v0.17.0
func (x *DeleteSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
func (*DeleteSearchAds360LinkRequest) Reset ¶ added in v0.17.0
func (x *DeleteSearchAds360LinkRequest) Reset()
func (*DeleteSearchAds360LinkRequest) String ¶ added in v0.17.0
func (x *DeleteSearchAds360LinkRequest) String() string
type DeleteSubpropertyEventFilterRequest ¶ added in v0.21.6
type DeleteSubpropertyEventFilterRequest struct { // Required. Resource name of the subproperty event filter to delete. // Format: // properties/property_id/subpropertyEventFilters/subproperty_event_filter // Example: properties/123/subpropertyEventFilters/456 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for DeleteSubpropertyEventFilter RPC.
func (*DeleteSubpropertyEventFilterRequest) Descriptor
deprecated
added in
v0.21.6
func (*DeleteSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSubpropertyEventFilterRequest.ProtoReflect.Descriptor instead.
func (*DeleteSubpropertyEventFilterRequest) GetName ¶ added in v0.21.6
func (x *DeleteSubpropertyEventFilterRequest) GetName() string
func (*DeleteSubpropertyEventFilterRequest) ProtoMessage ¶ added in v0.21.6
func (*DeleteSubpropertyEventFilterRequest) ProtoMessage()
func (*DeleteSubpropertyEventFilterRequest) ProtoReflect ¶ added in v0.21.6
func (x *DeleteSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
func (*DeleteSubpropertyEventFilterRequest) Reset ¶ added in v0.21.6
func (x *DeleteSubpropertyEventFilterRequest) Reset()
func (*DeleteSubpropertyEventFilterRequest) String ¶ added in v0.21.6
func (x *DeleteSubpropertyEventFilterRequest) String() string
type DisplayVideo360AdvertiserLink ¶
type DisplayVideo360AdvertiserLink struct { // Output only. The resource name for this DisplayVideo360AdvertiserLink // resource. Format: // properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} // // Note: linkId is not the Display & Video 360 Advertiser ID Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. The Display & Video 360 Advertiser's advertiser ID. AdvertiserId string `protobuf:"bytes,2,opt,name=advertiser_id,json=advertiserId,proto3" json:"advertiser_id,omitempty"` // Output only. The display name of the Display & Video 360 Advertiser. AdvertiserDisplayName string `` /* 126-byte string literal not displayed */ // Enables personalized advertising features with this integration. // If this field is not set on create/update, it will be defaulted to true. AdsPersonalizationEnabled *wrapperspb.BoolValue `` /* 138-byte string literal not displayed */ // Immutable. Enables the import of campaign data from Display & Video 360 // into the GA4 property. After link creation, this can only be updated from // the Display & Video 360 product. If this field is not set on create, it // will be defaulted to true. CampaignDataSharingEnabled *wrapperspb.BoolValue `` /* 143-byte string literal not displayed */ // Immutable. Enables the import of cost data from Display & Video 360 into // the GA4 property. This can only be enabled if campaign_data_sharing_enabled // is enabled. After link creation, this can only be updated from the Display // & Video 360 product. If this field is not set on create, it will be // defaulted to true. CostDataSharingEnabled *wrapperspb.BoolValue `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
A link between a GA4 property and a Display & Video 360 advertiser.
func (*DisplayVideo360AdvertiserLink) Descriptor
deprecated
func (*DisplayVideo360AdvertiserLink) Descriptor() ([]byte, []int)
Deprecated: Use DisplayVideo360AdvertiserLink.ProtoReflect.Descriptor instead.
func (*DisplayVideo360AdvertiserLink) GetAdsPersonalizationEnabled ¶
func (x *DisplayVideo360AdvertiserLink) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
func (*DisplayVideo360AdvertiserLink) GetAdvertiserDisplayName ¶
func (x *DisplayVideo360AdvertiserLink) GetAdvertiserDisplayName() string
func (*DisplayVideo360AdvertiserLink) GetAdvertiserId ¶
func (x *DisplayVideo360AdvertiserLink) GetAdvertiserId() string
func (*DisplayVideo360AdvertiserLink) GetCampaignDataSharingEnabled ¶
func (x *DisplayVideo360AdvertiserLink) GetCampaignDataSharingEnabled() *wrapperspb.BoolValue
func (*DisplayVideo360AdvertiserLink) GetCostDataSharingEnabled ¶
func (x *DisplayVideo360AdvertiserLink) GetCostDataSharingEnabled() *wrapperspb.BoolValue
func (*DisplayVideo360AdvertiserLink) GetName ¶
func (x *DisplayVideo360AdvertiserLink) GetName() string
func (*DisplayVideo360AdvertiserLink) ProtoMessage ¶
func (*DisplayVideo360AdvertiserLink) ProtoMessage()
func (*DisplayVideo360AdvertiserLink) ProtoReflect ¶
func (x *DisplayVideo360AdvertiserLink) ProtoReflect() protoreflect.Message
func (*DisplayVideo360AdvertiserLink) Reset ¶
func (x *DisplayVideo360AdvertiserLink) Reset()
func (*DisplayVideo360AdvertiserLink) String ¶
func (x *DisplayVideo360AdvertiserLink) String() string
type DisplayVideo360AdvertiserLinkProposal ¶
type DisplayVideo360AdvertiserLinkProposal struct { // Output only. The resource name for this // DisplayVideo360AdvertiserLinkProposal resource. Format: // properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} // // Note: proposalId is not the Display & Video 360 Advertiser ID Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. The Display & Video 360 Advertiser's advertiser ID. AdvertiserId string `protobuf:"bytes,2,opt,name=advertiser_id,json=advertiserId,proto3" json:"advertiser_id,omitempty"` // Output only. The status information for this link proposal. LinkProposalStatusDetails *LinkProposalStatusDetails `` /* 140-byte string literal not displayed */ // Output only. The display name of the Display & Video Advertiser. // Only populated for proposals that originated from Display & Video 360. AdvertiserDisplayName string `` /* 126-byte string literal not displayed */ // Input only. On a proposal being sent to Display & Video 360, this field // must be set to the email address of an admin on the target advertiser. This // is used to verify that the Google Analytics admin is aware of at least one // admin on the Display & Video 360 Advertiser. This does not restrict // approval of the proposal to a single user. Any admin on the Display & Video // 360 Advertiser may approve the proposal. ValidationEmail string `protobuf:"bytes,5,opt,name=validation_email,json=validationEmail,proto3" json:"validation_email,omitempty"` // Immutable. Enables personalized advertising features with this integration. // If this field is not set on create, it will be defaulted to true. AdsPersonalizationEnabled *wrapperspb.BoolValue `` /* 138-byte string literal not displayed */ // Immutable. Enables the import of campaign data from Display & Video 360. // If this field is not set on create, it will be defaulted to true. CampaignDataSharingEnabled *wrapperspb.BoolValue `` /* 143-byte string literal not displayed */ // Immutable. Enables the import of cost data from Display & Video 360. // This can only be enabled if campaign_data_sharing_enabled is enabled. // If this field is not set on create, it will be defaulted to true. CostDataSharingEnabled *wrapperspb.BoolValue `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
A proposal for a link between a GA4 property and a Display & Video 360 advertiser.
A proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve inbound proposals while Display & Video 360 admins approve outbound proposals.
func (*DisplayVideo360AdvertiserLinkProposal) Descriptor
deprecated
func (*DisplayVideo360AdvertiserLinkProposal) Descriptor() ([]byte, []int)
Deprecated: Use DisplayVideo360AdvertiserLinkProposal.ProtoReflect.Descriptor instead.
func (*DisplayVideo360AdvertiserLinkProposal) GetAdsPersonalizationEnabled ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
func (*DisplayVideo360AdvertiserLinkProposal) GetAdvertiserDisplayName ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetAdvertiserDisplayName() string
func (*DisplayVideo360AdvertiserLinkProposal) GetAdvertiserId ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetAdvertiserId() string
func (*DisplayVideo360AdvertiserLinkProposal) GetCampaignDataSharingEnabled ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetCampaignDataSharingEnabled() *wrapperspb.BoolValue
func (*DisplayVideo360AdvertiserLinkProposal) GetCostDataSharingEnabled ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetCostDataSharingEnabled() *wrapperspb.BoolValue
func (*DisplayVideo360AdvertiserLinkProposal) GetLinkProposalStatusDetails ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetLinkProposalStatusDetails() *LinkProposalStatusDetails
func (*DisplayVideo360AdvertiserLinkProposal) GetName ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetName() string
func (*DisplayVideo360AdvertiserLinkProposal) GetValidationEmail ¶
func (x *DisplayVideo360AdvertiserLinkProposal) GetValidationEmail() string
func (*DisplayVideo360AdvertiserLinkProposal) ProtoMessage ¶
func (*DisplayVideo360AdvertiserLinkProposal) ProtoMessage()
func (*DisplayVideo360AdvertiserLinkProposal) ProtoReflect ¶
func (x *DisplayVideo360AdvertiserLinkProposal) ProtoReflect() protoreflect.Message
func (*DisplayVideo360AdvertiserLinkProposal) Reset ¶
func (x *DisplayVideo360AdvertiserLinkProposal) Reset()
func (*DisplayVideo360AdvertiserLinkProposal) String ¶
func (x *DisplayVideo360AdvertiserLinkProposal) String() string
type EnhancedMeasurementSettings ¶ added in v0.19.0
type EnhancedMeasurementSettings struct { // Output only. Resource name of the Enhanced Measurement Settings. // Format: // properties/{property_id}/dataStreams/{data_stream}/enhancedMeasurementSettings // Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Indicates whether Enhanced Measurement Settings will be used to // automatically measure interactions and content on this web stream. // // Changing this value does not affect the settings themselves, but determines // whether they are respected. StreamEnabled bool `protobuf:"varint,2,opt,name=stream_enabled,json=streamEnabled,proto3" json:"stream_enabled,omitempty"` // If enabled, capture scroll events each time a visitor gets to the bottom of // a page. ScrollsEnabled bool `protobuf:"varint,3,opt,name=scrolls_enabled,json=scrollsEnabled,proto3" json:"scrolls_enabled,omitempty"` // If enabled, capture an outbound click event each time a visitor clicks a // link that leads them away from your domain. OutboundClicksEnabled bool `` /* 127-byte string literal not displayed */ // If enabled, capture a view search results event each time a visitor // performs a search on your site (based on a query parameter). SiteSearchEnabled bool `protobuf:"varint,5,opt,name=site_search_enabled,json=siteSearchEnabled,proto3" json:"site_search_enabled,omitempty"` // If enabled, capture video play, progress, and complete events as visitors // view embedded videos on your site. VideoEngagementEnabled bool `` /* 130-byte string literal not displayed */ // If enabled, capture a file download event each time a link is clicked with // a common document, compressed file, application, video, or audio extension. FileDownloadsEnabled bool `protobuf:"varint,7,opt,name=file_downloads_enabled,json=fileDownloadsEnabled,proto3" json:"file_downloads_enabled,omitempty"` // If enabled, capture a page view event each time the website changes the // browser history state. PageChangesEnabled bool `protobuf:"varint,8,opt,name=page_changes_enabled,json=pageChangesEnabled,proto3" json:"page_changes_enabled,omitempty"` // If enabled, capture a form interaction event each time a visitor interacts // with a form on your website. // False by default. FormInteractionsEnabled bool `` /* 133-byte string literal not displayed */ // Required. URL query parameters to interpret as site search parameters. // Max length is 1024 characters. Must not be empty. SearchQueryParameter string `protobuf:"bytes,10,opt,name=search_query_parameter,json=searchQueryParameter,proto3" json:"search_query_parameter,omitempty"` // Additional URL query parameters. // Max length is 1024 characters. UriQueryParameter string `protobuf:"bytes,11,opt,name=uri_query_parameter,json=uriQueryParameter,proto3" json:"uri_query_parameter,omitempty"` // contains filtered or unexported fields }
Singleton resource under a web DataStream, configuring measurement of additional site interactions and content.
func (*EnhancedMeasurementSettings) Descriptor
deprecated
added in
v0.19.0
func (*EnhancedMeasurementSettings) Descriptor() ([]byte, []int)
Deprecated: Use EnhancedMeasurementSettings.ProtoReflect.Descriptor instead.
func (*EnhancedMeasurementSettings) GetFileDownloadsEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetFileDownloadsEnabled() bool
func (*EnhancedMeasurementSettings) GetFormInteractionsEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetFormInteractionsEnabled() bool
func (*EnhancedMeasurementSettings) GetName ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetName() string
func (*EnhancedMeasurementSettings) GetOutboundClicksEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetOutboundClicksEnabled() bool
func (*EnhancedMeasurementSettings) GetPageChangesEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetPageChangesEnabled() bool
func (*EnhancedMeasurementSettings) GetScrollsEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetScrollsEnabled() bool
func (*EnhancedMeasurementSettings) GetSearchQueryParameter ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetSearchQueryParameter() string
func (*EnhancedMeasurementSettings) GetSiteSearchEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetSiteSearchEnabled() bool
func (*EnhancedMeasurementSettings) GetStreamEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetStreamEnabled() bool
func (*EnhancedMeasurementSettings) GetUriQueryParameter ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetUriQueryParameter() string
func (*EnhancedMeasurementSettings) GetVideoEngagementEnabled ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) GetVideoEngagementEnabled() bool
func (*EnhancedMeasurementSettings) ProtoMessage ¶ added in v0.19.0
func (*EnhancedMeasurementSettings) ProtoMessage()
func (*EnhancedMeasurementSettings) ProtoReflect ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) ProtoReflect() protoreflect.Message
func (*EnhancedMeasurementSettings) Reset ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) Reset()
func (*EnhancedMeasurementSettings) String ¶ added in v0.19.0
func (x *EnhancedMeasurementSettings) String() string
type EventCreateRule ¶ added in v0.20.0
type EventCreateRule struct { // Output only. Resource name for this EventCreateRule resource. // Format: // properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The name of the new event to be created. // // This value must: // * be less than 40 characters // * consist only of letters, digits or _ (underscores) // * start with a letter DestinationEvent string `protobuf:"bytes,2,opt,name=destination_event,json=destinationEvent,proto3" json:"destination_event,omitempty"` // Required. Must have at least one condition, and can have up to 10 max. // Conditions on the source event must match for this rule to be applied. EventConditions []*MatchingCondition `protobuf:"bytes,3,rep,name=event_conditions,json=eventConditions,proto3" json:"event_conditions,omitempty"` // If true, the source parameters are copied to the new event. // If false, or unset, all non-internal parameters are not copied from the // source event. Parameter mutations are applied after the parameters have // been copied. SourceCopyParameters bool `protobuf:"varint,4,opt,name=source_copy_parameters,json=sourceCopyParameters,proto3" json:"source_copy_parameters,omitempty"` // Parameter mutations define parameter behavior on the new event, and // are applied in order. // A maximum of 20 mutations can be applied. ParameterMutations []*ParameterMutation `protobuf:"bytes,5,rep,name=parameter_mutations,json=parameterMutations,proto3" json:"parameter_mutations,omitempty"` // contains filtered or unexported fields }
An Event Create Rule defines conditions that will trigger the creation of an entirely new event based upon matched criteria of a source event. Additional mutations of the parameters from the source event can be defined.
Unlike Event Edit rules, Event Creation Rules have no defined order. They will all be run independently.
Event Edit and Event Create rules can't be used to modify an event created from an Event Create rule.
func (*EventCreateRule) Descriptor
deprecated
added in
v0.20.0
func (*EventCreateRule) Descriptor() ([]byte, []int)
Deprecated: Use EventCreateRule.ProtoReflect.Descriptor instead.
func (*EventCreateRule) GetDestinationEvent ¶ added in v0.20.0
func (x *EventCreateRule) GetDestinationEvent() string
func (*EventCreateRule) GetEventConditions ¶ added in v0.20.0
func (x *EventCreateRule) GetEventConditions() []*MatchingCondition
func (*EventCreateRule) GetName ¶ added in v0.20.0
func (x *EventCreateRule) GetName() string
func (*EventCreateRule) GetParameterMutations ¶ added in v0.20.0
func (x *EventCreateRule) GetParameterMutations() []*ParameterMutation
func (*EventCreateRule) GetSourceCopyParameters ¶ added in v0.20.0
func (x *EventCreateRule) GetSourceCopyParameters() bool
func (*EventCreateRule) ProtoMessage ¶ added in v0.20.0
func (*EventCreateRule) ProtoMessage()
func (*EventCreateRule) ProtoReflect ¶ added in v0.20.0
func (x *EventCreateRule) ProtoReflect() protoreflect.Message
func (*EventCreateRule) Reset ¶ added in v0.20.0
func (x *EventCreateRule) Reset()
func (*EventCreateRule) String ¶ added in v0.20.0
func (x *EventCreateRule) String() string
type EventEditRule ¶ added in v0.24.0
type EventEditRule struct { // Identifier. Resource name for this EventEditRule resource. // Format: // properties/{property}/dataStreams/{data_stream}/eventEditRules/{event_edit_rule} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The display name of this event edit rule. Maximum of 255 // characters. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. Conditions on the source event must match for this rule to be // applied. Must have at least one condition, and can have up to 10 max. EventConditions []*MatchingCondition `protobuf:"bytes,3,rep,name=event_conditions,json=eventConditions,proto3" json:"event_conditions,omitempty"` // Required. Parameter mutations define parameter behavior on the new event, // and are applied in order. A maximum of 20 mutations can be applied. ParameterMutations []*ParameterMutation `protobuf:"bytes,4,rep,name=parameter_mutations,json=parameterMutations,proto3" json:"parameter_mutations,omitempty"` // Output only. The order for which this rule will be processed. Rules with an // order value lower than this will be processed before this rule, rules with // an order value higher than this will be processed after this rule. New // event edit rules will be assigned an order value at the end of the order. // // This value does not apply to event create rules. ProcessingOrder int64 `protobuf:"varint,5,opt,name=processing_order,json=processingOrder,proto3" json:"processing_order,omitempty"` // contains filtered or unexported fields }
An Event Edit Rule defines conditions that will trigger the creation of an entirely new event based upon matched criteria of a source event. Additional mutations of the parameters from the source event can be defined.
Unlike Event Create rules, Event Edit Rules are applied in their defined order.
Event Edit rules can't be used to modify an event created from an Event Create rule.
func (*EventEditRule) Descriptor
deprecated
added in
v0.24.0
func (*EventEditRule) Descriptor() ([]byte, []int)
Deprecated: Use EventEditRule.ProtoReflect.Descriptor instead.
func (*EventEditRule) GetDisplayName ¶ added in v0.24.0
func (x *EventEditRule) GetDisplayName() string
func (*EventEditRule) GetEventConditions ¶ added in v0.24.0
func (x *EventEditRule) GetEventConditions() []*MatchingCondition
func (*EventEditRule) GetName ¶ added in v0.24.0
func (x *EventEditRule) GetName() string
func (*EventEditRule) GetParameterMutations ¶ added in v0.24.0
func (x *EventEditRule) GetParameterMutations() []*ParameterMutation
func (*EventEditRule) GetProcessingOrder ¶ added in v0.24.0
func (x *EventEditRule) GetProcessingOrder() int64
func (*EventEditRule) ProtoMessage ¶ added in v0.24.0
func (*EventEditRule) ProtoMessage()
func (*EventEditRule) ProtoReflect ¶ added in v0.24.0
func (x *EventEditRule) ProtoReflect() protoreflect.Message
func (*EventEditRule) Reset ¶ added in v0.24.0
func (x *EventEditRule) Reset()
func (*EventEditRule) String ¶ added in v0.24.0
func (x *EventEditRule) String() string
type EventMapping ¶ added in v0.21.4
type EventMapping struct { // Required. Name of the GA4 event. It must always be set. // The max allowed display name length is 40 UTF-16 code units. EventName string `protobuf:"bytes,1,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"` // At least one of the following four min/max values must be set. The // values set will be ANDed together to qualify an event. // The minimum number of times the event occurred. If not set, minimum event // count won't be checked. MinEventCount *int64 `protobuf:"varint,2,opt,name=min_event_count,json=minEventCount,proto3,oneof" json:"min_event_count,omitempty"` // The maximum number of times the event occurred. If not set, maximum event // count won't be checked. MaxEventCount *int64 `protobuf:"varint,3,opt,name=max_event_count,json=maxEventCount,proto3,oneof" json:"max_event_count,omitempty"` // The minimum revenue generated due to the event. Revenue currency will be // defined at the property level. If not set, minimum event value won't be // checked. MinEventValue *float64 `protobuf:"fixed64,4,opt,name=min_event_value,json=minEventValue,proto3,oneof" json:"min_event_value,omitempty"` // The maximum revenue generated due to the event. Revenue currency will be // defined at the property level. If not set, maximum event value won't be // checked. MaxEventValue *float64 `protobuf:"fixed64,5,opt,name=max_event_value,json=maxEventValue,proto3,oneof" json:"max_event_value,omitempty"` // contains filtered or unexported fields }
Event setting conditions to match an event.
func (*EventMapping) Descriptor
deprecated
added in
v0.21.4
func (*EventMapping) Descriptor() ([]byte, []int)
Deprecated: Use EventMapping.ProtoReflect.Descriptor instead.
func (*EventMapping) GetEventName ¶ added in v0.21.4
func (x *EventMapping) GetEventName() string
func (*EventMapping) GetMaxEventCount ¶ added in v0.21.4
func (x *EventMapping) GetMaxEventCount() int64
func (*EventMapping) GetMaxEventValue ¶ added in v0.21.4
func (x *EventMapping) GetMaxEventValue() float64
func (*EventMapping) GetMinEventCount ¶ added in v0.21.4
func (x *EventMapping) GetMinEventCount() int64
func (*EventMapping) GetMinEventValue ¶ added in v0.21.4
func (x *EventMapping) GetMinEventValue() float64
func (*EventMapping) ProtoMessage ¶ added in v0.21.4
func (*EventMapping) ProtoMessage()
func (*EventMapping) ProtoReflect ¶ added in v0.21.4
func (x *EventMapping) ProtoReflect() protoreflect.Message
func (*EventMapping) Reset ¶ added in v0.21.4
func (x *EventMapping) Reset()
func (*EventMapping) String ¶ added in v0.21.4
func (x *EventMapping) String() string
type ExpandedDataSet ¶ added in v0.17.0
type ExpandedDataSet struct { // Output only. The resource name for this ExpandedDataSet resource. // Format: properties/{property_id}/expandedDataSets/{expanded_data_set} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The display name of the ExpandedDataSet. // Max 200 chars. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional. The description of the ExpandedDataSet. // Max 50 chars. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Immutable. The list of dimensions included in the ExpandedDataSet. // See the [API // Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) // for the list of dimension names. DimensionNames []string `protobuf:"bytes,4,rep,name=dimension_names,json=dimensionNames,proto3" json:"dimension_names,omitempty"` // Immutable. The list of metrics included in the ExpandedDataSet. // See the [API // Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) // for the list of dimension names. MetricNames []string `protobuf:"bytes,5,rep,name=metric_names,json=metricNames,proto3" json:"metric_names,omitempty"` // Immutable. A logical expression of ExpandedDataSet filters applied to // dimension included in the ExpandedDataSet. This filter is used to reduce // the number of rows and thus the chance of encountering `other` row. DimensionFilterExpression *ExpandedDataSetFilterExpression `` /* 138-byte string literal not displayed */ // Output only. Time when expanded data set began (or will begin) collecing // data. DataCollectionStartTime *timestamppb.Timestamp `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
A resource message representing a GA4 ExpandedDataSet.
func (*ExpandedDataSet) Descriptor
deprecated
added in
v0.17.0
func (*ExpandedDataSet) Descriptor() ([]byte, []int)
Deprecated: Use ExpandedDataSet.ProtoReflect.Descriptor instead.
func (*ExpandedDataSet) GetDataCollectionStartTime ¶ added in v0.17.0
func (x *ExpandedDataSet) GetDataCollectionStartTime() *timestamppb.Timestamp
func (*ExpandedDataSet) GetDescription ¶ added in v0.17.0
func (x *ExpandedDataSet) GetDescription() string
func (*ExpandedDataSet) GetDimensionFilterExpression ¶ added in v0.17.0
func (x *ExpandedDataSet) GetDimensionFilterExpression() *ExpandedDataSetFilterExpression
func (*ExpandedDataSet) GetDimensionNames ¶ added in v0.17.0
func (x *ExpandedDataSet) GetDimensionNames() []string
func (*ExpandedDataSet) GetDisplayName ¶ added in v0.17.0
func (x *ExpandedDataSet) GetDisplayName() string
func (*ExpandedDataSet) GetMetricNames ¶ added in v0.17.0
func (x *ExpandedDataSet) GetMetricNames() []string
func (*ExpandedDataSet) GetName ¶ added in v0.17.0
func (x *ExpandedDataSet) GetName() string
func (*ExpandedDataSet) ProtoMessage ¶ added in v0.17.0
func (*ExpandedDataSet) ProtoMessage()
func (*ExpandedDataSet) ProtoReflect ¶ added in v0.17.0
func (x *ExpandedDataSet) ProtoReflect() protoreflect.Message
func (*ExpandedDataSet) Reset ¶ added in v0.17.0
func (x *ExpandedDataSet) Reset()
func (*ExpandedDataSet) String ¶ added in v0.17.0
func (x *ExpandedDataSet) String() string
type ExpandedDataSetFilter ¶ added in v0.17.0
type ExpandedDataSetFilter struct { // One of the above filters. // // Types that are assignable to OneFilter: // // *ExpandedDataSetFilter_StringFilter_ // *ExpandedDataSetFilter_InListFilter_ OneFilter isExpandedDataSetFilter_OneFilter `protobuf_oneof:"one_filter"` // Required. The dimension name to filter. FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // contains filtered or unexported fields }
A specific filter for a single dimension
func (*ExpandedDataSetFilter) Descriptor
deprecated
added in
v0.17.0
func (*ExpandedDataSetFilter) Descriptor() ([]byte, []int)
Deprecated: Use ExpandedDataSetFilter.ProtoReflect.Descriptor instead.
func (*ExpandedDataSetFilter) GetFieldName ¶ added in v0.17.0
func (x *ExpandedDataSetFilter) GetFieldName() string
func (*ExpandedDataSetFilter) GetInListFilter ¶ added in v0.17.0
func (x *ExpandedDataSetFilter) GetInListFilter() *ExpandedDataSetFilter_InListFilter
func (*ExpandedDataSetFilter) GetOneFilter ¶ added in v0.17.0
func (m *ExpandedDataSetFilter) GetOneFilter() isExpandedDataSetFilter_OneFilter
func (*ExpandedDataSetFilter) GetStringFilter ¶ added in v0.17.0
func (x *ExpandedDataSetFilter) GetStringFilter() *ExpandedDataSetFilter_StringFilter
func (*ExpandedDataSetFilter) ProtoMessage ¶ added in v0.17.0
func (*ExpandedDataSetFilter) ProtoMessage()
func (*ExpandedDataSetFilter) ProtoReflect ¶ added in v0.17.0
func (x *ExpandedDataSetFilter) ProtoReflect() protoreflect.Message
func (*ExpandedDataSetFilter) Reset ¶ added in v0.17.0
func (x *ExpandedDataSetFilter) Reset()
func (*ExpandedDataSetFilter) String ¶ added in v0.17.0
func (x *ExpandedDataSetFilter) String() string
type ExpandedDataSetFilterExpression ¶ added in v0.17.0
type ExpandedDataSetFilterExpression struct { // The expression applied to a filter. // // Types that are assignable to Expr: // // *ExpandedDataSetFilterExpression_AndGroup // *ExpandedDataSetFilterExpression_NotExpression // *ExpandedDataSetFilterExpression_Filter Expr isExpandedDataSetFilterExpression_Expr `protobuf_oneof:"expr"` // contains filtered or unexported fields }
A logical expression of EnhancedDataSet dimension filters.
func (*ExpandedDataSetFilterExpression) Descriptor
deprecated
added in
v0.17.0
func (*ExpandedDataSetFilterExpression) Descriptor() ([]byte, []int)
Deprecated: Use ExpandedDataSetFilterExpression.ProtoReflect.Descriptor instead.
func (*ExpandedDataSetFilterExpression) GetAndGroup ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpression) GetAndGroup() *ExpandedDataSetFilterExpressionList
func (*ExpandedDataSetFilterExpression) GetExpr ¶ added in v0.17.0
func (m *ExpandedDataSetFilterExpression) GetExpr() isExpandedDataSetFilterExpression_Expr
func (*ExpandedDataSetFilterExpression) GetFilter ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpression) GetFilter() *ExpandedDataSetFilter
func (*ExpandedDataSetFilterExpression) GetNotExpression ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpression) GetNotExpression() *ExpandedDataSetFilterExpression
func (*ExpandedDataSetFilterExpression) ProtoMessage ¶ added in v0.17.0
func (*ExpandedDataSetFilterExpression) ProtoMessage()
func (*ExpandedDataSetFilterExpression) ProtoReflect ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpression) ProtoReflect() protoreflect.Message
func (*ExpandedDataSetFilterExpression) Reset ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpression) Reset()
func (*ExpandedDataSetFilterExpression) String ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpression) String() string
type ExpandedDataSetFilterExpressionList ¶ added in v0.17.0
type ExpandedDataSetFilterExpressionList struct { // A list of ExpandedDataSet filter expressions. FilterExpressions []*ExpandedDataSetFilterExpression `protobuf:"bytes,1,rep,name=filter_expressions,json=filterExpressions,proto3" json:"filter_expressions,omitempty"` // contains filtered or unexported fields }
A list of ExpandedDataSet filter expressions.
func (*ExpandedDataSetFilterExpressionList) Descriptor
deprecated
added in
v0.17.0
func (*ExpandedDataSetFilterExpressionList) Descriptor() ([]byte, []int)
Deprecated: Use ExpandedDataSetFilterExpressionList.ProtoReflect.Descriptor instead.
func (*ExpandedDataSetFilterExpressionList) GetFilterExpressions ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpressionList) GetFilterExpressions() []*ExpandedDataSetFilterExpression
func (*ExpandedDataSetFilterExpressionList) ProtoMessage ¶ added in v0.17.0
func (*ExpandedDataSetFilterExpressionList) ProtoMessage()
func (*ExpandedDataSetFilterExpressionList) ProtoReflect ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpressionList) ProtoReflect() protoreflect.Message
func (*ExpandedDataSetFilterExpressionList) Reset ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpressionList) Reset()
func (*ExpandedDataSetFilterExpressionList) String ¶ added in v0.17.0
func (x *ExpandedDataSetFilterExpressionList) String() string
type ExpandedDataSetFilterExpression_AndGroup ¶ added in v0.17.0
type ExpandedDataSetFilterExpression_AndGroup struct { // A list of expressions to be AND’ed together. It must contain a // ExpandedDataSetFilterExpression with either not_expression or // dimension_filter. This must be set for the top level // ExpandedDataSetFilterExpression. AndGroup *ExpandedDataSetFilterExpressionList `protobuf:"bytes,1,opt,name=and_group,json=andGroup,proto3,oneof"` }
type ExpandedDataSetFilterExpression_Filter ¶ added in v0.17.0
type ExpandedDataSetFilterExpression_Filter struct { // A filter on a single dimension. This cannot be set on the top // level ExpandedDataSetFilterExpression. Filter *ExpandedDataSetFilter `protobuf:"bytes,3,opt,name=filter,proto3,oneof"` }
type ExpandedDataSetFilterExpression_NotExpression ¶ added in v0.17.0
type ExpandedDataSetFilterExpression_NotExpression struct { // A filter expression to be NOT'ed (that is, inverted, complemented). It // must include a dimension_filter. This cannot be set on the // top level ExpandedDataSetFilterExpression. NotExpression *ExpandedDataSetFilterExpression `protobuf:"bytes,2,opt,name=not_expression,json=notExpression,proto3,oneof"` }
type ExpandedDataSetFilter_InListFilter ¶ added in v0.17.0
type ExpandedDataSetFilter_InListFilter struct { // Required. The list of possible string values to match against. Must be // non-empty. Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // Optional. If true, the match is case-sensitive. If false, the match is // case-insensitive. // Must be true. CaseSensitive bool `protobuf:"varint,2,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"` // contains filtered or unexported fields }
A filter for a string dimension that matches a particular list of options.
func (*ExpandedDataSetFilter_InListFilter) Descriptor
deprecated
added in
v0.17.0
func (*ExpandedDataSetFilter_InListFilter) Descriptor() ([]byte, []int)
Deprecated: Use ExpandedDataSetFilter_InListFilter.ProtoReflect.Descriptor instead.
func (*ExpandedDataSetFilter_InListFilter) GetCaseSensitive ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_InListFilter) GetCaseSensitive() bool
func (*ExpandedDataSetFilter_InListFilter) GetValues ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_InListFilter) GetValues() []string
func (*ExpandedDataSetFilter_InListFilter) ProtoMessage ¶ added in v0.17.0
func (*ExpandedDataSetFilter_InListFilter) ProtoMessage()
func (*ExpandedDataSetFilter_InListFilter) ProtoReflect ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_InListFilter) ProtoReflect() protoreflect.Message
func (*ExpandedDataSetFilter_InListFilter) Reset ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_InListFilter) Reset()
func (*ExpandedDataSetFilter_InListFilter) String ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_InListFilter) String() string
type ExpandedDataSetFilter_InListFilter_ ¶ added in v0.17.0
type ExpandedDataSetFilter_InListFilter_ struct { // A filter for a string dimension that matches a particular list of // options. InListFilter *ExpandedDataSetFilter_InListFilter `protobuf:"bytes,3,opt,name=in_list_filter,json=inListFilter,proto3,oneof"` }
type ExpandedDataSetFilter_StringFilter ¶ added in v0.17.0
type ExpandedDataSetFilter_StringFilter struct { // Required. The match type for the string filter. MatchType ExpandedDataSetFilter_StringFilter_MatchType `` /* 170-byte string literal not displayed */ // Required. The string value to be matched against. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // Optional. If true, the match is case-sensitive. If false, the match is // case-insensitive. // Must be true when match_type is EXACT. // Must be false when match_type is CONTAINS. CaseSensitive bool `protobuf:"varint,3,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"` // contains filtered or unexported fields }
A filter for a string-type dimension that matches a particular pattern.
func (*ExpandedDataSetFilter_StringFilter) Descriptor
deprecated
added in
v0.17.0
func (*ExpandedDataSetFilter_StringFilter) Descriptor() ([]byte, []int)
Deprecated: Use ExpandedDataSetFilter_StringFilter.ProtoReflect.Descriptor instead.
func (*ExpandedDataSetFilter_StringFilter) GetCaseSensitive ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_StringFilter) GetCaseSensitive() bool
func (*ExpandedDataSetFilter_StringFilter) GetMatchType ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_StringFilter) GetMatchType() ExpandedDataSetFilter_StringFilter_MatchType
func (*ExpandedDataSetFilter_StringFilter) GetValue ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_StringFilter) GetValue() string
func (*ExpandedDataSetFilter_StringFilter) ProtoMessage ¶ added in v0.17.0
func (*ExpandedDataSetFilter_StringFilter) ProtoMessage()
func (*ExpandedDataSetFilter_StringFilter) ProtoReflect ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_StringFilter) ProtoReflect() protoreflect.Message
func (*ExpandedDataSetFilter_StringFilter) Reset ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_StringFilter) Reset()
func (*ExpandedDataSetFilter_StringFilter) String ¶ added in v0.17.0
func (x *ExpandedDataSetFilter_StringFilter) String() string
type ExpandedDataSetFilter_StringFilter_ ¶ added in v0.17.0
type ExpandedDataSetFilter_StringFilter_ struct { // A filter for a string-type dimension that matches a particular pattern. StringFilter *ExpandedDataSetFilter_StringFilter `protobuf:"bytes,2,opt,name=string_filter,json=stringFilter,proto3,oneof"` }
type ExpandedDataSetFilter_StringFilter_MatchType ¶ added in v0.17.0
type ExpandedDataSetFilter_StringFilter_MatchType int32
The match type for the string filter.
const ( // Unspecified ExpandedDataSetFilter_StringFilter_MATCH_TYPE_UNSPECIFIED ExpandedDataSetFilter_StringFilter_MatchType = 0 // Exact match of the string value. ExpandedDataSetFilter_StringFilter_EXACT ExpandedDataSetFilter_StringFilter_MatchType = 1 // Contains the string value. ExpandedDataSetFilter_StringFilter_CONTAINS ExpandedDataSetFilter_StringFilter_MatchType = 2 )
func (ExpandedDataSetFilter_StringFilter_MatchType) Descriptor ¶ added in v0.17.0
func (ExpandedDataSetFilter_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
func (ExpandedDataSetFilter_StringFilter_MatchType) EnumDescriptor
deprecated
added in
v0.17.0
func (ExpandedDataSetFilter_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExpandedDataSetFilter_StringFilter_MatchType.Descriptor instead.
func (ExpandedDataSetFilter_StringFilter_MatchType) Number ¶ added in v0.17.0
func (x ExpandedDataSetFilter_StringFilter_MatchType) Number() protoreflect.EnumNumber
func (ExpandedDataSetFilter_StringFilter_MatchType) String ¶ added in v0.17.0
func (x ExpandedDataSetFilter_StringFilter_MatchType) String() string
func (ExpandedDataSetFilter_StringFilter_MatchType) Type ¶ added in v0.17.0
func (ExpandedDataSetFilter_StringFilter_MatchType) Type() protoreflect.EnumType
type FetchAutomatedGa4ConfigurationOptOutRequest ¶ added in v0.17.0
type FetchAutomatedGa4ConfigurationOptOutRequest struct { // Required. The UA property to get the opt out status. Note this request uses // the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. // Format: properties/{internalWebPropertyId} // Example: properties/1234 Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // contains filtered or unexported fields }
Request for fetching the opt out status for the automated GA4 setup process.
func (*FetchAutomatedGa4ConfigurationOptOutRequest) Descriptor
deprecated
added in
v0.17.0
func (*FetchAutomatedGa4ConfigurationOptOutRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchAutomatedGa4ConfigurationOptOutRequest.ProtoReflect.Descriptor instead.
func (*FetchAutomatedGa4ConfigurationOptOutRequest) GetProperty ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutRequest) GetProperty() string
func (*FetchAutomatedGa4ConfigurationOptOutRequest) ProtoMessage ¶ added in v0.17.0
func (*FetchAutomatedGa4ConfigurationOptOutRequest) ProtoMessage()
func (*FetchAutomatedGa4ConfigurationOptOutRequest) ProtoReflect ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutRequest) ProtoReflect() protoreflect.Message
func (*FetchAutomatedGa4ConfigurationOptOutRequest) Reset ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutRequest) Reset()
func (*FetchAutomatedGa4ConfigurationOptOutRequest) String ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutRequest) String() string
type FetchAutomatedGa4ConfigurationOptOutResponse ¶ added in v0.17.0
type FetchAutomatedGa4ConfigurationOptOutResponse struct { // The opt out status for the UA property. OptOut bool `protobuf:"varint,1,opt,name=opt_out,json=optOut,proto3" json:"opt_out,omitempty"` // contains filtered or unexported fields }
Response message for fetching the opt out status for the automated GA4 setup process.
func (*FetchAutomatedGa4ConfigurationOptOutResponse) Descriptor
deprecated
added in
v0.17.0
func (*FetchAutomatedGa4ConfigurationOptOutResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchAutomatedGa4ConfigurationOptOutResponse.ProtoReflect.Descriptor instead.
func (*FetchAutomatedGa4ConfigurationOptOutResponse) GetOptOut ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutResponse) GetOptOut() bool
func (*FetchAutomatedGa4ConfigurationOptOutResponse) ProtoMessage ¶ added in v0.17.0
func (*FetchAutomatedGa4ConfigurationOptOutResponse) ProtoMessage()
func (*FetchAutomatedGa4ConfigurationOptOutResponse) ProtoReflect ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutResponse) ProtoReflect() protoreflect.Message
func (*FetchAutomatedGa4ConfigurationOptOutResponse) Reset ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutResponse) Reset()
func (*FetchAutomatedGa4ConfigurationOptOutResponse) String ¶ added in v0.17.0
func (x *FetchAutomatedGa4ConfigurationOptOutResponse) String() string
type FetchConnectedGa4PropertyRequest ¶ added in v0.19.1
type FetchConnectedGa4PropertyRequest struct { // Required. The UA property for which to look up the connected GA4 property. // Note this request uses the // internal property ID, not the tracking ID of the form UA-XXXXXX-YY. // Format: properties/{internal_web_property_id} // Example: properties/1234 Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // contains filtered or unexported fields }
Request for looking up GA4 property connected to a UA property.
func (*FetchConnectedGa4PropertyRequest) Descriptor
deprecated
added in
v0.19.1
func (*FetchConnectedGa4PropertyRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchConnectedGa4PropertyRequest.ProtoReflect.Descriptor instead.
func (*FetchConnectedGa4PropertyRequest) GetProperty ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyRequest) GetProperty() string
func (*FetchConnectedGa4PropertyRequest) ProtoMessage ¶ added in v0.19.1
func (*FetchConnectedGa4PropertyRequest) ProtoMessage()
func (*FetchConnectedGa4PropertyRequest) ProtoReflect ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyRequest) ProtoReflect() protoreflect.Message
func (*FetchConnectedGa4PropertyRequest) Reset ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyRequest) Reset()
func (*FetchConnectedGa4PropertyRequest) String ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyRequest) String() string
type FetchConnectedGa4PropertyResponse ¶ added in v0.19.1
type FetchConnectedGa4PropertyResponse struct { // The GA4 property connected to the UA property. An empty string is returned // when there is no connected GA4 property. // Format: properties/{property_id} // Example: properties/1234 Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // contains filtered or unexported fields }
Response for looking up GA4 property connected to a UA property.
func (*FetchConnectedGa4PropertyResponse) Descriptor
deprecated
added in
v0.19.1
func (*FetchConnectedGa4PropertyResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchConnectedGa4PropertyResponse.ProtoReflect.Descriptor instead.
func (*FetchConnectedGa4PropertyResponse) GetProperty ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyResponse) GetProperty() string
func (*FetchConnectedGa4PropertyResponse) ProtoMessage ¶ added in v0.19.1
func (*FetchConnectedGa4PropertyResponse) ProtoMessage()
func (*FetchConnectedGa4PropertyResponse) ProtoReflect ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyResponse) ProtoReflect() protoreflect.Message
func (*FetchConnectedGa4PropertyResponse) Reset ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyResponse) Reset()
func (*FetchConnectedGa4PropertyResponse) String ¶ added in v0.19.1
func (x *FetchConnectedGa4PropertyResponse) String() string
type FirebaseLink ¶
type FirebaseLink struct { // Output only. Example format: properties/1234/firebaseLinks/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. Firebase project resource name. When creating a FirebaseLink, // you may provide this resource name using either a project number or project // ID. Once this resource has been created, returned FirebaseLinks will always // have a project_name that contains a project number. // // Format: 'projects/{project number}' // Example: 'projects/1234' Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` // Output only. Time when this FirebaseLink was originally created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // contains filtered or unexported fields }
A link between a GA4 property and a Firebase project.
func (*FirebaseLink) Descriptor
deprecated
func (*FirebaseLink) Descriptor() ([]byte, []int)
Deprecated: Use FirebaseLink.ProtoReflect.Descriptor instead.
func (*FirebaseLink) GetCreateTime ¶
func (x *FirebaseLink) GetCreateTime() *timestamppb.Timestamp
func (*FirebaseLink) GetName ¶
func (x *FirebaseLink) GetName() string
func (*FirebaseLink) GetProject ¶
func (x *FirebaseLink) GetProject() string
func (*FirebaseLink) ProtoMessage ¶
func (*FirebaseLink) ProtoMessage()
func (*FirebaseLink) ProtoReflect ¶
func (x *FirebaseLink) ProtoReflect() protoreflect.Message
func (*FirebaseLink) Reset ¶
func (x *FirebaseLink) Reset()
func (*FirebaseLink) String ¶
func (x *FirebaseLink) String() string
type GetAccessBindingRequest ¶ added in v0.18.0
type GetAccessBindingRequest struct { // Required. The name of the access binding to retrieve. // Formats: // - accounts/{account}/accessBindings/{accessBinding} // - properties/{property}/accessBindings/{accessBinding} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetAccessBinding RPC.
func (*GetAccessBindingRequest) Descriptor
deprecated
added in
v0.18.0
func (*GetAccessBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccessBindingRequest.ProtoReflect.Descriptor instead.
func (*GetAccessBindingRequest) GetName ¶ added in v0.18.0
func (x *GetAccessBindingRequest) GetName() string
func (*GetAccessBindingRequest) ProtoMessage ¶ added in v0.18.0
func (*GetAccessBindingRequest) ProtoMessage()
func (*GetAccessBindingRequest) ProtoReflect ¶ added in v0.18.0
func (x *GetAccessBindingRequest) ProtoReflect() protoreflect.Message
func (*GetAccessBindingRequest) Reset ¶ added in v0.18.0
func (x *GetAccessBindingRequest) Reset()
func (*GetAccessBindingRequest) String ¶ added in v0.18.0
func (x *GetAccessBindingRequest) String() string
type GetAccountRequest ¶
type GetAccountRequest struct { // Required. The name of the account to lookup. // Format: accounts/{account} // Example: "accounts/100" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetAccount RPC.
func (*GetAccountRequest) Descriptor
deprecated
func (*GetAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountRequest.ProtoReflect.Descriptor instead.
func (*GetAccountRequest) GetName ¶
func (x *GetAccountRequest) GetName() string
func (*GetAccountRequest) ProtoMessage ¶
func (*GetAccountRequest) ProtoMessage()
func (*GetAccountRequest) ProtoReflect ¶
func (x *GetAccountRequest) ProtoReflect() protoreflect.Message
func (*GetAccountRequest) Reset ¶
func (x *GetAccountRequest) Reset()
func (*GetAccountRequest) String ¶
func (x *GetAccountRequest) String() string
type GetAdSenseLinkRequest ¶ added in v0.20.0
type GetAdSenseLinkRequest struct { // Required. Unique identifier for the AdSense Link requested. // Format: properties/{propertyId}/adSenseLinks/{linkId} // Example: properties/1234/adSenseLinks/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message to be passed to GetAdSenseLink method.
func (*GetAdSenseLinkRequest) Descriptor
deprecated
added in
v0.20.0
func (*GetAdSenseLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAdSenseLinkRequest.ProtoReflect.Descriptor instead.
func (*GetAdSenseLinkRequest) GetName ¶ added in v0.20.0
func (x *GetAdSenseLinkRequest) GetName() string
func (*GetAdSenseLinkRequest) ProtoMessage ¶ added in v0.20.0
func (*GetAdSenseLinkRequest) ProtoMessage()
func (*GetAdSenseLinkRequest) ProtoReflect ¶ added in v0.20.0
func (x *GetAdSenseLinkRequest) ProtoReflect() protoreflect.Message
func (*GetAdSenseLinkRequest) Reset ¶ added in v0.20.0
func (x *GetAdSenseLinkRequest) Reset()
func (*GetAdSenseLinkRequest) String ¶ added in v0.20.0
func (x *GetAdSenseLinkRequest) String() string
type GetAttributionSettingsRequest ¶
type GetAttributionSettingsRequest struct { // Required. The name of the attribution settings to retrieve. // Format: properties/{property}/attributionSettings Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetAttributionSettings RPC.
func (*GetAttributionSettingsRequest) Descriptor
deprecated
func (*GetAttributionSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAttributionSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetAttributionSettingsRequest) GetName ¶
func (x *GetAttributionSettingsRequest) GetName() string
func (*GetAttributionSettingsRequest) ProtoMessage ¶
func (*GetAttributionSettingsRequest) ProtoMessage()
func (*GetAttributionSettingsRequest) ProtoReflect ¶
func (x *GetAttributionSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetAttributionSettingsRequest) Reset ¶
func (x *GetAttributionSettingsRequest) Reset()
func (*GetAttributionSettingsRequest) String ¶
func (x *GetAttributionSettingsRequest) String() string
type GetAudienceRequest ¶
type GetAudienceRequest struct { // Required. The name of the Audience to get. // Example format: properties/1234/audiences/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetAudience RPC.
func (*GetAudienceRequest) Descriptor
deprecated
func (*GetAudienceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAudienceRequest.ProtoReflect.Descriptor instead.
func (*GetAudienceRequest) GetName ¶
func (x *GetAudienceRequest) GetName() string
func (*GetAudienceRequest) ProtoMessage ¶
func (*GetAudienceRequest) ProtoMessage()
func (*GetAudienceRequest) ProtoReflect ¶
func (x *GetAudienceRequest) ProtoReflect() protoreflect.Message
func (*GetAudienceRequest) Reset ¶
func (x *GetAudienceRequest) Reset()
func (*GetAudienceRequest) String ¶
func (x *GetAudienceRequest) String() string
type GetBigQueryLinkRequest ¶ added in v0.17.0
type GetBigQueryLinkRequest struct { // Required. The name of the BigQuery link to lookup. // Format: properties/{property_id}/bigQueryLinks/{bigquery_link_id} // Example: properties/123/bigQueryLinks/456 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetBigQueryLink RPC.
func (*GetBigQueryLinkRequest) Descriptor
deprecated
added in
v0.17.0
func (*GetBigQueryLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBigQueryLinkRequest.ProtoReflect.Descriptor instead.
func (*GetBigQueryLinkRequest) GetName ¶ added in v0.17.0
func (x *GetBigQueryLinkRequest) GetName() string
func (*GetBigQueryLinkRequest) ProtoMessage ¶ added in v0.17.0
func (*GetBigQueryLinkRequest) ProtoMessage()
func (*GetBigQueryLinkRequest) ProtoReflect ¶ added in v0.17.0
func (x *GetBigQueryLinkRequest) ProtoReflect() protoreflect.Message
func (*GetBigQueryLinkRequest) Reset ¶ added in v0.17.0
func (x *GetBigQueryLinkRequest) Reset()
func (*GetBigQueryLinkRequest) String ¶ added in v0.17.0
func (x *GetBigQueryLinkRequest) String() string
type GetCalculatedMetricRequest ¶ added in v0.23.0
type GetCalculatedMetricRequest struct { // Required. The name of the CalculatedMetric to get. // Format: properties/{property_id}/calculatedMetrics/{calculated_metric_id} // Example: properties/1234/calculatedMetrics/Metric01 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetCalculatedMetric RPC.
func (*GetCalculatedMetricRequest) Descriptor
deprecated
added in
v0.23.0
func (*GetCalculatedMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCalculatedMetricRequest.ProtoReflect.Descriptor instead.
func (*GetCalculatedMetricRequest) GetName ¶ added in v0.23.0
func (x *GetCalculatedMetricRequest) GetName() string
func (*GetCalculatedMetricRequest) ProtoMessage ¶ added in v0.23.0
func (*GetCalculatedMetricRequest) ProtoMessage()
func (*GetCalculatedMetricRequest) ProtoReflect ¶ added in v0.23.0
func (x *GetCalculatedMetricRequest) ProtoReflect() protoreflect.Message
func (*GetCalculatedMetricRequest) Reset ¶ added in v0.23.0
func (x *GetCalculatedMetricRequest) Reset()
func (*GetCalculatedMetricRequest) String ¶ added in v0.23.0
func (x *GetCalculatedMetricRequest) String() string
type GetChannelGroupRequest ¶ added in v0.19.1
type GetChannelGroupRequest struct { // Required. The ChannelGroup to get. // Example format: properties/1234/channelGroups/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetChannelGroup RPC.
func (*GetChannelGroupRequest) Descriptor
deprecated
added in
v0.19.1
func (*GetChannelGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetChannelGroupRequest.ProtoReflect.Descriptor instead.
func (*GetChannelGroupRequest) GetName ¶ added in v0.19.1
func (x *GetChannelGroupRequest) GetName() string
func (*GetChannelGroupRequest) ProtoMessage ¶ added in v0.19.1
func (*GetChannelGroupRequest) ProtoMessage()
func (*GetChannelGroupRequest) ProtoReflect ¶ added in v0.19.1
func (x *GetChannelGroupRequest) ProtoReflect() protoreflect.Message
func (*GetChannelGroupRequest) Reset ¶ added in v0.19.1
func (x *GetChannelGroupRequest) Reset()
func (*GetChannelGroupRequest) String ¶ added in v0.19.1
func (x *GetChannelGroupRequest) String() string
type GetConversionEventRequest ¶
type GetConversionEventRequest struct { // Required. The resource name of the conversion event to retrieve. // Format: properties/{property}/conversionEvents/{conversion_event} // Example: "properties/123/conversionEvents/456" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetConversionEvent RPC
func (*GetConversionEventRequest) Descriptor
deprecated
func (*GetConversionEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConversionEventRequest.ProtoReflect.Descriptor instead.
func (*GetConversionEventRequest) GetName ¶
func (x *GetConversionEventRequest) GetName() string
func (*GetConversionEventRequest) ProtoMessage ¶
func (*GetConversionEventRequest) ProtoMessage()
func (*GetConversionEventRequest) ProtoReflect ¶
func (x *GetConversionEventRequest) ProtoReflect() protoreflect.Message
func (*GetConversionEventRequest) Reset ¶
func (x *GetConversionEventRequest) Reset()
func (*GetConversionEventRequest) String ¶
func (x *GetConversionEventRequest) String() string
type GetCustomDimensionRequest ¶
type GetCustomDimensionRequest struct { // Required. The name of the CustomDimension to get. // Example format: properties/1234/customDimensions/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetCustomDimension RPC.
func (*GetCustomDimensionRequest) Descriptor
deprecated
func (*GetCustomDimensionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCustomDimensionRequest.ProtoReflect.Descriptor instead.
func (*GetCustomDimensionRequest) GetName ¶
func (x *GetCustomDimensionRequest) GetName() string
func (*GetCustomDimensionRequest) ProtoMessage ¶
func (*GetCustomDimensionRequest) ProtoMessage()
func (*GetCustomDimensionRequest) ProtoReflect ¶
func (x *GetCustomDimensionRequest) ProtoReflect() protoreflect.Message
func (*GetCustomDimensionRequest) Reset ¶
func (x *GetCustomDimensionRequest) Reset()
func (*GetCustomDimensionRequest) String ¶
func (x *GetCustomDimensionRequest) String() string
type GetCustomMetricRequest ¶
type GetCustomMetricRequest struct { // Required. The name of the CustomMetric to get. // Example format: properties/1234/customMetrics/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetCustomMetric RPC.
func (*GetCustomMetricRequest) Descriptor
deprecated
func (*GetCustomMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCustomMetricRequest.ProtoReflect.Descriptor instead.
func (*GetCustomMetricRequest) GetName ¶
func (x *GetCustomMetricRequest) GetName() string
func (*GetCustomMetricRequest) ProtoMessage ¶
func (*GetCustomMetricRequest) ProtoMessage()
func (*GetCustomMetricRequest) ProtoReflect ¶
func (x *GetCustomMetricRequest) ProtoReflect() protoreflect.Message
func (*GetCustomMetricRequest) Reset ¶
func (x *GetCustomMetricRequest) Reset()
func (*GetCustomMetricRequest) String ¶
func (x *GetCustomMetricRequest) String() string
type GetDataRedactionSettingsRequest ¶ added in v0.21.6
type GetDataRedactionSettingsRequest struct { // Required. The name of the settings to lookup. // Format: // properties/{property}/dataStreams/{data_stream}/dataRedactionSettings // Example: "properties/1000/dataStreams/2000/dataRedactionSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetDataRedactionSettings RPC.
func (*GetDataRedactionSettingsRequest) Descriptor
deprecated
added in
v0.21.6
func (*GetDataRedactionSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataRedactionSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetDataRedactionSettingsRequest) GetName ¶ added in v0.21.6
func (x *GetDataRedactionSettingsRequest) GetName() string
func (*GetDataRedactionSettingsRequest) ProtoMessage ¶ added in v0.21.6
func (*GetDataRedactionSettingsRequest) ProtoMessage()
func (*GetDataRedactionSettingsRequest) ProtoReflect ¶ added in v0.21.6
func (x *GetDataRedactionSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetDataRedactionSettingsRequest) Reset ¶ added in v0.21.6
func (x *GetDataRedactionSettingsRequest) Reset()
func (*GetDataRedactionSettingsRequest) String ¶ added in v0.21.6
func (x *GetDataRedactionSettingsRequest) String() string
type GetDataRetentionSettingsRequest ¶
type GetDataRetentionSettingsRequest struct { // Required. The name of the settings to lookup. // Format: // properties/{property}/dataRetentionSettings // Example: "properties/1000/dataRetentionSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetDataRetentionSettings RPC.
func (*GetDataRetentionSettingsRequest) Descriptor
deprecated
func (*GetDataRetentionSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataRetentionSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetDataRetentionSettingsRequest) GetName ¶
func (x *GetDataRetentionSettingsRequest) GetName() string
func (*GetDataRetentionSettingsRequest) ProtoMessage ¶
func (*GetDataRetentionSettingsRequest) ProtoMessage()
func (*GetDataRetentionSettingsRequest) ProtoReflect ¶
func (x *GetDataRetentionSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetDataRetentionSettingsRequest) Reset ¶
func (x *GetDataRetentionSettingsRequest) Reset()
func (*GetDataRetentionSettingsRequest) String ¶
func (x *GetDataRetentionSettingsRequest) String() string
type GetDataSharingSettingsRequest ¶
type GetDataSharingSettingsRequest struct { // Required. The name of the settings to lookup. // Format: accounts/{account}/dataSharingSettings // // Example: `accounts/1000/dataSharingSettings` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetDataSharingSettings RPC.
func (*GetDataSharingSettingsRequest) Descriptor
deprecated
func (*GetDataSharingSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataSharingSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetDataSharingSettingsRequest) GetName ¶
func (x *GetDataSharingSettingsRequest) GetName() string
func (*GetDataSharingSettingsRequest) ProtoMessage ¶
func (*GetDataSharingSettingsRequest) ProtoMessage()
func (*GetDataSharingSettingsRequest) ProtoReflect ¶
func (x *GetDataSharingSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetDataSharingSettingsRequest) Reset ¶
func (x *GetDataSharingSettingsRequest) Reset()
func (*GetDataSharingSettingsRequest) String ¶
func (x *GetDataSharingSettingsRequest) String() string
type GetDataStreamRequest ¶
type GetDataStreamRequest struct { // Required. The name of the DataStream to get. // Example format: properties/1234/dataStreams/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetDataStream RPC.
func (*GetDataStreamRequest) Descriptor
deprecated
func (*GetDataStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDataStreamRequest.ProtoReflect.Descriptor instead.
func (*GetDataStreamRequest) GetName ¶
func (x *GetDataStreamRequest) GetName() string
func (*GetDataStreamRequest) ProtoMessage ¶
func (*GetDataStreamRequest) ProtoMessage()
func (*GetDataStreamRequest) ProtoReflect ¶
func (x *GetDataStreamRequest) ProtoReflect() protoreflect.Message
func (*GetDataStreamRequest) Reset ¶
func (x *GetDataStreamRequest) Reset()
func (*GetDataStreamRequest) String ¶
func (x *GetDataStreamRequest) String() string
type GetDisplayVideo360AdvertiserLinkProposalRequest ¶
type GetDisplayVideo360AdvertiserLinkProposalRequest struct { // Required. The name of the DisplayVideo360AdvertiserLinkProposal to get. // Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetDisplayVideo360AdvertiserLinkProposal RPC.
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) Descriptor
deprecated
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDisplayVideo360AdvertiserLinkProposalRequest.ProtoReflect.Descriptor instead.
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) GetName ¶
func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) GetName() string
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage ¶
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) ProtoMessage()
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect ¶
func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) ProtoReflect() protoreflect.Message
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) Reset ¶
func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) Reset()
func (*GetDisplayVideo360AdvertiserLinkProposalRequest) String ¶
func (x *GetDisplayVideo360AdvertiserLinkProposalRequest) String() string
type GetDisplayVideo360AdvertiserLinkRequest ¶
type GetDisplayVideo360AdvertiserLinkRequest struct { // Required. The name of the DisplayVideo360AdvertiserLink to get. // Example format: properties/1234/displayVideo360AdvertiserLink/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetDisplayVideo360AdvertiserLink RPC.
func (*GetDisplayVideo360AdvertiserLinkRequest) Descriptor
deprecated
func (*GetDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDisplayVideo360AdvertiserLinkRequest.ProtoReflect.Descriptor instead.
func (*GetDisplayVideo360AdvertiserLinkRequest) GetName ¶
func (x *GetDisplayVideo360AdvertiserLinkRequest) GetName() string
func (*GetDisplayVideo360AdvertiserLinkRequest) ProtoMessage ¶
func (*GetDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
func (*GetDisplayVideo360AdvertiserLinkRequest) ProtoReflect ¶
func (x *GetDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
func (*GetDisplayVideo360AdvertiserLinkRequest) Reset ¶
func (x *GetDisplayVideo360AdvertiserLinkRequest) Reset()
func (*GetDisplayVideo360AdvertiserLinkRequest) String ¶
func (x *GetDisplayVideo360AdvertiserLinkRequest) String() string
type GetEnhancedMeasurementSettingsRequest ¶ added in v0.19.0
type GetEnhancedMeasurementSettingsRequest struct { // Required. The name of the settings to lookup. // Format: // properties/{property}/dataStreams/{data_stream}/enhancedMeasurementSettings // Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetEnhancedMeasurementSettings RPC.
func (*GetEnhancedMeasurementSettingsRequest) Descriptor
deprecated
added in
v0.19.0
func (*GetEnhancedMeasurementSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEnhancedMeasurementSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetEnhancedMeasurementSettingsRequest) GetName ¶ added in v0.19.0
func (x *GetEnhancedMeasurementSettingsRequest) GetName() string
func (*GetEnhancedMeasurementSettingsRequest) ProtoMessage ¶ added in v0.19.0
func (*GetEnhancedMeasurementSettingsRequest) ProtoMessage()
func (*GetEnhancedMeasurementSettingsRequest) ProtoReflect ¶ added in v0.19.0
func (x *GetEnhancedMeasurementSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetEnhancedMeasurementSettingsRequest) Reset ¶ added in v0.19.0
func (x *GetEnhancedMeasurementSettingsRequest) Reset()
func (*GetEnhancedMeasurementSettingsRequest) String ¶ added in v0.19.0
func (x *GetEnhancedMeasurementSettingsRequest) String() string
type GetEventCreateRuleRequest ¶ added in v0.20.0
type GetEventCreateRuleRequest struct { // Required. The name of the EventCreateRule to get. // Example format: properties/123/dataStreams/456/eventCreateRules/789 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetEventCreateRule RPC.
func (*GetEventCreateRuleRequest) Descriptor
deprecated
added in
v0.20.0
func (*GetEventCreateRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEventCreateRuleRequest.ProtoReflect.Descriptor instead.
func (*GetEventCreateRuleRequest) GetName ¶ added in v0.20.0
func (x *GetEventCreateRuleRequest) GetName() string
func (*GetEventCreateRuleRequest) ProtoMessage ¶ added in v0.20.0
func (*GetEventCreateRuleRequest) ProtoMessage()
func (*GetEventCreateRuleRequest) ProtoReflect ¶ added in v0.20.0
func (x *GetEventCreateRuleRequest) ProtoReflect() protoreflect.Message
func (*GetEventCreateRuleRequest) Reset ¶ added in v0.20.0
func (x *GetEventCreateRuleRequest) Reset()
func (*GetEventCreateRuleRequest) String ¶ added in v0.20.0
func (x *GetEventCreateRuleRequest) String() string
type GetEventEditRuleRequest ¶ added in v0.24.0
type GetEventEditRuleRequest struct { // Required. The name of the EventEditRule to get. // Example format: properties/123/dataStreams/456/eventEditRules/789 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetEventEditRule RPC.
func (*GetEventEditRuleRequest) Descriptor
deprecated
added in
v0.24.0
func (*GetEventEditRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEventEditRuleRequest.ProtoReflect.Descriptor instead.
func (*GetEventEditRuleRequest) GetName ¶ added in v0.24.0
func (x *GetEventEditRuleRequest) GetName() string
func (*GetEventEditRuleRequest) ProtoMessage ¶ added in v0.24.0
func (*GetEventEditRuleRequest) ProtoMessage()
func (*GetEventEditRuleRequest) ProtoReflect ¶ added in v0.24.0
func (x *GetEventEditRuleRequest) ProtoReflect() protoreflect.Message
func (*GetEventEditRuleRequest) Reset ¶ added in v0.24.0
func (x *GetEventEditRuleRequest) Reset()
func (*GetEventEditRuleRequest) String ¶ added in v0.24.0
func (x *GetEventEditRuleRequest) String() string
type GetExpandedDataSetRequest ¶ added in v0.18.0
type GetExpandedDataSetRequest struct { // Required. The name of the ExpandedDataSet to get. // Example format: properties/1234/expandedDataSets/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetExpandedDataSet RPC.
func (*GetExpandedDataSetRequest) Descriptor
deprecated
added in
v0.18.0
func (*GetExpandedDataSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetExpandedDataSetRequest.ProtoReflect.Descriptor instead.
func (*GetExpandedDataSetRequest) GetName ¶ added in v0.18.0
func (x *GetExpandedDataSetRequest) GetName() string
func (*GetExpandedDataSetRequest) ProtoMessage ¶ added in v0.18.0
func (*GetExpandedDataSetRequest) ProtoMessage()
func (*GetExpandedDataSetRequest) ProtoReflect ¶ added in v0.18.0
func (x *GetExpandedDataSetRequest) ProtoReflect() protoreflect.Message
func (*GetExpandedDataSetRequest) Reset ¶ added in v0.18.0
func (x *GetExpandedDataSetRequest) Reset()
func (*GetExpandedDataSetRequest) String ¶ added in v0.18.0
func (x *GetExpandedDataSetRequest) String() string
type GetGlobalSiteTagRequest ¶
type GetGlobalSiteTagRequest struct { // Required. The name of the site tag to lookup. // Note that site tags are singletons and do not have unique IDs. // Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag // // Example: `properties/123/dataStreams/456/globalSiteTag` Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetGlobalSiteTag RPC.
func (*GetGlobalSiteTagRequest) Descriptor
deprecated
func (*GetGlobalSiteTagRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGlobalSiteTagRequest.ProtoReflect.Descriptor instead.
func (*GetGlobalSiteTagRequest) GetName ¶
func (x *GetGlobalSiteTagRequest) GetName() string
func (*GetGlobalSiteTagRequest) ProtoMessage ¶
func (*GetGlobalSiteTagRequest) ProtoMessage()
func (*GetGlobalSiteTagRequest) ProtoReflect ¶
func (x *GetGlobalSiteTagRequest) ProtoReflect() protoreflect.Message
func (*GetGlobalSiteTagRequest) Reset ¶
func (x *GetGlobalSiteTagRequest) Reset()
func (*GetGlobalSiteTagRequest) String ¶
func (x *GetGlobalSiteTagRequest) String() string
type GetGoogleSignalsSettingsRequest ¶
type GetGoogleSignalsSettingsRequest struct { // Required. The name of the google signals settings to retrieve. // Format: properties/{property}/googleSignalsSettings Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetGoogleSignalsSettings RPC
func (*GetGoogleSignalsSettingsRequest) Descriptor
deprecated
func (*GetGoogleSignalsSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGoogleSignalsSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetGoogleSignalsSettingsRequest) GetName ¶
func (x *GetGoogleSignalsSettingsRequest) GetName() string
func (*GetGoogleSignalsSettingsRequest) ProtoMessage ¶
func (*GetGoogleSignalsSettingsRequest) ProtoMessage()
func (*GetGoogleSignalsSettingsRequest) ProtoReflect ¶
func (x *GetGoogleSignalsSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetGoogleSignalsSettingsRequest) Reset ¶
func (x *GetGoogleSignalsSettingsRequest) Reset()
func (*GetGoogleSignalsSettingsRequest) String ¶
func (x *GetGoogleSignalsSettingsRequest) String() string
type GetKeyEventRequest ¶ added in v0.24.0
type GetKeyEventRequest struct { // Required. The resource name of the Key Event to retrieve. // Format: properties/{property}/keyEvents/{key_event} // Example: "properties/123/keyEvents/456" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetKeyEvent RPC
func (*GetKeyEventRequest) Descriptor
deprecated
added in
v0.24.0
func (*GetKeyEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetKeyEventRequest.ProtoReflect.Descriptor instead.
func (*GetKeyEventRequest) GetName ¶ added in v0.24.0
func (x *GetKeyEventRequest) GetName() string
func (*GetKeyEventRequest) ProtoMessage ¶ added in v0.24.0
func (*GetKeyEventRequest) ProtoMessage()
func (*GetKeyEventRequest) ProtoReflect ¶ added in v0.24.0
func (x *GetKeyEventRequest) ProtoReflect() protoreflect.Message
func (*GetKeyEventRequest) Reset ¶ added in v0.24.0
func (x *GetKeyEventRequest) Reset()
func (*GetKeyEventRequest) String ¶ added in v0.24.0
func (x *GetKeyEventRequest) String() string
type GetMeasurementProtocolSecretRequest ¶
type GetMeasurementProtocolSecretRequest struct { // Required. The name of the measurement protocol secret to lookup. // Format: // properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetMeasurementProtocolSecret RPC.
func (*GetMeasurementProtocolSecretRequest) Descriptor
deprecated
func (*GetMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeasurementProtocolSecretRequest.ProtoReflect.Descriptor instead.
func (*GetMeasurementProtocolSecretRequest) GetName ¶
func (x *GetMeasurementProtocolSecretRequest) GetName() string
func (*GetMeasurementProtocolSecretRequest) ProtoMessage ¶
func (*GetMeasurementProtocolSecretRequest) ProtoMessage()
func (*GetMeasurementProtocolSecretRequest) ProtoReflect ¶
func (x *GetMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
func (*GetMeasurementProtocolSecretRequest) Reset ¶
func (x *GetMeasurementProtocolSecretRequest) Reset()
func (*GetMeasurementProtocolSecretRequest) String ¶
func (x *GetMeasurementProtocolSecretRequest) String() string
type GetPropertyRequest ¶
type GetPropertyRequest struct { // Required. The name of the property to lookup. // Format: properties/{property_id} // Example: "properties/1000" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetProperty RPC.
func (*GetPropertyRequest) Descriptor
deprecated
func (*GetPropertyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPropertyRequest.ProtoReflect.Descriptor instead.
func (*GetPropertyRequest) GetName ¶
func (x *GetPropertyRequest) GetName() string
func (*GetPropertyRequest) ProtoMessage ¶
func (*GetPropertyRequest) ProtoMessage()
func (*GetPropertyRequest) ProtoReflect ¶
func (x *GetPropertyRequest) ProtoReflect() protoreflect.Message
func (*GetPropertyRequest) Reset ¶
func (x *GetPropertyRequest) Reset()
func (*GetPropertyRequest) String ¶
func (x *GetPropertyRequest) String() string
type GetRollupPropertySourceLinkRequest ¶ added in v0.21.6
type GetRollupPropertySourceLinkRequest struct { // Required. The name of the roll-up property source link to lookup. // Format: // properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link_id} // Example: properties/123/rollupPropertySourceLinks/456 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetRollupPropertySourceLink RPC.
func (*GetRollupPropertySourceLinkRequest) Descriptor
deprecated
added in
v0.21.6
func (*GetRollupPropertySourceLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRollupPropertySourceLinkRequest.ProtoReflect.Descriptor instead.
func (*GetRollupPropertySourceLinkRequest) GetName ¶ added in v0.21.6
func (x *GetRollupPropertySourceLinkRequest) GetName() string
func (*GetRollupPropertySourceLinkRequest) ProtoMessage ¶ added in v0.21.6
func (*GetRollupPropertySourceLinkRequest) ProtoMessage()
func (*GetRollupPropertySourceLinkRequest) ProtoReflect ¶ added in v0.21.6
func (x *GetRollupPropertySourceLinkRequest) ProtoReflect() protoreflect.Message
func (*GetRollupPropertySourceLinkRequest) Reset ¶ added in v0.21.6
func (x *GetRollupPropertySourceLinkRequest) Reset()
func (*GetRollupPropertySourceLinkRequest) String ¶ added in v0.21.6
func (x *GetRollupPropertySourceLinkRequest) String() string
type GetSKAdNetworkConversionValueSchemaRequest ¶ added in v0.21.4
type GetSKAdNetworkConversionValueSchemaRequest struct { // Required. The resource name of SKAdNetwork conversion value schema to look // up. Format: // properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetwork_conversion_value_schema} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetSKAdNetworkConversionValueSchema RPC.
func (*GetSKAdNetworkConversionValueSchemaRequest) Descriptor
deprecated
added in
v0.21.4
func (*GetSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSKAdNetworkConversionValueSchemaRequest.ProtoReflect.Descriptor instead.
func (*GetSKAdNetworkConversionValueSchemaRequest) GetName ¶ added in v0.21.4
func (x *GetSKAdNetworkConversionValueSchemaRequest) GetName() string
func (*GetSKAdNetworkConversionValueSchemaRequest) ProtoMessage ¶ added in v0.21.4
func (*GetSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
func (*GetSKAdNetworkConversionValueSchemaRequest) ProtoReflect ¶ added in v0.21.4
func (x *GetSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
func (*GetSKAdNetworkConversionValueSchemaRequest) Reset ¶ added in v0.21.4
func (x *GetSKAdNetworkConversionValueSchemaRequest) Reset()
func (*GetSKAdNetworkConversionValueSchemaRequest) String ¶ added in v0.21.4
func (x *GetSKAdNetworkConversionValueSchemaRequest) String() string
type GetSearchAds360LinkRequest ¶ added in v0.17.0
type GetSearchAds360LinkRequest struct { // Required. The name of the SearchAds360Link to get. // Example format: properties/1234/SearchAds360Link/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetSearchAds360Link RPC.
func (*GetSearchAds360LinkRequest) Descriptor
deprecated
added in
v0.17.0
func (*GetSearchAds360LinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSearchAds360LinkRequest.ProtoReflect.Descriptor instead.
func (*GetSearchAds360LinkRequest) GetName ¶ added in v0.17.0
func (x *GetSearchAds360LinkRequest) GetName() string
func (*GetSearchAds360LinkRequest) ProtoMessage ¶ added in v0.17.0
func (*GetSearchAds360LinkRequest) ProtoMessage()
func (*GetSearchAds360LinkRequest) ProtoReflect ¶ added in v0.17.0
func (x *GetSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
func (*GetSearchAds360LinkRequest) Reset ¶ added in v0.17.0
func (x *GetSearchAds360LinkRequest) Reset()
func (*GetSearchAds360LinkRequest) String ¶ added in v0.17.0
func (x *GetSearchAds360LinkRequest) String() string
type GetSubpropertyEventFilterRequest ¶ added in v0.21.6
type GetSubpropertyEventFilterRequest struct { // Required. Resource name of the subproperty event filter to lookup. // Format: // properties/property_id/subpropertyEventFilters/subproperty_event_filter // Example: properties/123/subpropertyEventFilters/456 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request message for GetSubpropertyEventFilter RPC.
func (*GetSubpropertyEventFilterRequest) Descriptor
deprecated
added in
v0.21.6
func (*GetSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSubpropertyEventFilterRequest.ProtoReflect.Descriptor instead.
func (*GetSubpropertyEventFilterRequest) GetName ¶ added in v0.21.6
func (x *GetSubpropertyEventFilterRequest) GetName() string
func (*GetSubpropertyEventFilterRequest) ProtoMessage ¶ added in v0.21.6
func (*GetSubpropertyEventFilterRequest) ProtoMessage()
func (*GetSubpropertyEventFilterRequest) ProtoReflect ¶ added in v0.21.6
func (x *GetSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
func (*GetSubpropertyEventFilterRequest) Reset ¶ added in v0.21.6
func (x *GetSubpropertyEventFilterRequest) Reset()
func (*GetSubpropertyEventFilterRequest) String ¶ added in v0.21.6
func (x *GetSubpropertyEventFilterRequest) String() string
type GlobalSiteTag ¶
type GlobalSiteTag struct { // Output only. Resource name for this GlobalSiteTag resource. // Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag // Example: "properties/123/dataStreams/456/globalSiteTag" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. JavaScript code snippet to be pasted as the first item into the // head tag of every webpage to measure. Snippet string `protobuf:"bytes,2,opt,name=snippet,proto3" json:"snippet,omitempty"` // contains filtered or unexported fields }
Read-only resource with the tag for sending data from a website to a DataStream. Only present for web DataStream resources.
func (*GlobalSiteTag) Descriptor
deprecated
func (*GlobalSiteTag) Descriptor() ([]byte, []int)
Deprecated: Use GlobalSiteTag.ProtoReflect.Descriptor instead.
func (*GlobalSiteTag) GetName ¶
func (x *GlobalSiteTag) GetName() string
func (*GlobalSiteTag) GetSnippet ¶
func (x *GlobalSiteTag) GetSnippet() string
func (*GlobalSiteTag) ProtoMessage ¶
func (*GlobalSiteTag) ProtoMessage()
func (*GlobalSiteTag) ProtoReflect ¶
func (x *GlobalSiteTag) ProtoReflect() protoreflect.Message
func (*GlobalSiteTag) Reset ¶
func (x *GlobalSiteTag) Reset()
func (*GlobalSiteTag) String ¶
func (x *GlobalSiteTag) String() string
type GoogleAdsLink ¶
type GoogleAdsLink struct { // Output only. Format: // properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} // // Note: googleAdsLinkId is not the Google Ads customer ID. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. Google Ads customer ID. CustomerId string `protobuf:"bytes,3,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` // Output only. If true, this link is for a Google Ads manager account. CanManageClients bool `protobuf:"varint,4,opt,name=can_manage_clients,json=canManageClients,proto3" json:"can_manage_clients,omitempty"` // Enable personalized advertising features with this integration. // Automatically publish my Google Analytics audience lists and Google // Analytics remarketing events/parameters to the linked Google Ads account. // If this field is not set on create/update, it will be defaulted to true. AdsPersonalizationEnabled *wrapperspb.BoolValue `` /* 138-byte string literal not displayed */ // Output only. Time when this link was originally created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Time when this link was last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Output only. Email address of the user that created the link. // An empty string will be returned if the email address can't be retrieved. CreatorEmailAddress string `protobuf:"bytes,9,opt,name=creator_email_address,json=creatorEmailAddress,proto3" json:"creator_email_address,omitempty"` // contains filtered or unexported fields }
A link between a GA4 property and a Google Ads account.
func (*GoogleAdsLink) Descriptor
deprecated
func (*GoogleAdsLink) Descriptor() ([]byte, []int)
Deprecated: Use GoogleAdsLink.ProtoReflect.Descriptor instead.
func (*GoogleAdsLink) GetAdsPersonalizationEnabled ¶
func (x *GoogleAdsLink) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
func (*GoogleAdsLink) GetCanManageClients ¶
func (x *GoogleAdsLink) GetCanManageClients() bool
func (*GoogleAdsLink) GetCreateTime ¶
func (x *GoogleAdsLink) GetCreateTime() *timestamppb.Timestamp
func (*GoogleAdsLink) GetCreatorEmailAddress ¶
func (x *GoogleAdsLink) GetCreatorEmailAddress() string
func (*GoogleAdsLink) GetCustomerId ¶
func (x *GoogleAdsLink) GetCustomerId() string
func (*GoogleAdsLink) GetName ¶
func (x *GoogleAdsLink) GetName() string
func (*GoogleAdsLink) GetUpdateTime ¶
func (x *GoogleAdsLink) GetUpdateTime() *timestamppb.Timestamp
func (*GoogleAdsLink) ProtoMessage ¶
func (*GoogleAdsLink) ProtoMessage()
func (*GoogleAdsLink) ProtoReflect ¶
func (x *GoogleAdsLink) ProtoReflect() protoreflect.Message
func (*GoogleAdsLink) Reset ¶
func (x *GoogleAdsLink) Reset()
func (*GoogleAdsLink) String ¶
func (x *GoogleAdsLink) String() string
type GoogleSignalsConsent ¶
type GoogleSignalsConsent int32
Consent field of the Google Signals settings.
const ( // Google Signals consent value defaults to // GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. This will be treated as // GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED. GoogleSignalsConsent_GOOGLE_SIGNALS_CONSENT_UNSPECIFIED GoogleSignalsConsent = 0 // Terms of service have been accepted GoogleSignalsConsent_GOOGLE_SIGNALS_CONSENT_CONSENTED GoogleSignalsConsent = 2 // Terms of service have not been accepted GoogleSignalsConsent_GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED GoogleSignalsConsent = 1 )
func (GoogleSignalsConsent) Descriptor ¶
func (GoogleSignalsConsent) Descriptor() protoreflect.EnumDescriptor
func (GoogleSignalsConsent) Enum ¶
func (x GoogleSignalsConsent) Enum() *GoogleSignalsConsent
func (GoogleSignalsConsent) EnumDescriptor
deprecated
func (GoogleSignalsConsent) EnumDescriptor() ([]byte, []int)
Deprecated: Use GoogleSignalsConsent.Descriptor instead.
func (GoogleSignalsConsent) Number ¶
func (x GoogleSignalsConsent) Number() protoreflect.EnumNumber
func (GoogleSignalsConsent) String ¶
func (x GoogleSignalsConsent) String() string
func (GoogleSignalsConsent) Type ¶
func (GoogleSignalsConsent) Type() protoreflect.EnumType
type GoogleSignalsSettings ¶
type GoogleSignalsSettings struct { // Output only. Resource name of this setting. // Format: properties/{property_id}/googleSignalsSettings // Example: "properties/1000/googleSignalsSettings" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Status of this setting. State GoogleSignalsState `protobuf:"varint,3,opt,name=state,proto3,enum=google.analytics.admin.v1alpha.GoogleSignalsState" json:"state,omitempty"` // Output only. Terms of Service acceptance. Consent GoogleSignalsConsent `protobuf:"varint,4,opt,name=consent,proto3,enum=google.analytics.admin.v1alpha.GoogleSignalsConsent" json:"consent,omitempty"` // contains filtered or unexported fields }
Settings values for Google Signals. This is a singleton resource.
func (*GoogleSignalsSettings) Descriptor
deprecated
func (*GoogleSignalsSettings) Descriptor() ([]byte, []int)
Deprecated: Use GoogleSignalsSettings.ProtoReflect.Descriptor instead.
func (*GoogleSignalsSettings) GetConsent ¶
func (x *GoogleSignalsSettings) GetConsent() GoogleSignalsConsent
func (*GoogleSignalsSettings) GetName ¶
func (x *GoogleSignalsSettings) GetName() string
func (*GoogleSignalsSettings) GetState ¶
func (x *GoogleSignalsSettings) GetState() GoogleSignalsState
func (*GoogleSignalsSettings) ProtoMessage ¶
func (*GoogleSignalsSettings) ProtoMessage()
func (*GoogleSignalsSettings) ProtoReflect ¶
func (x *GoogleSignalsSettings) ProtoReflect() protoreflect.Message
func (*GoogleSignalsSettings) Reset ¶
func (x *GoogleSignalsSettings) Reset()
func (*GoogleSignalsSettings) String ¶
func (x *GoogleSignalsSettings) String() string
type GoogleSignalsState ¶
type GoogleSignalsState int32
Status of the Google Signals settings.
const ( // Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to // represent that the user has not made an explicit choice. GoogleSignalsState_GOOGLE_SIGNALS_STATE_UNSPECIFIED GoogleSignalsState = 0 // Google Signals is enabled. GoogleSignalsState_GOOGLE_SIGNALS_ENABLED GoogleSignalsState = 1 // Google Signals is disabled. GoogleSignalsState_GOOGLE_SIGNALS_DISABLED GoogleSignalsState = 2 )
func (GoogleSignalsState) Descriptor ¶
func (GoogleSignalsState) Descriptor() protoreflect.EnumDescriptor
func (GoogleSignalsState) Enum ¶
func (x GoogleSignalsState) Enum() *GoogleSignalsState
func (GoogleSignalsState) EnumDescriptor
deprecated
func (GoogleSignalsState) EnumDescriptor() ([]byte, []int)
Deprecated: Use GoogleSignalsState.Descriptor instead.
func (GoogleSignalsState) Number ¶
func (x GoogleSignalsState) Number() protoreflect.EnumNumber
func (GoogleSignalsState) String ¶
func (x GoogleSignalsState) String() string
func (GoogleSignalsState) Type ¶
func (GoogleSignalsState) Type() protoreflect.EnumType
type GroupingRule ¶ added in v0.19.1
type GroupingRule struct { // Required. Customer defined display name for the channel. DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. The Filter Expression that defines the Grouping Rule. Expression *ChannelGroupFilterExpression `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"` // contains filtered or unexported fields }
The rules that govern how traffic is grouped into one channel.
func (*GroupingRule) Descriptor
deprecated
added in
v0.19.1
func (*GroupingRule) Descriptor() ([]byte, []int)
Deprecated: Use GroupingRule.ProtoReflect.Descriptor instead.
func (*GroupingRule) GetDisplayName ¶ added in v0.19.1
func (x *GroupingRule) GetDisplayName() string
func (*GroupingRule) GetExpression ¶ added in v0.19.1
func (x *GroupingRule) GetExpression() *ChannelGroupFilterExpression
func (*GroupingRule) ProtoMessage ¶ added in v0.19.1
func (*GroupingRule) ProtoMessage()
func (*GroupingRule) ProtoReflect ¶ added in v0.19.1
func (x *GroupingRule) ProtoReflect() protoreflect.Message
func (*GroupingRule) Reset ¶ added in v0.19.1
func (x *GroupingRule) Reset()
func (*GroupingRule) String ¶ added in v0.19.1
func (x *GroupingRule) String() string
type IndustryCategory ¶
type IndustryCategory int32
The category selected for this property, used for industry benchmarking.
const ( // Industry category unspecified IndustryCategory_INDUSTRY_CATEGORY_UNSPECIFIED IndustryCategory = 0 // Automotive IndustryCategory_AUTOMOTIVE IndustryCategory = 1 // Business and industrial markets IndustryCategory_BUSINESS_AND_INDUSTRIAL_MARKETS IndustryCategory = 2 // Finance IndustryCategory_FINANCE IndustryCategory = 3 // Healthcare IndustryCategory_HEALTHCARE IndustryCategory = 4 // Technology IndustryCategory_TECHNOLOGY IndustryCategory = 5 // Travel IndustryCategory_TRAVEL IndustryCategory = 6 // Other IndustryCategory_OTHER IndustryCategory = 7 // Arts and entertainment IndustryCategory_ARTS_AND_ENTERTAINMENT IndustryCategory = 8 // Beauty and fitness IndustryCategory_BEAUTY_AND_FITNESS IndustryCategory = 9 // Books and literature IndustryCategory_BOOKS_AND_LITERATURE IndustryCategory = 10 // Food and drink IndustryCategory_FOOD_AND_DRINK IndustryCategory = 11 // Games IndustryCategory_GAMES IndustryCategory = 12 // Hobbies and leisure IndustryCategory_HOBBIES_AND_LEISURE IndustryCategory = 13 // Home and garden IndustryCategory_HOME_AND_GARDEN IndustryCategory = 14 // Internet and telecom IndustryCategory_INTERNET_AND_TELECOM IndustryCategory = 15 // Law and government IndustryCategory_LAW_AND_GOVERNMENT IndustryCategory = 16 // News IndustryCategory_NEWS IndustryCategory = 17 // Online communities IndustryCategory_ONLINE_COMMUNITIES IndustryCategory = 18 // People and society IndustryCategory_PEOPLE_AND_SOCIETY IndustryCategory = 19 // Pets and animals IndustryCategory_PETS_AND_ANIMALS IndustryCategory = 20 // Real estate IndustryCategory_REAL_ESTATE IndustryCategory = 21 // Reference IndustryCategory_REFERENCE IndustryCategory = 22 // Science IndustryCategory_SCIENCE IndustryCategory = 23 // Sports IndustryCategory_SPORTS IndustryCategory = 24 // Jobs and education IndustryCategory_JOBS_AND_EDUCATION IndustryCategory = 25 // Shopping IndustryCategory_SHOPPING IndustryCategory = 26 )
func (IndustryCategory) Descriptor ¶
func (IndustryCategory) Descriptor() protoreflect.EnumDescriptor
func (IndustryCategory) Enum ¶
func (x IndustryCategory) Enum() *IndustryCategory
func (IndustryCategory) EnumDescriptor
deprecated
func (IndustryCategory) EnumDescriptor() ([]byte, []int)
Deprecated: Use IndustryCategory.Descriptor instead.
func (IndustryCategory) Number ¶
func (x IndustryCategory) Number() protoreflect.EnumNumber
func (IndustryCategory) String ¶
func (x IndustryCategory) String() string
func (IndustryCategory) Type ¶
func (IndustryCategory) Type() protoreflect.EnumType
type KeyEvent ¶ added in v0.24.0
type KeyEvent struct { // Output only. Resource name of this key event. // Format: properties/{property}/keyEvents/{key_event} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. The event name for this key event. // Examples: 'click', 'purchase' EventName string `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"` // Output only. Time when this key event was created in the property. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. If set to true, this event can be deleted. Deletable bool `protobuf:"varint,4,opt,name=deletable,proto3" json:"deletable,omitempty"` // Output only. If set to true, this key event refers to a custom event. If // set to false, this key event refers to a default event in GA. Default // events typically have special meaning in GA. Default events are usually // created for you by the GA system, but in some cases can be created by // property admins. Custom events count towards the maximum number of // custom key events that may be created per property. Custom bool `protobuf:"varint,5,opt,name=custom,proto3" json:"custom,omitempty"` // Required. The method by which Key Events will be counted across multiple // events within a session. CountingMethod KeyEvent_CountingMethod `` /* 164-byte string literal not displayed */ // Optional. Defines a default value/currency for a key event. DefaultValue *KeyEvent_DefaultValue `protobuf:"bytes,7,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` // contains filtered or unexported fields }
A key event in a Google Analytics property.
func (*KeyEvent) Descriptor
deprecated
added in
v0.24.0
func (*KeyEvent) GetCountingMethod ¶ added in v0.24.0
func (x *KeyEvent) GetCountingMethod() KeyEvent_CountingMethod
func (*KeyEvent) GetCreateTime ¶ added in v0.24.0
func (x *KeyEvent) GetCreateTime() *timestamppb.Timestamp
func (*KeyEvent) GetDefaultValue ¶ added in v0.24.0
func (x *KeyEvent) GetDefaultValue() *KeyEvent_DefaultValue
func (*KeyEvent) GetDeletable ¶ added in v0.24.0
func (*KeyEvent) GetEventName ¶ added in v0.24.0
func (*KeyEvent) ProtoMessage ¶ added in v0.24.0
func (*KeyEvent) ProtoMessage()
func (*KeyEvent) ProtoReflect ¶ added in v0.24.0
func (x *KeyEvent) ProtoReflect() protoreflect.Message
type KeyEvent_CountingMethod ¶ added in v0.24.0
type KeyEvent_CountingMethod int32
The method by which Key Events will be counted across multiple events within a session.
const ( // Counting method not specified. KeyEvent_COUNTING_METHOD_UNSPECIFIED KeyEvent_CountingMethod = 0 // Each Event instance is considered a Key Event. KeyEvent_ONCE_PER_EVENT KeyEvent_CountingMethod = 1 // An Event instance is considered a Key Event at most once per session per // user. KeyEvent_ONCE_PER_SESSION KeyEvent_CountingMethod = 2 )
func (KeyEvent_CountingMethod) Descriptor ¶ added in v0.24.0
func (KeyEvent_CountingMethod) Descriptor() protoreflect.EnumDescriptor
func (KeyEvent_CountingMethod) Enum ¶ added in v0.24.0
func (x KeyEvent_CountingMethod) Enum() *KeyEvent_CountingMethod
func (KeyEvent_CountingMethod) EnumDescriptor
deprecated
added in
v0.24.0
func (KeyEvent_CountingMethod) EnumDescriptor() ([]byte, []int)
Deprecated: Use KeyEvent_CountingMethod.Descriptor instead.
func (KeyEvent_CountingMethod) Number ¶ added in v0.24.0
func (x KeyEvent_CountingMethod) Number() protoreflect.EnumNumber
func (KeyEvent_CountingMethod) String ¶ added in v0.24.0
func (x KeyEvent_CountingMethod) String() string
func (KeyEvent_CountingMethod) Type ¶ added in v0.24.0
func (KeyEvent_CountingMethod) Type() protoreflect.EnumType
type KeyEvent_DefaultValue ¶ added in v0.24.0
type KeyEvent_DefaultValue struct { // Required. This will be used to populate the "value" parameter for all // occurrences of this Key Event (specified by event_name) where that // parameter is unset. NumericValue float64 `protobuf:"fixed64,1,opt,name=numeric_value,json=numericValue,proto3" json:"numeric_value,omitempty"` // Required. When an occurrence of this Key Event (specified by event_name) // has no set currency this currency will be applied as the default. Must be // in ISO 4217 currency code format. // // See https://en.wikipedia.org/wiki/ISO_4217 for more information. CurrencyCode string `protobuf:"bytes,2,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` // contains filtered or unexported fields }
Defines a default value/currency for a key event.
func (*KeyEvent_DefaultValue) Descriptor
deprecated
added in
v0.24.0
func (*KeyEvent_DefaultValue) Descriptor() ([]byte, []int)
Deprecated: Use KeyEvent_DefaultValue.ProtoReflect.Descriptor instead.
func (*KeyEvent_DefaultValue) GetCurrencyCode ¶ added in v0.24.0
func (x *KeyEvent_DefaultValue) GetCurrencyCode() string
func (*KeyEvent_DefaultValue) GetNumericValue ¶ added in v0.24.0
func (x *KeyEvent_DefaultValue) GetNumericValue() float64
func (*KeyEvent_DefaultValue) ProtoMessage ¶ added in v0.24.0
func (*KeyEvent_DefaultValue) ProtoMessage()
func (*KeyEvent_DefaultValue) ProtoReflect ¶ added in v0.24.0
func (x *KeyEvent_DefaultValue) ProtoReflect() protoreflect.Message
func (*KeyEvent_DefaultValue) Reset ¶ added in v0.24.0
func (x *KeyEvent_DefaultValue) Reset()
func (*KeyEvent_DefaultValue) String ¶ added in v0.24.0
func (x *KeyEvent_DefaultValue) String() string
type LinkProposalInitiatingProduct ¶
type LinkProposalInitiatingProduct int32
An indication of which product the user initiated a link proposal from.
const ( // Unspecified product. LinkProposalInitiatingProduct_LINK_PROPOSAL_INITIATING_PRODUCT_UNSPECIFIED LinkProposalInitiatingProduct = 0 // This proposal was created by a user from Google Analytics. LinkProposalInitiatingProduct_GOOGLE_ANALYTICS LinkProposalInitiatingProduct = 1 // This proposal was created by a user from a linked product (not Google // Analytics). LinkProposalInitiatingProduct_LINKED_PRODUCT LinkProposalInitiatingProduct = 2 )
func (LinkProposalInitiatingProduct) Descriptor ¶
func (LinkProposalInitiatingProduct) Descriptor() protoreflect.EnumDescriptor
func (LinkProposalInitiatingProduct) Enum ¶
func (x LinkProposalInitiatingProduct) Enum() *LinkProposalInitiatingProduct
func (LinkProposalInitiatingProduct) EnumDescriptor
deprecated
func (LinkProposalInitiatingProduct) EnumDescriptor() ([]byte, []int)
Deprecated: Use LinkProposalInitiatingProduct.Descriptor instead.
func (LinkProposalInitiatingProduct) Number ¶
func (x LinkProposalInitiatingProduct) Number() protoreflect.EnumNumber
func (LinkProposalInitiatingProduct) String ¶
func (x LinkProposalInitiatingProduct) String() string
func (LinkProposalInitiatingProduct) Type ¶
func (LinkProposalInitiatingProduct) Type() protoreflect.EnumType
type LinkProposalState ¶
type LinkProposalState int32
The state of a link proposal resource.
const ( // Unspecified state LinkProposalState_LINK_PROPOSAL_STATE_UNSPECIFIED LinkProposalState = 0 // This proposal is awaiting review from a Google Analytics user. This // proposal will automatically expire after some time. LinkProposalState_AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS LinkProposalState = 1 // This proposal is awaiting review from a user of a linked product. This // proposal will automatically expire after some time. LinkProposalState_AWAITING_REVIEW_FROM_LINKED_PRODUCT LinkProposalState = 2 // This proposal has been withdrawn by an admin on the initiating product. // This proposal will be automatically deleted after some time. LinkProposalState_WITHDRAWN LinkProposalState = 3 // This proposal has been declined by an admin on the receiving product. This // proposal will be automatically deleted after some time. LinkProposalState_DECLINED LinkProposalState = 4 // This proposal expired due to lack of response from an admin on the // receiving product. This proposal will be automatically deleted after some // time. LinkProposalState_EXPIRED LinkProposalState = 5 // This proposal has become obsolete because a link was directly created to // the same external product resource that this proposal specifies. This // proposal will be automatically deleted after some time. LinkProposalState_OBSOLETE LinkProposalState = 6 )
func (LinkProposalState) Descriptor ¶
func (LinkProposalState) Descriptor() protoreflect.EnumDescriptor
func (LinkProposalState) Enum ¶
func (x LinkProposalState) Enum() *LinkProposalState
func (LinkProposalState) EnumDescriptor
deprecated
func (LinkProposalState) EnumDescriptor() ([]byte, []int)
Deprecated: Use LinkProposalState.Descriptor instead.
func (LinkProposalState) Number ¶
func (x LinkProposalState) Number() protoreflect.EnumNumber
func (LinkProposalState) String ¶
func (x LinkProposalState) String() string
func (LinkProposalState) Type ¶
func (LinkProposalState) Type() protoreflect.EnumType
type LinkProposalStatusDetails ¶
type LinkProposalStatusDetails struct { // Output only. The source of this proposal. LinkProposalInitiatingProduct LinkProposalInitiatingProduct `` /* 219-byte string literal not displayed */ // Output only. The email address of the user that proposed this linkage. RequestorEmail string `protobuf:"bytes,2,opt,name=requestor_email,json=requestorEmail,proto3" json:"requestor_email,omitempty"` // Output only. The state of this proposal. LinkProposalState LinkProposalState `` /* 169-byte string literal not displayed */ // contains filtered or unexported fields }
Status information for a link proposal.
func (*LinkProposalStatusDetails) Descriptor
deprecated
func (*LinkProposalStatusDetails) Descriptor() ([]byte, []int)
Deprecated: Use LinkProposalStatusDetails.ProtoReflect.Descriptor instead.
func (*LinkProposalStatusDetails) GetLinkProposalInitiatingProduct ¶
func (x *LinkProposalStatusDetails) GetLinkProposalInitiatingProduct() LinkProposalInitiatingProduct
func (*LinkProposalStatusDetails) GetLinkProposalState ¶
func (x *LinkProposalStatusDetails) GetLinkProposalState() LinkProposalState
func (*LinkProposalStatusDetails) GetRequestorEmail ¶
func (x *LinkProposalStatusDetails) GetRequestorEmail() string
func (*LinkProposalStatusDetails) ProtoMessage ¶
func (*LinkProposalStatusDetails) ProtoMessage()
func (*LinkProposalStatusDetails) ProtoReflect ¶
func (x *LinkProposalStatusDetails) ProtoReflect() protoreflect.Message
func (*LinkProposalStatusDetails) Reset ¶
func (x *LinkProposalStatusDetails) Reset()
func (*LinkProposalStatusDetails) String ¶
func (x *LinkProposalStatusDetails) String() string
type ListAccessBindingsRequest ¶ added in v0.18.0
type ListAccessBindingsRequest struct { // Required. Formats: // - accounts/{account} // - properties/{property} Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of access bindings to return. // The service may return fewer than this value. // If unspecified, at most 200 access bindings will be returned. // The maximum value is 500; values above 500 will be coerced to 500. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListAccessBindings` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListAccessBindings` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListAccessBindings RPC.
func (*ListAccessBindingsRequest) Descriptor
deprecated
added in
v0.18.0
func (*ListAccessBindingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAccessBindingsRequest.ProtoReflect.Descriptor instead.
func (*ListAccessBindingsRequest) GetPageSize ¶ added in v0.18.0
func (x *ListAccessBindingsRequest) GetPageSize() int32
func (*ListAccessBindingsRequest) GetPageToken ¶ added in v0.18.0
func (x *ListAccessBindingsRequest) GetPageToken() string
func (*ListAccessBindingsRequest) GetParent ¶ added in v0.18.0
func (x *ListAccessBindingsRequest) GetParent() string
func (*ListAccessBindingsRequest) ProtoMessage ¶ added in v0.18.0
func (*ListAccessBindingsRequest) ProtoMessage()
func (*ListAccessBindingsRequest) ProtoReflect ¶ added in v0.18.0
func (x *ListAccessBindingsRequest) ProtoReflect() protoreflect.Message
func (*ListAccessBindingsRequest) Reset ¶ added in v0.18.0
func (x *ListAccessBindingsRequest) Reset()
func (*ListAccessBindingsRequest) String ¶ added in v0.18.0
func (x *ListAccessBindingsRequest) String() string
type ListAccessBindingsResponse ¶ added in v0.18.0
type ListAccessBindingsResponse struct { // List of AccessBindings. These will be ordered stably, but in an arbitrary // order. AccessBindings []*AccessBinding `protobuf:"bytes,1,rep,name=access_bindings,json=accessBindings,proto3" json:"access_bindings,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListAccessBindings RPC.
func (*ListAccessBindingsResponse) Descriptor
deprecated
added in
v0.18.0
func (*ListAccessBindingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAccessBindingsResponse.ProtoReflect.Descriptor instead.
func (*ListAccessBindingsResponse) GetAccessBindings ¶ added in v0.18.0
func (x *ListAccessBindingsResponse) GetAccessBindings() []*AccessBinding
func (*ListAccessBindingsResponse) GetNextPageToken ¶ added in v0.18.0
func (x *ListAccessBindingsResponse) GetNextPageToken() string
func (*ListAccessBindingsResponse) ProtoMessage ¶ added in v0.18.0
func (*ListAccessBindingsResponse) ProtoMessage()
func (*ListAccessBindingsResponse) ProtoReflect ¶ added in v0.18.0
func (x *ListAccessBindingsResponse) ProtoReflect() protoreflect.Message
func (*ListAccessBindingsResponse) Reset ¶ added in v0.18.0
func (x *ListAccessBindingsResponse) Reset()
func (*ListAccessBindingsResponse) String ¶ added in v0.18.0
func (x *ListAccessBindingsResponse) String() string
type ListAccountSummariesRequest ¶
type ListAccountSummariesRequest struct { // The maximum number of AccountSummary resources to return. The service may // return fewer than this value, even if there are additional pages. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListAccountSummaries` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListAccountSummaries` // must match the call that provided the page token. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListAccountSummaries RPC.
func (*ListAccountSummariesRequest) Descriptor
deprecated
func (*ListAccountSummariesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountSummariesRequest.ProtoReflect.Descriptor instead.
func (*ListAccountSummariesRequest) GetPageSize ¶
func (x *ListAccountSummariesRequest) GetPageSize() int32
func (*ListAccountSummariesRequest) GetPageToken ¶
func (x *ListAccountSummariesRequest) GetPageToken() string
func (*ListAccountSummariesRequest) ProtoMessage ¶
func (*ListAccountSummariesRequest) ProtoMessage()
func (*ListAccountSummariesRequest) ProtoReflect ¶
func (x *ListAccountSummariesRequest) ProtoReflect() protoreflect.Message
func (*ListAccountSummariesRequest) Reset ¶
func (x *ListAccountSummariesRequest) Reset()
func (*ListAccountSummariesRequest) String ¶
func (x *ListAccountSummariesRequest) String() string
type ListAccountSummariesResponse ¶
type ListAccountSummariesResponse struct { // Account summaries of all accounts the caller has access to. AccountSummaries []*AccountSummary `protobuf:"bytes,1,rep,name=account_summaries,json=accountSummaries,proto3" json:"account_summaries,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListAccountSummaries RPC.
func (*ListAccountSummariesResponse) Descriptor
deprecated
func (*ListAccountSummariesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountSummariesResponse.ProtoReflect.Descriptor instead.
func (*ListAccountSummariesResponse) GetAccountSummaries ¶
func (x *ListAccountSummariesResponse) GetAccountSummaries() []*AccountSummary
func (*ListAccountSummariesResponse) GetNextPageToken ¶
func (x *ListAccountSummariesResponse) GetNextPageToken() string
func (*ListAccountSummariesResponse) ProtoMessage ¶
func (*ListAccountSummariesResponse) ProtoMessage()
func (*ListAccountSummariesResponse) ProtoReflect ¶
func (x *ListAccountSummariesResponse) ProtoReflect() protoreflect.Message
func (*ListAccountSummariesResponse) Reset ¶
func (x *ListAccountSummariesResponse) Reset()
func (*ListAccountSummariesResponse) String ¶
func (x *ListAccountSummariesResponse) String() string
type ListAccountsRequest ¶
type ListAccountsRequest struct { // The maximum number of resources to return. The service may return // fewer than this value, even if there are additional pages. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListAccounts` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListAccounts` must // match the call that provided the page token. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Whether to include soft-deleted (ie: "trashed") Accounts in the // results. Accounts can be inspected to determine whether they are deleted or // not. ShowDeleted bool `protobuf:"varint,3,opt,name=show_deleted,json=showDeleted,proto3" json:"show_deleted,omitempty"` // contains filtered or unexported fields }
Request message for ListAccounts RPC.
func (*ListAccountsRequest) Descriptor
deprecated
func (*ListAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountsRequest.ProtoReflect.Descriptor instead.
func (*ListAccountsRequest) GetPageSize ¶
func (x *ListAccountsRequest) GetPageSize() int32
func (*ListAccountsRequest) GetPageToken ¶
func (x *ListAccountsRequest) GetPageToken() string
func (*ListAccountsRequest) GetShowDeleted ¶
func (x *ListAccountsRequest) GetShowDeleted() bool
func (*ListAccountsRequest) ProtoMessage ¶
func (*ListAccountsRequest) ProtoMessage()
func (*ListAccountsRequest) ProtoReflect ¶
func (x *ListAccountsRequest) ProtoReflect() protoreflect.Message
func (*ListAccountsRequest) Reset ¶
func (x *ListAccountsRequest) Reset()
func (*ListAccountsRequest) String ¶
func (x *ListAccountsRequest) String() string
type ListAccountsResponse ¶
type ListAccountsResponse struct { // Results that were accessible to the caller. Accounts []*Account `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListAccounts RPC.
func (*ListAccountsResponse) Descriptor
deprecated
func (*ListAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAccountsResponse.ProtoReflect.Descriptor instead.
func (*ListAccountsResponse) GetAccounts ¶
func (x *ListAccountsResponse) GetAccounts() []*Account
func (*ListAccountsResponse) GetNextPageToken ¶
func (x *ListAccountsResponse) GetNextPageToken() string
func (*ListAccountsResponse) ProtoMessage ¶
func (*ListAccountsResponse) ProtoMessage()
func (*ListAccountsResponse) ProtoReflect ¶
func (x *ListAccountsResponse) ProtoReflect() protoreflect.Message
func (*ListAccountsResponse) Reset ¶
func (x *ListAccountsResponse) Reset()
func (*ListAccountsResponse) String ¶
func (x *ListAccountsResponse) String() string
type ListAdSenseLinksRequest ¶ added in v0.20.0
type ListAdSenseLinksRequest struct { // Required. Resource name of the parent property. // Format: properties/{propertyId} // Example: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token received from a previous `ListAdSenseLinks` call. // Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListAdSenseLinks` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message to be passed to ListAdSenseLinks method.
func (*ListAdSenseLinksRequest) Descriptor
deprecated
added in
v0.20.0
func (*ListAdSenseLinksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAdSenseLinksRequest.ProtoReflect.Descriptor instead.
func (*ListAdSenseLinksRequest) GetPageSize ¶ added in v0.20.0
func (x *ListAdSenseLinksRequest) GetPageSize() int32
func (*ListAdSenseLinksRequest) GetPageToken ¶ added in v0.20.0
func (x *ListAdSenseLinksRequest) GetPageToken() string
func (*ListAdSenseLinksRequest) GetParent ¶ added in v0.20.0
func (x *ListAdSenseLinksRequest) GetParent() string
func (*ListAdSenseLinksRequest) ProtoMessage ¶ added in v0.20.0
func (*ListAdSenseLinksRequest) ProtoMessage()
func (*ListAdSenseLinksRequest) ProtoReflect ¶ added in v0.20.0
func (x *ListAdSenseLinksRequest) ProtoReflect() protoreflect.Message
func (*ListAdSenseLinksRequest) Reset ¶ added in v0.20.0
func (x *ListAdSenseLinksRequest) Reset()
func (*ListAdSenseLinksRequest) String ¶ added in v0.20.0
func (x *ListAdSenseLinksRequest) String() string
type ListAdSenseLinksResponse ¶ added in v0.20.0
type ListAdSenseLinksResponse struct { // List of AdSenseLinks. AdsenseLinks []*AdSenseLink `protobuf:"bytes,1,rep,name=adsense_links,json=adsenseLinks,proto3" json:"adsense_links,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListAdSenseLinks method.
func (*ListAdSenseLinksResponse) Descriptor
deprecated
added in
v0.20.0
func (*ListAdSenseLinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAdSenseLinksResponse.ProtoReflect.Descriptor instead.
func (*ListAdSenseLinksResponse) GetAdsenseLinks ¶ added in v0.20.0
func (x *ListAdSenseLinksResponse) GetAdsenseLinks() []*AdSenseLink
func (*ListAdSenseLinksResponse) GetNextPageToken ¶ added in v0.20.0
func (x *ListAdSenseLinksResponse) GetNextPageToken() string
func (*ListAdSenseLinksResponse) ProtoMessage ¶ added in v0.20.0
func (*ListAdSenseLinksResponse) ProtoMessage()
func (*ListAdSenseLinksResponse) ProtoReflect ¶ added in v0.20.0
func (x *ListAdSenseLinksResponse) ProtoReflect() protoreflect.Message
func (*ListAdSenseLinksResponse) Reset ¶ added in v0.20.0
func (x *ListAdSenseLinksResponse) Reset()
func (*ListAdSenseLinksResponse) String ¶ added in v0.20.0
func (x *ListAdSenseLinksResponse) String() string
type ListAudiencesRequest ¶
type ListAudiencesRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListAudiences` call. Provide this // to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListAudiences` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListAudiences RPC.
func (*ListAudiencesRequest) Descriptor
deprecated
func (*ListAudiencesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAudiencesRequest.ProtoReflect.Descriptor instead.
func (*ListAudiencesRequest) GetPageSize ¶
func (x *ListAudiencesRequest) GetPageSize() int32
func (*ListAudiencesRequest) GetPageToken ¶
func (x *ListAudiencesRequest) GetPageToken() string
func (*ListAudiencesRequest) GetParent ¶
func (x *ListAudiencesRequest) GetParent() string
func (*ListAudiencesRequest) ProtoMessage ¶
func (*ListAudiencesRequest) ProtoMessage()
func (*ListAudiencesRequest) ProtoReflect ¶
func (x *ListAudiencesRequest) ProtoReflect() protoreflect.Message
func (*ListAudiencesRequest) Reset ¶
func (x *ListAudiencesRequest) Reset()
func (*ListAudiencesRequest) String ¶
func (x *ListAudiencesRequest) String() string
type ListAudiencesResponse ¶
type ListAudiencesResponse struct { // List of Audiences. Audiences []*Audience `protobuf:"bytes,1,rep,name=audiences,proto3" json:"audiences,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListAudiences RPC.
func (*ListAudiencesResponse) Descriptor
deprecated
func (*ListAudiencesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAudiencesResponse.ProtoReflect.Descriptor instead.
func (*ListAudiencesResponse) GetAudiences ¶
func (x *ListAudiencesResponse) GetAudiences() []*Audience
func (*ListAudiencesResponse) GetNextPageToken ¶
func (x *ListAudiencesResponse) GetNextPageToken() string
func (*ListAudiencesResponse) ProtoMessage ¶
func (*ListAudiencesResponse) ProtoMessage()
func (*ListAudiencesResponse) ProtoReflect ¶
func (x *ListAudiencesResponse) ProtoReflect() protoreflect.Message
func (*ListAudiencesResponse) Reset ¶
func (x *ListAudiencesResponse) Reset()
func (*ListAudiencesResponse) String ¶
func (x *ListAudiencesResponse) String() string
type ListBigQueryLinksRequest ¶ added in v0.17.0
type ListBigQueryLinksRequest struct { // Required. The name of the property to list BigQuery links under. // Format: properties/{property_id} // Example: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. The service may return // fewer than this value, even if there are additional pages. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListBigQueryLinks` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListBigQueryLinks` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListBigQueryLinks RPC.
func (*ListBigQueryLinksRequest) Descriptor
deprecated
added in
v0.17.0
func (*ListBigQueryLinksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBigQueryLinksRequest.ProtoReflect.Descriptor instead.
func (*ListBigQueryLinksRequest) GetPageSize ¶ added in v0.17.0
func (x *ListBigQueryLinksRequest) GetPageSize() int32
func (*ListBigQueryLinksRequest) GetPageToken ¶ added in v0.17.0
func (x *ListBigQueryLinksRequest) GetPageToken() string
func (*ListBigQueryLinksRequest) GetParent ¶ added in v0.17.0
func (x *ListBigQueryLinksRequest) GetParent() string
func (*ListBigQueryLinksRequest) ProtoMessage ¶ added in v0.17.0
func (*ListBigQueryLinksRequest) ProtoMessage()
func (*ListBigQueryLinksRequest) ProtoReflect ¶ added in v0.17.0
func (x *ListBigQueryLinksRequest) ProtoReflect() protoreflect.Message
func (*ListBigQueryLinksRequest) Reset ¶ added in v0.17.0
func (x *ListBigQueryLinksRequest) Reset()
func (*ListBigQueryLinksRequest) String ¶ added in v0.17.0
func (x *ListBigQueryLinksRequest) String() string
type ListBigQueryLinksResponse ¶ added in v0.17.0
type ListBigQueryLinksResponse struct { // List of BigQueryLinks. BigqueryLinks []*BigQueryLink `protobuf:"bytes,1,rep,name=bigquery_links,json=bigqueryLinks,proto3" json:"bigquery_links,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListBigQueryLinks RPC
func (*ListBigQueryLinksResponse) Descriptor
deprecated
added in
v0.17.0
func (*ListBigQueryLinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBigQueryLinksResponse.ProtoReflect.Descriptor instead.
func (*ListBigQueryLinksResponse) GetBigqueryLinks ¶ added in v0.17.0
func (x *ListBigQueryLinksResponse) GetBigqueryLinks() []*BigQueryLink
func (*ListBigQueryLinksResponse) GetNextPageToken ¶ added in v0.17.0
func (x *ListBigQueryLinksResponse) GetNextPageToken() string
func (*ListBigQueryLinksResponse) ProtoMessage ¶ added in v0.17.0
func (*ListBigQueryLinksResponse) ProtoMessage()
func (*ListBigQueryLinksResponse) ProtoReflect ¶ added in v0.17.0
func (x *ListBigQueryLinksResponse) ProtoReflect() protoreflect.Message
func (*ListBigQueryLinksResponse) Reset ¶ added in v0.17.0
func (x *ListBigQueryLinksResponse) Reset()
func (*ListBigQueryLinksResponse) String ¶ added in v0.17.0
func (x *ListBigQueryLinksResponse) String() string
type ListCalculatedMetricsRequest ¶ added in v0.23.0
type ListCalculatedMetricsRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. A page token, received from a previous `ListCalculatedMetrics` // call. Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListCalculatedMetrics` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListCalculatedMetrics RPC.
func (*ListCalculatedMetricsRequest) Descriptor
deprecated
added in
v0.23.0
func (*ListCalculatedMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCalculatedMetricsRequest.ProtoReflect.Descriptor instead.
func (*ListCalculatedMetricsRequest) GetPageSize ¶ added in v0.23.0
func (x *ListCalculatedMetricsRequest) GetPageSize() int32
func (*ListCalculatedMetricsRequest) GetPageToken ¶ added in v0.23.0
func (x *ListCalculatedMetricsRequest) GetPageToken() string
func (*ListCalculatedMetricsRequest) GetParent ¶ added in v0.23.0
func (x *ListCalculatedMetricsRequest) GetParent() string
func (*ListCalculatedMetricsRequest) ProtoMessage ¶ added in v0.23.0
func (*ListCalculatedMetricsRequest) ProtoMessage()
func (*ListCalculatedMetricsRequest) ProtoReflect ¶ added in v0.23.0
func (x *ListCalculatedMetricsRequest) ProtoReflect() protoreflect.Message
func (*ListCalculatedMetricsRequest) Reset ¶ added in v0.23.0
func (x *ListCalculatedMetricsRequest) Reset()
func (*ListCalculatedMetricsRequest) String ¶ added in v0.23.0
func (x *ListCalculatedMetricsRequest) String() string
type ListCalculatedMetricsResponse ¶ added in v0.23.0
type ListCalculatedMetricsResponse struct { // List of CalculatedMetrics. CalculatedMetrics []*CalculatedMetric `protobuf:"bytes,1,rep,name=calculated_metrics,json=calculatedMetrics,proto3" json:"calculated_metrics,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListCalculatedMetrics RPC.
func (*ListCalculatedMetricsResponse) Descriptor
deprecated
added in
v0.23.0
func (*ListCalculatedMetricsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCalculatedMetricsResponse.ProtoReflect.Descriptor instead.
func (*ListCalculatedMetricsResponse) GetCalculatedMetrics ¶ added in v0.23.0
func (x *ListCalculatedMetricsResponse) GetCalculatedMetrics() []*CalculatedMetric
func (*ListCalculatedMetricsResponse) GetNextPageToken ¶ added in v0.23.0
func (x *ListCalculatedMetricsResponse) GetNextPageToken() string
func (*ListCalculatedMetricsResponse) ProtoMessage ¶ added in v0.23.0
func (*ListCalculatedMetricsResponse) ProtoMessage()
func (*ListCalculatedMetricsResponse) ProtoReflect ¶ added in v0.23.0
func (x *ListCalculatedMetricsResponse) ProtoReflect() protoreflect.Message
func (*ListCalculatedMetricsResponse) Reset ¶ added in v0.23.0
func (x *ListCalculatedMetricsResponse) Reset()
func (*ListCalculatedMetricsResponse) String ¶ added in v0.23.0
func (x *ListCalculatedMetricsResponse) String() string
type ListChannelGroupsRequest ¶ added in v0.19.1
type ListChannelGroupsRequest struct { // Required. The property for which to list ChannelGroups. // Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListChannelGroups` call. Provide // this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListChannelGroups` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListChannelGroups RPC.
func (*ListChannelGroupsRequest) Descriptor
deprecated
added in
v0.19.1
func (*ListChannelGroupsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListChannelGroupsRequest.ProtoReflect.Descriptor instead.
func (*ListChannelGroupsRequest) GetPageSize ¶ added in v0.19.1
func (x *ListChannelGroupsRequest) GetPageSize() int32
func (*ListChannelGroupsRequest) GetPageToken ¶ added in v0.19.1
func (x *ListChannelGroupsRequest) GetPageToken() string
func (*ListChannelGroupsRequest) GetParent ¶ added in v0.19.1
func (x *ListChannelGroupsRequest) GetParent() string
func (*ListChannelGroupsRequest) ProtoMessage ¶ added in v0.19.1
func (*ListChannelGroupsRequest) ProtoMessage()
func (*ListChannelGroupsRequest) ProtoReflect ¶ added in v0.19.1
func (x *ListChannelGroupsRequest) ProtoReflect() protoreflect.Message
func (*ListChannelGroupsRequest) Reset ¶ added in v0.19.1
func (x *ListChannelGroupsRequest) Reset()
func (*ListChannelGroupsRequest) String ¶ added in v0.19.1
func (x *ListChannelGroupsRequest) String() string
type ListChannelGroupsResponse ¶ added in v0.19.1
type ListChannelGroupsResponse struct { // List of ChannelGroup. These will be ordered stably, but in an arbitrary // order. ChannelGroups []*ChannelGroup `protobuf:"bytes,1,rep,name=channel_groups,json=channelGroups,proto3" json:"channel_groups,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListChannelGroups RPC.
func (*ListChannelGroupsResponse) Descriptor
deprecated
added in
v0.19.1
func (*ListChannelGroupsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListChannelGroupsResponse.ProtoReflect.Descriptor instead.
func (*ListChannelGroupsResponse) GetChannelGroups ¶ added in v0.19.1
func (x *ListChannelGroupsResponse) GetChannelGroups() []*ChannelGroup
func (*ListChannelGroupsResponse) GetNextPageToken ¶ added in v0.19.1
func (x *ListChannelGroupsResponse) GetNextPageToken() string
func (*ListChannelGroupsResponse) ProtoMessage ¶ added in v0.19.1
func (*ListChannelGroupsResponse) ProtoMessage()
func (*ListChannelGroupsResponse) ProtoReflect ¶ added in v0.19.1
func (x *ListChannelGroupsResponse) ProtoReflect() protoreflect.Message
func (*ListChannelGroupsResponse) Reset ¶ added in v0.19.1
func (x *ListChannelGroupsResponse) Reset()
func (*ListChannelGroupsResponse) String ¶ added in v0.19.1
func (x *ListChannelGroupsResponse) String() string
type ListConnectedSiteTagsRequest ¶ added in v0.19.0
type ListConnectedSiteTagsRequest struct { // The Universal Analytics property to fetch connected site tags for. // This does not work on GA4 properties. A maximum of 20 connected site tags // will be returned. // Example Format: `properties/1234` Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // contains filtered or unexported fields }
Request message for ListConnectedSiteTags RPC.
func (*ListConnectedSiteTagsRequest) Descriptor
deprecated
added in
v0.19.0
func (*ListConnectedSiteTagsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectedSiteTagsRequest.ProtoReflect.Descriptor instead.
func (*ListConnectedSiteTagsRequest) GetProperty ¶ added in v0.19.0
func (x *ListConnectedSiteTagsRequest) GetProperty() string
func (*ListConnectedSiteTagsRequest) ProtoMessage ¶ added in v0.19.0
func (*ListConnectedSiteTagsRequest) ProtoMessage()
func (*ListConnectedSiteTagsRequest) ProtoReflect ¶ added in v0.19.0
func (x *ListConnectedSiteTagsRequest) ProtoReflect() protoreflect.Message
func (*ListConnectedSiteTagsRequest) Reset ¶ added in v0.19.0
func (x *ListConnectedSiteTagsRequest) Reset()
func (*ListConnectedSiteTagsRequest) String ¶ added in v0.19.0
func (x *ListConnectedSiteTagsRequest) String() string
type ListConnectedSiteTagsResponse ¶ added in v0.19.0
type ListConnectedSiteTagsResponse struct { // The site tags for the Universal Analytics property. A maximum of 20 // connected site tags will be returned. ConnectedSiteTags []*ConnectedSiteTag `protobuf:"bytes,1,rep,name=connected_site_tags,json=connectedSiteTags,proto3" json:"connected_site_tags,omitempty"` // contains filtered or unexported fields }
Response message for ListConnectedSiteTags RPC.
func (*ListConnectedSiteTagsResponse) Descriptor
deprecated
added in
v0.19.0
func (*ListConnectedSiteTagsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectedSiteTagsResponse.ProtoReflect.Descriptor instead.
func (*ListConnectedSiteTagsResponse) GetConnectedSiteTags ¶ added in v0.19.0
func (x *ListConnectedSiteTagsResponse) GetConnectedSiteTags() []*ConnectedSiteTag
func (*ListConnectedSiteTagsResponse) ProtoMessage ¶ added in v0.19.0
func (*ListConnectedSiteTagsResponse) ProtoMessage()
func (*ListConnectedSiteTagsResponse) ProtoReflect ¶ added in v0.19.0
func (x *ListConnectedSiteTagsResponse) ProtoReflect() protoreflect.Message
func (*ListConnectedSiteTagsResponse) Reset ¶ added in v0.19.0
func (x *ListConnectedSiteTagsResponse) Reset()
func (*ListConnectedSiteTagsResponse) String ¶ added in v0.19.0
func (x *ListConnectedSiteTagsResponse) String() string
type ListConversionEventsRequest ¶
type ListConversionEventsRequest struct { // Required. The resource name of the parent property. // Example: 'properties/123' Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListConversionEvents` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListConversionEvents` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListConversionEvents RPC
func (*ListConversionEventsRequest) Descriptor
deprecated
func (*ListConversionEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConversionEventsRequest.ProtoReflect.Descriptor instead.
func (*ListConversionEventsRequest) GetPageSize ¶
func (x *ListConversionEventsRequest) GetPageSize() int32
func (*ListConversionEventsRequest) GetPageToken ¶
func (x *ListConversionEventsRequest) GetPageToken() string
func (*ListConversionEventsRequest) GetParent ¶
func (x *ListConversionEventsRequest) GetParent() string
func (*ListConversionEventsRequest) ProtoMessage ¶
func (*ListConversionEventsRequest) ProtoMessage()
func (*ListConversionEventsRequest) ProtoReflect ¶
func (x *ListConversionEventsRequest) ProtoReflect() protoreflect.Message
func (*ListConversionEventsRequest) Reset ¶
func (x *ListConversionEventsRequest) Reset()
func (*ListConversionEventsRequest) String ¶
func (x *ListConversionEventsRequest) String() string
type ListConversionEventsResponse ¶
type ListConversionEventsResponse struct { // The requested conversion events ConversionEvents []*ConversionEvent `protobuf:"bytes,1,rep,name=conversion_events,json=conversionEvents,proto3" json:"conversion_events,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListConversionEvents RPC.
func (*ListConversionEventsResponse) Descriptor
deprecated
func (*ListConversionEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConversionEventsResponse.ProtoReflect.Descriptor instead.
func (*ListConversionEventsResponse) GetConversionEvents ¶
func (x *ListConversionEventsResponse) GetConversionEvents() []*ConversionEvent
func (*ListConversionEventsResponse) GetNextPageToken ¶
func (x *ListConversionEventsResponse) GetNextPageToken() string
func (*ListConversionEventsResponse) ProtoMessage ¶
func (*ListConversionEventsResponse) ProtoMessage()
func (*ListConversionEventsResponse) ProtoReflect ¶
func (x *ListConversionEventsResponse) ProtoReflect() protoreflect.Message
func (*ListConversionEventsResponse) Reset ¶
func (x *ListConversionEventsResponse) Reset()
func (*ListConversionEventsResponse) String ¶
func (x *ListConversionEventsResponse) String() string
type ListCustomDimensionsRequest ¶
type ListCustomDimensionsRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListCustomDimensions` call. // Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListCustomDimensions` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListCustomDimensions RPC.
func (*ListCustomDimensionsRequest) Descriptor
deprecated
func (*ListCustomDimensionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCustomDimensionsRequest.ProtoReflect.Descriptor instead.
func (*ListCustomDimensionsRequest) GetPageSize ¶
func (x *ListCustomDimensionsRequest) GetPageSize() int32
func (*ListCustomDimensionsRequest) GetPageToken ¶
func (x *ListCustomDimensionsRequest) GetPageToken() string
func (*ListCustomDimensionsRequest) GetParent ¶
func (x *ListCustomDimensionsRequest) GetParent() string
func (*ListCustomDimensionsRequest) ProtoMessage ¶
func (*ListCustomDimensionsRequest) ProtoMessage()
func (*ListCustomDimensionsRequest) ProtoReflect ¶
func (x *ListCustomDimensionsRequest) ProtoReflect() protoreflect.Message
func (*ListCustomDimensionsRequest) Reset ¶
func (x *ListCustomDimensionsRequest) Reset()
func (*ListCustomDimensionsRequest) String ¶
func (x *ListCustomDimensionsRequest) String() string
type ListCustomDimensionsResponse ¶
type ListCustomDimensionsResponse struct { // List of CustomDimensions. CustomDimensions []*CustomDimension `protobuf:"bytes,1,rep,name=custom_dimensions,json=customDimensions,proto3" json:"custom_dimensions,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListCustomDimensions RPC.
func (*ListCustomDimensionsResponse) Descriptor
deprecated
func (*ListCustomDimensionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCustomDimensionsResponse.ProtoReflect.Descriptor instead.
func (*ListCustomDimensionsResponse) GetCustomDimensions ¶
func (x *ListCustomDimensionsResponse) GetCustomDimensions() []*CustomDimension
func (*ListCustomDimensionsResponse) GetNextPageToken ¶
func (x *ListCustomDimensionsResponse) GetNextPageToken() string
func (*ListCustomDimensionsResponse) ProtoMessage ¶
func (*ListCustomDimensionsResponse) ProtoMessage()
func (*ListCustomDimensionsResponse) ProtoReflect ¶
func (x *ListCustomDimensionsResponse) ProtoReflect() protoreflect.Message
func (*ListCustomDimensionsResponse) Reset ¶
func (x *ListCustomDimensionsResponse) Reset()
func (*ListCustomDimensionsResponse) String ¶
func (x *ListCustomDimensionsResponse) String() string
type ListCustomMetricsRequest ¶
type ListCustomMetricsRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListCustomMetrics` call. // Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListCustomMetrics` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListCustomMetrics RPC.
func (*ListCustomMetricsRequest) Descriptor
deprecated
func (*ListCustomMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCustomMetricsRequest.ProtoReflect.Descriptor instead.
func (*ListCustomMetricsRequest) GetPageSize ¶
func (x *ListCustomMetricsRequest) GetPageSize() int32
func (*ListCustomMetricsRequest) GetPageToken ¶
func (x *ListCustomMetricsRequest) GetPageToken() string
func (*ListCustomMetricsRequest) GetParent ¶
func (x *ListCustomMetricsRequest) GetParent() string
func (*ListCustomMetricsRequest) ProtoMessage ¶
func (*ListCustomMetricsRequest) ProtoMessage()
func (*ListCustomMetricsRequest) ProtoReflect ¶
func (x *ListCustomMetricsRequest) ProtoReflect() protoreflect.Message
func (*ListCustomMetricsRequest) Reset ¶
func (x *ListCustomMetricsRequest) Reset()
func (*ListCustomMetricsRequest) String ¶
func (x *ListCustomMetricsRequest) String() string
type ListCustomMetricsResponse ¶
type ListCustomMetricsResponse struct { // List of CustomMetrics. CustomMetrics []*CustomMetric `protobuf:"bytes,1,rep,name=custom_metrics,json=customMetrics,proto3" json:"custom_metrics,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListCustomMetrics RPC.
func (*ListCustomMetricsResponse) Descriptor
deprecated
func (*ListCustomMetricsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCustomMetricsResponse.ProtoReflect.Descriptor instead.
func (*ListCustomMetricsResponse) GetCustomMetrics ¶
func (x *ListCustomMetricsResponse) GetCustomMetrics() []*CustomMetric
func (*ListCustomMetricsResponse) GetNextPageToken ¶
func (x *ListCustomMetricsResponse) GetNextPageToken() string
func (*ListCustomMetricsResponse) ProtoMessage ¶
func (*ListCustomMetricsResponse) ProtoMessage()
func (*ListCustomMetricsResponse) ProtoReflect ¶
func (x *ListCustomMetricsResponse) ProtoReflect() protoreflect.Message
func (*ListCustomMetricsResponse) Reset ¶
func (x *ListCustomMetricsResponse) Reset()
func (*ListCustomMetricsResponse) String ¶
func (x *ListCustomMetricsResponse) String() string
type ListDataStreamsRequest ¶
type ListDataStreamsRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListDataStreams` call. // Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListDataStreams` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListDataStreams RPC.
func (*ListDataStreamsRequest) Descriptor
deprecated
func (*ListDataStreamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDataStreamsRequest.ProtoReflect.Descriptor instead.
func (*ListDataStreamsRequest) GetPageSize ¶
func (x *ListDataStreamsRequest) GetPageSize() int32
func (*ListDataStreamsRequest) GetPageToken ¶
func (x *ListDataStreamsRequest) GetPageToken() string
func (*ListDataStreamsRequest) GetParent ¶
func (x *ListDataStreamsRequest) GetParent() string
func (*ListDataStreamsRequest) ProtoMessage ¶
func (*ListDataStreamsRequest) ProtoMessage()
func (*ListDataStreamsRequest) ProtoReflect ¶
func (x *ListDataStreamsRequest) ProtoReflect() protoreflect.Message
func (*ListDataStreamsRequest) Reset ¶
func (x *ListDataStreamsRequest) Reset()
func (*ListDataStreamsRequest) String ¶
func (x *ListDataStreamsRequest) String() string
type ListDataStreamsResponse ¶
type ListDataStreamsResponse struct { // List of DataStreams. DataStreams []*DataStream `protobuf:"bytes,1,rep,name=data_streams,json=dataStreams,proto3" json:"data_streams,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListDataStreams RPC.
func (*ListDataStreamsResponse) Descriptor
deprecated
func (*ListDataStreamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataStreamsResponse.ProtoReflect.Descriptor instead.
func (*ListDataStreamsResponse) GetDataStreams ¶
func (x *ListDataStreamsResponse) GetDataStreams() []*DataStream
func (*ListDataStreamsResponse) GetNextPageToken ¶
func (x *ListDataStreamsResponse) GetNextPageToken() string
func (*ListDataStreamsResponse) ProtoMessage ¶
func (*ListDataStreamsResponse) ProtoMessage()
func (*ListDataStreamsResponse) ProtoReflect ¶
func (x *ListDataStreamsResponse) ProtoReflect() protoreflect.Message
func (*ListDataStreamsResponse) Reset ¶
func (x *ListDataStreamsResponse) Reset()
func (*ListDataStreamsResponse) String ¶
func (x *ListDataStreamsResponse) String() string
type ListDisplayVideo360AdvertiserLinkProposalsRequest ¶
type ListDisplayVideo360AdvertiserLinkProposalsRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous // `ListDisplayVideo360AdvertiserLinkProposals` call. Provide this to retrieve // the subsequent page. // // When paginating, all other parameters provided to // `ListDisplayVideo360AdvertiserLinkProposals` must match the call that // provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListDisplayVideo360AdvertiserLinkProposals RPC.
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) Descriptor
deprecated
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDisplayVideo360AdvertiserLinkProposalsRequest.ProtoReflect.Descriptor instead.
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) GetPageSize ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) GetPageSize() int32
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) GetPageToken ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) GetPageToken() string
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) GetParent ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) GetParent() string
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) ProtoMessage ¶
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) ProtoMessage()
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) ProtoReflect ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) ProtoReflect() protoreflect.Message
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) Reset ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) Reset()
func (*ListDisplayVideo360AdvertiserLinkProposalsRequest) String ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsRequest) String() string
type ListDisplayVideo360AdvertiserLinkProposalsResponse ¶
type ListDisplayVideo360AdvertiserLinkProposalsResponse struct { // List of DisplayVideo360AdvertiserLinkProposals. DisplayVideo_360AdvertiserLinkProposals []*DisplayVideo360AdvertiserLinkProposal `` /* 183-byte string literal not displayed */ // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListDisplayVideo360AdvertiserLinkProposals RPC.
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) Descriptor
deprecated
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDisplayVideo360AdvertiserLinkProposalsResponse.ProtoReflect.Descriptor instead.
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) GetDisplayVideo_360AdvertiserLinkProposals ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) GetDisplayVideo_360AdvertiserLinkProposals() []*DisplayVideo360AdvertiserLinkProposal
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) GetNextPageToken ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) GetNextPageToken() string
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) ProtoMessage ¶
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) ProtoMessage()
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) ProtoReflect ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) ProtoReflect() protoreflect.Message
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) Reset ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) Reset()
func (*ListDisplayVideo360AdvertiserLinkProposalsResponse) String ¶
func (x *ListDisplayVideo360AdvertiserLinkProposalsResponse) String() string
type ListDisplayVideo360AdvertiserLinksRequest ¶
type ListDisplayVideo360AdvertiserLinksRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListDisplayVideo360AdvertiserLinks` // call. Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to // `ListDisplayVideo360AdvertiserLinks` must match the call that provided the // page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListDisplayVideo360AdvertiserLinks RPC.
func (*ListDisplayVideo360AdvertiserLinksRequest) Descriptor
deprecated
func (*ListDisplayVideo360AdvertiserLinksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListDisplayVideo360AdvertiserLinksRequest.ProtoReflect.Descriptor instead.
func (*ListDisplayVideo360AdvertiserLinksRequest) GetPageSize ¶
func (x *ListDisplayVideo360AdvertiserLinksRequest) GetPageSize() int32
func (*ListDisplayVideo360AdvertiserLinksRequest) GetPageToken ¶
func (x *ListDisplayVideo360AdvertiserLinksRequest) GetPageToken() string
func (*ListDisplayVideo360AdvertiserLinksRequest) GetParent ¶
func (x *ListDisplayVideo360AdvertiserLinksRequest) GetParent() string
func (*ListDisplayVideo360AdvertiserLinksRequest) ProtoMessage ¶
func (*ListDisplayVideo360AdvertiserLinksRequest) ProtoMessage()
func (*ListDisplayVideo360AdvertiserLinksRequest) ProtoReflect ¶
func (x *ListDisplayVideo360AdvertiserLinksRequest) ProtoReflect() protoreflect.Message
func (*ListDisplayVideo360AdvertiserLinksRequest) Reset ¶
func (x *ListDisplayVideo360AdvertiserLinksRequest) Reset()
func (*ListDisplayVideo360AdvertiserLinksRequest) String ¶
func (x *ListDisplayVideo360AdvertiserLinksRequest) String() string
type ListDisplayVideo360AdvertiserLinksResponse ¶
type ListDisplayVideo360AdvertiserLinksResponse struct { // List of DisplayVideo360AdvertiserLinks. DisplayVideo_360AdvertiserLinks []*DisplayVideo360AdvertiserLink `` /* 157-byte string literal not displayed */ // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListDisplayVideo360AdvertiserLinks RPC.
func (*ListDisplayVideo360AdvertiserLinksResponse) Descriptor
deprecated
func (*ListDisplayVideo360AdvertiserLinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDisplayVideo360AdvertiserLinksResponse.ProtoReflect.Descriptor instead.
func (*ListDisplayVideo360AdvertiserLinksResponse) GetDisplayVideo_360AdvertiserLinks ¶
func (x *ListDisplayVideo360AdvertiserLinksResponse) GetDisplayVideo_360AdvertiserLinks() []*DisplayVideo360AdvertiserLink
func (*ListDisplayVideo360AdvertiserLinksResponse) GetNextPageToken ¶
func (x *ListDisplayVideo360AdvertiserLinksResponse) GetNextPageToken() string
func (*ListDisplayVideo360AdvertiserLinksResponse) ProtoMessage ¶
func (*ListDisplayVideo360AdvertiserLinksResponse) ProtoMessage()
func (*ListDisplayVideo360AdvertiserLinksResponse) ProtoReflect ¶
func (x *ListDisplayVideo360AdvertiserLinksResponse) ProtoReflect() protoreflect.Message
func (*ListDisplayVideo360AdvertiserLinksResponse) Reset ¶
func (x *ListDisplayVideo360AdvertiserLinksResponse) Reset()
func (*ListDisplayVideo360AdvertiserLinksResponse) String ¶
func (x *ListDisplayVideo360AdvertiserLinksResponse) String() string
type ListEventCreateRulesRequest ¶ added in v0.20.0
type ListEventCreateRulesRequest struct { // Required. Example format: properties/123/dataStreams/456 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListEventCreateRules` call. Provide // this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListEventCreateRules` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListEventCreateRules RPC.
func (*ListEventCreateRulesRequest) Descriptor
deprecated
added in
v0.20.0
func (*ListEventCreateRulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEventCreateRulesRequest.ProtoReflect.Descriptor instead.
func (*ListEventCreateRulesRequest) GetPageSize ¶ added in v0.20.0
func (x *ListEventCreateRulesRequest) GetPageSize() int32
func (*ListEventCreateRulesRequest) GetPageToken ¶ added in v0.20.0
func (x *ListEventCreateRulesRequest) GetPageToken() string
func (*ListEventCreateRulesRequest) GetParent ¶ added in v0.20.0
func (x *ListEventCreateRulesRequest) GetParent() string
func (*ListEventCreateRulesRequest) ProtoMessage ¶ added in v0.20.0
func (*ListEventCreateRulesRequest) ProtoMessage()
func (*ListEventCreateRulesRequest) ProtoReflect ¶ added in v0.20.0
func (x *ListEventCreateRulesRequest) ProtoReflect() protoreflect.Message
func (*ListEventCreateRulesRequest) Reset ¶ added in v0.20.0
func (x *ListEventCreateRulesRequest) Reset()
func (*ListEventCreateRulesRequest) String ¶ added in v0.20.0
func (x *ListEventCreateRulesRequest) String() string
type ListEventCreateRulesResponse ¶ added in v0.20.0
type ListEventCreateRulesResponse struct { // List of EventCreateRules. These will be ordered stably, but in an arbitrary // order. EventCreateRules []*EventCreateRule `protobuf:"bytes,1,rep,name=event_create_rules,json=eventCreateRules,proto3" json:"event_create_rules,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListEventCreateRules RPC.
func (*ListEventCreateRulesResponse) Descriptor
deprecated
added in
v0.20.0
func (*ListEventCreateRulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEventCreateRulesResponse.ProtoReflect.Descriptor instead.
func (*ListEventCreateRulesResponse) GetEventCreateRules ¶ added in v0.20.0
func (x *ListEventCreateRulesResponse) GetEventCreateRules() []*EventCreateRule
func (*ListEventCreateRulesResponse) GetNextPageToken ¶ added in v0.20.0
func (x *ListEventCreateRulesResponse) GetNextPageToken() string
func (*ListEventCreateRulesResponse) ProtoMessage ¶ added in v0.20.0
func (*ListEventCreateRulesResponse) ProtoMessage()
func (*ListEventCreateRulesResponse) ProtoReflect ¶ added in v0.20.0
func (x *ListEventCreateRulesResponse) ProtoReflect() protoreflect.Message
func (*ListEventCreateRulesResponse) Reset ¶ added in v0.20.0
func (x *ListEventCreateRulesResponse) Reset()
func (*ListEventCreateRulesResponse) String ¶ added in v0.20.0
func (x *ListEventCreateRulesResponse) String() string
type ListEventEditRulesRequest ¶ added in v0.24.0
type ListEventEditRulesRequest struct { // Required. Example format: properties/123/dataStreams/456 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. A page token, received from a previous `ListEventEditRules` call. // Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListEventEditRules` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListEventEditRules RPC.
func (*ListEventEditRulesRequest) Descriptor
deprecated
added in
v0.24.0
func (*ListEventEditRulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListEventEditRulesRequest.ProtoReflect.Descriptor instead.
func (*ListEventEditRulesRequest) GetPageSize ¶ added in v0.24.0
func (x *ListEventEditRulesRequest) GetPageSize() int32
func (*ListEventEditRulesRequest) GetPageToken ¶ added in v0.24.0
func (x *ListEventEditRulesRequest) GetPageToken() string
func (*ListEventEditRulesRequest) GetParent ¶ added in v0.24.0
func (x *ListEventEditRulesRequest) GetParent() string
func (*ListEventEditRulesRequest) ProtoMessage ¶ added in v0.24.0
func (*ListEventEditRulesRequest) ProtoMessage()
func (*ListEventEditRulesRequest) ProtoReflect ¶ added in v0.24.0
func (x *ListEventEditRulesRequest) ProtoReflect() protoreflect.Message
func (*ListEventEditRulesRequest) Reset ¶ added in v0.24.0
func (x *ListEventEditRulesRequest) Reset()
func (*ListEventEditRulesRequest) String ¶ added in v0.24.0
func (x *ListEventEditRulesRequest) String() string
type ListEventEditRulesResponse ¶ added in v0.24.0
type ListEventEditRulesResponse struct { // List of EventEditRules. These will be ordered stably, but in an arbitrary // order. EventEditRules []*EventEditRule `protobuf:"bytes,1,rep,name=event_edit_rules,json=eventEditRules,proto3" json:"event_edit_rules,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListEventEditRules RPC.
func (*ListEventEditRulesResponse) Descriptor
deprecated
added in
v0.24.0
func (*ListEventEditRulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListEventEditRulesResponse.ProtoReflect.Descriptor instead.
func (*ListEventEditRulesResponse) GetEventEditRules ¶ added in v0.24.0
func (x *ListEventEditRulesResponse) GetEventEditRules() []*EventEditRule
func (*ListEventEditRulesResponse) GetNextPageToken ¶ added in v0.24.0
func (x *ListEventEditRulesResponse) GetNextPageToken() string
func (*ListEventEditRulesResponse) ProtoMessage ¶ added in v0.24.0
func (*ListEventEditRulesResponse) ProtoMessage()
func (*ListEventEditRulesResponse) ProtoReflect ¶ added in v0.24.0
func (x *ListEventEditRulesResponse) ProtoReflect() protoreflect.Message
func (*ListEventEditRulesResponse) Reset ¶ added in v0.24.0
func (x *ListEventEditRulesResponse) Reset()
func (*ListEventEditRulesResponse) String ¶ added in v0.24.0
func (x *ListEventEditRulesResponse) String() string
type ListExpandedDataSetsRequest ¶ added in v0.18.0
type ListExpandedDataSetsRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListExpandedDataSets` call. Provide // this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListExpandedDataSet` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListExpandedDataSets RPC.
func (*ListExpandedDataSetsRequest) Descriptor
deprecated
added in
v0.18.0
func (*ListExpandedDataSetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListExpandedDataSetsRequest.ProtoReflect.Descriptor instead.
func (*ListExpandedDataSetsRequest) GetPageSize ¶ added in v0.18.0
func (x *ListExpandedDataSetsRequest) GetPageSize() int32
func (*ListExpandedDataSetsRequest) GetPageToken ¶ added in v0.18.0
func (x *ListExpandedDataSetsRequest) GetPageToken() string
func (*ListExpandedDataSetsRequest) GetParent ¶ added in v0.18.0
func (x *ListExpandedDataSetsRequest) GetParent() string
func (*ListExpandedDataSetsRequest) ProtoMessage ¶ added in v0.18.0
func (*ListExpandedDataSetsRequest) ProtoMessage()
func (*ListExpandedDataSetsRequest) ProtoReflect ¶ added in v0.18.0
func (x *ListExpandedDataSetsRequest) ProtoReflect() protoreflect.Message
func (*ListExpandedDataSetsRequest) Reset ¶ added in v0.18.0
func (x *ListExpandedDataSetsRequest) Reset()
func (*ListExpandedDataSetsRequest) String ¶ added in v0.18.0
func (x *ListExpandedDataSetsRequest) String() string
type ListExpandedDataSetsResponse ¶ added in v0.18.0
type ListExpandedDataSetsResponse struct { // List of ExpandedDataSet. These will be ordered stably, but in an arbitrary // order. ExpandedDataSets []*ExpandedDataSet `protobuf:"bytes,1,rep,name=expanded_data_sets,json=expandedDataSets,proto3" json:"expanded_data_sets,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListExpandedDataSets RPC.
func (*ListExpandedDataSetsResponse) Descriptor
deprecated
added in
v0.18.0
func (*ListExpandedDataSetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListExpandedDataSetsResponse.ProtoReflect.Descriptor instead.
func (*ListExpandedDataSetsResponse) GetExpandedDataSets ¶ added in v0.18.0
func (x *ListExpandedDataSetsResponse) GetExpandedDataSets() []*ExpandedDataSet
func (*ListExpandedDataSetsResponse) GetNextPageToken ¶ added in v0.18.0
func (x *ListExpandedDataSetsResponse) GetNextPageToken() string
func (*ListExpandedDataSetsResponse) ProtoMessage ¶ added in v0.18.0
func (*ListExpandedDataSetsResponse) ProtoMessage()
func (*ListExpandedDataSetsResponse) ProtoReflect ¶ added in v0.18.0
func (x *ListExpandedDataSetsResponse) ProtoReflect() protoreflect.Message
func (*ListExpandedDataSetsResponse) Reset ¶ added in v0.18.0
func (x *ListExpandedDataSetsResponse) Reset()
func (*ListExpandedDataSetsResponse) String ¶ added in v0.18.0
func (x *ListExpandedDataSetsResponse) String() string
type ListFirebaseLinksRequest ¶
type ListFirebaseLinksRequest struct { // Required. Format: properties/{property_id} // // Example: `properties/1234` Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. The service may return // fewer than this value, even if there are additional pages. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListFirebaseLinks` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListFirebaseLinks` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListFirebaseLinks RPC
func (*ListFirebaseLinksRequest) Descriptor
deprecated
func (*ListFirebaseLinksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFirebaseLinksRequest.ProtoReflect.Descriptor instead.
func (*ListFirebaseLinksRequest) GetPageSize ¶
func (x *ListFirebaseLinksRequest) GetPageSize() int32
func (*ListFirebaseLinksRequest) GetPageToken ¶
func (x *ListFirebaseLinksRequest) GetPageToken() string
func (*ListFirebaseLinksRequest) GetParent ¶
func (x *ListFirebaseLinksRequest) GetParent() string
func (*ListFirebaseLinksRequest) ProtoMessage ¶
func (*ListFirebaseLinksRequest) ProtoMessage()
func (*ListFirebaseLinksRequest) ProtoReflect ¶
func (x *ListFirebaseLinksRequest) ProtoReflect() protoreflect.Message
func (*ListFirebaseLinksRequest) Reset ¶
func (x *ListFirebaseLinksRequest) Reset()
func (*ListFirebaseLinksRequest) String ¶
func (x *ListFirebaseLinksRequest) String() string
type ListFirebaseLinksResponse ¶
type ListFirebaseLinksResponse struct { // List of FirebaseLinks. This will have at most one value. FirebaseLinks []*FirebaseLink `protobuf:"bytes,1,rep,name=firebase_links,json=firebaseLinks,proto3" json:"firebase_links,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. // Currently, Google Analytics supports only one FirebaseLink per property, // so this will never be populated. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListFirebaseLinks RPC
func (*ListFirebaseLinksResponse) Descriptor
deprecated
func (*ListFirebaseLinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFirebaseLinksResponse.ProtoReflect.Descriptor instead.
func (*ListFirebaseLinksResponse) GetFirebaseLinks ¶
func (x *ListFirebaseLinksResponse) GetFirebaseLinks() []*FirebaseLink
func (*ListFirebaseLinksResponse) GetNextPageToken ¶
func (x *ListFirebaseLinksResponse) GetNextPageToken() string
func (*ListFirebaseLinksResponse) ProtoMessage ¶
func (*ListFirebaseLinksResponse) ProtoMessage()
func (*ListFirebaseLinksResponse) ProtoReflect ¶
func (x *ListFirebaseLinksResponse) ProtoReflect() protoreflect.Message
func (*ListFirebaseLinksResponse) Reset ¶
func (x *ListFirebaseLinksResponse) Reset()
func (*ListFirebaseLinksResponse) String ¶
func (x *ListFirebaseLinksResponse) String() string
type ListGoogleAdsLinksRequest ¶
type ListGoogleAdsLinksRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListGoogleAdsLinks` call. // Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to `ListGoogleAdsLinks` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListGoogleAdsLinks RPC.
func (*ListGoogleAdsLinksRequest) Descriptor
deprecated
func (*ListGoogleAdsLinksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGoogleAdsLinksRequest.ProtoReflect.Descriptor instead.
func (*ListGoogleAdsLinksRequest) GetPageSize ¶
func (x *ListGoogleAdsLinksRequest) GetPageSize() int32
func (*ListGoogleAdsLinksRequest) GetPageToken ¶
func (x *ListGoogleAdsLinksRequest) GetPageToken() string
func (*ListGoogleAdsLinksRequest) GetParent ¶
func (x *ListGoogleAdsLinksRequest) GetParent() string
func (*ListGoogleAdsLinksRequest) ProtoMessage ¶
func (*ListGoogleAdsLinksRequest) ProtoMessage()
func (*ListGoogleAdsLinksRequest) ProtoReflect ¶
func (x *ListGoogleAdsLinksRequest) ProtoReflect() protoreflect.Message
func (*ListGoogleAdsLinksRequest) Reset ¶
func (x *ListGoogleAdsLinksRequest) Reset()
func (*ListGoogleAdsLinksRequest) String ¶
func (x *ListGoogleAdsLinksRequest) String() string
type ListGoogleAdsLinksResponse ¶
type ListGoogleAdsLinksResponse struct { // List of GoogleAdsLinks. GoogleAdsLinks []*GoogleAdsLink `protobuf:"bytes,1,rep,name=google_ads_links,json=googleAdsLinks,proto3" json:"google_ads_links,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListGoogleAdsLinks RPC.
func (*ListGoogleAdsLinksResponse) Descriptor
deprecated
func (*ListGoogleAdsLinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGoogleAdsLinksResponse.ProtoReflect.Descriptor instead.
func (*ListGoogleAdsLinksResponse) GetGoogleAdsLinks ¶
func (x *ListGoogleAdsLinksResponse) GetGoogleAdsLinks() []*GoogleAdsLink
func (*ListGoogleAdsLinksResponse) GetNextPageToken ¶
func (x *ListGoogleAdsLinksResponse) GetNextPageToken() string
func (*ListGoogleAdsLinksResponse) ProtoMessage ¶
func (*ListGoogleAdsLinksResponse) ProtoMessage()
func (*ListGoogleAdsLinksResponse) ProtoReflect ¶
func (x *ListGoogleAdsLinksResponse) ProtoReflect() protoreflect.Message
func (*ListGoogleAdsLinksResponse) Reset ¶
func (x *ListGoogleAdsLinksResponse) Reset()
func (*ListGoogleAdsLinksResponse) String ¶
func (x *ListGoogleAdsLinksResponse) String() string
type ListKeyEventsRequest ¶ added in v0.24.0
type ListKeyEventsRequest struct { // Required. The resource name of the parent property. // Example: 'properties/123' Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListKeyEvents` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListKeyEvents` // must match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListKeyEvents RPC
func (*ListKeyEventsRequest) Descriptor
deprecated
added in
v0.24.0
func (*ListKeyEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListKeyEventsRequest.ProtoReflect.Descriptor instead.
func (*ListKeyEventsRequest) GetPageSize ¶ added in v0.24.0
func (x *ListKeyEventsRequest) GetPageSize() int32
func (*ListKeyEventsRequest) GetPageToken ¶ added in v0.24.0
func (x *ListKeyEventsRequest) GetPageToken() string
func (*ListKeyEventsRequest) GetParent ¶ added in v0.24.0
func (x *ListKeyEventsRequest) GetParent() string
func (*ListKeyEventsRequest) ProtoMessage ¶ added in v0.24.0
func (*ListKeyEventsRequest) ProtoMessage()
func (*ListKeyEventsRequest) ProtoReflect ¶ added in v0.24.0
func (x *ListKeyEventsRequest) ProtoReflect() protoreflect.Message
func (*ListKeyEventsRequest) Reset ¶ added in v0.24.0
func (x *ListKeyEventsRequest) Reset()
func (*ListKeyEventsRequest) String ¶ added in v0.24.0
func (x *ListKeyEventsRequest) String() string
type ListKeyEventsResponse ¶ added in v0.24.0
type ListKeyEventsResponse struct { // The requested Key Events KeyEvents []*KeyEvent `protobuf:"bytes,1,rep,name=key_events,json=keyEvents,proto3" json:"key_events,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListKeyEvents RPC.
func (*ListKeyEventsResponse) Descriptor
deprecated
added in
v0.24.0
func (*ListKeyEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListKeyEventsResponse.ProtoReflect.Descriptor instead.
func (*ListKeyEventsResponse) GetKeyEvents ¶ added in v0.24.0
func (x *ListKeyEventsResponse) GetKeyEvents() []*KeyEvent
func (*ListKeyEventsResponse) GetNextPageToken ¶ added in v0.24.0
func (x *ListKeyEventsResponse) GetNextPageToken() string
func (*ListKeyEventsResponse) ProtoMessage ¶ added in v0.24.0
func (*ListKeyEventsResponse) ProtoMessage()
func (*ListKeyEventsResponse) ProtoReflect ¶ added in v0.24.0
func (x *ListKeyEventsResponse) ProtoReflect() protoreflect.Message
func (*ListKeyEventsResponse) Reset ¶ added in v0.24.0
func (x *ListKeyEventsResponse) Reset()
func (*ListKeyEventsResponse) String ¶ added in v0.24.0
func (x *ListKeyEventsResponse) String() string
type ListMeasurementProtocolSecretsRequest ¶
type ListMeasurementProtocolSecretsRequest struct { // Required. The resource name of the parent stream. // Format: // properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 10 resources will be returned. // The maximum value is 10. Higher values will be coerced to the maximum. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListMeasurementProtocolSecrets` // call. Provide this to retrieve the subsequent page. When paginating, all // other parameters provided to `ListMeasurementProtocolSecrets` must match // the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListMeasurementProtocolSecret RPC
func (*ListMeasurementProtocolSecretsRequest) Descriptor
deprecated
func (*ListMeasurementProtocolSecretsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMeasurementProtocolSecretsRequest.ProtoReflect.Descriptor instead.
func (*ListMeasurementProtocolSecretsRequest) GetPageSize ¶
func (x *ListMeasurementProtocolSecretsRequest) GetPageSize() int32
func (*ListMeasurementProtocolSecretsRequest) GetPageToken ¶
func (x *ListMeasurementProtocolSecretsRequest) GetPageToken() string
func (*ListMeasurementProtocolSecretsRequest) GetParent ¶
func (x *ListMeasurementProtocolSecretsRequest) GetParent() string
func (*ListMeasurementProtocolSecretsRequest) ProtoMessage ¶
func (*ListMeasurementProtocolSecretsRequest) ProtoMessage()
func (*ListMeasurementProtocolSecretsRequest) ProtoReflect ¶
func (x *ListMeasurementProtocolSecretsRequest) ProtoReflect() protoreflect.Message
func (*ListMeasurementProtocolSecretsRequest) Reset ¶
func (x *ListMeasurementProtocolSecretsRequest) Reset()
func (*ListMeasurementProtocolSecretsRequest) String ¶
func (x *ListMeasurementProtocolSecretsRequest) String() string
type ListMeasurementProtocolSecretsResponse ¶
type ListMeasurementProtocolSecretsResponse struct { // A list of secrets for the parent stream specified in the request. MeasurementProtocolSecrets []*MeasurementProtocolSecret `` /* 141-byte string literal not displayed */ // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListMeasurementProtocolSecret RPC
func (*ListMeasurementProtocolSecretsResponse) Descriptor
deprecated
func (*ListMeasurementProtocolSecretsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListMeasurementProtocolSecretsResponse.ProtoReflect.Descriptor instead.
func (*ListMeasurementProtocolSecretsResponse) GetMeasurementProtocolSecrets ¶
func (x *ListMeasurementProtocolSecretsResponse) GetMeasurementProtocolSecrets() []*MeasurementProtocolSecret
func (*ListMeasurementProtocolSecretsResponse) GetNextPageToken ¶
func (x *ListMeasurementProtocolSecretsResponse) GetNextPageToken() string
func (*ListMeasurementProtocolSecretsResponse) ProtoMessage ¶
func (*ListMeasurementProtocolSecretsResponse) ProtoMessage()
func (*ListMeasurementProtocolSecretsResponse) ProtoReflect ¶
func (x *ListMeasurementProtocolSecretsResponse) ProtoReflect() protoreflect.Message
func (*ListMeasurementProtocolSecretsResponse) Reset ¶
func (x *ListMeasurementProtocolSecretsResponse) Reset()
func (*ListMeasurementProtocolSecretsResponse) String ¶
func (x *ListMeasurementProtocolSecretsResponse) String() string
type ListPropertiesRequest ¶
type ListPropertiesRequest struct { // Required. An expression for filtering the results of the request. // Fields eligible for filtering are: // `parent:`(The resource name of the parent account/property) or // `ancestor:`(The resource name of the parent account) or // `firebase_project:`(The id or number of the linked firebase project). // Some examples of filters: // // “` // | Filter | Description | // |-----------------------------|-------------------------------------------| // | parent:accounts/123 | The account with account id: 123. | // | parent:properties/123 | The property with property id: 123. | // | ancestor:accounts/123 | The account with account id: 123. | // | firebase_project:project-id | The firebase project with id: project-id. | // | firebase_project:123 | The firebase project with number: 123. | // “` Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // The maximum number of resources to return. The service may return // fewer than this value, even if there are additional pages. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListProperties` call. // Provide this to retrieve the subsequent page. // When paginating, all other parameters provided to `ListProperties` must // match the call that provided the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Whether to include soft-deleted (ie: "trashed") Properties in the // results. Properties can be inspected to determine whether they are deleted // or not. ShowDeleted bool `protobuf:"varint,4,opt,name=show_deleted,json=showDeleted,proto3" json:"show_deleted,omitempty"` // contains filtered or unexported fields }
Request message for ListProperties RPC.
func (*ListPropertiesRequest) Descriptor
deprecated
func (*ListPropertiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListPropertiesRequest.ProtoReflect.Descriptor instead.
func (*ListPropertiesRequest) GetFilter ¶
func (x *ListPropertiesRequest) GetFilter() string
func (*ListPropertiesRequest) GetPageSize ¶
func (x *ListPropertiesRequest) GetPageSize() int32
func (*ListPropertiesRequest) GetPageToken ¶
func (x *ListPropertiesRequest) GetPageToken() string
func (*ListPropertiesRequest) GetShowDeleted ¶
func (x *ListPropertiesRequest) GetShowDeleted() bool
func (*ListPropertiesRequest) ProtoMessage ¶
func (*ListPropertiesRequest) ProtoMessage()
func (*ListPropertiesRequest) ProtoReflect ¶
func (x *ListPropertiesRequest) ProtoReflect() protoreflect.Message
func (*ListPropertiesRequest) Reset ¶
func (x *ListPropertiesRequest) Reset()
func (*ListPropertiesRequest) String ¶
func (x *ListPropertiesRequest) String() string
type ListPropertiesResponse ¶
type ListPropertiesResponse struct { // Results that matched the filter criteria and were accessible to the caller. Properties []*Property `protobuf:"bytes,1,rep,name=properties,proto3" json:"properties,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListProperties RPC.
func (*ListPropertiesResponse) Descriptor
deprecated
func (*ListPropertiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPropertiesResponse.ProtoReflect.Descriptor instead.
func (*ListPropertiesResponse) GetNextPageToken ¶
func (x *ListPropertiesResponse) GetNextPageToken() string
func (*ListPropertiesResponse) GetProperties ¶
func (x *ListPropertiesResponse) GetProperties() []*Property
func (*ListPropertiesResponse) ProtoMessage ¶
func (*ListPropertiesResponse) ProtoMessage()
func (*ListPropertiesResponse) ProtoReflect ¶
func (x *ListPropertiesResponse) ProtoReflect() protoreflect.Message
func (*ListPropertiesResponse) Reset ¶
func (x *ListPropertiesResponse) Reset()
func (*ListPropertiesResponse) String ¶
func (x *ListPropertiesResponse) String() string
type ListRollupPropertySourceLinksRequest ¶ added in v0.21.6
type ListRollupPropertySourceLinksRequest struct { // Required. The name of the roll-up property to list roll-up property source // links under. Format: properties/{property_id} Example: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of resources to return. The service may return // fewer than this value, even if there are additional pages. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. A page token, received from a previous // `ListRollupPropertySourceLinks` call. Provide this to retrieve the // subsequent page. When paginating, all other parameters provided to // `ListRollupPropertySourceLinks` must match the call that provided the page // token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListRollupPropertySourceLinks RPC.
func (*ListRollupPropertySourceLinksRequest) Descriptor
deprecated
added in
v0.21.6
func (*ListRollupPropertySourceLinksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRollupPropertySourceLinksRequest.ProtoReflect.Descriptor instead.
func (*ListRollupPropertySourceLinksRequest) GetPageSize ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksRequest) GetPageSize() int32
func (*ListRollupPropertySourceLinksRequest) GetPageToken ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksRequest) GetPageToken() string
func (*ListRollupPropertySourceLinksRequest) GetParent ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksRequest) GetParent() string
func (*ListRollupPropertySourceLinksRequest) ProtoMessage ¶ added in v0.21.6
func (*ListRollupPropertySourceLinksRequest) ProtoMessage()
func (*ListRollupPropertySourceLinksRequest) ProtoReflect ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksRequest) ProtoReflect() protoreflect.Message
func (*ListRollupPropertySourceLinksRequest) Reset ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksRequest) Reset()
func (*ListRollupPropertySourceLinksRequest) String ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksRequest) String() string
type ListRollupPropertySourceLinksResponse ¶ added in v0.21.6
type ListRollupPropertySourceLinksResponse struct { // List of RollupPropertySourceLinks. RollupPropertySourceLinks []*RollupPropertySourceLink `` /* 140-byte string literal not displayed */ // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListRollupPropertySourceLinks RPC.
func (*ListRollupPropertySourceLinksResponse) Descriptor
deprecated
added in
v0.21.6
func (*ListRollupPropertySourceLinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRollupPropertySourceLinksResponse.ProtoReflect.Descriptor instead.
func (*ListRollupPropertySourceLinksResponse) GetNextPageToken ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksResponse) GetNextPageToken() string
func (*ListRollupPropertySourceLinksResponse) GetRollupPropertySourceLinks ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksResponse) GetRollupPropertySourceLinks() []*RollupPropertySourceLink
func (*ListRollupPropertySourceLinksResponse) ProtoMessage ¶ added in v0.21.6
func (*ListRollupPropertySourceLinksResponse) ProtoMessage()
func (*ListRollupPropertySourceLinksResponse) ProtoReflect ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksResponse) ProtoReflect() protoreflect.Message
func (*ListRollupPropertySourceLinksResponse) Reset ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksResponse) Reset()
func (*ListRollupPropertySourceLinksResponse) String ¶ added in v0.21.6
func (x *ListRollupPropertySourceLinksResponse) String() string
type ListSKAdNetworkConversionValueSchemasRequest ¶ added in v0.21.4
type ListSKAdNetworkConversionValueSchemasRequest struct { // Required. The DataStream resource to list schemas for. // Format: // properties/{property_id}/dataStreams/{dataStream} // Example: properties/1234/dataStreams/5678 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. The service may return // fewer than this value, even if there are additional pages. // If unspecified, at most 50 resources will be returned. // The maximum value is 200; (higher values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous // `ListSKAdNetworkConversionValueSchemas` call. Provide this to retrieve the // subsequent page. When paginating, all other parameters provided to // `ListSKAdNetworkConversionValueSchema` must match the call that provided // the page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListSKAdNetworkConversionValueSchemas RPC
func (*ListSKAdNetworkConversionValueSchemasRequest) Descriptor
deprecated
added in
v0.21.4
func (*ListSKAdNetworkConversionValueSchemasRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSKAdNetworkConversionValueSchemasRequest.ProtoReflect.Descriptor instead.
func (*ListSKAdNetworkConversionValueSchemasRequest) GetPageSize ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasRequest) GetPageSize() int32
func (*ListSKAdNetworkConversionValueSchemasRequest) GetPageToken ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasRequest) GetPageToken() string
func (*ListSKAdNetworkConversionValueSchemasRequest) GetParent ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasRequest) GetParent() string
func (*ListSKAdNetworkConversionValueSchemasRequest) ProtoMessage ¶ added in v0.21.4
func (*ListSKAdNetworkConversionValueSchemasRequest) ProtoMessage()
func (*ListSKAdNetworkConversionValueSchemasRequest) ProtoReflect ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasRequest) ProtoReflect() protoreflect.Message
func (*ListSKAdNetworkConversionValueSchemasRequest) Reset ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasRequest) Reset()
func (*ListSKAdNetworkConversionValueSchemasRequest) String ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasRequest) String() string
type ListSKAdNetworkConversionValueSchemasResponse ¶ added in v0.21.4
type ListSKAdNetworkConversionValueSchemasResponse struct { // List of SKAdNetworkConversionValueSchemas. This will have at most one // value. SkadnetworkConversionValueSchemas []*SKAdNetworkConversionValueSchema `` /* 164-byte string literal not displayed */ // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. // Currently, Google Analytics supports only one // SKAdNetworkConversionValueSchema per dataStream, so this will never be // populated. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListSKAdNetworkConversionValueSchemas RPC
func (*ListSKAdNetworkConversionValueSchemasResponse) Descriptor
deprecated
added in
v0.21.4
func (*ListSKAdNetworkConversionValueSchemasResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSKAdNetworkConversionValueSchemasResponse.ProtoReflect.Descriptor instead.
func (*ListSKAdNetworkConversionValueSchemasResponse) GetNextPageToken ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasResponse) GetNextPageToken() string
func (*ListSKAdNetworkConversionValueSchemasResponse) GetSkadnetworkConversionValueSchemas ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasResponse) GetSkadnetworkConversionValueSchemas() []*SKAdNetworkConversionValueSchema
func (*ListSKAdNetworkConversionValueSchemasResponse) ProtoMessage ¶ added in v0.21.4
func (*ListSKAdNetworkConversionValueSchemasResponse) ProtoMessage()
func (*ListSKAdNetworkConversionValueSchemasResponse) ProtoReflect ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasResponse) ProtoReflect() protoreflect.Message
func (*ListSKAdNetworkConversionValueSchemasResponse) Reset ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasResponse) Reset()
func (*ListSKAdNetworkConversionValueSchemasResponse) String ¶ added in v0.21.4
func (x *ListSKAdNetworkConversionValueSchemasResponse) String() string
type ListSearchAds360LinksRequest ¶ added in v0.17.0
type ListSearchAds360LinksRequest struct { // Required. Example format: properties/1234 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // The maximum number of resources to return. // If unspecified, at most 50 resources will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // A page token, received from a previous `ListSearchAds360Links` // call. Provide this to retrieve the subsequent page. // // When paginating, all other parameters provided to // `ListSearchAds360Links` must match the call that provided the // page token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListSearchAds360Links RPC.
func (*ListSearchAds360LinksRequest) Descriptor
deprecated
added in
v0.17.0
func (*ListSearchAds360LinksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSearchAds360LinksRequest.ProtoReflect.Descriptor instead.
func (*ListSearchAds360LinksRequest) GetPageSize ¶ added in v0.17.0
func (x *ListSearchAds360LinksRequest) GetPageSize() int32
func (*ListSearchAds360LinksRequest) GetPageToken ¶ added in v0.17.0
func (x *ListSearchAds360LinksRequest) GetPageToken() string
func (*ListSearchAds360LinksRequest) GetParent ¶ added in v0.17.0
func (x *ListSearchAds360LinksRequest) GetParent() string
func (*ListSearchAds360LinksRequest) ProtoMessage ¶ added in v0.17.0
func (*ListSearchAds360LinksRequest) ProtoMessage()
func (*ListSearchAds360LinksRequest) ProtoReflect ¶ added in v0.17.0
func (x *ListSearchAds360LinksRequest) ProtoReflect() protoreflect.Message
func (*ListSearchAds360LinksRequest) Reset ¶ added in v0.17.0
func (x *ListSearchAds360LinksRequest) Reset()
func (*ListSearchAds360LinksRequest) String ¶ added in v0.17.0
func (x *ListSearchAds360LinksRequest) String() string
type ListSearchAds360LinksResponse ¶ added in v0.17.0
type ListSearchAds360LinksResponse struct { // List of SearchAds360Links. SearchAds_360Links []*SearchAds360Link `protobuf:"bytes,1,rep,name=search_ads_360_links,json=searchAds360Links,proto3" json:"search_ads_360_links,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListSearchAds360Links RPC.
func (*ListSearchAds360LinksResponse) Descriptor
deprecated
added in
v0.17.0
func (*ListSearchAds360LinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSearchAds360LinksResponse.ProtoReflect.Descriptor instead.
func (*ListSearchAds360LinksResponse) GetNextPageToken ¶ added in v0.17.0
func (x *ListSearchAds360LinksResponse) GetNextPageToken() string
func (*ListSearchAds360LinksResponse) GetSearchAds_360Links ¶ added in v0.17.0
func (x *ListSearchAds360LinksResponse) GetSearchAds_360Links() []*SearchAds360Link
func (*ListSearchAds360LinksResponse) ProtoMessage ¶ added in v0.17.0
func (*ListSearchAds360LinksResponse) ProtoMessage()
func (*ListSearchAds360LinksResponse) ProtoReflect ¶ added in v0.17.0
func (x *ListSearchAds360LinksResponse) ProtoReflect() protoreflect.Message
func (*ListSearchAds360LinksResponse) Reset ¶ added in v0.17.0
func (x *ListSearchAds360LinksResponse) Reset()
func (*ListSearchAds360LinksResponse) String ¶ added in v0.17.0
func (x *ListSearchAds360LinksResponse) String() string
type ListSubpropertyEventFiltersRequest ¶ added in v0.21.6
type ListSubpropertyEventFiltersRequest struct { // Required. Resource name of the ordinary property. // Format: properties/property_id // Example: properties/123 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of resources to return. The service may return // fewer than this value, even if there are additional pages. If unspecified, // at most 50 resources will be returned. The maximum value is 200; (higher // values will be coerced to the maximum) PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. A page token, received from a previous // `ListSubpropertyEventFilters` call. Provide this to retrieve the subsequent // page. When paginating, all other parameters provided to // `ListSubpropertyEventFilters` must match the call that provided the page // token. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for ListSubpropertyEventFilters RPC.
func (*ListSubpropertyEventFiltersRequest) Descriptor
deprecated
added in
v0.21.6
func (*ListSubpropertyEventFiltersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSubpropertyEventFiltersRequest.ProtoReflect.Descriptor instead.
func (*ListSubpropertyEventFiltersRequest) GetPageSize ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersRequest) GetPageSize() int32
func (*ListSubpropertyEventFiltersRequest) GetPageToken ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersRequest) GetPageToken() string
func (*ListSubpropertyEventFiltersRequest) GetParent ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersRequest) GetParent() string
func (*ListSubpropertyEventFiltersRequest) ProtoMessage ¶ added in v0.21.6
func (*ListSubpropertyEventFiltersRequest) ProtoMessage()
func (*ListSubpropertyEventFiltersRequest) ProtoReflect ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersRequest) ProtoReflect() protoreflect.Message
func (*ListSubpropertyEventFiltersRequest) Reset ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersRequest) Reset()
func (*ListSubpropertyEventFiltersRequest) String ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersRequest) String() string
type ListSubpropertyEventFiltersResponse ¶ added in v0.21.6
type ListSubpropertyEventFiltersResponse struct { // List of subproperty event filters. SubpropertyEventFilters []*SubpropertyEventFilter `` /* 132-byte string literal not displayed */ // A token, which can be sent as `page_token` to retrieve the next page. If // this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for ListSubpropertyEventFilter RPC.
func (*ListSubpropertyEventFiltersResponse) Descriptor
deprecated
added in
v0.21.6
func (*ListSubpropertyEventFiltersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSubpropertyEventFiltersResponse.ProtoReflect.Descriptor instead.
func (*ListSubpropertyEventFiltersResponse) GetNextPageToken ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersResponse) GetNextPageToken() string
func (*ListSubpropertyEventFiltersResponse) GetSubpropertyEventFilters ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersResponse) GetSubpropertyEventFilters() []*SubpropertyEventFilter
func (*ListSubpropertyEventFiltersResponse) ProtoMessage ¶ added in v0.21.6
func (*ListSubpropertyEventFiltersResponse) ProtoMessage()
func (*ListSubpropertyEventFiltersResponse) ProtoReflect ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersResponse) ProtoReflect() protoreflect.Message
func (*ListSubpropertyEventFiltersResponse) Reset ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersResponse) Reset()
func (*ListSubpropertyEventFiltersResponse) String ¶ added in v0.21.6
func (x *ListSubpropertyEventFiltersResponse) String() string
type MatchingCondition ¶ added in v0.20.0
type MatchingCondition struct { // Required. The name of the field that is compared against for the condition. // If 'event_name' is specified this condition will apply to the name of the // event. Otherwise the condition will apply to a parameter with the // specified name. // // This value cannot contain spaces. Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` // Required. The type of comparison to be applied to the value. ComparisonType MatchingCondition_ComparisonType `` /* 173-byte string literal not displayed */ // Required. The value being compared against for this condition. The runtime // implementation may perform type coercion of this value to evaluate this // condition based on the type of the parameter value. Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // Whether or not the result of the comparison should be negated. For example, // if `negated` is true, then 'equals' comparisons would function as 'not // equals'. Negated bool `protobuf:"varint,4,opt,name=negated,proto3" json:"negated,omitempty"` // contains filtered or unexported fields }
Defines a condition for when an Event Edit or Event Creation rule applies to an event.
func (*MatchingCondition) Descriptor
deprecated
added in
v0.20.0
func (*MatchingCondition) Descriptor() ([]byte, []int)
Deprecated: Use MatchingCondition.ProtoReflect.Descriptor instead.
func (*MatchingCondition) GetComparisonType ¶ added in v0.20.0
func (x *MatchingCondition) GetComparisonType() MatchingCondition_ComparisonType
func (*MatchingCondition) GetField ¶ added in v0.20.0
func (x *MatchingCondition) GetField() string
func (*MatchingCondition) GetNegated ¶ added in v0.20.0
func (x *MatchingCondition) GetNegated() bool
func (*MatchingCondition) GetValue ¶ added in v0.20.0
func (x *MatchingCondition) GetValue() string
func (*MatchingCondition) ProtoMessage ¶ added in v0.20.0
func (*MatchingCondition) ProtoMessage()
func (*MatchingCondition) ProtoReflect ¶ added in v0.20.0
func (x *MatchingCondition) ProtoReflect() protoreflect.Message
func (*MatchingCondition) Reset ¶ added in v0.20.0
func (x *MatchingCondition) Reset()
func (*MatchingCondition) String ¶ added in v0.20.0
func (x *MatchingCondition) String() string
type MatchingCondition_ComparisonType ¶ added in v0.20.0
type MatchingCondition_ComparisonType int32
Comparison type for matching condition
const ( // Unknown MatchingCondition_COMPARISON_TYPE_UNSPECIFIED MatchingCondition_ComparisonType = 0 // Equals, case sensitive MatchingCondition_EQUALS MatchingCondition_ComparisonType = 1 // Equals, case insensitive MatchingCondition_EQUALS_CASE_INSENSITIVE MatchingCondition_ComparisonType = 2 // Contains, case sensitive MatchingCondition_CONTAINS MatchingCondition_ComparisonType = 3 // Contains, case insensitive MatchingCondition_CONTAINS_CASE_INSENSITIVE MatchingCondition_ComparisonType = 4 // Starts with, case sensitive MatchingCondition_STARTS_WITH MatchingCondition_ComparisonType = 5 // Starts with, case insensitive MatchingCondition_STARTS_WITH_CASE_INSENSITIVE MatchingCondition_ComparisonType = 6 // Ends with, case sensitive MatchingCondition_ENDS_WITH MatchingCondition_ComparisonType = 7 // Ends with, case insensitive MatchingCondition_ENDS_WITH_CASE_INSENSITIVE MatchingCondition_ComparisonType = 8 // Greater than MatchingCondition_GREATER_THAN MatchingCondition_ComparisonType = 9 // Greater than or equal MatchingCondition_GREATER_THAN_OR_EQUAL MatchingCondition_ComparisonType = 10 // Less than MatchingCondition_LESS_THAN MatchingCondition_ComparisonType = 11 // Less than or equal MatchingCondition_LESS_THAN_OR_EQUAL MatchingCondition_ComparisonType = 12 // regular expression. Only supported for web streams. MatchingCondition_REGULAR_EXPRESSION MatchingCondition_ComparisonType = 13 // regular expression, case insensitive. Only supported for web streams. MatchingCondition_REGULAR_EXPRESSION_CASE_INSENSITIVE MatchingCondition_ComparisonType = 14 )
func (MatchingCondition_ComparisonType) Descriptor ¶ added in v0.20.0
func (MatchingCondition_ComparisonType) Descriptor() protoreflect.EnumDescriptor
func (MatchingCondition_ComparisonType) Enum ¶ added in v0.20.0
func (x MatchingCondition_ComparisonType) Enum() *MatchingCondition_ComparisonType
func (MatchingCondition_ComparisonType) EnumDescriptor
deprecated
added in
v0.20.0
func (MatchingCondition_ComparisonType) EnumDescriptor() ([]byte, []int)
Deprecated: Use MatchingCondition_ComparisonType.Descriptor instead.
func (MatchingCondition_ComparisonType) Number ¶ added in v0.20.0
func (x MatchingCondition_ComparisonType) Number() protoreflect.EnumNumber
func (MatchingCondition_ComparisonType) String ¶ added in v0.20.0
func (x MatchingCondition_ComparisonType) String() string
func (MatchingCondition_ComparisonType) Type ¶ added in v0.20.0
func (MatchingCondition_ComparisonType) Type() protoreflect.EnumType
type MeasurementProtocolSecret ¶
type MeasurementProtocolSecret struct { // Output only. Resource name of this secret. This secret may be a child of // any type of stream. Format: // properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Human-readable display name for this secret. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Output only. The measurement protocol secret value. Pass this value to the // api_secret field of the Measurement Protocol API when sending hits to this // secret's parent property. SecretValue string `protobuf:"bytes,3,opt,name=secret_value,json=secretValue,proto3" json:"secret_value,omitempty"` // contains filtered or unexported fields }
A secret value used for sending hits to Measurement Protocol.
func (*MeasurementProtocolSecret) Descriptor
deprecated
func (*MeasurementProtocolSecret) Descriptor() ([]byte, []int)
Deprecated: Use MeasurementProtocolSecret.ProtoReflect.Descriptor instead.
func (*MeasurementProtocolSecret) GetDisplayName ¶
func (x *MeasurementProtocolSecret) GetDisplayName() string
func (*MeasurementProtocolSecret) GetName ¶
func (x *MeasurementProtocolSecret) GetName() string
func (*MeasurementProtocolSecret) GetSecretValue ¶
func (x *MeasurementProtocolSecret) GetSecretValue() string
func (*MeasurementProtocolSecret) ProtoMessage ¶
func (*MeasurementProtocolSecret) ProtoMessage()
func (*MeasurementProtocolSecret) ProtoReflect ¶
func (x *MeasurementProtocolSecret) ProtoReflect() protoreflect.Message
func (*MeasurementProtocolSecret) Reset ¶
func (x *MeasurementProtocolSecret) Reset()
func (*MeasurementProtocolSecret) String ¶
func (x *MeasurementProtocolSecret) String() string
type NumericValue ¶
type NumericValue struct { // One of a numeric value // // Types that are assignable to OneValue: // // *NumericValue_Int64Value // *NumericValue_DoubleValue OneValue isNumericValue_OneValue `protobuf_oneof:"one_value"` // contains filtered or unexported fields }
To represent a number.
func (*NumericValue) Descriptor
deprecated
func (*NumericValue) Descriptor() ([]byte, []int)
Deprecated: Use NumericValue.ProtoReflect.Descriptor instead.
func (*NumericValue) GetDoubleValue ¶
func (x *NumericValue) GetDoubleValue() float64
func (*NumericValue) GetInt64Value ¶
func (x *NumericValue) GetInt64Value() int64
func (*NumericValue) GetOneValue ¶
func (m *NumericValue) GetOneValue() isNumericValue_OneValue
func (*NumericValue) ProtoMessage ¶
func (*NumericValue) ProtoMessage()
func (*NumericValue) ProtoReflect ¶
func (x *NumericValue) ProtoReflect() protoreflect.Message
func (*NumericValue) Reset ¶
func (x *NumericValue) Reset()
func (*NumericValue) String ¶
func (x *NumericValue) String() string
type NumericValue_DoubleValue ¶
type NumericValue_DoubleValue struct { // Double value DoubleValue float64 `protobuf:"fixed64,2,opt,name=double_value,json=doubleValue,proto3,oneof"` }
type NumericValue_Int64Value ¶
type NumericValue_Int64Value struct { // Integer value Int64Value int64 `protobuf:"varint,1,opt,name=int64_value,json=int64Value,proto3,oneof"` }
type ParameterMutation ¶ added in v0.20.0
type ParameterMutation struct { // Required. The name of the parameter to mutate. // This value must: // * be less than 40 characters. // * be unique across across all mutations within the rule // * consist only of letters, digits or _ (underscores) // For event edit rules, the name may also be set to 'event_name' to modify // the event_name in place. Parameter string `protobuf:"bytes,1,opt,name=parameter,proto3" json:"parameter,omitempty"` // Required. The value mutation to perform. // * Must be less than 100 characters. // * To specify a constant value for the param, use the value's string. // * To copy value from another parameter, use syntax like // "[[other_parameter]]" For more details, see this [help center // article](https://support.google.com/analytics/answer/10085872#modify-an-event&zippy=%2Cin-this-article%2Cmodify-parameters). ParameterValue string `protobuf:"bytes,2,opt,name=parameter_value,json=parameterValue,proto3" json:"parameter_value,omitempty"` // contains filtered or unexported fields }
Defines an event parameter to mutate.
func (*ParameterMutation) Descriptor
deprecated
added in
v0.20.0
func (*ParameterMutation) Descriptor() ([]byte, []int)
Deprecated: Use ParameterMutation.ProtoReflect.Descriptor instead.
func (*ParameterMutation) GetParameter ¶ added in v0.20.0
func (x *ParameterMutation) GetParameter() string
func (*ParameterMutation) GetParameterValue ¶ added in v0.20.0
func (x *ParameterMutation) GetParameterValue() string
func (*ParameterMutation) ProtoMessage ¶ added in v0.20.0
func (*ParameterMutation) ProtoMessage()
func (*ParameterMutation) ProtoReflect ¶ added in v0.20.0
func (x *ParameterMutation) ProtoReflect() protoreflect.Message
func (*ParameterMutation) Reset ¶ added in v0.20.0
func (x *ParameterMutation) Reset()
func (*ParameterMutation) String ¶ added in v0.20.0
func (x *ParameterMutation) String() string
type PostbackWindow ¶ added in v0.21.4
type PostbackWindow struct { // Ordering of the repeated field will be used to prioritize the conversion // value settings. Lower indexed entries are prioritized higher. The first // conversion value setting that evaluates to true will be selected. It must // have at least one entry if enable_postback_window_settings is set to // true. It can have maximum of 128 entries. ConversionValues []*ConversionValues `protobuf:"bytes,1,rep,name=conversion_values,json=conversionValues,proto3" json:"conversion_values,omitempty"` // If enable_postback_window_settings is true, conversion_values // must be populated and will be used for determining when and how to set the // Conversion Value on a client device and exporting schema to linked Ads // accounts. If false, the settings are not used, but are retained in case // they may be used in the future. This must always be true for // postback_window_one. PostbackWindowSettingsEnabled bool `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
Settings for a SKAdNetwork conversion postback window.
func (*PostbackWindow) Descriptor
deprecated
added in
v0.21.4
func (*PostbackWindow) Descriptor() ([]byte, []int)
Deprecated: Use PostbackWindow.ProtoReflect.Descriptor instead.
func (*PostbackWindow) GetConversionValues ¶ added in v0.21.4
func (x *PostbackWindow) GetConversionValues() []*ConversionValues
func (*PostbackWindow) GetPostbackWindowSettingsEnabled ¶ added in v0.21.4
func (x *PostbackWindow) GetPostbackWindowSettingsEnabled() bool
func (*PostbackWindow) ProtoMessage ¶ added in v0.21.4
func (*PostbackWindow) ProtoMessage()
func (*PostbackWindow) ProtoReflect ¶ added in v0.21.4
func (x *PostbackWindow) ProtoReflect() protoreflect.Message
func (*PostbackWindow) Reset ¶ added in v0.21.4
func (x *PostbackWindow) Reset()
func (*PostbackWindow) String ¶ added in v0.21.4
func (x *PostbackWindow) String() string
type Property ¶
type Property struct { // Output only. Resource name of this property. // Format: properties/{property_id} // Example: "properties/1000" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. The property type for this Property resource. When creating a // property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then // "ORDINARY_PROPERTY" will be implied. PropertyType PropertyType `` /* 148-byte string literal not displayed */ // Output only. Time when the entity was originally created. CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Output only. Time when entity payload fields were last updated. UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Immutable. Resource name of this property's logical parent. // // Note: The Property-Moving UI can be used to change the parent. // Format: accounts/{account}, properties/{property} // Example: "accounts/100", "properties/101" Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"` // Required. Human-readable display name for this property. // // The max allowed display name length is 100 UTF-16 code units. DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Industry associated with this property // Example: AUTOMOTIVE, FOOD_AND_DRINK IndustryCategory IndustryCategory `` /* 163-byte string literal not displayed */ // Required. Reporting Time Zone, used as the day boundary for reports, // regardless of where the data originates. If the time zone honors DST, // Analytics will automatically adjust for the changes. // // NOTE: Changing the time zone only affects data going forward, and is not // applied retroactively. // // Format: https://www.iana.org/time-zones // Example: "America/Los_Angeles" TimeZone string `protobuf:"bytes,7,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // The currency type used in reports involving monetary values. // // Format: https://en.wikipedia.org/wiki/ISO_4217 // Examples: "USD", "EUR", "JPY" CurrencyCode string `protobuf:"bytes,8,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` // Output only. The Google Analytics service level that applies to this // property. ServiceLevel ServiceLevel `` /* 148-byte string literal not displayed */ // Output only. If set, the time at which this property was trashed. If not // set, then this property is not currently in the trash can. DeleteTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=delete_time,json=deleteTime,proto3" json:"delete_time,omitempty"` // Output only. If set, the time at which this trashed property will be // permanently deleted. If not set, then this property is not currently in the // trash can and is not slated to be deleted. ExpireTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // Immutable. The resource name of the parent account // Format: accounts/{account_id} // Example: "accounts/123" Account string `protobuf:"bytes,13,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
A resource message representing a Google Analytics GA4 property.
func (*Property) Descriptor
deprecated
func (*Property) GetAccount ¶
func (*Property) GetCreateTime ¶
func (x *Property) GetCreateTime() *timestamppb.Timestamp
func (*Property) GetCurrencyCode ¶
func (*Property) GetDeleteTime ¶
func (x *Property) GetDeleteTime() *timestamppb.Timestamp
func (*Property) GetDisplayName ¶
func (*Property) GetExpireTime ¶
func (x *Property) GetExpireTime() *timestamppb.Timestamp
func (*Property) GetIndustryCategory ¶
func (x *Property) GetIndustryCategory() IndustryCategory
func (*Property) GetPropertyType ¶
func (x *Property) GetPropertyType() PropertyType
func (*Property) GetServiceLevel ¶
func (x *Property) GetServiceLevel() ServiceLevel
func (*Property) GetTimeZone ¶
func (*Property) GetUpdateTime ¶
func (x *Property) GetUpdateTime() *timestamppb.Timestamp
func (*Property) ProtoMessage ¶
func (*Property) ProtoMessage()
func (*Property) ProtoReflect ¶
func (x *Property) ProtoReflect() protoreflect.Message
type PropertySummary ¶
type PropertySummary struct { // Resource name of property referred to by this property summary // Format: properties/{property_id} // Example: "properties/1000" Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // Display name for the property referred to in this property summary. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // The property's property type. PropertyType PropertyType `` /* 147-byte string literal not displayed */ // Resource name of this property's logical parent. // // Note: The Property-Moving UI can be used to change the parent. // Format: accounts/{account}, properties/{property} // Example: "accounts/100", "properties/200" Parent string `protobuf:"bytes,4,opt,name=parent,proto3" json:"parent,omitempty"` // contains filtered or unexported fields }
A virtual resource representing metadata for a GA4 property.
func (*PropertySummary) Descriptor
deprecated
func (*PropertySummary) Descriptor() ([]byte, []int)
Deprecated: Use PropertySummary.ProtoReflect.Descriptor instead.
func (*PropertySummary) GetDisplayName ¶
func (x *PropertySummary) GetDisplayName() string
func (*PropertySummary) GetParent ¶
func (x *PropertySummary) GetParent() string
func (*PropertySummary) GetProperty ¶
func (x *PropertySummary) GetProperty() string
func (*PropertySummary) GetPropertyType ¶
func (x *PropertySummary) GetPropertyType() PropertyType
func (*PropertySummary) ProtoMessage ¶
func (*PropertySummary) ProtoMessage()
func (*PropertySummary) ProtoReflect ¶
func (x *PropertySummary) ProtoReflect() protoreflect.Message
func (*PropertySummary) Reset ¶
func (x *PropertySummary) Reset()
func (*PropertySummary) String ¶
func (x *PropertySummary) String() string
type PropertyType ¶
type PropertyType int32
Types of Property resources.
const ( // Unknown or unspecified property type PropertyType_PROPERTY_TYPE_UNSPECIFIED PropertyType = 0 // Ordinary GA4 property PropertyType_PROPERTY_TYPE_ORDINARY PropertyType = 1 // GA4 subproperty PropertyType_PROPERTY_TYPE_SUBPROPERTY PropertyType = 2 // GA4 rollup property PropertyType_PROPERTY_TYPE_ROLLUP PropertyType = 3 )
func (PropertyType) Descriptor ¶
func (PropertyType) Descriptor() protoreflect.EnumDescriptor
func (PropertyType) Enum ¶
func (x PropertyType) Enum() *PropertyType
func (PropertyType) EnumDescriptor
deprecated
func (PropertyType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PropertyType.Descriptor instead.
func (PropertyType) Number ¶
func (x PropertyType) Number() protoreflect.EnumNumber
func (PropertyType) String ¶
func (x PropertyType) String() string
func (PropertyType) Type ¶
func (PropertyType) Type() protoreflect.EnumType
type ProvisionAccountTicketRequest ¶
type ProvisionAccountTicketRequest struct { // The account to create. Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // Redirect URI where the user will be sent after accepting Terms of Service. // Must be configured in Cloud Console as a Redirect URI. RedirectUri string `protobuf:"bytes,2,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` // contains filtered or unexported fields }
Request message for ProvisionAccountTicket RPC.
func (*ProvisionAccountTicketRequest) Descriptor
deprecated
func (*ProvisionAccountTicketRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProvisionAccountTicketRequest.ProtoReflect.Descriptor instead.
func (*ProvisionAccountTicketRequest) GetAccount ¶
func (x *ProvisionAccountTicketRequest) GetAccount() *Account
func (*ProvisionAccountTicketRequest) GetRedirectUri ¶
func (x *ProvisionAccountTicketRequest) GetRedirectUri() string
func (*ProvisionAccountTicketRequest) ProtoMessage ¶
func (*ProvisionAccountTicketRequest) ProtoMessage()
func (*ProvisionAccountTicketRequest) ProtoReflect ¶
func (x *ProvisionAccountTicketRequest) ProtoReflect() protoreflect.Message
func (*ProvisionAccountTicketRequest) Reset ¶
func (x *ProvisionAccountTicketRequest) Reset()
func (*ProvisionAccountTicketRequest) String ¶
func (x *ProvisionAccountTicketRequest) String() string
type ProvisionAccountTicketResponse ¶
type ProvisionAccountTicketResponse struct { // The param to be passed in the ToS link. AccountTicketId string `protobuf:"bytes,1,opt,name=account_ticket_id,json=accountTicketId,proto3" json:"account_ticket_id,omitempty"` // contains filtered or unexported fields }
Response message for ProvisionAccountTicket RPC.
func (*ProvisionAccountTicketResponse) Descriptor
deprecated
func (*ProvisionAccountTicketResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProvisionAccountTicketResponse.ProtoReflect.Descriptor instead.
func (*ProvisionAccountTicketResponse) GetAccountTicketId ¶
func (x *ProvisionAccountTicketResponse) GetAccountTicketId() string
func (*ProvisionAccountTicketResponse) ProtoMessage ¶
func (*ProvisionAccountTicketResponse) ProtoMessage()
func (*ProvisionAccountTicketResponse) ProtoReflect ¶
func (x *ProvisionAccountTicketResponse) ProtoReflect() protoreflect.Message
func (*ProvisionAccountTicketResponse) Reset ¶
func (x *ProvisionAccountTicketResponse) Reset()
func (*ProvisionAccountTicketResponse) String ¶
func (x *ProvisionAccountTicketResponse) String() string
type ProvisionSubpropertyRequest ¶ added in v0.24.0
type ProvisionSubpropertyRequest struct { // Required. The subproperty to create. Subproperty *Property `protobuf:"bytes,2,opt,name=subproperty,proto3" json:"subproperty,omitempty"` // Optional. The subproperty event filter to create on an ordinary property. SubpropertyEventFilter *SubpropertyEventFilter `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for CreateSubproperty RPC.
func (*ProvisionSubpropertyRequest) Descriptor
deprecated
added in
v0.24.0
func (*ProvisionSubpropertyRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProvisionSubpropertyRequest.ProtoReflect.Descriptor instead.
func (*ProvisionSubpropertyRequest) GetSubproperty ¶ added in v0.24.0
func (x *ProvisionSubpropertyRequest) GetSubproperty() *Property
func (*ProvisionSubpropertyRequest) GetSubpropertyEventFilter ¶ added in v0.24.0
func (x *ProvisionSubpropertyRequest) GetSubpropertyEventFilter() *SubpropertyEventFilter
func (*ProvisionSubpropertyRequest) ProtoMessage ¶ added in v0.24.0
func (*ProvisionSubpropertyRequest) ProtoMessage()
func (*ProvisionSubpropertyRequest) ProtoReflect ¶ added in v0.24.0
func (x *ProvisionSubpropertyRequest) ProtoReflect() protoreflect.Message
func (*ProvisionSubpropertyRequest) Reset ¶ added in v0.24.0
func (x *ProvisionSubpropertyRequest) Reset()
func (*ProvisionSubpropertyRequest) String ¶ added in v0.24.0
func (x *ProvisionSubpropertyRequest) String() string
type ProvisionSubpropertyResponse ¶ added in v0.24.0
type ProvisionSubpropertyResponse struct { // The created subproperty. Subproperty *Property `protobuf:"bytes,1,opt,name=subproperty,proto3" json:"subproperty,omitempty"` // The created subproperty event filter. SubpropertyEventFilter *SubpropertyEventFilter `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for ProvisionSubproperty RPC.
func (*ProvisionSubpropertyResponse) Descriptor
deprecated
added in
v0.24.0
func (*ProvisionSubpropertyResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProvisionSubpropertyResponse.ProtoReflect.Descriptor instead.
func (*ProvisionSubpropertyResponse) GetSubproperty ¶ added in v0.24.0
func (x *ProvisionSubpropertyResponse) GetSubproperty() *Property
func (*ProvisionSubpropertyResponse) GetSubpropertyEventFilter ¶ added in v0.24.0
func (x *ProvisionSubpropertyResponse) GetSubpropertyEventFilter() *SubpropertyEventFilter
func (*ProvisionSubpropertyResponse) ProtoMessage ¶ added in v0.24.0
func (*ProvisionSubpropertyResponse) ProtoMessage()
func (*ProvisionSubpropertyResponse) ProtoReflect ¶ added in v0.24.0
func (x *ProvisionSubpropertyResponse) ProtoReflect() protoreflect.Message
func (*ProvisionSubpropertyResponse) Reset ¶ added in v0.24.0
func (x *ProvisionSubpropertyResponse) Reset()
func (*ProvisionSubpropertyResponse) String ¶ added in v0.24.0
func (x *ProvisionSubpropertyResponse) String() string
type ReorderEventEditRulesRequest ¶ added in v0.24.0
type ReorderEventEditRulesRequest struct { // Required. Example format: properties/123/dataStreams/456 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. EventEditRule resource names for the specified data stream, in // the needed processing order. All EventEditRules for the stream must be // present in the list. EventEditRules []string `protobuf:"bytes,2,rep,name=event_edit_rules,json=eventEditRules,proto3" json:"event_edit_rules,omitempty"` // contains filtered or unexported fields }
Request message for ReorderEventEditRules RPC.
func (*ReorderEventEditRulesRequest) Descriptor
deprecated
added in
v0.24.0
func (*ReorderEventEditRulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReorderEventEditRulesRequest.ProtoReflect.Descriptor instead.
func (*ReorderEventEditRulesRequest) GetEventEditRules ¶ added in v0.24.0
func (x *ReorderEventEditRulesRequest) GetEventEditRules() []string
func (*ReorderEventEditRulesRequest) GetParent ¶ added in v0.24.0
func (x *ReorderEventEditRulesRequest) GetParent() string
func (*ReorderEventEditRulesRequest) ProtoMessage ¶ added in v0.24.0
func (*ReorderEventEditRulesRequest) ProtoMessage()
func (*ReorderEventEditRulesRequest) ProtoReflect ¶ added in v0.24.0
func (x *ReorderEventEditRulesRequest) ProtoReflect() protoreflect.Message
func (*ReorderEventEditRulesRequest) Reset ¶ added in v0.24.0
func (x *ReorderEventEditRulesRequest) Reset()
func (*ReorderEventEditRulesRequest) String ¶ added in v0.24.0
func (x *ReorderEventEditRulesRequest) String() string
type RollupPropertySourceLink ¶ added in v0.21.6
type RollupPropertySourceLink struct { // Output only. Resource name of this RollupPropertySourceLink. // Format: // 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' // Format: 'properties/123/rollupPropertySourceLinks/456' Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. Resource name of the source property. // Format: properties/{property_id} // Example: "properties/789" SourceProperty string `protobuf:"bytes,2,opt,name=source_property,json=sourceProperty,proto3" json:"source_property,omitempty"` // contains filtered or unexported fields }
A link that references a source property under the parent rollup property.
func (*RollupPropertySourceLink) Descriptor
deprecated
added in
v0.21.6
func (*RollupPropertySourceLink) Descriptor() ([]byte, []int)
Deprecated: Use RollupPropertySourceLink.ProtoReflect.Descriptor instead.
func (*RollupPropertySourceLink) GetName ¶ added in v0.21.6
func (x *RollupPropertySourceLink) GetName() string
func (*RollupPropertySourceLink) GetSourceProperty ¶ added in v0.21.6
func (x *RollupPropertySourceLink) GetSourceProperty() string
func (*RollupPropertySourceLink) ProtoMessage ¶ added in v0.21.6
func (*RollupPropertySourceLink) ProtoMessage()
func (*RollupPropertySourceLink) ProtoReflect ¶ added in v0.21.6
func (x *RollupPropertySourceLink) ProtoReflect() protoreflect.Message
func (*RollupPropertySourceLink) Reset ¶ added in v0.21.6
func (x *RollupPropertySourceLink) Reset()
func (*RollupPropertySourceLink) String ¶ added in v0.21.6
func (x *RollupPropertySourceLink) String() string
type RunAccessReportRequest ¶
type RunAccessReportRequest struct { // The Data Access Report supports requesting at the property level or account // level. If requested at the account level, Data Access Reports include all // access for all properties under that account. // // To request at the property level, entity should be for example // 'properties/123' if "123" is your GA4 property ID. To request at the // account level, entity should be for example 'accounts/1234' if "1234" is // your GA4 Account ID. Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"` // The dimensions requested and displayed in the response. Requests are // allowed up to 9 dimensions. Dimensions []*AccessDimension `protobuf:"bytes,2,rep,name=dimensions,proto3" json:"dimensions,omitempty"` // The metrics requested and displayed in the response. Requests are allowed // up to 10 metrics. Metrics []*AccessMetric `protobuf:"bytes,3,rep,name=metrics,proto3" json:"metrics,omitempty"` // Date ranges of access records to read. If multiple date ranges are // requested, each response row will contain a zero based date range index. If // two date ranges overlap, the access records for the overlapping days is // included in the response rows for both date ranges. Requests are allowed up // to 2 date ranges. DateRanges []*AccessDateRange `protobuf:"bytes,4,rep,name=date_ranges,json=dateRanges,proto3" json:"date_ranges,omitempty"` // Dimension filters let you restrict report response to specific // dimension values which match the filter. For example, filtering on access // records of a single user. To learn more, see [Fundamentals of Dimension // Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) // for examples. Metrics cannot be used in this filter. DimensionFilter *AccessFilterExpression `protobuf:"bytes,5,opt,name=dimension_filter,json=dimensionFilter,proto3" json:"dimension_filter,omitempty"` // Metric filters allow you to restrict report response to specific metric // values which match the filter. Metric filters are applied after aggregating // the report's rows, similar to SQL having-clause. Dimensions cannot be used // in this filter. MetricFilter *AccessFilterExpression `protobuf:"bytes,6,opt,name=metric_filter,json=metricFilter,proto3" json:"metric_filter,omitempty"` // The row count of the start row. The first row is counted as row 0. If // offset is unspecified, it is treated as 0. If offset is zero, then this // method will return the first page of results with `limit` entries. // // To learn more about this pagination parameter, see // [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). Offset int64 `protobuf:"varint,7,opt,name=offset,proto3" json:"offset,omitempty"` // The number of rows to return. If unspecified, 10,000 rows are returned. The // API returns a maximum of 100,000 rows per request, no matter how many you // ask for. `limit` must be positive. // // The API may return fewer rows than the requested `limit`, if there aren't // as many remaining rows as the `limit`. For instance, there are fewer than // 300 possible values for the dimension `country`, so when reporting on only // `country`, you can't get more than 300 rows, even if you set `limit` to a // higher value. // // To learn more about this pagination parameter, see // [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). Limit int64 `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"` // This request's time zone if specified. If unspecified, the property's time // zone is used. The request's time zone is used to interpret the start & end // dates of the report. // // Formatted as strings from the IANA Time Zone database // (https://www.iana.org/time-zones); for example "America/New_York" or // "Asia/Tokyo". TimeZone string `protobuf:"bytes,9,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // Specifies how rows are ordered in the response. OrderBys []*AccessOrderBy `protobuf:"bytes,10,rep,name=order_bys,json=orderBys,proto3" json:"order_bys,omitempty"` // Toggles whether to return the current state of this Analytics Property's // quota. Quota is returned in [AccessQuota](#AccessQuota). For account-level // requests, this field must be false. ReturnEntityQuota bool `protobuf:"varint,11,opt,name=return_entity_quota,json=returnEntityQuota,proto3" json:"return_entity_quota,omitempty"` // Optional. Determines whether to include users who have never made an API // call in the response. If true, all users with access to the specified // property or account are included in the response, regardless of whether // they have made an API call or not. If false, only the users who have made // an API call will be included. IncludeAllUsers bool `protobuf:"varint,12,opt,name=include_all_users,json=includeAllUsers,proto3" json:"include_all_users,omitempty"` // Optional. Decides whether to return the users within user groups. This // field works only when include_all_users is set to true. If true, it will // return all users with access to the specified property or account. // If false, only the users with direct access will be returned. ExpandGroups bool `protobuf:"varint,13,opt,name=expand_groups,json=expandGroups,proto3" json:"expand_groups,omitempty"` // contains filtered or unexported fields }
The request for a Data Access Record Report.
func (*RunAccessReportRequest) Descriptor
deprecated
func (*RunAccessReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunAccessReportRequest.ProtoReflect.Descriptor instead.
func (*RunAccessReportRequest) GetDateRanges ¶
func (x *RunAccessReportRequest) GetDateRanges() []*AccessDateRange
func (*RunAccessReportRequest) GetDimensionFilter ¶
func (x *RunAccessReportRequest) GetDimensionFilter() *AccessFilterExpression
func (*RunAccessReportRequest) GetDimensions ¶
func (x *RunAccessReportRequest) GetDimensions() []*AccessDimension
func (*RunAccessReportRequest) GetEntity ¶
func (x *RunAccessReportRequest) GetEntity() string
func (*RunAccessReportRequest) GetExpandGroups ¶ added in v0.21.6
func (x *RunAccessReportRequest) GetExpandGroups() bool
func (*RunAccessReportRequest) GetIncludeAllUsers ¶ added in v0.21.6
func (x *RunAccessReportRequest) GetIncludeAllUsers() bool
func (*RunAccessReportRequest) GetLimit ¶
func (x *RunAccessReportRequest) GetLimit() int64
func (*RunAccessReportRequest) GetMetricFilter ¶
func (x *RunAccessReportRequest) GetMetricFilter() *AccessFilterExpression
func (*RunAccessReportRequest) GetMetrics ¶
func (x *RunAccessReportRequest) GetMetrics() []*AccessMetric
func (*RunAccessReportRequest) GetOffset ¶
func (x *RunAccessReportRequest) GetOffset() int64
func (*RunAccessReportRequest) GetOrderBys ¶
func (x *RunAccessReportRequest) GetOrderBys() []*AccessOrderBy
func (*RunAccessReportRequest) GetReturnEntityQuota ¶
func (x *RunAccessReportRequest) GetReturnEntityQuota() bool
func (*RunAccessReportRequest) GetTimeZone ¶
func (x *RunAccessReportRequest) GetTimeZone() string
func (*RunAccessReportRequest) ProtoMessage ¶
func (*RunAccessReportRequest) ProtoMessage()
func (*RunAccessReportRequest) ProtoReflect ¶
func (x *RunAccessReportRequest) ProtoReflect() protoreflect.Message
func (*RunAccessReportRequest) Reset ¶
func (x *RunAccessReportRequest) Reset()
func (*RunAccessReportRequest) String ¶
func (x *RunAccessReportRequest) String() string
type RunAccessReportResponse ¶
type RunAccessReportResponse struct { // The header for a column in the report that corresponds to a specific // dimension. The number of DimensionHeaders and ordering of DimensionHeaders // matches the dimensions present in rows. DimensionHeaders []*AccessDimensionHeader `protobuf:"bytes,1,rep,name=dimension_headers,json=dimensionHeaders,proto3" json:"dimension_headers,omitempty"` // The header for a column in the report that corresponds to a specific // metric. The number of MetricHeaders and ordering of MetricHeaders matches // the metrics present in rows. MetricHeaders []*AccessMetricHeader `protobuf:"bytes,2,rep,name=metric_headers,json=metricHeaders,proto3" json:"metric_headers,omitempty"` // Rows of dimension value combinations and metric values in the report. Rows []*AccessRow `protobuf:"bytes,3,rep,name=rows,proto3" json:"rows,omitempty"` // The total number of rows in the query result. `rowCount` is independent of // the number of rows returned in the response, the `limit` request // parameter, and the `offset` request parameter. For example if a query // returns 175 rows and includes `limit` of 50 in the API request, the // response will contain `rowCount` of 175 but only 50 rows. // // To learn more about this pagination parameter, see // [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). RowCount int32 `protobuf:"varint,4,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"` // The quota state for this Analytics property including this request. This // field doesn't work with account-level requests. Quota *AccessQuota `protobuf:"bytes,5,opt,name=quota,proto3" json:"quota,omitempty"` // contains filtered or unexported fields }
The customized Data Access Record Report response.
func (*RunAccessReportResponse) Descriptor
deprecated
func (*RunAccessReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunAccessReportResponse.ProtoReflect.Descriptor instead.
func (*RunAccessReportResponse) GetDimensionHeaders ¶
func (x *RunAccessReportResponse) GetDimensionHeaders() []*AccessDimensionHeader
func (*RunAccessReportResponse) GetMetricHeaders ¶
func (x *RunAccessReportResponse) GetMetricHeaders() []*AccessMetricHeader
func (*RunAccessReportResponse) GetQuota ¶
func (x *RunAccessReportResponse) GetQuota() *AccessQuota
func (*RunAccessReportResponse) GetRowCount ¶
func (x *RunAccessReportResponse) GetRowCount() int32
func (*RunAccessReportResponse) GetRows ¶
func (x *RunAccessReportResponse) GetRows() []*AccessRow
func (*RunAccessReportResponse) ProtoMessage ¶
func (*RunAccessReportResponse) ProtoMessage()
func (*RunAccessReportResponse) ProtoReflect ¶
func (x *RunAccessReportResponse) ProtoReflect() protoreflect.Message
func (*RunAccessReportResponse) Reset ¶
func (x *RunAccessReportResponse) Reset()
func (*RunAccessReportResponse) String ¶
func (x *RunAccessReportResponse) String() string
type SKAdNetworkConversionValueSchema ¶ added in v0.21.4
type SKAdNetworkConversionValueSchema struct { // Output only. Resource name of the schema. This will be child of ONLY an iOS // stream, and there can be at most one such child under an iOS stream. // Format: // properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The conversion value settings for the first postback window. // These differ from values for postback window two and three in that they // contain a "Fine" grained conversion value (a numeric value). // // Conversion values for this postback window must be set. The other windows // are optional and may inherit this window's settings if unset or disabled. PostbackWindowOne *PostbackWindow `protobuf:"bytes,2,opt,name=postback_window_one,json=postbackWindowOne,proto3" json:"postback_window_one,omitempty"` // The conversion value settings for the second postback window. // // This field should only be configured if there is a need to define different // conversion values for this postback window. // // If enable_postback_window_settings is set to false for this postback // window, the values from postback_window_one will be used. PostbackWindowTwo *PostbackWindow `protobuf:"bytes,3,opt,name=postback_window_two,json=postbackWindowTwo,proto3" json:"postback_window_two,omitempty"` // The conversion value settings for the third postback window. // // This field should only be set if the user chose to define different // conversion values for this postback window. It is allowed to configure // window 3 without setting window 2. In case window 1 & 2 settings are set // and enable_postback_window_settings for this postback window is set to // false, the schema will inherit settings from postback_window_two. PostbackWindowThree *PostbackWindow `protobuf:"bytes,4,opt,name=postback_window_three,json=postbackWindowThree,proto3" json:"postback_window_three,omitempty"` // If enabled, the GA SDK will set conversion values using this schema // definition, and schema will be exported to any Google Ads accounts linked // to this property. If disabled, the GA SDK will not automatically set // conversion values, and also the schema will not be exported to Ads. ApplyConversionValues bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
SKAdNetwork conversion value schema of an iOS stream.
func (*SKAdNetworkConversionValueSchema) Descriptor
deprecated
added in
v0.21.4
func (*SKAdNetworkConversionValueSchema) Descriptor() ([]byte, []int)
Deprecated: Use SKAdNetworkConversionValueSchema.ProtoReflect.Descriptor instead.
func (*SKAdNetworkConversionValueSchema) GetApplyConversionValues ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) GetApplyConversionValues() bool
func (*SKAdNetworkConversionValueSchema) GetName ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) GetName() string
func (*SKAdNetworkConversionValueSchema) GetPostbackWindowOne ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) GetPostbackWindowOne() *PostbackWindow
func (*SKAdNetworkConversionValueSchema) GetPostbackWindowThree ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) GetPostbackWindowThree() *PostbackWindow
func (*SKAdNetworkConversionValueSchema) GetPostbackWindowTwo ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) GetPostbackWindowTwo() *PostbackWindow
func (*SKAdNetworkConversionValueSchema) ProtoMessage ¶ added in v0.21.4
func (*SKAdNetworkConversionValueSchema) ProtoMessage()
func (*SKAdNetworkConversionValueSchema) ProtoReflect ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) ProtoReflect() protoreflect.Message
func (*SKAdNetworkConversionValueSchema) Reset ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) Reset()
func (*SKAdNetworkConversionValueSchema) String ¶ added in v0.21.4
func (x *SKAdNetworkConversionValueSchema) String() string
type SearchAds360Link ¶ added in v0.17.0
type SearchAds360Link struct { // Output only. The resource name for this SearchAds360Link resource. // Format: properties/{propertyId}/searchAds360Links/{linkId} // // Note: linkId is not the Search Ads 360 advertiser ID Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. This field represents the Advertiser ID of the Search Ads 360 // Advertiser. that has been linked. AdvertiserId string `protobuf:"bytes,2,opt,name=advertiser_id,json=advertiserId,proto3" json:"advertiser_id,omitempty"` // Immutable. Enables the import of campaign data from Search Ads 360 into the // GA4 property. After link creation, this can only be updated from the Search // Ads 360 product. // If this field is not set on create, it will be defaulted to true. CampaignDataSharingEnabled *wrapperspb.BoolValue `` /* 143-byte string literal not displayed */ // Immutable. Enables the import of cost data from Search Ads 360 to the GA4 // property. This can only be enabled if campaign_data_sharing_enabled is // enabled. After link creation, this can only be updated from // the Search Ads 360 product. // If this field is not set on create, it will be defaulted to true. CostDataSharingEnabled *wrapperspb.BoolValue `` /* 131-byte string literal not displayed */ // Output only. The display name of the Search Ads 360 Advertiser. // Allows users to easily identify the linked resource. AdvertiserDisplayName string `` /* 126-byte string literal not displayed */ // Enables personalized advertising features with this integration. // If this field is not set on create, it will be defaulted to true. AdsPersonalizationEnabled *wrapperspb.BoolValue `` /* 138-byte string literal not displayed */ // Enables export of site stats with this integration. // If this field is not set on create, it will be defaulted to true. SiteStatsSharingEnabled *wrapperspb.BoolValue `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
A link between a GA4 property and a Search Ads 360 entity.
func (*SearchAds360Link) Descriptor
deprecated
added in
v0.17.0
func (*SearchAds360Link) Descriptor() ([]byte, []int)
Deprecated: Use SearchAds360Link.ProtoReflect.Descriptor instead.
func (*SearchAds360Link) GetAdsPersonalizationEnabled ¶ added in v0.17.0
func (x *SearchAds360Link) GetAdsPersonalizationEnabled() *wrapperspb.BoolValue
func (*SearchAds360Link) GetAdvertiserDisplayName ¶ added in v0.17.0
func (x *SearchAds360Link) GetAdvertiserDisplayName() string
func (*SearchAds360Link) GetAdvertiserId ¶ added in v0.17.0
func (x *SearchAds360Link) GetAdvertiserId() string
func (*SearchAds360Link) GetCampaignDataSharingEnabled ¶ added in v0.17.0
func (x *SearchAds360Link) GetCampaignDataSharingEnabled() *wrapperspb.BoolValue
func (*SearchAds360Link) GetCostDataSharingEnabled ¶ added in v0.17.0
func (x *SearchAds360Link) GetCostDataSharingEnabled() *wrapperspb.BoolValue
func (*SearchAds360Link) GetName ¶ added in v0.17.0
func (x *SearchAds360Link) GetName() string
func (*SearchAds360Link) GetSiteStatsSharingEnabled ¶ added in v0.17.0
func (x *SearchAds360Link) GetSiteStatsSharingEnabled() *wrapperspb.BoolValue
func (*SearchAds360Link) ProtoMessage ¶ added in v0.17.0
func (*SearchAds360Link) ProtoMessage()
func (*SearchAds360Link) ProtoReflect ¶ added in v0.17.0
func (x *SearchAds360Link) ProtoReflect() protoreflect.Message
func (*SearchAds360Link) Reset ¶ added in v0.17.0
func (x *SearchAds360Link) Reset()
func (*SearchAds360Link) String ¶ added in v0.17.0
func (x *SearchAds360Link) String() string
type SearchChangeHistoryEventsRequest ¶
type SearchChangeHistoryEventsRequest struct { // Required. The account resource for which to return change history // resources. Format: accounts/{account} // // Example: `accounts/100` Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // Optional. Resource name for a child property. If set, only return changes // made to this property or its child resources. // Format: properties/{propertyId} // // Example: `properties/100` Property string `protobuf:"bytes,2,opt,name=property,proto3" json:"property,omitempty"` // Optional. If set, only return changes if they are for a resource that // matches at least one of these types. ResourceType []ChangeHistoryResourceType `` /* 167-byte string literal not displayed */ // Optional. If set, only return changes that match one or more of these types // of actions. Action []ActionType `protobuf:"varint,4,rep,packed,name=action,proto3,enum=google.analytics.admin.v1alpha.ActionType" json:"action,omitempty"` // Optional. If set, only return changes if they are made by a user in this // list. ActorEmail []string `protobuf:"bytes,5,rep,name=actor_email,json=actorEmail,proto3" json:"actor_email,omitempty"` // Optional. If set, only return changes made after this time (inclusive). EarliestChangeTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=earliest_change_time,json=earliestChangeTime,proto3" json:"earliest_change_time,omitempty"` // Optional. If set, only return changes made before this time (inclusive). LatestChangeTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=latest_change_time,json=latestChangeTime,proto3" json:"latest_change_time,omitempty"` // Optional. The maximum number of ChangeHistoryEvent items to return. // The service may return fewer than this value, even if there are additional // pages. If unspecified, at most 50 items will be returned. // The maximum value is 200 (higher values will be coerced to the maximum). PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Optional. A page token, received from a previous // `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent // page. When paginating, all other parameters provided to // `SearchChangeHistoryEvents` must match the call that provided the page // token. PageToken string `protobuf:"bytes,9,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request message for SearchChangeHistoryEvents RPC.
func (*SearchChangeHistoryEventsRequest) Descriptor
deprecated
func (*SearchChangeHistoryEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchChangeHistoryEventsRequest.ProtoReflect.Descriptor instead.
func (*SearchChangeHistoryEventsRequest) GetAccount ¶
func (x *SearchChangeHistoryEventsRequest) GetAccount() string
func (*SearchChangeHistoryEventsRequest) GetAction ¶
func (x *SearchChangeHistoryEventsRequest) GetAction() []ActionType
func (*SearchChangeHistoryEventsRequest) GetActorEmail ¶
func (x *SearchChangeHistoryEventsRequest) GetActorEmail() []string
func (*SearchChangeHistoryEventsRequest) GetEarliestChangeTime ¶
func (x *SearchChangeHistoryEventsRequest) GetEarliestChangeTime() *timestamppb.Timestamp
func (*SearchChangeHistoryEventsRequest) GetLatestChangeTime ¶
func (x *SearchChangeHistoryEventsRequest) GetLatestChangeTime() *timestamppb.Timestamp
func (*SearchChangeHistoryEventsRequest) GetPageSize ¶
func (x *SearchChangeHistoryEventsRequest) GetPageSize() int32
func (*SearchChangeHistoryEventsRequest) GetPageToken ¶
func (x *SearchChangeHistoryEventsRequest) GetPageToken() string
func (*SearchChangeHistoryEventsRequest) GetProperty ¶
func (x *SearchChangeHistoryEventsRequest) GetProperty() string
func (*SearchChangeHistoryEventsRequest) GetResourceType ¶
func (x *SearchChangeHistoryEventsRequest) GetResourceType() []ChangeHistoryResourceType
func (*SearchChangeHistoryEventsRequest) ProtoMessage ¶
func (*SearchChangeHistoryEventsRequest) ProtoMessage()
func (*SearchChangeHistoryEventsRequest) ProtoReflect ¶
func (x *SearchChangeHistoryEventsRequest) ProtoReflect() protoreflect.Message
func (*SearchChangeHistoryEventsRequest) Reset ¶
func (x *SearchChangeHistoryEventsRequest) Reset()
func (*SearchChangeHistoryEventsRequest) String ¶
func (x *SearchChangeHistoryEventsRequest) String() string
type SearchChangeHistoryEventsResponse ¶
type SearchChangeHistoryEventsResponse struct { // Results that were accessible to the caller. ChangeHistoryEvents []*ChangeHistoryEvent `protobuf:"bytes,1,rep,name=change_history_events,json=changeHistoryEvents,proto3" json:"change_history_events,omitempty"` // A token, which can be sent as `page_token` to retrieve the next page. // If this field is omitted, there are no subsequent pages. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
Response message for SearchAccounts RPC.
func (*SearchChangeHistoryEventsResponse) Descriptor
deprecated
func (*SearchChangeHistoryEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchChangeHistoryEventsResponse.ProtoReflect.Descriptor instead.
func (*SearchChangeHistoryEventsResponse) GetChangeHistoryEvents ¶
func (x *SearchChangeHistoryEventsResponse) GetChangeHistoryEvents() []*ChangeHistoryEvent
func (*SearchChangeHistoryEventsResponse) GetNextPageToken ¶
func (x *SearchChangeHistoryEventsResponse) GetNextPageToken() string
func (*SearchChangeHistoryEventsResponse) ProtoMessage ¶
func (*SearchChangeHistoryEventsResponse) ProtoMessage()
func (*SearchChangeHistoryEventsResponse) ProtoReflect ¶
func (x *SearchChangeHistoryEventsResponse) ProtoReflect() protoreflect.Message
func (*SearchChangeHistoryEventsResponse) Reset ¶
func (x *SearchChangeHistoryEventsResponse) Reset()
func (*SearchChangeHistoryEventsResponse) String ¶
func (x *SearchChangeHistoryEventsResponse) String() string
type ServiceLevel ¶
type ServiceLevel int32
Various levels of service for Google Analytics.
const ( // Service level not specified or invalid. ServiceLevel_SERVICE_LEVEL_UNSPECIFIED ServiceLevel = 0 // The standard version of Google Analytics. ServiceLevel_GOOGLE_ANALYTICS_STANDARD ServiceLevel = 1 // The paid, premium version of Google Analytics. ServiceLevel_GOOGLE_ANALYTICS_360 ServiceLevel = 2 )
func (ServiceLevel) Descriptor ¶
func (ServiceLevel) Descriptor() protoreflect.EnumDescriptor
func (ServiceLevel) Enum ¶
func (x ServiceLevel) Enum() *ServiceLevel
func (ServiceLevel) EnumDescriptor
deprecated
func (ServiceLevel) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServiceLevel.Descriptor instead.
func (ServiceLevel) Number ¶
func (x ServiceLevel) Number() protoreflect.EnumNumber
func (ServiceLevel) String ¶
func (x ServiceLevel) String() string
func (ServiceLevel) Type ¶
func (ServiceLevel) Type() protoreflect.EnumType
type SetAutomatedGa4ConfigurationOptOutRequest ¶ added in v0.17.0
type SetAutomatedGa4ConfigurationOptOutRequest struct { // Required. The UA property to set the opt out status. Note this request uses // the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. // Format: properties/{internalWebPropertyId} // Example: properties/1234 Property string `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // The status to set. OptOut bool `protobuf:"varint,2,opt,name=opt_out,json=optOut,proto3" json:"opt_out,omitempty"` // contains filtered or unexported fields }
Request for setting the opt out status for the automated GA4 setup process.
func (*SetAutomatedGa4ConfigurationOptOutRequest) Descriptor
deprecated
added in
v0.17.0
func (*SetAutomatedGa4ConfigurationOptOutRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetAutomatedGa4ConfigurationOptOutRequest.ProtoReflect.Descriptor instead.
func (*SetAutomatedGa4ConfigurationOptOutRequest) GetOptOut ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutRequest) GetOptOut() bool
func (*SetAutomatedGa4ConfigurationOptOutRequest) GetProperty ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutRequest) GetProperty() string
func (*SetAutomatedGa4ConfigurationOptOutRequest) ProtoMessage ¶ added in v0.17.0
func (*SetAutomatedGa4ConfigurationOptOutRequest) ProtoMessage()
func (*SetAutomatedGa4ConfigurationOptOutRequest) ProtoReflect ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutRequest) ProtoReflect() protoreflect.Message
func (*SetAutomatedGa4ConfigurationOptOutRequest) Reset ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutRequest) Reset()
func (*SetAutomatedGa4ConfigurationOptOutRequest) String ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutRequest) String() string
type SetAutomatedGa4ConfigurationOptOutResponse ¶ added in v0.17.0
type SetAutomatedGa4ConfigurationOptOutResponse struct {
// contains filtered or unexported fields
}
Response message for setting the opt out status for the automated GA4 setup process.
func (*SetAutomatedGa4ConfigurationOptOutResponse) Descriptor
deprecated
added in
v0.17.0
func (*SetAutomatedGa4ConfigurationOptOutResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetAutomatedGa4ConfigurationOptOutResponse.ProtoReflect.Descriptor instead.
func (*SetAutomatedGa4ConfigurationOptOutResponse) ProtoMessage ¶ added in v0.17.0
func (*SetAutomatedGa4ConfigurationOptOutResponse) ProtoMessage()
func (*SetAutomatedGa4ConfigurationOptOutResponse) ProtoReflect ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutResponse) ProtoReflect() protoreflect.Message
func (*SetAutomatedGa4ConfigurationOptOutResponse) Reset ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutResponse) Reset()
func (*SetAutomatedGa4ConfigurationOptOutResponse) String ¶ added in v0.17.0
func (x *SetAutomatedGa4ConfigurationOptOutResponse) String() string
type SubpropertyEventFilter ¶ added in v0.21.6
type SubpropertyEventFilter struct { // Output only. Format: // properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} // Example: properties/1234/subpropertyEventFilters/5678 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Immutable. Resource name of the Subproperty that uses this filter. ApplyToProperty *string `protobuf:"bytes,2,opt,name=apply_to_property,json=applyToProperty,proto3,oneof" json:"apply_to_property,omitempty"` // Required. Unordered list. Filter clauses that define the // SubpropertyEventFilter. All clauses are AND'ed together to determine what // data is sent to the subproperty. FilterClauses []*SubpropertyEventFilterClause `protobuf:"bytes,3,rep,name=filter_clauses,json=filterClauses,proto3" json:"filter_clauses,omitempty"` // contains filtered or unexported fields }
A resource message representing a GA4 Subproperty event filter.
func (*SubpropertyEventFilter) Descriptor
deprecated
added in
v0.21.6
func (*SubpropertyEventFilter) Descriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilter.ProtoReflect.Descriptor instead.
func (*SubpropertyEventFilter) GetApplyToProperty ¶ added in v0.21.6
func (x *SubpropertyEventFilter) GetApplyToProperty() string
func (*SubpropertyEventFilter) GetFilterClauses ¶ added in v0.21.6
func (x *SubpropertyEventFilter) GetFilterClauses() []*SubpropertyEventFilterClause
func (*SubpropertyEventFilter) GetName ¶ added in v0.21.6
func (x *SubpropertyEventFilter) GetName() string
func (*SubpropertyEventFilter) ProtoMessage ¶ added in v0.21.6
func (*SubpropertyEventFilter) ProtoMessage()
func (*SubpropertyEventFilter) ProtoReflect ¶ added in v0.21.6
func (x *SubpropertyEventFilter) ProtoReflect() protoreflect.Message
func (*SubpropertyEventFilter) Reset ¶ added in v0.21.6
func (x *SubpropertyEventFilter) Reset()
func (*SubpropertyEventFilter) String ¶ added in v0.21.6
func (x *SubpropertyEventFilter) String() string
type SubpropertyEventFilterClause ¶ added in v0.21.6
type SubpropertyEventFilterClause struct { // Required. The type for the filter clause. FilterClauseType SubpropertyEventFilterClause_FilterClauseType `` /* 194-byte string literal not displayed */ // Required. The logical expression for what events are sent to the // subproperty. FilterExpression *SubpropertyEventFilterExpression `protobuf:"bytes,2,opt,name=filter_expression,json=filterExpression,proto3" json:"filter_expression,omitempty"` // contains filtered or unexported fields }
A clause for defining a filter. A filter may be inclusive (events satisfying the filter clause are included in the subproperty's data) or exclusive (events satisfying the filter clause are excluded from the subproperty's data).
func (*SubpropertyEventFilterClause) Descriptor
deprecated
added in
v0.21.6
func (*SubpropertyEventFilterClause) Descriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilterClause.ProtoReflect.Descriptor instead.
func (*SubpropertyEventFilterClause) GetFilterClauseType ¶ added in v0.21.6
func (x *SubpropertyEventFilterClause) GetFilterClauseType() SubpropertyEventFilterClause_FilterClauseType
func (*SubpropertyEventFilterClause) GetFilterExpression ¶ added in v0.21.6
func (x *SubpropertyEventFilterClause) GetFilterExpression() *SubpropertyEventFilterExpression
func (*SubpropertyEventFilterClause) ProtoMessage ¶ added in v0.21.6
func (*SubpropertyEventFilterClause) ProtoMessage()
func (*SubpropertyEventFilterClause) ProtoReflect ¶ added in v0.21.6
func (x *SubpropertyEventFilterClause) ProtoReflect() protoreflect.Message
func (*SubpropertyEventFilterClause) Reset ¶ added in v0.21.6
func (x *SubpropertyEventFilterClause) Reset()
func (*SubpropertyEventFilterClause) String ¶ added in v0.21.6
func (x *SubpropertyEventFilterClause) String() string
type SubpropertyEventFilterClause_FilterClauseType ¶ added in v0.21.6
type SubpropertyEventFilterClause_FilterClauseType int32
Specifies whether this is an include or exclude filter clause.
const ( // Filter clause type unknown or not specified. SubpropertyEventFilterClause_FILTER_CLAUSE_TYPE_UNSPECIFIED SubpropertyEventFilterClause_FilterClauseType = 0 // Events will be included in the Sub property if the filter clause is met. SubpropertyEventFilterClause_INCLUDE SubpropertyEventFilterClause_FilterClauseType = 1 // Events will be excluded from the Sub property if the filter clause is // met. SubpropertyEventFilterClause_EXCLUDE SubpropertyEventFilterClause_FilterClauseType = 2 )
func (SubpropertyEventFilterClause_FilterClauseType) Descriptor ¶ added in v0.21.6
func (SubpropertyEventFilterClause_FilterClauseType) Descriptor() protoreflect.EnumDescriptor
func (SubpropertyEventFilterClause_FilterClauseType) EnumDescriptor
deprecated
added in
v0.21.6
func (SubpropertyEventFilterClause_FilterClauseType) EnumDescriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilterClause_FilterClauseType.Descriptor instead.
func (SubpropertyEventFilterClause_FilterClauseType) Number ¶ added in v0.21.6
func (x SubpropertyEventFilterClause_FilterClauseType) Number() protoreflect.EnumNumber
func (SubpropertyEventFilterClause_FilterClauseType) String ¶ added in v0.21.6
func (x SubpropertyEventFilterClause_FilterClauseType) String() string
type SubpropertyEventFilterCondition ¶ added in v0.21.6
type SubpropertyEventFilterCondition struct { // Types that are assignable to OneFilter: // // *SubpropertyEventFilterCondition_NullFilter // *SubpropertyEventFilterCondition_StringFilter_ OneFilter isSubpropertyEventFilterCondition_OneFilter `protobuf_oneof:"one_filter"` // Required. The field that is being filtered. FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // contains filtered or unexported fields }
A specific filter expression
func (*SubpropertyEventFilterCondition) Descriptor
deprecated
added in
v0.21.6
func (*SubpropertyEventFilterCondition) Descriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilterCondition.ProtoReflect.Descriptor instead.
func (*SubpropertyEventFilterCondition) GetFieldName ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition) GetFieldName() string
func (*SubpropertyEventFilterCondition) GetNullFilter ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition) GetNullFilter() bool
func (*SubpropertyEventFilterCondition) GetOneFilter ¶ added in v0.21.6
func (m *SubpropertyEventFilterCondition) GetOneFilter() isSubpropertyEventFilterCondition_OneFilter
func (*SubpropertyEventFilterCondition) GetStringFilter ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition) GetStringFilter() *SubpropertyEventFilterCondition_StringFilter
func (*SubpropertyEventFilterCondition) ProtoMessage ¶ added in v0.21.6
func (*SubpropertyEventFilterCondition) ProtoMessage()
func (*SubpropertyEventFilterCondition) ProtoReflect ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition) ProtoReflect() protoreflect.Message
func (*SubpropertyEventFilterCondition) Reset ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition) Reset()
func (*SubpropertyEventFilterCondition) String ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition) String() string
type SubpropertyEventFilterCondition_NullFilter ¶ added in v0.21.6
type SubpropertyEventFilterCondition_NullFilter struct { // A filter for null values. NullFilter bool `protobuf:"varint,2,opt,name=null_filter,json=nullFilter,proto3,oneof"` }
type SubpropertyEventFilterCondition_StringFilter ¶ added in v0.21.6
type SubpropertyEventFilterCondition_StringFilter struct { // Required. The match type for the string filter. MatchType SubpropertyEventFilterCondition_StringFilter_MatchType `` /* 180-byte string literal not displayed */ // Required. The string value used for the matching. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // Optional. If true, the string value is case sensitive. If false, the // match is case-insensitive. CaseSensitive bool `protobuf:"varint,3,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"` // contains filtered or unexported fields }
A filter for a string-type dimension that matches a particular pattern.
func (*SubpropertyEventFilterCondition_StringFilter) Descriptor
deprecated
added in
v0.21.6
func (*SubpropertyEventFilterCondition_StringFilter) Descriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilterCondition_StringFilter.ProtoReflect.Descriptor instead.
func (*SubpropertyEventFilterCondition_StringFilter) GetCaseSensitive ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition_StringFilter) GetCaseSensitive() bool
func (*SubpropertyEventFilterCondition_StringFilter) GetMatchType ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition_StringFilter) GetMatchType() SubpropertyEventFilterCondition_StringFilter_MatchType
func (*SubpropertyEventFilterCondition_StringFilter) GetValue ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition_StringFilter) GetValue() string
func (*SubpropertyEventFilterCondition_StringFilter) ProtoMessage ¶ added in v0.21.6
func (*SubpropertyEventFilterCondition_StringFilter) ProtoMessage()
func (*SubpropertyEventFilterCondition_StringFilter) ProtoReflect ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition_StringFilter) ProtoReflect() protoreflect.Message
func (*SubpropertyEventFilterCondition_StringFilter) Reset ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition_StringFilter) Reset()
func (*SubpropertyEventFilterCondition_StringFilter) String ¶ added in v0.21.6
func (x *SubpropertyEventFilterCondition_StringFilter) String() string
type SubpropertyEventFilterCondition_StringFilter_ ¶ added in v0.21.6
type SubpropertyEventFilterCondition_StringFilter_ struct { // A filter for a string-type dimension that matches a particular pattern. StringFilter *SubpropertyEventFilterCondition_StringFilter `protobuf:"bytes,3,opt,name=string_filter,json=stringFilter,proto3,oneof"` }
type SubpropertyEventFilterCondition_StringFilter_MatchType ¶ added in v0.21.6
type SubpropertyEventFilterCondition_StringFilter_MatchType int32
How the filter will be used to determine a match.
const ( // Match type unknown or not specified. SubpropertyEventFilterCondition_StringFilter_MATCH_TYPE_UNSPECIFIED SubpropertyEventFilterCondition_StringFilter_MatchType = 0 // Exact match of the string value. SubpropertyEventFilterCondition_StringFilter_EXACT SubpropertyEventFilterCondition_StringFilter_MatchType = 1 // Begins with the string value. SubpropertyEventFilterCondition_StringFilter_BEGINS_WITH SubpropertyEventFilterCondition_StringFilter_MatchType = 2 // Ends with the string value. SubpropertyEventFilterCondition_StringFilter_ENDS_WITH SubpropertyEventFilterCondition_StringFilter_MatchType = 3 // Contains the string value. SubpropertyEventFilterCondition_StringFilter_CONTAINS SubpropertyEventFilterCondition_StringFilter_MatchType = 4 // Full regular expression matches with the string value. SubpropertyEventFilterCondition_StringFilter_FULL_REGEXP SubpropertyEventFilterCondition_StringFilter_MatchType = 5 // Partial regular expression matches with the string value. SubpropertyEventFilterCondition_StringFilter_PARTIAL_REGEXP SubpropertyEventFilterCondition_StringFilter_MatchType = 6 )
func (SubpropertyEventFilterCondition_StringFilter_MatchType) Descriptor ¶ added in v0.21.6
func (SubpropertyEventFilterCondition_StringFilter_MatchType) Descriptor() protoreflect.EnumDescriptor
func (SubpropertyEventFilterCondition_StringFilter_MatchType) EnumDescriptor
deprecated
added in
v0.21.6
func (SubpropertyEventFilterCondition_StringFilter_MatchType) EnumDescriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilterCondition_StringFilter_MatchType.Descriptor instead.
func (SubpropertyEventFilterCondition_StringFilter_MatchType) Number ¶ added in v0.21.6
func (x SubpropertyEventFilterCondition_StringFilter_MatchType) Number() protoreflect.EnumNumber
func (SubpropertyEventFilterCondition_StringFilter_MatchType) String ¶ added in v0.21.6
func (x SubpropertyEventFilterCondition_StringFilter_MatchType) String() string
type SubpropertyEventFilterExpression ¶ added in v0.21.6
type SubpropertyEventFilterExpression struct { // The expression applied to a filter. // // Types that are assignable to Expr: // // *SubpropertyEventFilterExpression_OrGroup // *SubpropertyEventFilterExpression_NotExpression // *SubpropertyEventFilterExpression_FilterCondition Expr isSubpropertyEventFilterExpression_Expr `protobuf_oneof:"expr"` // contains filtered or unexported fields }
A logical expression of Subproperty event filters.
func (*SubpropertyEventFilterExpression) Descriptor
deprecated
added in
v0.21.6
func (*SubpropertyEventFilterExpression) Descriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilterExpression.ProtoReflect.Descriptor instead.
func (*SubpropertyEventFilterExpression) GetExpr ¶ added in v0.21.6
func (m *SubpropertyEventFilterExpression) GetExpr() isSubpropertyEventFilterExpression_Expr
func (*SubpropertyEventFilterExpression) GetFilterCondition ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpression) GetFilterCondition() *SubpropertyEventFilterCondition
func (*SubpropertyEventFilterExpression) GetNotExpression ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpression) GetNotExpression() *SubpropertyEventFilterExpression
func (*SubpropertyEventFilterExpression) GetOrGroup ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpression) GetOrGroup() *SubpropertyEventFilterExpressionList
func (*SubpropertyEventFilterExpression) ProtoMessage ¶ added in v0.21.6
func (*SubpropertyEventFilterExpression) ProtoMessage()
func (*SubpropertyEventFilterExpression) ProtoReflect ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpression) ProtoReflect() protoreflect.Message
func (*SubpropertyEventFilterExpression) Reset ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpression) Reset()
func (*SubpropertyEventFilterExpression) String ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpression) String() string
type SubpropertyEventFilterExpressionList ¶ added in v0.21.6
type SubpropertyEventFilterExpressionList struct { // Required. Unordered list. A list of Subproperty event filter expressions FilterExpressions []*SubpropertyEventFilterExpression `protobuf:"bytes,1,rep,name=filter_expressions,json=filterExpressions,proto3" json:"filter_expressions,omitempty"` // contains filtered or unexported fields }
A list of Subproperty event filter expressions.
func (*SubpropertyEventFilterExpressionList) Descriptor
deprecated
added in
v0.21.6
func (*SubpropertyEventFilterExpressionList) Descriptor() ([]byte, []int)
Deprecated: Use SubpropertyEventFilterExpressionList.ProtoReflect.Descriptor instead.
func (*SubpropertyEventFilterExpressionList) GetFilterExpressions ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpressionList) GetFilterExpressions() []*SubpropertyEventFilterExpression
func (*SubpropertyEventFilterExpressionList) ProtoMessage ¶ added in v0.21.6
func (*SubpropertyEventFilterExpressionList) ProtoMessage()
func (*SubpropertyEventFilterExpressionList) ProtoReflect ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpressionList) ProtoReflect() protoreflect.Message
func (*SubpropertyEventFilterExpressionList) Reset ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpressionList) Reset()
func (*SubpropertyEventFilterExpressionList) String ¶ added in v0.21.6
func (x *SubpropertyEventFilterExpressionList) String() string
type SubpropertyEventFilterExpression_FilterCondition ¶ added in v0.21.6
type SubpropertyEventFilterExpression_FilterCondition struct { // Creates a filter that matches a specific event. This cannot be set on the // top level SubpropertyEventFilterExpression. FilterCondition *SubpropertyEventFilterCondition `protobuf:"bytes,3,opt,name=filter_condition,json=filterCondition,proto3,oneof"` }
type SubpropertyEventFilterExpression_NotExpression ¶ added in v0.21.6
type SubpropertyEventFilterExpression_NotExpression struct { // A filter expression to be NOT'ed (inverted, complemented). It can only // include a filter. This cannot be set on the top level // SubpropertyEventFilterExpression. NotExpression *SubpropertyEventFilterExpression `protobuf:"bytes,2,opt,name=not_expression,json=notExpression,proto3,oneof"` }
type SubpropertyEventFilterExpression_OrGroup ¶ added in v0.21.6
type SubpropertyEventFilterExpression_OrGroup struct { // A list of expressions to OR’ed together. Must only contain // not_expression or filter_condition expressions. OrGroup *SubpropertyEventFilterExpressionList `protobuf:"bytes,1,opt,name=or_group,json=orGroup,proto3,oneof"` }
type UnimplementedAnalyticsAdminServiceServer ¶
type UnimplementedAnalyticsAdminServiceServer struct { }
UnimplementedAnalyticsAdminServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAnalyticsAdminServiceServer) AcknowledgeUserDataCollection ¶
func (*UnimplementedAnalyticsAdminServiceServer) AcknowledgeUserDataCollection(context.Context, *AcknowledgeUserDataCollectionRequest) (*AcknowledgeUserDataCollectionResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ApproveDisplayVideo360AdvertiserLinkProposal ¶
func (*UnimplementedAnalyticsAdminServiceServer) ApproveDisplayVideo360AdvertiserLinkProposal(context.Context, *ApproveDisplayVideo360AdvertiserLinkProposalRequest) (*ApproveDisplayVideo360AdvertiserLinkProposalResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ArchiveAudience ¶
func (*UnimplementedAnalyticsAdminServiceServer) ArchiveAudience(context.Context, *ArchiveAudienceRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) ArchiveCustomDimension ¶
func (*UnimplementedAnalyticsAdminServiceServer) ArchiveCustomDimension(context.Context, *ArchiveCustomDimensionRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) ArchiveCustomMetric ¶
func (*UnimplementedAnalyticsAdminServiceServer) ArchiveCustomMetric(context.Context, *ArchiveCustomMetricRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) BatchCreateAccessBindings ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) BatchCreateAccessBindings(context.Context, *BatchCreateAccessBindingsRequest) (*BatchCreateAccessBindingsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) BatchDeleteAccessBindings ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) BatchDeleteAccessBindings(context.Context, *BatchDeleteAccessBindingsRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) BatchGetAccessBindings ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) BatchGetAccessBindings(context.Context, *BatchGetAccessBindingsRequest) (*BatchGetAccessBindingsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) BatchUpdateAccessBindings ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) BatchUpdateAccessBindings(context.Context, *BatchUpdateAccessBindingsRequest) (*BatchUpdateAccessBindingsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) CancelDisplayVideo360AdvertiserLinkProposal ¶
func (*UnimplementedAnalyticsAdminServiceServer) CancelDisplayVideo360AdvertiserLinkProposal(context.Context, *CancelDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateAccessBinding ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateAccessBinding(context.Context, *CreateAccessBindingRequest) (*AccessBinding, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateAdSenseLink ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateAdSenseLink(context.Context, *CreateAdSenseLinkRequest) (*AdSenseLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateAudience ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateAudience(context.Context, *CreateAudienceRequest) (*Audience, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateBigQueryLink ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateBigQueryLink(context.Context, *CreateBigQueryLinkRequest) (*BigQueryLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateCalculatedMetric ¶ added in v0.23.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateCalculatedMetric(context.Context, *CreateCalculatedMetricRequest) (*CalculatedMetric, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateChannelGroup ¶ added in v0.19.1
func (*UnimplementedAnalyticsAdminServiceServer) CreateChannelGroup(context.Context, *CreateChannelGroupRequest) (*ChannelGroup, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateConnectedSiteTag ¶ added in v0.19.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateConnectedSiteTag(context.Context, *CreateConnectedSiteTagRequest) (*CreateConnectedSiteTagResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateConversionEvent ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateConversionEvent(context.Context, *CreateConversionEventRequest) (*ConversionEvent, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateCustomDimension ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateCustomDimension(context.Context, *CreateCustomDimensionRequest) (*CustomDimension, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateCustomMetric ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateCustomMetric(context.Context, *CreateCustomMetricRequest) (*CustomMetric, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateDataStream ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateDataStream(context.Context, *CreateDataStreamRequest) (*DataStream, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateDisplayVideo360AdvertiserLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateDisplayVideo360AdvertiserLink(context.Context, *CreateDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateDisplayVideo360AdvertiserLinkProposal ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateDisplayVideo360AdvertiserLinkProposal(context.Context, *CreateDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateEventCreateRule ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateEventCreateRule(context.Context, *CreateEventCreateRuleRequest) (*EventCreateRule, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateEventEditRule ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateEventEditRule(context.Context, *CreateEventEditRuleRequest) (*EventEditRule, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateExpandedDataSet ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateExpandedDataSet(context.Context, *CreateExpandedDataSetRequest) (*ExpandedDataSet, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateFirebaseLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateFirebaseLink(context.Context, *CreateFirebaseLinkRequest) (*FirebaseLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateGoogleAdsLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateGoogleAdsLink(context.Context, *CreateGoogleAdsLinkRequest) (*GoogleAdsLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateKeyEvent ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateKeyEvent(context.Context, *CreateKeyEventRequest) (*KeyEvent, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateMeasurementProtocolSecret ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateMeasurementProtocolSecret(context.Context, *CreateMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateProperty ¶
func (*UnimplementedAnalyticsAdminServiceServer) CreateProperty(context.Context, *CreatePropertyRequest) (*Property, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateRollupProperty ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) CreateRollupProperty(context.Context, *CreateRollupPropertyRequest) (*CreateRollupPropertyResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateRollupPropertySourceLink ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) CreateRollupPropertySourceLink(context.Context, *CreateRollupPropertySourceLinkRequest) (*RollupPropertySourceLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateSKAdNetworkConversionValueSchema ¶ added in v0.21.4
func (*UnimplementedAnalyticsAdminServiceServer) CreateSKAdNetworkConversionValueSchema(context.Context, *CreateSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateSearchAds360Link ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) CreateSearchAds360Link(context.Context, *CreateSearchAds360LinkRequest) (*SearchAds360Link, error)
func (*UnimplementedAnalyticsAdminServiceServer) CreateSubpropertyEventFilter ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) CreateSubpropertyEventFilter(context.Context, *CreateSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteAccessBinding ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteAccessBinding(context.Context, *DeleteAccessBindingRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteAccount ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteAccount(context.Context, *DeleteAccountRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteAdSenseLink ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteAdSenseLink(context.Context, *DeleteAdSenseLinkRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteBigQueryLink ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteBigQueryLink(context.Context, *DeleteBigQueryLinkRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteCalculatedMetric ¶ added in v0.23.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteCalculatedMetric(context.Context, *DeleteCalculatedMetricRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteChannelGroup ¶ added in v0.19.1
func (*UnimplementedAnalyticsAdminServiceServer) DeleteChannelGroup(context.Context, *DeleteChannelGroupRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteConnectedSiteTag ¶ added in v0.19.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteConnectedSiteTag(context.Context, *DeleteConnectedSiteTagRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteConversionEvent ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteConversionEvent(context.Context, *DeleteConversionEventRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteDataStream ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteDataStream(context.Context, *DeleteDataStreamRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteDisplayVideo360AdvertiserLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteDisplayVideo360AdvertiserLink(context.Context, *DeleteDisplayVideo360AdvertiserLinkRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteDisplayVideo360AdvertiserLinkProposal ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteDisplayVideo360AdvertiserLinkProposal(context.Context, *DeleteDisplayVideo360AdvertiserLinkProposalRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteEventCreateRule ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteEventCreateRule(context.Context, *DeleteEventCreateRuleRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteEventEditRule ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteEventEditRule(context.Context, *DeleteEventEditRuleRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteExpandedDataSet ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteExpandedDataSet(context.Context, *DeleteExpandedDataSetRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteFirebaseLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteFirebaseLink(context.Context, *DeleteFirebaseLinkRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteGoogleAdsLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteGoogleAdsLink(context.Context, *DeleteGoogleAdsLinkRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteKeyEvent ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteKeyEvent(context.Context, *DeleteKeyEventRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteMeasurementProtocolSecret ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteMeasurementProtocolSecret(context.Context, *DeleteMeasurementProtocolSecretRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteProperty ¶
func (*UnimplementedAnalyticsAdminServiceServer) DeleteProperty(context.Context, *DeletePropertyRequest) (*Property, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteRollupPropertySourceLink ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) DeleteRollupPropertySourceLink(context.Context, *DeleteRollupPropertySourceLinkRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteSKAdNetworkConversionValueSchema ¶ added in v0.21.4
func (*UnimplementedAnalyticsAdminServiceServer) DeleteSKAdNetworkConversionValueSchema(context.Context, *DeleteSKAdNetworkConversionValueSchemaRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteSearchAds360Link ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) DeleteSearchAds360Link(context.Context, *DeleteSearchAds360LinkRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) DeleteSubpropertyEventFilter ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) DeleteSubpropertyEventFilter(context.Context, *DeleteSubpropertyEventFilterRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) FetchAutomatedGa4ConfigurationOptOut ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) FetchAutomatedGa4ConfigurationOptOut(context.Context, *FetchAutomatedGa4ConfigurationOptOutRequest) (*FetchAutomatedGa4ConfigurationOptOutResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) FetchConnectedGa4Property ¶ added in v0.19.1
func (*UnimplementedAnalyticsAdminServiceServer) FetchConnectedGa4Property(context.Context, *FetchConnectedGa4PropertyRequest) (*FetchConnectedGa4PropertyResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetAccessBinding ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) GetAccessBinding(context.Context, *GetAccessBindingRequest) (*AccessBinding, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetAccount ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetAccount(context.Context, *GetAccountRequest) (*Account, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetAdSenseLink ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) GetAdSenseLink(context.Context, *GetAdSenseLinkRequest) (*AdSenseLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetAttributionSettings ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetAttributionSettings(context.Context, *GetAttributionSettingsRequest) (*AttributionSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetAudience ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetAudience(context.Context, *GetAudienceRequest) (*Audience, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetBigQueryLink ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) GetBigQueryLink(context.Context, *GetBigQueryLinkRequest) (*BigQueryLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetCalculatedMetric ¶ added in v0.23.0
func (*UnimplementedAnalyticsAdminServiceServer) GetCalculatedMetric(context.Context, *GetCalculatedMetricRequest) (*CalculatedMetric, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetChannelGroup ¶ added in v0.19.1
func (*UnimplementedAnalyticsAdminServiceServer) GetChannelGroup(context.Context, *GetChannelGroupRequest) (*ChannelGroup, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetConversionEvent ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetConversionEvent(context.Context, *GetConversionEventRequest) (*ConversionEvent, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetCustomDimension ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetCustomDimension(context.Context, *GetCustomDimensionRequest) (*CustomDimension, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetCustomMetric ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetCustomMetric(context.Context, *GetCustomMetricRequest) (*CustomMetric, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetDataRedactionSettings ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) GetDataRedactionSettings(context.Context, *GetDataRedactionSettingsRequest) (*DataRedactionSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetDataRetentionSettings ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetDataRetentionSettings(context.Context, *GetDataRetentionSettingsRequest) (*DataRetentionSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetDataSharingSettings ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetDataSharingSettings(context.Context, *GetDataSharingSettingsRequest) (*DataSharingSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetDataStream ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetDataStream(context.Context, *GetDataStreamRequest) (*DataStream, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetDisplayVideo360AdvertiserLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetDisplayVideo360AdvertiserLink(context.Context, *GetDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetDisplayVideo360AdvertiserLinkProposal ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetDisplayVideo360AdvertiserLinkProposal(context.Context, *GetDisplayVideo360AdvertiserLinkProposalRequest) (*DisplayVideo360AdvertiserLinkProposal, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetEnhancedMeasurementSettings ¶ added in v0.19.0
func (*UnimplementedAnalyticsAdminServiceServer) GetEnhancedMeasurementSettings(context.Context, *GetEnhancedMeasurementSettingsRequest) (*EnhancedMeasurementSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetEventCreateRule ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) GetEventCreateRule(context.Context, *GetEventCreateRuleRequest) (*EventCreateRule, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetEventEditRule ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) GetEventEditRule(context.Context, *GetEventEditRuleRequest) (*EventEditRule, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetExpandedDataSet ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) GetExpandedDataSet(context.Context, *GetExpandedDataSetRequest) (*ExpandedDataSet, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetGlobalSiteTag ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetGlobalSiteTag(context.Context, *GetGlobalSiteTagRequest) (*GlobalSiteTag, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetGoogleSignalsSettings ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetGoogleSignalsSettings(context.Context, *GetGoogleSignalsSettingsRequest) (*GoogleSignalsSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetKeyEvent ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) GetKeyEvent(context.Context, *GetKeyEventRequest) (*KeyEvent, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetMeasurementProtocolSecret ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetMeasurementProtocolSecret(context.Context, *GetMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetProperty ¶
func (*UnimplementedAnalyticsAdminServiceServer) GetProperty(context.Context, *GetPropertyRequest) (*Property, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetRollupPropertySourceLink ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) GetRollupPropertySourceLink(context.Context, *GetRollupPropertySourceLinkRequest) (*RollupPropertySourceLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetSKAdNetworkConversionValueSchema ¶ added in v0.21.4
func (*UnimplementedAnalyticsAdminServiceServer) GetSKAdNetworkConversionValueSchema(context.Context, *GetSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetSearchAds360Link ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) GetSearchAds360Link(context.Context, *GetSearchAds360LinkRequest) (*SearchAds360Link, error)
func (*UnimplementedAnalyticsAdminServiceServer) GetSubpropertyEventFilter ¶ added in v0.22.0
func (*UnimplementedAnalyticsAdminServiceServer) GetSubpropertyEventFilter(context.Context, *GetSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListAccessBindings ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) ListAccessBindings(context.Context, *ListAccessBindingsRequest) (*ListAccessBindingsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListAccountSummaries ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListAccountSummaries(context.Context, *ListAccountSummariesRequest) (*ListAccountSummariesResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListAccounts ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListAccounts(context.Context, *ListAccountsRequest) (*ListAccountsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListAdSenseLinks ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) ListAdSenseLinks(context.Context, *ListAdSenseLinksRequest) (*ListAdSenseLinksResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListAudiences ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListAudiences(context.Context, *ListAudiencesRequest) (*ListAudiencesResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListBigQueryLinks ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) ListBigQueryLinks(context.Context, *ListBigQueryLinksRequest) (*ListBigQueryLinksResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListCalculatedMetrics ¶ added in v0.23.0
func (*UnimplementedAnalyticsAdminServiceServer) ListCalculatedMetrics(context.Context, *ListCalculatedMetricsRequest) (*ListCalculatedMetricsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListChannelGroups ¶ added in v0.19.1
func (*UnimplementedAnalyticsAdminServiceServer) ListChannelGroups(context.Context, *ListChannelGroupsRequest) (*ListChannelGroupsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListConnectedSiteTags ¶ added in v0.19.0
func (*UnimplementedAnalyticsAdminServiceServer) ListConnectedSiteTags(context.Context, *ListConnectedSiteTagsRequest) (*ListConnectedSiteTagsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListConversionEvents ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListConversionEvents(context.Context, *ListConversionEventsRequest) (*ListConversionEventsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListCustomDimensions ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListCustomDimensions(context.Context, *ListCustomDimensionsRequest) (*ListCustomDimensionsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListCustomMetrics ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListCustomMetrics(context.Context, *ListCustomMetricsRequest) (*ListCustomMetricsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListDataStreams ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListDataStreams(context.Context, *ListDataStreamsRequest) (*ListDataStreamsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListDisplayVideo360AdvertiserLinkProposals ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListDisplayVideo360AdvertiserLinkProposals(context.Context, *ListDisplayVideo360AdvertiserLinkProposalsRequest) (*ListDisplayVideo360AdvertiserLinkProposalsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListDisplayVideo360AdvertiserLinks ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListDisplayVideo360AdvertiserLinks(context.Context, *ListDisplayVideo360AdvertiserLinksRequest) (*ListDisplayVideo360AdvertiserLinksResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListEventCreateRules ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) ListEventCreateRules(context.Context, *ListEventCreateRulesRequest) (*ListEventCreateRulesResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListEventEditRules ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) ListEventEditRules(context.Context, *ListEventEditRulesRequest) (*ListEventEditRulesResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListExpandedDataSets ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) ListExpandedDataSets(context.Context, *ListExpandedDataSetsRequest) (*ListExpandedDataSetsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListFirebaseLinks ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListFirebaseLinks(context.Context, *ListFirebaseLinksRequest) (*ListFirebaseLinksResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListGoogleAdsLinks ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListGoogleAdsLinks(context.Context, *ListGoogleAdsLinksRequest) (*ListGoogleAdsLinksResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListKeyEvents ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) ListKeyEvents(context.Context, *ListKeyEventsRequest) (*ListKeyEventsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListMeasurementProtocolSecrets ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListMeasurementProtocolSecrets(context.Context, *ListMeasurementProtocolSecretsRequest) (*ListMeasurementProtocolSecretsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListProperties ¶
func (*UnimplementedAnalyticsAdminServiceServer) ListProperties(context.Context, *ListPropertiesRequest) (*ListPropertiesResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListRollupPropertySourceLinks ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) ListRollupPropertySourceLinks(context.Context, *ListRollupPropertySourceLinksRequest) (*ListRollupPropertySourceLinksResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListSKAdNetworkConversionValueSchemas ¶ added in v0.21.4
func (*UnimplementedAnalyticsAdminServiceServer) ListSKAdNetworkConversionValueSchemas(context.Context, *ListSKAdNetworkConversionValueSchemasRequest) (*ListSKAdNetworkConversionValueSchemasResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListSearchAds360Links ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) ListSearchAds360Links(context.Context, *ListSearchAds360LinksRequest) (*ListSearchAds360LinksResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ListSubpropertyEventFilters ¶ added in v0.22.0
func (*UnimplementedAnalyticsAdminServiceServer) ListSubpropertyEventFilters(context.Context, *ListSubpropertyEventFiltersRequest) (*ListSubpropertyEventFiltersResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ProvisionAccountTicket ¶
func (*UnimplementedAnalyticsAdminServiceServer) ProvisionAccountTicket(context.Context, *ProvisionAccountTicketRequest) (*ProvisionAccountTicketResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ProvisionSubproperty ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) ProvisionSubproperty(context.Context, *ProvisionSubpropertyRequest) (*ProvisionSubpropertyResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) ReorderEventEditRules ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) ReorderEventEditRules(context.Context, *ReorderEventEditRulesRequest) (*emptypb.Empty, error)
func (*UnimplementedAnalyticsAdminServiceServer) RunAccessReport ¶
func (*UnimplementedAnalyticsAdminServiceServer) RunAccessReport(context.Context, *RunAccessReportRequest) (*RunAccessReportResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) SearchChangeHistoryEvents ¶
func (*UnimplementedAnalyticsAdminServiceServer) SearchChangeHistoryEvents(context.Context, *SearchChangeHistoryEventsRequest) (*SearchChangeHistoryEventsResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) SetAutomatedGa4ConfigurationOptOut ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) SetAutomatedGa4ConfigurationOptOut(context.Context, *SetAutomatedGa4ConfigurationOptOutRequest) (*SetAutomatedGa4ConfigurationOptOutResponse, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAccessBinding ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAccessBinding(context.Context, *UpdateAccessBindingRequest) (*AccessBinding, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAccount ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAccount(context.Context, *UpdateAccountRequest) (*Account, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAttributionSettings ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAttributionSettings(context.Context, *UpdateAttributionSettingsRequest) (*AttributionSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAudience ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateAudience(context.Context, *UpdateAudienceRequest) (*Audience, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateBigQueryLink ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateBigQueryLink(context.Context, *UpdateBigQueryLinkRequest) (*BigQueryLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateCalculatedMetric ¶ added in v0.23.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateCalculatedMetric(context.Context, *UpdateCalculatedMetricRequest) (*CalculatedMetric, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateChannelGroup ¶ added in v0.19.1
func (*UnimplementedAnalyticsAdminServiceServer) UpdateChannelGroup(context.Context, *UpdateChannelGroupRequest) (*ChannelGroup, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateConversionEvent ¶ added in v0.21.4
func (*UnimplementedAnalyticsAdminServiceServer) UpdateConversionEvent(context.Context, *UpdateConversionEventRequest) (*ConversionEvent, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateCustomDimension ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateCustomDimension(context.Context, *UpdateCustomDimensionRequest) (*CustomDimension, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateCustomMetric ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateCustomMetric(context.Context, *UpdateCustomMetricRequest) (*CustomMetric, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataRedactionSettings ¶ added in v0.21.6
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataRedactionSettings(context.Context, *UpdateDataRedactionSettingsRequest) (*DataRedactionSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataRetentionSettings ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataRetentionSettings(context.Context, *UpdateDataRetentionSettingsRequest) (*DataRetentionSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataStream ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDataStream(context.Context, *UpdateDataStreamRequest) (*DataStream, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDisplayVideo360AdvertiserLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateDisplayVideo360AdvertiserLink(context.Context, *UpdateDisplayVideo360AdvertiserLinkRequest) (*DisplayVideo360AdvertiserLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateEnhancedMeasurementSettings ¶ added in v0.19.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateEnhancedMeasurementSettings(context.Context, *UpdateEnhancedMeasurementSettingsRequest) (*EnhancedMeasurementSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateEventCreateRule ¶ added in v0.20.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateEventCreateRule(context.Context, *UpdateEventCreateRuleRequest) (*EventCreateRule, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateEventEditRule ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateEventEditRule(context.Context, *UpdateEventEditRuleRequest) (*EventEditRule, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateExpandedDataSet ¶ added in v0.18.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateExpandedDataSet(context.Context, *UpdateExpandedDataSetRequest) (*ExpandedDataSet, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateGoogleAdsLink ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateGoogleAdsLink(context.Context, *UpdateGoogleAdsLinkRequest) (*GoogleAdsLink, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateGoogleSignalsSettings ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateGoogleSignalsSettings(context.Context, *UpdateGoogleSignalsSettingsRequest) (*GoogleSignalsSettings, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateKeyEvent ¶ added in v0.24.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateKeyEvent(context.Context, *UpdateKeyEventRequest) (*KeyEvent, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateMeasurementProtocolSecret ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateMeasurementProtocolSecret(context.Context, *UpdateMeasurementProtocolSecretRequest) (*MeasurementProtocolSecret, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateProperty ¶
func (*UnimplementedAnalyticsAdminServiceServer) UpdateProperty(context.Context, *UpdatePropertyRequest) (*Property, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateSKAdNetworkConversionValueSchema ¶ added in v0.21.4
func (*UnimplementedAnalyticsAdminServiceServer) UpdateSKAdNetworkConversionValueSchema(context.Context, *UpdateSKAdNetworkConversionValueSchemaRequest) (*SKAdNetworkConversionValueSchema, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateSearchAds360Link ¶ added in v0.17.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateSearchAds360Link(context.Context, *UpdateSearchAds360LinkRequest) (*SearchAds360Link, error)
func (*UnimplementedAnalyticsAdminServiceServer) UpdateSubpropertyEventFilter ¶ added in v0.22.0
func (*UnimplementedAnalyticsAdminServiceServer) UpdateSubpropertyEventFilter(context.Context, *UpdateSubpropertyEventFilterRequest) (*SubpropertyEventFilter, error)
type UpdateAccessBindingRequest ¶ added in v0.18.0
type UpdateAccessBindingRequest struct { // Required. The access binding to update. AccessBinding *AccessBinding `protobuf:"bytes,1,opt,name=access_binding,json=accessBinding,proto3" json:"access_binding,omitempty"` // contains filtered or unexported fields }
Request message for UpdateAccessBinding RPC.
func (*UpdateAccessBindingRequest) Descriptor
deprecated
added in
v0.18.0
func (*UpdateAccessBindingRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAccessBindingRequest.ProtoReflect.Descriptor instead.
func (*UpdateAccessBindingRequest) GetAccessBinding ¶ added in v0.18.0
func (x *UpdateAccessBindingRequest) GetAccessBinding() *AccessBinding
func (*UpdateAccessBindingRequest) ProtoMessage ¶ added in v0.18.0
func (*UpdateAccessBindingRequest) ProtoMessage()
func (*UpdateAccessBindingRequest) ProtoReflect ¶ added in v0.18.0
func (x *UpdateAccessBindingRequest) ProtoReflect() protoreflect.Message
func (*UpdateAccessBindingRequest) Reset ¶ added in v0.18.0
func (x *UpdateAccessBindingRequest) Reset()
func (*UpdateAccessBindingRequest) String ¶ added in v0.18.0
func (x *UpdateAccessBindingRequest) String() string
type UpdateAccountRequest ¶
type UpdateAccountRequest struct { // Required. The account to update. // The account's `name` field is used to identify the account. Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (for example, "field_to_update"). Omitted fields will not be updated. // To replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateAccount RPC.
func (*UpdateAccountRequest) Descriptor
deprecated
func (*UpdateAccountRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAccountRequest.ProtoReflect.Descriptor instead.
func (*UpdateAccountRequest) GetAccount ¶
func (x *UpdateAccountRequest) GetAccount() *Account
func (*UpdateAccountRequest) GetUpdateMask ¶
func (x *UpdateAccountRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateAccountRequest) ProtoMessage ¶
func (*UpdateAccountRequest) ProtoMessage()
func (*UpdateAccountRequest) ProtoReflect ¶
func (x *UpdateAccountRequest) ProtoReflect() protoreflect.Message
func (*UpdateAccountRequest) Reset ¶
func (x *UpdateAccountRequest) Reset()
func (*UpdateAccountRequest) String ¶
func (x *UpdateAccountRequest) String() string
type UpdateAttributionSettingsRequest ¶
type UpdateAttributionSettingsRequest struct { // Required. The attribution settings to update. // The `name` field is used to identify the settings to be updated. AttributionSettings *AttributionSettings `protobuf:"bytes,1,opt,name=attribution_settings,json=attributionSettings,proto3" json:"attribution_settings,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateAttributionSettings RPC
func (*UpdateAttributionSettingsRequest) Descriptor
deprecated
func (*UpdateAttributionSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAttributionSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateAttributionSettingsRequest) GetAttributionSettings ¶
func (x *UpdateAttributionSettingsRequest) GetAttributionSettings() *AttributionSettings
func (*UpdateAttributionSettingsRequest) GetUpdateMask ¶
func (x *UpdateAttributionSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateAttributionSettingsRequest) ProtoMessage ¶
func (*UpdateAttributionSettingsRequest) ProtoMessage()
func (*UpdateAttributionSettingsRequest) ProtoReflect ¶
func (x *UpdateAttributionSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateAttributionSettingsRequest) Reset ¶
func (x *UpdateAttributionSettingsRequest) Reset()
func (*UpdateAttributionSettingsRequest) String ¶
func (x *UpdateAttributionSettingsRequest) String() string
type UpdateAudienceRequest ¶
type UpdateAudienceRequest struct { // Required. The audience to update. // The audience's `name` field is used to identify the audience to be updated. Audience *Audience `protobuf:"bytes,1,opt,name=audience,proto3" json:"audience,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateAudience RPC.
func (*UpdateAudienceRequest) Descriptor
deprecated
func (*UpdateAudienceRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAudienceRequest.ProtoReflect.Descriptor instead.
func (*UpdateAudienceRequest) GetAudience ¶
func (x *UpdateAudienceRequest) GetAudience() *Audience
func (*UpdateAudienceRequest) GetUpdateMask ¶
func (x *UpdateAudienceRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateAudienceRequest) ProtoMessage ¶
func (*UpdateAudienceRequest) ProtoMessage()
func (*UpdateAudienceRequest) ProtoReflect ¶
func (x *UpdateAudienceRequest) ProtoReflect() protoreflect.Message
func (*UpdateAudienceRequest) Reset ¶
func (x *UpdateAudienceRequest) Reset()
func (*UpdateAudienceRequest) String ¶
func (x *UpdateAudienceRequest) String() string
type UpdateBigQueryLinkRequest ¶ added in v0.24.0
type UpdateBigQueryLinkRequest struct { // Required. The settings to update. // The `name` field is used to identify the settings to be updated. BigqueryLink *BigQueryLink `protobuf:"bytes,1,opt,name=bigquery_link,json=bigqueryLink,proto3" json:"bigquery_link,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateBigQueryLink RPC.
func (*UpdateBigQueryLinkRequest) Descriptor
deprecated
added in
v0.24.0
func (*UpdateBigQueryLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBigQueryLinkRequest.ProtoReflect.Descriptor instead.
func (*UpdateBigQueryLinkRequest) GetBigqueryLink ¶ added in v0.24.0
func (x *UpdateBigQueryLinkRequest) GetBigqueryLink() *BigQueryLink
func (*UpdateBigQueryLinkRequest) GetUpdateMask ¶ added in v0.24.0
func (x *UpdateBigQueryLinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateBigQueryLinkRequest) ProtoMessage ¶ added in v0.24.0
func (*UpdateBigQueryLinkRequest) ProtoMessage()
func (*UpdateBigQueryLinkRequest) ProtoReflect ¶ added in v0.24.0
func (x *UpdateBigQueryLinkRequest) ProtoReflect() protoreflect.Message
func (*UpdateBigQueryLinkRequest) Reset ¶ added in v0.24.0
func (x *UpdateBigQueryLinkRequest) Reset()
func (*UpdateBigQueryLinkRequest) String ¶ added in v0.24.0
func (x *UpdateBigQueryLinkRequest) String() string
type UpdateCalculatedMetricRequest ¶ added in v0.23.0
type UpdateCalculatedMetricRequest struct { // Required. The CalculatedMetric to update CalculatedMetric *CalculatedMetric `protobuf:"bytes,1,opt,name=calculated_metric,json=calculatedMetric,proto3" json:"calculated_metric,omitempty"` // Required. The list of fields to be updated. Omitted fields will not be // updated. To replace the entire entity, use one path with the string "*" to // match all fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCalculatedMetric RPC.
func (*UpdateCalculatedMetricRequest) Descriptor
deprecated
added in
v0.23.0
func (*UpdateCalculatedMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCalculatedMetricRequest.ProtoReflect.Descriptor instead.
func (*UpdateCalculatedMetricRequest) GetCalculatedMetric ¶ added in v0.23.0
func (x *UpdateCalculatedMetricRequest) GetCalculatedMetric() *CalculatedMetric
func (*UpdateCalculatedMetricRequest) GetUpdateMask ¶ added in v0.23.0
func (x *UpdateCalculatedMetricRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateCalculatedMetricRequest) ProtoMessage ¶ added in v0.23.0
func (*UpdateCalculatedMetricRequest) ProtoMessage()
func (*UpdateCalculatedMetricRequest) ProtoReflect ¶ added in v0.23.0
func (x *UpdateCalculatedMetricRequest) ProtoReflect() protoreflect.Message
func (*UpdateCalculatedMetricRequest) Reset ¶ added in v0.23.0
func (x *UpdateCalculatedMetricRequest) Reset()
func (*UpdateCalculatedMetricRequest) String ¶ added in v0.23.0
func (x *UpdateCalculatedMetricRequest) String() string
type UpdateChannelGroupRequest ¶ added in v0.19.1
type UpdateChannelGroupRequest struct { // Required. The ChannelGroup to update. // The resource's `name` field is used to identify the ChannelGroup to be // updated. ChannelGroup *ChannelGroup `protobuf:"bytes,1,opt,name=channel_group,json=channelGroup,proto3" json:"channel_group,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateChannelGroup RPC.
func (*UpdateChannelGroupRequest) Descriptor
deprecated
added in
v0.19.1
func (*UpdateChannelGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateChannelGroupRequest.ProtoReflect.Descriptor instead.
func (*UpdateChannelGroupRequest) GetChannelGroup ¶ added in v0.19.1
func (x *UpdateChannelGroupRequest) GetChannelGroup() *ChannelGroup
func (*UpdateChannelGroupRequest) GetUpdateMask ¶ added in v0.19.1
func (x *UpdateChannelGroupRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateChannelGroupRequest) ProtoMessage ¶ added in v0.19.1
func (*UpdateChannelGroupRequest) ProtoMessage()
func (*UpdateChannelGroupRequest) ProtoReflect ¶ added in v0.19.1
func (x *UpdateChannelGroupRequest) ProtoReflect() protoreflect.Message
func (*UpdateChannelGroupRequest) Reset ¶ added in v0.19.1
func (x *UpdateChannelGroupRequest) Reset()
func (*UpdateChannelGroupRequest) String ¶ added in v0.19.1
func (x *UpdateChannelGroupRequest) String() string
type UpdateConversionEventRequest ¶ added in v0.21.4
type UpdateConversionEventRequest struct { // Required. The conversion event to update. // The `name` field is used to identify the settings to be updated. ConversionEvent *ConversionEvent `protobuf:"bytes,1,opt,name=conversion_event,json=conversionEvent,proto3" json:"conversion_event,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateConversionEvent RPC
func (*UpdateConversionEventRequest) Descriptor
deprecated
added in
v0.21.4
func (*UpdateConversionEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateConversionEventRequest.ProtoReflect.Descriptor instead.
func (*UpdateConversionEventRequest) GetConversionEvent ¶ added in v0.21.4
func (x *UpdateConversionEventRequest) GetConversionEvent() *ConversionEvent
func (*UpdateConversionEventRequest) GetUpdateMask ¶ added in v0.21.4
func (x *UpdateConversionEventRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateConversionEventRequest) ProtoMessage ¶ added in v0.21.4
func (*UpdateConversionEventRequest) ProtoMessage()
func (*UpdateConversionEventRequest) ProtoReflect ¶ added in v0.21.4
func (x *UpdateConversionEventRequest) ProtoReflect() protoreflect.Message
func (*UpdateConversionEventRequest) Reset ¶ added in v0.21.4
func (x *UpdateConversionEventRequest) Reset()
func (*UpdateConversionEventRequest) String ¶ added in v0.21.4
func (x *UpdateConversionEventRequest) String() string
type UpdateCustomDimensionRequest ¶
type UpdateCustomDimensionRequest struct { // The CustomDimension to update CustomDimension *CustomDimension `protobuf:"bytes,1,opt,name=custom_dimension,json=customDimension,proto3" json:"custom_dimension,omitempty"` // Required. The list of fields to be updated. Omitted fields will not be // updated. To replace the entire entity, use one path with the string "*" to // match all fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCustomDimension RPC.
func (*UpdateCustomDimensionRequest) Descriptor
deprecated
func (*UpdateCustomDimensionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCustomDimensionRequest.ProtoReflect.Descriptor instead.
func (*UpdateCustomDimensionRequest) GetCustomDimension ¶
func (x *UpdateCustomDimensionRequest) GetCustomDimension() *CustomDimension
func (*UpdateCustomDimensionRequest) GetUpdateMask ¶
func (x *UpdateCustomDimensionRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateCustomDimensionRequest) ProtoMessage ¶
func (*UpdateCustomDimensionRequest) ProtoMessage()
func (*UpdateCustomDimensionRequest) ProtoReflect ¶
func (x *UpdateCustomDimensionRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomDimensionRequest) Reset ¶
func (x *UpdateCustomDimensionRequest) Reset()
func (*UpdateCustomDimensionRequest) String ¶
func (x *UpdateCustomDimensionRequest) String() string
type UpdateCustomMetricRequest ¶
type UpdateCustomMetricRequest struct { // The CustomMetric to update CustomMetric *CustomMetric `protobuf:"bytes,1,opt,name=custom_metric,json=customMetric,proto3" json:"custom_metric,omitempty"` // Required. The list of fields to be updated. Omitted fields will not be // updated. To replace the entire entity, use one path with the string "*" to // match all fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateCustomMetric RPC.
func (*UpdateCustomMetricRequest) Descriptor
deprecated
func (*UpdateCustomMetricRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCustomMetricRequest.ProtoReflect.Descriptor instead.
func (*UpdateCustomMetricRequest) GetCustomMetric ¶
func (x *UpdateCustomMetricRequest) GetCustomMetric() *CustomMetric
func (*UpdateCustomMetricRequest) GetUpdateMask ¶
func (x *UpdateCustomMetricRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateCustomMetricRequest) ProtoMessage ¶
func (*UpdateCustomMetricRequest) ProtoMessage()
func (*UpdateCustomMetricRequest) ProtoReflect ¶
func (x *UpdateCustomMetricRequest) ProtoReflect() protoreflect.Message
func (*UpdateCustomMetricRequest) Reset ¶
func (x *UpdateCustomMetricRequest) Reset()
func (*UpdateCustomMetricRequest) String ¶
func (x *UpdateCustomMetricRequest) String() string
type UpdateDataRedactionSettingsRequest ¶ added in v0.21.6
type UpdateDataRedactionSettingsRequest struct { // Required. The settings to update. // The `name` field is used to identify the settings to be updated. DataRedactionSettings *DataRedactionSettings `` /* 126-byte string literal not displayed */ // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateDataRedactionSettings RPC.
func (*UpdateDataRedactionSettingsRequest) Descriptor
deprecated
added in
v0.21.6
func (*UpdateDataRedactionSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataRedactionSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataRedactionSettingsRequest) GetDataRedactionSettings ¶ added in v0.21.6
func (x *UpdateDataRedactionSettingsRequest) GetDataRedactionSettings() *DataRedactionSettings
func (*UpdateDataRedactionSettingsRequest) GetUpdateMask ¶ added in v0.21.6
func (x *UpdateDataRedactionSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDataRedactionSettingsRequest) ProtoMessage ¶ added in v0.21.6
func (*UpdateDataRedactionSettingsRequest) ProtoMessage()
func (*UpdateDataRedactionSettingsRequest) ProtoReflect ¶ added in v0.21.6
func (x *UpdateDataRedactionSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataRedactionSettingsRequest) Reset ¶ added in v0.21.6
func (x *UpdateDataRedactionSettingsRequest) Reset()
func (*UpdateDataRedactionSettingsRequest) String ¶ added in v0.21.6
func (x *UpdateDataRedactionSettingsRequest) String() string
type UpdateDataRetentionSettingsRequest ¶
type UpdateDataRetentionSettingsRequest struct { // Required. The settings to update. // The `name` field is used to identify the settings to be updated. DataRetentionSettings *DataRetentionSettings `` /* 126-byte string literal not displayed */ // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateDataRetentionSettings RPC.
func (*UpdateDataRetentionSettingsRequest) Descriptor
deprecated
func (*UpdateDataRetentionSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataRetentionSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataRetentionSettingsRequest) GetDataRetentionSettings ¶
func (x *UpdateDataRetentionSettingsRequest) GetDataRetentionSettings() *DataRetentionSettings
func (*UpdateDataRetentionSettingsRequest) GetUpdateMask ¶
func (x *UpdateDataRetentionSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDataRetentionSettingsRequest) ProtoMessage ¶
func (*UpdateDataRetentionSettingsRequest) ProtoMessage()
func (*UpdateDataRetentionSettingsRequest) ProtoReflect ¶
func (x *UpdateDataRetentionSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataRetentionSettingsRequest) Reset ¶
func (x *UpdateDataRetentionSettingsRequest) Reset()
func (*UpdateDataRetentionSettingsRequest) String ¶
func (x *UpdateDataRetentionSettingsRequest) String() string
type UpdateDataStreamRequest ¶
type UpdateDataStreamRequest struct { // The DataStream to update DataStream *DataStream `protobuf:"bytes,1,opt,name=data_stream,json=dataStream,proto3" json:"data_stream,omitempty"` // Required. The list of fields to be updated. Omitted fields will not be // updated. To replace the entire entity, use one path with the string "*" to // match all fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateDataStream RPC.
func (*UpdateDataStreamRequest) Descriptor
deprecated
func (*UpdateDataStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDataStreamRequest.ProtoReflect.Descriptor instead.
func (*UpdateDataStreamRequest) GetDataStream ¶
func (x *UpdateDataStreamRequest) GetDataStream() *DataStream
func (*UpdateDataStreamRequest) GetUpdateMask ¶
func (x *UpdateDataStreamRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDataStreamRequest) ProtoMessage ¶
func (*UpdateDataStreamRequest) ProtoMessage()
func (*UpdateDataStreamRequest) ProtoReflect ¶
func (x *UpdateDataStreamRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataStreamRequest) Reset ¶
func (x *UpdateDataStreamRequest) Reset()
func (*UpdateDataStreamRequest) String ¶
func (x *UpdateDataStreamRequest) String() string
type UpdateDisplayVideo360AdvertiserLinkRequest ¶
type UpdateDisplayVideo360AdvertiserLinkRequest struct { // The DisplayVideo360AdvertiserLink to update DisplayVideo_360AdvertiserLink *DisplayVideo360AdvertiserLink `` /* 154-byte string literal not displayed */ // Required. The list of fields to be updated. Omitted fields will not be // updated. To replace the entire entity, use one path with the string "*" to // match all fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateDisplayVideo360AdvertiserLink RPC.
func (*UpdateDisplayVideo360AdvertiserLinkRequest) Descriptor
deprecated
func (*UpdateDisplayVideo360AdvertiserLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateDisplayVideo360AdvertiserLinkRequest.ProtoReflect.Descriptor instead.
func (*UpdateDisplayVideo360AdvertiserLinkRequest) GetDisplayVideo_360AdvertiserLink ¶
func (x *UpdateDisplayVideo360AdvertiserLinkRequest) GetDisplayVideo_360AdvertiserLink() *DisplayVideo360AdvertiserLink
func (*UpdateDisplayVideo360AdvertiserLinkRequest) GetUpdateMask ¶
func (x *UpdateDisplayVideo360AdvertiserLinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateDisplayVideo360AdvertiserLinkRequest) ProtoMessage ¶
func (*UpdateDisplayVideo360AdvertiserLinkRequest) ProtoMessage()
func (*UpdateDisplayVideo360AdvertiserLinkRequest) ProtoReflect ¶
func (x *UpdateDisplayVideo360AdvertiserLinkRequest) ProtoReflect() protoreflect.Message
func (*UpdateDisplayVideo360AdvertiserLinkRequest) Reset ¶
func (x *UpdateDisplayVideo360AdvertiserLinkRequest) Reset()
func (*UpdateDisplayVideo360AdvertiserLinkRequest) String ¶
func (x *UpdateDisplayVideo360AdvertiserLinkRequest) String() string
type UpdateEnhancedMeasurementSettingsRequest ¶ added in v0.19.0
type UpdateEnhancedMeasurementSettingsRequest struct { // Required. The settings to update. // The `name` field is used to identify the settings to be updated. EnhancedMeasurementSettings *EnhancedMeasurementSettings `` /* 144-byte string literal not displayed */ // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateEnhancedMeasurementSettings RPC.
func (*UpdateEnhancedMeasurementSettingsRequest) Descriptor
deprecated
added in
v0.19.0
func (*UpdateEnhancedMeasurementSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEnhancedMeasurementSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateEnhancedMeasurementSettingsRequest) GetEnhancedMeasurementSettings ¶ added in v0.19.0
func (x *UpdateEnhancedMeasurementSettingsRequest) GetEnhancedMeasurementSettings() *EnhancedMeasurementSettings
func (*UpdateEnhancedMeasurementSettingsRequest) GetUpdateMask ¶ added in v0.19.0
func (x *UpdateEnhancedMeasurementSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEnhancedMeasurementSettingsRequest) ProtoMessage ¶ added in v0.19.0
func (*UpdateEnhancedMeasurementSettingsRequest) ProtoMessage()
func (*UpdateEnhancedMeasurementSettingsRequest) ProtoReflect ¶ added in v0.19.0
func (x *UpdateEnhancedMeasurementSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateEnhancedMeasurementSettingsRequest) Reset ¶ added in v0.19.0
func (x *UpdateEnhancedMeasurementSettingsRequest) Reset()
func (*UpdateEnhancedMeasurementSettingsRequest) String ¶ added in v0.19.0
func (x *UpdateEnhancedMeasurementSettingsRequest) String() string
type UpdateEventCreateRuleRequest ¶ added in v0.20.0
type UpdateEventCreateRuleRequest struct { // Required. The EventCreateRule to update. // The resource's `name` field is used to identify the EventCreateRule to be // updated. EventCreateRule *EventCreateRule `protobuf:"bytes,1,opt,name=event_create_rule,json=eventCreateRule,proto3" json:"event_create_rule,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateEventCreateRule RPC.
func (*UpdateEventCreateRuleRequest) Descriptor
deprecated
added in
v0.20.0
func (*UpdateEventCreateRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEventCreateRuleRequest.ProtoReflect.Descriptor instead.
func (*UpdateEventCreateRuleRequest) GetEventCreateRule ¶ added in v0.20.0
func (x *UpdateEventCreateRuleRequest) GetEventCreateRule() *EventCreateRule
func (*UpdateEventCreateRuleRequest) GetUpdateMask ¶ added in v0.20.0
func (x *UpdateEventCreateRuleRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEventCreateRuleRequest) ProtoMessage ¶ added in v0.20.0
func (*UpdateEventCreateRuleRequest) ProtoMessage()
func (*UpdateEventCreateRuleRequest) ProtoReflect ¶ added in v0.20.0
func (x *UpdateEventCreateRuleRequest) ProtoReflect() protoreflect.Message
func (*UpdateEventCreateRuleRequest) Reset ¶ added in v0.20.0
func (x *UpdateEventCreateRuleRequest) Reset()
func (*UpdateEventCreateRuleRequest) String ¶ added in v0.20.0
func (x *UpdateEventCreateRuleRequest) String() string
type UpdateEventEditRuleRequest ¶ added in v0.24.0
type UpdateEventEditRuleRequest struct { // Required. The EventEditRule to update. // The resource's `name` field is used to identify the EventEditRule to be // updated. EventEditRule *EventEditRule `protobuf:"bytes,1,opt,name=event_edit_rule,json=eventEditRule,proto3" json:"event_edit_rule,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateEventEditRule RPC.
func (*UpdateEventEditRuleRequest) Descriptor
deprecated
added in
v0.24.0
func (*UpdateEventEditRuleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEventEditRuleRequest.ProtoReflect.Descriptor instead.
func (*UpdateEventEditRuleRequest) GetEventEditRule ¶ added in v0.24.0
func (x *UpdateEventEditRuleRequest) GetEventEditRule() *EventEditRule
func (*UpdateEventEditRuleRequest) GetUpdateMask ¶ added in v0.24.0
func (x *UpdateEventEditRuleRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateEventEditRuleRequest) ProtoMessage ¶ added in v0.24.0
func (*UpdateEventEditRuleRequest) ProtoMessage()
func (*UpdateEventEditRuleRequest) ProtoReflect ¶ added in v0.24.0
func (x *UpdateEventEditRuleRequest) ProtoReflect() protoreflect.Message
func (*UpdateEventEditRuleRequest) Reset ¶ added in v0.24.0
func (x *UpdateEventEditRuleRequest) Reset()
func (*UpdateEventEditRuleRequest) String ¶ added in v0.24.0
func (x *UpdateEventEditRuleRequest) String() string
type UpdateExpandedDataSetRequest ¶ added in v0.18.0
type UpdateExpandedDataSetRequest struct { // Required. The ExpandedDataSet to update. // The resource's `name` field is used to identify the ExpandedDataSet to be // updated. ExpandedDataSet *ExpandedDataSet `protobuf:"bytes,1,opt,name=expanded_data_set,json=expandedDataSet,proto3" json:"expanded_data_set,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateExpandedDataSet RPC.
func (*UpdateExpandedDataSetRequest) Descriptor
deprecated
added in
v0.18.0
func (*UpdateExpandedDataSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateExpandedDataSetRequest.ProtoReflect.Descriptor instead.
func (*UpdateExpandedDataSetRequest) GetExpandedDataSet ¶ added in v0.18.0
func (x *UpdateExpandedDataSetRequest) GetExpandedDataSet() *ExpandedDataSet
func (*UpdateExpandedDataSetRequest) GetUpdateMask ¶ added in v0.18.0
func (x *UpdateExpandedDataSetRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateExpandedDataSetRequest) ProtoMessage ¶ added in v0.18.0
func (*UpdateExpandedDataSetRequest) ProtoMessage()
func (*UpdateExpandedDataSetRequest) ProtoReflect ¶ added in v0.18.0
func (x *UpdateExpandedDataSetRequest) ProtoReflect() protoreflect.Message
func (*UpdateExpandedDataSetRequest) Reset ¶ added in v0.18.0
func (x *UpdateExpandedDataSetRequest) Reset()
func (*UpdateExpandedDataSetRequest) String ¶ added in v0.18.0
func (x *UpdateExpandedDataSetRequest) String() string
type UpdateGoogleAdsLinkRequest ¶
type UpdateGoogleAdsLinkRequest struct { // The GoogleAdsLink to update GoogleAdsLink *GoogleAdsLink `protobuf:"bytes,1,opt,name=google_ads_link,json=googleAdsLink,proto3" json:"google_ads_link,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateGoogleAdsLink RPC
func (*UpdateGoogleAdsLinkRequest) Descriptor
deprecated
func (*UpdateGoogleAdsLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGoogleAdsLinkRequest.ProtoReflect.Descriptor instead.
func (*UpdateGoogleAdsLinkRequest) GetGoogleAdsLink ¶
func (x *UpdateGoogleAdsLinkRequest) GetGoogleAdsLink() *GoogleAdsLink
func (*UpdateGoogleAdsLinkRequest) GetUpdateMask ¶
func (x *UpdateGoogleAdsLinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateGoogleAdsLinkRequest) ProtoMessage ¶
func (*UpdateGoogleAdsLinkRequest) ProtoMessage()
func (*UpdateGoogleAdsLinkRequest) ProtoReflect ¶
func (x *UpdateGoogleAdsLinkRequest) ProtoReflect() protoreflect.Message
func (*UpdateGoogleAdsLinkRequest) Reset ¶
func (x *UpdateGoogleAdsLinkRequest) Reset()
func (*UpdateGoogleAdsLinkRequest) String ¶
func (x *UpdateGoogleAdsLinkRequest) String() string
type UpdateGoogleSignalsSettingsRequest ¶
type UpdateGoogleSignalsSettingsRequest struct { // Required. The settings to update. // The `name` field is used to identify the settings to be updated. GoogleSignalsSettings *GoogleSignalsSettings `` /* 126-byte string literal not displayed */ // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateGoogleSignalsSettings RPC
func (*UpdateGoogleSignalsSettingsRequest) Descriptor
deprecated
func (*UpdateGoogleSignalsSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGoogleSignalsSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateGoogleSignalsSettingsRequest) GetGoogleSignalsSettings ¶
func (x *UpdateGoogleSignalsSettingsRequest) GetGoogleSignalsSettings() *GoogleSignalsSettings
func (*UpdateGoogleSignalsSettingsRequest) GetUpdateMask ¶
func (x *UpdateGoogleSignalsSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateGoogleSignalsSettingsRequest) ProtoMessage ¶
func (*UpdateGoogleSignalsSettingsRequest) ProtoMessage()
func (*UpdateGoogleSignalsSettingsRequest) ProtoReflect ¶
func (x *UpdateGoogleSignalsSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateGoogleSignalsSettingsRequest) Reset ¶
func (x *UpdateGoogleSignalsSettingsRequest) Reset()
func (*UpdateGoogleSignalsSettingsRequest) String ¶
func (x *UpdateGoogleSignalsSettingsRequest) String() string
type UpdateKeyEventRequest ¶ added in v0.24.0
type UpdateKeyEventRequest struct { // Required. The Key Event to update. // The `name` field is used to identify the settings to be updated. KeyEvent *KeyEvent `protobuf:"bytes,1,opt,name=key_event,json=keyEvent,proto3" json:"key_event,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateKeyEvent RPC
func (*UpdateKeyEventRequest) Descriptor
deprecated
added in
v0.24.0
func (*UpdateKeyEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateKeyEventRequest.ProtoReflect.Descriptor instead.
func (*UpdateKeyEventRequest) GetKeyEvent ¶ added in v0.24.0
func (x *UpdateKeyEventRequest) GetKeyEvent() *KeyEvent
func (*UpdateKeyEventRequest) GetUpdateMask ¶ added in v0.24.0
func (x *UpdateKeyEventRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateKeyEventRequest) ProtoMessage ¶ added in v0.24.0
func (*UpdateKeyEventRequest) ProtoMessage()
func (*UpdateKeyEventRequest) ProtoReflect ¶ added in v0.24.0
func (x *UpdateKeyEventRequest) ProtoReflect() protoreflect.Message
func (*UpdateKeyEventRequest) Reset ¶ added in v0.24.0
func (x *UpdateKeyEventRequest) Reset()
func (*UpdateKeyEventRequest) String ¶ added in v0.24.0
func (x *UpdateKeyEventRequest) String() string
type UpdateMeasurementProtocolSecretRequest ¶
type UpdateMeasurementProtocolSecretRequest struct { // Required. The measurement protocol secret to update. MeasurementProtocolSecret *MeasurementProtocolSecret `` /* 138-byte string literal not displayed */ // Required. The list of fields to be updated. Omitted fields will not be // updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateMeasurementProtocolSecret RPC
func (*UpdateMeasurementProtocolSecretRequest) Descriptor
deprecated
func (*UpdateMeasurementProtocolSecretRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMeasurementProtocolSecretRequest.ProtoReflect.Descriptor instead.
func (*UpdateMeasurementProtocolSecretRequest) GetMeasurementProtocolSecret ¶
func (x *UpdateMeasurementProtocolSecretRequest) GetMeasurementProtocolSecret() *MeasurementProtocolSecret
func (*UpdateMeasurementProtocolSecretRequest) GetUpdateMask ¶
func (x *UpdateMeasurementProtocolSecretRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateMeasurementProtocolSecretRequest) ProtoMessage ¶
func (*UpdateMeasurementProtocolSecretRequest) ProtoMessage()
func (*UpdateMeasurementProtocolSecretRequest) ProtoReflect ¶
func (x *UpdateMeasurementProtocolSecretRequest) ProtoReflect() protoreflect.Message
func (*UpdateMeasurementProtocolSecretRequest) Reset ¶
func (x *UpdateMeasurementProtocolSecretRequest) Reset()
func (*UpdateMeasurementProtocolSecretRequest) String ¶
func (x *UpdateMeasurementProtocolSecretRequest) String() string
type UpdatePropertyRequest ¶
type UpdatePropertyRequest struct { // Required. The property to update. // The property's `name` field is used to identify the property to be // updated. Property *Property `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"` // Required. The list of fields to be updated. Field names must be in snake // case (e.g., "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateProperty RPC.
func (*UpdatePropertyRequest) Descriptor
deprecated
func (*UpdatePropertyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdatePropertyRequest.ProtoReflect.Descriptor instead.
func (*UpdatePropertyRequest) GetProperty ¶
func (x *UpdatePropertyRequest) GetProperty() *Property
func (*UpdatePropertyRequest) GetUpdateMask ¶
func (x *UpdatePropertyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdatePropertyRequest) ProtoMessage ¶
func (*UpdatePropertyRequest) ProtoMessage()
func (*UpdatePropertyRequest) ProtoReflect ¶
func (x *UpdatePropertyRequest) ProtoReflect() protoreflect.Message
func (*UpdatePropertyRequest) Reset ¶
func (x *UpdatePropertyRequest) Reset()
func (*UpdatePropertyRequest) String ¶
func (x *UpdatePropertyRequest) String() string
type UpdateSKAdNetworkConversionValueSchemaRequest ¶ added in v0.21.4
type UpdateSKAdNetworkConversionValueSchemaRequest struct { // Required. SKAdNetwork conversion value schema to update. SkadnetworkConversionValueSchema *SKAdNetworkConversionValueSchema `` /* 161-byte string literal not displayed */ // Required. The list of fields to be updated. Omitted fields will not be // updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateSKAdNetworkConversionValueSchema RPC.
func (*UpdateSKAdNetworkConversionValueSchemaRequest) Descriptor
deprecated
added in
v0.21.4
func (*UpdateSKAdNetworkConversionValueSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSKAdNetworkConversionValueSchemaRequest.ProtoReflect.Descriptor instead.
func (*UpdateSKAdNetworkConversionValueSchemaRequest) GetSkadnetworkConversionValueSchema ¶ added in v0.21.4
func (x *UpdateSKAdNetworkConversionValueSchemaRequest) GetSkadnetworkConversionValueSchema() *SKAdNetworkConversionValueSchema
func (*UpdateSKAdNetworkConversionValueSchemaRequest) GetUpdateMask ¶ added in v0.21.4
func (x *UpdateSKAdNetworkConversionValueSchemaRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateSKAdNetworkConversionValueSchemaRequest) ProtoMessage ¶ added in v0.21.4
func (*UpdateSKAdNetworkConversionValueSchemaRequest) ProtoMessage()
func (*UpdateSKAdNetworkConversionValueSchemaRequest) ProtoReflect ¶ added in v0.21.4
func (x *UpdateSKAdNetworkConversionValueSchemaRequest) ProtoReflect() protoreflect.Message
func (*UpdateSKAdNetworkConversionValueSchemaRequest) Reset ¶ added in v0.21.4
func (x *UpdateSKAdNetworkConversionValueSchemaRequest) Reset()
func (*UpdateSKAdNetworkConversionValueSchemaRequest) String ¶ added in v0.21.4
func (x *UpdateSKAdNetworkConversionValueSchemaRequest) String() string
type UpdateSearchAds360LinkRequest ¶ added in v0.17.0
type UpdateSearchAds360LinkRequest struct { // The SearchAds360Link to update SearchAds_360Link *SearchAds360Link `protobuf:"bytes,1,opt,name=search_ads_360_link,json=searchAds360Link,proto3" json:"search_ads_360_link,omitempty"` // Required. The list of fields to be updated. Omitted fields will not be // updated. To replace the entire entity, use one path with the string "*" to // match all fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateSearchAds360Link RPC.
func (*UpdateSearchAds360LinkRequest) Descriptor
deprecated
added in
v0.17.0
func (*UpdateSearchAds360LinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSearchAds360LinkRequest.ProtoReflect.Descriptor instead.
func (*UpdateSearchAds360LinkRequest) GetSearchAds_360Link ¶ added in v0.17.0
func (x *UpdateSearchAds360LinkRequest) GetSearchAds_360Link() *SearchAds360Link
func (*UpdateSearchAds360LinkRequest) GetUpdateMask ¶ added in v0.17.0
func (x *UpdateSearchAds360LinkRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateSearchAds360LinkRequest) ProtoMessage ¶ added in v0.17.0
func (*UpdateSearchAds360LinkRequest) ProtoMessage()
func (*UpdateSearchAds360LinkRequest) ProtoReflect ¶ added in v0.17.0
func (x *UpdateSearchAds360LinkRequest) ProtoReflect() protoreflect.Message
func (*UpdateSearchAds360LinkRequest) Reset ¶ added in v0.17.0
func (x *UpdateSearchAds360LinkRequest) Reset()
func (*UpdateSearchAds360LinkRequest) String ¶ added in v0.17.0
func (x *UpdateSearchAds360LinkRequest) String() string
type UpdateSubpropertyEventFilterRequest ¶ added in v0.21.6
type UpdateSubpropertyEventFilterRequest struct { // Required. The subproperty event filter to update. SubpropertyEventFilter *SubpropertyEventFilter `` /* 129-byte string literal not displayed */ // Required. The list of fields to update. Field names must be in snake case // (for example, "field_to_update"). Omitted fields will not be updated. To // replace the entire entity, use one path with the string "*" to match all // fields. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
Request message for UpdateSubpropertyEventFilter RPC.
func (*UpdateSubpropertyEventFilterRequest) Descriptor
deprecated
added in
v0.21.6
func (*UpdateSubpropertyEventFilterRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSubpropertyEventFilterRequest.ProtoReflect.Descriptor instead.
func (*UpdateSubpropertyEventFilterRequest) GetSubpropertyEventFilter ¶ added in v0.21.6
func (x *UpdateSubpropertyEventFilterRequest) GetSubpropertyEventFilter() *SubpropertyEventFilter
func (*UpdateSubpropertyEventFilterRequest) GetUpdateMask ¶ added in v0.21.6
func (x *UpdateSubpropertyEventFilterRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateSubpropertyEventFilterRequest) ProtoMessage ¶ added in v0.21.6
func (*UpdateSubpropertyEventFilterRequest) ProtoMessage()
func (*UpdateSubpropertyEventFilterRequest) ProtoReflect ¶ added in v0.21.6
func (x *UpdateSubpropertyEventFilterRequest) ProtoReflect() protoreflect.Message
func (*UpdateSubpropertyEventFilterRequest) Reset ¶ added in v0.21.6
func (x *UpdateSubpropertyEventFilterRequest) Reset()
func (*UpdateSubpropertyEventFilterRequest) String ¶ added in v0.21.6
func (x *UpdateSubpropertyEventFilterRequest) String() string