Home
last modified time | relevance | path

Searched refs:GetPublicCertificateForAppResponse (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go167 type GetPublicCertificateForAppResponse struct { struct
173 func (m *GetPublicCertificateForAppResponse) Reset() { *m = GetPublicCertificateForAppRespo… argument
174 func (m *GetPublicCertificateForAppResponse) String() string { return proto.CompactTextString(m) } argument
175 func (*GetPublicCertificateForAppResponse) ProtoMessage() {} argument
177 func (m *GetPublicCertificateForAppResponse) GetPublicCertificateList() []*PublicCertificate { argument
184 func (m *GetPublicCertificateForAppResponse) GetMaxClientCacheTimeInSecond() int64 { argument
Dapp_identity_service.proto36 message GetPublicCertificateForAppResponse { message
/external/syzkaller/vendor/google.golang.org/appengine/
Didentity.go101 res := &pb.GetPublicCertificateForAppResponse{}