Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go95 type SignForAppRequest struct { struct
96 BytesToSign []byte `protobuf:"bytes,1,opt,name=bytes_to_sign" json:"bytes_to_sign,omitempty"`
97 XXX_unrecognized []byte `json:"-"`
100 func (m *SignForAppRequest) Reset() { *m = SignForAppRequest{} }
101 func (m *SignForAppRequest) String() string { return proto.CompactTextString(m) }
102 func (*SignForAppRequest) ProtoMessage() {}
104 func (m *SignForAppRequest) GetBytesToSign() []byte {
Dapp_identity_service.proto19 message SignForAppRequest { message