google-apis-appengine_v1 0.14.0 → 0.18.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/CHANGELOG.md +17 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/appengine_v1/classes.rb +16 -145
- data/lib/google/apis/appengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/appengine_v1/representations.rb +1 -42
- metadata +5 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c2fc65e3fa70ab1a81ddb3faaac75263f0437d4e610a1984fda76f217414c82f
         | 
| 4 | 
            +
              data.tar.gz: 4ab3017cf27d9b20bacda6e256359bcd7f5e01804d1383580e68708af1106a6a
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 2bd36547e4d67bd112895812de8cb40e5d10cf951b7be7418cb0be2efa919763d4e3cbfbad14046330d16ff69892ebd9aa285fe74d5ff95b17cdb1695bd413bb
         | 
| 7 | 
            +
              data.tar.gz: 1a5e8798dc43339ba235f319b4a359a54fe58ad95fb860a623b8df930eb1cfb35f6056a964b70380804396ff9e7e551f197c73a52b9c322be552b68da8e945e9
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,22 @@ | |
| 1 1 | 
             
            # Release history for google-apis-appengine_v1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.18.0 (2021-10-22)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Regenerated from discovery document revision 20211016
         | 
| 6 | 
            +
            * Unspecified changes
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            ### v0.17.0 (2021-10-08)
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            * Regenerated from discovery document revision 20211002
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            ### v0.16.0 (2021-09-24)
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            * Regenerated from discovery document revision 20210918
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            ### v0.15.0 (2021-09-17)
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            * Regenerated from discovery document revision 20210911
         | 
| 19 | 
            +
             | 
| 3 20 | 
             
            ### v0.14.0 (2021-09-03)
         | 
| 4 21 |  | 
| 5 22 | 
             
            * Regenerated from discovery document revision 20210827
         | 
    
        data/OVERVIEW.md
    CHANGED
    
    | @@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a | |
| 60 60 |  | 
| 61 61 | 
             
            More detailed descriptions of the Google simple REST clients are available in two documents.
         | 
| 62 62 |  | 
| 63 | 
            -
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 64 | 
            -
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 63 | 
            +
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
         | 
| 64 | 
            +
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
         | 
| 65 65 |  | 
| 66 66 | 
             
            (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Appengine service in particular.)
         | 
| 67 67 |  | 
| @@ -1003,7 +1003,7 @@ module Google | |
| 1003 1003 | 
             
                    attr_accessor :action
         | 
| 1004 1004 |  | 
| 1005 1005 | 
             
                    # An optional string description of this rule. This field has a maximum length
         | 
| 1006 | 
            -
                    # of  | 
| 1006 | 
            +
                    # of 400 characters.
         | 
| 1007 1007 | 
             
                    # Corresponds to the JSON property `description`
         | 
| 1008 1008 | 
             
                    # @return [String]
         | 
| 1009 1009 | 
             
                    attr_accessor :description
         | 
| @@ -1075,150 +1075,6 @@ module Google | |
| 1075 1075 | 
             
                    end
         | 
| 1076 1076 | 
             
                  end
         | 
| 1077 1077 |  | 
| 1078 | 
            -
                  # Represents the metadata of the long-running operation.
         | 
| 1079 | 
            -
                  class GoogleAppengineV2OperationMetadata
         | 
| 1080 | 
            -
                    include Google::Apis::Core::Hashable
         | 
| 1081 | 
            -
                  
         | 
| 1082 | 
            -
                    # Output only. API version used to start the operation.
         | 
| 1083 | 
            -
                    # Corresponds to the JSON property `apiVersion`
         | 
| 1084 | 
            -
                    # @return [String]
         | 
| 1085 | 
            -
                    attr_accessor :api_version
         | 
| 1086 | 
            -
                  
         | 
| 1087 | 
            -
                    # Output only. The time the operation was created.
         | 
| 1088 | 
            -
                    # Corresponds to the JSON property `createTime`
         | 
| 1089 | 
            -
                    # @return [String]
         | 
| 1090 | 
            -
                    attr_accessor :create_time
         | 
| 1091 | 
            -
                  
         | 
| 1092 | 
            -
                    # Output only. The time the operation finished running.
         | 
