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 TailLogEntriesRequest
TailLogEntriesRequest.Builder. build()
TailLogEntriesRequest
TailLogEntriesRequest.Builder. buildPartial()
static TailLogEntriesRequest
TailLogEntriesRequest. getDefaultInstance()
TailLogEntriesRequest
TailLogEntriesRequest.Builder. getDefaultInstanceForType()
TailLogEntriesRequest
TailLogEntriesRequest. getDefaultInstanceForType()
static TailLogEntriesRequest
TailLogEntriesRequest. parseDelimitedFrom(InputStream input)
static TailLogEntriesRequest
TailLogEntriesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(byte[] data)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(com.google.protobuf.ByteString data)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(InputStream input)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TailLogEntriesRequest
TailLogEntriesRequest. parseFrom(ByteBuffer data)
static TailLogEntriesRequest
TailLogEntriesRequest. 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.Builder
TailLogEntriesRequest.Builder. mergeFrom(TailLogEntriesRequest other)
static TailLogEntriesRequest.Builder
TailLogEntriesRequest. newBuilder(TailLogEntriesRequest prototype)
-