Class SpacesServiceSettings
Settings for SpacesServiceClient instances.
Inherited Members
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class SpacesServiceSettings : ServiceSettingsBase
Constructors
SpacesServiceSettings()
Constructs a new SpacesServiceSettings object with default settings.
Declaration
public SpacesServiceSettings()
Properties
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.
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.
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.
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. |