Package com.google.cloud.logging.v2.stub
Class MetricsServiceV2Stub
java.lang.Object
com.google.cloud.logging.v2.stub.MetricsServiceV2Stub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcMetricsServiceV2Stub
@Generated("by gapic-generator-java")
public abstract class MetricsServiceV2Stub
extends Object
implements BackgroundResource
Base stub class for the MetricsServiceV2 service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()UnaryCallable<DeleteLogMetricRequest,com.google.protobuf.Empty> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
MetricsServiceV2Stub
public MetricsServiceV2Stub()
-
-
Method Details
-
listLogMetricsPagedCallable
public UnaryCallable<ListLogMetricsRequest,MetricsClient.ListLogMetricsPagedResponse> listLogMetricsPagedCallable() -
listLogMetricsCallable
-
getLogMetricCallable
-
createLogMetricCallable
-
updateLogMetricCallable
-
deleteLogMetricCallable
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-