Class NotificationChannelServiceStub
- java.lang.Object
-
- com.google.cloud.monitoring.v3.stub.NotificationChannelServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcNotificationChannelServiceStub
@Generated("by gapic-generator-java") public abstract class NotificationChannelServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the NotificationChannelService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description NotificationChannelServiceStub()
-
Method Summary
-
-
-
Method Detail
-
listNotificationChannelDescriptorsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListNotificationChannelDescriptorsRequest,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPagedResponse> listNotificationChannelDescriptorsPagedCallable()
-
listNotificationChannelDescriptorsCallable
public com.google.api.gax.rpc.UnaryCallable<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> listNotificationChannelDescriptorsCallable()
-
getNotificationChannelDescriptorCallable
public com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getNotificationChannelDescriptorCallable()
-
listNotificationChannelsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListNotificationChannelsRequest,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse> listNotificationChannelsPagedCallable()
-
listNotificationChannelsCallable
public com.google.api.gax.rpc.UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsResponse> listNotificationChannelsCallable()
-
getNotificationChannelCallable
public com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelRequest,NotificationChannel> getNotificationChannelCallable()
-
createNotificationChannelCallable
public com.google.api.gax.rpc.UnaryCallable<CreateNotificationChannelRequest,NotificationChannel> createNotificationChannelCallable()
-
updateNotificationChannelCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateNotificationChannelRequest,NotificationChannel> updateNotificationChannelCallable()
-
deleteNotificationChannelCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteNotificationChannelRequest,com.google.protobuf.Empty> deleteNotificationChannelCallable()
-
sendNotificationChannelVerificationCodeCallable
public com.google.api.gax.rpc.UnaryCallable<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty> sendNotificationChannelVerificationCodeCallable()
-
getNotificationChannelVerificationCodeCallable
public com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getNotificationChannelVerificationCodeCallable()
-
verifyNotificationChannelCallable
public com.google.api.gax.rpc.UnaryCallable<VerifyNotificationChannelRequest,NotificationChannel> verifyNotificationChannelCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-