google-apis-datafusion_v1beta1 0.13.0 → 0.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e356ac0a205b1bfb23b0d7ba503b037c6941c46a4d8070ef996ea85ff3bf9cc3
4
- data.tar.gz: 30a203b16ace11b08c7753d8b3b42f10503248e92d9bc934d7afd12918143faa
3
+ metadata.gz: 4c0835593c29e39e6396710a2a3a387e8219e79177cd5d7f791e41ebbf984baf
4
+ data.tar.gz: b5dae16111e004e76eef2b32b4f575716cbf3d9a88889a30dbdd74f51780ae3e
5
5
  SHA512:
6
- metadata.gz: aec8a429b8b28d46f1f9aca40501c76c2c1e1da3a4035bdd4d693722e1e5d6ecbd8a639cf6ec0e30839682f9aa934e99b0517fcde01e927844f72589e37c4ab6
7
- data.tar.gz: 75f3827036ee9b02c6c6bafef6cf6b854399091a93e6f188e05df3005392d6a57629ef25bd76e8a8b4e6388d44632be7f43ceba6b0f7b94a361f6e4537ccdc4e
6
+ metadata.gz: fd63e30c934ba04291f3e3bcd061f118b1a3e6c13c43526c9aa1a34bcec7b398acd59c1829e1b59e7bbdc5e17ec1226119400469e50365167ea044c6c6ede308
7
+ data.tar.gz: 607ff4f2c73b0c76c5d1f0c2cb0512cf0d645cddbbf485a6898e05935742599ba7c4b0d5a54c74c2799dab33bff103aac5caf5601aa659c6b78aa8f905b3960d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.14.0 (2022-05-09)
4
+
5
+ * Regenerated from discovery document revision 20220504
6
+
3
7
  ### v0.13.0 (2022-03-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220316
@@ -54,8 +54,8 @@ module Google
54
54
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
55
55
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
56
56
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
57
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
58
- # DATA_WRITE logging.
57
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
58
+ # from DATA_WRITE logging.
59
59
  class AuditConfig
60
60
  include Google::Apis::Core::Hashable
61
61
 
@@ -135,7 +135,7 @@ module Google
135
135
  # @return [Google::Apis::DatafusionV1beta1::Expr]
136
136
  attr_accessor :condition
137
137
 
138
- # Specifies the principals requesting access for a Cloud Platform resource. `
138
+ # Specifies the principals requesting access for a Google Cloud resource. `
139
139
  # members` can have the following values: * `allUsers`: A special identifier
140
140
  # that represents anyone who is on the internet; with or without a Google
141
141
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -266,8 +266,7 @@ module Google
266
266
  # A generic empty message that you can re-use to avoid defining duplicated empty
267
267
  # messages in your APIs. A typical example is to use it as the request or the
268
268
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
269
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
270
- # `Empty` is empty JSON object ````.
269
+ # protobuf.Empty) returns (google.protobuf.Empty); `
271
270
  class Empty
272
271
  include Google::Apis::Core::Hashable
273
272
 
@@ -1215,7 +1214,7 @@ module Google
1215
1214
  include Google::Apis::Core::Hashable
1216
1215
 
1217
1216
  # The set of permissions to check for the `resource`. Permissions with wildcards
1218
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1217
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1219
1218
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1220
1219
  # Corresponds to the JSON property `permissions`
1221
1220
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatafusionV1beta1
18
18
  # Version of the google-apis-datafusion_v1beta1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220316"
25
+ REVISION = "20220504"
26
26
  end
27
27
  end
28
28
  end
@@ -90,8 +90,8 @@ module Google
90
90
  # The resource that owns the locations collection, if applicable.
91
91
  # @param [String] filter
92
92
  # A filter to narrow down results to a preferred subset. The filtering language
93
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
94
- # AIP-160](https://google.aip.dev/160).
93
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
94
+ # in [AIP-160](https://google.aip.dev/160).
95
95
  # @param [Boolean] include_unrevealed_locations
96
96
  # If true, the returned list will include locations which are not yet revealed.
97
97
  # @param [Fixnum] page_size
@@ -266,8 +266,9 @@ module Google
266
266
  # Gets the access control policy for a resource. Returns an empty policy if the
267
267
  # resource exists and does not have a policy set.
268
268
  # @param [String] resource
269
- # REQUIRED: The resource for which the policy is being requested. See the
270
- # operation documentation for the appropriate value for this field.
269
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
270
+ # names](https://cloud.google.com/apis/design/resource_names) for the
271
+ # appropriate value for this field.
271
272
  # @param [Fixnum] options_requested_policy_version
272
273
  # Optional. The maximum policy version that will be used to format the policy.
273
274
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -433,8 +434,9 @@ module Google
433
434
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
434
435
  # PERMISSION_DENIED` errors.
435
436
  # @param [String] resource
436
- # REQUIRED: The resource for which the policy is being specified. See the
437
- # operation documentation for the appropriate value for this field.
437
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
438
+ # names](https://cloud.google.com/apis/design/resource_names) for the
439
+ # appropriate value for this field.
438
440
  # @param [Google::Apis::DatafusionV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
439
441
  # @param [String] fields
440
442
  # Selector specifying which fields to include in a partial response.
@@ -471,8 +473,9 @@ module Google
471
473
  # permission-aware UIs and command-line tools, not for authorization checking.
472
474
  # This operation may "fail open" without warning.
473
475
  # @param [String] resource
