Uses of Class
com.google.cloud.asset.v1.CreateFeedRequest
-
Packages that use CreateFeedRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of CreateFeedRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return CreateFeedRequest Modifier and Type Method Description CreateFeedRequestCreateFeedRequest.Builder. build()CreateFeedRequestCreateFeedRequest.Builder. buildPartial()static CreateFeedRequestCreateFeedRequest. getDefaultInstance()CreateFeedRequestCreateFeedRequest.Builder. getDefaultInstanceForType()CreateFeedRequestCreateFeedRequest. getDefaultInstanceForType()static CreateFeedRequestCreateFeedRequest. parseDelimitedFrom(InputStream input)static CreateFeedRequestCreateFeedRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeedRequestCreateFeedRequest. parseFrom(byte[] data)static CreateFeedRequestCreateFeedRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeedRequestCreateFeedRequest. parseFrom(com.google.protobuf.ByteString data)static CreateFeedRequestCreateFeedRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeedRequestCreateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateFeedRequestCreateFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeedRequestCreateFeedRequest. parseFrom(InputStream input)static CreateFeedRequestCreateFeedRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeedRequestCreateFeedRequest. parseFrom(ByteBuffer data)static CreateFeedRequestCreateFeedRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1 that return types with arguments of type CreateFeedRequest Modifier and Type Method Description 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.protobuf.Parser<CreateFeedRequest>CreateFeedRequest. getParserForType()static com.google.protobuf.Parser<CreateFeedRequest>CreateFeedRequest. parser()Methods in com.google.cloud.asset.v1 with parameters of type CreateFeedRequest Modifier and Type Method Description FeedAssetServiceClient. createFeed(CreateFeedRequest request)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.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.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.CreateFeedRequest.BuilderCreateFeedRequest.Builder. mergeFrom(CreateFeedRequest other)static CreateFeedRequest.BuilderCreateFeedRequest. newBuilder(CreateFeedRequest prototype) -
Uses of CreateFeedRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type CreateFeedRequest 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.
-