google-cloud-network_management-v1 1.0.0 → 1.0.2
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/README.md +0 -1
- data/lib/google/cloud/network_management/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +31 -10
- data/proto_docs/google/api/field_info.rb +23 -0
- data/proto_docs/google/api/resource.rb +7 -2
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b28543f15d6cdcb5b9651043b9d6187fdb8c50c304067e7adb934b638095ad25
         | 
| 4 | 
            +
              data.tar.gz: be646b48f2dbe70a538b0cdb570990051d75e1a1490803b72a8b1d52f46bfec8
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: dfc3b4d0894b729cb2cb7d686b3d70423ac366b832e8dcb28b99177d6c61aaefb31981cc7b1701860da2de503a6861f9deaea9777f5bb2531e484505c1e4cc0c
         | 
| 7 | 
            +
              data.tar.gz: 849b8639354a2184915e6136cc7fe0703cb6bb2cf0eef09e9e11eb9abc86dbb4e4cd18657531b3c98a4474c214052cdf65bcccbb3ceb330b11c4a2973e621ee4
         | 
    
        data/README.md
    CHANGED
    
    | @@ -2,7 +2,6 @@ | |
| 2 2 |  | 
| 3 3 | 
             
            The Network Management API provides a collection of network performance monitoring and diagnostic capabilities.
         | 
| 4 4 |  | 
| 5 | 
            -
            The Network Management API provides a collection of network performance monitoring and diagnostic capabilities.
         | 
| 6 5 |  | 
| 7 6 | 
             
            https://github.com/googleapis/google-cloud-ruby
         | 
| 8 7 |  | 
| @@ -196,9 +196,26 @@ module Google | |
| 196 196 | 
             
                # @!attribute [rw] common
         | 
| 197 197 | 
             
                #   @return [::Google::Api::CommonLanguageSettings]
         | 
| 198 198 | 
             
                #     Some settings.
         | 
| 199 | 
            +
                # @!attribute [rw] experimental_features
         | 
| 200 | 
            +
                #   @return [::Google::Api::PythonSettings::ExperimentalFeatures]
         | 
| 201 | 
            +
                #     Experimental features to be included during client library generation.
         | 
| 199 202 | 
             
                class PythonSettings
         | 
| 200 203 | 
             
                  include ::Google::Protobuf::MessageExts
         | 
| 201 204 | 
             
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 205 | 
            +
             | 
| 206 | 
            +
                  # Experimental features to be included during client library generation.
         | 
| 207 | 
            +
                  # These fields will be deprecated once the feature graduates and is enabled
         | 
| 208 | 
            +
                  # by default.
         | 
| 209 | 
            +
                  # @!attribute [rw] rest_async_io_enabled
         | 
| 210 | 
            +
                  #   @return [::Boolean]
         | 
| 211 | 
            +
                  #     Enables generation of asynchronous REST clients if `rest` transport is
         | 
| 212 | 
            +
                  #     enabled. By default, asynchronous REST clients will not be generated.
         | 
| 213 | 
            +
                  #     This feature will be enabled by default 1 month after launching the
         | 
| 214 | 
            +
                  #     feature in preview packages.
         | 
| 215 | 
            +
                  class ExperimentalFeatures
         | 
| 216 | 
            +
                    include ::Google::Protobuf::MessageExts
         | 
| 217 | 
            +
                    extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 218 | 
            +
                  end
         | 
| 202 219 | 
             
                end
         | 
| 203 220 |  | 
| 204 221 | 
             
                # Settings for Node client libraries.
         | 
| @@ -290,6 +307,13 @@ module Google | |
| 290 307 | 
             
                #   @return [::String]
         | 
| 291 308 | 
             
                #     The fully qualified name of the method, for which the options below apply.
         | 
| 292 309 | 
             
                #     This is used to find the method to apply the options.
         | 
| 310 | 
            +
                #
         | 
| 311 | 
            +
                #     Example:
         | 
| 312 | 
            +
                #
         | 
| 313 | 
            +
                #        publishing:
         | 
| 314 | 
            +
                #          method_settings:
         | 
| 315 | 
            +
                #          - selector: google.storage.control.v2.StorageControl.CreateFolder
         | 
| 316 | 
            +
                #            # method settings for CreateFolder...
         | 
| 293 317 | 
             
                # @!attribute [rw] long_running
         | 
| 294 318 | 
             
                #   @return [::Google::Api::MethodSettings::LongRunning]
         | 
| 295 319 | 
             
                #     Describes settings to use for long-running operations when generating
         | 
| @@ -298,17 +322,14 @@ module Google | |
| 298 322 | 
             
                #
         | 
| 299 323 | 
             
                #     Example of a YAML configuration::
         | 
| 300 324 | 
             
                #
         | 
| 301 | 
            -
                # | 
| 302 | 
            -
                # | 
| 325 | 
            +
                #        publishing:
         | 
| 326 | 
            +
                #          method_settings:
         | 
| 303 327 | 
             
                #          - selector: google.cloud.speech.v2.Speech.BatchRecognize
         | 
| 304 328 | 
             
                #            long_running:
         | 
| 305 | 
            -
                #              initial_poll_delay:
         | 
| 306 | 
            -
                #                seconds: 60 # 1 minute
         | 
| 329 | 
            +
                #              initial_poll_delay: 60s # 1 minute
         | 
