Class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceBlockingStub
-
- Enclosing class:
- ThirdPartyAppAnalyticsLinkServiceGrpc
public static final class ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceBlockingStub>
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.ThirdPartyAppAnalyticsLinkServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)RegenerateShareableLinkIdResponseregenerateShareableLinkId(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.ThirdPartyAppAnalyticsLinkServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ThirdPartyAppAnalyticsLinkServiceGrpc.ThirdPartyAppAnalyticsLinkServiceBlockingStub>
-
regenerateShareableLinkId
public 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]()
-
-