google-cloud-bigquery-connection-v1 0.1.0 → 0.1.1

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: c21f2576f05bbd9ddcb01bdbace0e68c3e3eb005bc62d868a0166b25bb0d3baf
4
- data.tar.gz: d01dcaa26bea20dca75ec37bf824e73db468669b061ae075fde9f68e59f04e2a
3
+ metadata.gz: 0c0841c553d1368f6771e677ce5246601634bbda25d0a1db62591c1af2640b53
4
+ data.tar.gz: 3ced7cff46ac6a018eee212b8f8ccda75a96839dc04f3308282d89884ae42345
5
5
  SHA512:
6
- metadata.gz: 4318a322d7b8860286b2c280b1c4f14f81433de4d9144a6e41a14246f767dcead2d00630fcf6390b37a396cddeb2a4643b7f680c181956069682f58fd616bb5d
7
- data.tar.gz: 423da136360d1ebf6f447755c729929ecbc27832c73ef0a14673437dc957dbbf3c86d4e44e6a517358afd5c94086ac5fc8dcb5706faae43244762c7e66cf5e9c
6
+ metadata.gz: 78f46379c2af17522032d287885173b124c93bb36679a08bd5376bb3b2da8302641332b86b1ab915051cbe3fdbb3d01095968b47e7ee02ca6a92193db75c597f
7
+ data.tar.gz: 77cd45589adc682ef5fbf7858186d527f3434e91c66cda7a49a11f8184dff6f3f0bf58aedfea47aaaf3c651f196f5d6173d30a1143e3fac15827c5ca4702237c
@@ -73,7 +73,7 @@ module Google
73
73
  initial_delay: 0.1,
74
74
  max_delay: 60.0,
75
75
  multiplier: 1.3,
76
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
76
+ retry_codes: [4, 14]
77
77
  }
78
78
 
79
79
  default_config.rpcs.list_connections.timeout = 60.0
@@ -81,7 +81,7 @@ module Google
81
81
  initial_delay: 0.1,
82
82
  max_delay: 60.0,
83
83
  multiplier: 1.3,
84
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
84
+ retry_codes: [4, 14]
85
85
  }
86
86
 
87
87
  default_config.rpcs.update_connection.timeout = 60.0
@@ -91,7 +91,7 @@ module Google
91
91
  initial_delay: 0.1,
92
92
  max_delay: 60.0,
93
93
  multiplier: 1.3,
94
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
94
+ retry_codes: [4, 14]
95
95
  }
96
96
 
97
97
  default_config.rpcs.get_iam_policy.timeout = 60.0
@@ -35,16 +35,16 @@ module Google
35
35
  self.service_name = 'google.cloud.bigquery.connection.v1.ConnectionService'
36
36
 
37
37
  # Creates a new connection.
38
- rpc :CreateConnection, CreateConnectionRequest, Connection
38
+ rpc :CreateConnection, Google::Cloud::Bigquery::Connection::V1::CreateConnectionRequest, Google::Cloud::Bigquery::Connection::V1::Connection
39
39
  # Returns specified connection.
40
- rpc :GetConnection, GetConnectionRequest, Connection
40
+ rpc :GetConnection, Google::Cloud::Bigquery::Connection::V1::GetConnectionRequest, Google::Cloud::Bigquery::Connection::V1::Connection
41
41
  # Returns a list of connections in the given project.
42
- rpc :ListConnections, ListConnectionsRequest, ListConnectionsResponse
42
+ rpc :ListConnections, Google::Cloud::Bigquery::Connection::V1::ListConnectionsRequest, Google::Cloud::Bigquery::Connection::V1::ListConnectionsResponse
43
43
  # Updates the specified connection. For security reasons, also resets
44
44
  # credential if connection properties are in the update field mask.
45
- rpc :UpdateConnection, UpdateConnectionRequest, Connection
45
+ rpc :UpdateConnection, Google::Cloud::Bigquery::Connection::V1::UpdateConnectionRequest, Google::Cloud::Bigquery::Connection::V1::Connection
46
46
  # Deletes connection and associated credential.
47
- rpc :DeleteConnection, DeleteConnectionRequest, Google::Protobuf::Empty
47
+ rpc :DeleteConnection, Google::Cloud::Bigquery::Connection::V1::DeleteConnectionRequest, Google::Protobuf::Empty
48
48
  # Gets the access control policy for a resource.
49
49
  # Returns an empty policy if the resource exists and does not have a policy
50
50
  # set.
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Connection
24
24
  module V1
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-connection-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-29 00:00:00.000000000 Z
11
+ date: 2020-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common