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 |
---|---|
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 |
---|---|
TailLogEntriesRequest |
TailLogEntriesRequest.Builder.build() |
TailLogEntriesRequest |
TailLogEntriesRequest.Builder.buildPartial() |
static TailLogEntriesRequest |
TailLogEntriesRequest.getDefaultInstance() |
TailLogEntriesRequest |
TailLogEntriesRequest.getDefaultInstanceForType() |
TailLogEntriesRequest |
TailLogEntriesRequest.Builder.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(ByteBuffer data) |
static TailLogEntriesRequest |
TailLogEntriesRequest.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<TailLogEntriesRequest> |
TailLogEntriesRequest.getParserForType() |
static MethodDescriptor<TailLogEntriesRequest,TailLogEntriesResponse> |
LoggingServiceV2Grpc.getTailLogEntriesMethod() |
static com.google.protobuf.Parser<TailLogEntriesRequest> |
TailLogEntriesRequest.parser() |
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.
|
Modifier and Type | Method and Description |
---|---|
TailLogEntriesRequest.Builder |
TailLogEntriesRequest.Builder.mergeFrom(TailLogEntriesRequest other) |
static TailLogEntriesRequest.Builder |
TailLogEntriesRequest.newBuilder(TailLogEntriesRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.