public sealed class ApiHubCurateSettings : ServiceSettingsBase
Reference documentation and code samples for the API hub v1 API class ApiHubCurateSettings.
Settings for ApiHubCurateClient instances.
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ApiHubCurateSettings()
public ApiHubCurateSettings()
Constructs a new ApiHubCurateSettings object with default settings.
Properties
CreateCurationSettings
public CallSettings CreateCurationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ApiHubCurateClient.CreateCuration
and ApiHubCurateClient.CreateCurationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteCurationSettings
public CallSettings DeleteCurationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ApiHubCurateClient.DeleteCuration
and ApiHubCurateClient.DeleteCurationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetCurationSettings
public CallSettings GetCurationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ApiHubCurateClient.GetCuration
and ApiHubCurateClient.GetCurationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListCurationsSettings
public CallSettings ListCurationsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ApiHubCurateClient.ListCurations
and ApiHubCurateClient.ListCurationsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
UpdateCurationSettings
public CallSettings UpdateCurationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ApiHubCurateClient.UpdateCuration
and ApiHubCurateClient.UpdateCurationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ApiHubCurateSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ApiHubCurateSettings |
A deep clone of this ApiHubCurateSettings object. |
GetDefault()
public static ApiHubCurateSettings GetDefault()
Get a new instance of the default ApiHubCurateSettings.
Returns | |
---|---|
Type | Description |
ApiHubCurateSettings |
A new instance of the default ApiHubCurateSettings. |