lib/google/cloud/pubsub/v1.rb in google-cloud-pubsub-v1-0.1.2 vs lib/google/cloud/pubsub/v1.rb in google-cloud-pubsub-v1-0.2.0
- old
+ new
@@ -14,10 +14,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
+require "google/cloud/pubsub/v1/schema_service"
require "google/cloud/pubsub/v1/publisher"
require "google/cloud/pubsub/v1/subscriber"
require "google/cloud/pubsub/v1/iam_policy"
require "google/cloud/pubsub/v1/version"
@@ -26,12 +27,15 @@
module PubSub
##
# To load this package, including all its services, and instantiate a client:
#
# require "google/cloud/pubsub/v1"
- # client = ::Google::Cloud::PubSub::V1::Publisher::Client.new
+ # client = ::Google::Cloud::PubSub::V1::SchemaService::Client.new
#
module V1
end
end
end
end
+
+helper_path = ::File.join __dir__, "v1", "_helpers.rb"
+require "google/cloud/pubsub/v1/_helpers" if ::File.file? helper_path