public sealed class GetAuthorizedCertificateRequest : IMessage<GetAuthorizedCertificateRequest>, IEquatable<GetAuthorizedCertificateRequest>, IDeepCloneable<GetAuthorizedCertificateRequest>, IBufferMessage, IMessage
Request message for AuthorizedCertificates.GetAuthorizedCertificate
.
Implements
Google.Protobuf.IMessage<GetAuthorizedCertificateRequest>, IEquatable<GetAuthorizedCertificateRequest>, Google.Protobuf.IDeepCloneable<GetAuthorizedCertificateRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
GetAuthorizedCertificateRequest()
public GetAuthorizedCertificateRequest()
GetAuthorizedCertificateRequest(GetAuthorizedCertificateRequest)
public GetAuthorizedCertificateRequest(GetAuthorizedCertificateRequest other)
Parameter | |
---|---|
Name | Description |
other | GetAuthorizedCertificateRequest |
Properties
Name
public string Name { get; set; }
Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345
.
Property Value | |
---|---|
Type | Description |
String |
View
public AuthorizedCertificateView View { get; set; }
Controls the set of fields returned in the GET
response.
Property Value | |
---|---|
Type | Description |
AuthorizedCertificateView |