Class ContentServiceSettings (2.0.0)

public sealed class ContentServiceSettings : ServiceSettingsBase

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.
  • No timeout is applied.

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.
  • No timeout is applied.

GetContentSettings

public CallSettings GetContentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ContentServiceClient.GetContent and ContentServiceClient.GetContentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListContentSettings

public CallSettings ListContentSettings { get; set; }

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

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

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.
  • No timeout is applied.

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.