google-apis-apigee_v1 0.1.0 → 0.6.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: cd8c32ac1f9db5957c75893598b1c3bd51b5afdbb2fb7a16bb8a52443ef094c5
4
+ data.tar.gz: 7c306a054e6b81b88e0380ab79c1df952527d340bbb2a14720fc98ef8f9d3a80
5
5
  SHA512:
6
- metadata.gz: 8740272b6139f6dd1e005dffa91f50cce2a7298e52a26d9ac8f0a93646a11a67a9a49f7e1dd24d1ac66dd28db85cd8a4dfe737d1306b66e8099bd83d53ae80a9
7
- data.tar.gz: 5935e2cd98c47dfeca058eb7e728b229f724d62dd93b9848ad1ea3089f88bf2d3e18099ddce2649176dc73ef018b539f66db4c6bae2331557f8b3d5f56881ad4
6
+ metadata.gz: fa7399cc95ba71bdd79076af791ed6713b412ee838150be065420ee94708e2c1139c8d8ea513369717a6b9ebee455c9433409c9555121bac96910eab119af589
7
+ data.tar.gz: f4907c90530c23dbaf9a45991b3f0d16ca9c3c78ea1215a0a5f731a26df104a0d86205b860982f9241e933430ab5f66d8f4a49c83724551915852558f647c93d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.6.0 (2021-03-09)
4
+
5
+ * Regenerated from discovery document revision 20210305
6
+ * Regenerated using generator version 0.2.0
7
+
8
+ ### v0.5.0 (2021-03-04)
9
+
10
+ * Regenerated from discovery document revision 20210225
11
+
12
+ ### v0.4.0 (2021-02-24)
13
+
14
+ * Regenerated from discovery document revision 20210219
15
+
16
+ ### v0.3.0 (2021-02-09)
17
+
18
+ * Regenerated from discovery document revision 20210206
19
+
20
+ ### v0.2.0 (2021-02-03)
21
+
22
+ * Regenerated from discovery document revision 20210201
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated from discovery document revision 20201231
@@ -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
@@ -2448,6 +2450,13 @@ module Google
2448
2450
  # @return [Fixnum]
2449
2451
  attr_accessor :expires_at
2450
2452
 
2453
+ # Input only. Expiration time, in seconds, for the consumer key. If not set or
2454
+ # left to the default value of `-1`, the API key never expires. The expiration
2455
+ # time can't be updated after it is set.
2456
+ # Corresponds to the JSON property `expiresInSeconds`
2457
+ # @return [Fixnum]
2458
+ attr_accessor :expires_in_seconds
2459
+
2451
2460
  # Time the developer app was created in milliseconds since epoch.
2452
2461
  # Corresponds to the JSON property `issuedAt`
2453
2462
  # @return [Fixnum]
@@ -2475,6 +2484,7 @@ module Google
2475
2484
  @consumer_key = args[:consumer_key] if args.key?(:consumer_key)
2476
2485
  @consumer_secret = args[:consumer_secret] if args.key?(:consumer_secret)
2477
2486
  @expires_at = args[:expires_at] if args.key?(:expires_at)
2487
+ @expires_in_seconds = args[:expires_in_seconds] if args.key?(:expires_in_seconds)
2478
2488
  @issued_at = args[:issued_at] if args.key?(:issued_at)
2479
2489
  @scopes = args[:scopes] if args.key?(:scopes)
2480
2490
  @status = args[:status] if args.key?(:status)
@@ -2575,6 +2585,12 @@ module Google
2575
2585
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties]
2576
2586
  attr_accessor :properties
2577
2587
 
2588
+ # Output only. State of the environment. Values other than ACTIVE means the
2589
+ # resource is not ready to use.
2590
+ # Corresponds to the JSON property `state`
2591
+ # @return [String]
2592
+ attr_accessor :state
2593
+
2578
2594
  def initialize(**args)
2579
2595
  update!(**args)
2580
2596
  end
