Class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    ThirdPartyAppAnalyticsLinkServiceGrpc

    public abstract static class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     This service allows management of links between Google Ads and third party
     app analytics.
     
    • Constructor Detail

      • ThirdPartyAppAnalyticsLinkServiceImplBase

        public ThirdPartyAppAnalyticsLinkServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService