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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30bed5529b592325f7e018542145fb1349c6de95f5c02a986d41fce8f9b131d9
|
4
|
+
data.tar.gz: 935f1829189c328c2e2f818b8f1d55020678865cfbb170c45f4167216e617ba3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7078471b3c28710ab5fcebd04bb64ec9113691e6208565a2032984cea1429260918210bc7c9c40cfc887cbb5ac4a757122b3dca8144fd7048afa19363d0a093
|
7
|
+
data.tar.gz: 75804549e24ea802915b6eb37d0ce0453204e64dedfc9b95c9acc8e2dc1bfd1e055e4042f87b534cf74dabac2462c3e263600a2643009beac51b3cb084dd3b6e
|
data/CHANGELOG.md
CHANGED
@@ -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
|
853
|
-
#
|
854
|
-
#
|
855
|
-
#
|
856
|
-
#
|
857
|
-
#
|
858
|
-
#
|
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
|
962
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
963
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
964
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
965
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
966
|
-
# access description: Does not grant access after Sep 2020
|
967
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
968
|
-
# a description of IAM and its features, see the
|
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
|
1074
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1075
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1076
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1077
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1078
|
-
# access description: Does not grant access after Sep 2020
|
1079
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1080
|
-
# a description of IAM and its features, see the
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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.
|
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
|