Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions google-cloud-compute-v1/.owlbot-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
"lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb",
"lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb",
"lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb",
"lib/google/cloud/compute/v1/global_vm_extension_policies.rb",
"lib/google/cloud/compute/v1/global_vm_extension_policies/credentials.rb",
"lib/google/cloud/compute/v1/global_vm_extension_policies/rest.rb",
"lib/google/cloud/compute/v1/global_vm_extension_policies/rest/client.rb",
"lib/google/cloud/compute/v1/global_vm_extension_policies/rest/service_stub.rb",
"lib/google/cloud/compute/v1/health_checks.rb",
"lib/google/cloud/compute/v1/health_checks/credentials.rb",
"lib/google/cloud/compute/v1/health_checks/rest.rb",
Expand Down Expand Up @@ -489,6 +494,16 @@
"lib/google/cloud/compute/v1/resource_policies/rest/client.rb",
"lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb",
"lib/google/cloud/compute/v1/rest.rb",
"lib/google/cloud/compute/v1/rollout_plans.rb",
"lib/google/cloud/compute/v1/rollout_plans/credentials.rb",
"lib/google/cloud/compute/v1/rollout_plans/rest.rb",
"lib/google/cloud/compute/v1/rollout_plans/rest/client.rb",
"lib/google/cloud/compute/v1/rollout_plans/rest/service_stub.rb",
"lib/google/cloud/compute/v1/rollouts.rb",
"lib/google/cloud/compute/v1/rollouts/credentials.rb",
"lib/google/cloud/compute/v1/rollouts/rest.rb",
"lib/google/cloud/compute/v1/rollouts/rest/client.rb",
"lib/google/cloud/compute/v1/rollouts/rest/service_stub.rb",
"lib/google/cloud/compute/v1/routers.rb",
"lib/google/cloud/compute/v1/routers/credentials.rb",
"lib/google/cloud/compute/v1/routers/rest.rb",
Expand Down Expand Up @@ -650,6 +665,7 @@
"test/google/cloud/compute/v1/global_operations_rest_test.rb",
"test/google/cloud/compute/v1/global_organization_operations_rest_test.rb",
"test/google/cloud/compute/v1/global_public_delegated_prefixes_rest_test.rb",
"test/google/cloud/compute/v1/global_vm_extension_policies_rest_test.rb",
"test/google/cloud/compute/v1/health_checks_rest_test.rb",
"test/google/cloud/compute/v1/image_family_views_rest_test.rb",
"test/google/cloud/compute/v1/images_rest_test.rb",
Expand Down Expand Up @@ -724,6 +740,8 @@
"test/google/cloud/compute/v1/reservation_sub_blocks_rest_test.rb",
"test/google/cloud/compute/v1/reservations_rest_test.rb",
"test/google/cloud/compute/v1/resource_policies_rest_test.rb",
"test/google/cloud/compute/v1/rollout_plans_rest_test.rb",
"test/google/cloud/compute/v1/rollouts_rest_test.rb",
"test/google/cloud/compute/v1/routers_rest_test.rb",
"test/google/cloud/compute/v1/routes_rest_test.rb",
"test/google/cloud/compute/v1/security_policies_rest_test.rb",
Expand Down
3 changes: 3 additions & 0 deletions google-cloud-compute-v1/lib/google/cloud/compute/v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
require "google/cloud/compute/v1/global_operations"
require "google/cloud/compute/v1/global_organization_operations"
require "google/cloud/compute/v1/global_public_delegated_prefixes"
require "google/cloud/compute/v1/global_vm_extension_policies"
require "google/cloud/compute/v1/health_checks"
require "google/cloud/compute/v1/image_family_views"
require "google/cloud/compute/v1/images"
Expand Down Expand Up @@ -110,6 +111,8 @@
require "google/cloud/compute/v1/reservation_sub_blocks"
require "google/cloud/compute/v1/reservations"
require "google/cloud/compute/v1/resource_policies"
require "google/cloud/compute/v1/rollout_plans"
require "google/cloud/compute/v1/rollouts"
require "google/cloud/compute/v1/routers"
require "google/cloud/compute/v1/routes"
require "google/cloud/compute/v1/security_policies"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# frozen_string_literal: true

# Copyright 2026 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.

# Auto-generated by gapic-generator-ruby. DO NOT EDIT!

require "gapic/config"
require "gapic/config/method"

require "google/cloud/compute/v1/version"

require "google/cloud/compute/v1/global_vm_extension_policies/credentials"
require "google/cloud/compute/v1/global_vm_extension_policies/rest"

module Google
module Cloud
module Compute
module V1
##
# The GlobalVmExtensionPolicies API.
#
# @example Load this service and instantiate a REST client
#
# require "google/cloud/compute/v1/global_vm_extension_policies/rest"
# client = ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicies::Rest::Client.new
#
module GlobalVmExtensionPolicies
end
end
end
end
end

helper_path = ::File.join __dir__, "global_vm_extension_policies", "helpers.rb"
require "google/cloud/compute/v1/global_vm_extension_policies/helpers" if ::File.file? helper_path
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# frozen_string_literal: true

# Copyright 2026 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.

# Auto-generated by gapic-generator-ruby. DO NOT EDIT!

require "googleauth"

module Google
module Cloud
module Compute
module V1
module GlobalVmExtensionPolicies
# Credentials for the GlobalVmExtensionPolicies API.
class Credentials < ::Google::Auth::Credentials
self.scope = [
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/cloud-platform"
]
self.env_vars = [
"COMPUTE_CREDENTIALS",
"COMPUTE_KEYFILE",
"GOOGLE_CLOUD_CREDENTIALS",
"GOOGLE_CLOUD_KEYFILE",
"GCLOUD_KEYFILE",
"COMPUTE_CREDENTIALS_JSON",
"COMPUTE_KEYFILE_JSON",
"GOOGLE_CLOUD_CREDENTIALS_JSON",
"GOOGLE_CLOUD_KEYFILE_JSON",
"GCLOUD_KEYFILE_JSON"
]
self.paths = [
"~/.config/google_cloud/application_default_credentials.json"
]
end
end
end
end
end
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# frozen_string_literal: true

# Copyright 2026 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.

# 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/global_vm_extension_policies/credentials"
require "google/cloud/compute/v1/global_vm_extension_policies/rest/client"

module Google
module Cloud
module Compute
module V1
##
# The GlobalVmExtensionPolicies API.
#
# To load this service and instantiate a REST client:
#
# require "google/cloud/compute/v1/global_vm_extension_policies/rest"
# client = ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicies::Rest::Client.new
#
module GlobalVmExtensionPolicies
# 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/global_vm_extension_policies/rest/helpers" if ::File.file? helper_path
Loading
Loading