Cloud Dataplex v1 API - Class ContentServiceSettings (2.11.0)

public sealed class ContentServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud Dataplex v1 API class ContentServiceSettings.

Settings for ContentServiceClient instances.

Inheritance

object > ServiceSettingsBase > ContentServiceSettings

Namespace

Google.Cloud.Dataplex.V1

Assembly

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
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.

GetIamPolicySettings

public CallSettings GetIamPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to ContentServiceClient.GetIamPolicy and ContentServiceClient.GetIamPolicyAsync.

Property Value
TypeDescription
CallSettings
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.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

The settings to use for the IAMPolicyClient associated with the client.

Property Value
TypeDescription
IAMPolicySettings

ListContentSettings

public CallSettings ListContentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ContentServiceClient.ListContent and ContentServiceClient.ListContentAsync.

Property Value
TypeDescription
CallSettings
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.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
TypeDescription
LocationsSettings

SetIamPolicySettings

public CallSettings SetIamPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to ContentServiceClient.SetIamPolicy and ContentServiceClient.SetIamPolicyAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
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.

UpdateContentSettings

public CallSettings UpdateContentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ContentServiceClient.UpdateContent and ContentServiceClient.UpdateContentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
ContentServiceSettings

A deep clone of this ContentServiceSettings object.

GetDefault()

public static ContentServiceSettings GetDefault()

Get a new instance of the default ContentServiceSettings.

Returns
TypeDescription
ContentServiceSettings

A new instance of the default ContentServiceSettings.