Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #116 from modular-magician/codegen-pr-1417
Browse files Browse the repository at this point in the history
Add convenience outputs for public/private IP in Cloud SQL
  • Loading branch information
nat-henderson authored Feb 20, 2019
2 parents d627f42 + b68cb8b commit c5b2dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/google_bigquery_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
require 'google/bigquery/property/table_view'
require 'google/bigquery/property/table_view_user_defined_function_resources'

# A provider to manage Google Cloud BigQuery resources.
# A provider to manage BigQuery resources.
class Table < GcpResourceBase
name 'google_bigquery_table'
desc 'Table'
Expand Down
2 changes: 1 addition & 1 deletion libraries/google_pubsub_topic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Topic < GcpResourceBase

attr_reader :name
attr_reader :labels

def initialize(params)
super(params.merge({ use_http_transport: true }))
@fetched = @connection.fetch(product_url, resource_base_url, params)
Expand Down

0 comments on commit c5b2dec

Please sign in to comment.