google-cloud-compute-v1 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/AUTHENTICATION.md +12 -12
- data/README.md +4 -30
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +228 -143
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +294 -187
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/compute_pb.rb +816 -135
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +334 -213
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
- data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +180 -107
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +463 -280
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +292 -127
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +259 -112
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +207 -128
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +159 -88
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +116 -64
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +170 -97
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/images/rest/client.rb +284 -174
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
- data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +497 -328
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +255 -161
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +198 -117
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +1079 -609
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +1975 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +188 -112
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +184 -108
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
- data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +91 -48
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
- data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +198 -117
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +251 -157
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +349 -173
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +333 -211
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
- data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +223 -132
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +206 -124
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +338 -219
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
- data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +170 -97
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +196 -112
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +203 -125
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +145 -82
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +309 -198
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
- data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +472 -313
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +143 -84
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +75 -40
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
- data/lib/google/cloud/compute/v1/region_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +134 -73
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +203 -125
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +245 -148
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +223 -132
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +274 -166
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
- data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +270 -166
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
- data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +197 -115
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
- data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +185 -110
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +314 -195
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +334 -159
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +294 -188
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
- data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +229 -145
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +250 -156
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
- data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +227 -135
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +134 -73
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
- data/lib/google/cloud/compute/v1.rb +5 -0
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/cloud/compute/v1/compute.rb +2526 -640
- metadata +84 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b15ba9cd808367c21e8366337ebb40fd025c1a99c68d706f34388b137b5915b
|
|
4
|
+
data.tar.gz: d0e016f9137d41498f1628cd8ea0fb0ec7221fcea0b20b93396a0e796f9b6a6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 184931dd5ef023e9a6bf60188fe8c4e60f5de4a5090d7015eafbb1ecf6bd462072ace31caa6efa4629a70b5753b6db75bb568d970874586881be34967e3d5f3b
|
|
7
|
+
data.tar.gz: c823adb25aff3ebc5d544eee7e2f7430b28cd0b8871402f9da4a98bc2add4d128f1a286bb4d13d4a52e1ada19f06712646774bca24941c85572a31e7a10b1e13
|
data/.yardopts
CHANGED
data/AUTHENTICATION.md
CHANGED
|
@@ -66,43 +66,43 @@ The environment variables that google-cloud-compute-v1
|
|
|
66
66
|
checks for credentials are configured on the service Credentials class (such as
|
|
67
67
|
{::Google::Cloud::Compute::V1::AcceleratorTypes::Credentials}):
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
* `COMPUTE_CREDENTIALS` - Path to JSON file, or JSON contents
|
|
70
|
+
* `COMPUTE_KEYFILE` - Path to JSON file, or JSON contents
|
|
71
|
+
* `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
|
|
72
|
+
* `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
|
|
73
|
+
* `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
|
|
74
74
|
|
|
75
75
|
```ruby
|
|
76
76
|
require "google/cloud/compute/v1"
|
|
77
77
|
|
|
78
78
|
ENV["COMPUTE_CREDENTIALS"] = "path/to/keyfile.json"
|
|
79
79
|
|
|
80
|
-
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new
|
|
80
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
### Configuration
|
|
84
84
|
|
|
85
|
-
The **Credentials JSON** can be configured instead of
|
|
86
|
-
environment
|
|
85
|
+
The path to the **Credentials JSON** file can be configured instead of storing
|
|
86
|
+
it in an environment variable. Either on an individual client initialization:
|
|
87
87
|
|
|
88
88
|
```ruby
|
|
89
89
|
require "google/cloud/compute/v1"
|
|
90
90
|
|
|
91
|
-
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new do |config|
|
|
91
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
|
|
92
92
|
config.credentials = "path/to/keyfile.json"
|
|
93
93
|
end
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
Or
|
|
96
|
+
Or globally for all clients:
|
|
97
97
|
|
|
98
98
|
```ruby
|
|
99
99
|
require "google/cloud/compute/v1"
|
|
100
100
|
|
|
101
|
-
::Google::Cloud::Compute::V1::AcceleratorTypes::Client.configure do |config|
|
|
101
|
+
::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.configure do |config|
|
|
102
102
|
config.credentials = "path/to/keyfile.json"
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
-
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new
|
|
105
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
### Cloud SDK
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Ruby Client for the Google Cloud Compute V1 (
|
|
1
|
+
# Ruby Client for the Google Cloud Compute V1 (BETA) API
|
|
2
2
|
|
|
3
|
-
API Client library for the Google Cloud Compute V1 (
|
|
3
|
+
API Client library for the Google Cloud Compute V1 (BETA) API
|
|
4
4
|
|
|
5
|
-
google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API. This library is considered to be in
|
|
5
|
+
google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API. This library is considered to be in beta. This means while stable it is still a work-in-progress and under active development, and might get backwards-incompatible changes at any time.
|
|
6
6
|
|
|
7
7
|
https://github.com/googleapis/google-cloud-ruby
|
|
8
8
|
|
|
@@ -27,7 +27,7 @@ In order to use this library, you first need to go through the following steps:
|
|
|
27
27
|
require "google/cloud/compute/v1"
|
|
28
28
|
|
|
29
29
|
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
|
30
|
-
request =
|
|
30
|
+
request = ::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest.new # (request fields as keyword arguments...)
|
|
31
31
|
response = client.aggregated_list request
|
|
32
32
|
```
|
|
33
33
|
|
|
@@ -37,32 +37,6 @@ for class and method documentation.
|
|
|
37
37
|
See also the [Product Documentation](https://cloud.google.com/compute/)
|
|
38
38
|
for general usage information.
|
|
39
39
|
|
|
40
|
-
## Enabling Logging
|
|
41
|
-
|
|
42
|
-
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
43
|
-
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
|
|
44
|
-
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
45
|
-
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
46
|
-
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
47
|
-
|
|
48
|
-
Configuring a Ruby stdlib logger:
|
|
49
|
-
|
|
50
|
-
```ruby
|
|
51
|
-
require "logger"
|
|
52
|
-
|
|
53
|
-
module MyLogger
|
|
54
|
-
LOGGER = Logger.new $stderr, level: Logger::WARN
|
|
55
|
-
def logger
|
|
56
|
-
LOGGER
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
# Define a gRPC module-level logger method before grpc/logconfig.rb loads.
|
|
61
|
-
module GRPC
|
|
62
|
-
extend MyLogger
|
|
63
|
-
end
|
|
64
|
-
```
|
|
65
|
-
|
|
66
40
|
## Supported Ruby Versions
|
|
67
41
|
|
|
68
42
|
This library is supported on Ruby 2.5+.
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
require "google/cloud/errors"
|
|
20
20
|
require "google/cloud/compute/v1/compute_pb"
|
|
21
|
+
require "google/cloud/compute/v1/accelerator_types/rest/service_stub"
|
|
21
22
|
|
|
22
23
|
module Google
|
|
23
24
|
module Cloud
|
|
@@ -33,8 +34,6 @@ module Google
|
|
|
33
34
|
# The AcceleratorTypes API.
|
|
34
35
|
#
|
|
35
36
|
class Client
|
|
36
|
-
include GrpcTranscoding
|
|
37
|
-
|
|
38
37
|
# @private
|
|
39
38
|
attr_reader :accelerator_types_stub
|
|
40
39
|
|
|
@@ -44,13 +43,12 @@ module Google
|
|
|
44
43
|
# See {::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client::Configuration}
|
|
45
44
|
# for a description of the configuration fields.
|
|
46
45
|
#
|
|
47
|
-
#
|
|
48
|
-
#
|
|
49
|
-
# To modify the configuration for all AcceleratorTypes clients:
|
|
46
|
+
# @example
|
|
50
47
|
#
|
|
51
|
-
#
|
|
52
|
-
#
|
|
53
|
-
#
|
|
48
|
+
# # Modify the configuration for all AcceleratorTypes clients
|
|
49
|
+
# ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.configure do |config|
|
|
50
|
+
# config.timeout = 10.0
|
|
51
|
+
# end
|
|
54
52
|
#
|
|
55
53
|
# @yield [config] Configure the Client client.
|
|
56
54
|
# @yieldparam config [Client::Configuration]
|
|
@@ -68,6 +66,21 @@ module Google
|
|
|
68
66
|
end
|
|
69
67
|
default_config = Client::Configuration.new parent_config
|
|
70
68
|
|
|
69
|
+
default_config.rpcs.aggregated_list.timeout = 600.0
|
|
70
|
+
default_config.rpcs.aggregated_list.retry_policy = {
|
|
71
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
default_config.rpcs.get.timeout = 600.0
|
|
75
|
+
default_config.rpcs.get.retry_policy = {
|
|
76
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
default_config.rpcs.list.timeout = 600.0
|
|
80
|
+
default_config.rpcs.list.retry_policy = {
|
|
81
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
|
82
|
+
}
|
|
83
|
+
|
|
71
84
|
default_config
|
|
72
85
|
end
|
|
73
86
|
yield @configure if block_given?
|
|
@@ -97,28 +110,20 @@ module Google
|
|
|
97
110
|
##
|
|
98
111
|
# Create a new AcceleratorTypes REST client object.
|
|
99
112
|
#
|
|
100
|
-
#
|
|
113
|
+
# @example
|
|
101
114
|
#
|
|
102
|
-
#
|
|
103
|
-
#
|
|
115
|
+
# # Create a client using the default configuration
|
|
116
|
+
# client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
|
104
117
|
#
|
|
105
|
-
#
|
|
106
|
-
#
|
|
107
|
-
#
|
|
108
|
-
#
|
|
109
|
-
#
|
|
110
|
-
# client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
|
|
111
|
-
# config.timeout = 10.0
|
|
112
|
-
# end
|
|
118
|
+
# # Create a client using a custom configuration
|
|
119
|
+
# client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
|
|
120
|
+
# config.timeout = 10.0
|
|
121
|
+
# end
|
|
113
122
|
#
|
|
114
123
|
# @yield [config] Configure the AcceleratorTypes client.
|
|
115
124
|
# @yieldparam config [Client::Configuration]
|
|
116
125
|
#
|
|
117
126
|
def initialize
|
|
118
|
-
# These require statements are intentionally placed here to initialize
|
|
119
|
-
# the REST modules only when it's required.
|
|
120
|
-
require "gapic/rest"
|
|
121
|
-
|
|
122
127
|
# Create the configuration object
|
|
123
128
|
@config = Configuration.new Client.configure
|
|
124
129
|
|
|
@@ -128,11 +133,11 @@ module Google
|
|
|
128
133
|
# Create credentials
|
|
129
134
|
credentials = @config.credentials
|
|
130
135
|
credentials ||= Credentials.default scope: @config.scope
|
|
131
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
|
136
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
|
132
137
|
credentials = Credentials.new credentials, scope: @config.scope
|
|
133
138
|
end
|
|
134
139
|
|
|
135
|
-
@
|
|
140
|
+
@accelerator_types_stub = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
|
136
141
|
end
|
|
137
142
|
|
|
138
143
|
# Service calls
|
|
@@ -180,12 +185,12 @@ module Google
|
|
|
180
185
|
# @param project [::String]
|
|
181
186
|
# Project ID for this request.
|
|
182
187
|
# @param return_partial_success [::Boolean]
|
|
183
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
|
184
|
-
# @yield [result,
|
|
185
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
|
188
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
|
189
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
|
190
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::AcceleratorTypesScopedList>]
|
|
186
191
|
# @yieldparam response [::Faraday::Response]
|
|
187
192
|
#
|
|
188
|
-
# @return [::Google::Cloud::Compute::V1::
|
|
193
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::AcceleratorTypesScopedList>]
|
|
189
194
|
#
|
|
190
195
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
191
196
|
def aggregated_list request, options = nil
|
|
@@ -197,7 +202,7 @@ module Google
|
|
|
197
202
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
198
203
|
|
|
199
204
|
# Customize the options with defaults
|
|
200
|
-
call_metadata =
|
|
205
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
|
201
206
|
|
|
202
207
|
# Set x-goog-api-client header
|
|
203
208
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
@@ -205,19 +210,17 @@ module Google
|
|
|
205
210
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
|
206
211
|
transports_version_send: [:rest]
|
|
207
212
|
|
|
208
|
-
options.apply_defaults timeout: @config.timeout,
|
|
213
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
|
209
214
|
metadata: call_metadata
|
|
210
215
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
uri: uri,
|
|
214
|
-
params: query_string_params,
|
|
215
|
-
options: options
|
|
216
|
-
)
|
|
217
|
-
result = ::Google::Cloud::Compute::V1::AcceleratorTypeAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
|
216
|
+
options.apply_defaults timeout: @config.timeout,
|
|
217
|
+
metadata: @config.metadata
|
|
218
218
|
|
|
219
|
-
|
|
220
|
-
|
|
219
|
+
@accelerator_types_stub.aggregated_list request, options do |result, response|
|
|
220
|
+
result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :aggregated_list, "items", request, result, options
|
|
221
|
+
yield result, response if block_given?
|
|
222
|
+
return result
|
|
223
|
+
end
|
|
221
224
|
rescue ::Faraday::Error => e
|
|
222
225
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
|
223
226
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
|
@@ -249,7 +252,7 @@ module Google
|
|
|
249
252
|
# Project ID for this request.
|
|
250
253
|
# @param zone [::String]
|
|
251
254
|
# The name of the zone for this request.
|
|
252
|
-
# @yield [result,
|
|
255
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
|
253
256
|
# @yieldparam result [::Google::Cloud::Compute::V1::AcceleratorType]
|
|
254
257
|
# @yieldparam response [::Faraday::Response]
|
|
255
258
|
#
|
|
@@ -265,7 +268,7 @@ module Google
|
|
|
265
268
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
266
269
|
|
|
267
270
|
# Customize the options with defaults
|
|
268
|
-
call_metadata =
|
|
271
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
|
269
272
|
|
|
270
273
|
# Set x-goog-api-client header
|
|
271
274
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
@@ -273,18 +276,16 @@ module Google
|
|
|
273
276
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
|
274
277
|
transports_version_send: [:rest]
|
|
275
278
|
|
|
276
|
-
options.apply_defaults timeout: @config.timeout,
|
|
279
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
|
277
280
|
metadata: call_metadata
|
|
278
281
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
uri: uri,
|
|
282
|
-
options: options
|
|
283
|
-
)
|
|
284
|
-
result = ::Google::Cloud::Compute::V1::AcceleratorType.decode_json response.body, ignore_unknown_fields: true
|
|
282
|
+
options.apply_defaults timeout: @config.timeout,
|
|
283
|
+
metadata: @config.metadata
|
|
285
284
|
|
|
286
|
-
|
|
287
|
-
|
|
285
|
+
@accelerator_types_stub.get request, options do |result, response|
|
|
286
|
+
yield result, response if block_given?
|
|
287
|
+
return result
|
|
288
|
+
end
|
|
288
289
|
rescue ::Faraday::Error => e
|
|
289
290
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
|
290
291
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
|
@@ -331,14 +332,14 @@ module Google
|
|
|
331
332
|
# @param project [::String]
|
|
332
333
|
# Project ID for this request.
|
|
333
334
|
# @param return_partial_success [::Boolean]
|
|
334
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
|
335
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
|
335
336
|
# @param zone [::String]
|
|
336
337
|
# The name of the zone for this request.
|
|
337
|
-
# @yield [result,
|
|
338
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
|
338
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
|
339
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::AcceleratorType>]
|
|
339
340
|
# @yieldparam response [::Faraday::Response]
|
|
340
341
|
#
|
|
341
|
-
# @return [::Google::Cloud::Compute::V1::
|
|
342
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::AcceleratorType>]
|
|
342
343
|
#
|
|
343
344
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
344
345
|
def list request, options = nil
|
|
@@ -350,7 +351,7 @@ module Google
|
|
|
350
351
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
|
351
352
|
|
|
352
353
|
# Customize the options with defaults
|
|
353
|
-
call_metadata =
|
|
354
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
|
354
355
|
|
|
355
356
|
# Set x-goog-api-client header
|
|
356
357
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
|
@@ -358,19 +359,17 @@ module Google
|
|
|
358
359
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
|
359
360
|
transports_version_send: [:rest]
|
|
360
361
|
|
|
361
|
-
options.apply_defaults timeout: @config.timeout,
|
|
362
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
|
362
363
|
metadata: call_metadata
|
|
363
364
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
uri: uri,
|
|
367
|
-
params: query_string_params,
|
|
368
|
-
options: options
|
|
369
|
-
)
|
|
370
|
-
result = ::Google::Cloud::Compute::V1::AcceleratorTypeList.decode_json response.body, ignore_unknown_fields: true
|
|
365
|
+
options.apply_defaults timeout: @config.timeout,
|
|
366
|
+
metadata: @config.metadata
|
|
371
367
|
|
|
372
|
-
|
|
373
|
-
|
|
368
|
+
@accelerator_types_stub.list request, options do |result, response|
|
|
369
|
+
result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :list, "items", request, result, options
|
|
370
|
+
yield result, response if block_given?
|
|
371
|
+
return result
|
|
372
|
+
end
|
|
374
373
|
rescue ::Faraday::Error => e
|
|
375
374
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
|
376
375
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
|
@@ -425,6 +424,9 @@ module Google
|
|
|
425
424
|
# @!attribute [rw] timeout
|
|
426
425
|
# The call timeout in seconds.
|
|
427
426
|
# @return [::Numeric]
|
|
427
|
+
# @!attribute [rw] metadata
|
|
428
|
+
# Additional REST headers to be sent with the call.
|
|
429
|
+
# @return [::Hash{::Symbol=>::String}]
|
|
428
430
|
#
|
|
429
431
|
class Configuration
|
|
430
432
|
extend ::Gapic::Config
|
|
@@ -438,6 +440,7 @@ module Google
|
|
|
438
440
|
config_attr :lib_name, nil, ::String, nil
|
|
439
441
|
config_attr :lib_version, nil, ::String, nil
|
|
440
442
|
config_attr :timeout, nil, ::Numeric, nil
|
|
443
|
+
config_attr :metadata, nil, ::Hash, nil
|
|
441
444
|
|
|
442
445
|
# @private
|
|
443
446
|
def initialize parent_config = nil
|
|
@@ -445,6 +448,60 @@ module Google
|
|
|
445
448
|
|
|
446
449
|
yield self if block_given?
|
|
447
450
|
end
|
|
451
|
+
|
|
452
|
+
##
|
|
453
|
+
# Configurations for individual RPCs
|
|
454
|
+
# @return [Rpcs]
|
|
455
|
+
#
|
|
456
|
+
def rpcs
|
|
457
|
+
@rpcs ||= begin
|
|
458
|
+
parent_rpcs = nil
|
|
459
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
|
460
|
+
Rpcs.new parent_rpcs
|
|
461
|
+
end
|
|
462
|
+
end
|
|
463
|
+
|
|
464
|
+
##
|
|
465
|
+
# Configuration RPC class for the AcceleratorTypes API.
|
|
466
|
+
#
|
|
467
|
+
# Includes fields providing the configuration for each RPC in this service.
|
|
468
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
469
|
+
# the following configuration fields:
|
|
470
|
+
#
|
|
471
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
472
|
+
#
|
|
473
|
+
# there is one other field (`retry_policy`) that can be set
|
|
474
|
+
# but is currently not supported for REST Gapic libraries.
|
|
475
|
+
#
|
|
476
|
+
class Rpcs
|
|
477
|
+
##
|
|
478
|
+
# RPC-specific configuration for `aggregated_list`
|
|
479
|
+
# @return [::Gapic::Config::Method]
|
|
480
|
+
#
|
|
481
|
+
attr_reader :aggregated_list
|
|
482
|
+
##
|
|
483
|
+
# RPC-specific configuration for `get`
|
|
484
|
+
# @return [::Gapic::Config::Method]
|
|
485
|
+
#
|
|
486
|
+
attr_reader :get
|
|
487
|
+
##
|
|
488
|
+
# RPC-specific configuration for `list`
|
|
489
|
+
# @return [::Gapic::Config::Method]
|
|
490
|
+
#
|
|
491
|
+
attr_reader :list
|
|
492
|
+
|
|
493
|
+
# @private
|
|
494
|
+
def initialize parent_rpcs = nil
|
|
495
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
|
496
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
|
497
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
|
498
|
+
@get = ::Gapic::Config::Method.new get_config
|
|
499
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
|
500
|
+
@list = ::Gapic::Config::Method.new list_config
|
|
501
|
+
|
|
502
|
+
yield self if block_given?
|
|
503
|
+
end
|
|
504
|
+
end
|
|
448
505
|
end
|
|
449
506
|
end
|
|
450
507
|
end
|