Show / Hide Table of Contents

Class TablesServiceSettings

Settings for TablesServiceClient instances.

Inheritance
System.Object
Google.Api.Gax.Grpc.ServiceSettingsBase
TablesServiceSettings
Inherited Members
Google.Api.Gax.Grpc.ServiceSettingsBase.VersionHeaderBuilder
Google.Api.Gax.Grpc.ServiceSettingsBase.CallSettings
Google.Api.Gax.Grpc.ServiceSettingsBase.Clock
Google.Api.Gax.Grpc.ServiceSettingsBase.Scheduler
Google.Api.Gax.Grpc.ServiceSettingsBase.Interceptor
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class TablesServiceSettings : ServiceSettingsBase

Constructors

TablesServiceSettings()

Constructs a new TablesServiceSettings object with default settings.

Declaration
public TablesServiceSettings()

Properties

BatchCreateRowsSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.BatchCreateRows and TablesServiceClient.BatchCreateRowsAsync.

Declaration
public CallSettings BatchCreateRowsSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

BatchUpdateRowsSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.BatchUpdateRows and TablesServiceClient.BatchUpdateRowsAsync.

Declaration
public CallSettings BatchUpdateRowsSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

CreateRowSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.CreateRow and TablesServiceClient.CreateRowAsync.

Declaration
public CallSettings CreateRowSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteRowSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.DeleteRow and TablesServiceClient.DeleteRowAsync.

Declaration
public CallSettings DeleteRowSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetRowSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.GetRow and TablesServiceClient.GetRowAsync.

Declaration
public CallSettings GetRowSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetTableSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.GetTable and TablesServiceClient.GetTableAsync.

Declaration
public CallSettings GetTableSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

ListRowsSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.ListRows and TablesServiceClient.ListRowsAsync.

Declaration
public CallSettings ListRowsSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

ListTablesSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.ListTables and TablesServiceClient.ListTablesAsync.

Declaration
public CallSettings ListTablesSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

UpdateRowSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to TablesServiceClient.UpdateRow and TablesServiceClient.UpdateRowAsync.

Declaration
public CallSettings UpdateRowSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

Creates a deep clone of this object, with all the same property values.

Declaration
public TablesServiceSettings Clone()
Returns
Type Description
TablesServiceSettings

A deep clone of this TablesServiceSettings object.

GetDefault()

Get a new instance of the default TablesServiceSettings.

Declaration
public static TablesServiceSettings GetDefault()
Returns
Type Description
TablesServiceSettings

A new instance of the default TablesServiceSettings.

Back to top