@@ -2587,6 +2603,7 @@ module Google
2587
2603
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
2588
2604
  @name = args[:name] if args.key?(:name)
2589
2605
  @properties = args[:properties] if args.key?(:properties)
2606
+ @state = args[:state] if args.key?(:state)
2590
2607
  end
2591
2608
  end
2592
2609
 
@@ -2738,6 +2755,12 @@ module Google
2738
2755
  # @return [String]
2739
2756
  attr_accessor :name
2740
2757
 
2758
+ # Output only. State of the environment group. Values other than ACTIVE means
2759
+ # the resource is not ready to use.
2760
+ # Corresponds to the JSON property `state`
2761
+ # @return [String]
2762
+ attr_accessor :state
2763
+
2741
2764
  def initialize(**args)
2742
2765
  update!(**args)
2743
2766
  end
@@ -2748,6 +2771,7 @@ module Google
2748
2771
  @hostnames = args[:hostnames] if args.key?(:hostnames)
2749
2772
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
2750
2773
  @name = args[:name] if args.key?(:name)
2774
+ @state = args[:state] if args.key?(:state)
2751
2775
  end
2752
2776
  end
2753
2777
 
@@ -2963,7 +2987,7 @@ module Google
2963
2987
 
2964
2988
  # Optional. Flag that specifies whether execution should continue if the flow
2965
2989
  # hook throws an exception. Set to `true` to continue execution. Set to `false`
2966
- # 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`.
2967
2991
  # Corresponds to the JSON property `continueOnError`
2968
2992
  # @return [Boolean]
2969
2993
  attr_accessor :continue_on_error
@@ -3121,7 +3145,7 @@ module Google
3121
3145
  # @return [String]
3122
3146
  attr_accessor :display_name
3123
3147
 
3124
- # 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
3125
3149
  # clients to connect to the service.
3126
3150
  # Corresponds to the JSON property `host`
3127
3151
  # @return [String]
@@ -3143,12 +3167,19 @@ module Google
3143
3167
  # @return [String]
3144
3168
  attr_accessor :name
3145
3169
 
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`.
3173
+ # Corresponds to the JSON property `peeringCidrRange`
3174
+ # @return [String]
3175
+ attr_accessor :peering_cidr_range
3176
+
3146
3177
  # Output only. Port number of the exposed Apigee endpoint.
3147
3178
  # Corresponds to the JSON property `port`
3148
3179
  # @return [String]
3149
3180
  attr_accessor :port
3150
3181
 
3151
- # 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
3152
3183
  # resource is not ready to use.
3153
3184
  # Corresponds to the JSON property `state`
3154
3185
  # @return [String]
@@ -3168,6 +3199,7 @@ module Google
3168
3199
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
3169
3200
  @location = args[:location] if args.key?(:location)
3170
3201
  @name = args[:name] if args.key?(:name)
3202
+ @peering_cidr_range = args[:peering_cidr_range] if args.key?(:peering_cidr_range)
3171
3203
  @port = args[:port] if args.key?(:port)
3172
3204
  @state = args[:state] if args.key?(:state)
3173
3205
  end
@@ -3214,8 +3246,8 @@ module Google
3214
3246
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>]
3215
3247
  attr_accessor :deployed_revisions
3216
3248
 
3217
- # The current routes deployed in the ingress routing table. A route which is
3218
- # 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`.
3219
3251
  # Corresponds to the JSON property `deployedRoutes`
3220
3252
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>]
3221
3253
  attr_accessor :deployed_routes
@@ -3241,12 +3273,12 @@ module Google
3241
3273
  class GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision
3242
3274
  include Google::Apis::Core::Hashable
3243
3275
 
3244
- # The percentage of MP replicas reporting this revision
3276
+ # Percentage of MP replicas reporting this revision.
3245
3277
  # Corresponds to the JSON property `percentage`
3246
3278
  # @return [Fixnum]
3247
3279
  attr_accessor :percentage
3248
3280
 
3249
- # The proxy revision reported as deployed.
3281
+ # API proxy revision reported as deployed.
3250
3282
  # Corresponds to the JSON property `revision`
