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 API
|
com.google.cloud.logging.v2.stub | |
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.BidiStream<TailLogEntriesRequest,TailLogEntriesResponse> |
LogEntryServerStream.getInternalStream() |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
LogEntryServerStream.convert(TailLogEntriesResponse resp) |
Modifier and Type | Method and Description |
---|---|
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.
|
com.google.api.gax.rpc.BidiStream<TailLogEntriesRequest,TailLogEntriesResponse> |
GrpcLoggingRpc.getTailLogEntriesStream() |
Modifier and Type | Method and 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<TailLogEntriesRequest,TailLogEntriesResponse> |
LoggingSettings.tailLogEntriesSettings()
Returns the object with the settings used for calls to tailLogEntries.
|
com.google.api.gax.rpc.StreamingCallSettings.Builder<TailLogEntriesRequest,TailLogEntriesResponse> |
LoggingSettings.Builder.tailLogEntriesSettings()
Returns the builder for the settings used for calls to tailLogEntries.
|
Modifier and Type | Method and 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<TailLogEntriesRequest,TailLogEntriesResponse> |
LoggingServiceV2StubSettings.tailLogEntriesSettings()
Returns the object with the settings used for calls to tailLogEntries.
|
com.google.api.gax.rpc.StreamingCallSettings.Builder<TailLogEntriesRequest,TailLogEntriesResponse> |
LoggingServiceV2StubSettings.Builder.tailLogEntriesSettings()
Returns the builder for the settings used for calls to tailLogEntries.
|
Modifier and Type | Method and Description |
---|---|
TailLogEntriesResponse |
TailLogEntriesResponse.Builder.build() |
TailLogEntriesResponse |
TailLogEntriesResponse.Builder.buildPartial() |
static TailLogEntriesResponse |
TailLogEntriesResponse.getDefaultInstance() |
TailLogEntriesResponse |
TailLogEntriesResponse.getDefaultInstanceForType() |
TailLogEntriesResponse |
TailLogEntriesResponse.Builder.getDefaultInstanceForType() |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseDelimitedFrom(InputStream input) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(byte[] data) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(ByteBuffer data) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(com.google.protobuf.ByteString data) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(InputStream input) |
static TailLogEntriesResponse |
TailLogEntriesResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<TailLogEntriesResponse> |
TailLogEntriesResponse.getParserForType() |
static MethodDescriptor<TailLogEntriesRequest,TailLogEntriesResponse> |
LoggingServiceV2Grpc.getTailLogEntriesMethod() |
static com.google.protobuf.Parser<TailLogEntriesResponse> |
TailLogEntriesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
TailLogEntriesResponse.Builder |
TailLogEntriesResponse.Builder.mergeFrom(TailLogEntriesResponse other) |
static TailLogEntriesResponse.Builder |
TailLogEntriesResponse.newBuilder(TailLogEntriesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default StreamObserver<TailLogEntriesRequest> |
LoggingServiceV2Grpc.AsyncService.tailLogEntries(StreamObserver<TailLogEntriesResponse> responseObserver)
Streaming read of log entries as they are ingested.
|
StreamObserver<TailLogEntriesRequest> |
LoggingServiceV2Grpc.LoggingServiceV2Stub.tailLogEntries(StreamObserver<TailLogEntriesResponse> responseObserver)
Streaming read of log entries as they are ingested.
|
Copyright © 2023 Google LLC. All rights reserved.