Package | Description |
---|---|
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.core.ApiFuture<LogMetric> |
LoggingRpc.get(GetLogMetricRequest request)
Sends a request to get a log metric.
|
com.google.api.core.ApiFuture<LogMetric> |
GrpcLoggingRpc.get(GetLogMetricRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetLogMetricRequest,LogMetric> |
MetricsClient.getLogMetricCallable()
Gets a logs-based metric.
|
com.google.api.gax.rpc.UnaryCallSettings<GetLogMetricRequest,LogMetric> |
MetricsSettings.getLogMetricSettings()
Returns the object with the settings used for calls to getLogMetric.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLogMetricRequest,LogMetric> |
MetricsSettings.Builder.getLogMetricSettings()
Returns the builder for the settings used for calls to getLogMetric.
|
Modifier and Type | Method and Description |
---|---|
LogMetric |
MetricsClient.getLogMetric(GetLogMetricRequest request)
Gets a logs-based metric.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetLogMetricRequest,LogMetric> |
MetricsServiceV2Stub.getLogMetricCallable() |
com.google.api.gax.rpc.UnaryCallable<GetLogMetricRequest,LogMetric> |
GrpcMetricsServiceV2Stub.getLogMetricCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetLogMetricRequest,LogMetric> |
MetricsServiceV2StubSettings.getLogMetricSettings()
Returns the object with the settings used for calls to getLogMetric.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLogMetricRequest,LogMetric> |
MetricsServiceV2StubSettings.Builder.getLogMetricSettings()
Returns the builder for the settings used for calls to getLogMetric.
|
Modifier and Type | Method and Description |
---|---|
GetLogMetricRequest |
GetLogMetricRequest.Builder.build() |
GetLogMetricRequest |
GetLogMetricRequest.Builder.buildPartial() |
static GetLogMetricRequest |
GetLogMetricRequest.getDefaultInstance() |
GetLogMetricRequest |
GetLogMetricRequest.getDefaultInstanceForType() |
GetLogMetricRequest |
GetLogMetricRequest.Builder.getDefaultInstanceForType() |
static GetLogMetricRequest |
GetLogMetricRequest.parseDelimitedFrom(InputStream input) |
static GetLogMetricRequest |
GetLogMetricRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(byte[] data) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(ByteBuffer data) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(InputStream input) |
static GetLogMetricRequest |
GetLogMetricRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetLogMetricRequest,LogMetric> |
MetricsServiceV2Grpc.getGetLogMetricMethod() |
com.google.protobuf.Parser<GetLogMetricRequest> |
GetLogMetricRequest.getParserForType() |
static com.google.protobuf.Parser<GetLogMetricRequest> |
GetLogMetricRequest.parser() |
Modifier and Type | Method and Description |
---|---|
LogMetric |
MetricsServiceV2Grpc.MetricsServiceV2BlockingStub.getLogMetric(GetLogMetricRequest request)
Gets a logs-based metric.
|
com.google.common.util.concurrent.ListenableFuture<LogMetric> |
MetricsServiceV2Grpc.MetricsServiceV2FutureStub.getLogMetric(GetLogMetricRequest request)
Gets a logs-based metric.
|
default void |
MetricsServiceV2Grpc.AsyncService.getLogMetric(GetLogMetricRequest request,
StreamObserver<LogMetric> responseObserver)
Gets a logs-based metric.
|
void |
MetricsServiceV2Grpc.MetricsServiceV2Stub.getLogMetric(GetLogMetricRequest request,
StreamObserver<LogMetric> responseObserver)
Gets a logs-based metric.
|
GetLogMetricRequest.Builder |
GetLogMetricRequest.Builder.mergeFrom(GetLogMetricRequest other) |
static GetLogMetricRequest.Builder |
GetLogMetricRequest.newBuilder(GetLogMetricRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.