Uses of Class
com.google.cloud.monitoring.v3.MetricServiceClient.ListTimeSeriesPagedResponse
-
Packages that use MetricServiceClient.ListTimeSeriesPagedResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub -
-
Uses of MetricServiceClient.ListTimeSeriesPagedResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type MetricServiceClient.ListTimeSeriesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetricServiceClient.ListTimeSeriesPagedResponse>
MetricServiceClient.ListTimeSeriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTimeSeriesRequest,ListTimeSeriesResponse,TimeSeries> context, com.google.api.core.ApiFuture<ListTimeSeriesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTimeSeriesRequest,MetricServiceClient.ListTimeSeriesPagedResponse>
MetricServiceClient. listTimeSeriesPagedCallable()
Lists time series that match a filter.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTimeSeriesRequest,ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse>
MetricServiceSettings.Builder. listTimeSeriesSettings()
Returns the builder for the settings used for calls to listTimeSeries.com.google.api.gax.rpc.PagedCallSettings<ListTimeSeriesRequest,ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse>
MetricServiceSettings. listTimeSeriesSettings()
Returns the object with the settings used for calls to listTimeSeries. -
Uses of MetricServiceClient.ListTimeSeriesPagedResponse in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type MetricServiceClient.ListTimeSeriesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTimeSeriesRequest,MetricServiceClient.ListTimeSeriesPagedResponse>
GrpcMetricServiceStub. listTimeSeriesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTimeSeriesRequest,MetricServiceClient.ListTimeSeriesPagedResponse>
MetricServiceStub. listTimeSeriesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTimeSeriesRequest,ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse>
MetricServiceStubSettings.Builder. listTimeSeriesSettings()
Returns the builder for the settings used for calls to listTimeSeries.com.google.api.gax.rpc.PagedCallSettings<ListTimeSeriesRequest,ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse>
MetricServiceStubSettings. listTimeSeriesSettings()
Returns the object with the settings used for calls to listTimeSeries.
-