google-apis-apigee_v1 0.71.0 → 0.73.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: efe067255d932eeb0f9cb7eeea83854ba0c952bc00317a427f8ff7be2a033294
4
- data.tar.gz: aae184cd4fa02ef094cb5e6a7f7f382c1ab0d7c5ca31b652cc66aff6e8d98980
3
+ metadata.gz: 2a3f9a948ebf0f08c1ad2658c045b08c355645d6a2b6d92453ae2b9f62a90d33
4
+ data.tar.gz: '075985470adb7660f04f3251008d041c2c4f919735bc4f411dd2bd535b471f78'
5
5
  SHA512:
6
- metadata.gz: e689ddcd1f70f5e304287a8fd2da9563fbaeb8875490a42d699e3dec15d18bf9a5d70af8c3f5009fcbd7eed0e9460b33ad222e8b73f15e06bc38008d8aa1d6fc
7
- data.tar.gz: 33fd069247ee36b94e524bddbe015e8200f203a7971fe1460b546ebe8a283fec781a2637db68195aa28e4ccac9614d59fede4c4b6412ea9617a4a4ae93eea15b
6
+ metadata.gz: 5fb5781b155d7750376bdb5d12610dc5172cdfb173d03b9e4e9c12c097357bf155ec1f1b4cd5d39904eb3a33e9e8f2bfc067c4ab0fbd775d3d922fc7dc517937
7
+ data.tar.gz: '084a148ddc73b6b66bb75e2010e1e7690029aabaeed55840233abc47bf192808a7ea38688157ee3324a84fb1bbeb03a81c97b80c48ad41e2caffd500a23fbf31'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.73.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230715
6
+
7
+ ### v0.72.0 (2023-07-09)
8
+
9
+ * Regenerated from discovery document revision 20230630
10
+
3
11
  ### v0.71.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230627
@@ -589,6 +589,12 @@ module Google
589
589
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperationGroup]
590
590
  attr_accessor :graphql_operation_group
591
591
 
592
+ # List of gRPC operation configuration details associated with Apigee API
593
+ # proxies.
594
+ # Corresponds to the JSON property `grpcOperationGroup`
595
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup]
596
+ attr_accessor :grpc_operation_group
597
+
592
598
  # Response only. Modified time of this environment as milliseconds since epoch.
593
599
  # Corresponds to the JSON property `lastModifiedAt`
594
600
  # @return [Fixnum]
@@ -669,6 +675,7 @@ module Google
669
675
  @display_name = args[:display_name] if args.key?(:display_name)
670
676
  @environments = args[:environments] if args.key?(:environments)
671
677
  @graphql_operation_group = args[:graphql_operation_group] if args.key?(:graphql_operation_group)
678
+ @grpc_operation_group = args[:grpc_operation_group] if args.key?(:grpc_operation_group)
672
679
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
673
680
  @name = args[:name] if args.key?(:name)
674
681
  @operation_group = args[:operation_group] if args.key?(:operation_group)
@@ -3638,6 +3645,12 @@ module Google
3638
3645
  # @return [String]
3639
3646
  attr_accessor :forward_proxy_uri
3640
3647
 
3648
+ #
3649
+ # Corresponds to the JSON property `hasAttachedFlowHooks`
3650
+ # @return [Boolean]
3651
+ attr_accessor :has_attached_flow_hooks
3652
+ alias_method :has_attached_flow_hooks?, :has_attached_flow_hooks
3653
+
3641
3654
  # Output only. Last modification time of this environment as milliseconds since
3642
3655
  # epoch.
3643
3656
  # Corresponds to the JSON property `lastModifiedAt`
@@ -3680,6 +3693,7 @@ module Google
3680
3693
  @description = args[:description] if args.key?(:description)
3681
3694
  @display_name = args[:display_name] if args.key?(:display_name)
3682
3695
  @forward_proxy_uri = args[:forward_proxy_uri] if args.key?(:forward_proxy_uri)
3696
+ @has_attached_flow_hooks = args[:has_attached_flow_hooks] if args.key?(:has_attached_flow_hooks)
3683
3697
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
3684
3698
  @name = args[:name] if args.key?(:name)
3685
3699
  @node_config = args[:node_config] if args.key?(:node_config)
@@ -4458,6 +4472,81 @@ module Google
4458
4472
  end
4459
4473
  end
4460
4474
 