3251
3283
  # @return [String]
3252
3284
  attr_accessor :revision
@@ -3262,27 +3294,26 @@ module Google
3262
3294
  end
3263
3295
  end
3264
3296
 
3265
- # A route deployed in the ingress routing table.
3297
+ # Route deployed in the ingress routing table.
3266
3298
  class GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute
3267
3299
  include Google::Apis::Core::Hashable
3268
3300
 
3269
- # The basepath in the routing table.
3301
+ # Base path in the routing table.
3270
3302
  # Corresponds to the JSON property `basepath`
3271
3303
  # @return [String]
3272
3304
  attr_accessor :basepath
3273
3305
 
3274
- # The envgroup where this route is installed.
3306
+ # Environment group where this route is installed.
3275
3307
  # Corresponds to the JSON property `envgroup`
3276
3308
  # @return [String]
3277
3309
  attr_accessor :envgroup
3278
3310
 
3279
- # The destination environment. This will be empty if the route is not yet
3280
- # reported.
3311
+ # Destination environment. This will be empty if the route is not yet reported.
3281
3312
  # Corresponds to the JSON property `environment`
3282
3313
  # @return [String]
3283
3314
  attr_accessor :environment
3284
3315
 
3285
- # The percentage of ingress replicas reporting this route.
3316
+ # Percentage of ingress replicas reporting this route.
3286
3317
  # Corresponds to the JSON property `percentage`
3287
3318
  # @return [Fixnum]
3288
3319
  attr_accessor :percentage
@@ -3896,6 +3927,32 @@ module Google
3896
3927
  end
3897
3928
  end
3898
3929
 
3930
+ # Response for ListTraceConfigOverrides.
3931
+ class GoogleCloudApigeeV1ListTraceConfigOverridesResponse
3932
+ include Google::Apis::Core::Hashable
3933
+
3934
+ # Token value that can be passed as `page_token` to retrieve the next page of
3935
+ # content.
3936
+ # Corresponds to the JSON property `nextPageToken`
3937
+ # @return [String]
3938
+ attr_accessor :next_page_token
3939
+
3940
+ # List all trace configuration overrides in an environment.
3941
+ # Corresponds to the JSON property `traceConfigOverrides`
3942
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1TraceConfigOverride>]
3943
+ attr_accessor :trace_config_overrides
3944
+
3945
+ def initialize(**args)
3946
+ update!(**args)
3947
+ end
3948
+
3949
+ # Update properties of this object
3950
+ def update!(**args)
3951
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3952
+ @trace_config_overrides = args[:trace_config_overrides] if args.key?(:trace_config_overrides)
3953
+ end
3954
+ end
3955
+
3899
3956
  # This message type encapsulates additional information about query execution.
3900
3957
  class GoogleCloudApigeeV1Metadata
3901
3958
  include Google::Apis::Core::Hashable
@@ -3958,7 +4015,7 @@ module Google
3958
4015
  class GoogleCloudApigeeV1NatAddress
3959
4016
  include Google::Apis::Core::Hashable
3960
4017
 
3961
- # Required. The static IPV4 address.
4018
+ # Output only. The static IPV4 address.
3962
4019
  # Corresponds to the JSON property `ipAddress`
3963
4020
  # @return [String]
3964
4021
  attr_accessor :ip_address
@@ -3968,7 +4025,7 @@ module Google
3968
4025
  # @return [String]
3969
4026
  attr_accessor :name
3970
4027
 
3971
- # Required. State of the nat address.
4028
+ # Output only. State of the nat address.
3972
4029
  # Corresponds to the JSON property `state`
3973
4030
  # @return [String]
3974
4031
  attr_accessor :state
@@ -4227,15 +4284,27 @@ module Google
4227
4284
  # Compute Engine network used for Service Networking to be peered with Apigee
4228
4285
  # runtime instances. See [Getting started with the Service Networking API](https:
4229
4286
  # //cloud.google.com/service-infrastructure/docs/service-networking/getting-
