public static class MetricServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<MetricServiceStubSettings,MetricServiceStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(MetricServiceStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
MetricServiceStubSettings.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.
|
MetricServiceStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMetricDescriptorRequest,com.google.api.MetricDescriptor> |
createMetricDescriptorSettings()
Returns the builder for the settings used for calls to createMetricDescriptor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTimeSeriesRequest,Empty> |
createTimeSeriesSettings()
Returns the builder for the settings used for calls to createTimeSeries.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMetricDescriptorRequest,Empty> |
deleteMetricDescriptorSettings()
Returns the builder for the settings used for calls to deleteMetricDescriptor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricDescriptorRequest,com.google.api.MetricDescriptor> |
getMetricDescriptorSettings()
Returns the builder for the settings used for calls to getMetricDescriptor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor> |
getMonitoredResourceDescriptorSettings()
Returns the builder for the settings used for calls to getMonitoredResourceDescriptor.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetricDescriptorsRequest,ListMetricDescriptorsResponse,MetricServiceClient.ListMetricDescriptorsPagedResponse> |
listMetricDescriptorsSettings()
Returns the builder for the settings used for calls to listMetricDescriptors.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse,MetricServiceClient.ListMonitoredResourceDescriptorsPagedResponse> |
listMonitoredResourceDescriptorsSettings()
Returns the builder for the settings used for calls to listMonitoredResourceDescriptors.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTimeSeriesRequest,ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse> |
listTimeSeriesSettings()
Returns the builder for the settings used for calls to listTimeSeries.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(MetricServiceStubSettings settings)
public MetricServiceStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse,MetricServiceClient.ListMonitoredResourceDescriptorsPagedResponse> listMonitoredResourceDescriptorsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor> getMonitoredResourceDescriptorSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetricDescriptorsRequest,ListMetricDescriptorsResponse,MetricServiceClient.ListMetricDescriptorsPagedResponse> listMetricDescriptorsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricDescriptorRequest,com.google.api.MetricDescriptor> getMetricDescriptorSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateMetricDescriptorRequest,com.google.api.MetricDescriptor> createMetricDescriptorSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteMetricDescriptorRequest,Empty> deleteMetricDescriptorSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTimeSeriesRequest,ListTimeSeriesResponse,MetricServiceClient.ListTimeSeriesPagedResponse> listTimeSeriesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTimeSeriesRequest,Empty> createTimeSeriesSettings()
public MetricServiceStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<MetricServiceStubSettings,MetricServiceStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.