Class GetAuthorizedCertificateRequest (1.0.0)

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

Request message for AuthorizedCertificates.GetAuthorizedCertificate.

Inheritance

Object > GetAuthorizedCertificateRequest

Implements

Google.Protobuf.IMessage<GetAuthorizedCertificateRequest>, IEquatable<GetAuthorizedCertificateRequest>, Google.Protobuf.IDeepCloneable<GetAuthorizedCertificateRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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