Uses of Class
com.google.logging.v2.TailLogEntriesRequest
-
Packages that use TailLogEntriesRequest 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 TailLogEntriesRequest in com.google.cloud.logging
Methods in com.google.cloud.logging that return types with arguments of type TailLogEntriesRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStream<TailLogEntriesRequest,TailLogEntriesResponse>LogEntryServerStream. getInternalStream() -
Uses of TailLogEntriesRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 that return types with arguments of type TailLogEntriesRequest 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 TailLogEntriesRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type TailLogEntriesRequest 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 TailLogEntriesRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type TailLogEntriesRequest 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 TailLogEntriesRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return TailLogEntriesRequest Modifier and Type Method Description TailLogEntriesRequestTailLogEntriesRequest.Builder. build()TailLogEntriesRequestTailLogEntriesRequest.Builder. buildPartial()static TailLogEntriesRequestTailLogEntriesRequest. getDefaultInstance()TailLogEntriesRequestTailLogEntriesRequest.Builder. getDefaultInstanceForType()TailLogEntriesRequestTailLogEntriesRequest. getDefaultInstanceForType()static TailLogEntriesRequestTailLogEntriesRequest. parseDelimitedFrom(InputStream input)static TailLogEntriesRequestTailLogEntriesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(byte[] data)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(com.google.protobuf.ByteString data)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(InputStream input)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(ByteBuffer data)static TailLogEntriesRequestTailLogEntriesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type TailLogEntriesRequest Modifier and Type Method Description com.google.protobuf.Parser<TailLogEntriesRequest>TailLogEntriesRequest. getParserForType()static io.grpc.MethodDescriptor<TailLogEntriesRequest,TailLogEntriesResponse>LoggingServiceV2Grpc. getTailLogEntriesMethod()static com.google.protobuf.Parser<TailLogEntriesRequest>TailLogEntriesRequest. parser()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.Methods in com.google.logging.v2 with parameters of type TailLogEntriesRequest Modifier and Type Method Description TailLogEntriesRequest.BuilderTailLogEntriesRequest.Builder. mergeFrom(TailLogEntriesRequest other)static TailLogEntriesRequest.BuilderTailLogEntriesRequest. newBuilder(TailLogEntriesRequest prototype)
-