4230
- # started). Valid only when [RuntimeType] is set to CLOUD. The value can be
4231
- # updated only when there are no runtime instances. For example: "default". **
4232
- # Note:** Not supported for Apigee hybrid.
4287
+ # started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`. The
4288
+ # value must be set before the creation of a runtime instance and can be updated
4289
+ # only when there are no runtime instances. For example: `default`. Apigee also
4290
+ # supports shared VPC (that is, the host network project is not the same as the
4291
+ # one that is peering with Apigee). See [Shared VPC overview](https://cloud.
4292
+ # google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the
4293
+ # following format: `projects/`host-project-id`/`region`/networks/`network-name``
4294
+ # . For example: `projects/my-sharedvpc-host/global/networks/mynetwork` **Note:**
4295
+ # Not supported for Apigee hybrid.
4233
4296
  # Corresponds to the JSON property `authorizedNetwork`
4234
4297
  # @return [String]
4235
4298
  attr_accessor :authorized_network
4236
4299
 
4300
+ # Output only. Billing type of the Apigee organization. See [Apigee pricing](
4301
+ # https://cloud.google.com/apigee/pricing).
4302
+ # Corresponds to the JSON property `billingType`
4303
+ # @return [String]
4304
+ attr_accessor :billing_type
4305
+
4237
4306
  # Output only. Base64-encoded public certificate for the root CA of the Apigee
4238
- # organization. Valid only when [RuntimeType] is CLOUD.
4307
+ # organization. Valid only when [RuntimeType](#RuntimeType) is `CLOUD`.
4239
4308
  # Corresponds to the JSON property `caCertificate`
4240
4309
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
4241
4310
  # @return [String]
@@ -4267,6 +4336,11 @@ module Google
4267
4336
  # @return [Array<String>]
4268
4337
  attr_accessor :environments
4269
4338
 
4339
+ # Output only. Time that the Apigee organization is scheduled for deletion.
4340
+ # Corresponds to the JSON property `expiresAt`
4341
+ # @return [Fixnum]
4342
+ attr_accessor :expires_at
4343
+
4270
4344
  # Output only. Time that the Apigee organization was last modified in
4271
4345
  # milliseconds since epoch.
4272
4346
  # Corresponds to the JSON property `lastModifiedAt`
@@ -4278,7 +4352,7 @@ module Google
4278
4352
  # @return [String]
4279
4353
  attr_accessor :name
4280
4354
 
4281
- # The project ID associated with the Apigee organization.
4355
+ # Output only. Project ID associated with the Apigee organization.
4282
4356
  # Corresponds to the JSON property `projectId`
4283
4357
  # @return [String]
4284
4358
  attr_accessor :project_id
@@ -4291,9 +4365,10 @@ module Google
4291
4365
 
4292
4366
  # Cloud KMS key name used for encrypting the data that is stored and replicated
4293
4367
  # across runtime instances. Update is not allowed after the organization is
4294
- # created. If not specified, a Google-Managed encryption key will be used. Valid
4295
- # only when [RuntimeType] is CLOUD. For example: "projects/foo/locations/us/
4296
- # keyRings/bar/cryptoKeys/baz". **Note:** Not supported for Apigee hybrid.
4368
+ # created. Required when [RuntimeType](#RuntimeType) is `CLOUD`. If not
4369
+ # specified when [RuntimeType](#RuntimeType) is `TRIAL`, a Google-Managed
4370
+ # encryption key will be used. For example: "projects/foo/locations/us/keyRings/
4371
+ # bar/cryptoKeys/baz". **Note:** Not supported for Apigee hybrid.
4297
4372
  # Corresponds to the JSON property `runtimeDatabaseEncryptionKeyName`
4298
4373
  # @return [String]
4299
4374
  attr_accessor :runtime_database_encryption_key_name
@@ -4304,10 +4379,17 @@ module Google
4304
4379
  # @return [String]
4305
4380
  attr_accessor :runtime_type
