Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go167 type GetPublicCertificateForAppResponse struct { struct
168 …cate `protobuf:"bytes,1,rep,name=public_certificate_list" json:"public_certificate_list,omitempty"`
169 …arint,2,opt,name=max_client_cache_time_in_second" json:"max_client_cache_time_in_second,omitempty"`
170 XXX_unrecognized []byte `json:"-"`
173 … *GetPublicCertificateForAppResponse) Reset() { *m = GetPublicCertificateForAppResponse{} }
174 func (m *GetPublicCertificateForAppResponse) String() string { return proto.CompactTextString(m) }
175 func (*GetPublicCertificateForAppResponse) ProtoMessage() {}
177 func (m *GetPublicCertificateForAppResponse) GetPublicCertificateList() []*PublicCertificate {
184 func (m *GetPublicCertificateForAppResponse) GetMaxClientCacheTimeInSecond() int64 {
Dapp_identity_service.proto36 message GetPublicCertificateForAppResponse { message