aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/googleapis-common-protos/ya.make
blob: b70609f66ffb6de071a91347c73c93f64d92ee68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Generated by devtools/yamaker from nixpkgs 22.11.

PROTO_LIBRARY()

LICENSE(Apache-2.0)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(1.59.1)

ORIGINAL_SOURCE(https://github.com/googleapis/python-api-common-protos/archive/v1.59.1.tar.gz)

PY_NAMESPACE(.)

PROTO_NAMESPACE(
    GLOBAL
    contrib/libs/googleapis-common-protos
)

GRPC()

SRCS(
    google/api/annotations.proto
    google/api/auth.proto
    google/api/backend.proto
    google/api/billing.proto
    google/api/client.proto
    google/api/config_change.proto
    google/api/consumer.proto
    google/api/context.proto
    google/api/control.proto
    google/api/distribution.proto
    google/api/documentation.proto
    google/api/endpoint.proto
    google/api/error_reason.proto
    google/api/field_behavior.proto
    google/api/http.proto
    google/api/httpbody.proto
    google/api/label.proto
    google/api/launch_stage.proto
    google/api/log.proto
    google/api/logging.proto
    google/api/metric.proto
    google/api/monitored_resource.proto
    google/api/monitoring.proto
    google/api/quota.proto
    google/api/resource.proto
    google/api/routing.proto
    google/api/service.proto
    google/api/source_info.proto
    google/api/system_parameter.proto
    google/api/usage.proto
    google/api/visibility.proto
    google/cloud/extended_operations.proto
    google/cloud/location/locations.proto
    google/gapic/metadata/gapic_metadata.proto
    google/logging/type/http_request.proto
    google/logging/type/log_severity.proto
    google/longrunning/operations.proto
    google/rpc/code.proto
    google/rpc/context/attribute_context.proto
    google/rpc/context/audit_context.proto
    google/rpc/error_details.proto
    google/rpc/http.proto
    google/rpc/status.proto
    google/type/calendar_period.proto
    google/type/color.proto
    google/type/date.proto
    google/type/datetime.proto
    google/type/dayofweek.proto
    google/type/decimal.proto
    google/type/expr.proto
    google/type/fraction.proto
    google/type/interval.proto
    google/type/latlng.proto
    google/type/localized_text.proto
    google/type/money.proto
    google/type/month.proto
    google/type/phone_number.proto
    google/type/postal_address.proto
    google/type/quaternion.proto
    google/type/timeofday.proto
)

EXCLUDE_TAGS(GO_PROTO)

END()