google-apis-apigee_v1 0.116.0 → 0.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c418ff6e81b172bd0dc7f72b94d5e9766a347aa1b45f501cb2dcbaa3e4c4e4b
4
- data.tar.gz: 172274edd8b5c94d3fbfde654d327a578bf67548da14baba25fe65ed4f4517fb
3
+ metadata.gz: bd64e1e987b13c739d595dad79b52c4b140d7919352f2119f5fc38e954d0aac4
4
+ data.tar.gz: 41fb306c54ecd20e6434ac4eb06655be8e910859886b0fad44b9a5cc699c6902
5
5
  SHA512:
6
- metadata.gz: f6eabd7778087369cf44e0f4c3b7f9cd2f3b79d14b5e3e13a39f24928241204467261674c2d35579fef9fb915c006771bf02335724f35231b4c8961eaf88ce37
7
- data.tar.gz: 105ffdbca46bf98a77da978fd5027e9836246cb56efc26e6a92feace9cac6f7b0be66e58b62bfe4d8215d630051aeba1f9ef3e734762e1e7499d146a1d3f0eeb
6
+ metadata.gz: a4d33c479edd428fc84112b322da0e18f7e0e3931f95d6ee01686f47ecc6f5e7c9fe169fa3186df8877713e7ebd933af0e5f95d8c207cb08b856623cf86c7d09
7
+ data.tar.gz: 581f65a13d9a259a5c9b1fe505a8930888cbca410f46e25e8e7dafb6faff24f955fd71fa14c661f9721bff1eef248edd57f43e4d8ab93e65fd23f2e20929cb43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.117.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251125
6
+
3
7
  ### v0.116.0 (2025-11-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20251105
@@ -994,6 +994,32 @@ module Google
994
994
  # @return [Fixnum]
995
995
  attr_accessor :last_modified_at
996
996
 
997
+ # List of LLM operation configuration details associated with Apigee API proxies.
998
+ # Corresponds to the JSON property `llmOperationGroup`
999
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationGroup]
1000
+ attr_accessor :llm_operation_group
1001
+
1002
+ # Optional. Number of LLM tokens permitted per app by this API product for the
1003
+ # specified `llm_quota_interval` and `llm_quota_time_unit`. For example, an `
1004
+ # llm_quota` of 50,000, for an `llm_quota_interval` of 12 and an `
1005
+ # llm_quota_time_unit` of hours means 50,000 llm tokens are allowed to be used
1006
+ # every 12 hours.
1007
+ # Corresponds to the JSON property `llmQuota`
1008
+ # @return [String]
1009
+ attr_accessor :llm_quota
1010
+
1011
+ # Optional. Time interval over which the number of tokens from LLM responses is
1012
+ # calculated.
1013
+ # Corresponds to the JSON property `llmQuotaInterval`
1014
+ # @return [String]
1015
+ attr_accessor :llm_quota_interval
1016
+
1017
+ # Optional. Time unit defined for the `llm_quota_interval`. Valid values include
1018
+ # `minute`, `hour`, `day`, or `month`.
1019
+ # Corresponds to the JSON property `llmQuotaTimeUnit`
1020
+ # @return [String]
1021
+ attr_accessor :llm_quota_time_unit
1022
+
997
1023
  # Internal name of the API product. Characters you can use in the name are
998
1024
  # restricted to: `A-Z0-9._\-$ %`. **Note:** The internal name cannot be edited
999
1025
  # when updating the API product.
@@ -1079,6 +1105,10 @@ module Google
1079
1105
  @graphql_operation_group = args[:graphql_operation_group] if args.key?(:graphql_operation_group)
1080
1106
  @grpc_operation_group = args[:grpc_operation_group] if args.key?(:grpc_operation_group)
1081
1107
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
1108
+ @llm_operation_group = args[:llm_operation_group] if args.key?(:llm_operation_group)
1109
+ @llm_quota = args[:llm_quota] if args.key?(:llm_quota)
1110
+ @llm_quota_interval = args[:llm_quota_interval] if args.key?(:llm_quota_interval)
1111
+ @llm_quota_time_unit = args[:llm_quota_time_unit] if args.key?(:llm_quota_time_unit)
1082
1112
  @name = args[:name] if args.key?(:name)
1083
1113
  @operation_group = args[:operation_group] if args.key?(:operation_group)
1084
1114
  @proxies = args[:proxies] if args.key?(:proxies)
