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