Uses of Class
com.google.logging.v2.WriteLogEntriesResponse
-
Packages that use WriteLogEntriesResponse 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 WriteLogEntriesResponse in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 that return types with arguments of type WriteLogEntriesResponse Modifier and Type Method Description com.google.api.core.ApiFuture<WriteLogEntriesResponse>
GrpcLoggingRpc. write(WriteLogEntriesRequest request)
com.google.api.core.ApiFuture<WriteLogEntriesResponse>
LoggingRpc. write(WriteLogEntriesRequest request)
Sends a request to write log entries to Cloud Logging. -
Uses of WriteLogEntriesResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return WriteLogEntriesResponse Modifier and Type Method 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(WriteLogEntriesRequest request)
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.Methods in com.google.cloud.logging.v2 that return types with arguments of type WriteLogEntriesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse>
LoggingClient. writeLogEntriesCallable()
Writes log entries to Logging.com.google.api.gax.rpc.BatchingCallSettings.Builder<WriteLogEntriesRequest,WriteLogEntriesResponse>
LoggingSettings.Builder. writeLogEntriesSettings()
Returns the builder for the settings used for calls to writeLogEntries.com.google.api.gax.rpc.BatchingCallSettings<WriteLogEntriesRequest,WriteLogEntriesResponse>
LoggingSettings. writeLogEntriesSettings()
Returns the object with the settings used for calls to writeLogEntries. -
Uses of WriteLogEntriesResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type WriteLogEntriesResponse Modifier and Type Method 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.Builder<WriteLogEntriesRequest,WriteLogEntriesResponse>
LoggingServiceV2StubSettings.Builder. writeLogEntriesSettings()
Returns the builder for the settings used for calls to writeLogEntries.com.google.api.gax.rpc.BatchingCallSettings<WriteLogEntriesRequest,WriteLogEntriesResponse>
LoggingServiceV2StubSettings. writeLogEntriesSettings()
Returns the object with the settings used for calls to writeLogEntries. -
Uses of WriteLogEntriesResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return WriteLogEntriesResponse Modifier and Type Method Description WriteLogEntriesResponse
WriteLogEntriesResponse.Builder. build()
WriteLogEntriesResponse
WriteLogEntriesResponse.Builder. buildPartial()
static WriteLogEntriesResponse
WriteLogEntriesResponse. getDefaultInstance()
WriteLogEntriesResponse
WriteLogEntriesResponse.Builder. getDefaultInstanceForType()
WriteLogEntriesResponse
WriteLogEntriesResponse. 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(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)
static WriteLogEntriesResponse
WriteLogEntriesResponse. parseFrom(ByteBuffer data)
static WriteLogEntriesResponse
WriteLogEntriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
WriteLogEntriesResponse
LoggingServiceV2Grpc.LoggingServiceV2BlockingStub. writeLogEntries(WriteLogEntriesRequest request)
Writes log entries to Logging.Methods in com.google.logging.v2 that return types with arguments of type WriteLogEntriesResponse Modifier and Type Method Description com.google.protobuf.Parser<WriteLogEntriesResponse>
WriteLogEntriesResponse. getParserForType()
static io.grpc.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.Methods in com.google.logging.v2 with parameters of type WriteLogEntriesResponse Modifier and Type Method Description WriteLogEntriesResponse.Builder
WriteLogEntriesResponse.Builder. mergeFrom(WriteLogEntriesResponse other)
static WriteLogEntriesResponse.Builder
WriteLogEntriesResponse. newBuilder(WriteLogEntriesResponse prototype)
Method parameters in com.google.logging.v2 with type arguments of type WriteLogEntriesResponse Modifier and Type Method Description default void
LoggingServiceV2Grpc.AsyncService. writeLogEntries(WriteLogEntriesRequest request, io.grpc.stub.StreamObserver<WriteLogEntriesResponse> responseObserver)
Writes log entries to Logging.void
LoggingServiceV2Grpc.LoggingServiceV2Stub. writeLogEntries(WriteLogEntriesRequest request, io.grpc.stub.StreamObserver<WriteLogEntriesResponse> responseObserver)
Writes log entries to Logging.
-