@@ -5963,6 +5993,13 @@ module Google
5963
5993
  attr_accessor :encrypted
5964
5994
  alias_method :encrypted?, :encrypted
5965
5995
 
5996
+ # Optional. Flag that specifies whether entry values will be masked when
5997
+ # returned.
5998
+ # Corresponds to the JSON property `maskedValues`
5999
+ # @return [Boolean]
6000
+ attr_accessor :masked_values
6001
+ alias_method :masked_values?, :masked_values
6002
+
5966
6003
  # Required. ID of the key value map.
5967
6004
  # Corresponds to the JSON property `name`
5968
6005
  # @return [String]
@@ -5975,6 +6012,7 @@ module Google
5975
6012
  # Update properties of this object
5976
6013
  def update!(**args)
5977
6014
  @encrypted = args[:encrypted] if args.key?(:encrypted)
6015
+ @masked_values = args[:masked_values] if args.key?(:masked_values)
5978
6016
  @name = args[:name] if args.key?(:name)
5979
6017
  end
5980
6018
  end
@@ -7095,6 +7133,143 @@ module Google
7095
7133
  end
7096
7134
  end
7097
7135
 
7136
+ # Represents the pairing of REST resource path, model and the actions (verbs)
7137
+ # allowed on the resource path.
7138
+ class GoogleCloudApigeeV1LlmOperation
7139
+ include Google::Apis::Core::Hashable
7140
+
7141
+ # Optional. methods refers to the REST verbs as in https://httpwg.org/specs/
7142
+ # rfc9110.html For example: GET, POST, PUT, DELETE, etc. They need to be in
7143
+ # uppercase. When none specified, all verb types are allowed.
7144
+ # Corresponds to the JSON property `methods`
7145
+ # @return [Array<String>]
7146
+ attr_accessor :methods_prop
7147
+
7148
+ # Required. LLM model name associated with the API proxy
7149
+ # Corresponds to the JSON property `model`
7150
+ # @return [String]
7151
+ attr_accessor :model
7152
+
7153
+ # Required. REST resource path associated with the API proxy or remote service.
7154
+ # Corresponds to the JSON property `resource`
7155
+ # @return [String]
7156
+ attr_accessor :resource
7157
+
7158
+ def initialize(**args)
7159
+ update!(**args)
7160
+ end
7161
+
7162
+ # Update properties of this object
7163
+ def update!(**args)
7164
+ @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
7165
+ @model = args[:model] if args.key?(:model)
7166
+ @resource = args[:resource] if args.key?(:resource)
7167
+ end
7168
+ end
7169
+
7170
+ # Binds the resources in an API proxy or remote service with the allowed REST
7171
+ # methods and associated quota enforcement.
7172
+ class GoogleCloudApigeeV1LlmOperationConfig
7173
+ include Google::Apis::Core::Hashable
7174
+
7175
+ # Required. Name of the API proxy or remote service with which the resources,
7176
+ # methods, and quota are associated.
7177
+ # Corresponds to the JSON property `apiSource`
7178
+ # @return [String]
7179
+ attr_accessor :api_source
7180
+
7181
+ # Optional. Custom attributes associated with the operation.
7182
+ # Corresponds to the JSON property `attributes`
7183
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>]
7184
+ attr_accessor :attributes
7185
+
7186
+ # Required. List of resource/method/model for the API proxy to which quota will
7187
+ # applied. **Note**: Currently, you can specify only a single resource/method/
7188
+ # model mapping. The call will fail if more than one resource/method/model
7189
+ # mappings are provided.
7190
+ # Corresponds to the JSON property `llmOperations`
7191
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperation>]
7192
+ attr_accessor :llm_operations
7193
+
7194
+ # LLM Token Quota contains the essential parameters needed that can be applied
7195
+ # on the resources, methods, models, API source combination associated with this
7196
+ # API product. While LLM Token Quota is optional, setting it prevents requests
7197
+ # from exceeding the provisioned parameters.
7198
+ # Corresponds to the JSON property `llmTokenQuota`
7199
+ # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmTokenQuota]
7200
+ attr_accessor :llm_token_quota
7201
+
7202
+ def initialize(**args)
7203
+ update!(**args)
7204
+ end
7205
+
7206
+ # Update properties of this object
7207
+ def update!(**args)
7208
+ @api_source = args[:api_source] if args.key?(:api_source)
7209
+ @attributes = args[:attributes] if args.key?(:attributes)
7210
+ @llm_operations = args[:llm_operations] if args.key?(:llm_operations)
7211
+ @llm_token_quota = args[:llm_token_quota] if args.key?(:llm_token_quota)
7212
+ end
7213
+ end
7214
+
7215
+ # List of LLM operation configuration details associated with Apigee API proxies.
7216
+ class GoogleCloudApigeeV1LlmOperationGroup
7217
+ include Google::Apis::Core::Hashable
7218
+
7219
+ # Required. List of LLM operation configurations for either Apigee API proxies
7220
+ # that are associated with this API product.
7221
+ # Corresponds to the JSON property `operationConfigs`
7222
+ # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationConfig>]
7223
+ attr_accessor :operation_configs
7224
+
7225
+ def initialize(**args)
7226
+ update!(**args)
7227
+ end
7228
+
7229
+ # Update properties of this object
7230
+ def update!(**args)
7231
+ @operation_configs = args[:operation_configs] if args.key?(:operation_configs)
7232
+ end
7233
+ end
7234
+
7235
+ # LLM Token Quota contains the essential parameters needed that can be applied
7236
+ # on the resources, methods, models, API source combination associated with this
7237
+ # API product. While LLM Token Quota is optional, setting it prevents requests
7238
+ # from exceeding the provisioned parameters.
7239
+ class GoogleCloudApigeeV1LlmTokenQuota
7240
+ include Google::Apis::Core::Hashable
7241
+
7242
+ # Required. Time interval over which the number of request messages is
7243
+ # calculated.
7244
+ # Corresponds to the JSON property `interval`
7245
+ # @return [String]
7246
+ attr_accessor :interval
7247
+
7248
+ # Required. Upper limit of LLM tokens allowed for the time interval and time
7249
+ # unit specified. Requests exceeding this limit will be rejected.
7250
+ # Corresponds to the JSON property `limit`
7251
+ # @return [String]
7252
+ attr_accessor :limit
7253
+
7254
+ # Optional. Time unit defined for the `interval`. Valid values include `minute`,
7255
+ # `hour`, `day`, or `month`. If `limit` and `interval` are valid, the default
7256
+ # value is `hour`; otherwise, the default is null.
7257
+ # Corresponds to the JSON property `timeUnit`
7258
+ # @return [String]
7259
+ attr_accessor :time_unit
7260
+
7261
+ def initialize(**args)
7262
+ update!(**args)
7263
+ end
7264
+
7265
+ # Update properties of this object
7266
+ def update!(**args)
7267
+ @interval = args[:interval] if args.key?(:interval)
7268
+ @limit = args[:limit] if args.key?(:limit)
7269
+ @time_unit = args[:time_unit] if args.key?(:time_unit)
7270
+ end
7271
+ end
7272
+
7098
7273
  # MaintenanceUpdatePolicy specifies the preferred window to perform maintenance
