google-cloud-app_engine-v1 0.5.0 → 0.6.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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +2 -2
- data/lib/google/appengine/v1/appengine_pb.rb +0 -1
- data/lib/google/cloud/app_engine/v1/applications/client.rb +12 -12
- data/lib/google/cloud/app_engine/v1/applications/operations.rb +12 -14
- data/lib/google/cloud/app_engine/v1/applications/rest/client.rb +589 -0
- data/lib/google/cloud/app_engine/v1/applications/rest/operations.rb +793 -0
- data/lib/google/cloud/app_engine/v1/applications/rest/service_stub.rb +285 -0
- data/lib/google/cloud/app_engine/v1/applications/rest.rb +52 -0
- data/lib/google/cloud/app_engine/v1/applications.rb +7 -1
- data/lib/google/cloud/app_engine/v1/authorized_certificates/client.rb +4 -6
- data/lib/google/cloud/app_engine/v1/authorized_certificates/rest/client.rb +643 -0
- data/lib/google/cloud/app_engine/v1/authorized_certificates/rest/service_stub.rb +345 -0
- data/lib/google/cloud/app_engine/v1/authorized_certificates/rest.rb +52 -0
- data/lib/google/cloud/app_engine/v1/authorized_certificates.rb +7 -1
- data/lib/google/cloud/app_engine/v1/authorized_domains/client.rb +4 -6
- data/lib/google/cloud/app_engine/v1/authorized_domains/rest/client.rb +349 -0
- data/lib/google/cloud/app_engine/v1/authorized_domains/rest/service_stub.rb +107 -0
- data/lib/google/cloud/app_engine/v1/authorized_domains/rest.rb +53 -0
- data/lib/google/cloud/app_engine/v1/authorized_domains.rb +7 -1
- data/lib/google/cloud/app_engine/v1/domain_mappings/client.rb +16 -18
- data/lib/google/cloud/app_engine/v1/domain_mappings/operations.rb +12 -14
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb +659 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/operations.rb +793 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest/service_stub.rb +345 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings/rest.rb +52 -0
- data/lib/google/cloud/app_engine/v1/domain_mappings.rb +7 -1
- data/lib/google/cloud/app_engine/v1/firewall/client.rb +4 -6
- data/lib/google/cloud/app_engine/v1/firewall/rest/client.rb +732 -0
- data/lib/google/cloud/app_engine/v1/firewall/rest/service_stub.rb +405 -0
- data/lib/google/cloud/app_engine/v1/firewall/rest.rb +60 -0
- data/lib/google/cloud/app_engine/v1/firewall.rb +7 -1
- data/lib/google/cloud/app_engine/v1/instances/client.rb +12 -14
- data/lib/google/cloud/app_engine/v1/instances/operations.rb +12 -14
- data/lib/google/cloud/app_engine/v1/instances/rest/client.rb +602 -0
- data/lib/google/cloud/app_engine/v1/instances/rest/operations.rb +793 -0
- data/lib/google/cloud/app_engine/v1/instances/rest/service_stub.rb +285 -0
- data/lib/google/cloud/app_engine/v1/instances/rest.rb +52 -0
- data/lib/google/cloud/app_engine/v1/instances.rb +7 -1
- data/lib/google/cloud/app_engine/v1/rest.rb +44 -0
- data/lib/google/cloud/app_engine/v1/services/client.rb +12 -14
- data/lib/google/cloud/app_engine/v1/services/operations.rb +12 -14
- data/lib/google/cloud/app_engine/v1/services/rest/client.rb +587 -0
- data/lib/google/cloud/app_engine/v1/services/rest/operations.rb +793 -0
- data/lib/google/cloud/app_engine/v1/services/rest/service_stub.rb +285 -0
- data/lib/google/cloud/app_engine/v1/services/rest.rb +52 -0
- data/lib/google/cloud/app_engine/v1/services.rb +7 -1
- data/lib/google/cloud/app_engine/v1/version.rb +1 -1
- data/lib/google/cloud/app_engine/v1/versions/client.rb +16 -18
- data/lib/google/cloud/app_engine/v1/versions/operations.rb +12 -14
- data/lib/google/cloud/app_engine/v1/versions/rest/client.rb +692 -0
- data/lib/google/cloud/app_engine/v1/versions/rest/operations.rb +793 -0
- data/lib/google/cloud/app_engine/v1/versions/rest/service_stub.rb +345 -0
- data/lib/google/cloud/app_engine/v1/versions/rest.rb +52 -0
- data/lib/google/cloud/app_engine/v1/versions.rb +7 -1
- data/lib/google/cloud/app_engine/v1.rb +7 -2
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/protobuf/empty.rb +0 -2
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +40 -8
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 29259083288d42297551d3fe547b5224826db87be09f5dd4218ff95a6295dff7
         | 
| 4 | 
            +
              data.tar.gz: 87210ff9eac26251f8e121c84a528d65fb4289e4c17711ae736e73c93a426b1d
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 13468a492e8a359919827f66fab7180cf5d58182dda3acd9a02cbb094161889efd9f8cdf7cda5ec152837451f20068ed09cf6b8c72c84cd4efe16162bf72c50e
         | 
