Class DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub>
-
- com.google.ads.googleads.v9.services.DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub
-
- Enclosing class:
- DisplayKeywordViewServiceGrpc
public static final class DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub>
Service to manage display keyword views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)DisplayKeywordViewgetDisplayKeywordView(GetDisplayKeywordViewRequest request)Returns the requested display keyword view in full detail.
-
-
-
Method Detail
-
build
protected DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<DisplayKeywordViewServiceGrpc.DisplayKeywordViewServiceBlockingStub>
-
getDisplayKeywordView
public DisplayKeywordView getDisplayKeywordView(GetDisplayKeywordViewRequest request)
Returns the requested display keyword view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-