4306
4381
 
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/).
4382
+ # Output only. State of the organization. Values other than ACTIVE means the
4383
+ # resource is not ready to use.
4384
+ # Corresponds to the JSON property `state`
4385
+ # @return [String]
4386
+ attr_accessor :state
4387
+
4388
+ # Output only. DEPRECATED: This will eventually be replaced by BillingType.
4389
+ # Subscription type of the Apigee organization. Valid values include trial (free,
4390
+ # limited, and for evaluation purposes only) or paid (full subscription has
4391
+ # been purchased). See [Apigee pricing](https://cloud.google.com/apigee/pricing/)
4392
+ # .
4311
4393
  # Corresponds to the JSON property `subscriptionType`
4312
4394
  # @return [String]
4313
4395
  attr_accessor :subscription_type
@@ -4326,18 +4408,21 @@ module Google
4326
4408
  @analytics_region = args[:analytics_region] if args.key?(:analytics_region)
4327
4409
  @attributes = args[:attributes] if args.key?(:attributes)
4328
4410
  @authorized_network = args[:authorized_network] if args.key?(:authorized_network)
4411
+ @billing_type = args[:billing_type] if args.key?(:billing_type)
4329
4412
  @ca_certificate = args[:ca_certificate] if args.key?(:ca_certificate)
4330
4413
  @created_at = args[:created_at] if args.key?(:created_at)
4331
4414
  @customer_name = args[:customer_name] if args.key?(:customer_name)
4332
4415
  @description = args[:description] if args.key?(:description)
4333
4416
  @display_name = args[:display_name] if args.key?(:display_name)
4334
4417
  @environments = args[:environments] if args.key?(:environments)
4418
+ @expires_at = args[:expires_at] if args.key?(:expires_at)
4335
4419
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
4336
4420
  @name = args[:name] if args.key?(:name)
4337
4421
  @project_id = args[:project_id] if args.key?(:project_id)
4338
4422
  @properties = args[:properties] if args.key?(:properties)
4339
4423
  @runtime_database_encryption_key_name = args[:runtime_database_encryption_key_name] if args.key?(:runtime_database_encryption_key_name)
4340
4424
  @runtime_type = args[:runtime_type] if args.key?(:runtime_type)
4425
+ @state = args[:state] if args.key?(:state)
4341
4426
  @subscription_type = args[:subscription_type] if args.key?(:subscription_type)
4342
4427
  @type = args[:type] if args.key?(:type)
4343
4428
  end
@@ -4521,8 +4606,8 @@ module Google
4521
4606
  include Google::Apis::Core::Hashable
4522
4607
 
4523
4608
  # 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.
4609
+ # see [Create an organization](https://cloud.google.com/apigee/docs/hybrid/
4610
+ # latest/precog-provision). Defaults to `us-west1`.
4526
4611
  # Corresponds to the JSON property `analyticsRegion`
4527
4612
  # @return [String]
4528
4613
  attr_accessor :analytics_region
@@ -4534,7 +4619,7 @@ module Google
4534
4619
  # @return [String]
4535
4620
  attr_accessor :authorized_network
4536
4621
 
4537
- # Cloud Platform location for the runtime instance. Defaults to us-west1-a.
4622
+ # Cloud Platform location for the runtime instance. Defaults to `us-west1-a`.
4538
4623
  # Corresponds to the JSON property `runtimeLocation`
4539
4624
  # @return [String]
4540
4625
  attr_accessor :runtime_location
@@ -6126,6 +6211,102 @@ module Google
6126
6211
  end
6127
6212
  end
6128
6213
 
