google-apis-datafusion_v1 0.34.0 → 0.36.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: f243c450d9b44d60c8ea0c1a694a4f540519746d947246fb1a96c1d780b10360
|
4
|
+
data.tar.gz: 41b3652759489fdf447afffaded61a51cd19e486706ca389f38e3e2d2ce70495
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22d579cdac5df56d17ef67ab65572f3e3c5895236092231c5b2273b47e28f5a7fe764053439c23792102225868f608ca87cc44856c0f70baedce9da90d2a5cad
|
7
|
+
data.tar.gz: 3df4251b4c3d79fe4a4edf8c90dbdae6563a9cd30ff1130be93020332352cf30634d7f8eb624daa5fec62a34d2dec137ca2825c80555babdd09e349dd930da14
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-datafusion_v1
|
2
2
|
|
3
|
+
### v0.36.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250414
|
6
|
+
|
7
|
+
### v0.35.0 (2025-03-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250224
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.34.0 (2024-12-15)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241204
|
@@ -462,7 +462,7 @@ module Google
|
|
462
462
|
attr_accessor :enable_rbac
|
463
463
|
alias_method :enable_rbac?, :enable_rbac
|
464
464
|
|
465
|
-
# Optional. Option to enable Stackdriver Logging.
|
465
|
+
# Optional. Option to enable Dataproc Stackdriver Logging.
|
466
466
|
# Corresponds to the JSON property `enableStackdriverLogging`
|
467
467
|
# @return [Boolean]
|
468
468
|
attr_accessor :enable_stackdriver_logging
|
@@ -498,6 +498,16 @@ module Google
|
|
498
498
|
# @return [Hash<String,String>]
|
499
499
|
attr_accessor :labels
|
500
500
|
|
501
|
+
# Logging configuration for a Data Fusion instance.
|
502
|
+
# Corresponds to the JSON property `loggingConfig`
|
503
|
+
# @return [Google::Apis::DatafusionV1::LoggingConfig]
|
504
|
+
attr_accessor :logging_config
|
505
|
+
|
506
|
+
# Output only. The maintenance events for this instance.
|
507
|
+
# Corresponds to the JSON property `maintenanceEvents`
|
508
|
+
# @return [Array<Google::Apis::DatafusionV1::MaintenanceEvent>]
|
509
|
+
attr_accessor :maintenance_events
|
510
|
+
|
501
511
|
# Maintenance policy of the instance.
|
502
512
|
# Corresponds to the JSON property `maintenancePolicy`
|
503
513
|
# @return [Google::Apis::DatafusionV1::MaintenancePolicy]
|
@@ -519,8 +529,8 @@ module Google
|
|
519
529
|
# @return [Google::Apis::DatafusionV1::NetworkConfig]
|
520
530
|
attr_accessor :network_config
|
521
531
|
|
522
|
-
# Map of additional options used to configure the behavior of Data
|
523
|
-
# instance.
|
532
|
+
# Optional. Map of additional options used to configure the behavior of Data
|
533
|
+
# Fusion instance.
|
524
534
|
# Corresponds to the JSON property `options`
|
525
535
|
# @return [Hash<String,String>]
|
526
536
|
attr_accessor :options
|
@@ -543,6 +553,12 @@ module Google
|
|
543
553
|
attr_accessor :private_instance
|
544
554
|
alias_method :private_instance?, :private_instance
|
545
555
|
|
556
|
+
# Output only. Reserved for future use.
|
557
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
558
|
+
# @return [Boolean]
|
559
|
+
attr_accessor :satisfies_pzi
|
560
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
561
|
+
|
546
562
|
# Output only. Reserved for future use.
|
547
563
|
# Corresponds to the JSON property `satisfiesPzs`
|
548
564
|
# @return [Boolean]
|
@@ -571,6 +587,13 @@ module Google
|
|
571
587
|
# @return [String]
|
572
588
|
attr_accessor :state_message
|
573
589
|
|
590
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
591
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
592
|
+
# marketing"
|
593
|
+
# Corresponds to the JSON property `tags`
|
594
|
+
# @return [Hash<String,String>]
|
595
|
+
attr_accessor :tags
|
596
|
+
|
574
597
|
# Output only. The name of the tenant project.
|
575
598
|
# Corresponds to the JSON property `tenantProjectId`
|
576
599
|
# @return [String]
|
@@ -626,6 +649,8 @@ module Google
|
|
626
649
|
@event_publish_config = args[:event_publish_config] if args.key?(:event_publish_config)
|
627
650
|
@gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
|
628
651
|
@labels = args[:labels] if args.key?(:labels)
|
652
|
+
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
653
|
+
@maintenance_events = args[:maintenance_events] if args.key?(:maintenance_events)
|
629
654
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
630
655
|
@name = args[:name] if args.key?(:name)
|
631
656
|
@network_config = args[:network_config] if args.key?(:network_config)
|
@@ -633,11 +658,13 @@ module Google
|
|
633
658
|
@p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
|
634
659
|
@patch_revision = args[:patch_revision] if args.key?(:patch_revision)
|
635
660
|
@private_instance = args[:private_instance] if args.key?(:private_instance)
|
661
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
636
662
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
637
663
|
@service_account = args[:service_account] if args.key?(:service_account)
|
638
664
|
@service_endpoint = args[:service_endpoint] if args.key?(:service_endpoint)
|
639
665
|
@state = args[:state] if args.key?(:state)
|
640
666
|
@state_message = args[:state_message] if args.key?(:state_message)
|
667
|
+
@tags = args[:tags] if args.key?(:tags)
|
641
668
|
@tenant_project_id = args[:tenant_project_id] if args.key?(:tenant_project_id)
|
642
669
|
@type = args[:type] if args.key?(:type)
|
643
670
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -835,6 +862,62 @@ module Google
|
|
835
862
|
end
|
836
863
|
end
|
837
864
|
|
865
|
+
# Logging configuration for a Data Fusion instance.
|
866
|
+
class LoggingConfig
|
867
|
+
include Google::Apis::Core::Hashable
|
868
|
+
|
869
|
+
# Optional. Option to determine whether instance logs should be written to Cloud
|
870
|
+
# Logging. By default, instance logs are written to Cloud Logging.
|
871
|
+
# Corresponds to the JSON property `instanceCloudLoggingDisabled`
|
872
|
+
# @return [Boolean]
|
873
|
+
attr_accessor :instance_cloud_logging_disabled
|
874
|
+
alias_method :instance_cloud_logging_disabled?, :instance_cloud_logging_disabled
|
875
|
+
|
876
|
+
def initialize(**args)
|
877
|
+
update!(**args)
|
878
|
+
end
|
879
|
+
|
880
|
+
# Update properties of this object
|
881
|
+
def update!(**args)
|
882
|
+
@instance_cloud_logging_disabled = args[:instance_cloud_logging_disabled] if args.key?(:instance_cloud_logging_disabled)
|
883
|
+
end
|
884
|
+
end
|
885
|
+
|
886
|
+
# Represents a maintenance event.
|
887
|
+
class MaintenanceEvent
|
888
|
+
include Google::Apis::Core::Hashable
|
889
|
+
|
890
|
+
# Output only. The end time of the maintenance event provided in [RFC 3339](
|
891
|
+
# https://www.ietf.org/rfc/rfc3339.txt) format. Example: "2024-01-02T12:04:06-06:
|
892
|
+
# 00" This field will be empty if the maintenance event is not yet complete.
|
893
|
+
# Corresponds to the JSON property `endTime`
|
894
|
+
# @return [String]
|
895
|
+
attr_accessor :end_time
|
896
|
+
|
897
|
+
# Output only. The start time of the maintenance event provided in [RFC 3339](
|
898
|
+
# https://www.ietf.org/rfc/rfc3339.txt) format. Example: "2024-01-01T12:04:06-04:
|
899
|
+
# 00"
|
900
|
+
# Corresponds to the JSON property `startTime`
|
901
|
+
# @return [String]
|
902
|
+
attr_accessor :start_time
|
903
|
+
|
904
|
+
# Output only. The state of the maintenance event.
|
905
|
+
# Corresponds to the JSON property `state`
|
906
|
+
# @return [String]
|
907
|
+
attr_accessor :state
|
908
|
+
|
909
|
+
def initialize(**args)
|
910
|
+
update!(**args)
|
911
|
+
end
|
912
|
+
|
913
|
+
# Update properties of this object
|
914
|
+
def update!(**args)
|
915
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
916
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
917
|
+
@state = args[:state] if args.key?(:state)
|
918
|
+
end
|
919
|
+
end
|
920
|
+
|
838
921
|
# Maintenance policy of the instance.
|
839
922
|
class MaintenancePolicy
|
840
923
|
include Google::Apis::Core::Hashable
|
@@ -1021,8 +1104,9 @@ module Google
|
|
1021
1104
|
attr_accessor :end_time
|
1022
1105
|
|
1023
1106
|
# Identifies whether the user has requested cancellation of the operation.
|
1024
|
-
# Operations that have successfully been cancelled have
|
1025
|
-
# with a google.rpc.Status.code of 1, corresponding to `
|
1107
|
+
# Operations that have successfully been cancelled have google.longrunning.
|
1108
|
+
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
1109
|
+
# Code.CANCELLED`.
|
1026
1110
|
# Corresponds to the JSON property `requestedCancellation`
|
1027
1111
|
# @return [Boolean]
|
1028
1112
|
attr_accessor :requested_cancellation
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250414"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -124,6 +124,18 @@ module Google
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
+
class LoggingConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class MaintenanceEvent
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
127
139
|
class MaintenancePolicy
|
128
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
141
|
|
@@ -321,6 +333,10 @@ module Google
|
|
321
333
|
|
322
334
|
property :gcs_bucket, as: 'gcsBucket'
|
323
335
|
hash :labels, as: 'labels'
|
336
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DatafusionV1::LoggingConfig, decorator: Google::Apis::DatafusionV1::LoggingConfig::Representation
|
337
|
+
|
338
|
+
collection :maintenance_events, as: 'maintenanceEvents', class: Google::Apis::DatafusionV1::MaintenanceEvent, decorator: Google::Apis::DatafusionV1::MaintenanceEvent::Representation
|
339
|
+
|
324
340
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::DatafusionV1::MaintenancePolicy, decorator: Google::Apis::DatafusionV1::MaintenancePolicy::Representation
|
325
341
|
|
326
342
|
property :name, as: 'name'
|
@@ -330,11 +346,13 @@ module Google
|
|
330
346
|
property :p4_service_account, as: 'p4ServiceAccount'
|
331
347
|
property :patch_revision, as: 'patchRevision'
|
332
348
|
property :private_instance, as: 'privateInstance'
|
349
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
333
350
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
334
351
|
property :service_account, as: 'serviceAccount'
|
335
352
|
property :service_endpoint, as: 'serviceEndpoint'
|
336
353
|
property :state, as: 'state'
|
337
354
|
property :state_message, as: 'stateMessage'
|
355
|
+
hash :tags, as: 'tags'
|
338
356
|
property :tenant_project_id, as: 'tenantProjectId'
|
339
357
|
property :type, as: 'type'
|
340
358
|
property :update_time, as: 'updateTime'
|
@@ -403,6 +421,22 @@ module Google
|
|
403
421
|
end
|
404
422
|
end
|
405
423
|
|
424
|
+
class LoggingConfig
|
425
|
+
# @private
|
426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
427
|
+
property :instance_cloud_logging_disabled, as: 'instanceCloudLoggingDisabled'
|
428
|
+
end
|
429
|
+
end
|
430
|
+
|
431
|
+
class MaintenanceEvent
|
432
|
+
# @private
|
433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
434
|
+
property :end_time, as: 'endTime'
|
435
|
+
property :start_time, as: 'startTime'
|
436
|
+
property :state, as: 'state'
|
437
|
+
end
|
438
|
+
end
|
439
|
+
|
406
440
|
class MaintenancePolicy
|
407
441
|
# @private
|
408
442
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -90,6 +90,9 @@ module Google
|
|
90
90
|
# Lists information about the supported locations for this service.
|
91
91
|
# @param [String] name
|
92
92
|
# The resource that owns the locations collection, if applicable.
|
93
|
+
# @param [Array<String>, String] extra_location_types
|
94
|
+
# Optional. A list of extra location types that should be used as conditions for
|
95
|
+
# controlling the visibility of the locations.
|
93
96
|
# @param [String] filter
|
94
97
|
# A filter to narrow down results to a preferred subset. The filtering language
|
95
98
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -117,11 +120,12 @@ module Google
|
|
117
120
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
118
121
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
119
122
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
120
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
123
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
121
124
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
122
125
|
command.response_representation = Google::Apis::DatafusionV1::ListLocationsResponse::Representation
|
123
126
|
command.response_class = Google::Apis::DatafusionV1::ListLocationsResponse
|
124
127
|
command.params['name'] = name unless name.nil?
|
128
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
125
129
|
command.query['filter'] = filter unless filter.nil?
|
126
130
|
command.query['pageSize'] = page_size unless page_size.nil?
|
127
131
|
command.query['pageToken'] = page_token unless page_token.nil?
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.36.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Data Fusion API V1
|
82
79
|
test_files: []
|