google-apis-apigee_v1 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e95bf2a70741345d78ba4e7e18cfa06a7cd188b4768884bb2f4035b6c1a8514
4
- data.tar.gz: 543b60e2194d346aa49d29487373dbb8e41f1fbeff4c0b512018bb9ffd4d88eb
3
+ metadata.gz: ac0a7cd3643d3227199b9cb1a104e5a9c049d01535d279d59fd61ac2e61e9b8e
4
+ data.tar.gz: 72764a20228cafe1244c56c673b8f9a64b61d8ddd49a00fc6b7c56304ec14024
5
5
  SHA512:
6
- metadata.gz: a450ac3c40a01459d7daa23a09a6b75c615cc8bce20800ca278d52b396c0482fa12f959db0bbeed699453d052b0373d3743df4bc7627046b3af0d64c2a7faca1
7
- data.tar.gz: '08cb1ad3d6ac3589fce7eb29e6946b9771b81ed9dc2b706e4ded9c063a81c08178551322771f055498c6fabd79a1956ac8c030b0154ae5427b9e85a3017a59df'
6
+ metadata.gz: 9696fc94adcde7827fcd8663537f893bfbb8cd2431974425fdead3be41ed1622766690abbdd5ae1cfe3bd9606a5400f9cb7f7b7ee9d3e54daaba1c1af8f98d4d
7
+ data.tar.gz: 72bfd5f761e928235d4f77ddfffe63d2c56509e54b96698a9fe5a09a6ac96ed3b8bd6b10a6a4361c42397ee6ff05cdf7b52d3b607fdbb9f558f284771e563c99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.4.0 (2021-02-24)
4
+
5
+ * Regenerated from discovery document revision 20210219
6
+
3
7
  ### v0.3.0 (2021-02-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20210206
@@ -24,8 +24,7 @@ module Google
24
24
  # Use the Apigee API to programmatically develop and manage APIs with a set of
25
25
  # RESTful operations. Develop and secure API proxies, deploy and undeploy API
26
26
  # proxy revisions, monitor APIs, configure environments, manage users, and more.
27
- # Get started using the APIs. *Note:* This product is available as a free trial
28
- # for a time period of 60 days.
27
+ # Note: This product is available as a free trial for a time period of 60 days.
29
28
  #
30
29
  # @see https://cloud.google.com/apigee-api-management/
31
30
  module ApigeeV1
@@ -1963,7 +1963,9 @@ module Google
1963
1963
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1InstanceDeploymentStatus>]
1964
1964
  attr_accessor :instances
1965
1965
 
1966
- # Status reported by runtime pods. This field is not populated for List APIs.
1966
+ # Status reported by runtime pods. This field is not populated for List APIs. **
1967
+ # Note**: **This field is deprecated**. Runtime versions 1.3 and above report
1968
+ # instance level status rather than pod status.
1967
1969
  # Corresponds to the JSON property `pods`
1968
1970
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1PodStatus>]
1969
1971
  attr_accessor :pods
@@ -1974,9 +1976,9 @@ module Google
1974
1976
  attr_accessor :revision
1975
1977
 
1976
1978
  # Conflicts in the desired state routing configuration. The presence of
1977
- # conflicts does not cause the state to be ERROR, but it will mean that some of
1978
- # the deployments basepaths are not routed to its environment. If the conflicts
1979
- # change, the state will transition to PROGRESSING until the latest
1979
+ # conflicts does not cause the state to be `ERROR`, but it will mean that some
1980
+ # of the deployment's base paths are not routed to its environment. If the
1981
+ # conflicts change, the state will transition to `PROGRESSING` until the latest
1980
1982
  # configuration is rolled out to all instances. This field is not populated in
1981
1983
  # List APIs.
1982
1984
  # Corresponds to the JSON property `routeConflicts`
@@ -2014,8 +2016,8 @@ module Google
2014
2016
  # request is to effect a routing change. The primary purposes of the routing
2015
2017
  # messages are: 1) To inform users of routing changes that may have an effect on
2016
2018
  # traffic currently being routed to other existing deployments. 2) To warn users
2017
- # if some basepath in the proxy will not receive traffic due to an existing
2018
- # deployment having already claimed that basepath. The presence of routing
2019
+ # if some base path in the proxy will not receive traffic due to an existing
2020
+ # deployment having already claimed that base path. The presence of routing
2019
2021
  # conflicts/changes will not cause non-dry-run DeployApiProxy/UndeployApiProxy
2020
2022
  # requests to be rejected.
