Package com.google.logging.v2
Class LoggingServiceV2Grpc.LoggingServiceV2FutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<LoggingServiceV2Grpc.LoggingServiceV2FutureStub>
-
- com.google.logging.v2.LoggingServiceV2Grpc.LoggingServiceV2FutureStub
-
- Enclosing class:
- LoggingServiceV2Grpc
public static final class LoggingServiceV2Grpc.LoggingServiceV2FutureStub extends io.grpc.stub.AbstractFutureStub<LoggingServiceV2Grpc.LoggingServiceV2FutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service LoggingServiceV2.Service for ingesting and querying logs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoggingServiceV2Grpc.LoggingServiceV2FutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
deleteLog(DeleteLogRequest request)
Deletes all the log entries in a log for the _Default Log Bucket.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 Logging.com.google.common.util.concurrent.ListenableFuture<WriteLogEntriesResponse>
writeLogEntries(WriteLogEntriesRequest request)
Writes log entries to Logging.
-
-
-
Method Detail
-
build
protected LoggingServiceV2Grpc.LoggingServiceV2FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2FutureStub>
-
deleteLog
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteLog(DeleteLogRequest request)
Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
-
writeLogEntries
public com.google.common.util.concurrent.ListenableFuture<WriteLogEntriesResponse> writeLogEntries(WriteLogEntriesRequest request)
Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resources (projects, organizations, billing accounts or folders)
-
listLogEntries
public com.google.common.util.concurrent.ListenableFuture<ListLogEntriesResponse> listLogEntries(ListLogEntriesRequest request)
Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see [Exporting Logs](https://cloud.google.com/logging/docs/export).
-
listMonitoredResourceDescriptors
public com.google.common.util.concurrent.ListenableFuture<ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest request)
Lists the descriptors for monitored resource types used by Logging.
-
listLogs
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.
-
-