public static final class AssetServiceGrpc.AssetServiceBlockingStub extends AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingStub>
Asset service definition.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected AssetServiceGrpc.AssetServiceBlockingStub |
build(Channel channel,
CallOptions callOptions) |
Feed |
createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its
asset updates.
|
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.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected AssetServiceGrpc.AssetServiceBlockingStub build(Channel channel, CallOptions callOptions)
build
in class 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 Empty deleteFeed(DeleteFeedRequest request)
Deletes an asset feed.
Copyright © 2022 Google LLC. All rights reserved.