google-apis-apigee_v1 0.72.0 → 0.74.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/apigee_v1/classes.rb +112 -0
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +39 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 593db79ef10131c31ff53cdae73b7fb7363231335a250041ee9dc13f5590a938
|
4
|
+
data.tar.gz: 209b44cc690ea3d9340effd6c8ab7cb71f36ebb901b2a858d0c23715b755396a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6393c0db87e4a3686a353c0fe69fa654ddeb07554b48dd284d531d21c33ab7c4b53785ed40c9e6bca29fcb4227e65a72af21395e5c0968059f9ea45f7e76f0f6
|
7
|
+
data.tar.gz: c69de9b8dce254ddec0cd25e3cc02ac3deaacda9fe29fd889ce5ef9d78c9b95c9ef43f9d45f6ee73216bd252a6312bf09f5718f35832373fbb40cf5d9b9b9b5d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-apigee_v1
|
2
2
|
|
3
|
+
### v0.74.0 (2023-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230721
|
6
|
+
|
7
|
+
### v0.73.0 (2023-07-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230715
|
10
|
+
|
3
11
|
### v0.72.0 (2023-07-09)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230630
|
@@ -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)
|
@@ -812,6 +819,13 @@ module Google
|
|
812
819
|
# @return [Hash<String,String>]
|
813
820
|
attr_accessor :entity_meta_data_as_properties
|
814
821
|
|
822
|
+
# Output only. This field will be marked as true if revision contains any
|
823
|
+
# policies marked as extensible.
|
824
|
+
# Corresponds to the JSON property `hasExtensiblePolicy`
|
825
|
+
# @return [Boolean]
|
826
|
+
attr_accessor :has_extensible_policy
|
827
|
+
alias_method :has_extensible_policy?, :has_extensible_policy
|
828
|
+
|
815
829
|
# List of IntegrationEndpoints in the '/integration-endpoints' directory of the
|
816
830
|
# API proxy. This is a 'manifest' setting designed to provide visibility into
|
817
831
|
# the contents of the API proxy.
|
@@ -920,6 +934,7 @@ module Google
|
|
920
934
|
@description = args[:description] if args.key?(:description)
|
921
935
|
@display_name = args[:display_name] if args.key?(:display_name)
|
922
936
|
@entity_meta_data_as_properties = args[:entity_meta_data_as_properties] if args.key?(:entity_meta_data_as_properties)
|
937
|
+
@has_extensible_policy = args[:has_extensible_policy] if args.key?(:has_extensible_policy)
|
923
938
|
@integration_endpoints = args[:integration_endpoints] if args.key?(:integration_endpoints)
|
924
939
|
@last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
|
925
940
|
@name = args[:name] if args.key?(:name)
|
@@ -2741,6 +2756,14 @@ module Google
|
|
2741
2756
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1PodStatus>]
|
2742
2757
|
attr_accessor :pods
|
2743
2758
|
|
2759
|
+
# Output only. The type of the deployment (standard or extensible) Deployed
|
2760
|
+
# proxy revision will be marked as extensible in following 2 cases. 1. The
|
2761
|
+
# deployed proxy revision uses extensible policies. 2. If a environment supports
|
2762
|
+
# flowhooks and flow hook is configured.
|
2763
|
+
# Corresponds to the JSON property `proxyDeploymentType`
|
2764
|
+
# @return [String]
|
2765
|
+
attr_accessor :proxy_deployment_type
|
2766
|
+
|
2744
2767
|
# API proxy revision.
|
2745
2768
|
# Corresponds to the JSON property `revision`
|
2746
2769
|
# @return [String]
|
@@ -2780,6 +2803,7 @@ module Google
|
|
2780
2803
|
@errors = args[:errors] if args.key?(:errors)
|
2781
2804
|
@instances = args[:instances] if args.key?(:instances)
|
2782
2805
|
@pods = args[:pods] if args.key?(:pods)
|
2806
|
+
@proxy_deployment_type = args[:proxy_deployment_type] if args.key?(:proxy_deployment_type)
|
2783
2807
|
@revision = args[:revision] if args.key?(:revision)
|
2784
2808
|
@route_conflicts = args[:route_conflicts] if args.key?(:route_conflicts)
|
2785
2809
|
@service_account = args[:service_account] if args.key?(:service_account)
|
@@ -3638,6 +3662,12 @@ module Google
|
|
3638
3662
|
# @return [String]
|
3639
3663
|
attr_accessor :forward_proxy_uri
|
3640
3664
|
|
3665
|
+
#
|
3666
|
+
# Corresponds to the JSON property `hasAttachedFlowHooks`
|
3667
|
+
# @return [Boolean]
|
3668
|
+
attr_accessor :has_attached_flow_hooks
|
3669
|
+
alias_method :has_attached_flow_hooks?, :has_attached_flow_hooks
|
3670
|
+
|
3641
3671
|
# Output only. Last modification time of this environment as milliseconds since
|
3642
3672
|
# epoch.
|
3643
3673
|
# Corresponds to the JSON property `lastModifiedAt`
|
@@ -3668,6 +3698,11 @@ module Google
|
|
3668
3698
|
# @return [String]
|
3669
3699
|
attr_accessor :state
|
3670
3700
|
|
3701
|
+
# Optional. EnvironmentType selected for the environment.
|
3702
|
+
# Corresponds to the JSON property `type`
|
3703
|
+
# @return [String]
|
3704
|
+
attr_accessor :type
|
3705
|
+
|
3671
3706
|
def initialize(**args)
|
3672
3707
|
update!(**args)
|
3673
3708
|
end
|
@@ -3680,11 +3715,13 @@ module Google
|
|
3680
3715
|
@description = args[:description] if args.key?(:description)
|
3681
3716
|
@display_name = args[:display_name] if args.key?(:display_name)
|
3682
3717
|
@forward_proxy_uri = args[:forward_proxy_uri] if args.key?(:forward_proxy_uri)
|
3718
|
+
@has_attached_flow_hooks = args[:has_attached_flow_hooks] if args.key?(:has_attached_flow_hooks)
|
3683
3719
|
@last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
|
3684
3720
|
@name = args[:name] if args.key?(:name)
|
3685
3721
|
@node_config = args[:node_config] if args.key?(:node_config)
|
3686
3722
|
@properties = args[:properties] if args.key?(:properties)
|
3687
3723
|
@state = args[:state] if args.key?(:state)
|
3724
|
+
@type = args[:type] if args.key?(:type)
|
3688
3725
|
end
|
3689
3726
|
end
|
3690
3727
|
|
@@ -4458,6 +4495,81 @@ module Google
|
|
4458
4495
|
end
|
4459
4496
|
end
|
4460
4497
|
|
4498
|
+
# Binds the resources in a proxy or remote service with the gRPC operation and
|
4499
|
+
# its associated quota enforcement.
|
4500
|
+
class GoogleCloudApigeeV1GrpcOperationConfig
|
4501
|
+
include Google::Apis::Core::Hashable
|
4502
|
+
|
4503
|
+
# Required. Name of the API proxy with which the gRPC operation and quota are
|
4504
|
+
# associated.
|
4505
|
+
# Corresponds to the JSON property `apiSource`
|
4506
|
+
# @return [String]
|
4507
|
+
attr_accessor :api_source
|
4508
|
+
|
4509
|
+
# Custom attributes associated with the operation.
|
4510
|
+
# Corresponds to the JSON property `attributes`
|
4511
|
+
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>]
|
4512
|
+
attr_accessor :attributes
|
4513
|
+
|
4514
|
+
# List of unqualified gRPC method names for the proxy to which quota will be
|
4515
|
+
# applied. If this field is empty, the Quota will apply to all operations on the
|
4516
|
+
# gRPC service defined on the proxy. Example: Given a proxy that is configured
|
4517
|
+
# to serve com.petstore.PetService, the methods com.petstore.PetService.ListPets
|
4518
|
+
# and com.petstore.PetService.GetPet would be specified here as simply ["
|
4519
|
+
# ListPets", "GetPet"].
|
4520
|
+
# Corresponds to the JSON property `methods`
|
4521
|
+
# @return [Array<String>]
|
4522
|
+
attr_accessor :methods_prop
|
4523
|
+
|
4524
|
+
# Quota contains the essential parameters needed that can be applied on the
|
4525
|
+
# resources, methods, API source combination associated with this API product.
|
4526
|
+
# While Quota is optional, setting it prevents requests from exceeding the
|
4527
|
+
# provisioned parameters.
|
4528
|
+
# Corresponds to the JSON property `quota`
|
4529
|
+
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota]
|
4530
|
+
attr_accessor :quota
|
4531
|
+
|
4532
|
+
# Required. gRPC Service name associated to be associated with the API proxy, on
|
4533
|
+
# which quota rules can be applied upon.
|
4534
|
+
# Corresponds to the JSON property `service`
|
4535
|
+
# @return [String]
|
4536
|
+
attr_accessor :service
|
4537
|
+
|
4538
|
+
def initialize(**args)
|
4539
|
+
update!(**args)
|
4540
|
+
end
|
4541
|
+
|
4542
|
+
# Update properties of this object
|
4543
|
+
def update!(**args)
|
4544
|
+
@api_source = args[:api_source] if args.key?(:api_source)
|
4545
|
+
@attributes = args[:attributes] if args.key?(:attributes)
|
4546
|
+
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
|
4547
|
+
@quota = args[:quota] if args.key?(:quota)
|
4548
|
+
@service = args[:service] if args.key?(:service)
|
4549
|
+
end
|
4550
|
+
end
|
4551
|
+
|
4552
|
+
# List of gRPC operation configuration details associated with Apigee API
|
4553
|
+
# proxies.
|
4554
|
+
class GoogleCloudApigeeV1GrpcOperationGroup
|
4555
|
+
include Google::Apis::Core::Hashable
|
4556
|
+
|
4557
|
+
# Required. List of operation configurations for either Apigee API proxies that
|
4558
|
+
# are associated with this API product.
|
4559
|
+
# Corresponds to the JSON property `operationConfigs`
|
4560
|
+
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationConfig>]
|
4561
|
+
attr_accessor :operation_configs
|
4562
|
+
|
4563
|
+
def initialize(**args)
|
4564
|
+
update!(**args)
|
4565
|
+
end
|
4566
|
+
|
4567
|
+
# Update properties of this object
|
4568
|
+
def update!(**args)
|
4569
|
+
@operation_configs = args[:operation_configs] if args.key?(:operation_configs)
|
4570
|
+
end
|
4571
|
+
end
|
4572
|
+
|
4461
4573
|
#
|
4462
4574
|
class GoogleCloudApigeeV1IngressConfig
|
4463
4575
|
include Google::Apis::Core::Hashable
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.74.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 = "
|
25
|
+
REVISION = "20230721"
|
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
|
@@ -1701,6 +1715,7 @@ module Google
|
|
1701
1715
|
property :description, as: 'description'
|
1702
1716
|
property :display_name, as: 'displayName'
|
1703
1717
|
hash :entity_meta_data_as_properties, as: 'entityMetaDataAsProperties'
|
1718
|
+
property :has_extensible_policy, as: 'hasExtensiblePolicy'
|
1704
1719
|
collection :integration_endpoints, as: 'integrationEndpoints'
|
1705
1720
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
1706
1721
|
property :name, as: 'name'
|
@@ -2171,6 +2186,7 @@ module Google
|
|
2171
2186
|
|
2172
2187
|
collection :pods, as: 'pods', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1PodStatus, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1PodStatus::Representation
|
2173
2188
|
|
2189
|
+
property :proxy_deployment_type, as: 'proxyDeploymentType'
|
2174
2190
|
property :revision, as: 'revision'
|
2175
2191
|
collection :route_conflicts, as: 'routeConflicts', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict::Representation
|
2176
2192
|
|
@@ -2391,6 +2407,7 @@ module Google
|
|
2391
2407
|
property :description, as: 'description'
|
2392
2408
|
property :display_name, as: 'displayName'
|
2393
2409
|
property :forward_proxy_uri, as: 'forwardProxyUri'
|
2410
|
+
property :has_attached_flow_hooks, as: 'hasAttachedFlowHooks'
|
2394
2411
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
2395
2412
|
property :name, as: 'name'
|
2396
2413
|
property :node_config, as: 'nodeConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1NodeConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1NodeConfig::Representation
|
@@ -2398,6 +2415,7 @@ module Google
|
|
2398
2415
|
property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
|
2399
2416
|
|
2400
2417
|
property :state, as: 'state'
|
2418
|
+
property :type, as: 'type'
|
2401
2419
|
end
|
2402
2420
|
end
|
2403
2421
|
|
@@ -2607,6 +2625,27 @@ module Google
|
|
2607
2625
|
end
|
2608
2626
|
end
|
2609
2627
|
|
2628
|
+
class GoogleCloudApigeeV1GrpcOperationConfig
|
2629
|
+
# @private
|
2630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2631
|
+
property :api_source, as: 'apiSource'
|
2632
|
+
collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
|
2633
|
+
|
2634
|
+
collection :methods_prop, as: 'methods'
|
2635
|
+
property :quota, as: 'quota', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Quota::Representation
|
2636
|
+
|
2637
|
+
property :service, as: 'service'
|
2638
|
+
end
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
class GoogleCloudApigeeV1GrpcOperationGroup
|
2642
|
+
# @private
|
2643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2644
|
+
collection :operation_configs, as: 'operationConfigs', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationConfig::Representation
|
2645
|
+
|
2646
|
+
end
|
2647
|
+
end
|
2648
|
+
|
2610
2649
|
class GoogleCloudApigeeV1IngressConfig
|
2611
2650
|
# @private
|
2612
2651
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
4
|
+
version: 0.74.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-
|
11
|
+
date: 2023-08-06 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.74.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: []
|