public sealed class RuntimeProjectAttachmentServiceSettings : ServiceSettingsBaseReference documentation and code samples for the API hub v1 API class RuntimeProjectAttachmentServiceSettings.
Settings for RuntimeProjectAttachmentServiceClient instances.
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
RuntimeProjectAttachmentServiceSettings()
public RuntimeProjectAttachmentServiceSettings()Constructs a new RuntimeProjectAttachmentServiceSettings object with default settings.
Properties
CreateRuntimeProjectAttachmentSettings
public CallSettings CreateRuntimeProjectAttachmentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
RuntimeProjectAttachmentServiceClient.CreateRuntimeProjectAttachment and
RuntimeProjectAttachmentServiceClient.CreateRuntimeProjectAttachmentAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
DeleteRuntimeProjectAttachmentSettings
public CallSettings DeleteRuntimeProjectAttachmentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
RuntimeProjectAttachmentServiceClient.DeleteRuntimeProjectAttachment and
RuntimeProjectAttachmentServiceClient.DeleteRuntimeProjectAttachmentAsync.
| Property Value | |
|---|---|
| Type | Description | 
CallSettings | 
        |
- This call will not be retried.
 - Timeout: 60 seconds.
 
GetRuntimeProjectAttachmentSettings
public CallSettings GetRuntimeProjectAttachmentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
RuntimeProjectAttachmentServiceClient.GetRuntimeProjectAttachment and
RuntimeProjectAttachmentServiceClient.GetRuntimeProjectAttachmentAsync.
| 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.
 
ListRuntimeProjectAttachmentsSettings
public CallSettings ListRuntimeProjectAttachmentsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachments and
RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsAsync.
| 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 | 
        |
LookupRuntimeProjectAttachmentSettings
public CallSettings LookupRuntimeProjectAttachmentSettings { get; set; }CallSettings for synchronous and asynchronous calls to
RuntimeProjectAttachmentServiceClient.LookupRuntimeProjectAttachment and
RuntimeProjectAttachmentServiceClient.LookupRuntimeProjectAttachmentAsync.
| 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.
 
Methods
Clone()
public RuntimeProjectAttachmentServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description | 
RuntimeProjectAttachmentServiceSettings | 
        A deep clone of this RuntimeProjectAttachmentServiceSettings object.  | 
      
GetDefault()
public static RuntimeProjectAttachmentServiceSettings GetDefault()Get a new instance of the default RuntimeProjectAttachmentServiceSettings.
| Returns | |
|---|---|
| Type | Description | 
RuntimeProjectAttachmentServiceSettings | 
        A new instance of the default RuntimeProjectAttachmentServiceSettings.  |