public sealed class ContentServiceSettings : ServiceSettingsBase
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.
- No timeout is applied.
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.
- No timeout is applied.
GetContentSettings
public CallSettings GetContentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ContentServiceClient.GetContent
and ContentServiceClient.GetContentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
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. |