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 void
LoggingClient. 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 DeleteLogRequest
DeleteLogRequest.Builder. build()
DeleteLogRequest
DeleteLogRequest.Builder. buildPartial()
static DeleteLogRequest
DeleteLogRequest. getDefaultInstance()
DeleteLogRequest
DeleteLogRequest.Builder. getDefaultInstanceForType()
DeleteLogRequest
DeleteLogRequest. getDefaultInstanceForType()
static DeleteLogRequest
DeleteLogRequest. parseDelimitedFrom(InputStream input)
static DeleteLogRequest
DeleteLogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLogRequest
DeleteLogRequest. parseFrom(byte[] data)
static DeleteLogRequest
DeleteLogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLogRequest
DeleteLogRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteLogRequest
DeleteLogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLogRequest
DeleteLogRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteLogRequest
DeleteLogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLogRequest
DeleteLogRequest. parseFrom(InputStream input)
static DeleteLogRequest
DeleteLogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLogRequest
DeleteLogRequest. parseFrom(ByteBuffer data)
static DeleteLogRequest
DeleteLogRequest. 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 void
LoggingServiceV2Grpc.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.Empty
LoggingServiceV2Grpc.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.void
LoggingServiceV2Grpc.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.Builder
DeleteLogRequest.Builder. mergeFrom(DeleteLogRequest other)
static DeleteLogRequest.Builder
DeleteLogRequest. newBuilder(DeleteLogRequest prototype)
-