Package | Description |
---|---|
com.google.cloud.logging.spi.v2 | |
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.cloud.logging.v2.stub | |
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<com.google.protobuf.Empty> |
LoggingRpc.delete(DeleteLogRequest request)
Sends a request to deletes a log.
|
com.google.api.core.ApiFuture<com.google.protobuf.Empty> |
GrpcLoggingRpc.delete(DeleteLogRequest request) |
Modifier and Type | Method and 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<DeleteLogRequest,com.google.protobuf.Empty> |
LoggingSettings.deleteLogSettings()
Returns the object with the settings used for calls to deleteLog.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingClient.deleteLog(DeleteLogRequest request)
Deletes all the log entries in a log for the _Default Log Bucket.
|
Modifier and Type | Method and 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<DeleteLogRequest,com.google.protobuf.Empty> |
LoggingServiceV2StubSettings.deleteLogSettings()
Returns the object with the settings used for calls to deleteLog.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DeleteLogRequest |
DeleteLogRequest.Builder.build() |
DeleteLogRequest |
DeleteLogRequest.Builder.buildPartial() |
static DeleteLogRequest |
DeleteLogRequest.getDefaultInstance() |
DeleteLogRequest |
DeleteLogRequest.getDefaultInstanceForType() |
DeleteLogRequest |
DeleteLogRequest.Builder.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(ByteBuffer data) |
static DeleteLogRequest |
DeleteLogRequest.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<DeleteLogRequest,com.google.protobuf.Empty> |
LoggingServiceV2Grpc.getDeleteLogMethod() |
com.google.protobuf.Parser<DeleteLogRequest> |
DeleteLogRequest.getParserForType() |
static com.google.protobuf.Parser<DeleteLogRequest> |
DeleteLogRequest.parser() |
Modifier and Type | Method and Description |
---|---|
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.
|
default void |
LoggingServiceV2Grpc.AsyncService.deleteLog(DeleteLogRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes all the log entries in a log for the _Default Log Bucket.
|
void |
LoggingServiceV2Grpc.LoggingServiceV2Stub.deleteLog(DeleteLogRequest request,
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) |
Copyright © 2023 Google LLC. All rights reserved.