lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb in google-cloud-compute-v1-1.8.0 vs lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb in google-cloud-compute-v1-1.9.0

- old
+ new

@@ -14,20 +14,38 @@ # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! +require "gapic/rest" +require "gapic/config" +require "gapic/config/method" + +require "google/cloud/compute/v1/version" + +require "google/cloud/compute/v1/target_tcp_proxies/credentials" require "google/cloud/compute/v1/target_tcp_proxies/rest/client" module Google module Cloud module Compute module V1 + ## + # The TargetTcpProxies API. + # + # To load this service and instantiate a REST client: + # + # require "google/cloud/compute/v1/target_tcp_proxies/rest" + # client = ::Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client.new + # module TargetTcpProxies # Client for the REST transport module Rest end end end end end end + +helper_path = ::File.join __dir__, "rest", "helpers.rb" +require "google/cloud/compute/v1/target_tcp_proxies/rest/helpers" if ::File.file? helper_path