public sealed class ExtensionRegistryServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Vertex AI v1beta1 API class ExtensionRegistryServiceSettings.
Settings for ExtensionRegistryServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExtensionRegistryServiceSettings()
public ExtensionRegistryServiceSettings()Constructs a new ExtensionRegistryServiceSettings object with default settings.
Properties
DeleteExtensionOperationsSettings
public OperationsSettings DeleteExtensionOperationsSettings { get; set; }Long Running Operation settings for calls to ExtensionRegistryServiceClient.DeleteExtension and
ExtensionRegistryServiceClient.DeleteExtensionAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteExtensionSettings
public CallSettings DeleteExtensionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExtensionRegistryServiceClient.DeleteExtension and
ExtensionRegistryServiceClient.DeleteExtensionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetExtensionSettings
public CallSettings GetExtensionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExtensionRegistryServiceClient.GetExtension and ExtensionRegistryServiceClient.GetExtensionAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }The settings to use for the IAMPolicyClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicySettings |
|
ImportExtensionOperationsSettings
public OperationsSettings ImportExtensionOperationsSettings { get; set; }Long Running Operation settings for calls to ExtensionRegistryServiceClient.ImportExtension and
ExtensionRegistryServiceClient.ImportExtensionAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
ImportExtensionSettings
public CallSettings ImportExtensionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExtensionRegistryServiceClient.ImportExtension and
ExtensionRegistryServiceClient.ImportExtensionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ListExtensionsSettings
public CallSettings ListExtensionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExtensionRegistryServiceClient.ListExtensions and
ExtensionRegistryServiceClient.ListExtensionsAsync.
| 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 |
|
UpdateExtensionSettings
public CallSettings UpdateExtensionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExtensionRegistryServiceClient.UpdateExtension and
ExtensionRegistryServiceClient.UpdateExtensionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ExtensionRegistryServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ExtensionRegistryServiceSettings |
A deep clone of this ExtensionRegistryServiceSettings object. |
GetDefault()
public static ExtensionRegistryServiceSettings GetDefault()Get a new instance of the default ExtensionRegistryServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ExtensionRegistryServiceSettings |
A new instance of the default ExtensionRegistryServiceSettings. |