google-apis-datafusion_v1 0.26.0 → 0.27.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: 6be5191a515c7aa94690222e3fcc7ecb5ac050156d18524d35bd4f76f20b3bc6
4
- data.tar.gz: eb3e8e32d0c86ca401cd8aa4db50cfd4b7db7e5153d95967583500cc11548f38
3
+ metadata.gz: 30bed5529b592325f7e018542145fb1349c6de95f5c02a986d41fce8f9b131d9
4
+ data.tar.gz: 935f1829189c328c2e2f818b8f1d55020678865cfbb170c45f4167216e617ba3
5
5
  SHA512:
6
- metadata.gz: 1dd0e66d57e742e0de57ec0b4c1b9d0926951b7b1f21d0ea0727268ba05b460581eb323dde46bea307fb315e90dbe8e17aa48036dcc65335ca1ae724b7be4340
7
- data.tar.gz: 07a455cb551ae2f986a2c6d60bcce83da3f657d42e82214b41b476ea4ef6d0a0887015a4e7e74b1362c360270883ec3d28f24f10aeb38058311fc6e81b145651
6
+ metadata.gz: e7078471b3c28710ab5fcebd04bb64ec9113691e6208565a2032984cea1429260918210bc7c9c40cfc887cbb5ac4a757122b3dca8144fd7048afa19363d0a093
7
+ data.tar.gz: 75804549e24ea802915b6eb37d0ce0453204e64dedfc9b95c9acc8e2dc1bfd1e055e4042f87b534cf74dabac2462c3e263600a2643009beac51b3cb084dd3b6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datafusion_v1
2
2
 
3
+ ### v0.27.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231017
6
+
3
7
  ### v0.26.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230508
@@ -494,6 +494,11 @@ module Google
494
494
  # @return [String]
495
495
  attr_accessor :p4_service_account
496
496
 
497
+ # Optional. Current patch revision of the Data Fusion.
498
+ # Corresponds to the JSON property `patchRevision`
499
+ # @return [String]
500
+ attr_accessor :patch_revision
501
+
497
502
  # Specifies whether the Data Fusion instance should be private. If set to true,
498
503
  # all Data Fusion nodes will have private IP addresses and will not be able to
499
504
  # access the public internet.
@@ -550,6 +555,12 @@ module Google
550
555
  # @return [String]
551
556
  attr_accessor :version
552
557
 
558
+ # Output only. Endpoint on which the Data Fusion UI is accessible to third-party
559
+ # users
560
+ # Corresponds to the JSON property `workforceIdentityServiceEndpoint`
561
+ # @return [String]
562
+ attr_accessor :workforce_identity_service_endpoint
563
+
553
564
  # Name of the zone in which the Data Fusion instance will be created. Only
554
565
  # DEVELOPER instances use this field.
555
566
  # Corresponds to the JSON property `zone`
@@ -582,6 +593,7 @@ module Google
582
593
  @network_config = args[:network_config] if args.key?(:network_config)
583
594
  @options = args[:options] if args.key?(:options)
584
595
  @p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
596
+ @patch_revision = args[:patch_revision] if args.key?(:patch_revision)
585
597
  @private_instance = args[:private_instance] if args.key?(:private_instance)
586
598
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
587
599
  @service_account = args[:service_account] if args.key?(:service_account)
@@ -592,6 +604,7 @@ module Google
592
604
  @type = args[:type] if args.key?(:type)
593
605
  @update_time = args[:update_time] if args.key?(:update_time)
594
606
  @version = args[:version] if args.key?(:version)
607
+ @workforce_identity_service_endpoint = args[:workforce_identity_service_endpoint] if args.key?(:workforce_identity_service_endpoint)
595
608
  @zone = args[:zone] if args.key?(:zone)
596
609
  end
597
610
  end
@@ -849,13 +862,13 @@ module Google
849
862
  # @return [String]
850
863
  attr_accessor :name
851
864
 
852
- # The normal response of the operation in case of success. If the original
853
- # method returns no data on success, such as `Delete`, the response is `google.
854
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
855
- # the response should be the resource. For other methods, the response should
856
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
857
- # example, if the original method name is `TakeSnapshot()`, the inferred
858
- # response type is `TakeSnapshotResponse`.
865
+ # The normal, successful response of the operation. If the original method
866
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
867
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
868
+ # response should be the resource. For other methods, the response should have
869
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
870
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
871
+ # `TakeSnapshotResponse`.
859
872
  # Corresponds to the JSON property `response`
860
873
  # @return [Hash<String,Object>]
861
874
  attr_accessor :response
@@ -951,22 +964,22 @@ module Google
951
964
  # evaluates to `true`. A condition can add constraints based on attributes of
952
965
  # the request, the resource, or both. To learn which resources support
953
966
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
954
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
967
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
955
968
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
956
969
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
957
970
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
958
971
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
959
972
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
960
973
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
961
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
962
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
963
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
964
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
965
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
966
- # access description: Does not grant access after Sep 2020 expression: request.
967
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
968
- # a description of IAM and its features, see the [IAM documentation](https://
969
- # cloud.google.com/iam/docs/).
974
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
975
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
976
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
977
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
978
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
979
+ # title: expirable access description: Does not grant access after Sep 2020
980
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
981
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
982
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
970
983
  class Policy
971
984
  include Google::Apis::Core::Hashable
972
985
 
@@ -1063,22 +1076,22 @@ module Google
1063
1076
  # evaluates to `true`. A condition can add constraints based on attributes of
1064
1077
  # the request, the resource, or both. To learn which resources support
1065
1078
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1066
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1079
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1067
1080
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1068
1081
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1069
1082
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1070
1083
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1071
1084
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1072
1085
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1073
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1074
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1075
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1076
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1077
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1078
- # access description: Does not grant access after Sep 2020 expression: request.
1079
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1080
- # a description of IAM and its features, see the [IAM documentation](https://
1081
- # cloud.google.com/iam/docs/).
1086
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1087
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1088
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1089
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1090
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1091
+ # title: expirable access description: Does not grant access after Sep 2020
1092
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1093
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1094
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1082
1095
  # Corresponds to the JSON property `policy`
1083
1096
  # @return [Google::Apis::DatafusionV1::Policy]
1084
1097
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatafusionV1
18
18
  # Version of the google-apis-datafusion_v1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230508"
25
+ REVISION = "20231017"
26
26
  end
27
27
  end
28
28
  end
@@ -295,6 +295,7 @@ module Google
295
295
 
296
296
  hash :options, as: 'options'
297
297
  property :p4_service_account, as: 'p4ServiceAccount'
298
+ property :patch_revision, as: 'patchRevision'
298
299
  property :private_instance, as: 'privateInstance'
299
300
  property :satisfies_pzs, as: 'satisfiesPzs'
300
301
  property :service_account, as: 'serviceAccount'
@@ -305,6 +306,7 @@ module Google
305
306
  property :type, as: 'type'
306
307
  property :update_time, as: 'updateTime'
307
308
  property :version, as: 'version'
309
+ property :workforce_identity_service_endpoint, as: 'workforceIdentityServiceEndpoint'
308
310
  property :zone, as: 'zone'
309
311
  end
310
312
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-10-22 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Data Fusion API V1