google_cloud_rust_raw/api/
annotations.rs1#![allow(unknown_lints)]
6#![allow(clippy::all)]
7
8#![allow(unused_attributes)]
9#![cfg_attr(rustfmt, rustfmt::skip)]
10
11#![allow(box_pointers)]
12#![allow(dead_code)]
13#![allow(missing_docs)]
14#![allow(non_camel_case_types)]
15#![allow(non_snake_case)]
16#![allow(non_upper_case_globals)]
17#![allow(trivial_casts)]
18#![allow(unused_imports)]
19#![allow(unused_results)]
20pub mod exts {
28
29 pub const http: ::protobuf::ext::ExtFieldOptional<::protobuf::descriptor::MethodOptions, ::protobuf::types::ProtobufTypeMessage<super::super::http::HttpRule>> = ::protobuf::ext::ExtFieldOptional { field_number: 72295728, phantom: ::std::marker::PhantomData };
30}
31
32static file_descriptor_proto_data: &'static [u8] = b"\
33 \n\x1cgoogle/api/annotations.proto\x12\ngoogle.api\x1a\x15google/api/htt\
34 p.proto\x1a\x20google/protobuf/descriptor.proto:K\n\x04http\x18\xb0\xca\
35 \xbc\"\x20\x01(\x0b2\x14.google.api.HttpRule\x12\x1e.google.protobuf.Met\
36 hodOptionsR\x04httpBn\n\x0ecom.google.apiB\x10AnnotationsProtoP\x01ZAgoo\
37 gle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\
38 \x04GAPIJ\xa9\x06\n\x06\x12\x04\x0e\0\x1e\x01\n\xbc\x04\n\x01\x0c\x12\
39 \x03\x0e\0\x122\xb1\x04\x20Copyright\x202015\x20Google\x20LLC\n\n\x20Lic\
40 ensed\x20under\x20the\x20Apache\x20License,\x20Version\x202.0\x20(the\
41 \x20\"License\");\n\x20you\x20may\x20not\x20use\x20this\x20file\x20excep\
42 t\x20in\x20compliance\x20with\x20the\x20License.\n\x20You\x20may\x20obta\
43 in\x20a\x20copy\x20of\x20the\x20License\x20at\n\n\x20\x20\x20\x20\x20htt\
44 p://www.apache.org/licenses/LICENSE-2.0\n\n\x20Unless\x20required\x20by\
45 \x20applicable\x20law\x20or\x20agreed\x20to\x20in\x20writing,\x20softwar\
46 e\n\x20distributed\x20under\x20the\x20License\x20is\x20distributed\x20on\
47 \x20an\x20\"AS\x20IS\"\x20BASIS,\n\x20WITHOUT\x20WARRANTIES\x20OR\x20CON\
48 DITIONS\x20OF\x20ANY\x20KIND,\x20either\x20express\x20or\x20implied.\n\
49 \x20See\x20the\x20License\x20for\x20the\x20specific\x20language\x20gover\
50 ning\x20permissions\x20and\n\x20limitations\x20under\x20the\x20License.\
51 \n\n\x08\n\x01\x02\x12\x03\x10\0\x13\n\t\n\x02\x03\0\x12\x03\x12\0\x1f\n\
52 \t\n\x02\x03\x01\x12\x03\x13\0*\n\x08\n\x01\x08\x12\x03\x15\0X\n\t\n\x02\
53 \x08\x0b\x12\x03\x15\0X\n\x08\n\x01\x08\x12\x03\x16\0\"\n\t\n\x02\x08\n\
54 \x12\x03\x16\0\"\n\x08\n\x01\x08\x12\x03\x17\01\n\t\n\x02\x08\x08\x12\
55 \x03\x17\01\n\x08\n\x01\x08\x12\x03\x18\0'\n\t\n\x02\x08\x01\x12\x03\x18\
56 \0'\n\x08\n\x01\x08\x12\x03\x19\0\"\n\t\n\x02\x08$\x12\x03\x19\0\"\n\t\n\
57 \x01\x07\x12\x04\x1b\0\x1e\x01\n\x1c\n\x02\x07\0\x12\x03\x1d\x02\x1b\x1a\
58 \x11\x20See\x20`HttpRule`.\n\n\n\n\x03\x07\0\x02\x12\x03\x1b\x07$\n\n\n\
59 \x03\x07\0\x06\x12\x03\x1d\x02\n\n\n\n\x03\x07\0\x01\x12\x03\x1d\x0b\x0f\
60 \n\n\n\x03\x07\0\x03\x12\x03\x1d\x12\x1ab\x06proto3\
61";
62
63static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;
64
65fn parse_descriptor_proto() -> ::protobuf::descriptor::FileDescriptorProto {
66 ::protobuf::Message::parse_from_bytes(file_descriptor_proto_data).unwrap()
67}
68
69pub fn file_descriptor_proto() -> &'static ::protobuf::descriptor::FileDescriptorProto {
70 file_descriptor_proto_lazy.get(|| {
71 parse_descriptor_proto()
72 })
73}