Class SpacesServiceSettings
Settings for Spaces
Inherited Members
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class SpacesServiceSettings : ServiceSettingsBase
Constructors
SpacesServiceSettings()
Constructs a new Spaces
Declaration
public SpacesServiceSettings()
Properties
ConnectActiveConferenceSettings
CallSpacesServiceClient.ConnectActiveConference
and SpacesServiceClient.ConnectActiveConferenceAsync
.
Declaration
public CallSettings ConnectActiveConferenceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateMemberSettings
CallSpacesServiceClient.CreateMember
and SpacesServiceClient.CreateMemberAsync
.
Declaration
public CallSettings CreateMemberSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
CreateSpaceSettings
CallSpacesServiceClient.CreateSpace
and SpacesServiceClient.CreateSpaceAsync
.
Declaration
public CallSettings CreateSpaceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
DeleteMemberSettings
CallSpacesServiceClient.DeleteMember
and SpacesServiceClient.DeleteMemberAsync
.
Declaration
public CallSettings DeleteMemberSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
EndActiveConferenceSettings
CallSpacesServiceClient.EndActiveConference
and SpacesServiceClient.EndActiveConferenceAsync
.
Declaration
public CallSettings EndActiveConferenceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
GetMemberSettings
CallSpacesServiceClient.GetMember
and SpacesServiceClient.GetMemberAsync
.
Declaration
public CallSettings GetMemberSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
GetSpaceSettings
CallSpacesServiceClient.GetSpace
and SpacesServiceClient.GetSpaceAsync
.
Declaration
public CallSettings GetSpaceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallSpacesServiceClient.ListMembers
and SpacesServiceClient.ListMembersAsync
.
Declaration
public CallSettings ListMembersSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
UpdateSpaceSettings
CallSpacesServiceClient.UpdateSpace
and SpacesServiceClient.UpdateSpaceAsync
.
Declaration
public CallSettings UpdateSpaceSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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 |
---|---|
Spaces |
A deep clone of this Spaces |
GetDefault()
Get a new instance of the default Spaces
Declaration
public static SpacesServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Spaces |
A new instance of the default Spaces |