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 WriteLogEntriesResponseLoggingClient. writeLogEntries(LogName logName, com.google.api.MonitoredResource resource, Map<String,String> labels, List<LogEntry> entries)Writes log entries to Logging.WriteLogEntriesResponseLoggingClient. writeLogEntries(WriteLogEntriesRequest request)Writes log entries to Logging.WriteLogEntriesResponseLoggingClient. 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 WriteLogEntriesResponseWriteLogEntriesResponse.Builder. build()WriteLogEntriesResponseWriteLogEntriesResponse.Builder. buildPartial()static WriteLogEntriesResponseWriteLogEntriesResponse. getDefaultInstance()WriteLogEntriesResponseWriteLogEntriesResponse.Builder. getDefaultInstanceForType()WriteLogEntriesResponseWriteLogEntriesResponse. getDefaultInstanceForType()static WriteLogEntriesResponseWriteLogEntriesResponse. parseDelimitedFrom(InputStream input)static WriteLogEntriesResponseWriteLogEntriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(byte[] data)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(InputStream input)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(ByteBuffer data)static WriteLogEntriesResponseWriteLogEntriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)WriteLogEntriesResponseLoggingServiceV2Grpc.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.BuilderWriteLogEntriesResponse.Builder. mergeFrom(WriteLogEntriesResponse other)static WriteLogEntriesResponse.BuilderWriteLogEntriesResponse. newBuilder(WriteLogEntriesResponse prototype)Method parameters in com.google.logging.v2 with type arguments of type WriteLogEntriesResponse Modifier and Type Method Description default voidLoggingServiceV2Grpc.AsyncService. writeLogEntries(WriteLogEntriesRequest request, io.grpc.stub.StreamObserver<WriteLogEntriesResponse> responseObserver)Writes log entries to Logging.voidLoggingServiceV2Grpc.LoggingServiceV2Stub. writeLogEntries(WriteLogEntriesRequest request, io.grpc.stub.StreamObserver<WriteLogEntriesResponse> responseObserver)Writes log entries to Logging.
-