public sealed class EnterpriseKnowledgeGraphServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class EnterpriseKnowledgeGraphServiceSettings.
Settings for EnterpriseKnowledgeGraphServiceClient instances.
Namespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
EnterpriseKnowledgeGraphServiceSettings()
public EnterpriseKnowledgeGraphServiceSettings()
Constructs a new EnterpriseKnowledgeGraphServiceSettings object with default settings.
Properties
CancelEntityReconciliationJobSettings
public CallSettings CancelEntityReconciliationJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.CancelEntityReconciliationJob
and
EnterpriseKnowledgeGraphServiceClient.CancelEntityReconciliationJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
CreateEntityReconciliationJobSettings
public CallSettings CreateEntityReconciliationJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.CreateEntityReconciliationJob
and
EnterpriseKnowledgeGraphServiceClient.CreateEntityReconciliationJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteEntityReconciliationJobSettings
public CallSettings DeleteEntityReconciliationJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.DeleteEntityReconciliationJob
and
EnterpriseKnowledgeGraphServiceClient.DeleteEntityReconciliationJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetEntityReconciliationJobSettings
public CallSettings GetEntityReconciliationJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.GetEntityReconciliationJob
and
EnterpriseKnowledgeGraphServiceClient.GetEntityReconciliationJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
ListEntityReconciliationJobsSettings
public CallSettings ListEntityReconciliationJobsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.ListEntityReconciliationJobs
and
EnterpriseKnowledgeGraphServiceClient.ListEntityReconciliationJobsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
LookupPublicKgSettings
public CallSettings LookupPublicKgSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.LookupPublicKg
and
EnterpriseKnowledgeGraphServiceClient.LookupPublicKgAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
LookupSettings
public CallSettings LookupSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.Lookup
and EnterpriseKnowledgeGraphServiceClient.LookupAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
SearchPublicKgSettings
public CallSettings SearchPublicKgSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.SearchPublicKg
and
EnterpriseKnowledgeGraphServiceClient.SearchPublicKgAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
SearchSettings
public CallSettings SearchSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EnterpriseKnowledgeGraphServiceClient.Search
and EnterpriseKnowledgeGraphServiceClient.SearchAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public EnterpriseKnowledgeGraphServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
EnterpriseKnowledgeGraphServiceSettings |
A deep clone of this EnterpriseKnowledgeGraphServiceSettings object. |
GetDefault()
public static EnterpriseKnowledgeGraphServiceSettings GetDefault()
Get a new instance of the default EnterpriseKnowledgeGraphServiceSettings.
Returns | |
---|---|
Type | Description |
EnterpriseKnowledgeGraphServiceSettings |
A new instance of the default EnterpriseKnowledgeGraphServiceSettings. |