@Generated(value="by gapic-generator") public class MetricServiceSettings extends ClientSettings<MetricServiceSettings>
MetricServiceClient
.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object. For example, to set the total timeout of getMonitoredResourceDescriptor to 30 seconds:
MetricServiceSettings.Builder metricServiceSettingsBuilder =
MetricServiceSettings.newBuilder();
metricServiceSettingsBuilder.getMonitoredResourceDescriptorSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
MetricServiceSettings metricServiceSettings = metricServiceSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
MetricServiceSettings.Builder
Builder for MetricServiceSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
MetricServiceSettings(MetricServiceSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
static MetricServiceSettings |
create(MetricServiceStubSettings stub) |
UnaryCallSettings<com.google.monitoring.v3.CreateMetricDescriptorRequest,com.google.api.MetricDescriptor> |
createMetricDescriptorSettings()
Returns the object with the settings used for calls to createMetricDescriptor.
|
UnaryCallSettings<com.google.monitoring.v3.CreateTimeSeriesRequest,Empty> |
createTimeSeriesSettings()
Returns the object with the settings used for calls to createTimeSeries.
|
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<com.google.monitoring.v3.DeleteMetricDescriptorRequest,Empty> |
deleteMetricDescriptorSettings()
Returns the object with the settings used for calls to deleteMetricDescriptor.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<com.google.monitoring.v3.GetMetricDescriptorRequest,com.google.api.MetricDescriptor> |
getMetricDescriptorSettings()
Returns the object with the settings used for calls to getMetricDescriptor.
|
UnaryCallSettings<com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor> |
getMonitoredResourceDescriptorSettings()
Returns the object with the settings used for calls to getMonitoredResourceDescriptor.
|
PagedCallSettings<com.google.monitoring.v3.ListMetricDescriptorsRequest,com.google.monitoring.v3.ListMetricDescriptorsResponse,MetricServiceClient.ListMetricDescriptorsPagedResponse> |
listMetricDescriptorsSettings()
Returns the object with the settings used for calls to listMetricDescriptors.
|
PagedCallSettings<com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest,com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse,MetricServiceClient.ListMonitoredResourceDescriptorsPagedResponse> |
listMonitoredResourceDescriptorsSettings()
Returns the object with the settings used for calls to listMonitoredResourceDescriptors.
|
PagedCallSettings<com.google.monitoring.v3.ListTimeSeriesRequest,com.google.monitoring.v3.ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse> |
listTimeSeriesSettings()
Returns the object with the settings used for calls to listTimeSeries.
|
static MetricServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static MetricServiceSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
MetricServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected MetricServiceSettings(MetricServiceSettings.Builder settingsBuilder) throws IOException
IOException
public PagedCallSettings<com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest,com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse,MetricServiceClient.ListMonitoredResourceDescriptorsPagedResponse> listMonitoredResourceDescriptorsSettings()
public UnaryCallSettings<com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor> getMonitoredResourceDescriptorSettings()
public PagedCallSettings<com.google.monitoring.v3.ListMetricDescriptorsRequest,com.google.monitoring.v3.ListMetricDescriptorsResponse,MetricServiceClient.ListMetricDescriptorsPagedResponse> listMetricDescriptorsSettings()
public UnaryCallSettings<com.google.monitoring.v3.GetMetricDescriptorRequest,com.google.api.MetricDescriptor> getMetricDescriptorSettings()
public UnaryCallSettings<com.google.monitoring.v3.CreateMetricDescriptorRequest,com.google.api.MetricDescriptor> createMetricDescriptorSettings()
public UnaryCallSettings<com.google.monitoring.v3.DeleteMetricDescriptorRequest,Empty> deleteMetricDescriptorSettings()
public PagedCallSettings<com.google.monitoring.v3.ListTimeSeriesRequest,com.google.monitoring.v3.ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse> listTimeSeriesSettings()
public UnaryCallSettings<com.google.monitoring.v3.CreateTimeSeriesRequest,Empty> createTimeSeriesSettings()
public static final MetricServiceSettings create(MetricServiceStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static MetricServiceSettings.Builder newBuilder()
public static MetricServiceSettings.Builder newBuilder(ClientContext clientContext)
public MetricServiceSettings.Builder toBuilder()
toBuilder
in class ClientSettings<MetricServiceSettings>
Copyright © 2019 Google LLC. All rights reserved.