Searched defs:GetPublicCertificateForAppResponse (Results 1 – 2 of 2) sorted by relevance
167 type GetPublicCertificateForAppResponse struct { struct168 …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 {
36 message GetPublicCertificateForAppResponse { message