google-cloud-container-v1beta1 0.2.5 → 0.5.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 +4 -4
 - data/LICENSE.md +188 -190
 - data/README.md +66 -2
 - data/lib/google/cloud/container/v1beta1.rb +3 -0
 - data/lib/google/cloud/container/v1beta1/cluster_manager.rb +1 -0
 - data/lib/google/cloud/container/v1beta1/cluster_manager/client.rb +286 -170
 - data/lib/google/cloud/container/v1beta1/cluster_manager/paths.rb +50 -0
 - data/lib/google/cloud/container/v1beta1/version.rb +1 -1
 - data/lib/google/container/v1beta1/cluster_service_pb.rb +264 -0
 - data/lib/google/container/v1beta1/cluster_service_services_pb.rb +43 -35
 - data/proto_docs/google/api/field_behavior.rb +6 -0
 - data/proto_docs/google/api/resource.rb +50 -14
 - data/proto_docs/google/container/v1beta1/cluster_service.rb +1114 -210
 - data/proto_docs/google/protobuf/any.rb +141 -0
 - data/proto_docs/google/protobuf/timestamp.rb +10 -1
 - data/proto_docs/google/protobuf/wrappers.rb +121 -0
 - data/proto_docs/google/rpc/code.rb +185 -0
 - data/proto_docs/google/rpc/status.rb +46 -0
 - metadata +14 -7
 
| 
         @@ -0,0 +1,46 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # frozen_string_literal: true
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            # Copyright 2020 Google LLC
         
     | 
| 
      
 4 
     | 
    
         
            +
            #
         
     | 
| 
      
 5 
     | 
    
         
            +
            # Licensed under the Apache License, Version 2.0 (the "License");
         
     | 
| 
      
 6 
     | 
    
         
            +
            # you may not use this file except in compliance with the License.
         
     | 
| 
      
 7 
     | 
    
         
            +
            # You may obtain a copy of the License at
         
     | 
| 
      
 8 
     | 
    
         
            +
            #
         
     | 
| 
      
 9 
     | 
    
         
            +
            #     https://www.apache.org/licenses/LICENSE-2.0
         
     | 
| 
      
 10 
     | 
    
         
            +
            #
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Unless required by applicable law or agreed to in writing, software
         
     | 
| 
      
 12 
     | 
    
         
            +
            # distributed under the License is distributed on an "AS IS" BASIS,
         
     | 
| 
      
 13 
     | 
    
         
            +
            # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         
     | 
| 
      
 14 
     | 
    
         
            +
            # See the License for the specific language governing permissions and
         
     | 
| 
      
 15 
     | 
    
         
            +
            # limitations under the License.
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            module Google
         
     | 
| 
      
 21 
     | 
    
         
            +
              module Rpc
         
     | 
| 
      
 22 
     | 
    
         
            +
                # The `Status` type defines a logical error model that is suitable for
         
     | 
| 
      
 23 
     | 
    
         
            +
                # different programming environments, including REST APIs and RPC APIs. It is
         
     | 
| 
      
 24 
     | 
    
         
            +
                # used by [gRPC](https://github.com/grpc). Each `Status` message contains
         
     | 
| 
      
 25 
     | 
    
         
            +
                # three pieces of data: error code, error message, and error details.
         
     | 
| 
      
 26 
     | 
    
         
            +
                #
         
     | 
| 
      
 27 
     | 
    
         
            +
                # You can find out more about this error model and how to work with it in the
         
     | 
| 
      
 28 
     | 
    
         
            +
                # [API Design Guide](https://cloud.google.com/apis/design/errors).
         
     | 
| 
      
 29 
     | 
    
         
            +
                # @!attribute [rw] code
         
     | 
| 
      
 30 
     | 
    
         
            +
                #   @return [::Integer]
         
     | 
| 
      
 31 
     | 
    
         
            +
                #     The status code, which should be an enum value of {::Google::Rpc::Code google.rpc.Code}.
         
     | 
| 
      
 32 
     | 
    
         
            +
                # @!attribute [rw] message
         
     | 
| 
      
 33 
     | 
    
         
            +
                #   @return [::String]
         
     | 
| 
      
 34 
     | 
    
         
            +
                #     A developer-facing error message, which should be in English. Any
         
     | 
| 
      
 35 
     | 
    
         
            +
                #     user-facing error message should be localized and sent in the
         
     | 
| 
      
 36 
     | 
    
         
            +
                #     {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
         
     | 
| 
      
 37 
     | 
    
         
            +
                # @!attribute [rw] details
         
     | 
| 
      
 38 
     | 
    
         
            +
                #   @return [::Array<::Google::Protobuf::Any>]
         
     | 
| 
      
 39 
     | 
    
         
            +
                #     A list of messages that carry the error details.  There is a common set of
         
     | 
| 
      
 40 
     | 
    
         
            +
                #     message types for APIs to use.
         
     | 
| 
      
 41 
     | 
    
         
            +
                class Status
         
     | 
| 
      
 42 
     | 
    
         
            +
                  include ::Google::Protobuf::MessageExts
         
     | 
| 
      
 43 
     | 
    
         
            +
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         
     | 
| 
      
 44 
     | 
    
         
            +
                end
         
     | 
| 
      
 45 
     | 
    
         
            +
              end
         
     | 
| 
      
 46 
     | 
    
         
            +
            end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-cloud-container-v1beta1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.5.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:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2021-03-10 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: gapic-common
         
     | 