2021
2023
  class GoogleCloudApigeeV1DeploymentChangeReport
@@ -2026,7 +2028,7 @@ module Google
2026
2028
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingChange>]
2027
2029
  attr_accessor :routing_changes
2028
2030
 
2029
- # All basepath conflicts detected for a deployment request.
2031
+ # All base path conflicts detected for a deployment request.
2030
2032
  # Corresponds to the JSON property `routingConflicts`
2031
2033
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>]
2032
2034
  attr_accessor :routing_conflicts
@@ -2055,30 +2057,30 @@ module Google
2055
2057
  class GoogleCloudApigeeV1DeploymentChangeReportRoutingChange
2056
2058
  include Google::Apis::Core::Hashable
2057
2059
 
2058
- # A human-readable description of this routing change.
2060
+ # Human-readable description of this routing change.
2059
2061
  # Corresponds to the JSON property `description`
2060
2062
  # @return [String]
2061
2063
  attr_accessor :description
2062
2064
 
2063
- # The name of the environment group affected by this routing change.
2065
+ # Name of the environment group affected by this routing change.
2064
2066
  # Corresponds to the JSON property `environmentGroup`
2065
2067
  # @return [String]
2066
2068
  attr_accessor :environment_group
2067
2069
 
2068
- # A tuple representing a basepath and the deployment containing it.
2070
+ # Tuple representing a base path and the deployment containing it.
2069
2071
  # Corresponds to the JSON property `fromDeployment`
2070
2072
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment]
2071
2073
  attr_accessor :from_deployment
2072
2074
 
2073
- # True if using sequenced rollout would make this routing change safer. Note:
2074
- # this does not necessarily imply that automated sequenced rollout mode is
2075
- # supported for the operation.
2075
+ # Set to `true` if using sequenced rollout would make this routing change safer.
2076
+ # **Note**: This does not necessarily imply that automated sequenced rollout
2077
+ # mode is supported for the operation.
2076
2078
  # Corresponds to the JSON property `shouldSequenceRollout`
2077
2079
  # @return [Boolean]
2078
2080
  attr_accessor :should_sequence_rollout
2079
2081
  alias_method :should_sequence_rollout?, :should_sequence_rollout
2080
2082
 
2081
- # A tuple representing a basepath and the deployment containing it.
2083
+ # Tuple representing a base path and the deployment containing it.
2082
2084
  # Corresponds to the JSON property `toDeployment`
2083
2085
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment]
2084
2086
  attr_accessor :to_deployment
@@ -2098,21 +2100,21 @@ module Google
2098
2100
  end
2099
2101
 
2100
2102
  # Describes a routing conflict that may cause a deployment not to receive
2101
- # traffic at some basepath.
2103
+ # traffic at some base path.
2102
2104
  class GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict
2103
2105
  include Google::Apis::Core::Hashable
2104
2106
 
2105
- # A tuple representing a basepath and the deployment containing it.
2107
+ # Tuple representing a base path and the deployment containing it.
2106
2108
  # Corresponds to the JSON property `conflictingDeployment`
2107
2109
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment]
2108
2110
  attr_accessor :conflicting_deployment
2109
2111
 
2110
- # A human-readable description of this conflict.
2112
+ # Human-readable description of this conflict.
2111
2113
  # Corresponds to the JSON property `description`
2112
2114
  # @return [String]
2113
2115
  attr_accessor :description
2114
2116
 
2115
- # The name of the environment group in which this conflict exists.
2117
+ # Name of the environment group in which this conflict exists.
2116
2118
  # Corresponds to the JSON property `environmentGroup`
2117
2119
  # @return [String]
2118
2120
  attr_accessor :environment_group
@@ -2129,26 +2131,26 @@ module Google
2129
2131
  end
2130
2132
  end
2131
2133
 
2132
- # A tuple representing a basepath and the deployment containing it.
2134
+ # Tuple representing a base path and the deployment containing it.
2133
2135
  class GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment
2134
2136
  include Google::Apis::Core::Hashable
2135
2137
 
2136
- # The name of the deployed proxy revision containing the basepath.
2138
+ # Name of the deployed API proxy revision containing the base path.
2137
2139
  # Corresponds to the JSON property `apiProxy`
2138
2140
  # @return [String]
2139
2141
  attr_accessor :api_proxy
2140
2142
 
2141
- # The basepath receiving traffic.
2143
+ # Base path receiving traffic.
2142
2144
  # Corresponds to the JSON property `basepath`