| 1093 | 
            -
                    # Corresponds to the JSON property `endTime`
         | 
| 1094 | 
            -
                    # @return [String]
         | 
| 1095 | 
            -
                    attr_accessor :end_time
         | 
| 1096 | 
            -
                  
         | 
| 1097 | 
            -
                    # Output only. Ephemeral message that may change every time the operation is
         | 
| 1098 | 
            -
                    # polled.
         | 
| 1099 | 
            -
                    # Corresponds to the JSON property `ephemeralMessage`
         | 
| 1100 | 
            -
                    # @return [String]
         | 
| 1101 | 
            -
                    attr_accessor :ephemeral_message
         | 
| 1102 | 
            -
                  
         | 
| 1103 | 
            -
                    # Output only. Identifies whether the user has requested cancellation of the
         | 
| 1104 | 
            -
                    # operation. Operations that have been cancelled successfully have Operation.
         | 
| 1105 | 
            -
                    # error value with a google.rpc.Status.code of 1, corresponding to Code.
         | 
| 1106 | 
            -
                    # CANCELLED.
         | 
| 1107 | 
            -
                    # Corresponds to the JSON property `requestedCancellation`
         | 
| 1108 | 
            -
                    # @return [Boolean]
         | 
| 1109 | 
            -
                    attr_accessor :requested_cancellation
         | 
| 1110 | 
            -
                    alias_method :requested_cancellation?, :requested_cancellation
         | 
| 1111 | 
            -
                  
         | 
| 1112 | 
            -
                    # Output only. Human-readable status of the operation, if any.
         | 
| 1113 | 
            -
                    # Corresponds to the JSON property `statusMessage`
         | 
| 1114 | 
            -
                    # @return [String]
         | 
| 1115 | 
            -
                    attr_accessor :status_message
         | 
| 1116 | 
            -
                  
         | 
| 1117 | 
            -
                    # Output only. Server-defined resource path for the target of the operation.
         | 
| 1118 | 
            -
                    # Corresponds to the JSON property `target`
         | 
| 1119 | 
            -
                    # @return [String]
         | 
| 1120 | 
            -
                    attr_accessor :target
         | 
| 1121 | 
            -
                  
         | 
| 1122 | 
            -
                    # Output only. Name of the verb executed by the operation.
         | 
| 1123 | 
            -
                    # Corresponds to the JSON property `verb`
         | 
| 1124 | 
            -
                    # @return [String]
         | 
| 1125 | 
            -
                    attr_accessor :verb
         | 
| 1126 | 
            -
                  
         | 
| 1127 | 
            -
                    # Output only. Durable messages that persist on every operation poll.
         | 
| 1128 | 
            -
                    # Corresponds to the JSON property `warning`
         | 
| 1129 | 
            -
                    # @return [Array<String>]
         | 
| 1130 | 
            -
                    attr_accessor :warning
         | 
| 1131 | 
            -
                  
         | 
| 1132 | 
            -
                    def initialize(**args)
         | 
| 1133 | 
            -
                       update!(**args)
         | 
| 1134 | 
            -
                    end
         | 
| 1135 | 
            -
                  
         | 
| 1136 | 
            -
                    # Update properties of this object
         | 
| 1137 | 
            -
                    def update!(**args)
         | 
| 1138 | 
            -
                      @api_version = args[:api_version] if args.key?(:api_version)
         | 
| 1139 | 
            -
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 1140 | 
            -
                      @end_time = args[:end_time] if args.key?(:end_time)
         | 
| 1141 | 
            -
                      @ephemeral_message = args[:ephemeral_message] if args.key?(:ephemeral_message)
         | 
| 1142 | 
            -
                      @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
         | 
| 1143 | 
            -
                      @status_message = args[:status_message] if args.key?(:status_message)
         | 
| 1144 | 
            -
                      @target = args[:target] if args.key?(:target)
         | 
| 1145 | 
            -
                      @verb = args[:verb] if args.key?(:verb)
         | 
| 1146 | 
            -
                      @warning = args[:warning] if args.key?(:warning)
         | 
| 1147 | 
            -
                    end
         | 
