@Generated(value="by gapic-generator-java") public abstract class RegionNotificationEndpointsStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
RegionNotificationEndpointsStub() |
| Modifier and Type | Method and 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() |
public com.google.api.gax.rpc.OperationCallable<DeleteRegionNotificationEndpointRequest,Operation,Operation> deleteOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteRegionNotificationEndpointRequest,Operation> deleteCallable()
public com.google.api.gax.rpc.UnaryCallable<GetRegionNotificationEndpointRequest,NotificationEndpoint> getCallable()
public com.google.api.gax.rpc.OperationCallable<InsertRegionNotificationEndpointRequest,Operation,Operation> insertOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<InsertRegionNotificationEndpointRequest,Operation> insertCallable()
public com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,RegionNotificationEndpointsClient.ListPagedResponse> listPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,NotificationEndpointList> listCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2024 Google LLC. All rights reserved.