App Engine v1 API - Class GetAuthorizedCertificateRequest (2.3.0)

public sealed class GetAuthorizedCertificateRequest : IMessage<GetAuthorizedCertificateRequest>, IEquatable<GetAuthorizedCertificateRequest>, IDeepCloneable<GetAuthorizedCertificateRequest>, IBufferMessage, IMessage

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

Request message for AuthorizedCertificates.GetAuthorizedCertificate.

Inheritance

object > GetAuthorizedCertificateRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

GetAuthorizedCertificateRequest()

public GetAuthorizedCertificateRequest()

GetAuthorizedCertificateRequest(GetAuthorizedCertificateRequest)

public GetAuthorizedCertificateRequest(GetAuthorizedCertificateRequest other)
Parameter
NameDescription
otherGetAuthorizedCertificateRequest

Properties

Name

public string Name { get; set; }

Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

Property Value
TypeDescription
string

View

public AuthorizedCertificateView View { get; set; }

Controls the set of fields returned in the GET response.

Property Value
TypeDescription
AuthorizedCertificateView