6214
+ # TraceConfig defines the configurations in an environment of distributed trace.
6215
+ class GoogleCloudApigeeV1TraceConfig
6216
+ include Google::Apis::Core::Hashable
6217
+
6218
+ # Required. Endpoint of the exporter.
6219
+ # Corresponds to the JSON property `endpoint`
6220
+ # @return [String]
6221
+ attr_accessor :endpoint
6222
+
6223
+ # Required. Exporter that is used to view the distributed trace captured using
6224
+ # OpenCensus. An exporter sends traces to any backend that is capable of
6225
+ # consuming them. Recorded spans can be exported by registered exporters.
6226
+ # Corresponds to the JSON property `exporter`
6227
+ # @return [String]
6228
+ attr_accessor :exporter
6229
+
6230
+ # TraceSamplingConfig represents the detail settings of distributed tracing.
6231
+ # Only the fields that are defined in the distributed trace configuration can be
6232
+ # overridden using the distribute trace configuration override APIs.
6233
+ # Corresponds to the JSON property `samplingConfig`
6234
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1TraceSamplingConfig]
6235
+ attr_accessor :sampling_config
6236
+
6237
+ def initialize(**args)
6238
+ update!(**args)
6239
+ end
6240
+
6241
+ # Update properties of this object
6242
+ def update!(**args)
6243
+ @endpoint = args[:endpoint] if args.key?(:endpoint)
6244
+ @exporter = args[:exporter] if args.key?(:exporter)
6245
+ @sampling_config = args[:sampling_config] if args.key?(:sampling_config)
6246
+ end
6247
+ end
6248
+
6249
+ # A representation of a configuration override.
6250
+ class GoogleCloudApigeeV1TraceConfigOverride
6251
+ include Google::Apis::Core::Hashable
6252
+
6253
+ # ID of the API proxy that will have its trace configuration overridden.
6254
+ # Corresponds to the JSON property `apiProxy`
6255
+ # @return [String]
6256
+ attr_accessor :api_proxy
6257
+
6258
+ # ID of the trace configuration override specified as a system-generated UUID.
6259
+ # Corresponds to the JSON property `name`
6260
+ # @return [String]
6261
+ attr_accessor :name
6262
+
6263
+ # TraceSamplingConfig represents the detail settings of distributed tracing.
6264
+ # Only the fields that are defined in the distributed trace configuration can be
6265
+ # overridden using the distribute trace configuration override APIs.
6266
+ # Corresponds to the JSON property `samplingConfig`
6267
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1TraceSamplingConfig]
6268
+ attr_accessor :sampling_config
6269
+
6270
+ def initialize(**args)
6271
+ update!(**args)
6272
+ end
6273
+
6274
+ # Update properties of this object
6275
+ def update!(**args)
6276
+ @api_proxy = args[:api_proxy] if args.key?(:api_proxy)
6277
+ @name = args[:name] if args.key?(:name)
6278
+ @sampling_config = args[:sampling_config] if args.key?(:sampling_config)
6279
+ end
6280
+ end
6281
+
6282
+ # TraceSamplingConfig represents the detail settings of distributed tracing.
6283
+ # Only the fields that are defined in the distributed trace configuration can be
6284
+ # overridden using the distribute trace configuration override APIs.
6285
+ class GoogleCloudApigeeV1TraceSamplingConfig
6286
+ include Google::Apis::Core::Hashable
6287
+
6288
+ # Sampler of distributed tracing. OFF is the default value.
6289
+ # Corresponds to the JSON property `sampler`
6290
+ # @return [String]
6291
+ attr_accessor :sampler
6292
+
6293
+ # Field sampling rate. This value is only applicable when using the PROBABILITY
6294
+ # sampler. The supported values are > 0 and <= 0.5.
6295
+ # Corresponds to the JSON property `samplingRate`
6296
+ # @return [Float]
6297
+ attr_accessor :sampling_rate
6298
+
6299
+ def initialize(**args)
6300
+ update!(**args)
6301
+ end
6302
+
6303
+ # Update properties of this object
6304
+ def update!(**args)
6305
+ @sampler = args[:sampler] if args.key?(:sampler)
6306
+ @sampling_rate = args[:sampling_rate] if args.key?(:sampling_rate)
6307
+ end
6308
+ end
6309
+
6129
6310
  # Details on why a resource update failed in the runtime.
6130
6311
  class GoogleCloudApigeeV1UpdateError
6131
6312
  include Google::Apis::Core::Hashable