public sealed class ManagedKafkaConnectSettings : ServiceSettingsBaseReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ManagedKafkaConnectSettings.
Settings for ManagedKafkaConnectClient instances.
Namespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
ManagedKafkaConnectSettings()
public ManagedKafkaConnectSettings()Constructs a new ManagedKafkaConnectSettings object with default settings.
Properties
CreateConnectClusterOperationsSettings
public OperationsSettings CreateConnectClusterOperationsSettings { get; set; }Long Running Operation settings for calls to ManagedKafkaConnectClient.CreateConnectCluster and
ManagedKafkaConnectClient.CreateConnectClusterAsync.
| 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.
CreateConnectClusterSettings
public CallSettings CreateConnectClusterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.CreateConnectCluster and
ManagedKafkaConnectClient.CreateConnectClusterAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
CreateConnectorSettings
public CallSettings CreateConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.CreateConnector and ManagedKafkaConnectClient.CreateConnectorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteConnectClusterOperationsSettings
public OperationsSettings DeleteConnectClusterOperationsSettings { get; set; }Long Running Operation settings for calls to ManagedKafkaConnectClient.DeleteConnectCluster and
ManagedKafkaConnectClient.DeleteConnectClusterAsync.
| 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.
DeleteConnectClusterSettings
public CallSettings DeleteConnectClusterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.DeleteConnectCluster and
ManagedKafkaConnectClient.DeleteConnectClusterAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteConnectorSettings
public CallSettings DeleteConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.DeleteConnector and ManagedKafkaConnectClient.DeleteConnectorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
GetConnectClusterSettings
public CallSettings GetConnectClusterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.GetConnectCluster and ManagedKafkaConnectClient.GetConnectClusterAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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.
GetConnectorSettings
public CallSettings GetConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.GetConnector and ManagedKafkaConnectClient.GetConnectorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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.
ListConnectClustersSettings
public CallSettings ListConnectClustersSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.ListConnectClusters and
ManagedKafkaConnectClient.ListConnectClustersAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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.
ListConnectorsSettings
public CallSettings ListConnectorsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.ListConnectors and ManagedKafkaConnectClient.ListConnectorsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
LocationsSettings |
|
PauseConnectorSettings
public CallSettings PauseConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.PauseConnector and ManagedKafkaConnectClient.PauseConnectorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
RestartConnectorSettings
public CallSettings RestartConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.RestartConnector and ManagedKafkaConnectClient.RestartConnectorAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
ResumeConnectorSettings
public CallSettings ResumeConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.ResumeConnector and ManagedKafkaConnectClient.ResumeConnectorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
StopConnectorSettings
public CallSettings StopConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.StopConnector and ManagedKafkaConnectClient.StopConnectorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
UpdateConnectClusterOperationsSettings
public OperationsSettings UpdateConnectClusterOperationsSettings { get; set; }Long Running Operation settings for calls to ManagedKafkaConnectClient.UpdateConnectCluster and
ManagedKafkaConnectClient.UpdateConnectClusterAsync.
| 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.
UpdateConnectClusterSettings
public CallSettings UpdateConnectClusterSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.UpdateConnectCluster and
ManagedKafkaConnectClient.UpdateConnectClusterAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
UpdateConnectorSettings
public CallSettings UpdateConnectorSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ManagedKafkaConnectClient.UpdateConnector and ManagedKafkaConnectClient.UpdateConnectorAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public ManagedKafkaConnectSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ManagedKafkaConnectSettings |
A deep clone of this ManagedKafkaConnectSettings object. |
GetDefault()
public static ManagedKafkaConnectSettings GetDefault()Get a new instance of the default ManagedKafkaConnectSettings.
| Returns | |
|---|---|
| Type | Description |
ManagedKafkaConnectSettings |
A new instance of the default ManagedKafkaConnectSettings. |