Class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ThirdPartyAppAnalyticsLinkServiceGrpc
public abstract static class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceThis service allows management of links between Google Ads and third party app analytics.
-
-
Constructor Summary
Constructors Constructor Description ThirdPartyAppAnalyticsLinkServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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
public 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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-