Class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub>
-
- com.google.ads.googleads.v10.services.ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub
-
- Enclosing class:
- ThirdPartyAppAnalyticsLinkServiceGrpc
public static final class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub>
This service allows management of links between Google Ads and third party app analytics.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<RegenerateShareableLinkIdResponse>regenerateShareableLinkId(RegenerateShareableLinkIdRequest request)Regenerate ThirdPartyAppAnalyticsLink.shareable_link_id that should be provided to the third party when setting up app analytics.
-
-
-
Method Detail
-
build
protected ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceFutureStub>
-
regenerateShareableLinkId
public com.google.common.util.concurrent.ListenableFuture<RegenerateShareableLinkIdResponse> regenerateShareableLinkId(RegenerateShareableLinkIdRequest request)
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]()
-
-