google-apis-datastream_v1 0.42.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bbbfcafabfdf5d813d9c08acfe496607adbf4408761e7cfc106736bf9098c35
|
4
|
+
data.tar.gz: a69439cb4d20695f23098f4b2037c1ea0bf7ccf6e4447bf4d3ab9b7c712c5e4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78b38209bd405075f56d9879ffc19f60f9abde246b1dfcaf4cafa477fc74c29d53e1b4989ade3dffa7c0bfc35af26e7e3662d381c81768c5c4ba3897e3dc3382
|
7
|
+
data.tar.gz: ee44cd355eae2351d49793abdb77b32377473edc272956f692eb833d204a99c80ea237bfde8b21ef4696ef1bb6e2ae63c6c60280b5de81710f5bc0a58e47db2b
|
data/CHANGELOG.md
CHANGED
@@ -328,7 +328,7 @@ module Google
|
|
328
328
|
# @return [Google::Apis::DatastreamV1::MysqlProfile]
|
329
329
|
attr_accessor :mysql_profile
|
330
330
|
|
331
|
-
# Output only. The resource's name.
|
331
|
+
# Output only. Identifier. The resource's name.
|
332
332
|
# Corresponds to the JSON property `name`
|
333
333
|
# @return [String]
|
334
334
|
attr_accessor :name
|
@@ -1582,9 +1582,9 @@ module Google
|
|
1582
1582
|
attr_accessor :end_time
|
1583
1583
|
|
1584
1584
|
# Output only. Identifies whether the user has requested cancellation of the
|
1585
|
-
# operation. Operations that have successfully been cancelled have
|
1586
|
-
# error value with a google.rpc.Status.code of 1,
|
1587
|
-
# CANCELLED`.
|
1585
|
+
# operation. Operations that have successfully been cancelled have google.
|
1586
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
1587
|
+
# corresponding to `Code.CANCELLED`.
|
1588
1588
|
# Corresponds to the JSON property `requestedCancellation`
|
1589
1589
|
# @return [Boolean]
|
1590
1590
|
attr_accessor :requested_cancellation
|
@@ -1627,7 +1627,7 @@ module Google
|
|
1627
1627
|
end
|
1628
1628
|
end
|
1629
1629
|
|
1630
|
-
# Configuration for Oracle Automatic Storage Management (ASM) connection.
|
1630
|
+
# Configuration for Oracle Automatic Storage Management (ASM) connection. .
|
1631
1631
|
class OracleAsmConfig
|
1632
1632
|
include Google::Apis::Core::Hashable
|
1633
1633
|
|
@@ -1651,7 +1651,7 @@ module Google
|
|
1651
1651
|
# @return [Google::Apis::DatastreamV1::OracleSslConfig]
|
1652
1652
|
attr_accessor :oracle_ssl_config
|
1653
1653
|
|
1654
|
-
#
|
1654
|
+
# Optional. Password for the Oracle ASM connection.
|
1655
1655
|
# Corresponds to the JSON property `password`
|
1656
1656
|
# @return [String]
|
1657
1657
|
attr_accessor :password
|
@@ -1808,7 +1808,7 @@ module Google
|
|
1808
1808
|
# @return [String]
|
1809
1809
|
attr_accessor :hostname
|
1810
1810
|
|
1811
|
-
# Configuration for Oracle Automatic Storage Management (ASM) connection.
|
1811
|
+
# Configuration for Oracle Automatic Storage Management (ASM) connection. .
|
1812
1812
|
# Corresponds to the JSON property `oracleAsmConfig`
|
1813
1813
|
# @return [Google::Apis::DatastreamV1::OracleAsmConfig]
|
1814
1814
|
attr_accessor :oracle_asm_config
|
@@ -2311,7 +2311,7 @@ module Google
|
|
2311
2311
|
# @return [Hash<String,String>]
|
2312
2312
|
attr_accessor :labels
|
2313
2313
|
|
2314
|
-
# Output only. The resource's name.
|
2314
|
+
# Output only. Identifier. The resource's name.
|
2315
2315
|
# Corresponds to the JSON property `name`
|
2316
2316
|
# @return [String]
|
2317
2317
|
attr_accessor :name
|
@@ -2399,7 +2399,7 @@ module Google
|
|
2399
2399
|
# @return [Hash<String,String>]
|
2400
2400
|
attr_accessor :labels
|
2401
2401
|
|
2402
|
-
# Output only. The resource's name.
|
2402
|
+
# Output only. Identifier. The resource's name.
|
2403
2403
|
# Corresponds to the JSON property `name`
|
2404
2404
|
# @return [String]
|
2405
2405
|
attr_accessor :name
|
@@ -2586,6 +2586,11 @@ module Google
|
|
2586
2586
|
# @return [Google::Apis::DatastreamV1::OracleScnPosition]
|
2587
2587
|
attr_accessor :oracle_scn_position
|
2588
2588
|
|
2589
|
+
# SQL Server LSN position
|
2590
|
+
# Corresponds to the JSON property `sqlServerLsnPosition`
|
2591
|
+
# @return [Google::Apis::DatastreamV1::SqlServerLsnPosition]
|
2592
|
+
attr_accessor :sql_server_lsn_position
|
2593
|
+
|
2589
2594
|
def initialize(**args)
|
2590
2595
|
update!(**args)
|
2591
2596
|
end
|
@@ -2594,6 +2599,7 @@ module Google
|
|
2594
2599
|
def update!(**args)
|
2595
2600
|
@mysql_log_position = args[:mysql_log_position] if args.key?(:mysql_log_position)
|
2596
2601
|
@oracle_scn_position = args[:oracle_scn_position] if args.key?(:oracle_scn_position)
|
2602
|
+
@sql_server_lsn_position = args[:sql_server_lsn_position] if args.key?(:sql_server_lsn_position)
|
2597
2603
|
end
|
2598
2604
|
end
|
2599
2605
|
|
@@ -2673,6 +2679,25 @@ module Google
|
|
2673
2679
|
end
|
2674
2680
|
end
|
2675
2681
|
|
2682
|
+
# SQL Server LSN position
|
2683
|
+
class SqlServerLsnPosition
|
2684
|
+
include Google::Apis::Core::Hashable
|
2685
|
+
|
2686
|
+
# Required. Log sequence number (LSN) from where Logs will be read
|
2687
|
+
# Corresponds to the JSON property `lsn`
|
2688
|
+
# @return [String]
|
2689
|
+
attr_accessor :lsn
|
2690
|
+
|
2691
|
+
def initialize(**args)
|
2692
|
+
update!(**args)
|
2693
|
+
end
|
2694
|
+
|
2695
|
+
# Update properties of this object
|
2696
|
+
def update!(**args)
|
2697
|
+
@lsn = args[:lsn] if args.key?(:lsn)
|
2698
|
+
end
|
2699
|
+
end
|
2700
|
+
|
2676
2701
|
# SQLServer data source object identifier.
|
2677
2702
|
class SqlServerObjectIdentifier
|
2678
2703
|
include Google::Apis::Core::Hashable
|
@@ -3046,7 +3071,7 @@ module Google
|
|
3046
3071
|
# @return [String]
|
3047
3072
|
attr_accessor :last_recovery_time
|
3048
3073
|
|
3049
|
-
# Output only. The stream's name.
|
3074
|
+
# Output only. Identifier. The stream's name.
|
3050
3075
|
# Corresponds to the JSON property `name`
|
3051
3076
|
# @return [String]
|
3052
3077
|
attr_accessor :name
|
@@ -3125,7 +3150,7 @@ module Google
|
|
3125
3150
|
# @return [Array<Google::Apis::DatastreamV1::Error>]
|
3126
3151
|
attr_accessor :errors
|
3127
3152
|
|
3128
|
-
# Output only. The object resource's name.
|
3153
|
+
# Output only. Identifier. The object resource's name.
|
3129
3154
|
# Corresponds to the JSON property `name`
|
3130
3155
|
# @return [String]
|
3131
3156
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatastreamV1
|
18
18
|
# Version of the google-apis-datastream_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241204"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -496,6 +496,12 @@ module Google
|
|
496
496
|
include Google::Apis::Core::JsonObjectSupport
|
497
497
|
end
|
498
498
|
|
499
|
+
class SqlServerLsnPosition
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
499
505
|
class SqlServerObjectIdentifier
|
500
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
507
|
|
@@ -1405,6 +1411,8 @@ module Google
|
|
1405
1411
|
|
1406
1412
|
property :oracle_scn_position, as: 'oracleScnPosition', class: Google::Apis::DatastreamV1::OracleScnPosition, decorator: Google::Apis::DatastreamV1::OracleScnPosition::Representation
|
1407
1413
|
|
1414
|
+
property :sql_server_lsn_position, as: 'sqlServerLsnPosition', class: Google::Apis::DatastreamV1::SqlServerLsnPosition, decorator: Google::Apis::DatastreamV1::SqlServerLsnPosition::Representation
|
1415
|
+
|
1408
1416
|
end
|
1409
1417
|
end
|
1410
1418
|
|
@@ -1428,6 +1436,13 @@ module Google
|
|
1428
1436
|
end
|
1429
1437
|
end
|
1430
1438
|
|
1439
|
+
class SqlServerLsnPosition
|
1440
|
+
# @private
|
1441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1442
|
+
property :lsn, as: 'lsn'
|
1443
|
+
end
|
1444
|
+
end
|
1445
|
+
|
1431
1446
|
class SqlServerObjectIdentifier
|
1432
1447
|
# @private
|
1433
1448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -375,7 +375,7 @@ module Google
|
|
375
375
|
|
376
376
|
# Use this method to update the parameters of a connection profile.
|
377
377
|
# @param [String] name
|
378
|
-
# Output only. The resource's name.
|
378
|
+
# Output only. Identifier. The resource's name.
|
379
379
|
# @param [Google::Apis::DatastreamV1::ConnectionProfile] connection_profile_object
|
380
380
|
# @param [Boolean] force
|
381
381
|
# Optional. Update the connection profile without validating it.
|
@@ -438,8 +438,8 @@ module Google
|
|
438
438
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
439
439
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
440
440
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
441
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
442
|
-
# corresponding to `Code.CANCELLED`.
|
441
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
442
|
+
# , corresponding to `Code.CANCELLED`.
|
443
443
|
# @param [String] name
|
444
444
|
# The name of the operation resource to be cancelled.
|
445
445
|
# @param [Google::Apis::DatastreamV1::CancelOperationRequest] cancel_operation_request_object
|
@@ -1095,7 +1095,7 @@ module Google
|
|
1095
1095
|
|
1096
1096
|
# Use this method to update the configuration of a stream.
|
1097
1097
|
# @param [String] name
|
1098
|
-
# Output only. The stream's name.
|
1098
|
+
# Output only. Identifier. The stream's name.
|
1099
1099
|
# @param [Google::Apis::DatastreamV1::Stream] stream_object
|
1100
1100
|
# @param [Boolean] force
|
1101
1101
|
# Optional. Update the stream without validating it.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datastream_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.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: 2024-
|
11
|
+
date: 2024-12-15 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-datastream_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_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.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Datastream API V1
|