public sealed class QueryServiceSettings : ServiceSettingsBase
Settings for QueryServiceClient instances.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
QueryServiceSettings()
public QueryServiceSettings()
Constructs a new QueryServiceSettings object with default settings.
Properties
QueryTimeSeriesSettings
public CallSettings QueryTimeSeriesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
QueryServiceClient.QueryTimeSeries
and QueryServiceClient.QueryTimeSeriesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public QueryServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
QueryServiceSettings | A deep clone of this QueryServiceSettings object. |
GetDefault()
public static QueryServiceSettings GetDefault()
Get a new instance of the default QueryServiceSettings.
Returns | |
---|---|
Type | Description |
QueryServiceSettings | A new instance of the default QueryServiceSettings. |