2143
2145
  # @return [String]
2144
2146
  attr_accessor :basepath
2145
2147
 
2146
- # The name of the environment in which the proxy is deployed.
2148
+ # Name of the environment in which the proxy is deployed.
2147
2149
  # Corresponds to the JSON property `environment`
2148
2150
  # @return [String]
2149
2151
  attr_accessor :environment
2150
2152
 
2151
- # The name of the deployed proxy revision containing the basepath.
2153
+ # Name of the deployed API proxy revision containing the base path.
2152
2154
  # Corresponds to the JSON property `revision`
2153
2155
  # @return [String]
2154
2156
  attr_accessor :revision
@@ -2985,7 +2987,7 @@ module Google
2985
2987
 
2986
2988
  # Optional. Flag that specifies whether execution should continue if the flow
2987
2989
  # hook throws an exception. Set to `true` to continue execution. Set to `false`
2988
- # to stop execution if the flow hook throws an exception.Defaults to `true`.
2990
+ # to stop execution if the flow hook throws an exception. Defaults to `true`.
2989
2991
  # Corresponds to the JSON property `continueOnError`
2990
2992
  # @return [Boolean]
2991
2993
  attr_accessor :continue_on_error
@@ -3143,7 +3145,7 @@ module Google
3143
3145
  # @return [String]
3144
3146
  attr_accessor :display_name
3145
3147
 
3146
- # Output only. Hostname or IP address of the exposed Apigee endpoint used by
3148
+ # Output only. Internal hostname or IP address of the Apigee endpoint used by
3147
3149
  # clients to connect to the service.
3148
3150
  # Corresponds to the JSON property `host`
3149
3151
  # @return [String]
@@ -3165,8 +3167,9 @@ module Google
3165
3167
  # @return [String]
3166
3168
  attr_accessor :name
3167
3169
 
3168
- # Optional. The size of the CIDR block range that will be reserved by the
3169
- # instance. If not specified, default to SLASH_16.
3170
+ # Optional. Size of the CIDR block range that will be reserved by the instance.
3171
+ # PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`.
3172
+ # Evaluation organizations support only `SLASH_23`.
3170
3173
  # Corresponds to the JSON property `peeringCidrRange`
3171
3174
  # @return [String]
3172
3175
  attr_accessor :peering_cidr_range
@@ -3176,7 +3179,7 @@ module Google
3176
3179
  # @return [String]
3177
3180
  attr_accessor :port
3178
3181
 
3179
- # Output only. State of the instance. Values other than ACTIVE means the
3182
+ # Output only. State of the instance. Values other than `ACTIVE` means the
3180
3183
  # resource is not ready to use.
3181
3184
  # Corresponds to the JSON property `state`
3182
3185
  # @return [String]
@@ -3243,8 +3246,8 @@ module Google
3243
3246
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>]
3244
3247
  attr_accessor :deployed_revisions
3245
3248
 
3246
- # The current routes deployed in the ingress routing table. A route which is
3247
- # missing will appear in missing_routes.
3249
+ # Current routes deployed in the ingress routing table. A route which is missing
3250
+ # will appear in `missing_routes`.
3248
3251
  # Corresponds to the JSON property `deployedRoutes`
3249
3252
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>]
3250
3253
  attr_accessor :deployed_routes
@@ -3270,12 +3273,12 @@ module Google
3270
3273
  class GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision
3271
3274
  include Google::Apis::Core::Hashable
3272
3275
 
3273
- # The percentage of MP replicas reporting this revision
3276
+ # Percentage of MP replicas reporting this revision.
3274
3277
  # Corresponds to the JSON property `percentage`
3275
3278
  # @return [Fixnum]
3276
3279
  attr_accessor :percentage
3277
3280
 
3278
- # The proxy revision reported as deployed.
3281
+ # API proxy revision reported as deployed.
3279
3282
  # Corresponds to the JSON property `revision`
3280
3283
  # @return [String]
3281
3284
  attr_accessor :revision
@@ -3291,27 +3294,26 @@ module Google
3291
3294
  end
3292
3295
  end
3293
3296
 
3294
- # A route deployed in the ingress routing table.
3297
+ # Route deployed in the ingress routing table.
3295
3298
  class GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
3296
3299
  include Google::Apis::Core::Hashable
3297
3300
 
3298
- # The basepath in the routing table.
3301
+ # Base path in the routing table.
3299
3302
  # Corresponds to the JSON property `basepath`
3300
3303
  # @return [String]