7099
7274
  # on the instance (day of the week and time of day).
7100
7275
  class GoogleCloudApigeeV1MaintenanceUpdatePolicy
@@ -12873,8 +13048,9 @@ module Google
12873
13048
  attr_accessor :operations
12874
13049
 
12875
13050
  # Unordered list. Unreachable resources. Populated when the request sets `
12876
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
12877
- # when attempting to list all resources across all supported locations.
13051
+ # ListOperationsRequest.return_partial_success` and reads across collections.
13052
+ # For example, when attempting to list all resources across all supported
13053
+ # locations.
12878
13054
  # Corresponds to the JSON property `unreachable`
12879
13055
  # @return [Array<String>]
12880
13056
  attr_accessor :unreachable
@@ -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.116.0"
19
+ GEM_VERSION = "0.117.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251105"
25
+ REVISION = "20251125"
26
26
  end
27
27
  end
28
28
  end
@@ -1084,6 +1084,30 @@ module Google
1084
1084
  include Google::Apis::Core::JsonObjectSupport
1085
1085
  end
1086
1086
 
1087
+ class GoogleCloudApigeeV1LlmOperation
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class GoogleCloudApigeeV1LlmOperationConfig
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GoogleCloudApigeeV1LlmOperationGroup
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class GoogleCloudApigeeV1LlmTokenQuota
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1087
1111
  class GoogleCloudApigeeV1MaintenanceUpdatePolicy
1088
1112
  class Representation < Google::Apis::Core::JsonRepresentation; end
1089
1113
 
