From 0c2c60e70fb98da4ab763cf585e67ed41f6625fb Mon Sep 17 00:00:00 2001 From: Garrett Jones Date: Wed, 10 Aug 2016 13:41:15 -0700 Subject: [PATCH] artman_core updates * Using a more informative api_name for core * Adding logging/type to match packman's list of common protos --- gapic/core/artman_core.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gapic/core/artman_core.yaml b/gapic/core/artman_core.yaml index 41e54671..4a83463a 100644 --- a/gapic/core/artman_core.yaml +++ b/gapic/core/artman_core.yaml @@ -1,5 +1,5 @@ core: - api_name: core + api_name: google-common-protos import_proto_path: - ${THISDIR}/../.. src_proto_path: @@ -7,4 +7,5 @@ core: - ${THISDIR}/../../google/longrunning - ${THISDIR}/../../google/rpc - ${THISDIR}/../../google/type + - ${THISDIR}/../../google/logging/type output_dir: ${REPOROOT}/artman/output