| 
         @@ -44,14 +44,14 @@ dependencies: 
     | 
|
| 
       44 
44 
     | 
    
         
             
                requirements:
         
     | 
| 
       45 
45 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       46 
46 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       47 
     | 
    
         
            -
                    version: 1. 
     | 
| 
      
 47 
     | 
    
         
            +
                    version: 1.25.1
         
     | 
| 
       48 
48 
     | 
    
         
             
              type: :development
         
     | 
| 
       49 
49 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       50 
50 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       51 
51 
     | 
    
         
             
                requirements:
         
     | 
| 
       52 
52 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       53 
53 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       54 
     | 
    
         
            -
                    version: 1. 
     | 
| 
      
 54 
     | 
    
         
            +
                    version: 1.25.1
         
     | 
| 
       55 
55 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       56 
56 
     | 
    
         
             
              name: minitest
         
     | 
| 
       57 
57 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -151,7 +151,9 @@ dependencies: 
     | 
|
| 
       151 
151 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       152 
152 
     | 
    
         
             
                    version: '0.9'
         
     | 
| 
       153 
153 
     | 
    
         
             
            description: Builds and manages container-based applications, powered by the open
         
     | 
| 
       154 
     | 
    
         
            -
              source Kubernetes technology.
         
     | 
| 
      
 154 
     | 
    
         
            +
              source Kubernetes technology. Note that google-cloud-container-v1beta1 is a version-specific
         
     | 
| 
      
 155 
     | 
    
         
            +
              client library. For most uses, we recommend installing the main client library google-cloud-container
         
     | 
| 
      
 156 
     | 
    
         
            +
              instead. See the readme for more details.
         
     | 
| 
       155 
157 
     | 
    
         
             
            email: googleapis-packages@google.com
         
     | 
| 
       156 
158 
     | 
    
         
             
            executables: []
         
     | 
| 
       157 
159 
     | 
    
         
             
            extensions: []
         
     | 
| 
         @@ -166,6 +168,7 @@ files: 
     | 
|
| 
       166 
168 
     | 
    
         
             
            - lib/google/cloud/container/v1beta1/cluster_manager.rb
         
     | 
| 
       167 
169 
     | 
    
         
             
            - lib/google/cloud/container/v1beta1/cluster_manager/client.rb
         
     | 
| 
       168 
170 
     | 
    
         
             
            - lib/google/cloud/container/v1beta1/cluster_manager/credentials.rb
         
     | 
| 
      
 171 
     | 
    
         
            +
            - lib/google/cloud/container/v1beta1/cluster_manager/paths.rb
         
     | 
| 
       169 
172 
     | 
    
         
             
            - lib/google/cloud/container/v1beta1/version.rb
         
     | 
| 
       170 
173 
     | 
    
         
             
            - lib/google/container/v1beta1/cluster_service_pb.rb
         
     | 
| 
       171 
174 
     | 
    
         
             
            - lib/google/container/v1beta1/cluster_service_services_pb.rb
         
     | 
| 
         @@ -173,8 +176,12 @@ files: 
     | 
|
| 
       173 
176 
     | 
    
         
             
            - proto_docs/google/api/field_behavior.rb
         
     | 
| 
       174 
177 
     | 
    
         
             
            - proto_docs/google/api/resource.rb
         
     | 
| 
       175 
178 
     | 
    
         
             
            - proto_docs/google/container/v1beta1/cluster_service.rb
         
     | 
| 
      
 179 
     | 
    
         
            +
            - proto_docs/google/protobuf/any.rb
         
     | 
| 
       176 
180 
     | 
    
         
             
            - proto_docs/google/protobuf/empty.rb
         
     | 
| 
       177 
181 
     | 
    
         
             
            - proto_docs/google/protobuf/timestamp.rb
         
     | 
| 
      
 182 
     | 
    
         
            +
            - proto_docs/google/protobuf/wrappers.rb
         
     | 
| 
      
 183 
     | 
    
         
            +
            - proto_docs/google/rpc/code.rb
         
     | 
| 
      
 184 
     | 
    
         
            +
            - proto_docs/google/rpc/status.rb
         
     | 
| 
       178 
185 
     | 
    
         
             
            homepage: https://github.com/googleapis/google-cloud-ruby
         
     | 
| 
       179 
186 
     | 
    
         
             
            licenses:
         
     | 
| 
       180 
187 
     | 
    
         
             
            - Apache-2.0
         
     | 
| 
         @@ -187,14 +194,14 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       187 
194 
     | 
    
         
             
              requirements:
         
     | 
| 
       188 
195 
     | 
    
         
             
              - - ">="
         
     | 
| 
       189 
196 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       190 
     | 
    
         
            -
                  version: '2. 
     | 
| 
      
 197 
     | 
    
         
            +
                  version: '2.5'
         
     | 
| 
       191 
198 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       192 
199 
     | 
    
         
             
              requirements:
         
     | 
| 
       193 
200 
     | 
    
         
             
              - - ">="
         
     | 
| 
       194 
201 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       195 
202 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       196 
203 
     | 
    
         
             
            requirements: []
         
     | 
| 
       197 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 204 
     | 
    
         
            +
            rubygems_version: 3.2.13
         
     | 
| 
       198 
205 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       199 
206 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       200 
207 
     | 
    
         
             
            summary: API Client library for the Kubernetes Engine V1beta1 API
         
     |