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