public static class MetricsSettings.Builder extends ClientSettings.Builder<MetricsSettings,MetricsSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(MetricsServiceV2StubSettings.Builder stubSettings) |
protected |
Builder(MetricsSettings settings) |
Modifier and Type | Method and Description |
---|---|
MetricsSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
MetricsSettings |
build() |
UnaryCallSettings.Builder<com.google.logging.v2.CreateLogMetricRequest,com.google.logging.v2.LogMetric> |
createLogMetricSettings()
Returns the builder for the settings used for calls to createLogMetric.
|
UnaryCallSettings.Builder<com.google.logging.v2.DeleteLogMetricRequest,Empty> |
deleteLogMetricSettings()
Returns the builder for the settings used for calls to deleteLogMetric.
|
UnaryCallSettings.Builder<com.google.logging.v2.GetLogMetricRequest,com.google.logging.v2.LogMetric> |
getLogMetricSettings()
Returns the builder for the settings used for calls to getLogMetric.
|
MetricsServiceV2StubSettings.Builder |
getStubSettingsBuilder() |
PagedCallSettings.Builder<com.google.logging.v2.ListLogMetricsRequest,com.google.logging.v2.ListLogMetricsResponse,MetricsClient.ListLogMetricsPagedResponse> |
listLogMetricsSettings()
Returns the builder for the settings used for calls to listLogMetrics.
|
UnaryCallSettings.Builder<com.google.logging.v2.UpdateLogMetricRequest,com.google.logging.v2.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(ClientContext clientContext)
protected Builder(MetricsSettings settings)
protected Builder(MetricsServiceV2StubSettings.Builder stubSettings)
public MetricsServiceV2StubSettings.Builder getStubSettingsBuilder()
public MetricsSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public PagedCallSettings.Builder<com.google.logging.v2.ListLogMetricsRequest,com.google.logging.v2.ListLogMetricsResponse,MetricsClient.ListLogMetricsPagedResponse> listLogMetricsSettings()
public UnaryCallSettings.Builder<com.google.logging.v2.GetLogMetricRequest,com.google.logging.v2.LogMetric> getLogMetricSettings()
public UnaryCallSettings.Builder<com.google.logging.v2.CreateLogMetricRequest,com.google.logging.v2.LogMetric> createLogMetricSettings()
public UnaryCallSettings.Builder<com.google.logging.v2.UpdateLogMetricRequest,com.google.logging.v2.LogMetric> updateLogMetricSettings()
public UnaryCallSettings.Builder<com.google.logging.v2.DeleteLogMetricRequest,Empty> deleteLogMetricSettings()
public MetricsSettings build() throws IOException
build
in class ClientSettings.Builder<MetricsSettings,MetricsSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.