Interface ThirdPartyAppAnalyticsLinkServiceGrpc.AsyncService
-
- All Known Implementing Classes:
ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceImplBase
- Enclosing class:
- ThirdPartyAppAnalyticsLinkServiceGrpc
public static interface ThirdPartyAppAnalyticsLinkServiceGrpc.AsyncServiceThis service allows management of links between Google Ads and third party app analytics.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidregenerateShareableLinkId(RegenerateShareableLinkIdRequest request, io.grpc.stub.StreamObserver<RegenerateShareableLinkIdResponse> responseObserver)Regenerate ThirdPartyAppAnalyticsLink.shareable_link_id that should be provided to the third party when setting up app analytics.
-
-
-
Method Detail
-
regenerateShareableLinkId
default void regenerateShareableLinkId(RegenerateShareableLinkIdRequest request, io.grpc.stub.StreamObserver<RegenerateShareableLinkIdResponse> responseObserver)
Regenerate ThirdPartyAppAnalyticsLink.shareable_link_id that should be provided to the third party when setting up app analytics. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-