google-apis-apigee_v1 0.1.0 → 0.2.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: bbdae229c97b071552aa315c4f06f8de166ffe1252da9a0b93bfa8701f5ca79f
4
- data.tar.gz: 6dbc4b023987c6e1429d1a4d7a669c3c97084648453bfba2f340dc020b44fa5d
3
+ metadata.gz: 36ab81dc9f775d39c7199c7ecb9250d4c2b3b035df57f8e3f3f64f1efbaf8205
4
+ data.tar.gz: ad47a52a83e834094ca24a9024afbb958c8dedd3119516509a3c7cc4792a40bd
5
5
  SHA512:
6
- metadata.gz: 8740272b6139f6dd1e005dffa91f50cce2a7298e52a26d9ac8f0a93646a11a67a9a49f7e1dd24d1ac66dd28db85cd8a4dfe737d1306b66e8099bd83d53ae80a9
7
- data.tar.gz: 5935e2cd98c47dfeca058eb7e728b229f724d62dd93b9848ad1ea3089f88bf2d3e18099ddce2649176dc73ef018b539f66db4c6bae2331557f8b3d5f56881ad4
6
+ metadata.gz: 41954b689602f44d35688f00ca2abec2c32ed4a9bb62ebbfed8dfce5cadb0e20184f3be68be96db48f00b1e495ffe0255913376bf69a0dc20fc8dc3fa4b3326c
7
+ data.tar.gz: 504ef92432996d037ef9fb2c7a7c24f5332dcabae14a8a2fcc696176347f4861d43b25816f05b3efb073db529e503d31b8a785c1e5455f9397c3ce9b994051d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.2.0 (2021-02-03)
4
+
5
+ * Regenerated from discovery document revision 20210201
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20201231
@@ -2575,6 +2575,12 @@ module Google
2575
2575
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties]
2576
2576
  attr_accessor :properties
2577
2577
 
2578
+ # Output only. State of the environment. Values other than ACTIVE means the
2579
+ # resource is not ready to use.
2580
+ # Corresponds to the JSON property `state`
2581
+ # @return [String]
2582
+ attr_accessor :state
2583
+
2578
2584
  def initialize(**args)
2579
2585
  update!(**args)
2580
2586
  end
@@ -2587,6 +2593,7 @@ module Google
2587
2593
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
2588
2594
  @name = args[:name] if args.key?(:name)
2589
2595
  @properties = args[:properties] if args.key?(:properties)
2596
+ @state = args[:state] if args.key?(:state)
2590
2597
  end
2591
2598
  end
2592
2599
 
@@ -2738,6 +2745,12 @@ module Google
2738
2745
  # @return [String]
2739
2746
  attr_accessor :name
2740
2747
 
2748
+ # Output only. State of the environment group. Values other than ACTIVE means
2749
+ # the resource is not ready to use.
2750
+ # Corresponds to the JSON property `state`
2751
+ # @return [String]
2752
+ attr_accessor :state
2753
+
2741
2754
  def initialize(**args)
2742
2755
  update!(**args)
2743
2756
  end
@@ -2748,6 +2761,7 @@ module Google
2748
2761
  @hostnames = args[:hostnames] if args.key?(:hostnames)
2749
2762
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
2750
2763
  @name = args[:name] if args.key?(:name)
2764
+ @state = args[:state] if args.key?(:state)
2751
2765
  end
2752
2766
  end
2753
2767
 
@@ -4234,6 +4248,12 @@ module Google
4234
4248
  # @return [String]
4235
4249
  attr_accessor :authorized_network
4236
4250
 
4251
+ # Output only. Billing type of the Apigee organization. See [Apigee pricing](
4252
+ # https://cloud.google.com/apigee/pricing).
4253
+ # Corresponds to the JSON property `billingType`
4254
+ # @return [String]
4255
+ attr_accessor :billing_type
4256
+
4237
4257
  # Output only. Base64-encoded public certificate for the root CA of the Apigee
4238
4258
  # organization. Valid only when [RuntimeType] is CLOUD.
4239
4259
  # Corresponds to the JSON property `caCertificate`
@@ -4304,10 +4324,17 @@ module Google
4304
4324
  # @return [String]
4305
4325
  attr_accessor :runtime_type
4306
4326
 
