Class MetricsServiceV2Stub (3.16.2)

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
TypeDescription
UnaryCallable<CreateLogMetricRequest,LogMetric>

deleteLogMetricCallable()

public UnaryCallable<DeleteLogMetricRequest,Empty> deleteLogMetricCallable()
Returns
TypeDescription
UnaryCallable<DeleteLogMetricRequest,Empty>

getLogMetricCallable()

public UnaryCallable<GetLogMetricRequest,LogMetric> getLogMetricCallable()
Returns
TypeDescription
UnaryCallable<GetLogMetricRequest,LogMetric>

listLogMetricsCallable()

public UnaryCallable<ListLogMetricsRequest,ListLogMetricsResponse> listLogMetricsCallable()
Returns
TypeDescription
UnaryCallable<ListLogMetricsRequest,ListLogMetricsResponse>

listLogMetricsPagedCallable()

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

updateLogMetricCallable()

public UnaryCallable<UpdateLogMetricRequest,LogMetric> updateLogMetricCallable()
Returns
TypeDescription
UnaryCallable<UpdateLogMetricRequest,LogMetric>