public sealed class ReferenceListServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Chronicle v1 API class ReferenceListServiceSettings.
Settings for ReferenceListServiceClient instances.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ReferenceListServiceSettings()
public ReferenceListServiceSettings()
Constructs a new ReferenceListServiceSettings object with default settings.
Properties
CreateReferenceListSettings
public CallSettings CreateReferenceListSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ReferenceListServiceClient.CreateReferenceList
and
ReferenceListServiceClient.CreateReferenceListAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetReferenceListSettings
public CallSettings GetReferenceListSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ReferenceListServiceClient.GetReferenceList
and ReferenceListServiceClient.GetReferenceListAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListReferenceListsSettings
public CallSettings ListReferenceListsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ReferenceListServiceClient.ListReferenceLists
and
ReferenceListServiceClient.ListReferenceListsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
UpdateReferenceListSettings
public CallSettings UpdateReferenceListSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ReferenceListServiceClient.UpdateReferenceList
and
ReferenceListServiceClient.UpdateReferenceListAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public ReferenceListServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ReferenceListServiceSettings |
A deep clone of this ReferenceListServiceSettings object. |
GetDefault()
public static ReferenceListServiceSettings GetDefault()
Get a new instance of the default ReferenceListServiceSettings.
Returns | |
---|---|
Type | Description |
ReferenceListServiceSettings |
A new instance of the default ReferenceListServiceSettings. |