Sha256: 9c28b76106d36be05c93caa0473c597b88dbd97279e83df39a4c61a503d628b0
Contents?: true
Size: 1.4 KB
Versions: 32
Compression:
Stored size: 1.4 KB
Contents
# frozen_string_literal: true # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Originally auto-generated by gapic-generator-ruby. require "gapic/common" require "gapic/config" require "gapic/config/method" require "google/cloud/pubsub/v1/version" require "google/cloud/pubsub/v1/iam_policy/credentials" require "google/cloud/pubsub/v1/iam_policy/client" module Google module Cloud module PubSub module V1 ## # This module contains the legacy IAM Policy client. # # @deprecated Call `iam_policy_client` on any of the other client # objects to get a client for IAM policies instead of using this # legacy class. # module IAMPolicy end end end end end helper_path = ::File.join __dir__, "iam_policy", "helpers.rb" require "google/cloud/pubsub/v1/iam_policy/helpers" if ::File.file? helper_path
Version data entries
32 entries across 32 versions & 1 rubygems