public static class MetricsServiceV2StubSettings.Builder extends StubSettings.Builder<MetricsServiceV2StubSettings,MetricsServiceV2StubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(MetricsServiceV2StubSettings settings) |
Modifier and Type | Method and Description |
---|---|
MetricsServiceV2StubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
MetricsServiceV2StubSettings |
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.
|
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.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(MetricsServiceV2StubSettings settings)
public MetricsServiceV2StubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 MetricsServiceV2StubSettings build() throws IOException
build
in class StubSettings.Builder<MetricsServiceV2StubSettings,MetricsServiceV2StubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.