google-cloud-compute-v1 2.5.0 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +277 -1
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +182 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +196 -3
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +120 -0
- data/lib/google/cloud/compute/v1/compute_pb.rb +79 -1
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/images/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +7 -6
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +5 -4
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +109 -4
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +94 -2
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +60 -0
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +108 -3
- data/lib/google/cloud/compute/v1/network_attachments/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +3 -2
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +5 -4
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +5 -4
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +202 -4
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +120 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +208 -3
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +122 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +301 -1
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +184 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +4 -4
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +314 -4
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +185 -0
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +417 -5
- data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +246 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +101 -4
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +61 -0
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +11 -6
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/snapshot_settings_service/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/client.rb +480 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/service_stub.rb +167 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/snapshot_settings_service.rb +47 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +5 -4
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +5 -4
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +108 -3
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +108 -3
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +4 -3
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1.rb +1 -0
- data/proto_docs/google/api/client.rb +13 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +1654 -196
- data/proto_docs/google/protobuf/any.rb +144 -0
- metadata +8 -2
@@ -86,10 +86,19 @@ module Google
|
|
86
86
|
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
87
87
|
}
|
88
88
|
|
89
|
+
default_config.rpcs.list_usable.timeout = 600.0
|
90
|
+
default_config.rpcs.list_usable.retry_policy = {
|
91
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
92
|
+
}
|
93
|
+
|
89
94
|
default_config.rpcs.patch.timeout = 600.0
|
90
95
|
|
91
96
|
default_config.rpcs.set_iam_policy.timeout = 600.0
|
92
97
|
|
98
|
+
default_config.rpcs.set_security_policy.timeout = 600.0
|
99
|
+
|
100
|
+
default_config.rpcs.test_iam_permissions.timeout = 600.0
|
101
|
+
|
93
102
|
default_config.rpcs.update.timeout = 600.0
|
94
103
|
|
95
104
|
default_config
|
@@ -628,7 +637,7 @@ module Google
|
|
628
637
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
629
638
|
#
|
630
639
|
# @param filter [::String]
|
631
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
640
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
632
641
|
# @param max_results [::Integer]
|
633
642
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
634
643
|
# @param order_by [::String]
|
@@ -700,6 +709,97 @@ module Google
|
|
700
709
|
raise ::Google::Cloud::Error.from_error(e)
|
701
710
|
end
|
702
711
|
|
712
|
+
##
|
713
|
+
# Retrieves an aggregated list of all usable backend services in the specified project in the given region.
|
714
|
+
#
|
715
|
+
# @overload list_usable(request, options = nil)
|
716
|
+
# Pass arguments to `list_usable` via a request object, either of type
|
717
|
+
# {::Google::Cloud::Compute::V1::ListUsableRegionBackendServicesRequest} or an equivalent Hash.
|
718
|
+
#
|
719
|
+
# @param request [::Google::Cloud::Compute::V1::ListUsableRegionBackendServicesRequest, ::Hash]
|
720
|
+
# A request object representing the call parameters. Required. To specify no
|
721
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
722
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
723
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
724
|
+
#
|
725
|
+
# @overload list_usable(filter: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, region: nil, return_partial_success: nil)
|
726
|
+
# Pass arguments to `list_usable` via keyword arguments. Note that at
|
727
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
728
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
729
|
+
#
|
730
|
+
# @param filter [::String]
|
731
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
732
|
+
# @param max_results [::Integer]
|
733
|
+
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
734
|
+
# @param order_by [::String]
|
735
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
736
|
+
# @param page_token [::String]
|
737
|
+
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
738
|
+
# @param project [::String]
|
739
|
+
# Project ID for this request.
|
740
|
+
# @param region [::String]
|
741
|
+
# Name of the region scoping this request. It must be a string that meets the requirements in RFC1035.
|
742
|
+
# @param return_partial_success [::Boolean]
|
743
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
744
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
745
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
746
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
747
|
+
#
|
748
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
749
|
+
#
|
750
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
751
|
+
#
|
752
|
+
# @example Basic example
|
753
|
+
# require "google/cloud/compute/v1"
|
754
|
+
#
|
755
|
+
# # Create a client object. The client can be reused for multiple calls.
|
756
|
+
# client = Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client.new
|
757
|
+
#
|
758
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
759
|
+
# request = Google::Cloud::Compute::V1::ListUsableRegionBackendServicesRequest.new
|
760
|
+
#
|
761
|
+
# # Call the list_usable method.
|
762
|
+
# result = client.list_usable request
|
763
|
+
#
|
764
|
+
# # The returned object is of type Google::Cloud::Compute::V1::BackendServiceListUsable.
|
765
|
+
# p result
|
766
|
+
#
|
767
|
+
def list_usable request, options = nil
|
768
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
769
|
+
|
770
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::ListUsableRegionBackendServicesRequest
|
771
|
+
|
772
|
+
# Converts hash and nil to an options object
|
773
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
774
|
+
|
775
|
+
# Customize the options with defaults
|
776
|
+
call_metadata = @config.rpcs.list_usable.metadata.to_h
|
777
|
+
|
778
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
779
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
780
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
781
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
782
|
+
transports_version_send: [:rest]
|
783
|
+
|
784
|
+
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
785
|
+
|
786
|
+
options.apply_defaults timeout: @config.rpcs.list_usable.timeout,
|
787
|
+
metadata: call_metadata,
|
788
|
+
retry_policy: @config.rpcs.list_usable.retry_policy
|
789
|
+
|
790
|
+
options.apply_defaults timeout: @config.timeout,
|
791
|
+
metadata: @config.metadata,
|
792
|
+
retry_policy: @config.retry_policy
|
793
|
+
|
794
|
+
@region_backend_services_stub.list_usable request, options do |result, operation|
|
795
|
+
result = ::Gapic::Rest::PagedEnumerable.new @region_backend_services_stub, :list_usable, "items", request, result, options
|
796
|
+
yield result, operation if block_given?
|
797
|
+
return result
|
798
|
+
end
|
799
|
+
rescue ::Gapic::Rest::Error => e
|
800
|
+
raise ::Google::Cloud::Error.from_error(e)
|
801
|
+
end
|
802
|
+
|
703
803
|
##
|
704
804
|
# Updates the specified regional BackendService resource with the data included in the request. For more information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
|
705
805
|
#
|
@@ -879,6 +979,185 @@ module Google
|
|
879
979
|
raise ::Google::Cloud::Error.from_error(e)
|
880
980
|
end
|
881
981
|
|
982
|
+
##
|
983
|
+
# Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview
|
984
|
+
#
|
985
|
+
# @overload set_security_policy(request, options = nil)
|
986
|
+
# Pass arguments to `set_security_policy` via a request object, either of type
|
987
|
+
# {::Google::Cloud::Compute::V1::SetSecurityPolicyRegionBackendServiceRequest} or an equivalent Hash.
|
988
|
+
#
|
989
|
+
# @param request [::Google::Cloud::Compute::V1::SetSecurityPolicyRegionBackendServiceRequest, ::Hash]
|
990
|
+
# A request object representing the call parameters. Required. To specify no
|
991
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
992
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
993
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
994
|
+
#
|
995
|
+
# @overload set_security_policy(backend_service: nil, project: nil, region: nil, request_id: nil, security_policy_reference_resource: nil)
|
996
|
+
# Pass arguments to `set_security_policy` via keyword arguments. Note that at
|
997
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
998
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
999
|
+
#
|
1000
|
+
# @param backend_service [::String]
|
1001
|
+
# Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.
|
1002
|
+
# @param project [::String]
|
1003
|
+
# Project ID for this request.
|
1004
|
+
# @param region [::String]
|
1005
|
+
# Name of the region scoping this request.
|
1006
|
+
# @param request_id [::String]
|
1007
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
1008
|
+
# @param security_policy_reference_resource [::Google::Cloud::Compute::V1::SecurityPolicyReference, ::Hash]
|
1009
|
+
# The body resource for this request
|
1010
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
1011
|
+
# @yieldparam result [::Gapic::GenericLRO::Operation]
|
1012
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1013
|
+
#
|
1014
|
+
# @return [::Gapic::GenericLRO::Operation]
|
1015
|
+
#
|
1016
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1017
|
+
#
|
1018
|
+
# @example Basic example
|
1019
|
+
# require "google/cloud/compute/v1"
|
1020
|
+
#
|
1021
|
+
# # Create a client object. The client can be reused for multiple calls.
|
1022
|
+
# client = Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client.new
|
1023
|
+
#
|
1024
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
1025
|
+
# request = Google::Cloud::Compute::V1::SetSecurityPolicyRegionBackendServiceRequest.new
|
1026
|
+
#
|
1027
|
+
# # Call the set_security_policy method.
|
1028
|
+
# result = client.set_security_policy request
|
1029
|
+
#
|
1030
|
+
# # The returned object is of type Google::Cloud::Compute::V1::Operation.
|
1031
|
+
# p result
|
1032
|
+
#
|
1033
|
+
def set_security_policy request, options = nil
|
1034
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
1035
|
+
|
1036
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::SetSecurityPolicyRegionBackendServiceRequest
|
1037
|
+
|
1038
|
+
# Converts hash and nil to an options object
|
1039
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
1040
|
+
|
1041
|
+
# Customize the options with defaults
|
1042
|
+
call_metadata = @config.rpcs.set_security_policy.metadata.to_h
|
1043
|
+
|
1044
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
1045
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1046
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1047
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
1048
|
+
transports_version_send: [:rest]
|
1049
|
+
|
1050
|
+
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1051
|
+
|
1052
|
+
options.apply_defaults timeout: @config.rpcs.set_security_policy.timeout,
|
1053
|
+
metadata: call_metadata,
|
1054
|
+
retry_policy: @config.rpcs.set_security_policy.retry_policy
|
1055
|
+
|
1056
|
+
options.apply_defaults timeout: @config.timeout,
|
1057
|
+
metadata: @config.metadata,
|
1058
|
+
retry_policy: @config.retry_policy
|
1059
|
+
|
1060
|
+
@region_backend_services_stub.set_security_policy request, options do |result, response|
|
1061
|
+
result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
|
1062
|
+
operation: result,
|
1063
|
+
client: region_operations,
|
1064
|
+
request_values: {
|
1065
|
+
"project" => request.project,
|
1066
|
+
"region" => request.region
|
1067
|
+
},
|
1068
|
+
options: options
|
1069
|
+
)
|
1070
|
+
yield result, response if block_given?
|
1071
|
+
return result
|
1072
|
+
end
|
1073
|
+
rescue ::Gapic::Rest::Error => e
|
1074
|
+
raise ::Google::Cloud::Error.from_error(e)
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
##
|
1078
|
+
# Returns permissions that a caller has on the specified resource.
|
1079
|
+
#
|
1080
|
+
# @overload test_iam_permissions(request, options = nil)
|
1081
|
+
# Pass arguments to `test_iam_permissions` via a request object, either of type
|
1082
|
+
# {::Google::Cloud::Compute::V1::TestIamPermissionsRegionBackendServiceRequest} or an equivalent Hash.
|
1083
|
+
#
|
1084
|
+
# @param request [::Google::Cloud::Compute::V1::TestIamPermissionsRegionBackendServiceRequest, ::Hash]
|
1085
|
+
# A request object representing the call parameters. Required. To specify no
|
1086
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
1087
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
1088
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1089
|
+
#
|
1090
|
+
# @overload test_iam_permissions(project: nil, region: nil, resource: nil, test_permissions_request_resource: nil)
|
1091
|
+
# Pass arguments to `test_iam_permissions` via keyword arguments. Note that at
|
1092
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
1093
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
1094
|
+
#
|
1095
|
+
# @param project [::String]
|
1096
|
+
# Project ID for this request.
|
1097
|
+
# @param region [::String]
|
1098
|
+
# The name of the region for this request.
|
1099
|
+
# @param resource [::String]
|
1100
|
+
# Name or id of the resource for this request.
|
1101
|
+
# @param test_permissions_request_resource [::Google::Cloud::Compute::V1::TestPermissionsRequest, ::Hash]
|
1102
|
+
# The body resource for this request
|
1103
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
1104
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
1105
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1106
|
+
#
|
1107
|
+
# @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
1108
|
+
#
|
1109
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1110
|
+
#
|
1111
|
+
# @example Basic example
|
1112
|
+
# require "google/cloud/compute/v1"
|
1113
|
+
#
|
1114
|
+
# # Create a client object. The client can be reused for multiple calls.
|
1115
|
+
# client = Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client.new
|
1116
|
+
#
|
1117
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
1118
|
+
# request = Google::Cloud::Compute::V1::TestIamPermissionsRegionBackendServiceRequest.new
|
1119
|
+
#
|
1120
|
+
# # Call the test_iam_permissions method.
|
1121
|
+
# result = client.test_iam_permissions request
|
1122
|
+
#
|
1123
|
+
# # The returned object is of type Google::Cloud::Compute::V1::TestPermissionsResponse.
|
1124
|
+
# p result
|
1125
|
+
#
|
1126
|
+
def test_iam_permissions request, options = nil
|
1127
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
1128
|
+
|
1129
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::TestIamPermissionsRegionBackendServiceRequest
|
1130
|
+
|
1131
|
+
# Converts hash and nil to an options object
|
1132
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
1133
|
+
|
1134
|
+
# Customize the options with defaults
|
1135
|
+
call_metadata = @config.rpcs.test_iam_permissions.metadata.to_h
|
1136
|
+
|
1137
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
1138
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1139
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1140
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
1141
|
+
transports_version_send: [:rest]
|
1142
|
+
|
1143
|
+
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1144
|
+
|
1145
|
+
options.apply_defaults timeout: @config.rpcs.test_iam_permissions.timeout,
|
1146
|
+
metadata: call_metadata,
|
1147
|
+
retry_policy: @config.rpcs.test_iam_permissions.retry_policy
|
1148
|
+
|
1149
|
+
options.apply_defaults timeout: @config.timeout,
|
1150
|
+
metadata: @config.metadata,
|
1151
|
+
retry_policy: @config.retry_policy
|
1152
|
+
|
1153
|
+
@region_backend_services_stub.test_iam_permissions request, options do |result, operation|
|
1154
|
+
yield result, operation if block_given?
|
1155
|
+
return result
|
1156
|
+
end
|
1157
|
+
rescue ::Gapic::Rest::Error => e
|
1158
|
+
raise ::Google::Cloud::Error.from_error(e)
|
1159
|
+
end
|
1160
|
+
|
882
1161
|
##
|
883
1162
|
# Updates the specified regional BackendService resource with the data included in the request. For more information, see Backend services overview .
|
884
1163
|
#
|
@@ -1130,6 +1409,11 @@ module Google
|
|
1130
1409
|
#
|
1131
1410
|
attr_reader :list
|
1132
1411
|
##
|
1412
|
+
# RPC-specific configuration for `list_usable`
|
1413
|
+
# @return [::Gapic::Config::Method]
|
1414
|
+
#
|
1415
|
+
attr_reader :list_usable
|
1416
|
+
##
|
1133
1417
|
# RPC-specific configuration for `patch`
|
1134
1418
|
# @return [::Gapic::Config::Method]
|
1135
1419
|
#
|
@@ -1140,6 +1424,16 @@ module Google
|
|
1140
1424
|
#
|
1141
1425
|
attr_reader :set_iam_policy
|
1142
1426
|
##
|
1427
|
+
# RPC-specific configuration for `set_security_policy`
|
1428
|
+
# @return [::Gapic::Config::Method]
|
1429
|
+
#
|
1430
|
+
attr_reader :set_security_policy
|
1431
|
+
##
|
1432
|
+
# RPC-specific configuration for `test_iam_permissions`
|
1433
|
+
# @return [::Gapic::Config::Method]
|
1434
|
+
#
|
1435
|
+
attr_reader :test_iam_permissions
|
1436
|
+
##
|
1143
1437
|
# RPC-specific configuration for `update`
|
1144
1438
|
# @return [::Gapic::Config::Method]
|
1145
1439
|
#
|
@@ -1159,10 +1453,16 @@ module Google
|
|
1159
1453
|
@insert = ::Gapic::Config::Method.new insert_config
|
1160
1454
|
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
1161
1455
|
@list = ::Gapic::Config::Method.new list_config
|
1456
|
+
list_usable_config = parent_rpcs.list_usable if parent_rpcs.respond_to? :list_usable
|
1457
|
+
@list_usable = ::Gapic::Config::Method.new list_usable_config
|
1162
1458
|
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
1163
1459
|
@patch = ::Gapic::Config::Method.new patch_config
|
1164
1460
|
set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
|
1165
1461
|
@set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
|
1462
|
+
set_security_policy_config = parent_rpcs.set_security_policy if parent_rpcs.respond_to? :set_security_policy
|
1463
|
+
@set_security_policy = ::Gapic::Config::Method.new set_security_policy_config
|
1464
|
+
test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
|
1465
|
+
@test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config
|
1166
1466
|
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
1167
1467
|
@update = ::Gapic::Config::Method.new update_config
|
1168
1468
|
|
@@ -268,6 +268,44 @@ module Google
|
|
268
268
|
result
|
269
269
|
end
|
270
270
|
|
271
|
+
##
|
272
|
+
# Baseline implementation for the list_usable REST call
|
273
|
+
#
|
274
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListUsableRegionBackendServicesRequest]
|
275
|
+
# A request object representing the call parameters. Required.
|
276
|
+
# @param options [::Gapic::CallOptions]
|
277
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
278
|
+
#
|
279
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
280
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::BackendServiceListUsable]
|
281
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
282
|
+
#
|
283
|
+
# @return [::Google::Cloud::Compute::V1::BackendServiceListUsable]
|
284
|
+
# A result object deserialized from the server's reply
|
285
|
+
def list_usable request_pb, options = nil
|
286
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
287
|
+
|
288
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_list_usable_request request_pb
|
289
|
+
query_string_params = if query_string_params.any?
|
290
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
291
|
+
else
|
292
|
+
{}
|
293
|
+
end
|
294
|
+
|
295
|
+
response = @client_stub.make_http_request(
|
296
|
+
verb,
|
297
|
+
uri: uri,
|
298
|
+
body: body || "",
|
299
|
+
params: query_string_params,
|
300
|
+
options: options
|
301
|
+
)
|
302
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
303
|
+
result = ::Google::Cloud::Compute::V1::BackendServiceListUsable.decode_json response.body, ignore_unknown_fields: true
|
304
|
+
|
305
|
+
yield result, operation if block_given?
|
306
|
+
result
|
307
|
+
end
|
308
|
+
|
271
309
|
##
|
272
310
|
# Baseline implementation for the patch REST call
|
273
311
|
#
|
@@ -344,6 +382,82 @@ module Google
|
|
344
382
|
result
|
345
383
|
end
|
346
384
|
|
385
|
+
##
|
386
|
+
# Baseline implementation for the set_security_policy REST call
|
387
|
+
#
|
388
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSecurityPolicyRegionBackendServiceRequest]
|
389
|
+
# A request object representing the call parameters. Required.
|
390
|
+
# @param options [::Gapic::CallOptions]
|
391
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
392
|
+
#
|
393
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
394
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
395
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
396
|
+
#
|
397
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
398
|
+
# A result object deserialized from the server's reply
|
399
|
+
def set_security_policy request_pb, options = nil
|
400
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
401
|
+
|
402
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_set_security_policy_request request_pb
|
403
|
+
query_string_params = if query_string_params.any?
|
404
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
405
|
+
else
|
406
|
+
{}
|
407
|
+
end
|
408
|
+
|
409
|
+
response = @client_stub.make_http_request(
|
410
|
+
verb,
|
411
|
+
uri: uri,
|
412
|
+
body: body || "",
|
413
|
+
params: query_string_params,
|
414
|
+
options: options
|
415
|
+
)
|
416
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
417
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
418
|
+
|
419
|
+
yield result, operation if block_given?
|
420
|
+
result
|
421
|
+
end
|
422
|
+
|
423
|
+
##
|
424
|
+
# Baseline implementation for the test_iam_permissions REST call
|
425
|
+
#
|
426
|
+
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsRegionBackendServiceRequest]
|
427
|
+
# A request object representing the call parameters. Required.
|
428
|
+
# @param options [::Gapic::CallOptions]
|
429
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
430
|
+
#
|
431
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
432
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
433
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
434
|
+
#
|
435
|
+
# @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
436
|
+
# A result object deserialized from the server's reply
|
437
|
+
def test_iam_permissions request_pb, options = nil
|
438
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
439
|
+
|
440
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_test_iam_permissions_request request_pb
|
441
|
+
query_string_params = if query_string_params.any?
|
442
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
443
|
+
else
|
444
|
+
{}
|
445
|
+
end
|
446
|
+
|
447
|
+
response = @client_stub.make_http_request(
|
448
|
+
verb,
|
449
|
+
uri: uri,
|
450
|
+
body: body || "",
|
451
|
+
params: query_string_params,
|
452
|
+
options: options
|
453
|
+
)
|
454
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
455
|
+
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
456
|
+
|
457
|
+
yield result, operation if block_given?
|
458
|
+
result
|
459
|
+
end
|
460
|
+
|
347
461
|
##
|
348
462
|
# Baseline implementation for the update REST call
|
349
463
|
#
|
@@ -520,6 +634,28 @@ module Google
|
|
520
634
|
transcoder.transcode request_pb
|
521
635
|
end
|
522
636
|
|
637
|
+
##
|
638
|
+
# @private
|
639
|
+
#
|
640
|
+
# GRPC transcoding helper method for the list_usable REST call
|
641
|
+
#
|
642
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListUsableRegionBackendServicesRequest]
|
643
|
+
# A request object representing the call parameters. Required.
|
644
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
645
|
+
# Uri, Body, Query string parameters
|
646
|
+
def self.transcode_list_usable_request request_pb
|
647
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
648
|
+
.with_bindings(
|
649
|
+
uri_method: :get,
|
650
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/backendServices/listUsable",
|
651
|
+
matches: [
|
652
|
+
["project", %r{^[^/]+/?$}, false],
|
653
|
+
["region", %r{^[^/]+/?$}, false]
|
654
|
+
]
|
655
|
+
)
|
656
|
+
transcoder.transcode request_pb
|
657
|
+
end
|
658
|
+
|
523
659
|
##
|
524
660
|
# @private
|
525
661
|
#
|
@@ -568,6 +704,54 @@ module Google
|
|
568
704
|
transcoder.transcode request_pb
|
569
705
|
end
|
570
706
|
|
707
|
+
##
|
708
|
+
# @private
|
709
|
+
#
|
710
|
+
# GRPC transcoding helper method for the set_security_policy REST call
|
711
|
+
#
|
712
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSecurityPolicyRegionBackendServiceRequest]
|
713
|
+
# A request object representing the call parameters. Required.
|
714
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
715
|
+
# Uri, Body, Query string parameters
|
716
|
+
def self.transcode_set_security_policy_request request_pb
|
717
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
718
|
+
.with_bindings(
|
719
|
+
uri_method: :post,
|
720
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/backendServices/{backend_service}/setSecurityPolicy",
|
721
|
+
body: "security_policy_reference_resource",
|
722
|
+
matches: [
|
723
|
+
["project", %r{^[^/]+/?$}, false],
|
724
|
+
["region", %r{^[^/]+/?$}, false],
|
725
|
+
["backend_service", %r{^[^/]+/?$}, false]
|
726
|
+
]
|
727
|
+
)
|
728
|
+
transcoder.transcode request_pb
|
729
|
+
end
|
730
|
+
|
731
|
+
##
|
732
|
+
# @private
|
733
|
+
#
|
734
|
+
# GRPC transcoding helper method for the test_iam_permissions REST call
|
735
|
+
#
|
736
|
+
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsRegionBackendServiceRequest]
|
737
|
+
# A request object representing the call parameters. Required.
|
738
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
739
|
+
# Uri, Body, Query string parameters
|
740
|
+
def self.transcode_test_iam_permissions_request request_pb
|
741
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
742
|
+
.with_bindings(
|
743
|
+
uri_method: :post,
|
744
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/backendServices/{resource}/testIamPermissions",
|
745
|
+
body: "test_permissions_request_resource",
|
746
|
+
matches: [
|
747
|
+
["project", %r{^[^/]+/?$}, false],
|
748
|
+
["region", %r{^[^/]+/?$}, false],
|
749
|
+
["resource", %r{^[^/]+/?$}, false]
|
750
|
+
]
|
751
|
+
)
|
752
|
+
transcoder.transcode request_pb
|
753
|
+
end
|
754
|
+
|
571
755
|
##
|
572
756
|
# @private
|
573
757
|
#
|
@@ -179,13 +179,13 @@ module Google
|
|
179
179
|
# @param options [::Gapic::CallOptions, ::Hash]
|
180
180
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
181
181
|
#
|
182
|
-
# @overload aggregated_list(filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil)
|
182
|
+
# @overload aggregated_list(filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil, service_project_number: nil)
|
183
183
|
# Pass arguments to `aggregated_list` via keyword arguments. Note that at
|
184
184
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
185
185
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
186
186
|
#
|
187
187
|
# @param filter [::String]
|
188
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
188
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
189
189
|
# @param include_all_scopes [::Boolean]
|
190
190
|
# Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
|
191
191
|
# @param max_results [::Integer]
|
@@ -198,6 +198,7 @@ module Google
|
|
198
198
|
# Project ID for this request.
|
199
199
|
# @param return_partial_success [::Boolean]
|
200
200
|
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
201
|
+
# @param service_project_number [::Integer]
|
201
202
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
202
203
|
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::CommitmentsScopedList>]
|
203
204
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -451,7 +452,7 @@ module Google
|
|
451
452
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
452
453
|
#
|
453
454
|
# @param filter [::String]
|
454
|
-
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The
|
455
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
|
455
456
|
# @param max_results [::Integer]
|
456
457
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
457
458
|
# @param order_by [::String]
|