| 7 | 
            +
              data.tar.gz: ef6e8d3d9026fe42784f529ade7e9cd05dccd09a8c99a592abd20197ed6f8bb1d8bbcea8c57c14f70564ae1bc7254b435c9f01915f0851f34cbd3c8fd8e92660
         | 
    
        data/AUTHENTICATION.md
    CHANGED
    
    | @@ -114,7 +114,7 @@ credentials are discovered. | |
| 114 114 | 
             
            To configure your system for this, simply:
         | 
| 115 115 |  | 
| 116 116 | 
             
            1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
         | 
| 117 | 
            -
            2. Authenticate using OAuth 2.0 `$ gcloud auth login`
         | 
| 117 | 
            +
            2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
         | 
| 118 118 | 
             
            3. Write code as if already authenticated.
         | 
| 119 119 |  | 
| 120 120 | 
             
            **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
         | 
    
        data/README.md
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            # Ruby Client for the App Engine Admin V1 API
         | 
| 2 2 |  | 
| 3 | 
            -
             | 
| 3 | 
            +
            Provisions and manages developers' App Engine applications.
         | 
| 4 4 |  | 
| 5 5 | 
             
            The App Engine Admin API provisions and manages your App Engine applications.
         | 
| 6 6 |  | 
| @@ -46,7 +46,7 @@ for general usage information. | |
| 46 46 | 
             
            ## Enabling Logging
         | 
| 47 47 |  | 
| 48 48 | 
             
            To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
         | 
| 49 | 
            -
            The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/ | 
| 49 | 
            +
            The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
         | 
| 50 50 | 
             
            or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
         | 
| 51 51 | 
             
            that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
         | 
| 52 52 | 
             
            and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
         | 
| @@ -5,7 +5,6 @@ require 'google/protobuf' | |
| 5 5 |  | 
| 6 6 | 
             
            require 'google/api/annotations_pb'
         | 
| 7 7 | 
             
            require 'google/api/client_pb'
         | 
| 8 | 
            -
            require 'google/api/resource_pb'
         | 
| 9 8 | 
             
            require 'google/appengine/v1/application_pb'
         | 
| 10 9 | 
             
            require 'google/appengine/v1/certificate_pb'
         | 
| 11 10 | 
             
            require 'google/appengine/v1/domain_pb'
         | 
| @@ -287,14 +287,14 @@ module Google | |
| 287 287 | 
             
                        #   # Call the create_application method.
         | 
| 288 288 | 
             
                        #   result = client.create_application request
         | 
| 289 289 | 
             
                        #
         | 
| 290 | 
            -
                        #   # The returned object is of type Gapic::Operation. You can use  | 
| 291 | 
            -
                        #   #  | 
| 292 | 
            -
                        #   #  | 
| 290 | 
            +
                        #   # The returned object is of type Gapic::Operation. You can use it to
         | 
| 291 | 
            +
                        #   # check the status of an operation, cancel it, or wait for results.
         | 
| 292 | 
            +
                        #   # Here is how to wait for a response.
         | 
| 293 293 | 
             
                        #   result.wait_until_done! timeout: 60
         | 
| 294 294 | 
             
                        #   if result.response?
         | 
| 295 295 | 
             
                        #     p result.response
         | 
| 296 296 | 
             
                        #   else
         | 
| 297 | 
            -
                        #     puts " | 
| 297 | 
            +
                        #     puts "No response received."
         | 
| 298 298 | 
             
                        #   end
         | 
| 299 299 | 
             
                        #
         | 
| 300 300 | 
             
                        def create_application request, options = nil
         | 
| @@ -381,14 +381,14 @@ module Google | |
| 381 381 | 
             
                        #   # Call the update_application method.
         | 
| 382 382 | 
             
                        #   result = client.update_application request
         | 
| 383 383 | 
             
                        #
         | 
| 384 | 
            -
                        #   # The returned object is of type Gapic::Operation. You can use  | 
| 385 | 
            -
                        #   #  | 
| 386 | 
            -
                        #   #  | 
| 384 | 
            +
                        #   # The returned object is of type Gapic::Operation. You can use it to
         | 
| 385 | 
            +
                        #   # check the status of an operation, cancel it, or wait for results.
         | 
| 386 | 
            +
                        #   # Here is how to wait for a response.
         | 
| 387 387 | 
             
                        #   result.wait_until_done! timeout: 60
         | 
| 388 388 | 
             
                        #   if result.response?
         | 
| 389 389 | 
             
                        #     p result.response
         | 
| 390 390 | 
             
                        #   else
         | 
| 391 | 
            -
                        #     puts " | 
| 391 | 
            +
                        #     puts "No response received."
         | 
| 392 392 | 
             
                        #   end
         | 
| 393 393 | 
             
                        #
         | 
| 394 394 | 
             
                        def update_application request, options = nil
         | 
