App Engine v1 API - Class AuthorizedCertificatesSettings (2.3.0)

public sealed class AuthorizedCertificatesSettings : ServiceSettingsBase

Reference documentation and code samples for the App Engine v1 API class AuthorizedCertificatesSettings.

Settings for AuthorizedCertificatesClient instances.

Inheritance

object > ServiceSettingsBase > AuthorizedCertificatesSettings

Namespace

Google.Cloud.AppEngine.V1

Assembly

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
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteAuthorizedCertificateSettings

public CallSettings DeleteAuthorizedCertificateSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AuthorizedCertificatesClient.DeleteAuthorizedCertificate and AuthorizedCertificatesClient.DeleteAuthorizedCertificateAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetAuthorizedCertificateSettings

public CallSettings GetAuthorizedCertificateSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AuthorizedCertificatesClient.GetAuthorizedCertificate and AuthorizedCertificatesClient.GetAuthorizedCertificateAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

ListAuthorizedCertificatesSettings

public CallSettings ListAuthorizedCertificatesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AuthorizedCertificatesClient.ListAuthorizedCertificates and AuthorizedCertificatesClient.ListAuthorizedCertificatesAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

UpdateAuthorizedCertificateSettings

public CallSettings UpdateAuthorizedCertificateSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AuthorizedCertificatesClient.UpdateAuthorizedCertificate and AuthorizedCertificatesClient.UpdateAuthorizedCertificateAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public AuthorizedCertificatesSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
AuthorizedCertificatesSettings

A deep clone of this AuthorizedCertificatesSettings object.

GetDefault()

public static AuthorizedCertificatesSettings GetDefault()

Get a new instance of the default AuthorizedCertificatesSettings.

Returns
TypeDescription
AuthorizedCertificatesSettings

A new instance of the default AuthorizedCertificatesSettings.