Uses of Class
com.google.logging.v2.TailLogEntriesResponse
-
Packages that use TailLogEntriesResponse Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis.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 TailLogEntriesResponse in com.google.cloud.logging
Methods in com.google.cloud.logging that return types with arguments of type TailLogEntriesResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStream<TailLogEntriesRequest,TailLogEntriesResponse>LogEntryServerStream. getInternalStream()Methods in com.google.cloud.logging with parameters of type TailLogEntriesResponse Modifier and Type Method Description List<LogEntry>LogEntryServerStream. convert(TailLogEntriesResponse resp) -
Uses of TailLogEntriesResponse in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 that return types with arguments of type TailLogEntriesResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStream<TailLogEntriesRequest,TailLogEntriesResponse>GrpcLoggingRpc. getTailLogEntriesStream()default com.google.api.gax.rpc.BidiStream<TailLogEntriesRequest,TailLogEntriesResponse>LoggingRpc. getTailLogEntriesStream()This method returns a {code BidiStream} object to consume the stream of log entries. -
Uses of TailLogEntriesResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type TailLogEntriesResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<TailLogEntriesRequest,TailLogEntriesResponse>LoggingClient. tailLogEntriesCallable()Streaming read of log entries as they are ingested.com.google.api.gax.rpc.StreamingCallSettings.Builder<TailLogEntriesRequest,TailLogEntriesResponse>LoggingSettings.Builder. tailLogEntriesSettings()Returns the builder for the settings used for calls to tailLogEntries.com.google.api.gax.rpc.StreamingCallSettings<TailLogEntriesRequest,TailLogEntriesResponse>LoggingSettings. tailLogEntriesSettings()Returns the object with the settings used for calls to tailLogEntries. -
Uses of TailLogEntriesResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type TailLogEntriesResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<TailLogEntriesRequest,TailLogEntriesResponse>GrpcLoggingServiceV2Stub. tailLogEntriesCallable()com.google.api.gax.rpc.BidiStreamingCallable<TailLogEntriesRequest,TailLogEntriesResponse>LoggingServiceV2Stub. tailLogEntriesCallable()com.google.api.gax.rpc.StreamingCallSettings.Builder<TailLogEntriesRequest,TailLogEntriesResponse>LoggingServiceV2StubSettings.Builder. tailLogEntriesSettings()Returns the builder for the settings used for calls to tailLogEntries.com.google.api.gax.rpc.StreamingCallSettings<TailLogEntriesRequest,TailLogEntriesResponse>LoggingServiceV2StubSettings. tailLogEntriesSettings()Returns the object with the settings used for calls to tailLogEntries. -
Uses of TailLogEntriesResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return TailLogEntriesResponse Modifier and Type Method Description TailLogEntriesResponseTailLogEntriesResponse.Builder. build()TailLogEntriesResponseTailLogEntriesResponse.Builder. buildPartial()static TailLogEntriesResponseTailLogEntriesResponse. getDefaultInstance()TailLogEntriesResponseTailLogEntriesResponse.Builder. getDefaultInstanceForType()TailLogEntriesResponseTailLogEntriesResponse. getDefaultInstanceForType()static TailLogEntriesResponseTailLogEntriesResponse. parseDelimitedFrom(InputStream input)static TailLogEntriesResponseTailLogEntriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(byte[] data)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(InputStream input)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(ByteBuffer data)static TailLogEntriesResponseTailLogEntriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type TailLogEntriesResponse Modifier and Type Method Description com.google.protobuf.Parser<TailLogEntriesResponse>TailLogEntriesResponse. getParserForType()static io.grpc.MethodDescriptor<TailLogEntriesRequest,TailLogEntriesResponse>LoggingServiceV2Grpc. getTailLogEntriesMethod()static com.google.protobuf.Parser<TailLogEntriesResponse>TailLogEntriesResponse. parser()Methods in com.google.logging.v2 with parameters of type TailLogEntriesResponse Modifier and Type Method Description TailLogEntriesResponse.BuilderTailLogEntriesResponse.Builder. mergeFrom(TailLogEntriesResponse other)static TailLogEntriesResponse.BuilderTailLogEntriesResponse. newBuilder(TailLogEntriesResponse prototype)Method parameters in com.google.logging.v2 with type arguments of type TailLogEntriesResponse Modifier and Type Method Description default io.grpc.stub.StreamObserver<TailLogEntriesRequest>LoggingServiceV2Grpc.AsyncService. tailLogEntries(io.grpc.stub.StreamObserver<TailLogEntriesResponse> responseObserver)Streaming read of log entries as they are ingested.io.grpc.stub.StreamObserver<TailLogEntriesRequest>LoggingServiceV2Grpc.LoggingServiceV2Stub. tailLogEntries(io.grpc.stub.StreamObserver<TailLogEntriesResponse> responseObserver)Streaming read of log entries as they are ingested.
-