Uses of Class
com.google.cloud.asset.v1.Feed
-
Packages that use Feed Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of Feed in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return Feed Modifier and Type Method Description Feed
Feed.Builder. build()
Feed
Feed.Builder. buildPartial()
Feed
AssetServiceClient. createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.Feed
AssetServiceClient. createFeed(String parent)
Creates a feed in a parent project/folder/organization to listen to its asset updates.Feed
AssetServiceGrpc.AssetServiceBlockingStub. createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.static Feed
Feed. getDefaultInstance()
Feed
Feed.Builder. getDefaultInstanceForType()
Feed
Feed. getDefaultInstanceForType()
Feed
AssetServiceClient. getFeed(FeedName name)
Gets details about an asset feed.Feed
AssetServiceClient. getFeed(GetFeedRequest request)
Gets details about an asset feed.Feed
AssetServiceClient. getFeed(String name)
Gets details about an asset feed.Feed
AssetServiceGrpc.AssetServiceBlockingStub. getFeed(GetFeedRequest request)
Gets details about an asset feed.Feed
CreateFeedRequest.Builder. getFeed()
Required.Feed
CreateFeedRequest. getFeed()
Required.Feed
CreateFeedRequestOrBuilder. getFeed()
Required.Feed
UpdateFeedRequest.Builder. getFeed()
Required.Feed
UpdateFeedRequest. getFeed()
Required.Feed
UpdateFeedRequestOrBuilder. getFeed()
Required.Feed
ListFeedsResponse.Builder. getFeeds(int index)
A list of feeds.Feed
ListFeedsResponse. getFeeds(int index)
A list of feeds.Feed
ListFeedsResponseOrBuilder. getFeeds(int index)
A list of feeds.static Feed
Feed. parseDelimitedFrom(InputStream input)
static Feed
Feed. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feed
Feed. parseFrom(byte[] data)
static Feed
Feed. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feed
Feed. parseFrom(com.google.protobuf.ByteString data)
static Feed
Feed. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feed
Feed. parseFrom(com.google.protobuf.CodedInputStream input)
static Feed
Feed. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feed
Feed. parseFrom(InputStream input)
static Feed
Feed. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Feed
Feed. parseFrom(ByteBuffer data)
static Feed
Feed. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Feed
AssetServiceClient. updateFeed(Feed feed)
Updates an asset feed configuration.Feed
AssetServiceClient. updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.Feed
AssetServiceGrpc.AssetServiceBlockingStub. updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.Methods in com.google.cloud.asset.v1 that return types with arguments of type Feed Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Feed>
AssetServiceGrpc.AssetServiceFutureStub. createFeed(CreateFeedRequest request)
Creates a feed in a parent project/folder/organization to listen to its asset updates.com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
AssetServiceClient. createFeedCallable()
Creates a feed in a parent project/folder/organization to listen to its asset updates.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeedRequest,Feed>
AssetServiceSettings.Builder. createFeedSettings()
Returns the builder for the settings used for calls to createFeed.com.google.api.gax.rpc.UnaryCallSettings<CreateFeedRequest,Feed>
AssetServiceSettings. createFeedSettings()
Returns the object with the settings used for calls to createFeed.static io.grpc.MethodDescriptor<CreateFeedRequest,Feed>
AssetServiceGrpc. getCreateFeedMethod()
com.google.common.util.concurrent.ListenableFuture<Feed>
AssetServiceGrpc.AssetServiceFutureStub. getFeed(GetFeedRequest request)
Gets details about an asset feed.com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>
AssetServiceClient. getFeedCallable()
Gets details about an asset feed.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeedRequest,Feed>
AssetServiceSettings.Builder. getFeedSettings()
Returns the builder for the settings used for calls to getFeed.com.google.api.gax.rpc.UnaryCallSettings<GetFeedRequest,Feed>
AssetServiceSettings. getFeedSettings()
Returns the object with the settings used for calls to getFeed.List<Feed>
ListFeedsResponse.Builder. getFeedsList()
A list of feeds.List<Feed>
ListFeedsResponse. getFeedsList()
A list of feeds.List<Feed>
ListFeedsResponseOrBuilder. getFeedsList()
A list of feeds.static io.grpc.MethodDescriptor<GetFeedRequest,Feed>
AssetServiceGrpc. getGetFeedMethod()
com.google.protobuf.Parser<Feed>
Feed. getParserForType()
static io.grpc.MethodDescriptor<UpdateFeedRequest,Feed>
AssetServiceGrpc. getUpdateFeedMethod()
static com.google.protobuf.Parser<Feed>
Feed. parser()
com.google.common.util.concurrent.ListenableFuture<Feed>
AssetServiceGrpc.AssetServiceFutureStub. updateFeed(UpdateFeedRequest request)
Updates an asset feed configuration.com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>
AssetServiceClient. updateFeedCallable()
Updates an asset feed configuration.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeedRequest,Feed>
AssetServiceSettings.Builder. updateFeedSettings()
Returns the builder for the settings used for calls to updateFeed.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeedRequest,Feed>
AssetServiceSettings. updateFeedSettings()
Returns the object with the settings used for calls to updateFeed.Methods in com.google.cloud.asset.v1 with parameters of type Feed Modifier and Type Method Description ListFeedsResponse.Builder
ListFeedsResponse.Builder. addFeeds(int index, Feed value)
A list of feeds.ListFeedsResponse.Builder
ListFeedsResponse.Builder. addFeeds(Feed value)
A list of feeds.CreateFeedRequest.Builder
CreateFeedRequest.Builder. mergeFeed(Feed value)
Required.UpdateFeedRequest.Builder
UpdateFeedRequest.Builder. mergeFeed(Feed value)
Required.Feed.Builder
Feed.Builder. mergeFrom(Feed other)
static Feed.Builder
Feed. newBuilder(Feed prototype)
CreateFeedRequest.Builder
CreateFeedRequest.Builder. setFeed(Feed value)
Required.UpdateFeedRequest.Builder
UpdateFeedRequest.Builder. setFeed(Feed value)
Required.ListFeedsResponse.Builder
ListFeedsResponse.Builder. setFeeds(int index, Feed value)
A list of feeds.Feed
AssetServiceClient. updateFeed(Feed feed)
Updates an asset feed configuration.Method parameters in com.google.cloud.asset.v1 with type arguments of type Feed Modifier and Type Method Description ListFeedsResponse.Builder
ListFeedsResponse.Builder. addAllFeeds(Iterable<? extends Feed> values)
A list of feeds.void
AssetServiceGrpc.AssetServiceStub. createFeed(CreateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Creates a feed in a parent project/folder/organization to listen to its asset updates.default void
AssetServiceGrpc.AsyncService. 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
AssetServiceGrpc.AssetServiceStub. getFeed(GetFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Gets details about an asset feed.default void
AssetServiceGrpc.AsyncService. getFeed(GetFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Gets details about an asset feed.void
AssetServiceGrpc.AssetServiceStub. updateFeed(UpdateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Updates an asset feed configuration.default void
AssetServiceGrpc.AsyncService. updateFeed(UpdateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)
Updates an asset feed configuration. -
Uses of Feed in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type Feed Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
AssetServiceStub. createFeedCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
GrpcAssetServiceStub. createFeedCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFeedRequest,Feed>
HttpJsonAssetServiceStub. createFeedCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeedRequest,Feed>
AssetServiceStubSettings.Builder. createFeedSettings()
Returns the builder for the settings used for calls to createFeed.com.google.api.gax.rpc.UnaryCallSettings<CreateFeedRequest,Feed>
AssetServiceStubSettings. createFeedSettings()
Returns the object with the settings used for calls to createFeed.com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>
AssetServiceStub. getFeedCallable()
com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>
GrpcAssetServiceStub. getFeedCallable()
com.google.api.gax.rpc.UnaryCallable<GetFeedRequest,Feed>
HttpJsonAssetServiceStub. getFeedCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeedRequest,Feed>
AssetServiceStubSettings.Builder. getFeedSettings()
Returns the builder for the settings used for calls to getFeed.com.google.api.gax.rpc.UnaryCallSettings<GetFeedRequest,Feed>
AssetServiceStubSettings. getFeedSettings()
Returns the object with the settings used for calls to getFeed.com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>
AssetServiceStub. updateFeedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>
GrpcAssetServiceStub. updateFeedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFeedRequest,Feed>
HttpJsonAssetServiceStub. updateFeedCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeedRequest,Feed>
AssetServiceStubSettings.Builder. updateFeedSettings()
Returns the builder for the settings used for calls to updateFeed.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeedRequest,Feed>
AssetServiceStubSettings. updateFeedSettings()
Returns the object with the settings used for calls to updateFeed.
-