Home
last modified time | relevance | path

Searched defs:OptionsMessage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/retention/
H A Doptions_message.pb.go19 type OptionsMessage struct { struct
20 state protoimpl.MessageState
21 sizeCache protoimpl.SizeCache
22 unknownFields protoimpl.UnknownFields
24 … *int32 `protobuf:"varint,1,opt,name=plain_field,json=plainField" json:"plain_field,omitempty"`
25 …,name=runtime_retention_field,json=runtimeRetentionField" json:"runtime_retention_field,omitempty"`
26 …opt,name=source_retention_field,json=sourceRetentionField" json:"source_retention_field,omitempty"`
29 func (x *OptionsMessage) Reset() {
38 func (x *OptionsMessage) String() string {
42 func (*OptionsMessage) ProtoMessage() {}
[all …]
H A Doptions_message.proto14 message OptionsMessage { message
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/
H A Dretention_test.go157 func verifyOptionsMessage(t *testing.T, entity string, msg *retentionpb.OptionsMessage) {