Send feedback Class AnalyticsAdminServiceGrpc (0.16.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.16.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."],[[["This webpage provides documentation for the `AnalyticsAdminServiceGrpc` class, which is a service interface for the Analytics Admin API (GA4) in Java."],["The latest version documented is 0.70.0, and the page lists numerous previous versions down to 0.14.0, offering links to the respective documentation for each."],["The `AnalyticsAdminServiceGrpc` class inherits from `java.lang.Object` and has several static methods for interacting with the Analytics Admin API, including creating, deleting, getting, listing, and updating various entities like accounts, properties, data streams, and custom dimensions/metrics."],["The page details static fields, like `SERVICE_NAME`, and numerous static methods, each with parameters, return types, and detailed descriptions."],["The webpage provides stubs for blocking, future, and async calls allowing the user to select the type of stub that fits the need."]]],[]]