| 1148 | 
            -
                  end
         | 
| 1149 | 
            -
                  
         | 
| 1150 | 
            -
                  # Represents the metadata of the long-running operation.
         | 
| 1151 | 
            -
                  class GoogleAppengineV2mainOperationMetadata
         | 
| 1152 | 
            -
                    include Google::Apis::Core::Hashable
         | 
| 1153 | 
            -
                  
         | 
| 1154 | 
            -
                    # Output only. API version used to start the operation.
         | 
| 1155 | 
            -
                    # Corresponds to the JSON property `apiVersion`
         | 
| 1156 | 
            -
                    # @return [String]
         | 
| 1157 | 
            -
                    attr_accessor :api_version
         | 
| 1158 | 
            -
                  
         | 
| 1159 | 
            -
                    # Output only. The time the operation was created.
         | 
| 1160 | 
            -
                    # Corresponds to the JSON property `createTime`
         | 
| 1161 | 
            -
                    # @return [String]
         | 
| 1162 | 
            -
                    attr_accessor :create_time
         | 
| 1163 | 
            -
                  
         | 
| 1164 | 
            -
                    # Output only. The time the operation finished running.
         | 
| 1165 | 
            -
                    # Corresponds to the JSON property `endTime`
         | 
| 1166 | 
            -
                    # @return [String]
         | 
| 1167 | 
            -
                    attr_accessor :end_time
         | 
| 1168 | 
            -
                  
         | 
| 1169 | 
            -
                    # Output only. Ephemeral message that may change every time the operation is
         | 
| 1170 | 
            -
                    # polled.
         | 
| 1171 | 
            -
                    # Corresponds to the JSON property `ephemeralMessage`
         | 
| 1172 | 
            -
                    # @return [String]
         | 
| 1173 | 
            -
                    attr_accessor :ephemeral_message
         | 
| 1174 | 
            -
                  
         | 
| 1175 | 
            -
                    # Output only. Identifies whether the user has requested cancellation of the
         | 
| 1176 | 
            -
                    # operation. Operations that have been cancelled successfully have Operation.
         | 
| 1177 | 
            -
                    # error value with a google.rpc.Status.code of 1, corresponding to Code.
         | 
| 1178 | 
            -
                    # CANCELLED.
         | 
| 1179 | 
            -
                    # Corresponds to the JSON property `requestedCancellation`
         | 
| 1180 | 
            -
                    # @return [Boolean]
         | 
| 1181 | 
            -
                    attr_accessor :requested_cancellation
         | 
| 1182 | 
            -
                    alias_method :requested_cancellation?, :requested_cancellation
         | 
| 1183 | 
            -
                  
         | 
| 1184 | 
            -
                    # Output only. Human-readable status of the operation, if any.
         | 
| 1185 | 
            -
                    # Corresponds to the JSON property `statusMessage`
         | 
| 1186 | 
            -
                    # @return [String]
         | 
| 1187 | 
            -
                    attr_accessor :status_message
         | 
| 1188 | 
            -
                  
         | 
| 1189 | 
            -
                    # Output only. Server-defined resource path for the target of the operation.
         | 
| 1190 | 
            -
                    # Corresponds to the JSON property `target`
         | 
| 1191 | 
            -
                    # @return [String]
         | 
| 1192 | 
            -
                    attr_accessor :target
         | 
| 1193 | 
            -
                  
         | 
| 1194 | 
            -
                    # Output only. Name of the verb executed by the operation.
         | 
| 1195 | 
            -
                    # Corresponds to the JSON property `verb`
         | 
| 1196 | 
            -
                    # @return [String]
         | 
| 1197 | 
            -
                    attr_accessor :verb
         | 
| 1198 | 
            -
                  
         | 
| 1199 | 
            -
                    # Output only. Durable messages that persist on every operation poll.
         | 
| 1200 | 
            -
                    # Corresponds to the JSON property `warning`
         | 
| 1201 | 
            -
                    # @return [Array<String>]
         | 
| 1202 | 
            -
                    attr_accessor :warning
         | 
| 1203 | 
            -
                  
         | 
| 1204 | 
            -
                    def initialize(**args)
         | 
