Home
last modified time | relevance | path

Searched defs:PublicCertificate (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go143 type PublicCertificate struct { struct
144 KeyName *string `protobuf:"bytes,1,opt,name=key_name" json:"key_name,omitempty"`
145 …em *string `protobuf:"bytes,2,opt,name=x509_certificate_pem" json:"x509_certificate_pem,omitempty"`
146 XXX_unrecognized []byte `json:"-"`
149 func (m *PublicCertificate) Reset() { *m = PublicCertificate{} }
150 func (m *PublicCertificate) String() string { return proto.CompactTextString(m) }
151 func (*PublicCertificate) ProtoMessage() {}
153 func (m *PublicCertificate) GetKeyName() string {
160 func (m *PublicCertificate) GetX509CertificatePem() string {
Dapp_identity_service.proto31 message PublicCertificate { message