4307
- # Output only. Subscription type of the Apigee organization. Valid values
4308
- # include trial (free, limited, and for evaluation purposes only) or paid (full
4309
- # subscription has been purchased). See [Apigee pricing](https://cloud.google.
4310
- # com/apigee/pricing/).
4327
+ # Output only. State of the organization. Values other than ACTIVE means the
4328
+ # resource is not ready to use.
4329
+ # Corresponds to the JSON property `state`
4330
+ # @return [String]
4331
+ attr_accessor :state
4332
+
4333
+ # Output only. DEPRECATED: This will eventually be replaced by BillingType.
4334
+ # Subscription type of the Apigee organization. Valid values include trial (free,
4335
+ # limited, and for evaluation purposes only) or paid (full subscription has
4336
+ # been purchased). See [Apigee pricing](https://cloud.google.com/apigee/pricing/)
4337
+ # .
4311
4338
  # Corresponds to the JSON property `subscriptionType`
4312
4339
  # @return [String]
4313
4340
  attr_accessor :subscription_type
@@ -4326,6 +4353,7 @@ module Google
4326
4353
  @analytics_region = args[:analytics_region] if args.key?(:analytics_region)
4327
4354
  @attributes = args[:attributes] if args.key?(:attributes)
4328
4355
  @authorized_network = args[:authorized_network] if args.key?(:authorized_network)
4356
+ @billing_type = args[:billing_type] if args.key?(:billing_type)
4329
4357
  @ca_certificate = args[:ca_certificate] if args.key?(:ca_certificate)
4330
4358
  @created_at = args[:created_at] if args.key?(:created_at)
4331
4359
  @customer_name = args[:customer_name] if args.key?(:customer_name)
@@ -4338,6 +4366,7 @@ module Google
4338
4366
  @properties = args[:properties] if args.key?(:properties)
4339
4367
  @runtime_database_encryption_key_name = args[:runtime_database_encryption_key_name] if args.key?(:runtime_database_encryption_key_name)
4340
4368
  @runtime_type = args[:runtime_type] if args.key?(:runtime_type)
4369
+ @state = args[:state] if args.key?(:state)
4341
4370
  @subscription_type = args[:subscription_type] if args.key?(:subscription_type)
4342
4371
  @type = args[:type] if args.key?(:type)
4343
4372
  end
@@ -4521,8 +4550,8 @@ module Google
4521
4550
  include Google::Apis::Core::Hashable
4522
4551
 
4523
4552
  # Primary Cloud Platform region for analytics data storage. For valid values,
4524
- # see [Create an organization](https://docs.apigee.com/hybrid/latest/precog-
4525
- # provision). Defaults to us-west1.
4553
+ # see [Create an organization](https://cloud.google.com/apigee/docs/hybrid/
4554
+ # latest/precog-provision). Defaults to `us-west1`.
4526
4555
  # Corresponds to the JSON property `analyticsRegion`
4527
4556
  # @return [String]
4528
4557
  attr_accessor :analytics_region
@@ -4534,7 +4563,7 @@ module Google
4534
4563
  # @return [String]
4535
4564
  attr_accessor :authorized_network
4536
4565
 
4537
- # Cloud Platform location for the runtime instance. Defaults to us-west1-a.
4566
+ # Cloud Platform location for the runtime instance. Defaults to `us-west1-a`.
4538
4567
  # Corresponds to the JSON property `runtimeLocation`
4539
4568
  # @return [String]
4540
4569
  attr_accessor :runtime_location
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201231"
25
+ REVISION = "20210201"
26
26
  end
27
27
  end
28
28
  end
@@ -1618,6 +1618,7 @@ module Google
1618
1618
  property :name, as: 'name'
1619
1619
  property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
1620
1620
 
1621
+ property :state, as: 'state'
1621
1622
  end
1622
1623
  end
1623
1624
 
@@ -1660,6 +1661,7 @@ module Google
1660
1661
  collection :hostnames, as: 'hostnames'
1661
1662
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
1662
1663
  property :name, as: 'name'
1664
+ property :state, as: 'state'
1663
1665
  end
1664
1666
  end
1665
1667
 
@@ -2120,6 +2122,7 @@ module Google
2120
2122
  property :analytics_region, as: 'analyticsRegion'
2121
2123
  collection :attributes, as: 'attributes'
2122
2124
  property :authorized_network, as: 'authorizedNetwork'
2125
+ property :billing_type, as: 'billingType'
2123
2126
  property :ca_certificate, :base64 => true, as: 'caCertificate'
2124
2127
  property :created_at, :numeric_string => true, as: 'createdAt'
2125
2128
  property :customer_name, as: 'customerName'
@@ -2133,6 +2136,7 @@ module Google
2133
2136
 
2134
2137
  property :runtime_database_encryption_key_name, as: 'runtimeDatabaseEncryptionKeyName'
2135
2138
  property :runtime_type, as: 'runtimeType'
2139
+ property :state, as: 'state'
2136
2140
  property :subscription_type, as: 'subscriptionType'
2137
2141
  property :type, as: 'type'
2138
2142
  end
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 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.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.2.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.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Apigee API V1