Class MetricsServiceV2Stub (3.8.0)

public abstract class MetricsServiceV2Stub implements BackgroundResource

Base stub class for the MetricsServiceV2 service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > MetricsServiceV2Stub

Implements

BackgroundResource

Constructors

MetricsServiceV2Stub()

public MetricsServiceV2Stub()

Methods

close()

public abstract void close()

createLogMetricCallable()

public UnaryCallable<CreateLogMetricRequest,LogMetric> createLogMetricCallable()
Returns

deleteLogMetricCallable()

public UnaryCallable<DeleteLogMetricRequest,Empty> deleteLogMetricCallable()
Returns

getLogMetricCallable()

public UnaryCallable<GetLogMetricRequest,LogMetric> getLogMetricCallable()
Returns

listLogMetricsCallable()

public UnaryCallable<ListLogMetricsRequest,ListLogMetricsResponse> listLogMetricsCallable()
Returns

listLogMetricsPagedCallable()

public UnaryCallable<ListLogMetricsRequest,MetricsClient.ListLogMetricsPagedResponse> listLogMetricsPagedCallable()
Returns

updateLogMetricCallable()

public UnaryCallable<UpdateLogMetricRequest,LogMetric> updateLogMetricCallable()
Returns