474
- # REQUIRED: The resource for which the policy detail is being requested. See the
475
- # operation documentation for the appropriate value for this field.
476
+ # REQUIRED: The resource for which the policy detail is being requested. See [
477
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
478
+ # appropriate value for this field.
476
479
  # @param [Google::Apis::DatafusionV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
477
480
  # @param [String] fields
478
481
  # Selector specifying which fields to include in a partial response.
@@ -539,10 +542,12 @@ module Google
539
542
  execute_or_queue_command(command, &block)
540
543
  end
541
544
 
542
- # Add DNS peering on the given resource.
545
+ # Creates DNS peering on the given resource.
543
546
  # @param [String] parent
544
547
  # Required. The resource on which DNS peering will be created.
545
548
  # @param [Google::Apis::DatafusionV1beta1::DnsPeering] dns_peering_object
549
+ # @param [String] dns_peering_id
550
+ # Required. The name of the peering to create.
546
551
  # @param [String] fields
547
552
  # Selector specifying which fields to include in a partial response.
548
553
  # @param [String] quota_user
@@ -560,19 +565,20 @@ module Google
560
565
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
561
566
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
562
567
  # @raise [Google::Apis::AuthorizationError] Authorization is required
563
- def create_project_location_instance_dns_peering(parent, dns_peering_object = nil, fields: nil, quota_user: nil, options: nil, &block)
568
+ def create_project_location_instance_dns_peering(parent, dns_peering_object = nil, dns_peering_id: nil, fields: nil, quota_user: nil, options: nil, &block)
564
569
  command = make_simple_command(:post, 'v1beta1/{+parent}/dnsPeerings', options)
565
570
  command.request_representation = Google::Apis::DatafusionV1beta1::DnsPeering::Representation
566
571
  command.request_object = dns_peering_object
567
572
  command.response_representation = Google::Apis::DatafusionV1beta1::DnsPeering::Representation
568
573
  command.response_class = Google::Apis::DatafusionV1beta1::DnsPeering
569
574
  command.params['parent'] = parent unless parent.nil?
575
+ command.query['dnsPeeringId'] = dns_peering_id unless dns_peering_id.nil?
570
576
  command.query['fields'] = fields unless fields.nil?
571
577
  command.query['quotaUser'] = quota_user unless quota_user.nil?
572
578
  execute_or_queue_command(command, &block)
573
579
  end
574
580
 
575
- # Remove DNS peering on the given resource.
581
+ # Deletes DNS peering on the given resource.
576
582
  # @param [String] name
577
583
  # Required. The name of the DNS peering zone to delete. Format: projects/`
578
584
  # project`/locations/`location`/instances/`instance`/dnsPeerings/`dns_peering`
@@ -603,14 +609,14 @@ module Google
603
609
  execute_or_queue_command(command, &block)
604
610
  end
605
611
 
606
- # List DNS peering for a given resource.
612
+ # Lists DNS peerings for a given resource.
607
613
  # @param [String] parent
608
614
  # Required. The parent, which owns this collection of dns peerings. Format:
609
615
  # projects/`project`/locations/`location`/instances/`instance`
610
616
  # @param [Fixnum] page_size
611
617
  # The maximum number of dns peerings to return. The service may return fewer
612
- # than this value. If unspecified, at most 10 dns peerings will be returned. The
613
- # maximum value is 50; values above 50 will be coerced to 50.
618
+ # than this value. If unspecified, at most 50 dns peerings will be returned. The
619
+ # maximum value is 200; values above 200 will be coerced to 200.
614
620
  # @param [String] page_token
615
621
  # A page token, received from a previous `ListDnsPeerings` call. Provide this to
616
622
  # retrieve the subsequent page. When paginating, all other parameters provided
@@ -647,8 +653,9 @@ module Google
647
653
  # Gets the access control policy for a resource. Returns an empty policy if the
648
654
  # resource exists and does not have a policy set.
649
655
  # @param [String] resource
650
- # REQUIRED: The resource for which the policy is being requested. See the
651
- # operation documentation for the appropriate value for this field.
656
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
657
+ # names](https://cloud.google.com/apis/design/resource_names) for the
658
+ # appropriate value for this field.
652
659
  # @param [Fixnum] options_requested_policy_version
653
660
  # Optional. The maximum policy version that will be used to format the policy.
654
661
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -734,8 +741,9 @@ module Google
734
741
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
735
742
  # PERMISSION_DENIED` errors.
736
743
  # @param [String] resource
737
- # REQUIRED: The resource for which the policy is being specified. See the
738
- # operation documentation for the appropriate value for this field.
744
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
745
+ # names](https://cloud.google.com/apis/design/resource_names) for the
746
+ # appropriate value for this field.
739
747
  # @param [Google::Apis::DatafusionV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
740
748
  # @param [String] fields
741
749
  # Selector specifying which fields to include in a partial response.
@@ -772,8 +780,9 @@ module Google
772
780
  # permission-aware UIs and command-line tools, not for authorization checking.
773
781
  # This operation may "fail open" without warning.
774
782
  # @param [String] resource
775
- # REQUIRED: The resource for which the policy detail is being requested. See the
776
- # operation documentation for the appropriate value for this field.
783
+ # REQUIRED: The resource for which the policy detail is being requested. See [
784
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
785
+ # appropriate value for this field.
777
786
  # @param [Google::Apis::DatafusionV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
778
787
  # @param [String] fields
779
788
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []