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<WriteLogEntriesResponse> |
LoggingRpc.write(WriteLogEntriesRequest request)
Sends a request to write log entries to Cloud Logging.
|
com.google.api.core.ApiFuture<WriteLogEntriesResponse> |
GrpcLoggingRpc.write(WriteLogEntriesRequest request) |
Modifier and Type | Method and Description |
---|---|
WriteLogEntriesResponse |
LoggingClient.writeLogEntries(LogName logName,
com.google.api.MonitoredResource resource,
Map<String,String> labels,
List<LogEntry> entries)
Writes log entries to Logging.
|
WriteLogEntriesResponse |
LoggingClient.writeLogEntries(String logName,
com.google.api.MonitoredResource resource,
Map<String,String> labels,
List<LogEntry> entries)
Writes log entries to Logging.
|
WriteLogEntriesResponse |
LoggingClient.writeLogEntries(WriteLogEntriesRequest request)
Writes log entries to Logging.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse> |
LoggingClient.writeLogEntriesCallable()
Writes log entries to Logging.
|
com.google.api.gax.rpc.BatchingCallSettings<WriteLogEntriesRequest,WriteLogEntriesResponse> |
LoggingSettings.writeLogEntriesSettings()
Returns the object with the settings used for calls to writeLogEntries.
|
com.google.api.gax.rpc.BatchingCallSettings.Builder<WriteLogEntriesRequest,WriteLogEntriesResponse> |
LoggingSettings.Builder.writeLogEntriesSettings()
Returns the builder for the settings used for calls to writeLogEntries.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse> |
GrpcLoggingServiceV2Stub.writeLogEntriesCallable() |
com.google.api.gax.rpc.UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse> |
LoggingServiceV2Stub.writeLogEntriesCallable() |
com.google.api.gax.rpc.BatchingCallSettings<WriteLogEntriesRequest,WriteLogEntriesResponse> |
LoggingServiceV2StubSettings.writeLogEntriesSettings()
Returns the object with the settings used for calls to writeLogEntries.
|
com.google.api.gax.rpc.BatchingCallSettings.Builder<WriteLogEntriesRequest,WriteLogEntriesResponse> |
LoggingServiceV2StubSettings.Builder.writeLogEntriesSettings()
Returns the builder for the settings used for calls to writeLogEntries.
|
Modifier and Type | Method and Description |
---|---|
WriteLogEntriesResponse |
WriteLogEntriesResponse.Builder.build() |
WriteLogEntriesResponse |
WriteLogEntriesResponse.Builder.buildPartial() |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.getDefaultInstance() |
WriteLogEntriesResponse |
WriteLogEntriesResponse.getDefaultInstanceForType() |
WriteLogEntriesResponse |
WriteLogEntriesResponse.Builder.getDefaultInstanceForType() |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseDelimitedFrom(InputStream input) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(byte[] data) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(ByteBuffer data) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(com.google.protobuf.ByteString data) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(InputStream input) |
static WriteLogEntriesResponse |
WriteLogEntriesResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WriteLogEntriesResponse |
LoggingServiceV2Grpc.LoggingServiceV2BlockingStub.writeLogEntries(WriteLogEntriesRequest request)
Writes log entries to Logging.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<WriteLogEntriesResponse> |
WriteLogEntriesResponse.getParserForType() |
static MethodDescriptor<WriteLogEntriesRequest,WriteLogEntriesResponse> |
LoggingServiceV2Grpc.getWriteLogEntriesMethod() |
static com.google.protobuf.Parser<WriteLogEntriesResponse> |
WriteLogEntriesResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<WriteLogEntriesResponse> |
LoggingServiceV2Grpc.LoggingServiceV2FutureStub.writeLogEntries(WriteLogEntriesRequest request)
Writes log entries to Logging.
|
Modifier and Type | Method and Description |
---|---|
WriteLogEntriesResponse.Builder |
WriteLogEntriesResponse.Builder.mergeFrom(WriteLogEntriesResponse other) |
static WriteLogEntriesResponse.Builder |
WriteLogEntriesResponse.newBuilder(WriteLogEntriesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
LoggingServiceV2Grpc.AsyncService.writeLogEntries(WriteLogEntriesRequest request,
StreamObserver<WriteLogEntriesResponse> responseObserver)
Writes log entries to Logging.
|
void |
LoggingServiceV2Grpc.LoggingServiceV2Stub.writeLogEntries(WriteLogEntriesRequest request,
StreamObserver<WriteLogEntriesResponse> responseObserver)
Writes log entries to Logging.
|
Copyright © 2023 Google LLC. All rights reserved.