Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const AnalyticsEditScope + const AnalyticsManageUsersReadonlyScope + const AnalyticsManageUsersScope + const AnalyticsReadonlyScope + type AccountSummariesListCall struct + func (c *AccountSummariesListCall) Context(ctx context.Context) *AccountSummariesListCall + func (c *AccountSummariesListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListAccountSummariesResponse, error) + func (c *AccountSummariesListCall) Fields(s ...googleapi.Field) *AccountSummariesListCall + func (c *AccountSummariesListCall) Header() http.Header + func (c *AccountSummariesListCall) IfNoneMatch(entityTag string) *AccountSummariesListCall + func (c *AccountSummariesListCall) PageSize(pageSize int64) *AccountSummariesListCall + func (c *AccountSummariesListCall) PageToken(pageToken string) *AccountSummariesListCall + func (c *AccountSummariesListCall) Pages(ctx context.Context, ...) error + type AccountSummariesService struct + func NewAccountSummariesService(s *Service) *AccountSummariesService + func (r *AccountSummariesService) List() *AccountSummariesListCall + type AccountsAccessBindingsBatchCreateCall struct + func (c *AccountsAccessBindingsBatchCreateCall) Context(ctx context.Context) *AccountsAccessBindingsBatchCreateCall + func (c *AccountsAccessBindingsBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsResponse, error) + func (c *AccountsAccessBindingsBatchCreateCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsBatchCreateCall + func (c *AccountsAccessBindingsBatchCreateCall) Header() http.Header + type AccountsAccessBindingsBatchDeleteCall struct + func (c *AccountsAccessBindingsBatchDeleteCall) Context(ctx context.Context) *AccountsAccessBindingsBatchDeleteCall + func (c *AccountsAccessBindingsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *AccountsAccessBindingsBatchDeleteCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsBatchDeleteCall + func (c *AccountsAccessBindingsBatchDeleteCall) Header() http.Header + type AccountsAccessBindingsBatchGetCall struct + func (c *AccountsAccessBindingsBatchGetCall) Context(ctx context.Context) *AccountsAccessBindingsBatchGetCall + func (c *AccountsAccessBindingsBatchGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaBatchGetAccessBindingsResponse, error) + func (c *AccountsAccessBindingsBatchGetCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsBatchGetCall + func (c *AccountsAccessBindingsBatchGetCall) Header() http.Header + func (c *AccountsAccessBindingsBatchGetCall) IfNoneMatch(entityTag string) *AccountsAccessBindingsBatchGetCall + func (c *AccountsAccessBindingsBatchGetCall) Names(names ...string) *AccountsAccessBindingsBatchGetCall + type AccountsAccessBindingsBatchUpdateCall struct + func (c *AccountsAccessBindingsBatchUpdateCall) Context(ctx context.Context) *AccountsAccessBindingsBatchUpdateCall + func (c *AccountsAccessBindingsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsResponse, error) + func (c *AccountsAccessBindingsBatchUpdateCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsBatchUpdateCall + func (c *AccountsAccessBindingsBatchUpdateCall) Header() http.Header + type AccountsAccessBindingsCreateCall struct + func (c *AccountsAccessBindingsCreateCall) Context(ctx context.Context) *AccountsAccessBindingsCreateCall + func (c *AccountsAccessBindingsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccessBinding, error) + func (c *AccountsAccessBindingsCreateCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsCreateCall + func (c *AccountsAccessBindingsCreateCall) Header() http.Header + type AccountsAccessBindingsDeleteCall struct + func (c *AccountsAccessBindingsDeleteCall) Context(ctx context.Context) *AccountsAccessBindingsDeleteCall + func (c *AccountsAccessBindingsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *AccountsAccessBindingsDeleteCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsDeleteCall + func (c *AccountsAccessBindingsDeleteCall) Header() http.Header + type AccountsAccessBindingsGetCall struct + func (c *AccountsAccessBindingsGetCall) Context(ctx context.Context) *AccountsAccessBindingsGetCall + func (c *AccountsAccessBindingsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccessBinding, error) + func (c *AccountsAccessBindingsGetCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsGetCall + func (c *AccountsAccessBindingsGetCall) Header() http.Header + func (c *AccountsAccessBindingsGetCall) IfNoneMatch(entityTag string) *AccountsAccessBindingsGetCall + type AccountsAccessBindingsListCall struct + func (c *AccountsAccessBindingsListCall) Context(ctx context.Context) *AccountsAccessBindingsListCall + func (c *AccountsAccessBindingsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListAccessBindingsResponse, error) + func (c *AccountsAccessBindingsListCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsListCall + func (c *AccountsAccessBindingsListCall) Header() http.Header + func (c *AccountsAccessBindingsListCall) IfNoneMatch(entityTag string) *AccountsAccessBindingsListCall + func (c *AccountsAccessBindingsListCall) PageSize(pageSize int64) *AccountsAccessBindingsListCall + func (c *AccountsAccessBindingsListCall) PageToken(pageToken string) *AccountsAccessBindingsListCall + func (c *AccountsAccessBindingsListCall) Pages(ctx context.Context, ...) error + type AccountsAccessBindingsPatchCall struct + func (c *AccountsAccessBindingsPatchCall) Context(ctx context.Context) *AccountsAccessBindingsPatchCall + func (c *AccountsAccessBindingsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccessBinding, error) + func (c *AccountsAccessBindingsPatchCall) Fields(s ...googleapi.Field) *AccountsAccessBindingsPatchCall + func (c *AccountsAccessBindingsPatchCall) Header() http.Header + type AccountsAccessBindingsService struct + func NewAccountsAccessBindingsService(s *Service) *AccountsAccessBindingsService + func (r *AccountsAccessBindingsService) BatchCreate(parent string, ...) *AccountsAccessBindingsBatchCreateCall + func (r *AccountsAccessBindingsService) BatchDelete(parent string, ...) *AccountsAccessBindingsBatchDeleteCall + func (r *AccountsAccessBindingsService) BatchGet(parent string) *AccountsAccessBindingsBatchGetCall + func (r *AccountsAccessBindingsService) BatchUpdate(parent string, ...) *AccountsAccessBindingsBatchUpdateCall + func (r *AccountsAccessBindingsService) Create(parent string, ...) *AccountsAccessBindingsCreateCall + func (r *AccountsAccessBindingsService) Delete(name string) *AccountsAccessBindingsDeleteCall + func (r *AccountsAccessBindingsService) Get(name string) *AccountsAccessBindingsGetCall + func (r *AccountsAccessBindingsService) List(parent string) *AccountsAccessBindingsListCall + func (r *AccountsAccessBindingsService) Patch(name string, ...) *AccountsAccessBindingsPatchCall + type AccountsDeleteCall struct + func (c *AccountsDeleteCall) Context(ctx context.Context) *AccountsDeleteCall + func (c *AccountsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *AccountsDeleteCall) Fields(s ...googleapi.Field) *AccountsDeleteCall + func (c *AccountsDeleteCall) Header() http.Header + type AccountsGetCall struct + func (c *AccountsGetCall) Context(ctx context.Context) *AccountsGetCall + func (c *AccountsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccount, error) + func (c *AccountsGetCall) Fields(s ...googleapi.Field) *AccountsGetCall + func (c *AccountsGetCall) Header() http.Header + func (c *AccountsGetCall) IfNoneMatch(entityTag string) *AccountsGetCall + type AccountsGetDataSharingSettingsCall struct + func (c *AccountsGetDataSharingSettingsCall) Context(ctx context.Context) *AccountsGetDataSharingSettingsCall + func (c *AccountsGetDataSharingSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataSharingSettings, error) + func (c *AccountsGetDataSharingSettingsCall) Fields(s ...googleapi.Field) *AccountsGetDataSharingSettingsCall + func (c *AccountsGetDataSharingSettingsCall) Header() http.Header + func (c *AccountsGetDataSharingSettingsCall) IfNoneMatch(entityTag string) *AccountsGetDataSharingSettingsCall + type AccountsListCall struct + func (c *AccountsListCall) Context(ctx context.Context) *AccountsListCall + func (c *AccountsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListAccountsResponse, error) + func (c *AccountsListCall) Fields(s ...googleapi.Field) *AccountsListCall + func (c *AccountsListCall) Header() http.Header + func (c *AccountsListCall) IfNoneMatch(entityTag string) *AccountsListCall + func (c *AccountsListCall) PageSize(pageSize int64) *AccountsListCall + func (c *AccountsListCall) PageToken(pageToken string) *AccountsListCall + func (c *AccountsListCall) Pages(ctx context.Context, ...) error + func (c *AccountsListCall) ShowDeleted(showDeleted bool) *AccountsListCall + type AccountsPatchCall struct + func (c *AccountsPatchCall) Context(ctx context.Context) *AccountsPatchCall + func (c *AccountsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccount, error) + func (c *AccountsPatchCall) Fields(s ...googleapi.Field) *AccountsPatchCall + func (c *AccountsPatchCall) Header() http.Header + func (c *AccountsPatchCall) UpdateMask(updateMask string) *AccountsPatchCall + type AccountsProvisionAccountTicketCall struct + func (c *AccountsProvisionAccountTicketCall) Context(ctx context.Context) *AccountsProvisionAccountTicketCall + func (c *AccountsProvisionAccountTicketCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse, error) + func (c *AccountsProvisionAccountTicketCall) Fields(s ...googleapi.Field) *AccountsProvisionAccountTicketCall + func (c *AccountsProvisionAccountTicketCall) Header() http.Header + type AccountsRunAccessReportCall struct + func (c *AccountsRunAccessReportCall) Context(ctx context.Context) *AccountsRunAccessReportCall + func (c *AccountsRunAccessReportCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaRunAccessReportResponse, error) + func (c *AccountsRunAccessReportCall) Fields(s ...googleapi.Field) *AccountsRunAccessReportCall + func (c *AccountsRunAccessReportCall) Header() http.Header + type AccountsSearchChangeHistoryEventsCall struct + func (c *AccountsSearchChangeHistoryEventsCall) Context(ctx context.Context) *AccountsSearchChangeHistoryEventsCall + func (c *AccountsSearchChangeHistoryEventsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse, error) + func (c *AccountsSearchChangeHistoryEventsCall) Fields(s ...googleapi.Field) *AccountsSearchChangeHistoryEventsCall + func (c *AccountsSearchChangeHistoryEventsCall) Header() http.Header + func (c *AccountsSearchChangeHistoryEventsCall) Pages(ctx context.Context, ...) error + type AccountsService struct + AccessBindings *AccountsAccessBindingsService + func NewAccountsService(s *Service) *AccountsService + func (r *AccountsService) Delete(name string) *AccountsDeleteCall + func (r *AccountsService) Get(name string) *AccountsGetCall + func (r *AccountsService) GetDataSharingSettings(name string) *AccountsGetDataSharingSettingsCall + func (r *AccountsService) List() *AccountsListCall + func (r *AccountsService) Patch(name string, ...) *AccountsPatchCall + func (r *AccountsService) ProvisionAccountTicket(...) *AccountsProvisionAccountTicketCall + func (r *AccountsService) RunAccessReport(entity string, ...) *AccountsRunAccessReportCall + func (r *AccountsService) SearchChangeHistoryEvents(account string, ...) *AccountsSearchChangeHistoryEventsCall + type GoogleAnalyticsAdminV1alphaAccessBetweenFilter struct + ForceSendFields []string + FromValue *GoogleAnalyticsAdminV1alphaNumericValue + NullFields []string + ToValue *GoogleAnalyticsAdminV1alphaNumericValue + func (s *GoogleAnalyticsAdminV1alphaAccessBetweenFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessBinding struct + ForceSendFields []string + Name string + NullFields []string + Roles []string + User string + func (s *GoogleAnalyticsAdminV1alphaAccessBinding) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessDateRange struct + EndDate string + ForceSendFields []string + NullFields []string + StartDate string + func (s *GoogleAnalyticsAdminV1alphaAccessDateRange) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessDimension struct + DimensionName string + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessDimension) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessDimensionHeader struct + DimensionName string + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessDimensionHeader) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessDimensionValue struct + ForceSendFields []string + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaAccessDimensionValue) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessFilter struct + BetweenFilter *GoogleAnalyticsAdminV1alphaAccessBetweenFilter + FieldName string + ForceSendFields []string + InListFilter *GoogleAnalyticsAdminV1alphaAccessInListFilter + NullFields []string + NumericFilter *GoogleAnalyticsAdminV1alphaAccessNumericFilter + StringFilter *GoogleAnalyticsAdminV1alphaAccessStringFilter + func (s *GoogleAnalyticsAdminV1alphaAccessFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessFilterExpression struct + AccessFilter *GoogleAnalyticsAdminV1alphaAccessFilter + AndGroup *GoogleAnalyticsAdminV1alphaAccessFilterExpressionList + ForceSendFields []string + NotExpression *GoogleAnalyticsAdminV1alphaAccessFilterExpression + NullFields []string + OrGroup *GoogleAnalyticsAdminV1alphaAccessFilterExpressionList + func (s *GoogleAnalyticsAdminV1alphaAccessFilterExpression) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessFilterExpressionList struct + Expressions []*GoogleAnalyticsAdminV1alphaAccessFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessFilterExpressionList) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessInListFilter struct + CaseSensitive bool + ForceSendFields []string + NullFields []string + Values []string + func (s *GoogleAnalyticsAdminV1alphaAccessInListFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessMetric struct + ForceSendFields []string + MetricName string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessMetric) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessMetricHeader struct + ForceSendFields []string + MetricName string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessMetricHeader) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessMetricValue struct + ForceSendFields []string + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaAccessMetricValue) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessNumericFilter struct + ForceSendFields []string + NullFields []string + Operation string + Value *GoogleAnalyticsAdminV1alphaNumericValue + func (s *GoogleAnalyticsAdminV1alphaAccessNumericFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessOrderBy struct + Desc bool + Dimension *GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy + ForceSendFields []string + Metric *GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessOrderBy) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy struct + DimensionName string + ForceSendFields []string + NullFields []string + OrderType string + func (s *GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy struct + ForceSendFields []string + MetricName string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessQuota struct + ConcurrentRequests *GoogleAnalyticsAdminV1alphaAccessQuotaStatus + ForceSendFields []string + NullFields []string + ServerErrorsPerProjectPerHour *GoogleAnalyticsAdminV1alphaAccessQuotaStatus + TokensPerDay *GoogleAnalyticsAdminV1alphaAccessQuotaStatus + TokensPerHour *GoogleAnalyticsAdminV1alphaAccessQuotaStatus + TokensPerProjectPerHour *GoogleAnalyticsAdminV1alphaAccessQuotaStatus + func (s *GoogleAnalyticsAdminV1alphaAccessQuota) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessQuotaStatus struct + Consumed int64 + ForceSendFields []string + NullFields []string + Remaining int64 + func (s *GoogleAnalyticsAdminV1alphaAccessQuotaStatus) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessRow struct + DimensionValues []*GoogleAnalyticsAdminV1alphaAccessDimensionValue + ForceSendFields []string + MetricValues []*GoogleAnalyticsAdminV1alphaAccessMetricValue + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAccessRow) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccessStringFilter struct + CaseSensitive bool + ForceSendFields []string + MatchType string + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaAccessStringFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccount struct + CreateTime string + Deleted bool + DisplayName string + ForceSendFields []string + Name string + NullFields []string + RegionCode string + UpdateTime string + func (s *GoogleAnalyticsAdminV1alphaAccount) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAccountSummary struct + Account string + DisplayName string + ForceSendFields []string + Name string + NullFields []string + PropertySummaries []*GoogleAnalyticsAdminV1alphaPropertySummary + func (s *GoogleAnalyticsAdminV1alphaAccountSummary) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest struct + Acknowledgement string + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse struct + type GoogleAnalyticsAdminV1alphaAdSenseLink struct + AdClientCode string + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAdSenseLink) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest struct + type GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse struct + DisplayVideo360AdvertiserLink *GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaArchiveAudienceRequest struct + type GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest struct + type GoogleAnalyticsAdminV1alphaArchiveCustomMetricRequest struct + type GoogleAnalyticsAdminV1alphaAttributionSettings struct + AcquisitionConversionEventLookbackWindow string + AdsWebConversionDataExportScope string + ForceSendFields []string + Name string + NullFields []string + OtherConversionEventLookbackWindow string + ReportingAttributionModel string + func (s *GoogleAnalyticsAdminV1alphaAttributionSettings) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudience struct + AdsPersonalizationEnabled bool + Description string + DisplayName string + EventTrigger *GoogleAnalyticsAdminV1alphaAudienceEventTrigger + ExclusionDurationMode string + FilterClauses []*GoogleAnalyticsAdminV1alphaAudienceFilterClause + ForceSendFields []string + MembershipDurationDays int64 + Name string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAudience) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter struct + AtAnyPointInTime bool + BetweenFilter *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter + FieldName string + ForceSendFields []string + InAnyNDayPeriod int64 + InListFilter *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter + NullFields []string + NumericFilter *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter + StringFilter *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterStringFilter + func (s *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter struct + ForceSendFields []string + FromValue *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue + NullFields []string + ToValue *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue + func (s *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter struct + CaseSensitive bool + ForceSendFields []string + NullFields []string + Values []string + func (s *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter struct + ForceSendFields []string + NullFields []string + Operation string + Value *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue + func (s *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue struct + DoubleValue float64 + ForceSendFields []string + Int64Value int64 + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue) MarshalJSON() ([]byte, error) + func (s *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue) UnmarshalJSON(data []byte) error + type GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterStringFilter struct + CaseSensitive bool + ForceSendFields []string + MatchType string + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterStringFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceEventFilter struct + EventName string + EventParameterFilterExpression *GoogleAnalyticsAdminV1alphaAudienceFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAudienceEventFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceEventTrigger struct + EventName string + ForceSendFields []string + LogCondition string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAudienceEventTrigger) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceFilterClause struct + ClauseType string + ForceSendFields []string + NullFields []string + SequenceFilter *GoogleAnalyticsAdminV1alphaAudienceSequenceFilter + SimpleFilter *GoogleAnalyticsAdminV1alphaAudienceSimpleFilter + func (s *GoogleAnalyticsAdminV1alphaAudienceFilterClause) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceFilterExpression struct + AndGroup *GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList + DimensionOrMetricFilter *GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilter + EventFilter *GoogleAnalyticsAdminV1alphaAudienceEventFilter + ForceSendFields []string + NotExpression *GoogleAnalyticsAdminV1alphaAudienceFilterExpression + NullFields []string + OrGroup *GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList + func (s *GoogleAnalyticsAdminV1alphaAudienceFilterExpression) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList struct + FilterExpressions []*GoogleAnalyticsAdminV1alphaAudienceFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceSequenceFilter struct + ForceSendFields []string + NullFields []string + Scope string + SequenceMaximumDuration string + SequenceSteps []*GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep + func (s *GoogleAnalyticsAdminV1alphaAudienceSequenceFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep struct + ConstraintDuration string + FilterExpression *GoogleAnalyticsAdminV1alphaAudienceFilterExpression + ForceSendFields []string + ImmediatelyFollows bool + NullFields []string + Scope string + func (s *GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaAudienceSimpleFilter struct + FilterExpression *GoogleAnalyticsAdminV1alphaAudienceFilterExpression + ForceSendFields []string + NullFields []string + Scope string + func (s *GoogleAnalyticsAdminV1alphaAudienceSimpleFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest struct + ForceSendFields []string + NullFields []string + Requests []*GoogleAnalyticsAdminV1alphaCreateAccessBindingRequest + func (s *GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsResponse struct + AccessBindings []*GoogleAnalyticsAdminV1alphaAccessBinding + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaBatchDeleteAccessBindingsRequest struct + ForceSendFields []string + NullFields []string + Requests []*GoogleAnalyticsAdminV1alphaDeleteAccessBindingRequest + func (s *GoogleAnalyticsAdminV1alphaBatchDeleteAccessBindingsRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaBatchGetAccessBindingsResponse struct + AccessBindings []*GoogleAnalyticsAdminV1alphaAccessBinding + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaBatchGetAccessBindingsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest struct + ForceSendFields []string + NullFields []string + Requests []*GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest + func (s *GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsResponse struct + AccessBindings []*GoogleAnalyticsAdminV1alphaAccessBinding + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaBigQueryLink struct + CreateTime string + DailyExportEnabled bool + ExcludedEvents []string + ExportStreams []string + ForceSendFields []string + FreshDailyExportEnabled bool + IncludeAdvertisingId bool + Name string + NullFields []string + Project string + StreamingExportEnabled bool + func (s *GoogleAnalyticsAdminV1alphaBigQueryLink) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest struct + type GoogleAnalyticsAdminV1alphaChangeHistoryChange struct + Action string + ForceSendFields []string + NullFields []string + Resource string + ResourceAfterChange *GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource + ResourceBeforeChange *GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource + func (s *GoogleAnalyticsAdminV1alphaChangeHistoryChange) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource struct + Account *GoogleAnalyticsAdminV1alphaAccount + AdsenseLink *GoogleAnalyticsAdminV1alphaAdSenseLink + AttributionSettings *GoogleAnalyticsAdminV1alphaAttributionSettings + Audience *GoogleAnalyticsAdminV1alphaAudience + BigqueryLink *GoogleAnalyticsAdminV1alphaBigQueryLink + ChannelGroup *GoogleAnalyticsAdminV1alphaChannelGroup + ConversionEvent *GoogleAnalyticsAdminV1alphaConversionEvent + CustomDimension *GoogleAnalyticsAdminV1alphaCustomDimension + CustomMetric *GoogleAnalyticsAdminV1alphaCustomMetric + DataRedactionSettings *GoogleAnalyticsAdminV1alphaDataRedactionSettings + DataRetentionSettings *GoogleAnalyticsAdminV1alphaDataRetentionSettings + DataStream *GoogleAnalyticsAdminV1alphaDataStream + DisplayVideo360AdvertiserLink *GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink + DisplayVideo360AdvertiserLinkProposal *GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal + EnhancedMeasurementSettings *GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings + EventCreateRule *GoogleAnalyticsAdminV1alphaEventCreateRule + ExpandedDataSet *GoogleAnalyticsAdminV1alphaExpandedDataSet + FirebaseLink *GoogleAnalyticsAdminV1alphaFirebaseLink + ForceSendFields []string + GoogleAdsLink *GoogleAnalyticsAdminV1alphaGoogleAdsLink + GoogleSignalsSettings *GoogleAnalyticsAdminV1alphaGoogleSignalsSettings + MeasurementProtocolSecret *GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret + NullFields []string + Property *GoogleAnalyticsAdminV1alphaProperty + SearchAds360Link *GoogleAnalyticsAdminV1alphaSearchAds360Link + SkadnetworkConversionValueSchema *GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema + func (s *GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChangeHistoryEvent struct + ActorType string + ChangeTime string + Changes []*GoogleAnalyticsAdminV1alphaChangeHistoryChange + ChangesFiltered bool + ForceSendFields []string + Id string + NullFields []string + UserActorEmail string + func (s *GoogleAnalyticsAdminV1alphaChangeHistoryEvent) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChannelGroup struct + Description string + DisplayName string + ForceSendFields []string + GroupingRule []*GoogleAnalyticsAdminV1alphaGroupingRule + Name string + NullFields []string + SystemDefined bool + func (s *GoogleAnalyticsAdminV1alphaChannelGroup) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChannelGroupFilter struct + FieldName string + ForceSendFields []string + InListFilter *GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter + NullFields []string + StringFilter *GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter + func (s *GoogleAnalyticsAdminV1alphaChannelGroupFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression struct + AndGroup *GoogleAnalyticsAdminV1alphaChannelGroupFilterExpressionList + Filter *GoogleAnalyticsAdminV1alphaChannelGroupFilter + ForceSendFields []string + NotExpression *GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression + NullFields []string + OrGroup *GoogleAnalyticsAdminV1alphaChannelGroupFilterExpressionList + func (s *GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChannelGroupFilterExpressionList struct + FilterExpressions []*GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaChannelGroupFilterExpressionList) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter struct + ForceSendFields []string + NullFields []string + Values []string + func (s *GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter struct + ForceSendFields []string + MatchType string + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaConnectedSiteTag struct + DisplayName string + ForceSendFields []string + NullFields []string + TagId string + func (s *GoogleAnalyticsAdminV1alphaConnectedSiteTag) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaConversionEvent struct + CountingMethod string + CreateTime string + Custom bool + DefaultConversionValue *GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue + Deletable bool + EventName string + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaConversionEvent) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue struct + CurrencyCode string + ForceSendFields []string + NullFields []string + Value float64 + func (s *GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue) MarshalJSON() ([]byte, error) + func (s *GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue) UnmarshalJSON(data []byte) error + type GoogleAnalyticsAdminV1alphaConversionValues struct + CoarseValue string + DisplayName string + EventMappings []*GoogleAnalyticsAdminV1alphaEventMapping + FineValue int64 + ForceSendFields []string + LockEnabled bool + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaConversionValues) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCreateAccessBindingRequest struct + AccessBinding *GoogleAnalyticsAdminV1alphaAccessBinding + ForceSendFields []string + NullFields []string + Parent string + func (s *GoogleAnalyticsAdminV1alphaCreateAccessBindingRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest struct + ConnectedSiteTag *GoogleAnalyticsAdminV1alphaConnectedSiteTag + ForceSendFields []string + NullFields []string + Property string + func (s *GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse struct + type GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest struct + ForceSendFields []string + NullFields []string + RollupProperty *GoogleAnalyticsAdminV1alphaProperty + SourceProperties []string + func (s *GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse struct + ForceSendFields []string + NullFields []string + RollupProperty *GoogleAnalyticsAdminV1alphaProperty + RollupPropertySourceLinks []*GoogleAnalyticsAdminV1alphaRollupPropertySourceLink + func (s *GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest struct + ForceSendFields []string + NullFields []string + Parent string + Subproperty *GoogleAnalyticsAdminV1alphaProperty + SubpropertyEventFilter *GoogleAnalyticsAdminV1alphaSubpropertyEventFilter + func (s *GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse struct + ForceSendFields []string + NullFields []string + Subproperty *GoogleAnalyticsAdminV1alphaProperty + SubpropertyEventFilter *GoogleAnalyticsAdminV1alphaSubpropertyEventFilter + func (s *GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCustomDimension struct + Description string + DisallowAdsPersonalization bool + DisplayName string + ForceSendFields []string + Name string + NullFields []string + ParameterName string + Scope string + func (s *GoogleAnalyticsAdminV1alphaCustomDimension) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaCustomMetric struct + Description string + DisplayName string + ForceSendFields []string + MeasurementUnit string + Name string + NullFields []string + ParameterName string + RestrictedMetricType []string + Scope string + func (s *GoogleAnalyticsAdminV1alphaCustomMetric) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDataRedactionSettings struct + EmailRedactionEnabled bool + ForceSendFields []string + Name string + NullFields []string + QueryParameterKeys []string + QueryParameterRedactionEnabled bool + func (s *GoogleAnalyticsAdminV1alphaDataRedactionSettings) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDataRetentionSettings struct + EventDataRetention string + ForceSendFields []string + Name string + NullFields []string + ResetUserDataOnNewActivity bool + func (s *GoogleAnalyticsAdminV1alphaDataRetentionSettings) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDataSharingSettings struct + ForceSendFields []string + Name string + NullFields []string + SharingWithGoogleAnySalesEnabled bool + SharingWithGoogleAssignedSalesEnabled bool + SharingWithGoogleProductsEnabled bool + SharingWithGoogleSupportEnabled bool + SharingWithOthersEnabled bool + func (s *GoogleAnalyticsAdminV1alphaDataSharingSettings) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDataStream struct + AndroidAppStreamData *GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData + CreateTime string + DisplayName string + ForceSendFields []string + IosAppStreamData *GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData + Name string + NullFields []string + Type string + UpdateTime string + WebStreamData *GoogleAnalyticsAdminV1alphaDataStreamWebStreamData + func (s *GoogleAnalyticsAdminV1alphaDataStream) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData struct + FirebaseAppId string + ForceSendFields []string + NullFields []string + PackageName string + func (s *GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData struct + BundleId string + FirebaseAppId string + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDataStreamWebStreamData struct + DefaultUri string + FirebaseAppId string + ForceSendFields []string + MeasurementId string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaDataStreamWebStreamData) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDeleteAccessBindingRequest struct + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaDeleteAccessBindingRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest struct + ForceSendFields []string + NullFields []string + Property string + TagId string + func (s *GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink struct + AdsPersonalizationEnabled bool + AdvertiserDisplayName string + AdvertiserId string + CampaignDataSharingEnabled bool + CostDataSharingEnabled bool + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal struct + AdsPersonalizationEnabled bool + AdvertiserDisplayName string + AdvertiserId string + CampaignDataSharingEnabled bool + CostDataSharingEnabled bool + ForceSendFields []string + LinkProposalStatusDetails *GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails + Name string + NullFields []string + ValidationEmail string + func (s *GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings struct + FileDownloadsEnabled bool + ForceSendFields []string + FormInteractionsEnabled bool + Name string + NullFields []string + OutboundClicksEnabled bool + PageChangesEnabled bool + ScrollsEnabled bool + SearchQueryParameter string + SiteSearchEnabled bool + StreamEnabled bool + UriQueryParameter string + VideoEngagementEnabled bool + func (s *GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaEventCreateRule struct + DestinationEvent string + EventConditions []*GoogleAnalyticsAdminV1alphaMatchingCondition + ForceSendFields []string + Name string + NullFields []string + ParameterMutations []*GoogleAnalyticsAdminV1alphaParameterMutation + SourceCopyParameters bool + func (s *GoogleAnalyticsAdminV1alphaEventCreateRule) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaEventMapping struct + EventName string + ForceSendFields []string + MaxEventCount int64 + MaxEventValue float64 + MinEventCount int64 + MinEventValue float64 + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaEventMapping) MarshalJSON() ([]byte, error) + func (s *GoogleAnalyticsAdminV1alphaEventMapping) UnmarshalJSON(data []byte) error + type GoogleAnalyticsAdminV1alphaExpandedDataSet struct + DataCollectionStartTime string + Description string + DimensionFilterExpression *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression + DimensionNames []string + DisplayName string + ForceSendFields []string + MetricNames []string + Name string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaExpandedDataSet) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaExpandedDataSetFilter struct + FieldName string + ForceSendFields []string + InListFilter *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter + NullFields []string + StringFilter *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter + func (s *GoogleAnalyticsAdminV1alphaExpandedDataSetFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression struct + AndGroup *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList + Filter *GoogleAnalyticsAdminV1alphaExpandedDataSetFilter + ForceSendFields []string + NotExpression *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList struct + FilterExpressions []*GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter struct + CaseSensitive bool + ForceSendFields []string + NullFields []string + Values []string + func (s *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter struct + CaseSensitive bool + ForceSendFields []string + MatchType string + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest struct + ForceSendFields []string + NullFields []string + Property string + func (s *GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse struct + ForceSendFields []string + NullFields []string + OptOut bool + func (s *GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse struct + ForceSendFields []string + NullFields []string + Property string + func (s *GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaFirebaseLink struct + CreateTime string + ForceSendFields []string + Name string + NullFields []string + Project string + func (s *GoogleAnalyticsAdminV1alphaFirebaseLink) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaGlobalSiteTag struct + ForceSendFields []string + Name string + NullFields []string + Snippet string + func (s *GoogleAnalyticsAdminV1alphaGlobalSiteTag) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaGoogleAdsLink struct + AdsPersonalizationEnabled bool + CanManageClients bool + CreateTime string + CreatorEmailAddress string + CustomerId string + ForceSendFields []string + Name string + NullFields []string + UpdateTime string + func (s *GoogleAnalyticsAdminV1alphaGoogleAdsLink) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaGoogleSignalsSettings struct + Consent string + ForceSendFields []string + Name string + NullFields []string + State string + func (s *GoogleAnalyticsAdminV1alphaGoogleSignalsSettings) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaGroupingRule struct + DisplayName string + Expression *GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaGroupingRule) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails struct + ForceSendFields []string + LinkProposalInitiatingProduct string + LinkProposalState string + NullFields []string + RequestorEmail string + func (s *GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListAccessBindingsResponse struct + AccessBindings []*GoogleAnalyticsAdminV1alphaAccessBinding + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListAccessBindingsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListAccountSummariesResponse struct + AccountSummaries []*GoogleAnalyticsAdminV1alphaAccountSummary + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListAccountSummariesResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListAccountsResponse struct + Accounts []*GoogleAnalyticsAdminV1alphaAccount + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListAccountsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse struct + AdsenseLinks []*GoogleAnalyticsAdminV1alphaAdSenseLink + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListAudiencesResponse struct + Audiences []*GoogleAnalyticsAdminV1alphaAudience + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListAudiencesResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListBigQueryLinksResponse struct + BigqueryLinks []*GoogleAnalyticsAdminV1alphaBigQueryLink + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListBigQueryLinksResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListChannelGroupsResponse struct + ChannelGroups []*GoogleAnalyticsAdminV1alphaChannelGroup + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListChannelGroupsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest struct + ForceSendFields []string + NullFields []string + Property string + func (s *GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse struct + ConnectedSiteTags []*GoogleAnalyticsAdminV1alphaConnectedSiteTag + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListConversionEventsResponse struct + ConversionEvents []*GoogleAnalyticsAdminV1alphaConversionEvent + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListConversionEventsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListCustomDimensionsResponse struct + CustomDimensions []*GoogleAnalyticsAdminV1alphaCustomDimension + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListCustomDimensionsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListCustomMetricsResponse struct + CustomMetrics []*GoogleAnalyticsAdminV1alphaCustomMetric + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListCustomMetricsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListDataStreamsResponse struct + DataStreams []*GoogleAnalyticsAdminV1alphaDataStream + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListDataStreamsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse struct + DisplayVideo360AdvertiserLinkProposals []*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse struct + DisplayVideo360AdvertiserLinks []*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListEventCreateRulesResponse struct + EventCreateRules []*GoogleAnalyticsAdminV1alphaEventCreateRule + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListEventCreateRulesResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse struct + ExpandedDataSets []*GoogleAnalyticsAdminV1alphaExpandedDataSet + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse struct + FirebaseLinks []*GoogleAnalyticsAdminV1alphaFirebaseLink + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse struct + ForceSendFields []string + GoogleAdsLinks []*GoogleAnalyticsAdminV1alphaGoogleAdsLink + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse struct + ForceSendFields []string + MeasurementProtocolSecrets []*GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListPropertiesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Properties []*GoogleAnalyticsAdminV1alphaProperty + func (s *GoogleAnalyticsAdminV1alphaListPropertiesResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + RollupPropertySourceLinks []*GoogleAnalyticsAdminV1alphaRollupPropertySourceLink + func (s *GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListSKAdNetworkConversionValueSchemasResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + SkadnetworkConversionValueSchemas []*GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema + func (s *GoogleAnalyticsAdminV1alphaListSKAdNetworkConversionValueSchemasResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + SearchAds360Links []*GoogleAnalyticsAdminV1alphaSearchAds360Link + func (s *GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaListSubpropertyEventFiltersResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + SubpropertyEventFilters []*GoogleAnalyticsAdminV1alphaSubpropertyEventFilter + func (s *GoogleAnalyticsAdminV1alphaListSubpropertyEventFiltersResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaMatchingCondition struct + ComparisonType string + Field string + ForceSendFields []string + Negated bool + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaMatchingCondition) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret struct + DisplayName string + ForceSendFields []string + Name string + NullFields []string + SecretValue string + func (s *GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaNumericValue struct + DoubleValue float64 + ForceSendFields []string + Int64Value int64 + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaNumericValue) MarshalJSON() ([]byte, error) + func (s *GoogleAnalyticsAdminV1alphaNumericValue) UnmarshalJSON(data []byte) error + type GoogleAnalyticsAdminV1alphaParameterMutation struct + ForceSendFields []string + NullFields []string + Parameter string + ParameterValue string + func (s *GoogleAnalyticsAdminV1alphaParameterMutation) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaPostbackWindow struct + ConversionValues []*GoogleAnalyticsAdminV1alphaConversionValues + ForceSendFields []string + NullFields []string + PostbackWindowSettingsEnabled bool + func (s *GoogleAnalyticsAdminV1alphaPostbackWindow) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaProperty struct + Account string + CreateTime string + CurrencyCode string + DeleteTime string + DisplayName string + ExpireTime string + ForceSendFields []string + IndustryCategory string + Name string + NullFields []string + Parent string + PropertyType string + ServiceLevel string + TimeZone string + UpdateTime string + func (s *GoogleAnalyticsAdminV1alphaProperty) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaPropertySummary struct + DisplayName string + ForceSendFields []string + NullFields []string + Parent string + Property string + PropertyType string + func (s *GoogleAnalyticsAdminV1alphaPropertySummary) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest struct + Account *GoogleAnalyticsAdminV1alphaAccount + ForceSendFields []string + NullFields []string + RedirectUri string + func (s *GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse struct + AccountTicketId string + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaProvisionAccountTicketResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaRollupPropertySourceLink struct + ForceSendFields []string + Name string + NullFields []string + SourceProperty string + func (s *GoogleAnalyticsAdminV1alphaRollupPropertySourceLink) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaRunAccessReportRequest struct + DateRanges []*GoogleAnalyticsAdminV1alphaAccessDateRange + DimensionFilter *GoogleAnalyticsAdminV1alphaAccessFilterExpression + Dimensions []*GoogleAnalyticsAdminV1alphaAccessDimension + ExpandGroups bool + ForceSendFields []string + IncludeAllUsers bool + Limit int64 + MetricFilter *GoogleAnalyticsAdminV1alphaAccessFilterExpression + Metrics []*GoogleAnalyticsAdminV1alphaAccessMetric + NullFields []string + Offset int64 + OrderBys []*GoogleAnalyticsAdminV1alphaAccessOrderBy + ReturnEntityQuota bool + TimeZone string + func (s *GoogleAnalyticsAdminV1alphaRunAccessReportRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaRunAccessReportResponse struct + DimensionHeaders []*GoogleAnalyticsAdminV1alphaAccessDimensionHeader + ForceSendFields []string + MetricHeaders []*GoogleAnalyticsAdminV1alphaAccessMetricHeader + NullFields []string + Quota *GoogleAnalyticsAdminV1alphaAccessQuota + RowCount int64 + Rows []*GoogleAnalyticsAdminV1alphaAccessRow + func (s *GoogleAnalyticsAdminV1alphaRunAccessReportResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema struct + ApplyConversionValues bool + ForceSendFields []string + Name string + NullFields []string + PostbackWindowOne *GoogleAnalyticsAdminV1alphaPostbackWindow + PostbackWindowThree *GoogleAnalyticsAdminV1alphaPostbackWindow + PostbackWindowTwo *GoogleAnalyticsAdminV1alphaPostbackWindow + func (s *GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSearchAds360Link struct + AdsPersonalizationEnabled bool + AdvertiserDisplayName string + AdvertiserId string + CampaignDataSharingEnabled bool + CostDataSharingEnabled bool + ForceSendFields []string + Name string + NullFields []string + SiteStatsSharingEnabled bool + func (s *GoogleAnalyticsAdminV1alphaSearchAds360Link) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest struct + Action []string + ActorEmail []string + EarliestChangeTime string + ForceSendFields []string + LatestChangeTime string + NullFields []string + PageSize int64 + PageToken string + Property string + ResourceType []string + func (s *GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse struct + ChangeHistoryEvents []*GoogleAnalyticsAdminV1alphaChangeHistoryEvent + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest struct + ForceSendFields []string + NullFields []string + OptOut bool + Property string + func (s *GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse struct + type GoogleAnalyticsAdminV1alphaSubpropertyEventFilter struct + ApplyToProperty string + FilterClauses []*GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaSubpropertyEventFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause struct + FilterClauseType string + FilterExpression *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition struct + FieldName string + ForceSendFields []string + NullFields []string + NullFilter bool + StringFilter *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter + func (s *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter struct + CaseSensitive bool + ForceSendFields []string + MatchType string + NullFields []string + Value string + func (s *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression struct + FilterCondition *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterCondition + ForceSendFields []string + NotExpression *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression + NullFields []string + OrGroup *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList + func (s *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList struct + FilterExpressions []*GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpressionList) MarshalJSON() ([]byte, error) + type GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest struct + AccessBinding *GoogleAnalyticsAdminV1alphaAccessBinding + ForceSendFields []string + NullFields []string + func (s *GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest) MarshalJSON() ([]byte, error) + type GoogleProtobufEmpty struct + type PropertiesAccessBindingsBatchCreateCall struct + func (c *PropertiesAccessBindingsBatchCreateCall) Context(ctx context.Context) *PropertiesAccessBindingsBatchCreateCall + func (c *PropertiesAccessBindingsBatchCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsResponse, error) + func (c *PropertiesAccessBindingsBatchCreateCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsBatchCreateCall + func (c *PropertiesAccessBindingsBatchCreateCall) Header() http.Header + type PropertiesAccessBindingsBatchDeleteCall struct + func (c *PropertiesAccessBindingsBatchDeleteCall) Context(ctx context.Context) *PropertiesAccessBindingsBatchDeleteCall + func (c *PropertiesAccessBindingsBatchDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesAccessBindingsBatchDeleteCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsBatchDeleteCall + func (c *PropertiesAccessBindingsBatchDeleteCall) Header() http.Header + type PropertiesAccessBindingsBatchGetCall struct + func (c *PropertiesAccessBindingsBatchGetCall) Context(ctx context.Context) *PropertiesAccessBindingsBatchGetCall + func (c *PropertiesAccessBindingsBatchGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaBatchGetAccessBindingsResponse, error) + func (c *PropertiesAccessBindingsBatchGetCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsBatchGetCall + func (c *PropertiesAccessBindingsBatchGetCall) Header() http.Header + func (c *PropertiesAccessBindingsBatchGetCall) IfNoneMatch(entityTag string) *PropertiesAccessBindingsBatchGetCall + func (c *PropertiesAccessBindingsBatchGetCall) Names(names ...string) *PropertiesAccessBindingsBatchGetCall + type PropertiesAccessBindingsBatchUpdateCall struct + func (c *PropertiesAccessBindingsBatchUpdateCall) Context(ctx context.Context) *PropertiesAccessBindingsBatchUpdateCall + func (c *PropertiesAccessBindingsBatchUpdateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsResponse, error) + func (c *PropertiesAccessBindingsBatchUpdateCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsBatchUpdateCall + func (c *PropertiesAccessBindingsBatchUpdateCall) Header() http.Header + type PropertiesAccessBindingsCreateCall struct + func (c *PropertiesAccessBindingsCreateCall) Context(ctx context.Context) *PropertiesAccessBindingsCreateCall + func (c *PropertiesAccessBindingsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccessBinding, error) + func (c *PropertiesAccessBindingsCreateCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsCreateCall + func (c *PropertiesAccessBindingsCreateCall) Header() http.Header + type PropertiesAccessBindingsDeleteCall struct + func (c *PropertiesAccessBindingsDeleteCall) Context(ctx context.Context) *PropertiesAccessBindingsDeleteCall + func (c *PropertiesAccessBindingsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesAccessBindingsDeleteCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsDeleteCall + func (c *PropertiesAccessBindingsDeleteCall) Header() http.Header + type PropertiesAccessBindingsGetCall struct + func (c *PropertiesAccessBindingsGetCall) Context(ctx context.Context) *PropertiesAccessBindingsGetCall + func (c *PropertiesAccessBindingsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccessBinding, error) + func (c *PropertiesAccessBindingsGetCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsGetCall + func (c *PropertiesAccessBindingsGetCall) Header() http.Header + func (c *PropertiesAccessBindingsGetCall) IfNoneMatch(entityTag string) *PropertiesAccessBindingsGetCall + type PropertiesAccessBindingsListCall struct + func (c *PropertiesAccessBindingsListCall) Context(ctx context.Context) *PropertiesAccessBindingsListCall + func (c *PropertiesAccessBindingsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListAccessBindingsResponse, error) + func (c *PropertiesAccessBindingsListCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsListCall + func (c *PropertiesAccessBindingsListCall) Header() http.Header + func (c *PropertiesAccessBindingsListCall) IfNoneMatch(entityTag string) *PropertiesAccessBindingsListCall + func (c *PropertiesAccessBindingsListCall) PageSize(pageSize int64) *PropertiesAccessBindingsListCall + func (c *PropertiesAccessBindingsListCall) PageToken(pageToken string) *PropertiesAccessBindingsListCall + func (c *PropertiesAccessBindingsListCall) Pages(ctx context.Context, ...) error + type PropertiesAccessBindingsPatchCall struct + func (c *PropertiesAccessBindingsPatchCall) Context(ctx context.Context) *PropertiesAccessBindingsPatchCall + func (c *PropertiesAccessBindingsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAccessBinding, error) + func (c *PropertiesAccessBindingsPatchCall) Fields(s ...googleapi.Field) *PropertiesAccessBindingsPatchCall + func (c *PropertiesAccessBindingsPatchCall) Header() http.Header + type PropertiesAccessBindingsService struct + func NewPropertiesAccessBindingsService(s *Service) *PropertiesAccessBindingsService + func (r *PropertiesAccessBindingsService) BatchCreate(parent string, ...) *PropertiesAccessBindingsBatchCreateCall + func (r *PropertiesAccessBindingsService) BatchDelete(parent string, ...) *PropertiesAccessBindingsBatchDeleteCall + func (r *PropertiesAccessBindingsService) BatchGet(parent string) *PropertiesAccessBindingsBatchGetCall + func (r *PropertiesAccessBindingsService) BatchUpdate(parent string, ...) *PropertiesAccessBindingsBatchUpdateCall + func (r *PropertiesAccessBindingsService) Create(parent string, ...) *PropertiesAccessBindingsCreateCall + func (r *PropertiesAccessBindingsService) Delete(name string) *PropertiesAccessBindingsDeleteCall + func (r *PropertiesAccessBindingsService) Get(name string) *PropertiesAccessBindingsGetCall + func (r *PropertiesAccessBindingsService) List(parent string) *PropertiesAccessBindingsListCall + func (r *PropertiesAccessBindingsService) Patch(name string, ...) *PropertiesAccessBindingsPatchCall + type PropertiesAcknowledgeUserDataCollectionCall struct + func (c *PropertiesAcknowledgeUserDataCollectionCall) Context(ctx context.Context) *PropertiesAcknowledgeUserDataCollectionCall + func (c *PropertiesAcknowledgeUserDataCollectionCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse, error) + func (c *PropertiesAcknowledgeUserDataCollectionCall) Fields(s ...googleapi.Field) *PropertiesAcknowledgeUserDataCollectionCall + func (c *PropertiesAcknowledgeUserDataCollectionCall) Header() http.Header + type PropertiesAdSenseLinksCreateCall struct + func (c *PropertiesAdSenseLinksCreateCall) Context(ctx context.Context) *PropertiesAdSenseLinksCreateCall + func (c *PropertiesAdSenseLinksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAdSenseLink, error) + func (c *PropertiesAdSenseLinksCreateCall) Fields(s ...googleapi.Field) *PropertiesAdSenseLinksCreateCall + func (c *PropertiesAdSenseLinksCreateCall) Header() http.Header + type PropertiesAdSenseLinksDeleteCall struct + func (c *PropertiesAdSenseLinksDeleteCall) Context(ctx context.Context) *PropertiesAdSenseLinksDeleteCall + func (c *PropertiesAdSenseLinksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesAdSenseLinksDeleteCall) Fields(s ...googleapi.Field) *PropertiesAdSenseLinksDeleteCall + func (c *PropertiesAdSenseLinksDeleteCall) Header() http.Header + type PropertiesAdSenseLinksGetCall struct + func (c *PropertiesAdSenseLinksGetCall) Context(ctx context.Context) *PropertiesAdSenseLinksGetCall + func (c *PropertiesAdSenseLinksGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAdSenseLink, error) + func (c *PropertiesAdSenseLinksGetCall) Fields(s ...googleapi.Field) *PropertiesAdSenseLinksGetCall + func (c *PropertiesAdSenseLinksGetCall) Header() http.Header + func (c *PropertiesAdSenseLinksGetCall) IfNoneMatch(entityTag string) *PropertiesAdSenseLinksGetCall + type PropertiesAdSenseLinksListCall struct + func (c *PropertiesAdSenseLinksListCall) Context(ctx context.Context) *PropertiesAdSenseLinksListCall + func (c *PropertiesAdSenseLinksListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse, error) + func (c *PropertiesAdSenseLinksListCall) Fields(s ...googleapi.Field) *PropertiesAdSenseLinksListCall + func (c *PropertiesAdSenseLinksListCall) Header() http.Header + func (c *PropertiesAdSenseLinksListCall) IfNoneMatch(entityTag string) *PropertiesAdSenseLinksListCall + func (c *PropertiesAdSenseLinksListCall) PageSize(pageSize int64) *PropertiesAdSenseLinksListCall + func (c *PropertiesAdSenseLinksListCall) PageToken(pageToken string) *PropertiesAdSenseLinksListCall + func (c *PropertiesAdSenseLinksListCall) Pages(ctx context.Context, ...) error + type PropertiesAdSenseLinksService struct + func NewPropertiesAdSenseLinksService(s *Service) *PropertiesAdSenseLinksService + func (r *PropertiesAdSenseLinksService) Create(parent string, ...) *PropertiesAdSenseLinksCreateCall + func (r *PropertiesAdSenseLinksService) Delete(nameid string) *PropertiesAdSenseLinksDeleteCall + func (r *PropertiesAdSenseLinksService) Get(nameid string) *PropertiesAdSenseLinksGetCall + func (r *PropertiesAdSenseLinksService) List(parent string) *PropertiesAdSenseLinksListCall + type PropertiesAudiencesArchiveCall struct + func (c *PropertiesAudiencesArchiveCall) Context(ctx context.Context) *PropertiesAudiencesArchiveCall + func (c *PropertiesAudiencesArchiveCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesAudiencesArchiveCall) Fields(s ...googleapi.Field) *PropertiesAudiencesArchiveCall + func (c *PropertiesAudiencesArchiveCall) Header() http.Header + type PropertiesAudiencesCreateCall struct + func (c *PropertiesAudiencesCreateCall) Context(ctx context.Context) *PropertiesAudiencesCreateCall + func (c *PropertiesAudiencesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAudience, error) + func (c *PropertiesAudiencesCreateCall) Fields(s ...googleapi.Field) *PropertiesAudiencesCreateCall + func (c *PropertiesAudiencesCreateCall) Header() http.Header + type PropertiesAudiencesGetCall struct + func (c *PropertiesAudiencesGetCall) Context(ctx context.Context) *PropertiesAudiencesGetCall + func (c *PropertiesAudiencesGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAudience, error) + func (c *PropertiesAudiencesGetCall) Fields(s ...googleapi.Field) *PropertiesAudiencesGetCall + func (c *PropertiesAudiencesGetCall) Header() http.Header + func (c *PropertiesAudiencesGetCall) IfNoneMatch(entityTag string) *PropertiesAudiencesGetCall + type PropertiesAudiencesListCall struct + func (c *PropertiesAudiencesListCall) Context(ctx context.Context) *PropertiesAudiencesListCall + func (c *PropertiesAudiencesListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListAudiencesResponse, error) + func (c *PropertiesAudiencesListCall) Fields(s ...googleapi.Field) *PropertiesAudiencesListCall + func (c *PropertiesAudiencesListCall) Header() http.Header + func (c *PropertiesAudiencesListCall) IfNoneMatch(entityTag string) *PropertiesAudiencesListCall + func (c *PropertiesAudiencesListCall) PageSize(pageSize int64) *PropertiesAudiencesListCall + func (c *PropertiesAudiencesListCall) PageToken(pageToken string) *PropertiesAudiencesListCall + func (c *PropertiesAudiencesListCall) Pages(ctx context.Context, ...) error + type PropertiesAudiencesPatchCall struct + func (c *PropertiesAudiencesPatchCall) Context(ctx context.Context) *PropertiesAudiencesPatchCall + func (c *PropertiesAudiencesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAudience, error) + func (c *PropertiesAudiencesPatchCall) Fields(s ...googleapi.Field) *PropertiesAudiencesPatchCall + func (c *PropertiesAudiencesPatchCall) Header() http.Header + func (c *PropertiesAudiencesPatchCall) UpdateMask(updateMask string) *PropertiesAudiencesPatchCall + type PropertiesAudiencesService struct + func NewPropertiesAudiencesService(s *Service) *PropertiesAudiencesService + func (r *PropertiesAudiencesService) Archive(name string, ...) *PropertiesAudiencesArchiveCall + func (r *PropertiesAudiencesService) Create(parent string, ...) *PropertiesAudiencesCreateCall + func (r *PropertiesAudiencesService) Get(name string) *PropertiesAudiencesGetCall + func (r *PropertiesAudiencesService) List(parent string) *PropertiesAudiencesListCall + func (r *PropertiesAudiencesService) Patch(name string, ...) *PropertiesAudiencesPatchCall + type PropertiesBigQueryLinksGetCall struct + func (c *PropertiesBigQueryLinksGetCall) Context(ctx context.Context) *PropertiesBigQueryLinksGetCall + func (c *PropertiesBigQueryLinksGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaBigQueryLink, error) + func (c *PropertiesBigQueryLinksGetCall) Fields(s ...googleapi.Field) *PropertiesBigQueryLinksGetCall + func (c *PropertiesBigQueryLinksGetCall) Header() http.Header + func (c *PropertiesBigQueryLinksGetCall) IfNoneMatch(entityTag string) *PropertiesBigQueryLinksGetCall + type PropertiesBigQueryLinksListCall struct + func (c *PropertiesBigQueryLinksListCall) Context(ctx context.Context) *PropertiesBigQueryLinksListCall + func (c *PropertiesBigQueryLinksListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListBigQueryLinksResponse, error) + func (c *PropertiesBigQueryLinksListCall) Fields(s ...googleapi.Field) *PropertiesBigQueryLinksListCall + func (c *PropertiesBigQueryLinksListCall) Header() http.Header + func (c *PropertiesBigQueryLinksListCall) IfNoneMatch(entityTag string) *PropertiesBigQueryLinksListCall + func (c *PropertiesBigQueryLinksListCall) PageSize(pageSize int64) *PropertiesBigQueryLinksListCall + func (c *PropertiesBigQueryLinksListCall) PageToken(pageToken string) *PropertiesBigQueryLinksListCall + func (c *PropertiesBigQueryLinksListCall) Pages(ctx context.Context, ...) error + type PropertiesBigQueryLinksService struct + func NewPropertiesBigQueryLinksService(s *Service) *PropertiesBigQueryLinksService + func (r *PropertiesBigQueryLinksService) Get(name string) *PropertiesBigQueryLinksGetCall + func (r *PropertiesBigQueryLinksService) List(parent string) *PropertiesBigQueryLinksListCall + type PropertiesChannelGroupsCreateCall struct + func (c *PropertiesChannelGroupsCreateCall) Context(ctx context.Context) *PropertiesChannelGroupsCreateCall + func (c *PropertiesChannelGroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaChannelGroup, error) + func (c *PropertiesChannelGroupsCreateCall) Fields(s ...googleapi.Field) *PropertiesChannelGroupsCreateCall + func (c *PropertiesChannelGroupsCreateCall) Header() http.Header + type PropertiesChannelGroupsDeleteCall struct + func (c *PropertiesChannelGroupsDeleteCall) Context(ctx context.Context) *PropertiesChannelGroupsDeleteCall + func (c *PropertiesChannelGroupsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesChannelGroupsDeleteCall) Fields(s ...googleapi.Field) *PropertiesChannelGroupsDeleteCall + func (c *PropertiesChannelGroupsDeleteCall) Header() http.Header + type PropertiesChannelGroupsGetCall struct + func (c *PropertiesChannelGroupsGetCall) Context(ctx context.Context) *PropertiesChannelGroupsGetCall + func (c *PropertiesChannelGroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaChannelGroup, error) + func (c *PropertiesChannelGroupsGetCall) Fields(s ...googleapi.Field) *PropertiesChannelGroupsGetCall + func (c *PropertiesChannelGroupsGetCall) Header() http.Header + func (c *PropertiesChannelGroupsGetCall) IfNoneMatch(entityTag string) *PropertiesChannelGroupsGetCall + type PropertiesChannelGroupsListCall struct + func (c *PropertiesChannelGroupsListCall) Context(ctx context.Context) *PropertiesChannelGroupsListCall + func (c *PropertiesChannelGroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListChannelGroupsResponse, error) + func (c *PropertiesChannelGroupsListCall) Fields(s ...googleapi.Field) *PropertiesChannelGroupsListCall + func (c *PropertiesChannelGroupsListCall) Header() http.Header + func (c *PropertiesChannelGroupsListCall) IfNoneMatch(entityTag string) *PropertiesChannelGroupsListCall + func (c *PropertiesChannelGroupsListCall) PageSize(pageSize int64) *PropertiesChannelGroupsListCall + func (c *PropertiesChannelGroupsListCall) PageToken(pageToken string) *PropertiesChannelGroupsListCall + func (c *PropertiesChannelGroupsListCall) Pages(ctx context.Context, ...) error + type PropertiesChannelGroupsPatchCall struct + func (c *PropertiesChannelGroupsPatchCall) Context(ctx context.Context) *PropertiesChannelGroupsPatchCall + func (c *PropertiesChannelGroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaChannelGroup, error) + func (c *PropertiesChannelGroupsPatchCall) Fields(s ...googleapi.Field) *PropertiesChannelGroupsPatchCall + func (c *PropertiesChannelGroupsPatchCall) Header() http.Header + func (c *PropertiesChannelGroupsPatchCall) UpdateMask(updateMask string) *PropertiesChannelGroupsPatchCall + type PropertiesChannelGroupsService struct + func NewPropertiesChannelGroupsService(s *Service) *PropertiesChannelGroupsService + func (r *PropertiesChannelGroupsService) Create(parent string, ...) *PropertiesChannelGroupsCreateCall + func (r *PropertiesChannelGroupsService) Delete(name string) *PropertiesChannelGroupsDeleteCall + func (r *PropertiesChannelGroupsService) Get(name string) *PropertiesChannelGroupsGetCall + func (r *PropertiesChannelGroupsService) List(parent string) *PropertiesChannelGroupsListCall + func (r *PropertiesChannelGroupsService) Patch(name string, ...) *PropertiesChannelGroupsPatchCall + type PropertiesConversionEventsCreateCall struct + func (c *PropertiesConversionEventsCreateCall) Context(ctx context.Context) *PropertiesConversionEventsCreateCall + func (c *PropertiesConversionEventsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaConversionEvent, error) + func (c *PropertiesConversionEventsCreateCall) Fields(s ...googleapi.Field) *PropertiesConversionEventsCreateCall + func (c *PropertiesConversionEventsCreateCall) Header() http.Header + type PropertiesConversionEventsDeleteCall struct + func (c *PropertiesConversionEventsDeleteCall) Context(ctx context.Context) *PropertiesConversionEventsDeleteCall + func (c *PropertiesConversionEventsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesConversionEventsDeleteCall) Fields(s ...googleapi.Field) *PropertiesConversionEventsDeleteCall + func (c *PropertiesConversionEventsDeleteCall) Header() http.Header + type PropertiesConversionEventsGetCall struct + func (c *PropertiesConversionEventsGetCall) Context(ctx context.Context) *PropertiesConversionEventsGetCall + func (c *PropertiesConversionEventsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaConversionEvent, error) + func (c *PropertiesConversionEventsGetCall) Fields(s ...googleapi.Field) *PropertiesConversionEventsGetCall + func (c *PropertiesConversionEventsGetCall) Header() http.Header + func (c *PropertiesConversionEventsGetCall) IfNoneMatch(entityTag string) *PropertiesConversionEventsGetCall + type PropertiesConversionEventsListCall struct + func (c *PropertiesConversionEventsListCall) Context(ctx context.Context) *PropertiesConversionEventsListCall + func (c *PropertiesConversionEventsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListConversionEventsResponse, error) + func (c *PropertiesConversionEventsListCall) Fields(s ...googleapi.Field) *PropertiesConversionEventsListCall + func (c *PropertiesConversionEventsListCall) Header() http.Header + func (c *PropertiesConversionEventsListCall) IfNoneMatch(entityTag string) *PropertiesConversionEventsListCall + func (c *PropertiesConversionEventsListCall) PageSize(pageSize int64) *PropertiesConversionEventsListCall + func (c *PropertiesConversionEventsListCall) PageToken(pageToken string) *PropertiesConversionEventsListCall + func (c *PropertiesConversionEventsListCall) Pages(ctx context.Context, ...) error + type PropertiesConversionEventsPatchCall struct + func (c *PropertiesConversionEventsPatchCall) Context(ctx context.Context) *PropertiesConversionEventsPatchCall + func (c *PropertiesConversionEventsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaConversionEvent, error) + func (c *PropertiesConversionEventsPatchCall) Fields(s ...googleapi.Field) *PropertiesConversionEventsPatchCall + func (c *PropertiesConversionEventsPatchCall) Header() http.Header + func (c *PropertiesConversionEventsPatchCall) UpdateMask(updateMask string) *PropertiesConversionEventsPatchCall + type PropertiesConversionEventsService struct + func NewPropertiesConversionEventsService(s *Service) *PropertiesConversionEventsService + func (r *PropertiesConversionEventsService) Create(parent string, ...) *PropertiesConversionEventsCreateCall + func (r *PropertiesConversionEventsService) Delete(name string) *PropertiesConversionEventsDeleteCall + func (r *PropertiesConversionEventsService) Get(name string) *PropertiesConversionEventsGetCall + func (r *PropertiesConversionEventsService) List(parent string) *PropertiesConversionEventsListCall + func (r *PropertiesConversionEventsService) Patch(name string, ...) *PropertiesConversionEventsPatchCall + type PropertiesCreateCall struct + func (c *PropertiesCreateCall) Context(ctx context.Context) *PropertiesCreateCall + func (c *PropertiesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaProperty, error) + func (c *PropertiesCreateCall) Fields(s ...googleapi.Field) *PropertiesCreateCall + func (c *PropertiesCreateCall) Header() http.Header + type PropertiesCreateConnectedSiteTagCall struct + func (c *PropertiesCreateConnectedSiteTagCall) Context(ctx context.Context) *PropertiesCreateConnectedSiteTagCall + func (c *PropertiesCreateConnectedSiteTagCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse, error) + func (c *PropertiesCreateConnectedSiteTagCall) Fields(s ...googleapi.Field) *PropertiesCreateConnectedSiteTagCall + func (c *PropertiesCreateConnectedSiteTagCall) Header() http.Header + type PropertiesCreateRollupPropertyCall struct + func (c *PropertiesCreateRollupPropertyCall) Context(ctx context.Context) *PropertiesCreateRollupPropertyCall + func (c *PropertiesCreateRollupPropertyCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCreateRollupPropertyResponse, error) + func (c *PropertiesCreateRollupPropertyCall) Fields(s ...googleapi.Field) *PropertiesCreateRollupPropertyCall + func (c *PropertiesCreateRollupPropertyCall) Header() http.Header + type PropertiesCreateSubpropertyCall struct + func (c *PropertiesCreateSubpropertyCall) Context(ctx context.Context) *PropertiesCreateSubpropertyCall + func (c *PropertiesCreateSubpropertyCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse, error) + func (c *PropertiesCreateSubpropertyCall) Fields(s ...googleapi.Field) *PropertiesCreateSubpropertyCall + func (c *PropertiesCreateSubpropertyCall) Header() http.Header + type PropertiesCustomDimensionsArchiveCall struct + func (c *PropertiesCustomDimensionsArchiveCall) Context(ctx context.Context) *PropertiesCustomDimensionsArchiveCall + func (c *PropertiesCustomDimensionsArchiveCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesCustomDimensionsArchiveCall) Fields(s ...googleapi.Field) *PropertiesCustomDimensionsArchiveCall + func (c *PropertiesCustomDimensionsArchiveCall) Header() http.Header + type PropertiesCustomDimensionsCreateCall struct + func (c *PropertiesCustomDimensionsCreateCall) Context(ctx context.Context) *PropertiesCustomDimensionsCreateCall + func (c *PropertiesCustomDimensionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCustomDimension, error) + func (c *PropertiesCustomDimensionsCreateCall) Fields(s ...googleapi.Field) *PropertiesCustomDimensionsCreateCall + func (c *PropertiesCustomDimensionsCreateCall) Header() http.Header + type PropertiesCustomDimensionsGetCall struct + func (c *PropertiesCustomDimensionsGetCall) Context(ctx context.Context) *PropertiesCustomDimensionsGetCall + func (c *PropertiesCustomDimensionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCustomDimension, error) + func (c *PropertiesCustomDimensionsGetCall) Fields(s ...googleapi.Field) *PropertiesCustomDimensionsGetCall + func (c *PropertiesCustomDimensionsGetCall) Header() http.Header + func (c *PropertiesCustomDimensionsGetCall) IfNoneMatch(entityTag string) *PropertiesCustomDimensionsGetCall + type PropertiesCustomDimensionsListCall struct + func (c *PropertiesCustomDimensionsListCall) Context(ctx context.Context) *PropertiesCustomDimensionsListCall + func (c *PropertiesCustomDimensionsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListCustomDimensionsResponse, error) + func (c *PropertiesCustomDimensionsListCall) Fields(s ...googleapi.Field) *PropertiesCustomDimensionsListCall + func (c *PropertiesCustomDimensionsListCall) Header() http.Header + func (c *PropertiesCustomDimensionsListCall) IfNoneMatch(entityTag string) *PropertiesCustomDimensionsListCall + func (c *PropertiesCustomDimensionsListCall) PageSize(pageSize int64) *PropertiesCustomDimensionsListCall + func (c *PropertiesCustomDimensionsListCall) PageToken(pageToken string) *PropertiesCustomDimensionsListCall + func (c *PropertiesCustomDimensionsListCall) Pages(ctx context.Context, ...) error + type PropertiesCustomDimensionsPatchCall struct + func (c *PropertiesCustomDimensionsPatchCall) Context(ctx context.Context) *PropertiesCustomDimensionsPatchCall + func (c *PropertiesCustomDimensionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCustomDimension, error) + func (c *PropertiesCustomDimensionsPatchCall) Fields(s ...googleapi.Field) *PropertiesCustomDimensionsPatchCall + func (c *PropertiesCustomDimensionsPatchCall) Header() http.Header + func (c *PropertiesCustomDimensionsPatchCall) UpdateMask(updateMask string) *PropertiesCustomDimensionsPatchCall + type PropertiesCustomDimensionsService struct + func NewPropertiesCustomDimensionsService(s *Service) *PropertiesCustomDimensionsService + func (r *PropertiesCustomDimensionsService) Archive(name string, ...) *PropertiesCustomDimensionsArchiveCall + func (r *PropertiesCustomDimensionsService) Create(parent string, ...) *PropertiesCustomDimensionsCreateCall + func (r *PropertiesCustomDimensionsService) Get(name string) *PropertiesCustomDimensionsGetCall + func (r *PropertiesCustomDimensionsService) List(parent string) *PropertiesCustomDimensionsListCall + func (r *PropertiesCustomDimensionsService) Patch(name string, ...) *PropertiesCustomDimensionsPatchCall + type PropertiesCustomMetricsArchiveCall struct + func (c *PropertiesCustomMetricsArchiveCall) Context(ctx context.Context) *PropertiesCustomMetricsArchiveCall + func (c *PropertiesCustomMetricsArchiveCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesCustomMetricsArchiveCall) Fields(s ...googleapi.Field) *PropertiesCustomMetricsArchiveCall + func (c *PropertiesCustomMetricsArchiveCall) Header() http.Header + type PropertiesCustomMetricsCreateCall struct + func (c *PropertiesCustomMetricsCreateCall) Context(ctx context.Context) *PropertiesCustomMetricsCreateCall + func (c *PropertiesCustomMetricsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCustomMetric, error) + func (c *PropertiesCustomMetricsCreateCall) Fields(s ...googleapi.Field) *PropertiesCustomMetricsCreateCall + func (c *PropertiesCustomMetricsCreateCall) Header() http.Header + type PropertiesCustomMetricsGetCall struct + func (c *PropertiesCustomMetricsGetCall) Context(ctx context.Context) *PropertiesCustomMetricsGetCall + func (c *PropertiesCustomMetricsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCustomMetric, error) + func (c *PropertiesCustomMetricsGetCall) Fields(s ...googleapi.Field) *PropertiesCustomMetricsGetCall + func (c *PropertiesCustomMetricsGetCall) Header() http.Header + func (c *PropertiesCustomMetricsGetCall) IfNoneMatch(entityTag string) *PropertiesCustomMetricsGetCall + type PropertiesCustomMetricsListCall struct + func (c *PropertiesCustomMetricsListCall) Context(ctx context.Context) *PropertiesCustomMetricsListCall + func (c *PropertiesCustomMetricsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListCustomMetricsResponse, error) + func (c *PropertiesCustomMetricsListCall) Fields(s ...googleapi.Field) *PropertiesCustomMetricsListCall + func (c *PropertiesCustomMetricsListCall) Header() http.Header + func (c *PropertiesCustomMetricsListCall) IfNoneMatch(entityTag string) *PropertiesCustomMetricsListCall + func (c *PropertiesCustomMetricsListCall) PageSize(pageSize int64) *PropertiesCustomMetricsListCall + func (c *PropertiesCustomMetricsListCall) PageToken(pageToken string) *PropertiesCustomMetricsListCall + func (c *PropertiesCustomMetricsListCall) Pages(ctx context.Context, ...) error + type PropertiesCustomMetricsPatchCall struct + func (c *PropertiesCustomMetricsPatchCall) Context(ctx context.Context) *PropertiesCustomMetricsPatchCall + func (c *PropertiesCustomMetricsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaCustomMetric, error) + func (c *PropertiesCustomMetricsPatchCall) Fields(s ...googleapi.Field) *PropertiesCustomMetricsPatchCall + func (c *PropertiesCustomMetricsPatchCall) Header() http.Header + func (c *PropertiesCustomMetricsPatchCall) UpdateMask(updateMask string) *PropertiesCustomMetricsPatchCall + type PropertiesCustomMetricsService struct + func NewPropertiesCustomMetricsService(s *Service) *PropertiesCustomMetricsService + func (r *PropertiesCustomMetricsService) Archive(name string, ...) *PropertiesCustomMetricsArchiveCall + func (r *PropertiesCustomMetricsService) Create(parent string, ...) *PropertiesCustomMetricsCreateCall + func (r *PropertiesCustomMetricsService) Get(name string) *PropertiesCustomMetricsGetCall + func (r *PropertiesCustomMetricsService) List(parent string) *PropertiesCustomMetricsListCall + func (r *PropertiesCustomMetricsService) Patch(name string, ...) *PropertiesCustomMetricsPatchCall + type PropertiesDataStreamsCreateCall struct + func (c *PropertiesDataStreamsCreateCall) Context(ctx context.Context) *PropertiesDataStreamsCreateCall + func (c *PropertiesDataStreamsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataStream, error) + func (c *PropertiesDataStreamsCreateCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsCreateCall + func (c *PropertiesDataStreamsCreateCall) Header() http.Header + type PropertiesDataStreamsDeleteCall struct + func (c *PropertiesDataStreamsDeleteCall) Context(ctx context.Context) *PropertiesDataStreamsDeleteCall + func (c *PropertiesDataStreamsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesDataStreamsDeleteCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsDeleteCall + func (c *PropertiesDataStreamsDeleteCall) Header() http.Header + type PropertiesDataStreamsEventCreateRulesCreateCall struct + func (c *PropertiesDataStreamsEventCreateRulesCreateCall) Context(ctx context.Context) *PropertiesDataStreamsEventCreateRulesCreateCall + func (c *PropertiesDataStreamsEventCreateRulesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaEventCreateRule, error) + func (c *PropertiesDataStreamsEventCreateRulesCreateCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsEventCreateRulesCreateCall + func (c *PropertiesDataStreamsEventCreateRulesCreateCall) Header() http.Header + type PropertiesDataStreamsEventCreateRulesDeleteCall struct + func (c *PropertiesDataStreamsEventCreateRulesDeleteCall) Context(ctx context.Context) *PropertiesDataStreamsEventCreateRulesDeleteCall + func (c *PropertiesDataStreamsEventCreateRulesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesDataStreamsEventCreateRulesDeleteCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsEventCreateRulesDeleteCall + func (c *PropertiesDataStreamsEventCreateRulesDeleteCall) Header() http.Header + type PropertiesDataStreamsEventCreateRulesGetCall struct + func (c *PropertiesDataStreamsEventCreateRulesGetCall) Context(ctx context.Context) *PropertiesDataStreamsEventCreateRulesGetCall + func (c *PropertiesDataStreamsEventCreateRulesGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaEventCreateRule, error) + func (c *PropertiesDataStreamsEventCreateRulesGetCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsEventCreateRulesGetCall + func (c *PropertiesDataStreamsEventCreateRulesGetCall) Header() http.Header + func (c *PropertiesDataStreamsEventCreateRulesGetCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsEventCreateRulesGetCall + type PropertiesDataStreamsEventCreateRulesListCall struct + func (c *PropertiesDataStreamsEventCreateRulesListCall) Context(ctx context.Context) *PropertiesDataStreamsEventCreateRulesListCall + func (c *PropertiesDataStreamsEventCreateRulesListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListEventCreateRulesResponse, error) + func (c *PropertiesDataStreamsEventCreateRulesListCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsEventCreateRulesListCall + func (c *PropertiesDataStreamsEventCreateRulesListCall) Header() http.Header + func (c *PropertiesDataStreamsEventCreateRulesListCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsEventCreateRulesListCall + func (c *PropertiesDataStreamsEventCreateRulesListCall) PageSize(pageSize int64) *PropertiesDataStreamsEventCreateRulesListCall + func (c *PropertiesDataStreamsEventCreateRulesListCall) PageToken(pageToken string) *PropertiesDataStreamsEventCreateRulesListCall + func (c *PropertiesDataStreamsEventCreateRulesListCall) Pages(ctx context.Context, ...) error + type PropertiesDataStreamsEventCreateRulesPatchCall struct + func (c *PropertiesDataStreamsEventCreateRulesPatchCall) Context(ctx context.Context) *PropertiesDataStreamsEventCreateRulesPatchCall + func (c *PropertiesDataStreamsEventCreateRulesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaEventCreateRule, error) + func (c *PropertiesDataStreamsEventCreateRulesPatchCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsEventCreateRulesPatchCall + func (c *PropertiesDataStreamsEventCreateRulesPatchCall) Header() http.Header + func (c *PropertiesDataStreamsEventCreateRulesPatchCall) UpdateMask(updateMask string) *PropertiesDataStreamsEventCreateRulesPatchCall + type PropertiesDataStreamsEventCreateRulesService struct + func NewPropertiesDataStreamsEventCreateRulesService(s *Service) *PropertiesDataStreamsEventCreateRulesService + func (r *PropertiesDataStreamsEventCreateRulesService) Create(parent string, ...) *PropertiesDataStreamsEventCreateRulesCreateCall + func (r *PropertiesDataStreamsEventCreateRulesService) Delete(name string) *PropertiesDataStreamsEventCreateRulesDeleteCall + func (r *PropertiesDataStreamsEventCreateRulesService) Get(name string) *PropertiesDataStreamsEventCreateRulesGetCall + func (r *PropertiesDataStreamsEventCreateRulesService) List(parent string) *PropertiesDataStreamsEventCreateRulesListCall + func (r *PropertiesDataStreamsEventCreateRulesService) Patch(name string, ...) *PropertiesDataStreamsEventCreateRulesPatchCall + type PropertiesDataStreamsGetCall struct + func (c *PropertiesDataStreamsGetCall) Context(ctx context.Context) *PropertiesDataStreamsGetCall + func (c *PropertiesDataStreamsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataStream, error) + func (c *PropertiesDataStreamsGetCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsGetCall + func (c *PropertiesDataStreamsGetCall) Header() http.Header + func (c *PropertiesDataStreamsGetCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsGetCall + type PropertiesDataStreamsGetDataRedactionSettingsCall struct + func (c *PropertiesDataStreamsGetDataRedactionSettingsCall) Context(ctx context.Context) *PropertiesDataStreamsGetDataRedactionSettingsCall + func (c *PropertiesDataStreamsGetDataRedactionSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataRedactionSettings, error) + func (c *PropertiesDataStreamsGetDataRedactionSettingsCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsGetDataRedactionSettingsCall + func (c *PropertiesDataStreamsGetDataRedactionSettingsCall) Header() http.Header + func (c *PropertiesDataStreamsGetDataRedactionSettingsCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsGetDataRedactionSettingsCall + type PropertiesDataStreamsGetEnhancedMeasurementSettingsCall struct + func (c *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall) Context(ctx context.Context) *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall + func (c *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings, error) + func (c *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall + func (c *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall) Header() http.Header + func (c *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall + type PropertiesDataStreamsGetGlobalSiteTagCall struct + func (c *PropertiesDataStreamsGetGlobalSiteTagCall) Context(ctx context.Context) *PropertiesDataStreamsGetGlobalSiteTagCall + func (c *PropertiesDataStreamsGetGlobalSiteTagCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaGlobalSiteTag, error) + func (c *PropertiesDataStreamsGetGlobalSiteTagCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsGetGlobalSiteTagCall + func (c *PropertiesDataStreamsGetGlobalSiteTagCall) Header() http.Header + func (c *PropertiesDataStreamsGetGlobalSiteTagCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsGetGlobalSiteTagCall + type PropertiesDataStreamsListCall struct + func (c *PropertiesDataStreamsListCall) Context(ctx context.Context) *PropertiesDataStreamsListCall + func (c *PropertiesDataStreamsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListDataStreamsResponse, error) + func (c *PropertiesDataStreamsListCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsListCall + func (c *PropertiesDataStreamsListCall) Header() http.Header + func (c *PropertiesDataStreamsListCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsListCall + func (c *PropertiesDataStreamsListCall) PageSize(pageSize int64) *PropertiesDataStreamsListCall + func (c *PropertiesDataStreamsListCall) PageToken(pageToken string) *PropertiesDataStreamsListCall + func (c *PropertiesDataStreamsListCall) Pages(ctx context.Context, ...) error + type PropertiesDataStreamsMeasurementProtocolSecretsCreateCall struct + func (c *PropertiesDataStreamsMeasurementProtocolSecretsCreateCall) Context(ctx context.Context) *PropertiesDataStreamsMeasurementProtocolSecretsCreateCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret, error) + func (c *PropertiesDataStreamsMeasurementProtocolSecretsCreateCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsMeasurementProtocolSecretsCreateCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsCreateCall) Header() http.Header + type PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall struct + func (c *PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall) Context(ctx context.Context) *PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall) Header() http.Header + type PropertiesDataStreamsMeasurementProtocolSecretsGetCall struct + func (c *PropertiesDataStreamsMeasurementProtocolSecretsGetCall) Context(ctx context.Context) *PropertiesDataStreamsMeasurementProtocolSecretsGetCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret, error) + func (c *PropertiesDataStreamsMeasurementProtocolSecretsGetCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsMeasurementProtocolSecretsGetCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsGetCall) Header() http.Header + func (c *PropertiesDataStreamsMeasurementProtocolSecretsGetCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsMeasurementProtocolSecretsGetCall + type PropertiesDataStreamsMeasurementProtocolSecretsListCall struct + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) Context(ctx context.Context) *PropertiesDataStreamsMeasurementProtocolSecretsListCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse, error) + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsMeasurementProtocolSecretsListCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) Header() http.Header + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsMeasurementProtocolSecretsListCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) PageSize(pageSize int64) *PropertiesDataStreamsMeasurementProtocolSecretsListCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) PageToken(pageToken string) *PropertiesDataStreamsMeasurementProtocolSecretsListCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsListCall) Pages(ctx context.Context, ...) error + type PropertiesDataStreamsMeasurementProtocolSecretsPatchCall struct + func (c *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall) Context(ctx context.Context) *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret, error) + func (c *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall + func (c *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall) Header() http.Header + func (c *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall) UpdateMask(updateMask string) *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall + type PropertiesDataStreamsMeasurementProtocolSecretsService struct + func NewPropertiesDataStreamsMeasurementProtocolSecretsService(s *Service) *PropertiesDataStreamsMeasurementProtocolSecretsService + func (r *PropertiesDataStreamsMeasurementProtocolSecretsService) Create(parent string, ...) *PropertiesDataStreamsMeasurementProtocolSecretsCreateCall + func (r *PropertiesDataStreamsMeasurementProtocolSecretsService) Delete(name string) *PropertiesDataStreamsMeasurementProtocolSecretsDeleteCall + func (r *PropertiesDataStreamsMeasurementProtocolSecretsService) Get(name string) *PropertiesDataStreamsMeasurementProtocolSecretsGetCall + func (r *PropertiesDataStreamsMeasurementProtocolSecretsService) List(parent string) *PropertiesDataStreamsMeasurementProtocolSecretsListCall + func (r *PropertiesDataStreamsMeasurementProtocolSecretsService) Patch(name string, ...) *PropertiesDataStreamsMeasurementProtocolSecretsPatchCall + type PropertiesDataStreamsPatchCall struct + func (c *PropertiesDataStreamsPatchCall) Context(ctx context.Context) *PropertiesDataStreamsPatchCall + func (c *PropertiesDataStreamsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataStream, error) + func (c *PropertiesDataStreamsPatchCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsPatchCall + func (c *PropertiesDataStreamsPatchCall) Header() http.Header + func (c *PropertiesDataStreamsPatchCall) UpdateMask(updateMask string) *PropertiesDataStreamsPatchCall + type PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall struct + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall) Context(ctx context.Context) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema, error) + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall) Header() http.Header + type PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall struct + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall) Context(ctx context.Context) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall) Header() http.Header + type PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall struct + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall) Context(ctx context.Context) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema, error) + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall) Header() http.Header + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall + type PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall struct + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) Context(ctx context.Context) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListSKAdNetworkConversionValueSchemasResponse, ...) + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) Header() http.Header + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) IfNoneMatch(entityTag string) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) PageSize(pageSize int64) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) PageToken(pageToken string) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall) Pages(ctx context.Context, ...) error + type PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall struct + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall) Context(ctx context.Context) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema, error) + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall) Header() http.Header + func (c *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall) UpdateMask(updateMask string) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall + type PropertiesDataStreamsSKAdNetworkConversionValueSchemaService struct + func NewPropertiesDataStreamsSKAdNetworkConversionValueSchemaService(s *Service) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaService + func (r *PropertiesDataStreamsSKAdNetworkConversionValueSchemaService) Create(parent string, ...) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaCreateCall + func (r *PropertiesDataStreamsSKAdNetworkConversionValueSchemaService) Delete(name string) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaDeleteCall + func (r *PropertiesDataStreamsSKAdNetworkConversionValueSchemaService) Get(name string) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaGetCall + func (r *PropertiesDataStreamsSKAdNetworkConversionValueSchemaService) List(parent string) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaListCall + func (r *PropertiesDataStreamsSKAdNetworkConversionValueSchemaService) Patch(name string, ...) *PropertiesDataStreamsSKAdNetworkConversionValueSchemaPatchCall + type PropertiesDataStreamsService struct + EventCreateRules *PropertiesDataStreamsEventCreateRulesService + MeasurementProtocolSecrets *PropertiesDataStreamsMeasurementProtocolSecretsService + SKAdNetworkConversionValueSchema *PropertiesDataStreamsSKAdNetworkConversionValueSchemaService + func NewPropertiesDataStreamsService(s *Service) *PropertiesDataStreamsService + func (r *PropertiesDataStreamsService) Create(parent string, ...) *PropertiesDataStreamsCreateCall + func (r *PropertiesDataStreamsService) Delete(name string) *PropertiesDataStreamsDeleteCall + func (r *PropertiesDataStreamsService) Get(name string) *PropertiesDataStreamsGetCall + func (r *PropertiesDataStreamsService) GetDataRedactionSettings(name string) *PropertiesDataStreamsGetDataRedactionSettingsCall + func (r *PropertiesDataStreamsService) GetEnhancedMeasurementSettings(name string) *PropertiesDataStreamsGetEnhancedMeasurementSettingsCall + func (r *PropertiesDataStreamsService) GetGlobalSiteTag(name string) *PropertiesDataStreamsGetGlobalSiteTagCall + func (r *PropertiesDataStreamsService) List(parent string) *PropertiesDataStreamsListCall + func (r *PropertiesDataStreamsService) Patch(name string, ...) *PropertiesDataStreamsPatchCall + func (r *PropertiesDataStreamsService) UpdateDataRedactionSettings(name string, ...) *PropertiesDataStreamsUpdateDataRedactionSettingsCall + func (r *PropertiesDataStreamsService) UpdateEnhancedMeasurementSettings(name string, ...) *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall + type PropertiesDataStreamsUpdateDataRedactionSettingsCall struct + func (c *PropertiesDataStreamsUpdateDataRedactionSettingsCall) Context(ctx context.Context) *PropertiesDataStreamsUpdateDataRedactionSettingsCall + func (c *PropertiesDataStreamsUpdateDataRedactionSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataRedactionSettings, error) + func (c *PropertiesDataStreamsUpdateDataRedactionSettingsCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsUpdateDataRedactionSettingsCall + func (c *PropertiesDataStreamsUpdateDataRedactionSettingsCall) Header() http.Header + func (c *PropertiesDataStreamsUpdateDataRedactionSettingsCall) UpdateMask(updateMask string) *PropertiesDataStreamsUpdateDataRedactionSettingsCall + type PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall struct + func (c *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall) Context(ctx context.Context) *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall + func (c *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings, error) + func (c *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall) Fields(s ...googleapi.Field) *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall + func (c *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall) Header() http.Header + func (c *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall) UpdateMask(updateMask string) *PropertiesDataStreamsUpdateEnhancedMeasurementSettingsCall + type PropertiesDeleteCall struct + func (c *PropertiesDeleteCall) Context(ctx context.Context) *PropertiesDeleteCall + func (c *PropertiesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaProperty, error) + func (c *PropertiesDeleteCall) Fields(s ...googleapi.Field) *PropertiesDeleteCall + func (c *PropertiesDeleteCall) Header() http.Header + type PropertiesDeleteConnectedSiteTagCall struct + func (c *PropertiesDeleteConnectedSiteTagCall) Context(ctx context.Context) *PropertiesDeleteConnectedSiteTagCall + func (c *PropertiesDeleteConnectedSiteTagCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesDeleteConnectedSiteTagCall) Fields(s ...googleapi.Field) *PropertiesDeleteConnectedSiteTagCall + func (c *PropertiesDeleteConnectedSiteTagCall) Header() http.Header + type PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall) Do(opts ...googleapi.CallOption) (...) + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall) Header() http.Header + type PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, error) + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall) Header() http.Header + type PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, error) + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall) Header() http.Header + type PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall) Header() http.Header + type PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, error) + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall) Header() http.Header + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall) IfNoneMatch(entityTag string) *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall + type PropertiesDisplayVideo360AdvertiserLinkProposalsListCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse, ...) + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) Header() http.Header + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) IfNoneMatch(entityTag string) *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) PageSize(pageSize int64) *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) PageToken(pageToken string) *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall + func (c *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall) Pages(ctx context.Context, ...) error + type PropertiesDisplayVideo360AdvertiserLinkProposalsService struct + func NewPropertiesDisplayVideo360AdvertiserLinkProposalsService(s *Service) *PropertiesDisplayVideo360AdvertiserLinkProposalsService + func (r *PropertiesDisplayVideo360AdvertiserLinkProposalsService) Approve(name string, ...) *PropertiesDisplayVideo360AdvertiserLinkProposalsApproveCall + func (r *PropertiesDisplayVideo360AdvertiserLinkProposalsService) Cancel(name string, ...) *PropertiesDisplayVideo360AdvertiserLinkProposalsCancelCall + func (r *PropertiesDisplayVideo360AdvertiserLinkProposalsService) Create(parent string, ...) *PropertiesDisplayVideo360AdvertiserLinkProposalsCreateCall + func (r *PropertiesDisplayVideo360AdvertiserLinkProposalsService) Delete(name string) *PropertiesDisplayVideo360AdvertiserLinkProposalsDeleteCall + func (r *PropertiesDisplayVideo360AdvertiserLinkProposalsService) Get(name string) *PropertiesDisplayVideo360AdvertiserLinkProposalsGetCall + func (r *PropertiesDisplayVideo360AdvertiserLinkProposalsService) List(parent string) *PropertiesDisplayVideo360AdvertiserLinkProposalsListCall + type PropertiesDisplayVideo360AdvertiserLinksCreateCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinksCreateCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinksCreateCall + func (c *PropertiesDisplayVideo360AdvertiserLinksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, error) + func (c *PropertiesDisplayVideo360AdvertiserLinksCreateCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinksCreateCall + func (c *PropertiesDisplayVideo360AdvertiserLinksCreateCall) Header() http.Header + type PropertiesDisplayVideo360AdvertiserLinksDeleteCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinksDeleteCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinksDeleteCall + func (c *PropertiesDisplayVideo360AdvertiserLinksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesDisplayVideo360AdvertiserLinksDeleteCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinksDeleteCall + func (c *PropertiesDisplayVideo360AdvertiserLinksDeleteCall) Header() http.Header + type PropertiesDisplayVideo360AdvertiserLinksGetCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinksGetCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinksGetCall + func (c *PropertiesDisplayVideo360AdvertiserLinksGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, error) + func (c *PropertiesDisplayVideo360AdvertiserLinksGetCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinksGetCall + func (c *PropertiesDisplayVideo360AdvertiserLinksGetCall) Header() http.Header + func (c *PropertiesDisplayVideo360AdvertiserLinksGetCall) IfNoneMatch(entityTag string) *PropertiesDisplayVideo360AdvertiserLinksGetCall + type PropertiesDisplayVideo360AdvertiserLinksListCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinksListCall + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse, error) + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinksListCall + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) Header() http.Header + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) IfNoneMatch(entityTag string) *PropertiesDisplayVideo360AdvertiserLinksListCall + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) PageSize(pageSize int64) *PropertiesDisplayVideo360AdvertiserLinksListCall + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) PageToken(pageToken string) *PropertiesDisplayVideo360AdvertiserLinksListCall + func (c *PropertiesDisplayVideo360AdvertiserLinksListCall) Pages(ctx context.Context, ...) error + type PropertiesDisplayVideo360AdvertiserLinksPatchCall struct + func (c *PropertiesDisplayVideo360AdvertiserLinksPatchCall) Context(ctx context.Context) *PropertiesDisplayVideo360AdvertiserLinksPatchCall + func (c *PropertiesDisplayVideo360AdvertiserLinksPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, error) + func (c *PropertiesDisplayVideo360AdvertiserLinksPatchCall) Fields(s ...googleapi.Field) *PropertiesDisplayVideo360AdvertiserLinksPatchCall + func (c *PropertiesDisplayVideo360AdvertiserLinksPatchCall) Header() http.Header + func (c *PropertiesDisplayVideo360AdvertiserLinksPatchCall) UpdateMask(updateMask string) *PropertiesDisplayVideo360AdvertiserLinksPatchCall + type PropertiesDisplayVideo360AdvertiserLinksService struct + func NewPropertiesDisplayVideo360AdvertiserLinksService(s *Service) *PropertiesDisplayVideo360AdvertiserLinksService + func (r *PropertiesDisplayVideo360AdvertiserLinksService) Create(parent string, ...) *PropertiesDisplayVideo360AdvertiserLinksCreateCall + func (r *PropertiesDisplayVideo360AdvertiserLinksService) Delete(name string) *PropertiesDisplayVideo360AdvertiserLinksDeleteCall + func (r *PropertiesDisplayVideo360AdvertiserLinksService) Get(name string) *PropertiesDisplayVideo360AdvertiserLinksGetCall + func (r *PropertiesDisplayVideo360AdvertiserLinksService) List(parent string) *PropertiesDisplayVideo360AdvertiserLinksListCall + func (r *PropertiesDisplayVideo360AdvertiserLinksService) Patch(name string, ...) *PropertiesDisplayVideo360AdvertiserLinksPatchCall + type PropertiesExpandedDataSetsCreateCall struct + func (c *PropertiesExpandedDataSetsCreateCall) Context(ctx context.Context) *PropertiesExpandedDataSetsCreateCall + func (c *PropertiesExpandedDataSetsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaExpandedDataSet, error) + func (c *PropertiesExpandedDataSetsCreateCall) Fields(s ...googleapi.Field) *PropertiesExpandedDataSetsCreateCall + func (c *PropertiesExpandedDataSetsCreateCall) Header() http.Header + type PropertiesExpandedDataSetsDeleteCall struct + func (c *PropertiesExpandedDataSetsDeleteCall) Context(ctx context.Context) *PropertiesExpandedDataSetsDeleteCall + func (c *PropertiesExpandedDataSetsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesExpandedDataSetsDeleteCall) Fields(s ...googleapi.Field) *PropertiesExpandedDataSetsDeleteCall + func (c *PropertiesExpandedDataSetsDeleteCall) Header() http.Header + type PropertiesExpandedDataSetsGetCall struct + func (c *PropertiesExpandedDataSetsGetCall) Context(ctx context.Context) *PropertiesExpandedDataSetsGetCall + func (c *PropertiesExpandedDataSetsGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaExpandedDataSet, error) + func (c *PropertiesExpandedDataSetsGetCall) Fields(s ...googleapi.Field) *PropertiesExpandedDataSetsGetCall + func (c *PropertiesExpandedDataSetsGetCall) Header() http.Header + func (c *PropertiesExpandedDataSetsGetCall) IfNoneMatch(entityTag string) *PropertiesExpandedDataSetsGetCall + type PropertiesExpandedDataSetsListCall struct + func (c *PropertiesExpandedDataSetsListCall) Context(ctx context.Context) *PropertiesExpandedDataSetsListCall + func (c *PropertiesExpandedDataSetsListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse, error) + func (c *PropertiesExpandedDataSetsListCall) Fields(s ...googleapi.Field) *PropertiesExpandedDataSetsListCall + func (c *PropertiesExpandedDataSetsListCall) Header() http.Header + func (c *PropertiesExpandedDataSetsListCall) IfNoneMatch(entityTag string) *PropertiesExpandedDataSetsListCall + func (c *PropertiesExpandedDataSetsListCall) PageSize(pageSize int64) *PropertiesExpandedDataSetsListCall + func (c *PropertiesExpandedDataSetsListCall) PageToken(pageToken string) *PropertiesExpandedDataSetsListCall + func (c *PropertiesExpandedDataSetsListCall) Pages(ctx context.Context, ...) error + type PropertiesExpandedDataSetsPatchCall struct + func (c *PropertiesExpandedDataSetsPatchCall) Context(ctx context.Context) *PropertiesExpandedDataSetsPatchCall + func (c *PropertiesExpandedDataSetsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaExpandedDataSet, error) + func (c *PropertiesExpandedDataSetsPatchCall) Fields(s ...googleapi.Field) *PropertiesExpandedDataSetsPatchCall + func (c *PropertiesExpandedDataSetsPatchCall) Header() http.Header + func (c *PropertiesExpandedDataSetsPatchCall) UpdateMask(updateMask string) *PropertiesExpandedDataSetsPatchCall + type PropertiesExpandedDataSetsService struct + func NewPropertiesExpandedDataSetsService(s *Service) *PropertiesExpandedDataSetsService + func (r *PropertiesExpandedDataSetsService) Create(parent string, ...) *PropertiesExpandedDataSetsCreateCall + func (r *PropertiesExpandedDataSetsService) Delete(name string) *PropertiesExpandedDataSetsDeleteCall + func (r *PropertiesExpandedDataSetsService) Get(name string) *PropertiesExpandedDataSetsGetCall + func (r *PropertiesExpandedDataSetsService) List(parent string) *PropertiesExpandedDataSetsListCall + func (r *PropertiesExpandedDataSetsService) Patch(name string, ...) *PropertiesExpandedDataSetsPatchCall + type PropertiesFetchAutomatedGa4ConfigurationOptOutCall struct + func (c *PropertiesFetchAutomatedGa4ConfigurationOptOutCall) Context(ctx context.Context) *PropertiesFetchAutomatedGa4ConfigurationOptOutCall + func (c *PropertiesFetchAutomatedGa4ConfigurationOptOutCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse, ...) + func (c *PropertiesFetchAutomatedGa4ConfigurationOptOutCall) Fields(s ...googleapi.Field) *PropertiesFetchAutomatedGa4ConfigurationOptOutCall + func (c *PropertiesFetchAutomatedGa4ConfigurationOptOutCall) Header() http.Header + type PropertiesFetchConnectedGa4PropertyCall struct + func (c *PropertiesFetchConnectedGa4PropertyCall) Context(ctx context.Context) *PropertiesFetchConnectedGa4PropertyCall + func (c *PropertiesFetchConnectedGa4PropertyCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse, error) + func (c *PropertiesFetchConnectedGa4PropertyCall) Fields(s ...googleapi.Field) *PropertiesFetchConnectedGa4PropertyCall + func (c *PropertiesFetchConnectedGa4PropertyCall) Header() http.Header + func (c *PropertiesFetchConnectedGa4PropertyCall) IfNoneMatch(entityTag string) *PropertiesFetchConnectedGa4PropertyCall + func (c *PropertiesFetchConnectedGa4PropertyCall) Property(property string) *PropertiesFetchConnectedGa4PropertyCall + type PropertiesFirebaseLinksCreateCall struct + func (c *PropertiesFirebaseLinksCreateCall) Context(ctx context.Context) *PropertiesFirebaseLinksCreateCall + func (c *PropertiesFirebaseLinksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaFirebaseLink, error) + func (c *PropertiesFirebaseLinksCreateCall) Fields(s ...googleapi.Field) *PropertiesFirebaseLinksCreateCall + func (c *PropertiesFirebaseLinksCreateCall) Header() http.Header + type PropertiesFirebaseLinksDeleteCall struct + func (c *PropertiesFirebaseLinksDeleteCall) Context(ctx context.Context) *PropertiesFirebaseLinksDeleteCall + func (c *PropertiesFirebaseLinksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesFirebaseLinksDeleteCall) Fields(s ...googleapi.Field) *PropertiesFirebaseLinksDeleteCall + func (c *PropertiesFirebaseLinksDeleteCall) Header() http.Header + type PropertiesFirebaseLinksListCall struct + func (c *PropertiesFirebaseLinksListCall) Context(ctx context.Context) *PropertiesFirebaseLinksListCall + func (c *PropertiesFirebaseLinksListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse, error) + func (c *PropertiesFirebaseLinksListCall) Fields(s ...googleapi.Field) *PropertiesFirebaseLinksListCall + func (c *PropertiesFirebaseLinksListCall) Header() http.Header + func (c *PropertiesFirebaseLinksListCall) IfNoneMatch(entityTag string) *PropertiesFirebaseLinksListCall + func (c *PropertiesFirebaseLinksListCall) PageSize(pageSize int64) *PropertiesFirebaseLinksListCall + func (c *PropertiesFirebaseLinksListCall) PageToken(pageToken string) *PropertiesFirebaseLinksListCall + func (c *PropertiesFirebaseLinksListCall) Pages(ctx context.Context, ...) error + type PropertiesFirebaseLinksService struct + func NewPropertiesFirebaseLinksService(s *Service) *PropertiesFirebaseLinksService + func (r *PropertiesFirebaseLinksService) Create(parent string, ...) *PropertiesFirebaseLinksCreateCall + func (r *PropertiesFirebaseLinksService) Delete(name string) *PropertiesFirebaseLinksDeleteCall + func (r *PropertiesFirebaseLinksService) List(parent string) *PropertiesFirebaseLinksListCall + type PropertiesGetAttributionSettingsCall struct + func (c *PropertiesGetAttributionSettingsCall) Context(ctx context.Context) *PropertiesGetAttributionSettingsCall + func (c *PropertiesGetAttributionSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAttributionSettings, error) + func (c *PropertiesGetAttributionSettingsCall) Fields(s ...googleapi.Field) *PropertiesGetAttributionSettingsCall + func (c *PropertiesGetAttributionSettingsCall) Header() http.Header + func (c *PropertiesGetAttributionSettingsCall) IfNoneMatch(entityTag string) *PropertiesGetAttributionSettingsCall + type PropertiesGetCall struct + func (c *PropertiesGetCall) Context(ctx context.Context) *PropertiesGetCall + func (c *PropertiesGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaProperty, error) + func (c *PropertiesGetCall) Fields(s ...googleapi.Field) *PropertiesGetCall + func (c *PropertiesGetCall) Header() http.Header + func (c *PropertiesGetCall) IfNoneMatch(entityTag string) *PropertiesGetCall + type PropertiesGetDataRetentionSettingsCall struct + func (c *PropertiesGetDataRetentionSettingsCall) Context(ctx context.Context) *PropertiesGetDataRetentionSettingsCall + func (c *PropertiesGetDataRetentionSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataRetentionSettings, error) + func (c *PropertiesGetDataRetentionSettingsCall) Fields(s ...googleapi.Field) *PropertiesGetDataRetentionSettingsCall + func (c *PropertiesGetDataRetentionSettingsCall) Header() http.Header + func (c *PropertiesGetDataRetentionSettingsCall) IfNoneMatch(entityTag string) *PropertiesGetDataRetentionSettingsCall + type PropertiesGetGoogleSignalsSettingsCall struct + func (c *PropertiesGetGoogleSignalsSettingsCall) Context(ctx context.Context) *PropertiesGetGoogleSignalsSettingsCall + func (c *PropertiesGetGoogleSignalsSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaGoogleSignalsSettings, error) + func (c *PropertiesGetGoogleSignalsSettingsCall) Fields(s ...googleapi.Field) *PropertiesGetGoogleSignalsSettingsCall + func (c *PropertiesGetGoogleSignalsSettingsCall) Header() http.Header + func (c *PropertiesGetGoogleSignalsSettingsCall) IfNoneMatch(entityTag string) *PropertiesGetGoogleSignalsSettingsCall + type PropertiesGoogleAdsLinksCreateCall struct + func (c *PropertiesGoogleAdsLinksCreateCall) Context(ctx context.Context) *PropertiesGoogleAdsLinksCreateCall + func (c *PropertiesGoogleAdsLinksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaGoogleAdsLink, error) + func (c *PropertiesGoogleAdsLinksCreateCall) Fields(s ...googleapi.Field) *PropertiesGoogleAdsLinksCreateCall + func (c *PropertiesGoogleAdsLinksCreateCall) Header() http.Header + type PropertiesGoogleAdsLinksDeleteCall struct + func (c *PropertiesGoogleAdsLinksDeleteCall) Context(ctx context.Context) *PropertiesGoogleAdsLinksDeleteCall + func (c *PropertiesGoogleAdsLinksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesGoogleAdsLinksDeleteCall) Fields(s ...googleapi.Field) *PropertiesGoogleAdsLinksDeleteCall + func (c *PropertiesGoogleAdsLinksDeleteCall) Header() http.Header + type PropertiesGoogleAdsLinksListCall struct + func (c *PropertiesGoogleAdsLinksListCall) Context(ctx context.Context) *PropertiesGoogleAdsLinksListCall + func (c *PropertiesGoogleAdsLinksListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListGoogleAdsLinksResponse, error) + func (c *PropertiesGoogleAdsLinksListCall) Fields(s ...googleapi.Field) *PropertiesGoogleAdsLinksListCall + func (c *PropertiesGoogleAdsLinksListCall) Header() http.Header + func (c *PropertiesGoogleAdsLinksListCall) IfNoneMatch(entityTag string) *PropertiesGoogleAdsLinksListCall + func (c *PropertiesGoogleAdsLinksListCall) PageSize(pageSize int64) *PropertiesGoogleAdsLinksListCall + func (c *PropertiesGoogleAdsLinksListCall) PageToken(pageToken string) *PropertiesGoogleAdsLinksListCall + func (c *PropertiesGoogleAdsLinksListCall) Pages(ctx context.Context, ...) error + type PropertiesGoogleAdsLinksPatchCall struct + func (c *PropertiesGoogleAdsLinksPatchCall) Context(ctx context.Context) *PropertiesGoogleAdsLinksPatchCall + func (c *PropertiesGoogleAdsLinksPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaGoogleAdsLink, error) + func (c *PropertiesGoogleAdsLinksPatchCall) Fields(s ...googleapi.Field) *PropertiesGoogleAdsLinksPatchCall + func (c *PropertiesGoogleAdsLinksPatchCall) Header() http.Header + func (c *PropertiesGoogleAdsLinksPatchCall) UpdateMask(updateMask string) *PropertiesGoogleAdsLinksPatchCall + type PropertiesGoogleAdsLinksService struct + func NewPropertiesGoogleAdsLinksService(s *Service) *PropertiesGoogleAdsLinksService + func (r *PropertiesGoogleAdsLinksService) Create(parent string, ...) *PropertiesGoogleAdsLinksCreateCall + func (r *PropertiesGoogleAdsLinksService) Delete(name string) *PropertiesGoogleAdsLinksDeleteCall + func (r *PropertiesGoogleAdsLinksService) List(parent string) *PropertiesGoogleAdsLinksListCall + func (r *PropertiesGoogleAdsLinksService) Patch(name string, ...) *PropertiesGoogleAdsLinksPatchCall + type PropertiesListCall struct + func (c *PropertiesListCall) Context(ctx context.Context) *PropertiesListCall + func (c *PropertiesListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListPropertiesResponse, error) + func (c *PropertiesListCall) Fields(s ...googleapi.Field) *PropertiesListCall + func (c *PropertiesListCall) Filter(filter string) *PropertiesListCall + func (c *PropertiesListCall) Header() http.Header + func (c *PropertiesListCall) IfNoneMatch(entityTag string) *PropertiesListCall + func (c *PropertiesListCall) PageSize(pageSize int64) *PropertiesListCall + func (c *PropertiesListCall) PageToken(pageToken string) *PropertiesListCall + func (c *PropertiesListCall) Pages(ctx context.Context, ...) error + func (c *PropertiesListCall) ShowDeleted(showDeleted bool) *PropertiesListCall + type PropertiesListConnectedSiteTagsCall struct + func (c *PropertiesListConnectedSiteTagsCall) Context(ctx context.Context) *PropertiesListConnectedSiteTagsCall + func (c *PropertiesListConnectedSiteTagsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse, error) + func (c *PropertiesListConnectedSiteTagsCall) Fields(s ...googleapi.Field) *PropertiesListConnectedSiteTagsCall + func (c *PropertiesListConnectedSiteTagsCall) Header() http.Header + type PropertiesPatchCall struct + func (c *PropertiesPatchCall) Context(ctx context.Context) *PropertiesPatchCall + func (c *PropertiesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaProperty, error) + func (c *PropertiesPatchCall) Fields(s ...googleapi.Field) *PropertiesPatchCall + func (c *PropertiesPatchCall) Header() http.Header + func (c *PropertiesPatchCall) UpdateMask(updateMask string) *PropertiesPatchCall + type PropertiesRollupPropertySourceLinksCreateCall struct + func (c *PropertiesRollupPropertySourceLinksCreateCall) Context(ctx context.Context) *PropertiesRollupPropertySourceLinksCreateCall + func (c *PropertiesRollupPropertySourceLinksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaRollupPropertySourceLink, error) + func (c *PropertiesRollupPropertySourceLinksCreateCall) Fields(s ...googleapi.Field) *PropertiesRollupPropertySourceLinksCreateCall + func (c *PropertiesRollupPropertySourceLinksCreateCall) Header() http.Header + type PropertiesRollupPropertySourceLinksDeleteCall struct + func (c *PropertiesRollupPropertySourceLinksDeleteCall) Context(ctx context.Context) *PropertiesRollupPropertySourceLinksDeleteCall + func (c *PropertiesRollupPropertySourceLinksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesRollupPropertySourceLinksDeleteCall) Fields(s ...googleapi.Field) *PropertiesRollupPropertySourceLinksDeleteCall + func (c *PropertiesRollupPropertySourceLinksDeleteCall) Header() http.Header + type PropertiesRollupPropertySourceLinksGetCall struct + func (c *PropertiesRollupPropertySourceLinksGetCall) Context(ctx context.Context) *PropertiesRollupPropertySourceLinksGetCall + func (c *PropertiesRollupPropertySourceLinksGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaRollupPropertySourceLink, error) + func (c *PropertiesRollupPropertySourceLinksGetCall) Fields(s ...googleapi.Field) *PropertiesRollupPropertySourceLinksGetCall + func (c *PropertiesRollupPropertySourceLinksGetCall) Header() http.Header + func (c *PropertiesRollupPropertySourceLinksGetCall) IfNoneMatch(entityTag string) *PropertiesRollupPropertySourceLinksGetCall + type PropertiesRollupPropertySourceLinksListCall struct + func (c *PropertiesRollupPropertySourceLinksListCall) Context(ctx context.Context) *PropertiesRollupPropertySourceLinksListCall + func (c *PropertiesRollupPropertySourceLinksListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListRollupPropertySourceLinksResponse, error) + func (c *PropertiesRollupPropertySourceLinksListCall) Fields(s ...googleapi.Field) *PropertiesRollupPropertySourceLinksListCall + func (c *PropertiesRollupPropertySourceLinksListCall) Header() http.Header + func (c *PropertiesRollupPropertySourceLinksListCall) IfNoneMatch(entityTag string) *PropertiesRollupPropertySourceLinksListCall + func (c *PropertiesRollupPropertySourceLinksListCall) PageSize(pageSize int64) *PropertiesRollupPropertySourceLinksListCall + func (c *PropertiesRollupPropertySourceLinksListCall) PageToken(pageToken string) *PropertiesRollupPropertySourceLinksListCall + func (c *PropertiesRollupPropertySourceLinksListCall) Pages(ctx context.Context, ...) error + type PropertiesRollupPropertySourceLinksService struct + func NewPropertiesRollupPropertySourceLinksService(s *Service) *PropertiesRollupPropertySourceLinksService + func (r *PropertiesRollupPropertySourceLinksService) Create(parent string, ...) *PropertiesRollupPropertySourceLinksCreateCall + func (r *PropertiesRollupPropertySourceLinksService) Delete(name string) *PropertiesRollupPropertySourceLinksDeleteCall + func (r *PropertiesRollupPropertySourceLinksService) Get(name string) *PropertiesRollupPropertySourceLinksGetCall + func (r *PropertiesRollupPropertySourceLinksService) List(parent string) *PropertiesRollupPropertySourceLinksListCall + type PropertiesRunAccessReportCall struct + func (c *PropertiesRunAccessReportCall) Context(ctx context.Context) *PropertiesRunAccessReportCall + func (c *PropertiesRunAccessReportCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaRunAccessReportResponse, error) + func (c *PropertiesRunAccessReportCall) Fields(s ...googleapi.Field) *PropertiesRunAccessReportCall + func (c *PropertiesRunAccessReportCall) Header() http.Header + type PropertiesSearchAds360LinksCreateCall struct + func (c *PropertiesSearchAds360LinksCreateCall) Context(ctx context.Context) *PropertiesSearchAds360LinksCreateCall + func (c *PropertiesSearchAds360LinksCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSearchAds360Link, error) + func (c *PropertiesSearchAds360LinksCreateCall) Fields(s ...googleapi.Field) *PropertiesSearchAds360LinksCreateCall + func (c *PropertiesSearchAds360LinksCreateCall) Header() http.Header + type PropertiesSearchAds360LinksDeleteCall struct + func (c *PropertiesSearchAds360LinksDeleteCall) Context(ctx context.Context) *PropertiesSearchAds360LinksDeleteCall + func (c *PropertiesSearchAds360LinksDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesSearchAds360LinksDeleteCall) Fields(s ...googleapi.Field) *PropertiesSearchAds360LinksDeleteCall + func (c *PropertiesSearchAds360LinksDeleteCall) Header() http.Header + type PropertiesSearchAds360LinksGetCall struct + func (c *PropertiesSearchAds360LinksGetCall) Context(ctx context.Context) *PropertiesSearchAds360LinksGetCall + func (c *PropertiesSearchAds360LinksGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSearchAds360Link, error) + func (c *PropertiesSearchAds360LinksGetCall) Fields(s ...googleapi.Field) *PropertiesSearchAds360LinksGetCall + func (c *PropertiesSearchAds360LinksGetCall) Header() http.Header + func (c *PropertiesSearchAds360LinksGetCall) IfNoneMatch(entityTag string) *PropertiesSearchAds360LinksGetCall + type PropertiesSearchAds360LinksListCall struct + func (c *PropertiesSearchAds360LinksListCall) Context(ctx context.Context) *PropertiesSearchAds360LinksListCall + func (c *PropertiesSearchAds360LinksListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse, error) + func (c *PropertiesSearchAds360LinksListCall) Fields(s ...googleapi.Field) *PropertiesSearchAds360LinksListCall + func (c *PropertiesSearchAds360LinksListCall) Header() http.Header + func (c *PropertiesSearchAds360LinksListCall) IfNoneMatch(entityTag string) *PropertiesSearchAds360LinksListCall + func (c *PropertiesSearchAds360LinksListCall) PageSize(pageSize int64) *PropertiesSearchAds360LinksListCall + func (c *PropertiesSearchAds360LinksListCall) PageToken(pageToken string) *PropertiesSearchAds360LinksListCall + func (c *PropertiesSearchAds360LinksListCall) Pages(ctx context.Context, ...) error + type PropertiesSearchAds360LinksPatchCall struct + func (c *PropertiesSearchAds360LinksPatchCall) Context(ctx context.Context) *PropertiesSearchAds360LinksPatchCall + func (c *PropertiesSearchAds360LinksPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSearchAds360Link, error) + func (c *PropertiesSearchAds360LinksPatchCall) Fields(s ...googleapi.Field) *PropertiesSearchAds360LinksPatchCall + func (c *PropertiesSearchAds360LinksPatchCall) Header() http.Header + func (c *PropertiesSearchAds360LinksPatchCall) UpdateMask(updateMask string) *PropertiesSearchAds360LinksPatchCall + type PropertiesSearchAds360LinksService struct + func NewPropertiesSearchAds360LinksService(s *Service) *PropertiesSearchAds360LinksService + func (r *PropertiesSearchAds360LinksService) Create(parent string, ...) *PropertiesSearchAds360LinksCreateCall + func (r *PropertiesSearchAds360LinksService) Delete(name string) *PropertiesSearchAds360LinksDeleteCall + func (r *PropertiesSearchAds360LinksService) Get(name string) *PropertiesSearchAds360LinksGetCall + func (r *PropertiesSearchAds360LinksService) List(parent string) *PropertiesSearchAds360LinksListCall + func (r *PropertiesSearchAds360LinksService) Patch(name string, ...) *PropertiesSearchAds360LinksPatchCall + type PropertiesService struct + AccessBindings *PropertiesAccessBindingsService + AdSenseLinks *PropertiesAdSenseLinksService + Audiences *PropertiesAudiencesService + BigQueryLinks *PropertiesBigQueryLinksService + ChannelGroups *PropertiesChannelGroupsService + ConversionEvents *PropertiesConversionEventsService + CustomDimensions *PropertiesCustomDimensionsService + CustomMetrics *PropertiesCustomMetricsService + DataStreams *PropertiesDataStreamsService + DisplayVideo360AdvertiserLinkProposals *PropertiesDisplayVideo360AdvertiserLinkProposalsService + DisplayVideo360AdvertiserLinks *PropertiesDisplayVideo360AdvertiserLinksService + ExpandedDataSets *PropertiesExpandedDataSetsService + FirebaseLinks *PropertiesFirebaseLinksService + GoogleAdsLinks *PropertiesGoogleAdsLinksService + RollupPropertySourceLinks *PropertiesRollupPropertySourceLinksService + SearchAds360Links *PropertiesSearchAds360LinksService + SubpropertyEventFilters *PropertiesSubpropertyEventFiltersService + func NewPropertiesService(s *Service) *PropertiesService + func (r *PropertiesService) AcknowledgeUserDataCollection(property string, ...) *PropertiesAcknowledgeUserDataCollectionCall + func (r *PropertiesService) Create(googleanalyticsadminv1alphaproperty *GoogleAnalyticsAdminV1alphaProperty) *PropertiesCreateCall + func (r *PropertiesService) CreateConnectedSiteTag(...) *PropertiesCreateConnectedSiteTagCall + func (r *PropertiesService) CreateRollupProperty(...) *PropertiesCreateRollupPropertyCall + func (r *PropertiesService) CreateSubproperty(...) *PropertiesCreateSubpropertyCall + func (r *PropertiesService) Delete(name string) *PropertiesDeleteCall + func (r *PropertiesService) DeleteConnectedSiteTag(...) *PropertiesDeleteConnectedSiteTagCall + func (r *PropertiesService) FetchAutomatedGa4ConfigurationOptOut(...) *PropertiesFetchAutomatedGa4ConfigurationOptOutCall + func (r *PropertiesService) FetchConnectedGa4Property() *PropertiesFetchConnectedGa4PropertyCall + func (r *PropertiesService) Get(name string) *PropertiesGetCall + func (r *PropertiesService) GetAttributionSettings(name string) *PropertiesGetAttributionSettingsCall + func (r *PropertiesService) GetDataRetentionSettings(name string) *PropertiesGetDataRetentionSettingsCall + func (r *PropertiesService) GetGoogleSignalsSettings(name string) *PropertiesGetGoogleSignalsSettingsCall + func (r *PropertiesService) List() *PropertiesListCall + func (r *PropertiesService) ListConnectedSiteTags(...) *PropertiesListConnectedSiteTagsCall + func (r *PropertiesService) Patch(name string, ...) *PropertiesPatchCall + func (r *PropertiesService) RunAccessReport(entity string, ...) *PropertiesRunAccessReportCall + func (r *PropertiesService) SetAutomatedGa4ConfigurationOptOut(...) *PropertiesSetAutomatedGa4ConfigurationOptOutCall + func (r *PropertiesService) UpdateAttributionSettings(name string, ...) *PropertiesUpdateAttributionSettingsCall + func (r *PropertiesService) UpdateDataRetentionSettings(name string, ...) *PropertiesUpdateDataRetentionSettingsCall + func (r *PropertiesService) UpdateGoogleSignalsSettings(name string, ...) *PropertiesUpdateGoogleSignalsSettingsCall + type PropertiesSetAutomatedGa4ConfigurationOptOutCall struct + func (c *PropertiesSetAutomatedGa4ConfigurationOptOutCall) Context(ctx context.Context) *PropertiesSetAutomatedGa4ConfigurationOptOutCall + func (c *PropertiesSetAutomatedGa4ConfigurationOptOutCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse, error) + func (c *PropertiesSetAutomatedGa4ConfigurationOptOutCall) Fields(s ...googleapi.Field) *PropertiesSetAutomatedGa4ConfigurationOptOutCall + func (c *PropertiesSetAutomatedGa4ConfigurationOptOutCall) Header() http.Header + type PropertiesSubpropertyEventFiltersCreateCall struct + func (c *PropertiesSubpropertyEventFiltersCreateCall) Context(ctx context.Context) *PropertiesSubpropertyEventFiltersCreateCall + func (c *PropertiesSubpropertyEventFiltersCreateCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, error) + func (c *PropertiesSubpropertyEventFiltersCreateCall) Fields(s ...googleapi.Field) *PropertiesSubpropertyEventFiltersCreateCall + func (c *PropertiesSubpropertyEventFiltersCreateCall) Header() http.Header + type PropertiesSubpropertyEventFiltersDeleteCall struct + func (c *PropertiesSubpropertyEventFiltersDeleteCall) Context(ctx context.Context) *PropertiesSubpropertyEventFiltersDeleteCall + func (c *PropertiesSubpropertyEventFiltersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error) + func (c *PropertiesSubpropertyEventFiltersDeleteCall) Fields(s ...googleapi.Field) *PropertiesSubpropertyEventFiltersDeleteCall + func (c *PropertiesSubpropertyEventFiltersDeleteCall) Header() http.Header + type PropertiesSubpropertyEventFiltersGetCall struct + func (c *PropertiesSubpropertyEventFiltersGetCall) Context(ctx context.Context) *PropertiesSubpropertyEventFiltersGetCall + func (c *PropertiesSubpropertyEventFiltersGetCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, error) + func (c *PropertiesSubpropertyEventFiltersGetCall) Fields(s ...googleapi.Field) *PropertiesSubpropertyEventFiltersGetCall + func (c *PropertiesSubpropertyEventFiltersGetCall) Header() http.Header + func (c *PropertiesSubpropertyEventFiltersGetCall) IfNoneMatch(entityTag string) *PropertiesSubpropertyEventFiltersGetCall + type PropertiesSubpropertyEventFiltersListCall struct + func (c *PropertiesSubpropertyEventFiltersListCall) Context(ctx context.Context) *PropertiesSubpropertyEventFiltersListCall + func (c *PropertiesSubpropertyEventFiltersListCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaListSubpropertyEventFiltersResponse, error) + func (c *PropertiesSubpropertyEventFiltersListCall) Fields(s ...googleapi.Field) *PropertiesSubpropertyEventFiltersListCall + func (c *PropertiesSubpropertyEventFiltersListCall) Header() http.Header + func (c *PropertiesSubpropertyEventFiltersListCall) IfNoneMatch(entityTag string) *PropertiesSubpropertyEventFiltersListCall + func (c *PropertiesSubpropertyEventFiltersListCall) PageSize(pageSize int64) *PropertiesSubpropertyEventFiltersListCall + func (c *PropertiesSubpropertyEventFiltersListCall) PageToken(pageToken string) *PropertiesSubpropertyEventFiltersListCall + func (c *PropertiesSubpropertyEventFiltersListCall) Pages(ctx context.Context, ...) error + type PropertiesSubpropertyEventFiltersPatchCall struct + func (c *PropertiesSubpropertyEventFiltersPatchCall) Context(ctx context.Context) *PropertiesSubpropertyEventFiltersPatchCall + func (c *PropertiesSubpropertyEventFiltersPatchCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, error) + func (c *PropertiesSubpropertyEventFiltersPatchCall) Fields(s ...googleapi.Field) *PropertiesSubpropertyEventFiltersPatchCall + func (c *PropertiesSubpropertyEventFiltersPatchCall) Header() http.Header + func (c *PropertiesSubpropertyEventFiltersPatchCall) UpdateMask(updateMask string) *PropertiesSubpropertyEventFiltersPatchCall + type PropertiesSubpropertyEventFiltersService struct + func NewPropertiesSubpropertyEventFiltersService(s *Service) *PropertiesSubpropertyEventFiltersService + func (r *PropertiesSubpropertyEventFiltersService) Create(parent string, ...) *PropertiesSubpropertyEventFiltersCreateCall + func (r *PropertiesSubpropertyEventFiltersService) Delete(name string) *PropertiesSubpropertyEventFiltersDeleteCall + func (r *PropertiesSubpropertyEventFiltersService) Get(name string) *PropertiesSubpropertyEventFiltersGetCall + func (r *PropertiesSubpropertyEventFiltersService) List(parent string) *PropertiesSubpropertyEventFiltersListCall + func (r *PropertiesSubpropertyEventFiltersService) Patch(name string, ...) *PropertiesSubpropertyEventFiltersPatchCall + type PropertiesUpdateAttributionSettingsCall struct + func (c *PropertiesUpdateAttributionSettingsCall) Context(ctx context.Context) *PropertiesUpdateAttributionSettingsCall + func (c *PropertiesUpdateAttributionSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaAttributionSettings, error) + func (c *PropertiesUpdateAttributionSettingsCall) Fields(s ...googleapi.Field) *PropertiesUpdateAttributionSettingsCall + func (c *PropertiesUpdateAttributionSettingsCall) Header() http.Header + func (c *PropertiesUpdateAttributionSettingsCall) UpdateMask(updateMask string) *PropertiesUpdateAttributionSettingsCall + type PropertiesUpdateDataRetentionSettingsCall struct + func (c *PropertiesUpdateDataRetentionSettingsCall) Context(ctx context.Context) *PropertiesUpdateDataRetentionSettingsCall + func (c *PropertiesUpdateDataRetentionSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaDataRetentionSettings, error) + func (c *PropertiesUpdateDataRetentionSettingsCall) Fields(s ...googleapi.Field) *PropertiesUpdateDataRetentionSettingsCall + func (c *PropertiesUpdateDataRetentionSettingsCall) Header() http.Header + func (c *PropertiesUpdateDataRetentionSettingsCall) UpdateMask(updateMask string) *PropertiesUpdateDataRetentionSettingsCall + type PropertiesUpdateGoogleSignalsSettingsCall struct + func (c *PropertiesUpdateGoogleSignalsSettingsCall) Context(ctx context.Context) *PropertiesUpdateGoogleSignalsSettingsCall + func (c *PropertiesUpdateGoogleSignalsSettingsCall) Do(opts ...googleapi.CallOption) (*GoogleAnalyticsAdminV1alphaGoogleSignalsSettings, error) + func (c *PropertiesUpdateGoogleSignalsSettingsCall) Fields(s ...googleapi.Field) *PropertiesUpdateGoogleSignalsSettingsCall + func (c *PropertiesUpdateGoogleSignalsSettingsCall) Header() http.Header + func (c *PropertiesUpdateGoogleSignalsSettingsCall) UpdateMask(updateMask string) *PropertiesUpdateGoogleSignalsSettingsCall + type Service struct + AccountSummaries *AccountSummariesService + Accounts *AccountsService + BasePath string + Properties *PropertiesService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)