4475
+ # Binds the resources in a proxy or remote service with the gRPC operation and
4476
+ # its associated quota enforcement.
4477
+ class GoogleCloudApigeeV1GrpcOperationConfig
4478
+ include Google::Apis::Core::Hashable
4479
+
4480
+ # Required. Name of the API proxy with which the gRPC operation and quota are
4481
+ # associated.
4482
+ # Corresponds to the JSON property `apiSource`
4483
+ # @return [String]
4484
+ attr_accessor :api_source
4485
+
4486
+ # Custom attributes associated with the operation.
4487
+ # Corresponds to the JSON property `attributes`
4488
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>]
4489
+ attr_accessor :attributes
4490
+
4491
+ # List of unqualified gRPC method names for the proxy to which quota will be
4492
+ # applied. If this field is empty, the Quota will apply to all operations on the
4493
+ # gRPC service defined on the proxy. Example: Given a proxy that is configured
4494
+ # to serve com.petstore.PetService, the methods com.petstore.PetService.ListPets
4495
+ # and com.petstore.PetService.GetPet would be specified here as simply ["
4496
+ # ListPets", "GetPet"].
4497
+ # Corresponds to the JSON property `methods`
4498
+ # @return [Array<String>]
4499
+ attr_accessor :methods_prop
4500
+
4501
+ # Quota contains the essential parameters needed that can be applied on the
4502
+ # resources, methods, API source combination associated with this API product.
4503
+ # While Quota is optional, setting it prevents requests from exceeding the
4504
+ # provisioned parameters.
4505
+ # Corresponds to the JSON property `quota`
4506
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota]
4507
+ attr_accessor :quota
4508
+
4509
+ # Required. gRPC Service name associated to be associated with the API proxy, on
4510
+ # which quota rules can be applied upon.
4511
+ # Corresponds to the JSON property `service`
4512
+ # @return [String]
4513
+ attr_accessor :service
4514
+
4515
+ def initialize(**args)
4516
+ update!(**args)
4517
+ end
4518
+
4519
+ # Update properties of this object
4520
+ def update!(**args)
4521
+ @api_source = args[:api_source] if args.key?(:api_source)
4522
+ @attributes = args[:attributes] if args.key?(:attributes)
4523
+ @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
4524
+ @quota = args[:quota] if args.key?(:quota)
4525
+ @service = args[:service] if args.key?(:service)
4526
+ end
4527
+ end
4528
+
4529
+ # List of gRPC operation configuration details associated with Apigee API
4530
+ # proxies.
4531
+ class GoogleCloudApigeeV1GrpcOperationGroup
4532
+ include Google::Apis::Core::Hashable
4533
+
4534
+ # Required. List of operation configurations for either Apigee API proxies that
4535
+ # are associated with this API product.
4536
+ # Corresponds to the JSON property `operationConfigs`
4537
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationConfig>]
4538
+ attr_accessor :operation_configs
4539
+
4540
+ def initialize(**args)
4541
+ update!(**args)
4542
+ end
4543
+
4544
+ # Update properties of this object
4545
+ def update!(**args)
4546
+ @operation_configs = args[:operation_configs] if args.key?(:operation_configs)
4547
+ end
4548
+ end
4549
+
4461
4550
  #
4462
4551
  class GoogleCloudApigeeV1IngressConfig
4463
4552
  include Google::Apis::Core::Hashable
@@ -6291,6 +6380,21 @@ module Google
6291
6380
  # @return [String]
6292
6381
  attr_accessor :description
6293
6382
 
6383
+ # Optional. Flag that specifies whether the VPC Peering through Private Google
6384
+ # Access should be disabled between the consumer network and Apigee. Valid only
6385
+ # when RuntimeType is set to CLOUD. Required if an authorizedNetwork on the
6386
+ # consumer project is not provided, in which case the flag should be set to true.
6387
+ # The value must be set before the creation of any Apigee runtime instance and
6388
+ # can be updated only when there are no runtime instances. **Note:** Apigee will
6389
+ # be deprecating the vpc peering model that requires you to provide '
6390
+ # authorizedNetwork', by making the non-peering model as the default way of
6391
+ # provisioning Apigee organization in future. So, this will be a temporary flag
6392
+ # to enable the transition. Not supported for Apigee hybrid.
6393
+ # Corresponds to the JSON property `disableVpcPeering`
6394
+ # @return [Boolean]
6395
+ attr_accessor :disable_vpc_peering
6396
+ alias_method :disable_vpc_peering?, :disable_vpc_peering
6397
+
6294
6398
  # Display name for the Apigee organization. Unused, but reserved for future use.
6295
6399
  # Corresponds to the JSON property `displayName`
6296
6400
  # @return [String]
@@ -6389,6 +6493,7 @@ module Google
6389
6493
  @created_at = args[:created_at] if args.key?(:created_at)
6390
6494
  @customer_name = args[:customer_name] if args.key?(:customer_name)
6391
6495
  @description = args[:description] if args.key?(:description)
6496
+ @disable_vpc_peering = args[:disable_vpc_peering] if args.key?(:disable_vpc_peering)
6392
6497
  @display_name = args[:display_name] if args.key?(:display_name)
6393
6498
  @environments = args[:environments] if args.key?(:environments)
6394
6499
  @expires_at = args[:expires_at] if args.key?(:expires_at)
@@ -6616,6 +6721,21 @@ module Google
6616
6721
  # @return [String]
6617
6722
  attr_accessor :authorized_network
6618
6723
 