3301
3304
  attr_accessor :basepath
3302
3305
 
3303
- # The envgroup where this route is installed.
3306
+ # Environment group where this route is installed.
3304
3307
  # Corresponds to the JSON property `envgroup`
3305
3308
  # @return [String]
3306
3309
  attr_accessor :envgroup
3307
3310
 
3308
- # The destination environment. This will be empty if the route is not yet
3309
- # reported.
3311
+ # Destination environment. This will be empty if the route is not yet reported.
3310
3312
  # Corresponds to the JSON property `environment`
3311
3313
  # @return [String]
3312
3314
  attr_accessor :environment
3313
3315
 
3314
- # The percentage of ingress replicas reporting this route.
3316
+ # Percentage of ingress replicas reporting this route.
3315
3317
  # Corresponds to the JSON property `percentage`
3316
3318
  # @return [Fixnum]
3317
3319
  attr_accessor :percentage
@@ -3987,7 +3989,7 @@ module Google
3987
3989
  class GoogleCloudApigeeV1NatAddress
3988
3990
  include Google::Apis::Core::Hashable
3989
3991
 
3990
- # Required. The static IPV4 address.
3992
+ # Output only. The static IPV4 address.
3991
3993
  # Corresponds to the JSON property `ipAddress`
3992
3994
  # @return [String]
3993
3995
  attr_accessor :ip_address
@@ -3997,7 +3999,7 @@ module Google
3997
3999
  # @return [String]
3998
4000
  attr_accessor :name
3999
4001
 
4000
- # Required. State of the nat address.
4002
+ # Output only. State of the nat address.
4001
4003
  # Corresponds to the JSON property `state`
4002
4004
  # @return [String]
4003
4005
  attr_accessor :state
@@ -4307,6 +4309,11 @@ module Google
4307
4309
  # @return [Array<String>]
4308
4310
  attr_accessor :environments
4309
4311
 
4312
+ # Output only. Time that the Apigee organization is scheduled for deletion.
4313
+ # Corresponds to the JSON property `expiresAt`
4314
+ # @return [Fixnum]
4315
+ attr_accessor :expires_at
4316
+
4310
4317
  # Output only. Time that the Apigee organization was last modified in
4311
4318
  # milliseconds since epoch.
4312
4319
  # Corresponds to the JSON property `lastModifiedAt`
@@ -4381,6 +4388,7 @@ module Google
4381
4388
  @description = args[:description] if args.key?(:description)
4382
4389
  @display_name = args[:display_name] if args.key?(:display_name)
4383
4390
  @environments = args[:environments] if args.key?(:environments)
4391
+ @expires_at = args[:expires_at] if args.key?(:expires_at)
4384
4392
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
4385
4393
  @name = args[:name] if args.key?(:name)
