Package com.google.cloud.compute.v1.stub
Class RegionNotificationEndpointsStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.RegionNotificationEndpointsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonRegionNotificationEndpointsStub
@Generated("by gapic-generator-java") public abstract class RegionNotificationEndpointsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the RegionNotificationEndpoints service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description RegionNotificationEndpointsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<DeleteRegionNotificationEndpointRequest,Operation>
deleteCallable()
com.google.api.gax.rpc.OperationCallable<DeleteRegionNotificationEndpointRequest,Operation,Operation>
deleteOperationCallable()
com.google.api.gax.rpc.UnaryCallable<GetRegionNotificationEndpointRequest,NotificationEndpoint>
getCallable()
com.google.api.gax.rpc.UnaryCallable<InsertRegionNotificationEndpointRequest,Operation>
insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertRegionNotificationEndpointRequest,Operation,Operation>
insertOperationCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,NotificationEndpointList>
listCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,RegionNotificationEndpointsClient.ListPagedResponse>
listPagedCallable()
-
-
-
Method Detail
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteRegionNotificationEndpointRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteRegionNotificationEndpointRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetRegionNotificationEndpointRequest,NotificationEndpoint> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertRegionNotificationEndpointRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertRegionNotificationEndpointRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,RegionNotificationEndpointsClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,NotificationEndpointList> listCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-