Interface ContentCreatorInsightsServiceGrpc.AsyncService
- All Known Implementing Classes:
ContentCreatorInsightsServiceGrpc.ContentCreatorInsightsServiceImplBase
- Enclosing class:
- ContentCreatorInsightsServiceGrpc
public static interface ContentCreatorInsightsServiceGrpc.AsyncService
Content Creator Insights Service helps users find information about YouTube Creators and their content and how these creators and their audiences can be reached with Google Ads. Accessible to allowlisted customers only.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgenerateCreatorInsights(GenerateCreatorInsightsRequest request, io.grpc.stub.StreamObserver<GenerateCreatorInsightsResponse> responseObserver) Returns insights for a collection of YouTube Creators and Channels.default voidgenerateTrendingInsights(GenerateTrendingInsightsRequest request, io.grpc.stub.StreamObserver<GenerateTrendingInsightsResponse> responseObserver) Returns insights for trending content on YouTube.
-
Method Details
-
generateCreatorInsights
default void generateCreatorInsights(GenerateCreatorInsightsRequest request, io.grpc.stub.StreamObserver<GenerateCreatorInsightsResponse> responseObserver) Returns insights for a collection of YouTube Creators and Channels. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [RequestError]()
-
generateTrendingInsights
default void generateTrendingInsights(GenerateTrendingInsightsRequest request, io.grpc.stub.StreamObserver<GenerateTrendingInsightsResponse> responseObserver) Returns insights for trending content on YouTube. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [RequestError]()
-