- 3.54.0 (latest)
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.6
- 3.3.6
- 3.2.10
public class GrpcNotificationChannelServiceStub extends NotificationChannelServiceStub
gRPC stub implementation for the NotificationChannelService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcNotificationChannelServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcNotificationChannelServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcNotificationChannelServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcNotificationChannelServiceStub |
Type | Description |
IOException |
create(NotificationChannelServiceStubSettings settings)
public static final GrpcNotificationChannelServiceStub create(NotificationChannelServiceStubSettings settings)
Name | Description |
settings | NotificationChannelServiceStubSettings |
Type | Description |
GrpcNotificationChannelServiceStub |
Type | Description |
IOException |
Constructors
GrpcNotificationChannelServiceStub(NotificationChannelServiceStubSettings settings, ClientContext clientContext)
protected GrpcNotificationChannelServiceStub(NotificationChannelServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcNotificationChannelServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | NotificationChannelServiceStubSettings |
clientContext | ClientContext |
GrpcNotificationChannelServiceStub(NotificationChannelServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcNotificationChannelServiceStub(NotificationChannelServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcNotificationChannelServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | NotificationChannelServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
close()
public final void close()
createNotificationChannelCallable()
public UnaryCallable<CreateNotificationChannelRequest,NotificationChannel> createNotificationChannelCallable()
Type | Description |
UnaryCallable<CreateNotificationChannelRequest,NotificationChannel> |
deleteNotificationChannelCallable()
public UnaryCallable<DeleteNotificationChannelRequest,Empty> deleteNotificationChannelCallable()
Type | Description |
UnaryCallable<DeleteNotificationChannelRequest,Empty> |
getNotificationChannelCallable()
public UnaryCallable<GetNotificationChannelRequest,NotificationChannel> getNotificationChannelCallable()
Type | Description |
UnaryCallable<GetNotificationChannelRequest,NotificationChannel> |
getNotificationChannelDescriptorCallable()
public UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getNotificationChannelDescriptorCallable()
Type | Description |
UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> |
getNotificationChannelVerificationCodeCallable()
public UnaryCallable<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getNotificationChannelVerificationCodeCallable()
Type | Description |
UnaryCallable<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listNotificationChannelDescriptorsCallable()
public UnaryCallable<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> listNotificationChannelDescriptorsCallable()
Type | Description |
UnaryCallable<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> |
listNotificationChannelDescriptorsPagedCallable()
public UnaryCallable<ListNotificationChannelDescriptorsRequest,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPagedResponse> listNotificationChannelDescriptorsPagedCallable()
Type | Description |
UnaryCallable<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsPagedResponse> |
listNotificationChannelsCallable()
public UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsResponse> listNotificationChannelsCallable()
Type | Description |
UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsResponse> |
listNotificationChannelsPagedCallable()
public UnaryCallable<ListNotificationChannelsRequest,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse> listNotificationChannelsPagedCallable()
Type | Description |
UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsPagedResponse> |
sendNotificationChannelVerificationCodeCallable()
public UnaryCallable<SendNotificationChannelVerificationCodeRequest,Empty> sendNotificationChannelVerificationCodeCallable()
Type | Description |
UnaryCallable<SendNotificationChannelVerificationCodeRequest,Empty> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateNotificationChannelCallable()
public UnaryCallable<UpdateNotificationChannelRequest,NotificationChannel> updateNotificationChannelCallable()
Type | Description |
UnaryCallable<UpdateNotificationChannelRequest,NotificationChannel> |
verifyNotificationChannelCallable()
public UnaryCallable<VerifyNotificationChannelRequest,NotificationChannel> verifyNotificationChannelCallable()
Type | Description |
UnaryCallable<VerifyNotificationChannelRequest,NotificationChannel> |