fog-google 1.24.0 → 1.25.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/CHANGELOG.md +23 -1
- data/CONTRIBUTING.md +11 -11
- data/README.md +7 -7
- data/examples/create_instance_and_attach_disk_later.rb +6 -7
- data/examples/dns/project.rb +1 -1
- data/examples/dns/zones.rb +1 -1
- data/examples/storage.rb +1 -1
- data/examples/storage_json.rb +1 -1
- data/fog-google.gemspec +1 -1
- data/lib/fog/bin/google.rb +23 -25
- data/lib/fog/{compute/google → google/compute}/mock.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/models/address.rb +8 -8
- data/lib/fog/{compute/google → google/compute}/models/addresses.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/backend_service.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/backend_services.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/disk.rb +5 -5
- data/lib/fog/{compute/google → google/compute}/models/disk_type.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/models/disk_types.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/disks.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/firewall.rb +6 -6
- data/lib/fog/{compute/google → google/compute}/models/firewalls.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/forwarding_rule.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/forwarding_rules.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/global_address.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/global_addresses.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/global_forwarding_rule.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/global_forwarding_rules.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/http_health_check.rb +5 -5
- data/lib/fog/{compute/google → google/compute}/models/http_health_checks.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/image.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/images.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/instance_group.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/models/instance_group_manager.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/instance_group_managers.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/instance_groups.rb +5 -5
- data/lib/fog/{compute/google → google/compute}/models/instance_template.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/instance_templates.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/machine_type.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/models/machine_types.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/network.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/networks.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/operation.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/models/operations.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/project.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/projects.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/region.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/models/regions.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/route.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/routes.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/server.rb +18 -18
- data/lib/fog/{compute/google → google/compute}/models/servers.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/snapshot.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/snapshots.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/ssl_certificate.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/ssl_certificates.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/subnetwork.rb +6 -6
- data/lib/fog/{compute/google → google/compute}/models/subnetworks.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/target_http_proxies.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/target_http_proxy.rb +5 -5
- data/lib/fog/{compute/google → google/compute}/models/target_https_proxies.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/target_https_proxy.rb +7 -7
- data/lib/fog/{compute/google → google/compute}/models/target_instance.rb +4 -4
- data/lib/fog/{compute/google → google/compute}/models/target_instances.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/target_pool.rb +8 -8
- data/lib/fog/{compute/google → google/compute}/models/target_pools.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/url_map.rb +7 -7
- data/lib/fog/{compute/google → google/compute}/models/url_maps.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/models/zone.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/models/zones.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/real.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/abandon_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/add_backend_service_backends.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/add_instance_group_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/add_server_access_config.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/add_target_pool_health_checks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/add_target_pool_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/attach_disk.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/create_disk_snapshot.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_address.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_backend_service.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_disk.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_firewall.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_forwarding_rule.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_global_address.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_global_forwarding_rule.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_global_operation.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_http_health_check.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_image.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_instance_group.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_instance_group_manager.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_instance_template.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_network.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_region_operation.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_route.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_server.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_server_access_config.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_snapshot.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_ssl_certificate.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_subnetwork.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_target_http_proxy.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_target_https_proxy.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_target_instance.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_target_pool.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_url_map.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/delete_zone_operation.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/deprecate_image.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/detach_disk.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/expand_subnetwork_ip_cidr_range.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_address.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_backend_service.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_backend_service_health.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_disk.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_disk_type.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_firewall.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_forwarding_rule.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_global_address.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_global_forwarding_rule.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_global_operation.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_http_health_check.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_image.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_image_from_family.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_instance_group.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_instance_group_manager.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_instance_template.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_machine_type.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_network.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_project.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_region.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_region_operation.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_route.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_server.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_server_serial_port_output.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_snapshot.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_ssl_certificate.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_subnetwork.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_target_http_proxy.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_target_https_proxy.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_target_instance.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_target_pool.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_target_pool_health.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_url_map.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_zone.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/get_zone_operation.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_address.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_backend_service.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_disk.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_firewall.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_forwarding_rule.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_global_address.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_global_forwarding_rule.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_http_health_check.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_image.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_instance_group.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_instance_group_manager.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_instance_template.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_network.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_route.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_server.rb +3 -3
- data/lib/fog/{compute/google → google/compute}/requests/insert_ssl_certificate.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_subnetwork.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_target_http_proxy.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_target_https_proxy.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_target_instance.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_target_pool.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/insert_url_map.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/invalidate_url_map_cache.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_addresses.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_addresses.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_disk_types.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_disks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_forwarding_rules.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_instance_group_managers.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_instance_groups.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_machine_types.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_servers.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_subnetworks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_target_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_aggregated_target_pools.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_backend_services.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_disk_types.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_disks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_firewalls.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_forwarding_rules.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_global_addresses.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_global_forwarding_rules.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_global_operations.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_http_health_checks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_images.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_instance_group_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_instance_group_managers.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_instance_groups.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_instance_templates.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_machine_types.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_networks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_region_operations.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_regions.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_routes.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_servers.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_snapshots.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_ssl_certificates.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_subnetworks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_target_http_proxies.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_target_https_proxies.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_target_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_target_pools.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_url_maps.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_zone_operations.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/list_zones.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/patch_firewall.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/patch_url_map.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/recreate_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/remove_instance_group_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/remove_target_pool_health_checks.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/remove_target_pool_instance.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/remove_target_pool_instances.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/reset_server.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/reset_windows_password.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_common_instance_metadata.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_forwarding_rule_target.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_global_forwarding_rule_target.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_instance_template.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_server_disk_auto_delete.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_server_machine_type.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_server_metadata.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_server_scheduling.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_server_tags.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_snapshot_labels.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_subnetwork_private_ip_google_access.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_target_http_proxy_url_map.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_target_https_proxy_ssl_certificates.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_target_https_proxy_url_map.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/set_target_pool_backup.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/start_server.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/stop_server.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/update_firewall.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/update_http_health_check.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/update_url_map.rb +2 -2
- data/lib/fog/{compute/google → google/compute}/requests/validate_url_map.rb +2 -2
- data/lib/fog/{compute/google.rb → google/compute.rb} +6 -6
- data/lib/fog/{dns/google → google/dns}/mock.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/models/change.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/models/changes.rb +8 -6
- data/lib/fog/{dns/google → google/dns}/models/project.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/models/projects.rb +4 -4
- data/lib/fog/{dns/google → google/dns}/models/record.rb +11 -11
- data/lib/fog/{dns/google → google/dns}/models/records.rb +8 -6
- data/lib/fog/{dns/google → google/dns}/models/zone.rb +7 -7
- data/lib/fog/{dns/google → google/dns}/models/zones.rb +6 -5
- data/lib/fog/{dns/google → google/dns}/real.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/create_change.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/create_managed_zone.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/delete_managed_zone.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/get_change.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/get_managed_zone.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/get_project.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/list_changes.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/list_managed_zones.rb +2 -2
- data/lib/fog/{dns/google → google/dns}/requests/list_resource_record_sets.rb +2 -2
- data/lib/fog/{dns/google.rb → google/dns.rb} +6 -6
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/access_control_list.rb +3 -3
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/copy_object.rb +3 -3
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/get_bucket.rb +3 -3
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/get_bucket_logging.rb +3 -3
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/get_bucket_object_versions.rb +3 -3
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/get_bucket_versioning.rb +3 -3
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/get_request_payment.rb +3 -3
- data/lib/fog/{parsers/storage/google → google/parsers/storage}/get_service.rb +3 -3
- data/lib/fog/google/parsers/storage.rb +15 -0
- data/lib/fog/google/shared.rb +17 -15
- data/lib/fog/{storage/google_json → google/storage/storage_json}/mock.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/models/directories.rb +4 -3
- data/lib/fog/{storage/google_json → google/storage/storage_json}/models/directory.rb +3 -3
- data/lib/fog/{storage/google_json → google/storage/storage_json}/models/file.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/models/files.rb +8 -7
- data/lib/fog/{storage/google_json → google/storage/storage_json}/real.rb +16 -8
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/copy_object.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/delete_bucket.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/delete_object.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/delete_object_url.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_bucket.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_bucket_acl.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_object.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_object_acl.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_object_http_url.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_object_https_url.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_object_metadata.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/get_object_url.rb +4 -4
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/list_bucket_acl.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/list_buckets.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/list_object_acl.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/list_objects.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/put_bucket.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/put_bucket_acl.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/put_object.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/put_object_acl.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/requests/put_object_url.rb +2 -2
- data/lib/fog/{storage/google_json → google/storage/storage_json}/utils.rb +4 -4
- data/lib/fog/{storage/google_json.rb → google/storage/storage_json.rb} +9 -9
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/mock.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/models/directories.rb +7 -7
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/models/directory.rb +3 -3
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/models/file.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/models/files.rb +11 -11
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/real.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/copy_object.rb +3 -3
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/delete_bucket.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/delete_object.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/delete_object_url.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_bucket.rb +3 -3
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_bucket_acl.rb +3 -3
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_object.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_object_acl.rb +3 -3
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_object_http_url.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_object_https_url.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_object_url.rb +4 -4
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/get_service.rb +3 -3
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/head_object.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/put_bucket.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/put_bucket_acl.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/put_object.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/put_object_acl.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/requests/put_object_url.rb +2 -2
- data/lib/fog/{storage/google_xml → google/storage/storage_xml}/utils.rb +18 -17
- data/lib/fog/{storage/google_xml.rb → google/storage/storage_xml.rb} +7 -7
- data/lib/fog/{storage/google.rb → google/storage.rb} +5 -5
- data/lib/fog/google/version.rb +1 -1
- data/lib/fog/google.rb +30 -16
- data/test/integration/compute/core_compute/test_client_options.rb +1 -1
- data/test/integration/compute/core_compute/test_disks.rb +2 -2
- data/test/integration/compute/core_compute/test_snapshots.rb +1 -1
- data/test/integration/factories/collection_factory.rb +2 -2
- data/test/integration/storage/storage_shared.rb +1 -1
- data/test/integration/test_authentication.rb +6 -6
- data/test/unit/compute/test_common_collections.rb +3 -3
- data/test/unit/compute/test_common_models.rb +9 -9
- data/test/unit/compute/test_disk.rb +8 -8
- data/test/unit/compute/test_server.rb +2 -2
- data/test/unit/dns/test_common_collections.rb +3 -3
- data/test/unit/monitoring/test_comon_collections.rb +1 -1
- data/test/unit/pubsub/test_common_collections.rb +1 -1
- data/test/unit/sql/test_common_collections.rb +1 -1
- data/test/unit/storage/test_common_json_collections.rb +2 -2
- data/test/unit/storage/test_common_xml_collections.rb +4 -4
- metadata +319 -322
- data/lib/fog/parsers/storage/google.rb +0 -15
metadata
CHANGED
@@ -1,28 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fog-google
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nat Welch
|
8
8
|
- Artem Yakimenko
|
9
|
-
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: fog-core
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
16
|
requirements:
|
18
|
-
- - "
|
17
|
+
- - "~>"
|
19
18
|
- !ruby/object:Gem::Version
|
20
19
|
version: '2.5'
|
21
20
|
type: :runtime
|
22
21
|
prerelease: false
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
24
23
|
requirements:
|
25
|
-
- - "
|
24
|
+
- - "~>"
|
26
25
|
- !ruby/object:Gem::Version
|
27
26
|
version: '2.5'
|
28
27
|
- !ruby/object:Gem::Dependency
|
@@ -370,256 +369,256 @@ files:
|
|
370
369
|
- examples/storage_json.rb
|
371
370
|
- fog-google.gemspec
|
372
371
|
- lib/fog/bin/google.rb
|
373
|
-
- lib/fog/compute/google.rb
|
374
|
-
- lib/fog/compute/google/mock.rb
|
375
|
-
- lib/fog/compute/google/models/address.rb
|
376
|
-
- lib/fog/compute/google/models/addresses.rb
|
377
|
-
- lib/fog/compute/google/models/backend_service.rb
|
378
|
-
- lib/fog/compute/google/models/backend_services.rb
|
379
|
-
- lib/fog/compute/google/models/disk.rb
|
380
|
-
- lib/fog/compute/google/models/disk_type.rb
|
381
|
-
- lib/fog/compute/google/models/disk_types.rb
|
382
|
-
- lib/fog/compute/google/models/disks.rb
|
383
|
-
- lib/fog/compute/google/models/firewall.rb
|
384
|
-
- lib/fog/compute/google/models/firewalls.rb
|
385
|
-
- lib/fog/compute/google/models/forwarding_rule.rb
|
386
|
-
- lib/fog/compute/google/models/forwarding_rules.rb
|
387
|
-
- lib/fog/compute/google/models/global_address.rb
|
388
|
-
- lib/fog/compute/google/models/global_addresses.rb
|
389
|
-
- lib/fog/compute/google/models/global_forwarding_rule.rb
|
390
|
-
- lib/fog/compute/google/models/global_forwarding_rules.rb
|
391
|
-
- lib/fog/compute/google/models/http_health_check.rb
|
392
|
-
- lib/fog/compute/google/models/http_health_checks.rb
|
393
|
-
- lib/fog/compute/google/models/image.rb
|
394
|
-
- lib/fog/compute/google/models/images.rb
|
395
|
-
- lib/fog/compute/google/models/instance_group.rb
|
396
|
-
- lib/fog/compute/google/models/instance_group_manager.rb
|
397
|
-
- lib/fog/compute/google/models/instance_group_managers.rb
|
398
|
-
- lib/fog/compute/google/models/instance_groups.rb
|
399
|
-
- lib/fog/compute/google/models/instance_template.rb
|
400
|
-
- lib/fog/compute/google/models/instance_templates.rb
|
401
|
-
- lib/fog/compute/google/models/machine_type.rb
|
402
|
-
- lib/fog/compute/google/models/machine_types.rb
|
403
|
-
- lib/fog/compute/google/models/network.rb
|
404
|
-
- lib/fog/compute/google/models/networks.rb
|
405
|
-
- lib/fog/compute/google/models/operation.rb
|
406
|
-
- lib/fog/compute/google/models/operations.rb
|
407
|
-
- lib/fog/compute/google/models/project.rb
|
408
|
-
- lib/fog/compute/google/models/projects.rb
|
409
|
-
- lib/fog/compute/google/models/region.rb
|
410
|
-
- lib/fog/compute/google/models/regions.rb
|
411
|
-
- lib/fog/compute/google/models/route.rb
|
412
|
-
- lib/fog/compute/google/models/routes.rb
|
413
|
-
- lib/fog/compute/google/models/server.rb
|
414
|
-
- lib/fog/compute/google/models/servers.rb
|
415
|
-
- lib/fog/compute/google/models/snapshot.rb
|
416
|
-
- lib/fog/compute/google/models/snapshots.rb
|
417
|
-
- lib/fog/compute/google/models/ssl_certificate.rb
|
418
|
-
- lib/fog/compute/google/models/ssl_certificates.rb
|
419
|
-
- lib/fog/compute/google/models/subnetwork.rb
|
420
|
-
- lib/fog/compute/google/models/subnetworks.rb
|
421
|
-
- lib/fog/compute/google/models/target_http_proxies.rb
|
422
|
-
- lib/fog/compute/google/models/target_http_proxy.rb
|
423
|
-
- lib/fog/compute/google/models/target_https_proxies.rb
|
424
|
-
- lib/fog/compute/google/models/target_https_proxy.rb
|
425
|
-
- lib/fog/compute/google/models/target_instance.rb
|
426
|
-
- lib/fog/compute/google/models/target_instances.rb
|
427
|
-
- lib/fog/compute/google/models/target_pool.rb
|
428
|
-
- lib/fog/compute/google/models/target_pools.rb
|
429
|
-
- lib/fog/compute/google/models/url_map.rb
|
430
|
-
- lib/fog/compute/google/models/url_maps.rb
|
431
|
-
- lib/fog/compute/google/models/zone.rb
|
432
|
-
- lib/fog/compute/google/models/zones.rb
|
433
|
-
- lib/fog/compute/google/real.rb
|
434
|
-
- lib/fog/compute/google/requests/abandon_instances.rb
|
435
|
-
- lib/fog/compute/google/requests/add_backend_service_backends.rb
|
436
|
-
- lib/fog/compute/google/requests/add_instance_group_instances.rb
|
437
|
-
- lib/fog/compute/google/requests/add_server_access_config.rb
|
438
|
-
- lib/fog/compute/google/requests/add_target_pool_health_checks.rb
|
439
|
-
- lib/fog/compute/google/requests/add_target_pool_instances.rb
|
440
|
-
- lib/fog/compute/google/requests/attach_disk.rb
|
441
|
-
- lib/fog/compute/google/requests/create_disk_snapshot.rb
|
442
|
-
- lib/fog/compute/google/requests/delete_address.rb
|
443
|
-
- lib/fog/compute/google/requests/delete_backend_service.rb
|
444
|
-
- lib/fog/compute/google/requests/delete_disk.rb
|
445
|
-
- lib/fog/compute/google/requests/delete_firewall.rb
|
446
|
-
- lib/fog/compute/google/requests/delete_forwarding_rule.rb
|
447
|
-
- lib/fog/compute/google/requests/delete_global_address.rb
|
448
|
-
- lib/fog/compute/google/requests/delete_global_forwarding_rule.rb
|
449
|
-
- lib/fog/compute/google/requests/delete_global_operation.rb
|
450
|
-
- lib/fog/compute/google/requests/delete_http_health_check.rb
|
451
|
-
- lib/fog/compute/google/requests/delete_image.rb
|
452
|
-
- lib/fog/compute/google/requests/delete_instance_group.rb
|
453
|
-
- lib/fog/compute/google/requests/delete_instance_group_manager.rb
|
454
|
-
- lib/fog/compute/google/requests/delete_instance_template.rb
|
455
|
-
- lib/fog/compute/google/requests/delete_network.rb
|
456
|
-
- lib/fog/compute/google/requests/delete_region_operation.rb
|
457
|
-
- lib/fog/compute/google/requests/delete_route.rb
|
458
|
-
- lib/fog/compute/google/requests/delete_server.rb
|
459
|
-
- lib/fog/compute/google/requests/delete_server_access_config.rb
|
460
|
-
- lib/fog/compute/google/requests/delete_snapshot.rb
|
461
|
-
- lib/fog/compute/google/requests/delete_ssl_certificate.rb
|
462
|
-
- lib/fog/compute/google/requests/delete_subnetwork.rb
|
463
|
-
- lib/fog/compute/google/requests/delete_target_http_proxy.rb
|
464
|
-
- lib/fog/compute/google/requests/delete_target_https_proxy.rb
|
465
|
-
- lib/fog/compute/google/requests/delete_target_instance.rb
|
466
|
-
- lib/fog/compute/google/requests/delete_target_pool.rb
|
467
|
-
- lib/fog/compute/google/requests/delete_url_map.rb
|
468
|
-
- lib/fog/compute/google/requests/delete_zone_operation.rb
|
469
|
-
- lib/fog/compute/google/requests/deprecate_image.rb
|
470
|
-
- lib/fog/compute/google/requests/detach_disk.rb
|
471
|
-
- lib/fog/compute/google/requests/expand_subnetwork_ip_cidr_range.rb
|
472
|
-
- lib/fog/compute/google/requests/get_address.rb
|
473
|
-
- lib/fog/compute/google/requests/get_backend_service.rb
|
474
|
-
- lib/fog/compute/google/requests/get_backend_service_health.rb
|
475
|
-
- lib/fog/compute/google/requests/get_disk.rb
|
476
|
-
- lib/fog/compute/google/requests/get_disk_type.rb
|
477
|
-
- lib/fog/compute/google/requests/get_firewall.rb
|
478
|
-
- lib/fog/compute/google/requests/get_forwarding_rule.rb
|
479
|
-
- lib/fog/compute/google/requests/get_global_address.rb
|
480
|
-
- lib/fog/compute/google/requests/get_global_forwarding_rule.rb
|
481
|
-
- lib/fog/compute/google/requests/get_global_operation.rb
|
482
|
-
- lib/fog/compute/google/requests/get_http_health_check.rb
|
483
|
-
- lib/fog/compute/google/requests/get_image.rb
|
484
|
-
- lib/fog/compute/google/requests/get_image_from_family.rb
|
485
|
-
- lib/fog/compute/google/requests/get_instance_group.rb
|
486
|
-
- lib/fog/compute/google/requests/get_instance_group_manager.rb
|
487
|
-
- lib/fog/compute/google/requests/get_instance_template.rb
|
488
|
-
- lib/fog/compute/google/requests/get_machine_type.rb
|
489
|
-
- lib/fog/compute/google/requests/get_network.rb
|
490
|
-
- lib/fog/compute/google/requests/get_project.rb
|
491
|
-
- lib/fog/compute/google/requests/get_region.rb
|
492
|
-
- lib/fog/compute/google/requests/get_region_operation.rb
|
493
|
-
- lib/fog/compute/google/requests/get_route.rb
|
494
|
-
- lib/fog/compute/google/requests/get_server.rb
|
495
|
-
- lib/fog/compute/google/requests/get_server_serial_port_output.rb
|
496
|
-
- lib/fog/compute/google/requests/get_snapshot.rb
|
497
|
-
- lib/fog/compute/google/requests/get_ssl_certificate.rb
|
498
|
-
- lib/fog/compute/google/requests/get_subnetwork.rb
|
499
|
-
- lib/fog/compute/google/requests/get_target_http_proxy.rb
|
500
|
-
- lib/fog/compute/google/requests/get_target_https_proxy.rb
|
501
|
-
- lib/fog/compute/google/requests/get_target_instance.rb
|
502
|
-
- lib/fog/compute/google/requests/get_target_pool.rb
|
503
|
-
- lib/fog/compute/google/requests/get_target_pool_health.rb
|
504
|
-
- lib/fog/compute/google/requests/get_url_map.rb
|
505
|
-
- lib/fog/compute/google/requests/get_zone.rb
|
506
|
-
- lib/fog/compute/google/requests/get_zone_operation.rb
|
507
|
-
- lib/fog/compute/google/requests/insert_address.rb
|
508
|
-
- lib/fog/compute/google/requests/insert_backend_service.rb
|
509
|
-
- lib/fog/compute/google/requests/insert_disk.rb
|
510
|
-
- lib/fog/compute/google/requests/insert_firewall.rb
|
511
|
-
- lib/fog/compute/google/requests/insert_forwarding_rule.rb
|
512
|
-
- lib/fog/compute/google/requests/insert_global_address.rb
|
513
|
-
- lib/fog/compute/google/requests/insert_global_forwarding_rule.rb
|
514
|
-
- lib/fog/compute/google/requests/insert_http_health_check.rb
|
515
|
-
- lib/fog/compute/google/requests/insert_image.rb
|
516
|
-
- lib/fog/compute/google/requests/insert_instance_group.rb
|
517
|
-
- lib/fog/compute/google/requests/insert_instance_group_manager.rb
|
518
|
-
- lib/fog/compute/google/requests/insert_instance_template.rb
|
519
|
-
- lib/fog/compute/google/requests/insert_network.rb
|
520
|
-
- lib/fog/compute/google/requests/insert_route.rb
|
521
|
-
- lib/fog/compute/google/requests/insert_server.rb
|
522
|
-
- lib/fog/compute/google/requests/insert_ssl_certificate.rb
|
523
|
-
- lib/fog/compute/google/requests/insert_subnetwork.rb
|
524
|
-
- lib/fog/compute/google/requests/insert_target_http_proxy.rb
|
525
|
-
- lib/fog/compute/google/requests/insert_target_https_proxy.rb
|
526
|
-
- lib/fog/compute/google/requests/insert_target_instance.rb
|
527
|
-
- lib/fog/compute/google/requests/insert_target_pool.rb
|
528
|
-
- lib/fog/compute/google/requests/insert_url_map.rb
|
529
|
-
- lib/fog/compute/google/requests/invalidate_url_map_cache.rb
|
530
|
-
- lib/fog/compute/google/requests/list_addresses.rb
|
531
|
-
- lib/fog/compute/google/requests/list_aggregated_addresses.rb
|
532
|
-
- lib/fog/compute/google/requests/list_aggregated_disk_types.rb
|
533
|
-
- lib/fog/compute/google/requests/list_aggregated_disks.rb
|
534
|
-
- lib/fog/compute/google/requests/list_aggregated_forwarding_rules.rb
|
535
|
-
- lib/fog/compute/google/requests/list_aggregated_instance_group_managers.rb
|
536
|
-
- lib/fog/compute/google/requests/list_aggregated_instance_groups.rb
|
537
|
-
- lib/fog/compute/google/requests/list_aggregated_machine_types.rb
|
538
|
-
- lib/fog/compute/google/requests/list_aggregated_servers.rb
|
539
|
-
- lib/fog/compute/google/requests/list_aggregated_subnetworks.rb
|
540
|
-
- lib/fog/compute/google/requests/list_aggregated_target_instances.rb
|
541
|
-
- lib/fog/compute/google/requests/list_aggregated_target_pools.rb
|
542
|
-
- lib/fog/compute/google/requests/list_backend_services.rb
|
543
|
-
- lib/fog/compute/google/requests/list_disk_types.rb
|
544
|
-
- lib/fog/compute/google/requests/list_disks.rb
|
545
|
-
- lib/fog/compute/google/requests/list_firewalls.rb
|
546
|
-
- lib/fog/compute/google/requests/list_forwarding_rules.rb
|
547
|
-
- lib/fog/compute/google/requests/list_global_addresses.rb
|
548
|
-
- lib/fog/compute/google/requests/list_global_forwarding_rules.rb
|
549
|
-
- lib/fog/compute/google/requests/list_global_operations.rb
|
550
|
-
- lib/fog/compute/google/requests/list_http_health_checks.rb
|
551
|
-
- lib/fog/compute/google/requests/list_images.rb
|
552
|
-
- lib/fog/compute/google/requests/list_instance_group_instances.rb
|
553
|
-
- lib/fog/compute/google/requests/list_instance_group_managers.rb
|
554
|
-
- lib/fog/compute/google/requests/list_instance_groups.rb
|
555
|
-
- lib/fog/compute/google/requests/list_instance_templates.rb
|
556
|
-
- lib/fog/compute/google/requests/list_machine_types.rb
|
557
|
-
- lib/fog/compute/google/requests/list_networks.rb
|
558
|
-
- lib/fog/compute/google/requests/list_region_operations.rb
|
559
|
-
- lib/fog/compute/google/requests/list_regions.rb
|
560
|
-
- lib/fog/compute/google/requests/list_routes.rb
|
561
|
-
- lib/fog/compute/google/requests/list_servers.rb
|
562
|
-
- lib/fog/compute/google/requests/list_snapshots.rb
|
563
|
-
- lib/fog/compute/google/requests/list_ssl_certificates.rb
|
564
|
-
- lib/fog/compute/google/requests/list_subnetworks.rb
|
565
|
-
- lib/fog/compute/google/requests/list_target_http_proxies.rb
|
566
|
-
- lib/fog/compute/google/requests/list_target_https_proxies.rb
|
567
|
-
- lib/fog/compute/google/requests/list_target_instances.rb
|
568
|
-
- lib/fog/compute/google/requests/list_target_pools.rb
|
569
|
-
- lib/fog/compute/google/requests/list_url_maps.rb
|
570
|
-
- lib/fog/compute/google/requests/list_zone_operations.rb
|
571
|
-
- lib/fog/compute/google/requests/list_zones.rb
|
572
|
-
- lib/fog/compute/google/requests/patch_firewall.rb
|
573
|
-
- lib/fog/compute/google/requests/patch_url_map.rb
|
574
|
-
- lib/fog/compute/google/requests/recreate_instances.rb
|
575
|
-
- lib/fog/compute/google/requests/remove_instance_group_instances.rb
|
576
|
-
- lib/fog/compute/google/requests/remove_target_pool_health_checks.rb
|
577
|
-
- lib/fog/compute/google/requests/remove_target_pool_instance.rb
|
578
|
-
- lib/fog/compute/google/requests/remove_target_pool_instances.rb
|
579
|
-
- lib/fog/compute/google/requests/reset_server.rb
|
580
|
-
- lib/fog/compute/google/requests/reset_windows_password.rb
|
581
|
-
- lib/fog/compute/google/requests/set_common_instance_metadata.rb
|
582
|
-
- lib/fog/compute/google/requests/set_forwarding_rule_target.rb
|
583
|
-
- lib/fog/compute/google/requests/set_global_forwarding_rule_target.rb
|
584
|
-
- lib/fog/compute/google/requests/set_instance_template.rb
|
585
|
-
- lib/fog/compute/google/requests/set_server_disk_auto_delete.rb
|
586
|
-
- lib/fog/compute/google/requests/set_server_machine_type.rb
|
587
|
-
- lib/fog/compute/google/requests/set_server_metadata.rb
|
588
|
-
- lib/fog/compute/google/requests/set_server_scheduling.rb
|
589
|
-
- lib/fog/compute/google/requests/set_server_tags.rb
|
590
|
-
- lib/fog/compute/google/requests/set_snapshot_labels.rb
|
591
|
-
- lib/fog/compute/google/requests/set_subnetwork_private_ip_google_access.rb
|
592
|
-
- lib/fog/compute/google/requests/set_target_http_proxy_url_map.rb
|
593
|
-
- lib/fog/compute/google/requests/set_target_https_proxy_ssl_certificates.rb
|
594
|
-
- lib/fog/compute/google/requests/set_target_https_proxy_url_map.rb
|
595
|
-
- lib/fog/compute/google/requests/set_target_pool_backup.rb
|
596
|
-
- lib/fog/compute/google/requests/start_server.rb
|
597
|
-
- lib/fog/compute/google/requests/stop_server.rb
|
598
|
-
- lib/fog/compute/google/requests/update_firewall.rb
|
599
|
-
- lib/fog/compute/google/requests/update_http_health_check.rb
|
600
|
-
- lib/fog/compute/google/requests/update_url_map.rb
|
601
|
-
- lib/fog/compute/google/requests/validate_url_map.rb
|
602
|
-
- lib/fog/dns/google.rb
|
603
|
-
- lib/fog/dns/google/mock.rb
|
604
|
-
- lib/fog/dns/google/models/change.rb
|
605
|
-
- lib/fog/dns/google/models/changes.rb
|
606
|
-
- lib/fog/dns/google/models/project.rb
|
607
|
-
- lib/fog/dns/google/models/projects.rb
|
608
|
-
- lib/fog/dns/google/models/record.rb
|
609
|
-
- lib/fog/dns/google/models/records.rb
|
610
|
-
- lib/fog/dns/google/models/zone.rb
|
611
|
-
- lib/fog/dns/google/models/zones.rb
|
612
|
-
- lib/fog/dns/google/real.rb
|
613
|
-
- lib/fog/dns/google/requests/create_change.rb
|
614
|
-
- lib/fog/dns/google/requests/create_managed_zone.rb
|
615
|
-
- lib/fog/dns/google/requests/delete_managed_zone.rb
|
616
|
-
- lib/fog/dns/google/requests/get_change.rb
|
617
|
-
- lib/fog/dns/google/requests/get_managed_zone.rb
|
618
|
-
- lib/fog/dns/google/requests/get_project.rb
|
619
|
-
- lib/fog/dns/google/requests/list_changes.rb
|
620
|
-
- lib/fog/dns/google/requests/list_managed_zones.rb
|
621
|
-
- lib/fog/dns/google/requests/list_resource_record_sets.rb
|
622
372
|
- lib/fog/google.rb
|
373
|
+
- lib/fog/google/compute.rb
|
374
|
+
- lib/fog/google/compute/mock.rb
|
375
|
+
- lib/fog/google/compute/models/address.rb
|
376
|
+
- lib/fog/google/compute/models/addresses.rb
|
377
|
+
- lib/fog/google/compute/models/backend_service.rb
|
378
|
+
- lib/fog/google/compute/models/backend_services.rb
|
379
|
+
- lib/fog/google/compute/models/disk.rb
|
380
|
+
- lib/fog/google/compute/models/disk_type.rb
|
381
|
+
- lib/fog/google/compute/models/disk_types.rb
|
382
|
+
- lib/fog/google/compute/models/disks.rb
|
383
|
+
- lib/fog/google/compute/models/firewall.rb
|
384
|
+
- lib/fog/google/compute/models/firewalls.rb
|
385
|
+
- lib/fog/google/compute/models/forwarding_rule.rb
|
386
|
+
- lib/fog/google/compute/models/forwarding_rules.rb
|
387
|
+
- lib/fog/google/compute/models/global_address.rb
|
388
|
+
- lib/fog/google/compute/models/global_addresses.rb
|
389
|
+
- lib/fog/google/compute/models/global_forwarding_rule.rb
|
390
|
+
- lib/fog/google/compute/models/global_forwarding_rules.rb
|
391
|
+
- lib/fog/google/compute/models/http_health_check.rb
|
392
|
+
- lib/fog/google/compute/models/http_health_checks.rb
|
393
|
+
- lib/fog/google/compute/models/image.rb
|
394
|
+
- lib/fog/google/compute/models/images.rb
|
395
|
+
- lib/fog/google/compute/models/instance_group.rb
|
396
|
+
- lib/fog/google/compute/models/instance_group_manager.rb
|
397
|
+
- lib/fog/google/compute/models/instance_group_managers.rb
|
398
|
+
- lib/fog/google/compute/models/instance_groups.rb
|
399
|
+
- lib/fog/google/compute/models/instance_template.rb
|
400
|
+
- lib/fog/google/compute/models/instance_templates.rb
|
401
|
+
- lib/fog/google/compute/models/machine_type.rb
|
402
|
+
- lib/fog/google/compute/models/machine_types.rb
|
403
|
+
- lib/fog/google/compute/models/network.rb
|
404
|
+
- lib/fog/google/compute/models/networks.rb
|
405
|
+
- lib/fog/google/compute/models/operation.rb
|
406
|
+
- lib/fog/google/compute/models/operations.rb
|
407
|
+
- lib/fog/google/compute/models/project.rb
|
408
|
+
- lib/fog/google/compute/models/projects.rb
|
409
|
+
- lib/fog/google/compute/models/region.rb
|
410
|
+
- lib/fog/google/compute/models/regions.rb
|
411
|
+
- lib/fog/google/compute/models/route.rb
|
412
|
+
- lib/fog/google/compute/models/routes.rb
|
413
|
+
- lib/fog/google/compute/models/server.rb
|
414
|
+
- lib/fog/google/compute/models/servers.rb
|
415
|
+
- lib/fog/google/compute/models/snapshot.rb
|
416
|
+
- lib/fog/google/compute/models/snapshots.rb
|
417
|
+
- lib/fog/google/compute/models/ssl_certificate.rb
|
418
|
+
- lib/fog/google/compute/models/ssl_certificates.rb
|
419
|
+
- lib/fog/google/compute/models/subnetwork.rb
|
420
|
+
- lib/fog/google/compute/models/subnetworks.rb
|
421
|
+
- lib/fog/google/compute/models/target_http_proxies.rb
|
422
|
+
- lib/fog/google/compute/models/target_http_proxy.rb
|
423
|
+
- lib/fog/google/compute/models/target_https_proxies.rb
|
424
|
+
- lib/fog/google/compute/models/target_https_proxy.rb
|
425
|
+
- lib/fog/google/compute/models/target_instance.rb
|
426
|
+
- lib/fog/google/compute/models/target_instances.rb
|
427
|
+
- lib/fog/google/compute/models/target_pool.rb
|
428
|
+
- lib/fog/google/compute/models/target_pools.rb
|
429
|
+
- lib/fog/google/compute/models/url_map.rb
|
430
|
+
- lib/fog/google/compute/models/url_maps.rb
|
431
|
+
- lib/fog/google/compute/models/zone.rb
|
432
|
+
- lib/fog/google/compute/models/zones.rb
|
433
|
+
- lib/fog/google/compute/real.rb
|
434
|
+
- lib/fog/google/compute/requests/abandon_instances.rb
|
435
|
+
- lib/fog/google/compute/requests/add_backend_service_backends.rb
|
436
|
+
- lib/fog/google/compute/requests/add_instance_group_instances.rb
|
437
|
+
- lib/fog/google/compute/requests/add_server_access_config.rb
|
438
|
+
- lib/fog/google/compute/requests/add_target_pool_health_checks.rb
|
439
|
+
- lib/fog/google/compute/requests/add_target_pool_instances.rb
|
440
|
+
- lib/fog/google/compute/requests/attach_disk.rb
|
441
|
+
- lib/fog/google/compute/requests/create_disk_snapshot.rb
|
442
|
+
- lib/fog/google/compute/requests/delete_address.rb
|
443
|
+
- lib/fog/google/compute/requests/delete_backend_service.rb
|
444
|
+
- lib/fog/google/compute/requests/delete_disk.rb
|
445
|
+
- lib/fog/google/compute/requests/delete_firewall.rb
|
446
|
+
- lib/fog/google/compute/requests/delete_forwarding_rule.rb
|
447
|
+
- lib/fog/google/compute/requests/delete_global_address.rb
|
448
|
+
- lib/fog/google/compute/requests/delete_global_forwarding_rule.rb
|
449
|
+
- lib/fog/google/compute/requests/delete_global_operation.rb
|
450
|
+
- lib/fog/google/compute/requests/delete_http_health_check.rb
|
451
|
+
- lib/fog/google/compute/requests/delete_image.rb
|
452
|
+
- lib/fog/google/compute/requests/delete_instance_group.rb
|
453
|
+
- lib/fog/google/compute/requests/delete_instance_group_manager.rb
|
454
|
+
- lib/fog/google/compute/requests/delete_instance_template.rb
|
455
|
+
- lib/fog/google/compute/requests/delete_network.rb
|
456
|
+
- lib/fog/google/compute/requests/delete_region_operation.rb
|
457
|
+
- lib/fog/google/compute/requests/delete_route.rb
|
458
|
+
- lib/fog/google/compute/requests/delete_server.rb
|
459
|
+
- lib/fog/google/compute/requests/delete_server_access_config.rb
|
460
|
+
- lib/fog/google/compute/requests/delete_snapshot.rb
|
461
|
+
- lib/fog/google/compute/requests/delete_ssl_certificate.rb
|
462
|
+
- lib/fog/google/compute/requests/delete_subnetwork.rb
|
463
|
+
- lib/fog/google/compute/requests/delete_target_http_proxy.rb
|
464
|
+
- lib/fog/google/compute/requests/delete_target_https_proxy.rb
|
465
|
+
- lib/fog/google/compute/requests/delete_target_instance.rb
|
466
|
+
- lib/fog/google/compute/requests/delete_target_pool.rb
|
467
|
+
- lib/fog/google/compute/requests/delete_url_map.rb
|
468
|
+
- lib/fog/google/compute/requests/delete_zone_operation.rb
|
469
|
+
- lib/fog/google/compute/requests/deprecate_image.rb
|
470
|
+
- lib/fog/google/compute/requests/detach_disk.rb
|
471
|
+
- lib/fog/google/compute/requests/expand_subnetwork_ip_cidr_range.rb
|
472
|
+
- lib/fog/google/compute/requests/get_address.rb
|
473
|
+
- lib/fog/google/compute/requests/get_backend_service.rb
|
474
|
+
- lib/fog/google/compute/requests/get_backend_service_health.rb
|
475
|
+
- lib/fog/google/compute/requests/get_disk.rb
|
476
|
+
- lib/fog/google/compute/requests/get_disk_type.rb
|
477
|
+
- lib/fog/google/compute/requests/get_firewall.rb
|
478
|
+
- lib/fog/google/compute/requests/get_forwarding_rule.rb
|
479
|
+
- lib/fog/google/compute/requests/get_global_address.rb
|
480
|
+
- lib/fog/google/compute/requests/get_global_forwarding_rule.rb
|
481
|
+
- lib/fog/google/compute/requests/get_global_operation.rb
|
482
|
+
- lib/fog/google/compute/requests/get_http_health_check.rb
|
483
|
+
- lib/fog/google/compute/requests/get_image.rb
|
484
|
+
- lib/fog/google/compute/requests/get_image_from_family.rb
|
485
|
+
- lib/fog/google/compute/requests/get_instance_group.rb
|
486
|
+
- lib/fog/google/compute/requests/get_instance_group_manager.rb
|
487
|
+
- lib/fog/google/compute/requests/get_instance_template.rb
|
488
|
+
- lib/fog/google/compute/requests/get_machine_type.rb
|
489
|
+
- lib/fog/google/compute/requests/get_network.rb
|
490
|
+
- lib/fog/google/compute/requests/get_project.rb
|
491
|
+
- lib/fog/google/compute/requests/get_region.rb
|
492
|
+
- lib/fog/google/compute/requests/get_region_operation.rb
|
493
|
+
- lib/fog/google/compute/requests/get_route.rb
|
494
|
+
- lib/fog/google/compute/requests/get_server.rb
|
495
|
+
- lib/fog/google/compute/requests/get_server_serial_port_output.rb
|
496
|
+
- lib/fog/google/compute/requests/get_snapshot.rb
|
497
|
+
- lib/fog/google/compute/requests/get_ssl_certificate.rb
|
498
|
+
- lib/fog/google/compute/requests/get_subnetwork.rb
|
499
|
+
- lib/fog/google/compute/requests/get_target_http_proxy.rb
|
500
|
+
- lib/fog/google/compute/requests/get_target_https_proxy.rb
|
501
|
+
- lib/fog/google/compute/requests/get_target_instance.rb
|
502
|
+
- lib/fog/google/compute/requests/get_target_pool.rb
|
503
|
+
- lib/fog/google/compute/requests/get_target_pool_health.rb
|
504
|
+
- lib/fog/google/compute/requests/get_url_map.rb
|
505
|
+
- lib/fog/google/compute/requests/get_zone.rb
|
506
|
+
- lib/fog/google/compute/requests/get_zone_operation.rb
|
507
|
+
- lib/fog/google/compute/requests/insert_address.rb
|
508
|
+
- lib/fog/google/compute/requests/insert_backend_service.rb
|
509
|
+
- lib/fog/google/compute/requests/insert_disk.rb
|
510
|
+
- lib/fog/google/compute/requests/insert_firewall.rb
|
511
|
+
- lib/fog/google/compute/requests/insert_forwarding_rule.rb
|
512
|
+
- lib/fog/google/compute/requests/insert_global_address.rb
|
513
|
+
- lib/fog/google/compute/requests/insert_global_forwarding_rule.rb
|
514
|
+
- lib/fog/google/compute/requests/insert_http_health_check.rb
|
515
|
+
- lib/fog/google/compute/requests/insert_image.rb
|
516
|
+
- lib/fog/google/compute/requests/insert_instance_group.rb
|
517
|
+
- lib/fog/google/compute/requests/insert_instance_group_manager.rb
|
518
|
+
- lib/fog/google/compute/requests/insert_instance_template.rb
|
519
|
+
- lib/fog/google/compute/requests/insert_network.rb
|
520
|
+
- lib/fog/google/compute/requests/insert_route.rb
|
521
|
+
- lib/fog/google/compute/requests/insert_server.rb
|
522
|
+
- lib/fog/google/compute/requests/insert_ssl_certificate.rb
|
523
|
+
- lib/fog/google/compute/requests/insert_subnetwork.rb
|
524
|
+
- lib/fog/google/compute/requests/insert_target_http_proxy.rb
|
525
|
+
- lib/fog/google/compute/requests/insert_target_https_proxy.rb
|
526
|
+
- lib/fog/google/compute/requests/insert_target_instance.rb
|
527
|
+
- lib/fog/google/compute/requests/insert_target_pool.rb
|
528
|
+
- lib/fog/google/compute/requests/insert_url_map.rb
|
529
|
+
- lib/fog/google/compute/requests/invalidate_url_map_cache.rb
|
530
|
+
- lib/fog/google/compute/requests/list_addresses.rb
|
531
|
+
- lib/fog/google/compute/requests/list_aggregated_addresses.rb
|
532
|
+
- lib/fog/google/compute/requests/list_aggregated_disk_types.rb
|
533
|
+
- lib/fog/google/compute/requests/list_aggregated_disks.rb
|
534
|
+
- lib/fog/google/compute/requests/list_aggregated_forwarding_rules.rb
|
535
|
+
- lib/fog/google/compute/requests/list_aggregated_instance_group_managers.rb
|
536
|
+
- lib/fog/google/compute/requests/list_aggregated_instance_groups.rb
|
537
|
+
- lib/fog/google/compute/requests/list_aggregated_machine_types.rb
|
538
|
+
- lib/fog/google/compute/requests/list_aggregated_servers.rb
|
539
|
+
- lib/fog/google/compute/requests/list_aggregated_subnetworks.rb
|
540
|
+
- lib/fog/google/compute/requests/list_aggregated_target_instances.rb
|
541
|
+
- lib/fog/google/compute/requests/list_aggregated_target_pools.rb
|
542
|
+
- lib/fog/google/compute/requests/list_backend_services.rb
|
543
|
+
- lib/fog/google/compute/requests/list_disk_types.rb
|
544
|
+
- lib/fog/google/compute/requests/list_disks.rb
|
545
|
+
- lib/fog/google/compute/requests/list_firewalls.rb
|
546
|
+
- lib/fog/google/compute/requests/list_forwarding_rules.rb
|
547
|
+
- lib/fog/google/compute/requests/list_global_addresses.rb
|
548
|
+
- lib/fog/google/compute/requests/list_global_forwarding_rules.rb
|
549
|
+
- lib/fog/google/compute/requests/list_global_operations.rb
|
550
|
+
- lib/fog/google/compute/requests/list_http_health_checks.rb
|
551
|
+
- lib/fog/google/compute/requests/list_images.rb
|
552
|
+
- lib/fog/google/compute/requests/list_instance_group_instances.rb
|
553
|
+
- lib/fog/google/compute/requests/list_instance_group_managers.rb
|
554
|
+
- lib/fog/google/compute/requests/list_instance_groups.rb
|
555
|
+
- lib/fog/google/compute/requests/list_instance_templates.rb
|
556
|
+
- lib/fog/google/compute/requests/list_machine_types.rb
|
557
|
+
- lib/fog/google/compute/requests/list_networks.rb
|
558
|
+
- lib/fog/google/compute/requests/list_region_operations.rb
|
559
|
+
- lib/fog/google/compute/requests/list_regions.rb
|
560
|
+
- lib/fog/google/compute/requests/list_routes.rb
|
561
|
+
- lib/fog/google/compute/requests/list_servers.rb
|
562
|
+
- lib/fog/google/compute/requests/list_snapshots.rb
|
563
|
+
- lib/fog/google/compute/requests/list_ssl_certificates.rb
|
564
|
+
- lib/fog/google/compute/requests/list_subnetworks.rb
|
565
|
+
- lib/fog/google/compute/requests/list_target_http_proxies.rb
|
566
|
+
- lib/fog/google/compute/requests/list_target_https_proxies.rb
|
567
|
+
- lib/fog/google/compute/requests/list_target_instances.rb
|
568
|
+
- lib/fog/google/compute/requests/list_target_pools.rb
|
569
|
+
- lib/fog/google/compute/requests/list_url_maps.rb
|
570
|
+
- lib/fog/google/compute/requests/list_zone_operations.rb
|
571
|
+
- lib/fog/google/compute/requests/list_zones.rb
|
572
|
+
- lib/fog/google/compute/requests/patch_firewall.rb
|
573
|
+
- lib/fog/google/compute/requests/patch_url_map.rb
|
574
|
+
- lib/fog/google/compute/requests/recreate_instances.rb
|
575
|
+
- lib/fog/google/compute/requests/remove_instance_group_instances.rb
|
576
|
+
- lib/fog/google/compute/requests/remove_target_pool_health_checks.rb
|
577
|
+
- lib/fog/google/compute/requests/remove_target_pool_instance.rb
|
578
|
+
- lib/fog/google/compute/requests/remove_target_pool_instances.rb
|
579
|
+
- lib/fog/google/compute/requests/reset_server.rb
|
580
|
+
- lib/fog/google/compute/requests/reset_windows_password.rb
|
581
|
+
- lib/fog/google/compute/requests/set_common_instance_metadata.rb
|
582
|
+
- lib/fog/google/compute/requests/set_forwarding_rule_target.rb
|
583
|
+
- lib/fog/google/compute/requests/set_global_forwarding_rule_target.rb
|
584
|
+
- lib/fog/google/compute/requests/set_instance_template.rb
|
585
|
+
- lib/fog/google/compute/requests/set_server_disk_auto_delete.rb
|
586
|
+
- lib/fog/google/compute/requests/set_server_machine_type.rb
|
587
|
+
- lib/fog/google/compute/requests/set_server_metadata.rb
|
588
|
+
- lib/fog/google/compute/requests/set_server_scheduling.rb
|
589
|
+
- lib/fog/google/compute/requests/set_server_tags.rb
|
590
|
+
- lib/fog/google/compute/requests/set_snapshot_labels.rb
|
591
|
+
- lib/fog/google/compute/requests/set_subnetwork_private_ip_google_access.rb
|
592
|
+
- lib/fog/google/compute/requests/set_target_http_proxy_url_map.rb
|
593
|
+
- lib/fog/google/compute/requests/set_target_https_proxy_ssl_certificates.rb
|
594
|
+
- lib/fog/google/compute/requests/set_target_https_proxy_url_map.rb
|
595
|
+
- lib/fog/google/compute/requests/set_target_pool_backup.rb
|
596
|
+
- lib/fog/google/compute/requests/start_server.rb
|
597
|
+
- lib/fog/google/compute/requests/stop_server.rb
|
598
|
+
- lib/fog/google/compute/requests/update_firewall.rb
|
599
|
+
- lib/fog/google/compute/requests/update_http_health_check.rb
|
600
|
+
- lib/fog/google/compute/requests/update_url_map.rb
|
601
|
+
- lib/fog/google/compute/requests/validate_url_map.rb
|
602
|
+
- lib/fog/google/dns.rb
|
603
|
+
- lib/fog/google/dns/mock.rb
|
604
|
+
- lib/fog/google/dns/models/change.rb
|
605
|
+
- lib/fog/google/dns/models/changes.rb
|
606
|
+
- lib/fog/google/dns/models/project.rb
|
607
|
+
- lib/fog/google/dns/models/projects.rb
|
608
|
+
- lib/fog/google/dns/models/record.rb
|
609
|
+
- lib/fog/google/dns/models/records.rb
|
610
|
+
- lib/fog/google/dns/models/zone.rb
|
611
|
+
- lib/fog/google/dns/models/zones.rb
|
612
|
+
- lib/fog/google/dns/real.rb
|
613
|
+
- lib/fog/google/dns/requests/create_change.rb
|
614
|
+
- lib/fog/google/dns/requests/create_managed_zone.rb
|
615
|
+
- lib/fog/google/dns/requests/delete_managed_zone.rb
|
616
|
+
- lib/fog/google/dns/requests/get_change.rb
|
617
|
+
- lib/fog/google/dns/requests/get_managed_zone.rb
|
618
|
+
- lib/fog/google/dns/requests/get_project.rb
|
619
|
+
- lib/fog/google/dns/requests/list_changes.rb
|
620
|
+
- lib/fog/google/dns/requests/list_managed_zones.rb
|
621
|
+
- lib/fog/google/dns/requests/list_resource_record_sets.rb
|
623
622
|
- lib/fog/google/mock.rb
|
624
623
|
- lib/fog/google/models/monitoring/metric_descriptor.rb
|
625
624
|
- lib/fog/google/models/monitoring/metric_descriptors.rb
|
@@ -649,6 +648,15 @@ files:
|
|
649
648
|
- lib/fog/google/monitoring.rb
|
650
649
|
- lib/fog/google/monitoring/mock.rb
|
651
650
|
- lib/fog/google/monitoring/real.rb
|
651
|
+
- lib/fog/google/parsers/storage.rb
|
652
|
+
- lib/fog/google/parsers/storage/access_control_list.rb
|
653
|
+
- lib/fog/google/parsers/storage/copy_object.rb
|
654
|
+
- lib/fog/google/parsers/storage/get_bucket.rb
|
655
|
+
- lib/fog/google/parsers/storage/get_bucket_logging.rb
|
656
|
+
- lib/fog/google/parsers/storage/get_bucket_object_versions.rb
|
657
|
+
- lib/fog/google/parsers/storage/get_bucket_versioning.rb
|
658
|
+
- lib/fog/google/parsers/storage/get_request_payment.rb
|
659
|
+
- lib/fog/google/parsers/storage/get_service.rb
|
652
660
|
- lib/fog/google/pubsub.rb
|
653
661
|
- lib/fog/google/pubsub/mock.rb
|
654
662
|
- lib/fog/google/pubsub/real.rb
|
@@ -702,72 +710,63 @@ files:
|
|
702
710
|
- lib/fog/google/sql.rb
|
703
711
|
- lib/fog/google/sql/mock.rb
|
704
712
|
- lib/fog/google/sql/real.rb
|
713
|
+
- lib/fog/google/storage.rb
|
714
|
+
- lib/fog/google/storage/storage_json.rb
|
715
|
+
- lib/fog/google/storage/storage_json/mock.rb
|
716
|
+
- lib/fog/google/storage/storage_json/models/directories.rb
|
717
|
+
- lib/fog/google/storage/storage_json/models/directory.rb
|
718
|
+
- lib/fog/google/storage/storage_json/models/file.rb
|
719
|
+
- lib/fog/google/storage/storage_json/models/files.rb
|
720
|
+
- lib/fog/google/storage/storage_json/real.rb
|
721
|
+
- lib/fog/google/storage/storage_json/requests/copy_object.rb
|
722
|
+
- lib/fog/google/storage/storage_json/requests/delete_bucket.rb
|
723
|
+
- lib/fog/google/storage/storage_json/requests/delete_object.rb
|
724
|
+
- lib/fog/google/storage/storage_json/requests/delete_object_url.rb
|
725
|
+
- lib/fog/google/storage/storage_json/requests/get_bucket.rb
|
726
|
+
- lib/fog/google/storage/storage_json/requests/get_bucket_acl.rb
|
727
|
+
- lib/fog/google/storage/storage_json/requests/get_object.rb
|
728
|
+
- lib/fog/google/storage/storage_json/requests/get_object_acl.rb
|
729
|
+
- lib/fog/google/storage/storage_json/requests/get_object_http_url.rb
|
730
|
+
- lib/fog/google/storage/storage_json/requests/get_object_https_url.rb
|
731
|
+
- lib/fog/google/storage/storage_json/requests/get_object_metadata.rb
|
732
|
+
- lib/fog/google/storage/storage_json/requests/get_object_url.rb
|
733
|
+
- lib/fog/google/storage/storage_json/requests/list_bucket_acl.rb
|
734
|
+
- lib/fog/google/storage/storage_json/requests/list_buckets.rb
|
735
|
+
- lib/fog/google/storage/storage_json/requests/list_object_acl.rb
|
736
|
+
- lib/fog/google/storage/storage_json/requests/list_objects.rb
|
737
|
+
- lib/fog/google/storage/storage_json/requests/put_bucket.rb
|
738
|
+
- lib/fog/google/storage/storage_json/requests/put_bucket_acl.rb
|
739
|
+
- lib/fog/google/storage/storage_json/requests/put_object.rb
|
740
|
+
- lib/fog/google/storage/storage_json/requests/put_object_acl.rb
|
741
|
+
- lib/fog/google/storage/storage_json/requests/put_object_url.rb
|
742
|
+
- lib/fog/google/storage/storage_json/utils.rb
|
743
|
+
- lib/fog/google/storage/storage_xml.rb
|
744
|
+
- lib/fog/google/storage/storage_xml/mock.rb
|
745
|
+
- lib/fog/google/storage/storage_xml/models/directories.rb
|
746
|
+
- lib/fog/google/storage/storage_xml/models/directory.rb
|
747
|
+
- lib/fog/google/storage/storage_xml/models/file.rb
|
748
|
+
- lib/fog/google/storage/storage_xml/models/files.rb
|
749
|
+
- lib/fog/google/storage/storage_xml/real.rb
|
750
|
+
- lib/fog/google/storage/storage_xml/requests/copy_object.rb
|
751
|
+
- lib/fog/google/storage/storage_xml/requests/delete_bucket.rb
|
752
|
+
- lib/fog/google/storage/storage_xml/requests/delete_object.rb
|
753
|
+
- lib/fog/google/storage/storage_xml/requests/delete_object_url.rb
|
754
|
+
- lib/fog/google/storage/storage_xml/requests/get_bucket.rb
|
755
|
+
- lib/fog/google/storage/storage_xml/requests/get_bucket_acl.rb
|
756
|
+
- lib/fog/google/storage/storage_xml/requests/get_object.rb
|
757
|
+
- lib/fog/google/storage/storage_xml/requests/get_object_acl.rb
|
758
|
+
- lib/fog/google/storage/storage_xml/requests/get_object_http_url.rb
|
759
|
+
- lib/fog/google/storage/storage_xml/requests/get_object_https_url.rb
|
760
|
+
- lib/fog/google/storage/storage_xml/requests/get_object_url.rb
|
761
|
+
- lib/fog/google/storage/storage_xml/requests/get_service.rb
|
762
|
+
- lib/fog/google/storage/storage_xml/requests/head_object.rb
|
763
|
+
- lib/fog/google/storage/storage_xml/requests/put_bucket.rb
|
764
|
+
- lib/fog/google/storage/storage_xml/requests/put_bucket_acl.rb
|
765
|
+
- lib/fog/google/storage/storage_xml/requests/put_object.rb
|
766
|
+
- lib/fog/google/storage/storage_xml/requests/put_object_acl.rb
|
767
|
+
- lib/fog/google/storage/storage_xml/requests/put_object_url.rb
|
768
|
+
- lib/fog/google/storage/storage_xml/utils.rb
|
705
769
|
- lib/fog/google/version.rb
|
706
|
-
- lib/fog/parsers/storage/google.rb
|
707
|
-
- lib/fog/parsers/storage/google/access_control_list.rb
|
708
|
-
- lib/fog/parsers/storage/google/copy_object.rb
|
709
|
-
- lib/fog/parsers/storage/google/get_bucket.rb
|
710
|
-
- lib/fog/parsers/storage/google/get_bucket_logging.rb
|
711
|
-
- lib/fog/parsers/storage/google/get_bucket_object_versions.rb
|
712
|
-
- lib/fog/parsers/storage/google/get_bucket_versioning.rb
|
713
|
-
- lib/fog/parsers/storage/google/get_request_payment.rb
|
714
|
-
- lib/fog/parsers/storage/google/get_service.rb
|
715
|
-
- lib/fog/storage/google.rb
|
716
|
-
- lib/fog/storage/google_json.rb
|
717
|
-
- lib/fog/storage/google_json/mock.rb
|
718
|
-
- lib/fog/storage/google_json/models/directories.rb
|
719
|
-
- lib/fog/storage/google_json/models/directory.rb
|
720
|
-
- lib/fog/storage/google_json/models/file.rb
|
721
|
-
- lib/fog/storage/google_json/models/files.rb
|
722
|
-
- lib/fog/storage/google_json/real.rb
|
723
|
-
- lib/fog/storage/google_json/requests/copy_object.rb
|
724
|
-
- lib/fog/storage/google_json/requests/delete_bucket.rb
|
725
|
-
- lib/fog/storage/google_json/requests/delete_object.rb
|
726
|
-
- lib/fog/storage/google_json/requests/delete_object_url.rb
|
727
|
-
- lib/fog/storage/google_json/requests/get_bucket.rb
|
728
|
-
- lib/fog/storage/google_json/requests/get_bucket_acl.rb
|
729
|
-
- lib/fog/storage/google_json/requests/get_object.rb
|
730
|
-
- lib/fog/storage/google_json/requests/get_object_acl.rb
|
731
|
-
- lib/fog/storage/google_json/requests/get_object_http_url.rb
|
732
|
-
- lib/fog/storage/google_json/requests/get_object_https_url.rb
|
733
|
-
- lib/fog/storage/google_json/requests/get_object_metadata.rb
|
734
|
-
- lib/fog/storage/google_json/requests/get_object_url.rb
|
735
|
-
- lib/fog/storage/google_json/requests/list_bucket_acl.rb
|
736
|
-
- lib/fog/storage/google_json/requests/list_buckets.rb
|
737
|
-
- lib/fog/storage/google_json/requests/list_object_acl.rb
|
738
|
-
- lib/fog/storage/google_json/requests/list_objects.rb
|
739
|
-
- lib/fog/storage/google_json/requests/put_bucket.rb
|
740
|
-
- lib/fog/storage/google_json/requests/put_bucket_acl.rb
|
741
|
-
- lib/fog/storage/google_json/requests/put_object.rb
|
742
|
-
- lib/fog/storage/google_json/requests/put_object_acl.rb
|
743
|
-
- lib/fog/storage/google_json/requests/put_object_url.rb
|
744
|
-
- lib/fog/storage/google_json/utils.rb
|
745
|
-
- lib/fog/storage/google_xml.rb
|
746
|
-
- lib/fog/storage/google_xml/mock.rb
|
747
|
-
- lib/fog/storage/google_xml/models/directories.rb
|
748
|
-
- lib/fog/storage/google_xml/models/directory.rb
|
749
|
-
- lib/fog/storage/google_xml/models/file.rb
|
750
|
-
- lib/fog/storage/google_xml/models/files.rb
|
751
|
-
- lib/fog/storage/google_xml/real.rb
|
752
|
-
- lib/fog/storage/google_xml/requests/copy_object.rb
|
753
|
-
- lib/fog/storage/google_xml/requests/delete_bucket.rb
|
754
|
-
- lib/fog/storage/google_xml/requests/delete_object.rb
|
755
|
-
- lib/fog/storage/google_xml/requests/delete_object_url.rb
|
756
|
-
- lib/fog/storage/google_xml/requests/get_bucket.rb
|
757
|
-
- lib/fog/storage/google_xml/requests/get_bucket_acl.rb
|
758
|
-
- lib/fog/storage/google_xml/requests/get_object.rb
|
759
|
-
- lib/fog/storage/google_xml/requests/get_object_acl.rb
|
760
|
-
- lib/fog/storage/google_xml/requests/get_object_http_url.rb
|
761
|
-
- lib/fog/storage/google_xml/requests/get_object_https_url.rb
|
762
|
-
- lib/fog/storage/google_xml/requests/get_object_url.rb
|
763
|
-
- lib/fog/storage/google_xml/requests/get_service.rb
|
764
|
-
- lib/fog/storage/google_xml/requests/head_object.rb
|
765
|
-
- lib/fog/storage/google_xml/requests/put_bucket.rb
|
766
|
-
- lib/fog/storage/google_xml/requests/put_bucket_acl.rb
|
767
|
-
- lib/fog/storage/google_xml/requests/put_object.rb
|
768
|
-
- lib/fog/storage/google_xml/requests/put_object_acl.rb
|
769
|
-
- lib/fog/storage/google_xml/requests/put_object_url.rb
|
770
|
-
- lib/fog/storage/google_xml/utils.rb
|
771
770
|
- tasks/bundler.rake
|
772
771
|
- tasks/changelog.rake
|
773
772
|
- tasks/console.rake
|
@@ -873,7 +872,6 @@ homepage: https://github.com/fog/fog-google
|
|
873
872
|
licenses:
|
874
873
|
- MIT
|
875
874
|
metadata: {}
|
876
|
-
post_install_message:
|
877
875
|
rdoc_options: []
|
878
876
|
require_paths:
|
879
877
|
- lib
|
@@ -888,8 +886,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
888
886
|
- !ruby/object:Gem::Version
|
889
887
|
version: '0'
|
890
888
|
requirements: []
|
891
|
-
rubygems_version: 3.
|
892
|
-
signing_key:
|
889
|
+
rubygems_version: 3.6.8
|
893
890
|
specification_version: 4
|
894
891
|
summary: Module for the 'fog' gem to support Google.
|
895
892
|
test_files:
|