| 307 330 | 
             
                #              poll_delay_multiplier: 1.5
         | 
| 308 | 
            -
                #              max_poll_delay:
         | 
| 309 | 
            -
                # | 
| 310 | 
            -
                #              total_poll_timeout:
         | 
| 311 | 
            -
                #                 seconds: 54000 # 90 minutes
         | 
| 331 | 
            +
                #              max_poll_delay: 360s # 6 minutes
         | 
| 332 | 
            +
                #              total_poll_timeout: 54000s # 90 minutes
         | 
| 312 333 | 
             
                # @!attribute [rw] auto_populated_fields
         | 
| 313 334 | 
             
                #   @return [::Array<::String>]
         | 
| 314 335 | 
             
                #     List of top-level fields of the request message, that should be
         | 
| @@ -317,8 +338,8 @@ module Google | |
| 317 338 | 
             
                #
         | 
| 318 339 | 
             
                #     Example of a YAML configuration:
         | 
| 319 340 | 
             
                #
         | 
| 320 | 
            -
                # | 
| 321 | 
            -
                # | 
| 341 | 
            +
                #        publishing:
         | 
| 342 | 
            +
                #          method_settings:
         | 
| 322 343 | 
             
                #          - selector: google.example.v1.ExampleService.CreateExample
         | 
| 323 344 | 
             
                #            auto_populated_fields:
         | 
| 324 345 | 
             
                #            - request_id
         | 
| @@ -25,6 +25,12 @@ module Google | |
| 25 25 | 
             
                #     The standard format of a field value. This does not explicitly configure
         | 
| 26 26 | 
             
                #     any API consumer, just documents the API's format for the field it is
         | 
| 27 27 | 
             
                #     applied to.
         | 
| 28 | 
            +
                # @!attribute [rw] referenced_types
         | 
| 29 | 
            +
                #   @return [::Array<::Google::Api::TypeReference>]
         | 
| 30 | 
            +
                #     The type(s) that the annotated, generic field may represent.
         | 
| 31 | 
            +
                #
         | 
| 32 | 
            +
                #     Currently, this must only be used on fields of type `google.protobuf.Any`.
         | 
| 33 | 
            +
                #     Supporting other generic types may be considered in the future.
         | 
| 28 34 | 
             
                class FieldInfo
         | 
| 29 35 | 
             
                  include ::Google::Protobuf::MessageExts
         | 
| 30 36 | 
             
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| @@ -61,5 +67,22 @@ module Google | |
| 61 67 | 
             
                    IPV4_OR_IPV6 = 4
         | 
| 62 68 | 
             
                  end
         | 
| 63 69 | 
             
                end
         | 
| 70 | 
            +
             | 
| 71 | 
            +
                # A reference to a message type, for use in {::Google::Api::FieldInfo FieldInfo}.
         | 
| 72 | 
            +
                # @!attribute [rw] type_name
         | 
| 73 | 
            +
                #   @return [::String]
         | 
| 74 | 
            +
                #     The name of the type that the annotated, generic field may represent.
         | 
| 75 | 
            +
                #     If the type is in the same protobuf package, the value can be the simple
         | 
| 76 | 
            +
                #     message name e.g., `"MyMessage"`. Otherwise, the value must be the
         | 
| 77 | 
            +
                #     fully-qualified message name e.g., `"google.library.v1.Book"`.
         | 
| 78 | 
            +
                #
         | 
| 79 | 
            +
                #     If the type(s) are unknown to the service (e.g. the field accepts generic
         | 
| 80 | 
            +
                #     user input), use the wildcard `"*"` to denote this behavior.
         | 
| 81 | 
            +
                #
         | 
| 82 | 
            +
                #     See [AIP-202](https://google.aip.dev/202#type-references) for more details.
         | 
| 83 | 
            +
                class TypeReference
         | 
| 84 | 
            +
                  include ::Google::Protobuf::MessageExts
         | 
| 85 | 
            +
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 86 | 
            +
                end
         | 
| 64 87 | 
             
              end
         | 
| 65 88 | 
             
            end
         | 
| @@ -124,8 +124,13 @@ module Google | |
| 124 124 | 
             
                #   @return [::String]
         | 
| 125 125 | 
             
                #     The plural name used in the resource name and permission names, such as
         | 
| 126 126 | 
             
                #     'projects' for the resource name of 'projects/\\{project}' and the permission
         | 
| 127 | 
            -
                #     name of 'cloudresourcemanager.googleapis.com/projects.get'.  | 
| 128 | 
            -
                #      | 
| 127 | 
            +
                #     name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
         | 
| 128 | 
            +
                #     to this is for Nested Collections that have stuttering names, as defined
         | 
| 129 | 
            +
                #     in [AIP-122](https://google.aip.dev/122#nested-collections), where the
         | 
| 130 | 
            +
                #     collection ID in the resource name pattern does not necessarily directly
         | 
| 131 | 
            +
                #     match the `plural` value.
         | 
| 132 | 
            +
                #
         | 
| 133 | 
            +
                #     It is the same concept of the `plural` field in k8s CRD spec
         | 
| 129 134 | 
             
                #     https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
         | 
| 130 135 | 
             
                #
         | 
| 131 136 | 
             
                #     Note: The plural form is required even for singleton resources. See
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-cloud-network_management-v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.0. | 
| 4 | 
            +
              version: 1.0.2
         | 
| 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-08-30 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: gapic-common
         |