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 DeleteFeedRequest
DeleteFeedRequest.Builder. build()
DeleteFeedRequest
DeleteFeedRequest.Builder. buildPartial()
static DeleteFeedRequest
DeleteFeedRequest. getDefaultInstance()
DeleteFeedRequest
DeleteFeedRequest.Builder. getDefaultInstanceForType()
DeleteFeedRequest
DeleteFeedRequest. getDefaultInstanceForType()
static DeleteFeedRequest
DeleteFeedRequest. parseDelimitedFrom(InputStream input)
static DeleteFeedRequest
DeleteFeedRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(byte[] data)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(InputStream input)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFeedRequest
DeleteFeedRequest. parseFrom(ByteBuffer data)
static DeleteFeedRequest
DeleteFeedRequest. 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 void
AssetServiceClient. deleteFeed(DeleteFeedRequest request)
Deletes an asset feed.com.google.protobuf.Empty
AssetServiceGrpc.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.void
AssetServiceGrpc.AssetServiceStub. deleteFeed(DeleteFeedRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an asset feed.default void
AssetServiceGrpc.AsyncService. deleteFeed(DeleteFeedRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an asset feed.DeleteFeedRequest.Builder
DeleteFeedRequest.Builder. mergeFrom(DeleteFeedRequest other)
static DeleteFeedRequest.Builder
DeleteFeedRequest. 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.
-