@BetaApi @Generated(value="by gapic-generator-java") public abstract class AssetServiceStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
AssetServiceStub() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
UnaryCallable<CreateFeedRequest,Feed> |
createFeedCallable() |
UnaryCallable<DeleteFeedRequest,Empty> |
deleteFeedCallable() |
UnaryCallable<GetFeedRequest,Feed> |
getFeedCallable() |
UnaryCallable<ListFeedsRequest,ListFeedsResponse> |
listFeedsCallable() |
UnaryCallable<UpdateFeedRequest,Feed> |
updateFeedCallable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<CreateFeedRequest,Feed> createFeedCallable()
public UnaryCallable<GetFeedRequest,Feed> getFeedCallable()
public UnaryCallable<ListFeedsRequest,ListFeedsResponse> listFeedsCallable()
public UnaryCallable<UpdateFeedRequest,Feed> updateFeedCallable()
public UnaryCallable<DeleteFeedRequest,Empty> deleteFeedCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.