Google Cloud Monitoring v3 API - Class QueryServiceSettings (3.7.0)

public sealed class QueryServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Google Cloud Monitoring v3 API class QueryServiceSettings.

Settings for QueryServiceClient instances.

Inheritance

object > ServiceSettingsBase > QueryServiceSettings

Namespace

Google.Cloud.Monitoring.V3

Assembly

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
QueryServiceSettings

A deep clone of this QueryServiceSettings object.

GetDefault()

public static QueryServiceSettings GetDefault()

Get a new instance of the default QueryServiceSettings.

Returns
TypeDescription
QueryServiceSettings

A new instance of the default QueryServiceSettings.