| @@ -483,14 +483,14 @@ module Google | |
| 483 483 | 
             
                        #   # Call the repair_application method.
         | 
| 484 484 | 
             
                        #   result = client.repair_application request
         | 
| 485 485 | 
             
                        #
         | 
| 486 | 
            -
                        #   # The returned object is of type Gapic::Operation. You can use  | 
| 487 | 
            -
                        #   #  | 
| 488 | 
            -
                        #   #  | 
| 486 | 
            +
                        #   # The returned object is of type Gapic::Operation. You can use it to
         | 
| 487 | 
            +
                        #   # check the status of an operation, cancel it, or wait for results.
         | 
| 488 | 
            +
                        #   # Here is how to wait for a response.
         | 
| 489 489 | 
             
                        #   result.wait_until_done! timeout: 60
         | 
| 490 490 | 
             
                        #   if result.response?
         | 
| 491 491 | 
             
                        #     p result.response
         | 
| 492 492 | 
             
                        #   else
         | 
| 493 | 
            -
                        #     puts " | 
| 493 | 
            +
                        #     puts "No response received."
         | 
| 494 494 | 
             
                        #   end
         | 
| 495 495 | 
             
                        #
         | 
| 496 496 | 
             
                        def repair_application request, options = nil
         | 
| @@ -158,13 +158,11 @@ module Google | |
| 158 158 | 
             
                        #   # Call the list_operations method.
         | 
| 159 159 | 
             
                        #   result = client.list_operations request
         | 
| 160 160 | 
             
                        #
         | 
| 161 | 
            -
                        #   # The returned object is of type Gapic::PagedEnumerable. You can
         | 
| 162 | 
            -
                        #   #  | 
| 163 | 
            -
                        #    | 
| 164 | 
            -
                        #   # methods are also available for managing paging directly.
         | 
| 165 | 
            -
                        #   result.each do |response|
         | 
| 161 | 
            +
                        #   # The returned object is of type Gapic::PagedEnumerable. You can iterate
         | 
| 162 | 
            +
                        #   # over elements, and API calls will be issued to fetch pages as needed.
         | 
| 163 | 
            +
                        #   result.each do |item|
         | 
| 166 164 | 
             
                        #     # Each element is of type ::Google::Longrunning::Operation.
         | 
| 167 | 
            -
                        #     p  | 
| 165 | 
            +
                        #     p item
         | 
| 168 166 | 
             
                        #   end
         | 
| 169 167 | 
             
                        #
         | 
| 170 168 | 
             
                        def list_operations request, options = nil
         | 
| @@ -253,14 +251,14 @@ module Google | |
| 253 251 | 
             
                        #   # Call the get_operation method.
         | 
| 254 252 | 
             
                        #   result = client.get_operation request
         | 
| 255 253 | 
             
                        #
         | 
| 256 | 
            -
                        #   # The returned object is of type Gapic::Operation. You can use  | 
| 257 | 
            -
                        #   #  | 
| 258 | 
            -
                        #   #  | 
| 254 | 
            +
                        #   # The returned object is of type Gapic::Operation. You can use it to
         | 
| 255 | 
            +
                        #   # check the status of an operation, cancel it, or wait for results.
         | 
| 256 | 
            +
                        #   # Here is how to wait for a response.
         | 
| 259 257 | 
             
                        #   result.wait_until_done! timeout: 60
         | 
| 260 258 | 
             
                        #   if result.response?
         | 
| 261 259 | 
             
                        #     p result.response
         | 
| 262 260 | 
             
                        #   else
         | 
| 263 | 
            -
                        #     puts " | 
| 261 | 
            +
                        #     puts "No response received."
         | 
| 264 262 | 
             
                        #   end
         | 
| 265 263 | 
             
                        #
         | 
| 266 264 | 
             
                        def get_operation request, options = nil
         | 
| @@ -540,14 +538,14 @@ module Google | |
| 540 538 | 
             
                        #   # Call the wait_operation method.
         | 
| 541 539 | 
             
                        #   result = client.wait_operation request
         | 
| 542 540 | 
             
                        #
         | 
| 543 | 
            -
                        #   # The returned object is of type Gapic::Operation. You can use  | 
| 544 | 
            -
                        #   #  | 
| 545 | 
            -
                        #   #  | 
| 541 | 
            +
                        #   # The returned object is of type Gapic::Operation. You can use it to
         | 
| 542 | 
            +
                        #   # check the status of an operation, cancel it, or wait for results.
         | 
| 543 | 
            +
                        #   # Here is how to wait for a response.
         | 
| 546 544 | 
             
                        #   result.wait_until_done! timeout: 60
         | 
| 547 545 | 
             
                        #   if result.response?
         | 
| 548 546 | 
             
                        #     p result.response
         | 
| 549 547 | 
             
                        #   else
         | 
| 550 | 
            -
                        #     puts " | 
| 548 | 
            +
                        #     puts "No response received."
         | 
| 551 549 | 
             
                        #   end
         | 
| 552 550 | 
             
                        #
         | 
| 553 551 | 
             
                        def wait_operation request, options = nil
         |