public static final class AssetServiceGrpc.AssetServiceStub extends io.grpc.stub.AbstractAsyncStub<AssetServiceGrpc.AssetServiceStub>
Asset service definition.
| Modifier and Type | Method and Description |
|---|---|
protected AssetServiceGrpc.AssetServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createFeed(CreateFeedRequest request,
io.grpc.stub.StreamObserver<Feed> responseObserver)
Creates a feed in a parent project/folder/organization to listen to its
asset updates.
|
void |
deleteFeed(DeleteFeedRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an asset feed.
|
void |
getFeed(GetFeedRequest request,
io.grpc.stub.StreamObserver<Feed> responseObserver)
Gets details about an asset feed.
|
void |
listFeeds(ListFeedsRequest request,
io.grpc.stub.StreamObserver<ListFeedsResponse> responseObserver)
Lists all asset feeds in a parent project/folder/organization.
|
void |
updateFeed(UpdateFeedRequest request,
io.grpc.stub.StreamObserver<Feed> responseObserver)
Updates an asset feed configuration.
|
protected AssetServiceGrpc.AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceStub>public void createFeed(CreateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Creates a feed in a parent project/folder/organization to listen to its asset updates.
public void getFeed(GetFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Gets details about an asset feed.
public void listFeeds(ListFeedsRequest request, io.grpc.stub.StreamObserver<ListFeedsResponse> responseObserver)
Lists all asset feeds in a parent project/folder/organization.
public void updateFeed(UpdateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Updates an asset feed configuration.
public void deleteFeed(DeleteFeedRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an asset feed.
Copyright © 2024 Google LLC. All rights reserved.