Sha256: 6a82bce4caa71be5ff3906c8a1c622fa14bfae45bfa88f769d92022c2d05a3a2

Contents?: true

Size: 704 Bytes

Versions: 1

Compression:

Stored size: 704 Bytes

Contents

<%- assert_locals gem -%>
{
<%- if gem.api_id -%>
    "api_id": "<%= gem.api_id %>",
<%- end -%>
    "client_documentation": "<%= gem.library_documentation_url %>",
    "distribution_name": "<%= gem.name %>",
<%- if gem.issue_tracker_url -%>
    "issue_tracker": "<%= gem.issue_tracker_url %>",
<%- end -%>
    "language": "ruby",
<%- if gem.api_shortname -%>
    "name": "<%= gem.api_shortname %>",
<%- end -%>
    "name_pretty": "<%= gem.title %> API",
<%- if gem.product_documentation_url -%>
    "product_documentation": "<%= gem.product_documentation_url %>",
<%- end -%>
    "repo": "googleapis/google-cloud-ruby",
    "requires_billing": <%= !gem.free_tier? %>,
    "library_type": "GAPIC_AUTO"
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gapic-generator-cloud-0.7.5 templates/cloud/gem/repo-metadata.erb