6724
+ # Optional. Flag that specifies whether the VPC Peering through Private Google
6725
+ # Access should be disabled between the consumer network and Apigee. Required if
6726
+ # an authorizedNetwork on the consumer project is not provided, in which case
6727
+ # the flag should be set to true. The value must be set before the creation of
6728
+ # any Apigee runtime instance and can be updated only when there are no runtime
6729
+ # instances. **Note:** Apigee will be deprecating the vpc peering model that
6730
+ # requires you to provide 'authorizedNetwork', by making the non-peering model
6731
+ # as the default way of provisioning Apigee organization in future. So, this
6732
+ # will be a temporary flag to enable the transition. Not supported for Apigee
6733
+ # hybrid.
6734
+ # Corresponds to the JSON property `disableVpcPeering`
6735
+ # @return [Boolean]
6736
+ attr_accessor :disable_vpc_peering
6737
+ alias_method :disable_vpc_peering?, :disable_vpc_peering
6738
+
6619
6739
  # Cloud Platform location for the runtime instance. Defaults to zone `us-west1-a`
6620
6740
  # . If a region is provided, `EVAL` organizations will use the region for
6621
6741
  # automatically selecting a zone for the runtime instance.
@@ -6631,6 +6751,7 @@ module Google
6631
6751
  def update!(**args)
6632
6752
  @analytics_region = args[:analytics_region] if args.key?(:analytics_region)
6633
6753
  @authorized_network = args[:authorized_network] if args.key?(:authorized_network)
6754
+ @disable_vpc_peering = args[:disable_vpc_peering] if args.key?(:disable_vpc_peering)
6634
6755
  @runtime_location = args[:runtime_location] if args.key?(:runtime_location)
6635
6756
  end
6636
6757
  end
@@ -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.71.0"
19
+ GEM_VERSION = "0.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230627"
25
+ REVISION = "20230715"
26
26
  end
27
27
  end
28
28
  end
@@ -586,6 +586,18 @@ module Google
586
586
  include Google::Apis::Core::JsonObjectSupport
587
587
  end
588
588
 
589
+ class GoogleCloudApigeeV1GrpcOperationConfig
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class GoogleCloudApigeeV1GrpcOperationGroup
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
589
601
  class GoogleCloudApigeeV1IngressConfig
590
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
591
603
 
@@ -1654,6 +1666,8 @@ module Google
1654
1666
  collection :environments, as: 'environments'
1655
1667
  property :graphql_operation_group, as: 'graphqlOperationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphQlOperationGroup::Representation
1656
1668
 
1669
+ property :grpc_operation_group, as: 'grpcOperationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup::Representation
1670
+
1657
1671
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
1658
1672
  property :name, as: 'name'
1659
1673
  property :operation_group, as: 'operationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup::Representation
@@ -2391,6 +2405,7 @@ module Google
2391
2405
  property :description, as: 'description'
2392
2406
  property :display_name, as: 'displayName'
2393
2407
  property :forward_proxy_uri, as: 'forwardProxyUri'
2408
+ property :has_attached_flow_hooks, as: 'hasAttachedFlowHooks'
2394
2409
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2395
2410
  property :name, as: 'name'
2396
2411
  property :node_config, as: 'nodeConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1NodeConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1NodeConfig::Representation
@@ -2607,6 +2622,27 @@ module Google
2607
2622
  end
2608
2623
  end
2609
2624
 
2625
+ class GoogleCloudApigeeV1GrpcOperationConfig
2626
+ # @private
2627
+ class Representation < Google::Apis::Core::JsonRepresentation
2628
+ property :api_source, as: 'apiSource'
2629
+ collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
2630
+
2631
+ collection :methods_prop, as: 'methods'
2632
+ property :quota, as: 'quota', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota::Representation
2633
+
2634
+ property :service, as: 'service'
2635
+ end
2636
+ end
2637
+
2638
+ class GoogleCloudApigeeV1GrpcOperationGroup
2639
+ # @private
2640
+ class Representation < Google::Apis::Core::JsonRepresentation
2641
+ collection :operation_configs, as: 'operationConfigs', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationConfig::Representation
2642
+
2643
+ end
2644
+ end
2645
+
2610
2646
  class GoogleCloudApigeeV1IngressConfig
2611
2647
  # @private
2612
2648
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3170,6 +3206,7 @@ module Google
3170
3206
  property :created_at, :numeric_string => true, as: 'createdAt'
3171
3207
  property :customer_name, as: 'customerName'
3172
3208
  property :description, as: 'description'
3209
+ property :disable_vpc_peering, as: 'disableVpcPeering'
3173
3210
  property :display_name, as: 'displayName'
3174
3211
  collection :environments, as: 'environments'
3175
3212
  property :expires_at, :numeric_string => true, as: 'expiresAt'
@@ -3242,6 +3279,7 @@ module Google
3242
3279
  class Representation < Google::Apis::Core::JsonRepresentation
3243
3280
  property :analytics_region, as: 'analyticsRegion'
3244
3281
  property :authorized_network, as: 'authorizedNetwork'
3282
+ property :disable_vpc_peering, as: 'disableVpcPeering'
3245
3283
  property :runtime_location, as: 'runtimeLocation'
3246
3284
  end
3247
3285
  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.71.0
4
+ version: 0.73.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: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.73.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []