Package com.google.cloud.asset.v1p2beta1
Class AssetServiceGrpc.AssetServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingStub>
-
- com.google.cloud.asset.v1p2beta1.AssetServiceGrpc.AssetServiceBlockingStub
-
- Enclosing class:
- AssetServiceGrpc
public static final class AssetServiceGrpc.AssetServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service AssetService.Asset service definition.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected AssetServiceGrpc.AssetServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingStub>
-
createFeed
public Feed createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.
-
getFeed
public Feed getFeed(GetFeedRequest request)
Gets details about an asset feed.
-
listFeeds
public ListFeedsResponse listFeeds(ListFeedsRequest request)
Lists all asset feeds in a parent project/folder/organization.
-
updateFeed
public Feed updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.
-
deleteFeed
public com.google.protobuf.Empty deleteFeed(DeleteFeedRequest request)
Deletes an asset feed.
-
-