Send feedback Class AnalyticsAdminServiceGrpc (0.15.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public final class AnalyticsAdminServiceGrpc
Service Interface for the Analytics Admin API (GA4).
Static Fields SERVICE_NAME
public static final String SERVICE_NAME
Field Value Static Methods getAcknowledgeUserDataCollectionMethod()
public static MethodDescriptor<AcknowledgeUserDataCollectionRequest , AcknowledgeUserDataCollectionResponse > getAcknowledgeUserDataCollectionMethod ()
Returns getArchiveCustomDimensionMethod()
public static MethodDescriptor<ArchiveCustomDimensionRequest , Empty > getArchiveCustomDimensionMethod ()
Returns getArchiveCustomMetricMethod()
public static MethodDescriptor<ArchiveCustomMetricRequest , Empty > getArchiveCustomMetricMethod ()
Returns getCreateConversionEventMethod()
public static MethodDescriptor<CreateConversionEventRequest , ConversionEvent > getCreateConversionEventMethod ()
Returns getCreateCustomDimensionMethod()
public static MethodDescriptor<CreateCustomDimensionRequest , CustomDimension > getCreateCustomDimensionMethod ()
Returns getCreateCustomMetricMethod()
public static MethodDescriptor<CreateCustomMetricRequest , CustomMetric > getCreateCustomMetricMethod ()
Returns getCreateDataStreamMethod()
public static MethodDescriptor<CreateDataStreamRequest , DataStream > getCreateDataStreamMethod ()
Returns getCreateFirebaseLinkMethod()
public static MethodDescriptor<CreateFirebaseLinkRequest , FirebaseLink > getCreateFirebaseLinkMethod ()
Returns getCreateGoogleAdsLinkMethod()
public static MethodDescriptor<CreateGoogleAdsLinkRequest , GoogleAdsLink > getCreateGoogleAdsLinkMethod ()
Returns getCreateMeasurementProtocolSecretMethod()
public static MethodDescriptor<CreateMeasurementProtocolSecretRequest , MeasurementProtocolSecret > getCreateMeasurementProtocolSecretMethod ()
Returns getCreatePropertyMethod()
public static MethodDescriptor<CreatePropertyRequest , Property > getCreatePropertyMethod ()
Returns getDeleteAccountMethod()
public static MethodDescriptor<DeleteAccountRequest , Empty > getDeleteAccountMethod ()
Returns getDeleteConversionEventMethod()
public static MethodDescriptor<DeleteConversionEventRequest , Empty > getDeleteConversionEventMethod ()
Returns getDeleteDataStreamMethod()
public static MethodDescriptor<DeleteDataStreamRequest , Empty > getDeleteDataStreamMethod ()
Returns getDeleteFirebaseLinkMethod()
public static MethodDescriptor<DeleteFirebaseLinkRequest , Empty > getDeleteFirebaseLinkMethod ()
Returns getDeleteGoogleAdsLinkMethod()
public static MethodDescriptor<DeleteGoogleAdsLinkRequest , Empty > getDeleteGoogleAdsLinkMethod ()
Returns getDeleteMeasurementProtocolSecretMethod()
public static MethodDescriptor<DeleteMeasurementProtocolSecretRequest , Empty > getDeleteMeasurementProtocolSecretMethod ()
Returns getDeletePropertyMethod()
public static MethodDescriptor<DeletePropertyRequest , Property > getDeletePropertyMethod ()
Returns getGetAccountMethod()
public static MethodDescriptor<GetAccountRequest , Account > getGetAccountMethod ()
Returns getGetConversionEventMethod()
public static MethodDescriptor<GetConversionEventRequest , ConversionEvent > getGetConversionEventMethod ()
Returns getGetCustomDimensionMethod()
public static MethodDescriptor<GetCustomDimensionRequest , CustomDimension > getGetCustomDimensionMethod ()
Returns getGetCustomMetricMethod()
public static MethodDescriptor<GetCustomMetricRequest , CustomMetric > getGetCustomMetricMethod ()
Returns getGetDataRetentionSettingsMethod()
public static MethodDescriptor<GetDataRetentionSettingsRequest , DataRetentionSettings > getGetDataRetentionSettingsMethod ()
Returns getGetDataSharingSettingsMethod()
public static MethodDescriptor<GetDataSharingSettingsRequest , DataSharingSettings > getGetDataSharingSettingsMethod ()
Returns getGetDataStreamMethod()
public static MethodDescriptor<GetDataStreamRequest , DataStream > getGetDataStreamMethod ()
Returns getGetMeasurementProtocolSecretMethod()
public static MethodDescriptor<GetMeasurementProtocolSecretRequest , MeasurementProtocolSecret > getGetMeasurementProtocolSecretMethod ()
Returns getGetPropertyMethod()
public static MethodDescriptor<GetPropertyRequest , Property > getGetPropertyMethod ()
Returns getListAccountSummariesMethod()
public static MethodDescriptor<ListAccountSummariesRequest , ListAccountSummariesResponse > getListAccountSummariesMethod ()
Returns getListAccountsMethod()
public static MethodDescriptor<ListAccountsRequest , ListAccountsResponse > getListAccountsMethod ()
Returns getListConversionEventsMethod()
public static MethodDescriptor<ListConversionEventsRequest , ListConversionEventsResponse > getListConversionEventsMethod ()
Returns getListCustomDimensionsMethod()
public static MethodDescriptor<ListCustomDimensionsRequest , ListCustomDimensionsResponse > getListCustomDimensionsMethod ()
Returns getListCustomMetricsMethod()
public static MethodDescriptor<ListCustomMetricsRequest , ListCustomMetricsResponse > getListCustomMetricsMethod ()
Returns getListDataStreamsMethod()
public static MethodDescriptor<ListDataStreamsRequest , ListDataStreamsResponse > getListDataStreamsMethod ()
Returns getListFirebaseLinksMethod()
public static MethodDescriptor<ListFirebaseLinksRequest , ListFirebaseLinksResponse > getListFirebaseLinksMethod ()
Returns getListGoogleAdsLinksMethod()
public static MethodDescriptor<ListGoogleAdsLinksRequest , ListGoogleAdsLinksResponse > getListGoogleAdsLinksMethod ()
Returns getListMeasurementProtocolSecretsMethod()
public static MethodDescriptor<ListMeasurementProtocolSecretsRequest , ListMeasurementProtocolSecretsResponse > getListMeasurementProtocolSecretsMethod ()
Returns getListPropertiesMethod()
public static MethodDescriptor<ListPropertiesRequest , ListPropertiesResponse > getListPropertiesMethod ()
Returns getProvisionAccountTicketMethod()
public static MethodDescriptor<ProvisionAccountTicketRequest , ProvisionAccountTicketResponse > getProvisionAccountTicketMethod ()
Returns getSearchChangeHistoryEventsMethod()
public static MethodDescriptor<SearchChangeHistoryEventsRequest , SearchChangeHistoryEventsResponse > getSearchChangeHistoryEventsMethod ()
Returns getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor ()
Returns Type Description io.grpc.ServiceDescriptor
getUpdateAccountMethod()
public static MethodDescriptor<UpdateAccountRequest , Account > getUpdateAccountMethod ()
Returns getUpdateCustomDimensionMethod()
public static MethodDescriptor<UpdateCustomDimensionRequest , CustomDimension > getUpdateCustomDimensionMethod ()
Returns getUpdateCustomMetricMethod()
public static MethodDescriptor<UpdateCustomMetricRequest , CustomMetric > getUpdateCustomMetricMethod ()
Returns getUpdateDataRetentionSettingsMethod()
public static MethodDescriptor<UpdateDataRetentionSettingsRequest , DataRetentionSettings > getUpdateDataRetentionSettingsMethod ()
Returns getUpdateDataStreamMethod()
public static MethodDescriptor<UpdateDataStreamRequest , DataStream > getUpdateDataStreamMethod ()
Returns getUpdateGoogleAdsLinkMethod()
public static MethodDescriptor<UpdateGoogleAdsLinkRequest , GoogleAdsLink > getUpdateGoogleAdsLinkMethod ()
Returns getUpdateMeasurementProtocolSecretMethod()
public static MethodDescriptor<UpdateMeasurementProtocolSecretRequest , MeasurementProtocolSecret > getUpdateMeasurementProtocolSecretMethod ()
Returns getUpdatePropertyMethod()
public static MethodDescriptor<UpdatePropertyRequest , Property > getUpdatePropertyMethod ()
Returns newBlockingStub(Channel channel)
public static AnalyticsAdminServiceGrpc . AnalyticsAdminServiceBlockingStub newBlockingStub ( Channel channel )
Creates a new blocking-style stub that supports unary and output calls on the service
Parameter Name Description channel io.grpc.Channel
Returns newFutureStub(Channel channel)
public static AnalyticsAdminServiceGrpc . AnalyticsAdminServiceFutureStub newFutureStub ( Channel channel )
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter Name Description channel io.grpc.Channel
Returns newStub(Channel channel)
public static AnalyticsAdminServiceGrpc . AnalyticsAdminServiceStub newStub ( Channel channel )
Creates a new async stub that supports all call types for the service
Parameter Name Description channel io.grpc.Channel
Returns 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-17 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-17 UTC."],[[["The page provides a comprehensive list of versions for the `AnalyticsAdminServiceGrpc`, ranging from version 0.14.0 to 0.70.0, with 0.70.0 being the latest."],["This `AnalyticsAdminServiceGrpc` is a service interface for the Google Analytics Admin API (GA4), which is part of the Google Analytics Admin package, as stated on the page."],["The latest version of `AnalyticsAdminServiceGrpc` class is accessible at a specific link, and all other versions below it also have their own respective links."],["The page details the class's inheritance from `java.lang.Object`, alongside its static fields, such as the `SERVICE_NAME`, and a vast array of static methods for interacting with various aspects of Google Analytics."],["The page also provides information on how to create new blocking, future, and async stubs for the service, allowing for different types of interactions with `AnalyticsAdminServiceGrpc`."]]],[]]