public sealed class AuthorizedCertificatesSettings : ServiceSettingsBase
Settings for AuthorizedCertificatesClient instances.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
AuthorizedCertificatesSettings()
public AuthorizedCertificatesSettings()
Constructs a new AuthorizedCertificatesSettings object with default settings.
Properties
CreateAuthorizedCertificateSettings
public CallSettings CreateAuthorizedCertificateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AuthorizedCertificatesClient.CreateAuthorizedCertificate
and
AuthorizedCertificatesClient.CreateAuthorizedCertificateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteAuthorizedCertificateSettings
public CallSettings DeleteAuthorizedCertificateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AuthorizedCertificatesClient.DeleteAuthorizedCertificate
and
AuthorizedCertificatesClient.DeleteAuthorizedCertificateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetAuthorizedCertificateSettings
public CallSettings GetAuthorizedCertificateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AuthorizedCertificatesClient.GetAuthorizedCertificate
and
AuthorizedCertificatesClient.GetAuthorizedCertificateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListAuthorizedCertificatesSettings
public CallSettings ListAuthorizedCertificatesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AuthorizedCertificatesClient.ListAuthorizedCertificates
and
AuthorizedCertificatesClient.ListAuthorizedCertificatesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpdateAuthorizedCertificateSettings
public CallSettings UpdateAuthorizedCertificateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AuthorizedCertificatesClient.UpdateAuthorizedCertificate
and
AuthorizedCertificatesClient.UpdateAuthorizedCertificateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public AuthorizedCertificatesSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
AuthorizedCertificatesSettings | A deep clone of this AuthorizedCertificatesSettings object. |
GetDefault()
public static AuthorizedCertificatesSettings GetDefault()
Get a new instance of the default AuthorizedCertificatesSettings.
Returns | |
---|---|
Type | Description |
AuthorizedCertificatesSettings | A new instance of the default AuthorizedCertificatesSettings. |