public sealed class GroupServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GroupServiceSettings.
Settings for GroupServiceClient instances.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
GroupServiceSettings()
public GroupServiceSettings()
Constructs a new GroupServiceSettings object with default settings.
Properties
CreateGroupSettings
public CallSettings CreateGroupSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GroupServiceClient.CreateGroup
and GroupServiceClient.CreateGroupAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 30 seconds.
DeleteGroupSettings
public CallSettings DeleteGroupSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GroupServiceClient.DeleteGroup
and GroupServiceClient.DeleteGroupAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 30000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 30 seconds.
GetGroupSettings
public CallSettings GetGroupSettings { get; set; }
CallSettings for synchronous and asynchronous calls to GroupServiceClient.GetGroup
and GroupServiceClient.GetGroupAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 30000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 30 seconds.
ListGroupMembersSettings
public CallSettings ListGroupMembersSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GroupServiceClient.ListGroupMembers
and GroupServiceClient.ListGroupMembersAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 30000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 30 seconds.
ListGroupsSettings
public CallSettings ListGroupsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GroupServiceClient.ListGroups
and GroupServiceClient.ListGroupsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 30000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 30 seconds.
UpdateGroupSettings
public CallSettings UpdateGroupSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GroupServiceClient.UpdateGroup
and GroupServiceClient.UpdateGroupAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 30000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 180 seconds.
Methods
Clone()
public GroupServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
GroupServiceSettings | A deep clone of this GroupServiceSettings object. |
GetDefault()
public static GroupServiceSettings GetDefault()
Get a new instance of the default GroupServiceSettings.
Returns | |
---|---|
Type | Description |
GroupServiceSettings | A new instance of the default GroupServiceSettings. |