From b68cb8b0d02b8d36db80621515b39782431b09e0 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Wed, 20 Feb 2019 18:53:21 +0000 Subject: [PATCH] Add convenience outputs for public/private IP in Cloud SQL Signed-off-by: Modular Magician --- libraries/google_bigquery_table.rb | 2 +- libraries/google_pubsub_topic.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/google_bigquery_table.rb b/libraries/google_bigquery_table.rb index 10334b4e2..1adfa2c5e 100644 --- a/libraries/google_bigquery_table.rb +++ b/libraries/google_bigquery_table.rb @@ -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' diff --git a/libraries/google_pubsub_topic.rb b/libraries/google_pubsub_topic.rb index f251faafe..85d438bab 100644 --- a/libraries/google_pubsub_topic.rb +++ b/libraries/google_pubsub_topic.rb @@ -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)