Uses of Class
com.google.logging.v2.DeleteLogRequest
-
Packages that use DeleteLogRequest Package Description com.google.cloud.logging.spi.v2 com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of DeleteLogRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type DeleteLogRequest Modifier and Type Method Description com.google.api.core.ApiFuture<com.google.protobuf.Empty>GrpcLoggingRpc. delete(DeleteLogRequest request)com.google.api.core.ApiFuture<com.google.protobuf.Empty>LoggingRpc. delete(DeleteLogRequest request)Sends a request to deletes a log. -
Uses of DeleteLogRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type DeleteLogRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteLogRequest,com.google.protobuf.Empty>LoggingClient. deleteLogCallable()Deletes all the log entries in a log for the _Default Log Bucket.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLogRequest,com.google.protobuf.Empty>LoggingSettings.Builder. deleteLogSettings()Returns the builder for the settings used for calls to deleteLog.com.google.api.gax.rpc.UnaryCallSettings<DeleteLogRequest,com.google.protobuf.Empty>LoggingSettings. deleteLogSettings()Returns the object with the settings used for calls to deleteLog.Methods in com.google.cloud.logging.v2 with parameters of type DeleteLogRequest Modifier and Type Method Description voidLoggingClient. deleteLog(DeleteLogRequest request)Deletes all the log entries in a log for the _Default Log Bucket. -
Uses of DeleteLogRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type DeleteLogRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteLogRequest,com.google.protobuf.Empty>GrpcLoggingServiceV2Stub. deleteLogCallable()com.google.api.gax.rpc.UnaryCallable<DeleteLogRequest,com.google.protobuf.Empty>LoggingServiceV2Stub. deleteLogCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLogRequest,com.google.protobuf.Empty>LoggingServiceV2StubSettings.Builder. deleteLogSettings()Returns the builder for the settings used for calls to deleteLog.com.google.api.gax.rpc.UnaryCallSettings<DeleteLogRequest,com.google.protobuf.Empty>LoggingServiceV2StubSettings. deleteLogSettings()Returns the object with the settings used for calls to deleteLog. -
Uses of DeleteLogRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return DeleteLogRequest Modifier and Type Method Description DeleteLogRequestDeleteLogRequest.Builder. build()DeleteLogRequestDeleteLogRequest.Builder. buildPartial()static DeleteLogRequestDeleteLogRequest. getDefaultInstance()DeleteLogRequestDeleteLogRequest.Builder. getDefaultInstanceForType()DeleteLogRequestDeleteLogRequest. getDefaultInstanceForType()static DeleteLogRequestDeleteLogRequest. parseDelimitedFrom(InputStream input)static DeleteLogRequestDeleteLogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLogRequestDeleteLogRequest. parseFrom(byte[] data)static DeleteLogRequestDeleteLogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLogRequestDeleteLogRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteLogRequestDeleteLogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLogRequestDeleteLogRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteLogRequestDeleteLogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLogRequestDeleteLogRequest. parseFrom(InputStream input)static DeleteLogRequestDeleteLogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLogRequestDeleteLogRequest. parseFrom(ByteBuffer data)static DeleteLogRequestDeleteLogRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type DeleteLogRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteLogRequest,com.google.protobuf.Empty>LoggingServiceV2Grpc. getDeleteLogMethod()com.google.protobuf.Parser<DeleteLogRequest>DeleteLogRequest. getParserForType()static com.google.protobuf.Parser<DeleteLogRequest>DeleteLogRequest. parser()Methods in com.google.logging.v2 with parameters of type DeleteLogRequest Modifier and Type Method Description default voidLoggingServiceV2Grpc.AsyncService. deleteLog(DeleteLogRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes all the log entries in a log for the _Default Log Bucket.com.google.protobuf.EmptyLoggingServiceV2Grpc.LoggingServiceV2BlockingStub. deleteLog(DeleteLogRequest request)Deletes all the log entries in a log for the _Default Log Bucket.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>LoggingServiceV2Grpc.LoggingServiceV2FutureStub. deleteLog(DeleteLogRequest request)Deletes all the log entries in a log for the _Default Log Bucket.voidLoggingServiceV2Grpc.LoggingServiceV2Stub. deleteLog(DeleteLogRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes all the log entries in a log for the _Default Log Bucket.DeleteLogRequest.BuilderDeleteLogRequest.Builder. mergeFrom(DeleteLogRequest other)static DeleteLogRequest.BuilderDeleteLogRequest. newBuilder(DeleteLogRequest prototype)
-