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 FeedFeed.Builder. build()FeedFeed.Builder. buildPartial()FeedAssetServiceClient. createFeed(CreateFeedRequest request)Creates a feed in a parent project/folder/organization to listen to its asset updates.FeedAssetServiceClient. createFeed(String parent)Creates a feed in a parent project/folder/organization to listen to its asset updates.FeedAssetServiceGrpc.AssetServiceBlockingStub. createFeed(CreateFeedRequest request)Creates a feed in a parent project/folder/organization to listen to its asset updates.static FeedFeed. getDefaultInstance()FeedFeed.Builder. getDefaultInstanceForType()FeedFeed. getDefaultInstanceForType()FeedAssetServiceClient. getFeed(FeedName name)Gets details about an asset feed.FeedAssetServiceClient. getFeed(GetFeedRequest request)Gets details about an asset feed.FeedAssetServiceClient. getFeed(String name)Gets details about an asset feed.FeedAssetServiceGrpc.AssetServiceBlockingStub. getFeed(GetFeedRequest request)Gets details about an asset feed.FeedCreateFeedRequest.Builder. getFeed()Required.FeedCreateFeedRequest. getFeed()Required.FeedCreateFeedRequestOrBuilder. getFeed()Required.FeedUpdateFeedRequest.Builder. getFeed()Required.FeedUpdateFeedRequest. getFeed()Required.FeedUpdateFeedRequestOrBuilder. getFeed()Required.FeedListFeedsResponse.Builder. getFeeds(int index)A list of feeds.FeedListFeedsResponse. getFeeds(int index)A list of feeds.FeedListFeedsResponseOrBuilder. getFeeds(int index)A list of feeds.static FeedFeed. parseDelimitedFrom(InputStream input)static FeedFeed. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeedFeed. parseFrom(byte[] data)static FeedFeed. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeedFeed. parseFrom(com.google.protobuf.ByteString data)static FeedFeed. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeedFeed. parseFrom(com.google.protobuf.CodedInputStream input)static FeedFeed. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeedFeed. parseFrom(InputStream input)static FeedFeed. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeedFeed. parseFrom(ByteBuffer data)static FeedFeed. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)FeedAssetServiceClient. updateFeed(Feed feed)Updates an asset feed configuration.FeedAssetServiceClient. updateFeed(UpdateFeedRequest request)Updates an asset feed configuration.FeedAssetServiceGrpc.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.BuilderListFeedsResponse.Builder. addFeeds(int index, Feed value)A list of feeds.ListFeedsResponse.BuilderListFeedsResponse.Builder. addFeeds(Feed value)A list of feeds.CreateFeedRequest.BuilderCreateFeedRequest.Builder. mergeFeed(Feed value)Required.UpdateFeedRequest.BuilderUpdateFeedRequest.Builder. mergeFeed(Feed value)Required.Feed.BuilderFeed.Builder. mergeFrom(Feed other)static Feed.BuilderFeed. newBuilder(Feed prototype)CreateFeedRequest.BuilderCreateFeedRequest.Builder. setFeed(Feed value)Required.UpdateFeedRequest.BuilderUpdateFeedRequest.Builder. setFeed(Feed value)Required.ListFeedsResponse.BuilderListFeedsResponse.Builder. setFeeds(int index, Feed value)A list of feeds.FeedAssetServiceClient. 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.BuilderListFeedsResponse.Builder. addAllFeeds(Iterable<? extends Feed> values)A list of feeds.voidAssetServiceGrpc.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 voidAssetServiceGrpc.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.voidAssetServiceGrpc.AssetServiceStub. getFeed(GetFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)Gets details about an asset feed.default voidAssetServiceGrpc.AsyncService. getFeed(GetFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)Gets details about an asset feed.voidAssetServiceGrpc.AssetServiceStub. updateFeed(UpdateFeedRequest request, io.grpc.stub.StreamObserver<Feed> responseObserver)Updates an asset feed configuration.default voidAssetServiceGrpc.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.
-