Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: update backup timeouts (via synth) (#82)
* [CHANGE ME] Re-generated to pick up changes in the API or client library generator. * remove _pb2 files and multiprocessing due to docs failures Co-authored-by: larkee <larkee@users.noreply.github.com>
- Loading branch information
Showing
with
189 additions
and 195 deletions.
- +0 −2 .kokoro/publish-docs.sh
- +42 −42 google/cloud/spanner_admin_database_v1/gapic/database_admin_client.py
- +5 −5 google/cloud/spanner_admin_database_v1/gapic/database_admin_client_config.py
- +4 −4 google/cloud/spanner_admin_database_v1/gapic/enums.py
- +11 −11 google/cloud/spanner_admin_database_v1/gapic/transports/database_admin_grpc_transport.py
- +2 −1 google/cloud/spanner_admin_instance_v1/gapic/enums.py
- +19 −19 google/cloud/spanner_admin_instance_v1/gapic/instance_admin_client.py
- +1 −1 google/cloud/spanner_admin_instance_v1/gapic/transports/instance_admin_grpc_transport.py
- +17 −15 google/cloud/spanner_v1/gapic/enums.py
- +61 −58 google/cloud/spanner_v1/gapic/spanner_client.py
- +20 −20 google/cloud/spanner_v1/gapic/transports/spanner_grpc_transport.py
- +7 −17 synth.metadata
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -13,8 +13,6 @@ | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
set -eo pipefail | ||
|
||
# Disable buffering, so that the logs stream through. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.