public sealed class DataprocMetastoreFederationSettings : ServiceSettingsBase
Reference documentation and code samples for the Dataproc Metastore v1beta API class DataprocMetastoreFederationSettings.
Settings for DataprocMetastoreFederationClient instances.
Namespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
DataprocMetastoreFederationSettings()
public DataprocMetastoreFederationSettings()
Constructs a new DataprocMetastoreFederationSettings object with default settings.
Properties
CreateFederationOperationsSettings
public OperationsSettings CreateFederationOperationsSettings { get; set; }
Long Running Operation settings for calls to DataprocMetastoreFederationClient.CreateFederation
and
DataprocMetastoreFederationClient.CreateFederationAsync
.
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.
CreateFederationSettings
public CallSettings CreateFederationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DataprocMetastoreFederationClient.CreateFederation
and
DataprocMetastoreFederationClient.CreateFederationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteFederationOperationsSettings
public OperationsSettings DeleteFederationOperationsSettings { get; set; }
Long Running Operation settings for calls to DataprocMetastoreFederationClient.DeleteFederation
and
DataprocMetastoreFederationClient.DeleteFederationAsync
.
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.
DeleteFederationSettings
public CallSettings DeleteFederationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DataprocMetastoreFederationClient.DeleteFederation
and
DataprocMetastoreFederationClient.DeleteFederationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetFederationSettings
public CallSettings GetFederationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DataprocMetastoreFederationClient.GetFederation
and
DataprocMetastoreFederationClient.GetFederationAsync
.
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 |
ListFederationsSettings
public CallSettings ListFederationsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DataprocMetastoreFederationClient.ListFederations
and
DataprocMetastoreFederationClient.ListFederationsAsync
.
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 |
UpdateFederationOperationsSettings
public OperationsSettings UpdateFederationOperationsSettings { get; set; }
Long Running Operation settings for calls to DataprocMetastoreFederationClient.UpdateFederation
and
DataprocMetastoreFederationClient.UpdateFederationAsync
.
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.
UpdateFederationSettings
public CallSettings UpdateFederationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DataprocMetastoreFederationClient.UpdateFederation
and
DataprocMetastoreFederationClient.UpdateFederationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public DataprocMetastoreFederationSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
DataprocMetastoreFederationSettings |
A deep clone of this DataprocMetastoreFederationSettings object. |
GetDefault()
public static DataprocMetastoreFederationSettings GetDefault()
Get a new instance of the default DataprocMetastoreFederationSettings.
Returns | |
---|---|
Type | Description |
DataprocMetastoreFederationSettings |
A new instance of the default DataprocMetastoreFederationSettings. |