public sealed class ContentServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Cloud Dataplex v1 API class ContentServiceSettings.
Settings for ContentServiceClient instances.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ContentServiceSettings()
public ContentServiceSettings()Constructs a new ContentServiceSettings object with default settings.
Properties
CreateContentSettings
public CallSettings CreateContentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.CreateContent and ContentServiceClient.CreateContentAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteContentSettings
public CallSettings DeleteContentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.DeleteContent and ContentServiceClient.DeleteContentAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
GetContentSettings
public CallSettings GetContentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.GetContent and ContentServiceClient.GetContentAsync.
| 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.
GetIamPolicySettings
public CallSettings GetIamPolicySettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.GetIamPolicy and ContentServiceClient.GetIamPolicyAsync.
| 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.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }The settings to use for the IAMPolicyClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicySettings |
|
ListContentSettings
public CallSettings ListContentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.ListContent and ContentServiceClient.ListContentAsync.
| 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.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
SetIamPolicySettings
public CallSettings SetIamPolicySettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.SetIamPolicy and ContentServiceClient.SetIamPolicyAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
TestIamPermissionsSettings
public CallSettings TestIamPermissionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.TestIamPermissions and ContentServiceClient.TestIamPermissionsAsync.
| 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.
UpdateContentSettings
public CallSettings UpdateContentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ContentServiceClient.UpdateContent and ContentServiceClient.UpdateContentAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public ContentServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ContentServiceSettings |
A deep clone of this ContentServiceSettings object. |
GetDefault()
public static ContentServiceSettings GetDefault()Get a new instance of the default ContentServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ContentServiceSettings |
A new instance of the default ContentServiceSettings. |