public static final class LoggingServiceV2Grpc.LoggingServiceV2FutureStub extends io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2FutureStub>
Service for ingesting and querying logs.
Modifier and Type | Method and Description |
---|---|
protected LoggingServiceV2Grpc.LoggingServiceV2FutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteLog(DeleteLogRequest request)
Deletes all the log entries in a log.
|
com.google.common.util.concurrent.ListenableFuture<ListLogEntriesResponse> |
listLogEntries(ListLogEntriesRequest request)
Lists log entries.
|
com.google.common.util.concurrent.ListenableFuture<ListLogsResponse> |
listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts.
|
com.google.common.util.concurrent.ListenableFuture<ListMonitoredResourceDescriptorsResponse> |
listMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest request)
Lists the descriptors for monitored resource types used by Stackdriver
Logging.
|
com.google.common.util.concurrent.ListenableFuture<WriteLogEntriesResponse> |
writeLogEntries(WriteLogEntriesRequest request)
## Log entry resources
Writes log entries to Stackdriver Logging.
|
protected LoggingServiceV2Grpc.LoggingServiceV2FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2FutureStub>
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteLog(DeleteLogRequest request)
Deletes all the log entries in a log. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted.
public com.google.common.util.concurrent.ListenableFuture<WriteLogEntriesResponse> writeLogEntries(WriteLogEntriesRequest request)
## Log entry resources Writes log entries to Stackdriver Logging. This API method is the only way to send log entries to Stackdriver Logging. This method is used, directly or indirectly, by the Stackdriver Logging agent (fluentd) and all logging libraries configured to use Stackdriver Logging.
public com.google.common.util.concurrent.ListenableFuture<ListLogEntriesResponse> listLogEntries(ListLogEntriesRequest request)
Lists log entries. Use this method to retrieve log entries from Stackdriver Logging. For ways to export log entries, see [Exporting Logs](/logging/docs/export).
public com.google.common.util.concurrent.ListenableFuture<ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest request)
Lists the descriptors for monitored resource types used by Stackdriver Logging.
public com.google.common.util.concurrent.ListenableFuture<ListLogsResponse> listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.