| 1205 | 
            -
                       update!(**args)
         | 
| 1206 | 
            -
                    end
         | 
| 1207 | 
            -
                  
         | 
| 1208 | 
            -
                    # Update properties of this object
         | 
| 1209 | 
            -
                    def update!(**args)
         | 
| 1210 | 
            -
                      @api_version = args[:api_version] if args.key?(:api_version)
         | 
| 1211 | 
            -
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 1212 | 
            -
                      @end_time = args[:end_time] if args.key?(:end_time)
         | 
| 1213 | 
            -
                      @ephemeral_message = args[:ephemeral_message] if args.key?(:ephemeral_message)
         | 
| 1214 | 
            -
                      @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
         | 
| 1215 | 
            -
                      @status_message = args[:status_message] if args.key?(:status_message)
         | 
| 1216 | 
            -
                      @target = args[:target] if args.key?(:target)
         | 
| 1217 | 
            -
                      @verb = args[:verb] if args.key?(:verb)
         | 
| 1218 | 
            -
                      @warning = args[:warning] if args.key?(:warning)
         | 
| 1219 | 
            -
                    end
         | 
| 1220 | 
            -
                  end
         | 
| 1221 | 
            -
                  
         | 
| 1222 1078 | 
             
                  # Health checking configuration for VM instances. Unhealthy instances are killed
         | 
| 1223 1079 | 
             
                  # and replaced with new instances. Only applicable for instances in App Engine
         | 
| 1224 1080 | 
             
                  # flexible environment.
         | 
| @@ -2473,6 +2329,20 @@ module Google | |
| 2473 2329 | 
             
                    # @return [String]
         | 
| 2474 2330 | 
             
                    attr_accessor :id
         | 
| 2475 2331 |  | 
| 2332 | 
            +
                    # A set of labels to apply to this service. Labels are key/value pairs that
         | 
| 2333 | 
            +
                    # describe the service and all resources that belong to it (e.g., versions). The
         | 
| 2334 | 
            +
                    # labels can be used to search and group resources, and are propagated to the
         | 
| 2335 | 
            +
                    # usage and billing reports, enabling fine-grain analysis of costs. An example
         | 
| 2336 | 
            +
                    # of using labels is to tag resources belonging to different environments (e.g.,
         | 
| 2337 | 
            +
                    # "env=prod", "env=qa"). Label keys and values can be no longer than 63
         | 
| 2338 | 
            +
                    # characters and can only contain lowercase letters, numeric characters,
         | 
| 2339 | 
            +
                    # underscores, dashes, and international characters. Label keys must start with
         | 
| 2340 | 
            +
                    # a lowercase letter or an international character. Each service can have at
         | 
| 2341 | 
            +
                    # most 32 labels.
         | 
| 2342 | 
            +
                    # Corresponds to the JSON property `labels`
         | 
| 2343 | 
            +
                    # @return [Hash<String,String>]
         | 
| 2344 | 
            +
                    attr_accessor :labels
         | 
| 2345 | 
            +
                  
         | 
| 2476 2346 | 
             
                    # Full path to the Service resource in the API. Example: apps/myapp/services/
         | 
| 2477 2347 | 
             
                    # default.@OutputOnly
         | 
| 2478 2348 | 
             
                    # Corresponds to the JSON property `name`
         | 
| @@ -2498,6 +2368,7 @@ module Google | |
| 2498 2368 | 
             
                    # Update properties of this object
         | 
| 2499 2369 | 
             
                    def update!(**args)
         | 
| 2500 2370 | 
             
                      @id = args[:id] if args.key?(:id)
         | 
| 2371 | 
            +
                      @labels = args[:labels] if args.key?(:labels)
         | 
| 2501 2372 | 
             
                      @name = args[:name] if args.key?(:name)
         | 
| 2502 2373 | 
             
                      @network_settings = args[:network_settings] if args.key?(:network_settings)
         | 
| 2503 2374 | 
             
                      @split = args[:split] if args.key?(:split)
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module AppengineV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-appengine_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.18.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 22 | 
             
                  GENERATOR_VERSION = "0.4.0"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20211016"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -190,18 +190,6 @@ module Google | |
