File tree Expand file tree Collapse file tree 12 files changed +12
-6
lines changed
%namespace/%name_%version/%sub
tests/integration/goldens
google/iam/credentials_v1 Expand file tree Collapse file tree 12 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 22
33{% block content %}
44
5- {% set package_path = api .naming .module_namespace |join ('.' ) + "." + api .naming .module_name %}
5+ {% set package_path = api .naming .module_namespace |join ('.' ) + "." + api .naming .versioned_module_name %}
66from {{package_path}} import gapic_version as package_version
77
88__version__ = package_version.__version__
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ branch = True
55show_missing = True
66omit =
77 {{ api.naming.module_namespace|join("/") }}/{{ api.naming.module_name }}/__init__.py
8+ {{ api.naming.module_namespace|join("/") }}/{{ api.naming.module_name }}/gapic_version.py
89exclude_lines =
910 # Re-enable the standard pragma
1011 pragma: NO COVER
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ branch = True
55show_missing = True
66omit =
77 google/cloud/asset/__init__.py
8+ google/cloud/asset/gapic_version.py
89exclude_lines =
910 # Re-enable the standard pragma
1011 pragma: NO COVER
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- from google .cloud .asset import gapic_version as package_version
16+ from google .cloud .asset_v1 import gapic_version as package_version
1717
1818__version__ = package_version .__version__
1919
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ branch = True
55show_missing = True
66omit =
77 google/iam/credentials/__init__.py
8+ google/iam/credentials/gapic_version.py
89exclude_lines =
910 # Re-enable the standard pragma
1011 pragma: NO COVER
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- from google .iam .credentials import gapic_version as package_version
16+ from google .iam .credentials_v1 import gapic_version as package_version
1717
1818__version__ = package_version .__version__
1919
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ branch = True
55show_missing = True
66omit =
77 google/cloud/eventarc/__init__.py
8+ google/cloud/eventarc/gapic_version.py
89exclude_lines =
910 # Re-enable the standard pragma
1011 pragma: NO COVER
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- from google .cloud .eventarc import gapic_version as package_version
16+ from google .cloud .eventarc_v1 import gapic_version as package_version
1717
1818__version__ = package_version .__version__
1919
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ branch = True
55show_missing = True
66omit =
77 google/cloud/logging/__init__.py
8+ google/cloud/logging/gapic_version.py
89exclude_lines =
910 # Re-enable the standard pragma
1011 pragma: NO COVER
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- from google .cloud .logging import gapic_version as package_version
16+ from google .cloud .logging_v2 import gapic_version as package_version
1717
1818__version__ = package_version .__version__
1919
You can’t perform that action at this time.
0 commit comments