public static final class AssetServiceGrpc.AssetServiceFutureStub extends AbstractFutureStub<AssetServiceGrpc.AssetServiceFutureStub>
Asset service definition.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected AssetServiceGrpc.AssetServiceFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Feed> |
createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its
asset updates.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteFeed(DeleteFeedRequest request)
Deletes an asset feed.
|
com.google.common.util.concurrent.ListenableFuture<Feed> |
getFeed(GetFeedRequest request)
Gets details about an asset feed.
|
com.google.common.util.concurrent.ListenableFuture<ListFeedsResponse> |
listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.
|
com.google.common.util.concurrent.ListenableFuture<Feed> |
updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected AssetServiceGrpc.AssetServiceFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<AssetServiceGrpc.AssetServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<Feed> createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.
public com.google.common.util.concurrent.ListenableFuture<Feed> getFeed(GetFeedRequest request)
Gets details about an asset feed.
public com.google.common.util.concurrent.ListenableFuture<ListFeedsResponse> listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.
public com.google.common.util.concurrent.ListenableFuture<Feed> updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteFeed(DeleteFeedRequest request)
Deletes an asset feed.
Copyright © 2022 Google LLC. All rights reserved.