Uses of Class
com.google.cloud.asset.v1p2beta1.DeleteFeedRequest
-
Packages that use DeleteFeedRequest Package Description com.google.cloud.asset.v1p2beta1 A client to Cloud Asset APIcom.google.cloud.asset.v1p2beta1.stub -
-
Uses of DeleteFeedRequest in com.google.cloud.asset.v1p2beta1
Methods in com.google.cloud.asset.v1p2beta1 that return DeleteFeedRequest Modifier and Type Method Description DeleteFeedRequestDeleteFeedRequest.Builder. build()DeleteFeedRequestDeleteFeedRequest.Builder. buildPartial()static DeleteFeedRequestDeleteFeedRequest. getDefaultInstance()DeleteFeedRequestDeleteFeedRequest.Builder. getDefaultInstanceForType()DeleteFeedRequestDeleteFeedRequest. getDefaultInstanceForType()static DeleteFeedRequestDeleteFeedRequest. parseDelimitedFrom(InputStream input)static DeleteFeedRequestDeleteFeedRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeedRequestDeleteFeedRequest. parseFrom(byte[] data)static DeleteFeedRequestDeleteFeedRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeedRequestDeleteFeedRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteFeedRequestDeleteFeedRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeedRequestDeleteFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteFeedRequestDeleteFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeedRequestDeleteFeedRequest. parseFrom(InputStream input)static DeleteFeedRequestDeleteFeedRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeedRequestDeleteFeedRequest. parseFrom(ByteBuffer data)static DeleteFeedRequestDeleteFeedRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.asset.v1p2beta1 that return types with arguments of type DeleteFeedRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteFeedRequest,com.google.protobuf.Empty>AssetServiceClient. deleteFeedCallable()Deletes an asset feed.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeedRequest,com.google.protobuf.Empty>AssetServiceSettings.Builder. deleteFeedSettings()Returns the builder for the settings used for calls to deleteFeed.com.google.api.gax.rpc.UnaryCallSettings<DeleteFeedRequest,com.google.protobuf.Empty>AssetServiceSettings. deleteFeedSettings()Returns the object with the settings used for calls to deleteFeed.static io.grpc.MethodDescriptor<DeleteFeedRequest,com.google.protobuf.Empty>AssetServiceGrpc. getDeleteFeedMethod()com.google.protobuf.Parser<DeleteFeedRequest>DeleteFeedRequest. getParserForType()static com.google.protobuf.Parser<DeleteFeedRequest>DeleteFeedRequest. parser()Methods in com.google.cloud.asset.v1p2beta1 with parameters of type DeleteFeedRequest Modifier and Type Method Description voidAssetServiceClient. deleteFeed(DeleteFeedRequest request)Deletes an asset feed.com.google.protobuf.EmptyAssetServiceGrpc.AssetServiceBlockingStub. deleteFeed(DeleteFeedRequest request)Deletes an asset feed.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>AssetServiceGrpc.AssetServiceFutureStub. deleteFeed(DeleteFeedRequest request)Deletes an asset feed.voidAssetServiceGrpc.AssetServiceStub. deleteFeed(DeleteFeedRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an asset feed.default voidAssetServiceGrpc.AsyncService. deleteFeed(DeleteFeedRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an asset feed.DeleteFeedRequest.BuilderDeleteFeedRequest.Builder. mergeFrom(DeleteFeedRequest other)static DeleteFeedRequest.BuilderDeleteFeedRequest. newBuilder(DeleteFeedRequest prototype) -
Uses of DeleteFeedRequest in com.google.cloud.asset.v1p2beta1.stub
Methods in com.google.cloud.asset.v1p2beta1.stub that return types with arguments of type DeleteFeedRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteFeedRequest,com.google.protobuf.Empty>AssetServiceStub. deleteFeedCallable()com.google.api.gax.rpc.UnaryCallable<DeleteFeedRequest,com.google.protobuf.Empty>GrpcAssetServiceStub. deleteFeedCallable()com.google.api.gax.rpc.UnaryCallable<DeleteFeedRequest,com.google.protobuf.Empty>HttpJsonAssetServiceStub. deleteFeedCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeedRequest,com.google.protobuf.Empty>AssetServiceStubSettings.Builder. deleteFeedSettings()Returns the builder for the settings used for calls to deleteFeed.com.google.api.gax.rpc.UnaryCallSettings<DeleteFeedRequest,com.google.protobuf.Empty>AssetServiceStubSettings. deleteFeedSettings()Returns the object with the settings used for calls to deleteFeed.
-