Package com.google.cloud.logging.v2.stub
Class MetricsServiceV2Stub
- java.lang.Object
-
- com.google.cloud.logging.v2.stub.MetricsServiceV2Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcMetricsServiceV2Stub
@Generated("by gapic-generator-java") public abstract class MetricsServiceV2Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the MetricsServiceV2 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description MetricsServiceV2Stub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateLogMetricRequest,LogMetric>createLogMetricCallable()com.google.api.gax.rpc.UnaryCallable<DeleteLogMetricRequest,com.google.protobuf.Empty>deleteLogMetricCallable()com.google.api.gax.rpc.UnaryCallable<GetLogMetricRequest,LogMetric>getLogMetricCallable()com.google.api.gax.rpc.UnaryCallable<ListLogMetricsRequest,ListLogMetricsResponse>listLogMetricsCallable()com.google.api.gax.rpc.UnaryCallable<ListLogMetricsRequest,MetricsClient.ListLogMetricsPagedResponse>listLogMetricsPagedCallable()com.google.api.gax.rpc.UnaryCallable<UpdateLogMetricRequest,LogMetric>updateLogMetricCallable()
-
-
-
Method Detail
-
listLogMetricsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListLogMetricsRequest,MetricsClient.ListLogMetricsPagedResponse> listLogMetricsPagedCallable()
-
listLogMetricsCallable
public com.google.api.gax.rpc.UnaryCallable<ListLogMetricsRequest,ListLogMetricsResponse> listLogMetricsCallable()
-
getLogMetricCallable
public com.google.api.gax.rpc.UnaryCallable<GetLogMetricRequest,LogMetric> getLogMetricCallable()
-
createLogMetricCallable
public com.google.api.gax.rpc.UnaryCallable<CreateLogMetricRequest,LogMetric> createLogMetricCallable()
-
updateLogMetricCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateLogMetricRequest,LogMetric> updateLogMetricCallable()
-
deleteLogMetricCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteLogMetricRequest,com.google.protobuf.Empty> deleteLogMetricCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-