public static class MetricsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<MetricsSettings,MetricsSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(MetricsServiceV2StubSettings.Builder stubSettings) |
protected |
Builder(MetricsSettings settings) |
Modifier and Type | Method and Description |
---|---|
MetricsSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
MetricsSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLogMetricRequest,LogMetric> |
createLogMetricSettings()
Returns the builder for the settings used for calls to createLogMetric.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLogMetricRequest,Empty> |
deleteLogMetricSettings()
Returns the builder for the settings used for calls to deleteLogMetric.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLogMetricRequest,LogMetric> |
getLogMetricSettings()
Returns the builder for the settings used for calls to getLogMetric.
|
MetricsServiceV2StubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogMetricsRequest,ListLogMetricsResponse,MetricsClient.ListLogMetricsPagedResponse> |
listLogMetricsSettings()
Returns the builder for the settings used for calls to listLogMetrics.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateLogMetricRequest,LogMetric> |
updateLogMetricSettings()
Returns the builder for the settings used for calls to updateLogMetric.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(MetricsSettings settings)
protected Builder(MetricsServiceV2StubSettings.Builder stubSettings)
public MetricsServiceV2StubSettings.Builder getStubSettingsBuilder()
public MetricsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogMetricsRequest,ListLogMetricsResponse,MetricsClient.ListLogMetricsPagedResponse> listLogMetricsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLogMetricRequest,LogMetric> getLogMetricSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLogMetricRequest,LogMetric> createLogMetricSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateLogMetricRequest,LogMetric> updateLogMetricSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLogMetricRequest,Empty> deleteLogMetricSettings()
public MetricsSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<MetricsSettings,MetricsSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.