Send feedback
Class AnalyticsAdminServiceStub (0.68.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.68.0 keyboard_arrow_down
Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
public abstract class AnalyticsAdminServiceStub implements BackgroundResource
Base stub class for the AnalyticsAdminService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
AnalyticsAdminServiceStub()
public AnalyticsAdminServiceStub ()
Methods
acknowledgeUserDataCollectionCallable()
public UnaryCallable<AcknowledgeUserDataCollectionRequest , AcknowledgeUserDataCollectionResponse > acknowledgeUserDataCollectionCallable ()
archiveCustomDimensionCallable()
public UnaryCallable<ArchiveCustomDimensionRequest , Empty > archiveCustomDimensionCallable ()
archiveCustomMetricCallable()
public UnaryCallable<ArchiveCustomMetricRequest , Empty > archiveCustomMetricCallable ()
close()
public abstract void close ()
createConversionEventCallable() (deprecated)
public UnaryCallable<CreateConversionEventRequest , ConversionEvent > createConversionEventCallable ()
createCustomDimensionCallable()
public UnaryCallable<CreateCustomDimensionRequest , CustomDimension > createCustomDimensionCallable ()
createCustomMetricCallable()
public UnaryCallable<CreateCustomMetricRequest , CustomMetric > createCustomMetricCallable ()
createDataStreamCallable()
public UnaryCallable<CreateDataStreamRequest , DataStream > createDataStreamCallable ()
createFirebaseLinkCallable()
public UnaryCallable<CreateFirebaseLinkRequest , FirebaseLink > createFirebaseLinkCallable ()
createGoogleAdsLinkCallable()
public UnaryCallable<CreateGoogleAdsLinkRequest , GoogleAdsLink > createGoogleAdsLinkCallable ()
createKeyEventCallable()
public UnaryCallable<CreateKeyEventRequest , KeyEvent > createKeyEventCallable ()
createMeasurementProtocolSecretCallable()
public UnaryCallable<CreateMeasurementProtocolSecretRequest , MeasurementProtocolSecret > createMeasurementProtocolSecretCallable ()
createPropertyCallable()
public UnaryCallable<CreatePropertyRequest , Property > createPropertyCallable ()
deleteAccountCallable()
public UnaryCallable<DeleteAccountRequest , Empty > deleteAccountCallable ()
deleteConversionEventCallable() (deprecated)
public UnaryCallable<DeleteConversionEventRequest , Empty > deleteConversionEventCallable ()
deleteDataStreamCallable()
public UnaryCallable<DeleteDataStreamRequest , Empty > deleteDataStreamCallable ()
deleteFirebaseLinkCallable()
public UnaryCallable<DeleteFirebaseLinkRequest , Empty > deleteFirebaseLinkCallable ()
deleteGoogleAdsLinkCallable()
public UnaryCallable<DeleteGoogleAdsLinkRequest , Empty > deleteGoogleAdsLinkCallable ()
deleteKeyEventCallable()
public UnaryCallable<DeleteKeyEventRequest , Empty > deleteKeyEventCallable ()
deleteMeasurementProtocolSecretCallable()
public UnaryCallable<DeleteMeasurementProtocolSecretRequest , Empty > deleteMeasurementProtocolSecretCallable ()
deletePropertyCallable()
public UnaryCallable<DeletePropertyRequest , Property > deletePropertyCallable ()
getAccountCallable()
public UnaryCallable<GetAccountRequest , Account > getAccountCallable ()
getConversionEventCallable() (deprecated)
public UnaryCallable<GetConversionEventRequest , ConversionEvent > getConversionEventCallable ()
getCustomDimensionCallable()
public UnaryCallable<GetCustomDimensionRequest , CustomDimension > getCustomDimensionCallable ()
getCustomMetricCallable()
public UnaryCallable<GetCustomMetricRequest , CustomMetric > getCustomMetricCallable ()
getDataRetentionSettingsCallable()
public UnaryCallable<GetDataRetentionSettingsRequest , DataRetentionSettings > getDataRetentionSettingsCallable ()
getDataSharingSettingsCallable()
public UnaryCallable<GetDataSharingSettingsRequest , DataSharingSettings > getDataSharingSettingsCallable ()
getDataStreamCallable()
public UnaryCallable<GetDataStreamRequest , DataStream > getDataStreamCallable ()
getKeyEventCallable()
public UnaryCallable<GetKeyEventRequest , KeyEvent > getKeyEventCallable ()
getMeasurementProtocolSecretCallable()
public UnaryCallable<GetMeasurementProtocolSecretRequest , MeasurementProtocolSecret > getMeasurementProtocolSecretCallable ()
getPropertyCallable()
public UnaryCallable<GetPropertyRequest , Property > getPropertyCallable ()
listAccountSummariesCallable()
public UnaryCallable<ListAccountSummariesRequest , ListAccountSummariesResponse > listAccountSummariesCallable ()
listAccountSummariesPagedCallable()
public UnaryCallable<ListAccountSummariesRequest , AnalyticsAdminServiceClient . ListAccountSummariesPagedResponse > listAccountSummariesPagedCallable ()
listAccountsCallable()
public UnaryCallable<ListAccountsRequest , ListAccountsResponse > listAccountsCallable ()
listAccountsPagedCallable()
public UnaryCallable<ListAccountsRequest , AnalyticsAdminServiceClient . ListAccountsPagedResponse > listAccountsPagedCallable ()
listConversionEventsCallable() (deprecated)
public UnaryCallable<ListConversionEventsRequest , ListConversionEventsResponse > listConversionEventsCallable ()
listConversionEventsPagedCallable() (deprecated)
public UnaryCallable<ListConversionEventsRequest , AnalyticsAdminServiceClient . ListConversionEventsPagedResponse > listConversionEventsPagedCallable ()
listCustomDimensionsCallable()
public UnaryCallable<ListCustomDimensionsRequest , ListCustomDimensionsResponse > listCustomDimensionsCallable ()
listCustomDimensionsPagedCallable()
public UnaryCallable<ListCustomDimensionsRequest , AnalyticsAdminServiceClient . ListCustomDimensionsPagedResponse > listCustomDimensionsPagedCallable ()
listCustomMetricsCallable()
public UnaryCallable<ListCustomMetricsRequest , ListCustomMetricsResponse > listCustomMetricsCallable ()
listCustomMetricsPagedCallable()
public UnaryCallable<ListCustomMetricsRequest , AnalyticsAdminServiceClient . ListCustomMetricsPagedResponse > listCustomMetricsPagedCallable ()
listDataStreamsCallable()
public UnaryCallable<ListDataStreamsRequest , ListDataStreamsResponse > listDataStreamsCallable ()
listDataStreamsPagedCallable()
public UnaryCallable<ListDataStreamsRequest , AnalyticsAdminServiceClient . ListDataStreamsPagedResponse > listDataStreamsPagedCallable ()
listFirebaseLinksCallable()
public UnaryCallable<ListFirebaseLinksRequest , ListFirebaseLinksResponse > listFirebaseLinksCallable ()
listFirebaseLinksPagedCallable()
public UnaryCallable<ListFirebaseLinksRequest , AnalyticsAdminServiceClient . ListFirebaseLinksPagedResponse > listFirebaseLinksPagedCallable ()
listGoogleAdsLinksCallable()
public UnaryCallable<ListGoogleAdsLinksRequest , ListGoogleAdsLinksResponse > listGoogleAdsLinksCallable ()
listGoogleAdsLinksPagedCallable()
public UnaryCallable<ListGoogleAdsLinksRequest , AnalyticsAdminServiceClient . ListGoogleAdsLinksPagedResponse > listGoogleAdsLinksPagedCallable ()
listKeyEventsCallable()
public UnaryCallable<ListKeyEventsRequest , ListKeyEventsResponse > listKeyEventsCallable ()
listKeyEventsPagedCallable()
public UnaryCallable<ListKeyEventsRequest , AnalyticsAdminServiceClient . ListKeyEventsPagedResponse > listKeyEventsPagedCallable ()
listMeasurementProtocolSecretsCallable()
public UnaryCallable<ListMeasurementProtocolSecretsRequest , ListMeasurementProtocolSecretsResponse > listMeasurementProtocolSecretsCallable ()
listMeasurementProtocolSecretsPagedCallable()
public UnaryCallable<ListMeasurementProtocolSecretsRequest , AnalyticsAdminServiceClient . ListMeasurementProtocolSecretsPagedResponse > listMeasurementProtocolSecretsPagedCallable ()
listPropertiesCallable()
public UnaryCallable<ListPropertiesRequest , ListPropertiesResponse > listPropertiesCallable ()
listPropertiesPagedCallable()
public UnaryCallable<ListPropertiesRequest , AnalyticsAdminServiceClient . ListPropertiesPagedResponse > listPropertiesPagedCallable ()
provisionAccountTicketCallable()
public UnaryCallable<ProvisionAccountTicketRequest , ProvisionAccountTicketResponse > provisionAccountTicketCallable ()
runAccessReportCallable()
public UnaryCallable<RunAccessReportRequest , RunAccessReportResponse > runAccessReportCallable ()
searchChangeHistoryEventsCallable()
public UnaryCallable<SearchChangeHistoryEventsRequest , SearchChangeHistoryEventsResponse > searchChangeHistoryEventsCallable ()
searchChangeHistoryEventsPagedCallable()
public UnaryCallable<SearchChangeHistoryEventsRequest , AnalyticsAdminServiceClient . SearchChangeHistoryEventsPagedResponse > searchChangeHistoryEventsPagedCallable ()
updateAccountCallable()
public UnaryCallable<UpdateAccountRequest , Account > updateAccountCallable ()
updateConversionEventCallable() (deprecated)
public UnaryCallable<UpdateConversionEventRequest , ConversionEvent > updateConversionEventCallable ()
updateCustomDimensionCallable()
public UnaryCallable<UpdateCustomDimensionRequest , CustomDimension > updateCustomDimensionCallable ()
updateCustomMetricCallable()
public UnaryCallable<UpdateCustomMetricRequest , CustomMetric > updateCustomMetricCallable ()
updateDataRetentionSettingsCallable()
public UnaryCallable<UpdateDataRetentionSettingsRequest , DataRetentionSettings > updateDataRetentionSettingsCallable ()
updateDataStreamCallable()
public UnaryCallable<UpdateDataStreamRequest , DataStream > updateDataStreamCallable ()
updateGoogleAdsLinkCallable()
public UnaryCallable<UpdateGoogleAdsLinkRequest , GoogleAdsLink > updateGoogleAdsLinkCallable ()
updateKeyEventCallable()
public UnaryCallable<UpdateKeyEventRequest , KeyEvent > updateKeyEventCallable ()
updateMeasurementProtocolSecretCallable()
public UnaryCallable<UpdateMeasurementProtocolSecretRequest , MeasurementProtocolSecret > updateMeasurementProtocolSecretCallable ()
updatePropertyCallable()
public UnaryCallable<UpdatePropertyRequest , Property > updatePropertyCallable ()
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage documents the `AnalyticsAdminServiceStub`, which is the base stub class for the AnalyticsAdminService API, designed for advanced usage and reflecting the underlying API directly."],["The latest available version of the Google Analytics Admin API is 0.70.0, with version 0.68.0 being specifically documented here, and numerous other versions available for access through provided links, all the way down to 0.14.0."],["The `AnalyticsAdminServiceStub` class offers numerous methods for interacting with the Analytics Admin API, including creating, deleting, getting, listing, and updating various entities such as accounts, custom dimensions, data streams, and more."],["The library being described is classified as a Beta release, therefore it is covered by the Pre-GA Offerings Terms of the Terms of Service, and may have limited support and version compatibility."],["The `AnalyticsAdminServiceStub` has callable methods for managing data and settings, including data retention settings, data sharing settings, and the ability to run access reports and search change history events."]]],[]]