Show / Hide Table of Contents

Class SpacesServiceSettings

Settings for SpacesServiceClient instances.

Inheritance
object
ServiceSettingsBase
SpacesServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class SpacesServiceSettings : ServiceSettingsBase

Constructors

SpacesServiceSettings()

Constructs a new SpacesServiceSettings object with default settings.

Declaration
public SpacesServiceSettings()

Properties

ConnectActiveConferenceSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.ConnectActiveConference and SpacesServiceClient.ConnectActiveConferenceAsync .

Declaration
public CallSettings ConnectActiveConferenceSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

CreateMemberSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.CreateMember and SpacesServiceClient.CreateMemberAsync.

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

CreateSpaceSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.CreateSpace and SpacesServiceClient.CreateSpaceAsync.

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

DeleteMemberSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.DeleteMember and SpacesServiceClient.DeleteMemberAsync.

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

EndActiveConferenceSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.EndActiveConference and SpacesServiceClient.EndActiveConferenceAsync.

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

GetMemberSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.GetMember and SpacesServiceClient.GetMemberAsync.

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

GetSpaceSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.GetSpace and SpacesServiceClient.GetSpaceAsync.

Declaration
public CallSettings GetSpaceSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

ListMembersSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.ListMembers and SpacesServiceClient.ListMembersAsync.

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

UpdateSpaceSettings

CallSettings for synchronous and asynchronous calls to SpacesServiceClient.UpdateSpace and SpacesServiceClient.UpdateSpaceAsync.

Declaration
public CallSettings UpdateSpaceSettings { get; set; }
Property Value
Type Description
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 SpacesServiceSettings Clone()
Returns
Type Description
SpacesServiceSettings

A deep clone of this SpacesServiceSettings object.

GetDefault()

Get a new instance of the default SpacesServiceSettings.

Declaration
public static SpacesServiceSettings GetDefault()
Returns
Type Description
SpacesServiceSettings

A new instance of the default SpacesServiceSettings.

In this article
Back to top Generated by DocFX