@@ -2223,6 +2247,11 @@ module Google
2223
2247
  property :grpc_operation_group, as: 'grpcOperationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup::Representation
2224
2248
 
2225
2249
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2250
+ property :llm_operation_group, as: 'llmOperationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationGroup::Representation
2251
+
2252
+ property :llm_quota, as: 'llmQuota'
2253
+ property :llm_quota_interval, as: 'llmQuotaInterval'
2254
+ property :llm_quota_time_unit, as: 'llmQuotaTimeUnit'
2226
2255
  property :name, as: 'name'
2227
2256
  property :operation_group, as: 'operationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup::Representation
2228
2257
 
@@ -3485,6 +3514,7 @@ module Google
3485
3514
  # @private
3486
3515
  class Representation < Google::Apis::Core::JsonRepresentation
3487
3516
  property :encrypted, as: 'encrypted'
3517
+ property :masked_values, as: 'maskedValues'
3488
3518
  property :name, as: 'name'
3489
3519
  end
3490
3520
  end
@@ -3880,6 +3910,45 @@ module Google
3880
3910
  end
3881
3911
  end
3882
3912
 
3913
+ class GoogleCloudApigeeV1LlmOperation
3914
+ # @private
3915
+ class Representation < Google::Apis::Core::JsonRepresentation
3916
+ collection :methods_prop, as: 'methods'
3917
+ property :model, as: 'model'
3918
+ property :resource, as: 'resource'
3919
+ end
3920
+ end
3921
+
3922
+ class GoogleCloudApigeeV1LlmOperationConfig
3923
+ # @private
3924
+ class Representation < Google::Apis::Core::JsonRepresentation
3925
+ property :api_source, as: 'apiSource'
3926
+ collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
3927
+
3928
+ collection :llm_operations, as: 'llmOperations', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperation::Representation
3929
+
3930
+ property :llm_token_quota, as: 'llmTokenQuota', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmTokenQuota, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmTokenQuota::Representation
3931
+
3932
+ end
3933
+ end
3934
+
3935
+ class GoogleCloudApigeeV1LlmOperationGroup
3936
+ # @private
3937
+ class Representation < Google::Apis::Core::JsonRepresentation
3938
+ collection :operation_configs, as: 'operationConfigs', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationConfig::Representation
3939
+
3940
+ end
3941
+ end
3942
+
3943
+ class GoogleCloudApigeeV1LlmTokenQuota
3944
+ # @private
3945
+ class Representation < Google::Apis::Core::JsonRepresentation
3946
+ property :interval, as: 'interval'
3947
+ property :limit, as: 'limit'
3948
+ property :time_unit, as: 'timeUnit'
3949
+ end
3950
+ end
3951
+
3883
3952
  class GoogleCloudApigeeV1MaintenanceUpdatePolicy
3884
3953
  # @private
3885
3954
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8782,8 +8782,8 @@ module Google
8782
8782
 
8783
8783
  # Delete a SecurityAction.
8784
8784
  # @param [String] name
8785
- # Required. The name of the security monitoring condition to delete. Format: `
8786
- # organizations/`org`/environment/`env`/securityActions/`security_action``
8785
+ # Required. The name of the security action to delete. Format: `organizations/`
8786
+ # org`/environment/`env`/securityActions/`security_action``
8787
8787
  # @param [String] fields
8788
8788
  # Selector specifying which fields to include in a partial response.
8789
8789
  # @param [String] quota_user
@@ -11460,11 +11460,12 @@ module Google
11460
11460
  # The standard list page token.
11461
11461
  # @param [Boolean] return_partial_success
11462
11462
  # When set to `true`, operations that are reachable are returned as normal, and
11463
- # those that are unreachable are returned in the [ListOperationsResponse.
11464
- # unreachable] field. This can only be `true` when reading across collections e.
11465
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
11466
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
11467
- # explicitly documented otherwise in service or product specific documentation.
11463
+ # those that are unreachable are returned in the ListOperationsResponse.
11464
+ # unreachable field. This can only be `true` when reading across collections.
11465
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
11466
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
11467
+ # if set unless explicitly documented otherwise in service or product specific
11468
+ # documentation.
11468
11469
  # @param [String] fields
11469
11470
  # Selector specifying which fields to include in a partial response.
11470
11471
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.116.0
4
+ version: 0.117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.116.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.117.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
62
62
  rdoc_options: []
63
63
  require_paths: