google-apis-datafusion_v1 0.25.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b3baedba4054be02c29f30d1ff664bafafb5cfb2c0b3c64737d019b6ee9d654
4
- data.tar.gz: fae97866f7e64fe000610411670c1a9ac966f38d04cca3ff1ac9725c56d0e3cc
3
+ metadata.gz: 30bed5529b592325f7e018542145fb1349c6de95f5c02a986d41fce8f9b131d9
4
+ data.tar.gz: 935f1829189c328c2e2f818b8f1d55020678865cfbb170c45f4167216e617ba3
5
5
  SHA512:
6
- metadata.gz: 3fa4c0d720e61460602b64e7c1c5c51639ec1d258df12454e7f84c5c18f72d6bbd1b0ff835c35471e7c2639d61de6365c49eb6649e4f2a0d85cbbafa2af15fba
7
- data.tar.gz: 6494d95125b1d2724a778e9a228e8c9cf824269a3715dc60ee1171207b8108e3a4781fe276a826c48cc88b564862c4da6411b68a22e4b8e3219751ecf7925413
6
+ metadata.gz: e7078471b3c28710ab5fcebd04bb64ec9113691e6208565a2032984cea1429260918210bc7c9c40cfc887cbb5ac4a757122b3dca8144fd7048afa19363d0a093
7
+ data.tar.gz: 75804549e24ea802915b6eb37d0ce0453204e64dedfc9b95c9acc8e2dc1bfd1e055e4042f87b534cf74dabac2462c3e263600a2643009beac51b3cb084dd3b6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.26.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230508
10
+
3
11
  ### v0.25.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230425
@@ -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.
@@ -502,6 +507,12 @@ module Google
502
507
  attr_accessor :private_instance
503
508
  alias_method :private_instance?, :private_instance
504
509
 
510
+ # Output only. Reserved for future use.
511
+ # Corresponds to the JSON property `satisfiesPzs`
512
+ # @return [Boolean]
513
+ attr_accessor :satisfies_pzs
514
+ alias_method :satisfies_pzs?, :satisfies_pzs
515
+
505
516
  # Output only. Deprecated. Use tenant_project_id instead to extract the tenant
506
517
  # project ID.
507
518
  # Corresponds to the JSON property `serviceAccount`
@@ -544,6 +555,12 @@ module Google
544
555
  # @return [String]
545
556
  attr_accessor :version
546
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
+
547
564
  # Name of the zone in which the Data Fusion instance will be created. Only
548
565
  # DEVELOPER instances use this field.
549
566
  # Corresponds to the JSON property `zone`
@@ -576,7 +593,9 @@ module Google
576
593
  @network_config = args[:network_config] if args.key?(:network_config)
577
594
  @options = args[:options] if args.key?(:options)
578
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)
579
597
  @private_instance = args[:private_instance] if args.key?(:private_instance)
598
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
580
599
  @service_account = args[:service_account] if args.key?(:service_account)
581
600
  @service_endpoint = args[:service_endpoint] if args.key?(:service_endpoint)
582
601
  @state = args[:state] if args.key?(:state)
@@ -585,6 +604,7 @@ module Google
585
604
  @type = args[:type] if args.key?(:type)
586
605
  @update_time = args[:update_time] if args.key?(:update_time)
587
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)
588
608
  @zone = args[:zone] if args.key?(:zone)
589
609
  end
590
610
  end
@@ -842,13 +862,13 @@ module Google
842
862
  # @return [String]
843
863
  attr_accessor :name
844
864
 
845
- # The normal response of the operation in case of success. If the original
846
- # method returns no data on success, such as `Delete`, the response is `google.
847
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
848
- # the response should be the resource. For other methods, the response should
849
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
850
- # example, if the original method name is `TakeSnapshot()`, the inferred
851
- # 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`.
852
872
  # Corresponds to the JSON property `response`
853
873
  # @return [Hash<String,Object>]
854
874
  attr_accessor :response
@@ -944,22 +964,22 @@ module Google
944
964
  # evaluates to `true`. A condition can add constraints based on attributes of
945
965
  # the request, the resource, or both. To learn which resources support
946
966
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
947
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
967
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
948
968
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
949
969
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
950
970
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
951
971
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
952
972
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
953
973
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
954
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
955
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
956
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
957
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
958
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
959
- # access description: Does not grant access after Sep 2020 expression: request.
960
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
961
- # a description of IAM and its features, see the [IAM documentation](https://
962
- # 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/).
963
983
  class Policy
964
984
  include Google::Apis::Core::Hashable
965
985
 
@@ -1056,22 +1076,22 @@ module Google
1056
1076
  # evaluates to `true`. A condition can add constraints based on attributes of
1057
1077
  # the request, the resource, or both. To learn which resources support
1058
1078
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1059
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1079
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1060
1080
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1061
1081
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1062
1082
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1063
1083
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1064
1084
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1065
1085
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1066
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1067
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1068
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1069
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1070
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1071
- # access description: Does not grant access after Sep 2020 expression: request.
1072
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1073
- # a description of IAM and its features, see the [IAM documentation](https://
1074
- # 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/).
1075
1095
  # Corresponds to the JSON property `policy`
1076
1096
  # @return [Google::Apis::DatafusionV1::Policy]
1077
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.25.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 = "20230425"
25
+ REVISION = "20231017"
26
26
  end
27
27
  end
28
28
  end
@@ -295,7 +295,9 @@ 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'
300
+ property :satisfies_pzs, as: 'satisfiesPzs'
299
301
  property :service_account, as: 'serviceAccount'
300
302
  property :service_endpoint, as: 'serviceEndpoint'
301
303
  property :state, as: 'state'
@@ -304,6 +306,7 @@ module Google
304
306
  property :type, as: 'type'
305
307
  property :update_time, as: 'updateTime'
306
308
  property :version, as: 'version'
309
+ property :workforce_identity_service_endpoint, as: 'workforceIdentityServiceEndpoint'
307
310
  property :zone, as: 'zone'
308
311
  end
309
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.25.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-04-30 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.25.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