4386
4394
  @project_id = args[:project_id] if args.key?(:project_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210206"
25
+ REVISION = "20210219"
26
26
  end
27
27
  end
28
28
  end
@@ -2131,6 +2131,7 @@ module Google
2131
2131
  property :description, as: 'description'
2132
2132
  property :display_name, as: 'displayName'
2133
2133
  collection :environments, as: 'environments'
2134
+ property :expires_at, :numeric_string => true, as: 'expiresAt'
2134
2135
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2135
2136
  property :name, as: 'name'
2136
2137
  property :project_id, as: 'projectId'
@@ -25,8 +25,7 @@ module Google
25
25
  # Use the Apigee API to programmatically develop and manage APIs with a set of
26
26
  # RESTful operations. Develop and secure API proxies, deploy and undeploy API
27
27
  # proxy revisions, monitor APIs, configure environments, manage users, and more.
28
- # Get started using the APIs. *Note:* This product is available as a free trial
29
- # for a time period of 60 days.
28
+ # Note: This product is available as a free trial for a time period of 60 days.
30
29
  #
31
30
  # @example
32
31
  # require 'google/apis/apigee_v1'
@@ -3816,21 +3815,23 @@ module Google
3816
3815
  # organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
3817
3816
  # @param [Boolean] override
3818
3817
  # Flag that specifies whether the new deployment replaces other deployed
3819
- # revisions of the API proxy in the environment. Set override to true to replace
3820
- # other deployed revisions. By default, override is false and the deployment is
3821
- # rejected if other revisions of the API proxy are deployed in the environment.
3818
+ # revisions of the API proxy in the environment. Set `override` to `true` to
3819
+ # replace other deployed revisions. By default, `override` is `false` and the
3820
+ # deployment is rejected if other revisions of the API proxy are deployed in the
3821
+ # environment.
3822
3822
  # @param [Boolean] sequenced_rollout
3823
- # If true, a best-effort attempt will be made to roll out the routing rules
3824
- # corresponding to this deployment and the environment changes to add this
3825
- # deployment in a safe order. This reduces the risk of downtime that could be
3826
- # caused by changing the environment group's routing before the new destination
3827
- # for the affected traffic is ready to receive it. This should only be necessary
3828
- # if the new deployment will be capturing traffic from another environment under
3829
- # a shared environment group or if traffic will be rerouted to a different
3830
- # environment due to a basepath removal. The GenerateDeployChangeReport API may
3831
- # be used to examine routing changes before issuing the deployment request, and
3832
- # its response will indicate if a sequenced rollout is recommended for the
3833
- # deployment.
3823
+ # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
3824
+ # best-effort attempt will be made to roll out the routing rules corresponding
3825
+ # to this deployment and the environment changes to add this deployment in a
3826
+ # safe order. This reduces the risk of downtime that could be caused by changing
3827
+ # the environment group's routing before the new destination for the affected
3828
+ # traffic is ready to receive it. This should only be necessary if the new
3829
+ # deployment will be capturing traffic from another environment under a shared
3830
+ # environment group or if traffic will be rerouted to a different environment
3831
+ # due to a base path removal. The [GenerateDeployChangeReport API](
3832
+ # GenerateDeployChangeReport) may be used to examine routing changes before
3833
+ # issuing the deployment request, and its response will indicate if a sequenced
3834
+ # rollout is recommended for the deployment.
3834
3835
  # @param [String] fields
3835
3836
  # Selector specifying which fields to include in a partial response.
3836
3837
  # @param [String] quota_user
@@ -3902,14 +3903,16 @@ module Google
3902
3903
  # Required. Name of the API proxy revision deployment in the following format: `
3903
3904
  # organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
3904
3905
  # @param [Boolean] sequenced_rollout
3905
- # If true, a best-effort attempt will be made to remove the environment group
3906
- # routing rules corresponding to this deployment before removing the deployment
3907
- # from the runtime. This is likely to be a rare use case; it is only needed when
3908
- # the intended effect of undeploying this proxy is to cause the traffic it
3909
- # currently handles to be rerouted to some other existing proxy in the
3910
- # environment group. The GenerateUndeployChangeReport API may be used to examine
3911
- # routing changes before issuing the undeployment request, and its response will
3912
- # indicate if a sequenced rollout is recommended for the undeployment.
3906
+ # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
3907
+ # best-effort attempt will be made to remove the environment group routing rules
3908
+ # corresponding to this deployment before removing the deployment from the
3909
+ # runtime. This is likely to be a rare use case; it is only needed when the
3910
+ # intended effect of undeploying this proxy is to cause the traffic it currently
3911
+ # handles to be rerouted to some other existing proxy in the environment group.
3912
+ # The [GenerateUndeployChangeReport API](GenerateUndeployChangeReport) may be
3913
+ # used to examine routing changes before issuing the undeployment request, and
3914
+ # its response will indicate if a sequenced rollout is recommended for the
3915
+ # undeployment.
3913
3916
  # @param [String] fields
3914
3917
  # Selector specifying which fields to include in a partial response.
3915
3918
  # @param [String] quota_user
@@ -5439,12 +5442,11 @@ module Google
5439
5442
  # organizations/`org`/environments/`env`/sharedflows/`sharedflow`/revisions/`rev`
5440
5443
  # `
5441
5444
  # @param [Boolean] override
5442
- # Flag that specifies whether to force the deployment of the new revision over
5443
- # the currently deployed revision by overriding conflict checks. If an existing
5444
- # shared flow revision is deployed, to ensure seamless deployment with no
5445
- # downtime, set this parameter to `true`. In this case, hybrid deploys the new
5446
- # revision fully before undeploying the existing revision. If set to `false`,
5447
- # you must undeploy the existing revision before deploying the new revision.
5445
+ # Flag that specifies whether the new deployment replaces other deployed
5446
+ # revisions of the shared flow in the environment. Set `override` to `true` to
5447
+ # replace other deployed revisions. By default, `override` is `false` and the
5448
+ # deployment is rejected if other revisions of the shared flow are deployed in
5449
+ # the environment.
5448
5450
  # @param [String] fields
5449
5451
  # Selector specifying which fields to include in a partial response.
5450
5452
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-02-15 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Apigee API V1