| 190 190 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 191 191 | 
             
                  end
         | 
| 192 192 |  | 
| 193 | 
            -
                  class GoogleAppengineV2OperationMetadata
         | 
| 194 | 
            -
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 195 | 
            -
                  
         | 
| 196 | 
            -
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 197 | 
            -
                  end
         | 
| 198 | 
            -
                  
         | 
| 199 | 
            -
                  class GoogleAppengineV2mainOperationMetadata
         | 
| 200 | 
            -
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 201 | 
            -
                  
         | 
| 202 | 
            -
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 203 | 
            -
                  end
         | 
| 204 | 
            -
                  
         | 
| 205 193 | 
             
                  class HealthCheck
         | 
| 206 194 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 207 195 |  | 
| @@ -738,36 +726,6 @@ module Google | |
| 738 726 | 
             
                    end
         | 
| 739 727 | 
             
                  end
         | 
| 740 728 |  | 
| 741 | 
            -
                  class GoogleAppengineV2OperationMetadata
         | 
| 742 | 
            -
                    # @private
         | 
| 743 | 
            -
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 744 | 
            -
                      property :api_version, as: 'apiVersion'
         | 
| 745 | 
            -
                      property :create_time, as: 'createTime'
         | 
| 746 | 
            -
                      property :end_time, as: 'endTime'
         | 
| 747 | 
            -
                      property :ephemeral_message, as: 'ephemeralMessage'
         | 
| 748 | 
            -
                      property :requested_cancellation, as: 'requestedCancellation'
         | 
| 749 | 
            -
                      property :status_message, as: 'statusMessage'
         | 
| 750 | 
            -
                      property :target, as: 'target'
         | 
| 751 | 
            -
                      property :verb, as: 'verb'
         | 
| 752 | 
            -
                      collection :warning, as: 'warning'
         | 
| 753 | 
            -
                    end
         | 
| 754 | 
            -
                  end
         | 
| 755 | 
            -
                  
         | 
| 756 | 
            -
                  class GoogleAppengineV2mainOperationMetadata
         | 
| 757 | 
            -
                    # @private
         | 
| 758 | 
            -
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 759 | 
            -
                      property :api_version, as: 'apiVersion'
         | 
| 760 | 
            -
                      property :create_time, as: 'createTime'
         | 
| 761 | 
            -
                      property :end_time, as: 'endTime'
         | 
| 762 | 
            -
                      property :ephemeral_message, as: 'ephemeralMessage'
         | 
| 763 | 
            -
                      property :requested_cancellation, as: 'requestedCancellation'
         | 
| 764 | 
            -
                      property :status_message, as: 'statusMessage'
         | 
| 765 | 
            -
                      property :target, as: 'target'
         | 
| 766 | 
            -
                      property :verb, as: 'verb'
         | 
| 767 | 
            -
                      collection :warning, as: 'warning'
         | 
| 768 | 
            -
                    end
         | 
| 769 | 
            -
                  end
         | 
| 770 | 
            -
                  
         | 
| 771 729 | 
             
                  class HealthCheck
         | 
| 772 730 | 
             
                    # @private
         | 
| 773 731 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -1095,6 +1053,7 @@ module Google | |
| 1095 1053 | 
             
                    # @private
         | 
| 1096 1054 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1097 1055 | 
             
                      property :id, as: 'id'
         | 
| 1056 | 
            +
                      hash :labels, as: 'labels'
         | 
| 1098 1057 | 
             
                      property :name, as: 'name'
         | 
| 1099 1058 | 
             
                      property :network_settings, as: 'networkSettings', class: Google::Apis::AppengineV1::NetworkSettings, decorator: Google::Apis::AppengineV1::NetworkSettings::Representation
         | 
| 1100 1059 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-appengine_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.18.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2021- | 
| 11 | 
            +
            date: 2021-10-27 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -57,9 +57,9 @@ licenses: | |
| 57 57 | 
             
            - Apache-2.0
         | 
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 | 
            -
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0. | 
| 62 | 
            -
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 60 | 
            +
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1/CHANGELOG.md
         | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.18.0
         | 
| 62 | 
            +
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         | 
| 65 65 | 
             
            require_paths:
         |