google-apis-apigee_v1 0.23.0 → 0.27.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: 7a9394258c01fb9dc8e3c732504b2071b3eaac1fd93d1e1cccb921c1ea51d087
4
- data.tar.gz: 9aa8794ff6a1e1de4ce0ef6b23c348649359e6470c7b6d333acae4bce9eb2c5a
3
+ metadata.gz: 8510b16003bb9852f3f84506199a370d94f9a2c632b5bbc982defcb27efe15e1
4
+ data.tar.gz: c143f7f8712875bda1ca27e0471e39775d4c7c4c3dddb53754e7be60c4e44360
5
5
  SHA512:
6
- metadata.gz: d7f6fef0fa3baa9d8a06c35d7591e54573e4c21a96c5b4c75d9940cd15d9ba0ba814edd8308525fbd2e416284c2542c0c18133e794e06afc0b7148d606a72032
7
- data.tar.gz: d1e6f39061cf361a3aa9b4214bcb75ba9d0d0ba6bd13acb185f13891962ba1e35d5b89956769d4349f99cf67043ee9eb3f0c4cd3abc9c961f3adc3eef5c3174b
6
+ metadata.gz: 9aa2ef8c557f7ce04190d75200fd444e832b80da179cdff864bfd86c2092c92998f14d169be8bb496a4da5c23d1265a5c8523b59e19de1c33a718ee02d6cf62b
7
+ data.tar.gz: e513bbc6cdc84605870c16e60c9a8ba3169de57a48c2ff8353e19ba200a62953ab275d1fccc6e0926632495ce755beb00482ff32bbf2e830c932c59698f00053
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.27.0 (2021-11-10)
4
+
5
+ * Regenerated from discovery document revision 20211108
6
+
7
+ ### v0.26.0 (2021-11-03)
8
+
9
+ * Regenerated from discovery document revision 20211101
10
+
11
+ ### v0.25.0 (2021-10-26)
12
+
13
+ * Regenerated from discovery document revision 20211021
14
+
15
+ ### v0.24.0 (2021-10-05)
16
+
17
+ * Regenerated from discovery document revision 20211002
18
+
3
19
  ### v0.23.0 (2021-09-28)
4
20
 
5
21
  * Regenerated from discovery document revision 20210924
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Apigee service in particular.)
67
67
 
@@ -719,6 +719,13 @@ module Google
719
719
  # @return [Hash<String,String>]
720
720
  attr_accessor :entity_meta_data_as_properties
721
721
 
722
+ # List of IntegrationEndpoints in the '/integration-endpoints' directory of the
723
+ # API proxy. This is a 'manifest' setting designed to provide visibility into
724
+ # the contents of the API proxy.
725
+ # Corresponds to the JSON property `integrationEndpoints`
726
+ # @return [Array<String>]
727
+ attr_accessor :integration_endpoints
728
+
722
729
  # Time that the API proxy revision was last modified in milliseconds since epoch.
723
730
  # Corresponds to the JSON property `lastModifiedAt`
724
731
  # @return [Fixnum]
@@ -819,6 +826,7 @@ module Google
819
826
  @description = args[:description] if args.key?(:description)
820
827
  @display_name = args[:display_name] if args.key?(:display_name)
821
828
  @entity_meta_data_as_properties = args[:entity_meta_data_as_properties] if args.key?(:entity_meta_data_as_properties)
829
+ @integration_endpoints = args[:integration_endpoints] if args.key?(:integration_endpoints)
822
830
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
823
831
  @name = args[:name] if args.key?(:name)
824
832
  @policies = args[:policies] if args.key?(:policies)
@@ -2851,16 +2859,16 @@ module Google
2851
2859
  end
2852
2860
  end
2853
2861
 
2854
- # This message type encapsulates a metric grouped by dimension.
2862
+ # Encapsulates a metric grouped by dimension.
2855
2863
  class GoogleCloudApigeeV1DimensionMetric
2856
2864
  include Google::Apis::Core::Hashable
2857
2865
 
2858
- # This field contains a list of metrics.
2866
+ # List of metrics.
2859
2867
  # Corresponds to the JSON property `metrics`
2860
2868
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric>]
2861
2869
  attr_accessor :metrics
2862
2870
 
2863
- # This field contains the name of the dimension.
2871
+ # Name of the dimension.
2864
2872
  # Corresponds to the JSON property `name`
2865
2873
  # @return [String]
2866
2874
  attr_accessor :name
@@ -4639,7 +4647,7 @@ module Google
4639
4647
  end
4640
4648
  end
4641
4649
 
4642
- # This message type encapsulates additional information about query execution.
4650
+ # Encapsulates additional information about query execution.
4643
4651
  class GoogleCloudApigeeV1Metadata
4644
4652
  include Google::Apis::Core::Hashable
4645
4653
 
@@ -4648,10 +4656,10 @@ module Google
4648
4656
  # @return [Array<String>]
4649
4657
  attr_accessor :errors
4650
4658
 
4651
- # List of additional information such as data source, if result was truncated
4652
- # etc. E.g "notices": [ "Source:Postgres", "PG Host:uappg0rw.e2e.apigeeks.net", "
4653
- # query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table used: edge.api.
4654
- # uapgroup2.agg_api" ]
4659
+ # List of additional information such as data source, if result was truncated.
4660
+ # For example: ``` "notices": [ "Source:Postgres", "PG Host:uappg0rw.e2e.
4661
+ # apigeeks.net", "query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table
4662
+ # used: edge.api.uapgroup2.agg_api" ]```
4655
4663
  # Corresponds to the JSON property `notices`
4656
4664
  # @return [Array<String>]
4657
4665
  attr_accessor :notices
@@ -4667,20 +4675,20 @@ module Google
4667
4675
  end
4668
4676
  end
4669
4677
 
4670
- # This message type encapsulates the metric data point. Example: ` "name": "sum(
4678
+ # Encapsulates the metric data point. For example: ```` "name": "sum(
4671
4679
  # message_count)", "values" : [ ` "timestamp": 1549004400000, "value": "39.0" `,
4672
- # ` "timestamp" : 1548997200000, "value" : "0.0" ` ] ` or ` "name": "sum(
4673
- # message_count)", "values" : ["39.0"] `
4680
+ # ` "timestamp" : 1548997200000, "value" : "0.0" ` ] ```` or ```` "name": "sum(
4681
+ # message_count)", "values" : ["39.0"] ````
4674
4682
  class GoogleCloudApigeeV1Metric
4675
4683
  include Google::Apis::Core::Hashable
4676
4684
 
4677
- # This field contains the metric name.
4685
+ # Metric name.
4678
4686
  # Corresponds to the JSON property `name`
4679
4687
  # @return [String]
4680
4688
  attr_accessor :name
4681
4689
 
4682
- # List of metric values. Possible value format: "values":["39.0"] or "values":[ `
4683
- # "value": "39.0", "timestamp": 1232434354` ]
4690
+ # List of metric values. Possible value formats include: `"values":["39.0"]` or `
4691
+ # "values":[ ` "value": "39.0", "timestamp": 1232434354` ]`
4684
4692
  # Corresponds to the JSON property `values`
4685
4693
  # @return [Array<Object>]
4686
4694
  attr_accessor :values
@@ -4929,7 +4937,7 @@ module Google
4929
4937
  class GoogleCloudApigeeV1OptimizedStats
4930
4938
  include Google::Apis::Core::Hashable
4931
4939
 
4932
- # This message type encapsulates a response format for Js Optimized Scenario.
4940
+ # Encapsulates a response format for JavaScript Optimized Scenario.
4933
4941
  # Corresponds to the JSON property `Response`
4934
4942
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsResponse]
4935
4943
  attr_accessor :response
@@ -4944,11 +4952,11 @@ module Google
4944
4952
  end
4945
4953
  end
4946
4954
 
4947
- # This message type encapsulates a data node as represented below: ` "identifier"
4948
- # : ` "names": [ "apiproxy" ], "values": [ "sirjee" ] `, "metric": [ ` "env": "
4949
- # prod", "name": "sum(message_count)", "values": [ 36.0 ] ` ] ` OR ` "env": "
4950
- # prod", "name": "sum(message_count)", "values": [ 36.0 ] ` Depending on whether
4951
- # a dimension is present in the query or not the data node type can be a simple
4955
+ # Encapsulates a data node as represented below: ``` ` "identifier": ` "names": [
4956
+ # "apiproxy" ], "values": [ "sirjee" ] `, "metric": [ ` "env": "prod", "name": "
4957
+ # sum(message_count)", "values": [ 36.0 ] ` ] ```` or ``` ` "env": "prod", "name"
4958
+ # : "sum(message_count)", "values": [ 36.0 ] ```` Depending on whether a
4959
+ # dimension is present in the query or not the data node type can be a simple
4952
4960
  # metric value or dimension identifier with list of metrics.
4953
4961
  class GoogleCloudApigeeV1OptimizedStatsNode
4954
4962
  include Google::Apis::Core::Hashable
@@ -4968,33 +4976,32 @@ module Google
4968
4976
  end
4969
4977
  end
4970
4978
 
4971
- # This message type encapsulates a response format for Js Optimized Scenario.
4979
+ # Encapsulates a response format for JavaScript Optimized Scenario.
4972
4980
  class GoogleCloudApigeeV1OptimizedStatsResponse
4973
4981
  include Google::Apis::Core::Hashable
4974
4982
 
4975
- # This field contains a list of time unit values. Time unit refers to an epoch
4976
- # timestamp value.
4983
+ # List of time unit values. Time unit refers to an epoch timestamp value.
4977
4984
  # Corresponds to the JSON property `TimeUnit`
4978
4985
  # @return [Array<Fixnum>]
4979
4986
  attr_accessor :time_unit
4980
4987
 
4981
- # This message type encapsulates additional information about query execution.
4988
+ # Encapsulates additional information about query execution.
4982
4989
  # Corresponds to the JSON property `metaData`
4983
4990
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metadata]
4984
4991
  attr_accessor :meta_data
4985
4992
 
4986
- # This ia a boolean field to indicate if the results were truncated based on the
4993
+ # Boolean flag that indicates whether the results were truncated based on the
4987
4994
  # limit parameter.
4988
4995
  # Corresponds to the JSON property `resultTruncated`
4989
4996
  # @return [Boolean]
4990
4997
  attr_accessor :result_truncated
4991
4998
  alias_method :result_truncated?, :result_truncated
4992
4999
 
4993
- # This message type encapsulates a data node as represented below: ` "identifier"
4994
- # : ` "names": [ "apiproxy" ], "values": [ "sirjee" ] `, "metric": [ ` "env": "
4995
- # prod", "name": "sum(message_count)", "values": [ 36.0 ] ` ] ` OR ` "env": "
4996
- # prod", "name": "sum(message_count)", "values": [ 36.0 ] ` Depending on whether
4997
- # a dimension is present in the query or not the data node type can be a simple
5000
+ # Encapsulates a data node as represented below: ``` ` "identifier": ` "names": [
5001
+ # "apiproxy" ], "values": [ "sirjee" ] `, "metric": [ ` "env": "prod", "name": "
5002
+ # sum(message_count)", "values": [ 36.0 ] ` ] ```` or ``` ` "env": "prod", "name"
5003
+ # : "sum(message_count)", "values": [ 36.0 ] ```` Depending on whether a
5004
+ # dimension is present in the query or not the data node type can be a simple
4998
5005
  # metric value or dimension identifier with list of metrics.
4999
5006
  # Corresponds to the JSON property `stats`
5000
5007
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsNode]
@@ -5105,6 +5112,12 @@ module Google
5105
5112
  # @return [String]
5106
5113
  attr_accessor :name
5107
5114
 
5115
+ # Configuration for the Portals settings.
5116
+ # Corresponds to the JSON property `portalDisabled`
5117
+ # @return [Boolean]
5118
+ attr_accessor :portal_disabled
5119
+ alias_method :portal_disabled?, :portal_disabled
5120
+
5108
5121
  # Output only. Project ID associated with the Apigee organization.
5109
5122
  # Corresponds to the JSON property `projectId`
5110
5123
  # @return [String]
@@ -5172,6 +5185,7 @@ module Google
5172
5185
  @expires_at = args[:expires_at] if args.key?(:expires_at)
5173
5186
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
5174
5187
  @name = args[:name] if args.key?(:name)
5188
+ @portal_disabled = args[:portal_disabled] if args.key?(:portal_disabled)
5175
5189
  @project_id = args[:project_id] if args.key?(:project_id)
5176
5190
  @properties = args[:properties] if args.key?(:properties)
5177
5191
  @runtime_database_encryption_key_name = args[:runtime_database_encryption_key_name] if args.key?(:runtime_database_encryption_key_name)
@@ -6762,21 +6776,21 @@ module Google
6762
6776
  end
6763
6777
  end
6764
6778
 
6765
- # This message type encapsulates a stats response.
6779
+ # Encapsulates a `stats` response.
6766
6780
  class GoogleCloudApigeeV1Stats
6767
6781
  include Google::Apis::Core::Hashable
6768
6782
 
6769
- # This field contains a list of query results on environment level.
6783
+ # List of query results on the environment level.
6770
6784
  # Corresponds to the JSON property `environments`
6771
6785
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsEnvironmentStats>]
6772
6786
  attr_accessor :environments
6773
6787
 
6774
- # This field contains a list of query results grouped by host.
6788
+ # List of query results grouped by host.
6775
6789
  # Corresponds to the JSON property `hosts`
6776
6790
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsHostStats>]
6777
6791
  attr_accessor :hosts
6778
6792
 
6779
- # This message type encapsulates additional information about query execution.
6793
+ # Encapsulates additional information about query execution.
6780
6794
  # Corresponds to the JSON property `metaData`
6781
6795
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metadata]
6782
6796
  attr_accessor :meta_data
@@ -6793,31 +6807,31 @@ module Google
6793
6807
  end
6794
6808
  end
6795
6809
 
6796
- # This message type encapsulates the environment wrapper: "environments": [ ` "
6797
- # metrics": [ ` "name": "sum(message_count)", "values": [ "2.52056245E8" ] ` ], "
6798
- # name": "prod" ` ]
6810
+ # Encapsulates the environment wrapper: ``` "environments": [ ` "metrics": [ ` "
6811
+ # name": "sum(message_count)", "values": [ "2.52056245E8" ] ` ], "name": "prod" `
6812
+ # ]```
6799
6813
  class GoogleCloudApigeeV1StatsEnvironmentStats
6800
6814
  include Google::Apis::Core::Hashable
6801
6815
 
6802
- # This field contains the list of metrics grouped under dimensions.
6816
+ # List of metrics grouped under dimensions.
6803
6817
  # Corresponds to the JSON property `dimensions`
6804
6818
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DimensionMetric>]
6805
6819
  attr_accessor :dimensions
6806
6820
 
6807
6821
  # In the final response, only one of the following fields will be present based
6808
- # on the dimensions provided. If no dimensions are provided, then only a top
6809
- # level metrics is provided. If dimensions are included, then there will be a
6810
- # top level dimensions field under environments which will contain metrics
6811
- # values and the dimension name. Example: "environments": [ ` "dimensions": [ ` "
6822
+ # on the dimensions provided. If no dimensions are provided, then only top-level
6823
+ # metrics is provided. If dimensions are included, then there will be a top-
6824
+ # level dimensions field under environments which will contain metrics values
6825
+ # and the dimension name. Example: ``` "environments": [ ` "dimensions": [ ` "
6812
6826
  # metrics": [ ` "name": "sum(message_count)", "values": [ "2.14049521E8" ] ` ], "
6813
- # name": "nit_proxy" ` ], "name": "prod" ` ] OR "environments": [ ` "metrics": [
6814
- # ` "name": "sum(message_count)", "values": [ "2.19026331E8" ] ` ], "name": "
6815
- # prod" ` ] This field contains the list of metric values.
6827
+ # name": "nit_proxy" ` ], "name": "prod" ` ]``` or ```"environments": [ ` "
6828
+ # metrics": [ ` "name": "sum(message_count)", "values": [ "2.19026331E8" ] ` ], "
6829
+ # name": "prod" ` ]``` List of metric values.
6816
6830
  # Corresponds to the JSON property `metrics`
6817
6831
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric>]
6818
6832
  attr_accessor :metrics
6819
6833
 
6820
- #
6834
+ # Name of the environment.
6821
6835
  # Corresponds to the JSON property `name`
6822
6836
  # @return [String]
6823
6837
  attr_accessor :name
@@ -6834,31 +6848,31 @@ module Google
6834
6848
  end
6835
6849
  end
6836
6850
 
6837
- # This message type encapsulates the hostname wrapper: "hosts": [ ` "metrics": [
6838
- # ` "name": "sum(message_count)", "values": [ "2.52056245E8" ] ` ], "name": "
6839
- # example.com" ` ]
6851
+ # Encapsulates the hostname wrapper: ``` "hosts": [ ` "metrics": [ ` "name": "
6852
+ # sum(message_count)", "values": [ "2.52056245E8" ] ` ], "name": "example.com" `
6853
+ # ]```
6840
6854
  class GoogleCloudApigeeV1StatsHostStats
6841
6855
  include Google::Apis::Core::Hashable
6842
6856
 
6843
- # This field contains the list of metrics grouped under dimensions.
6857
+ # List of metrics grouped under dimensions.
6844
6858
  # Corresponds to the JSON property `dimensions`
6845
6859
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DimensionMetric>]
6846
6860
  attr_accessor :dimensions
6847
6861
 
6848
6862
  # In the final response, only one of the following fields will be present based
6849
- # on the dimensions provided. If no dimensions are provided, then only a top
6850
- # level metrics is provided. If dimensions are included, then there will be a
6851
- # top level dimensions field under hostnames which will contain metrics values
6852
- # and the dimension name. Example: "hosts": [ ` "dimensions": [ ` "metrics": [ `
6853
- # "name": "sum(message_count)", "values": [ "2.14049521E8" ] ` ], "name": "
6854
- # nit_proxy" ` ], "name": "example.com" ` ] OR "hosts": [ ` "metrics": [ ` "name"
6855
- # : "sum(message_count)", "values": [ "2.19026331E8" ] ` ], "name": "example.com"
6856
- # ` ] This field contains the list of metric values.
6863
+ # on the dimensions provided. If no dimensions are provided, then only the top-
6864
+ # level metrics are provided. If dimensions are included, then there will be a
6865
+ # top-level dimensions field under hostnames which will contain metrics values
6866
+ # and the dimension name. Example: ``` "hosts": [ ` "dimensions": [ ` "metrics":
6867
+ # [ ` "name": "sum(message_count)", "values": [ "2.14049521E8" ] ` ], "name": "
6868
+ # nit_proxy" ` ], "name": "example.com" ` ]``` OR ```"hosts": [ ` "metrics": [ `
6869
+ # "name": "sum(message_count)", "values": [ "2.19026331E8" ] ` ], "name": "
6870
+ # example.com" ` ]``` List of metric values.
6857
6871
  # Corresponds to the JSON property `metrics`
6858
6872
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric>]
6859
6873
  attr_accessor :metrics
6860
6874
 
6861
- # This field contains the hostname used in query.
6875
+ # Hostname used in query.
6862
6876
  # Corresponds to the JSON property `name`
6863
6877
  # @return [String]
6864
6878
  attr_accessor :name
@@ -7465,7 +7479,7 @@ module Google
7465
7479
  end
7466
7480
  end
7467
7481
 
7468
- # Associates `members` with a `role`.
7482
+ # Associates `members`, or principals, with a `role`.
7469
7483
  class GoogleIamV1Binding
7470
7484
  include Google::Apis::Core::Hashable
7471
7485
 
@@ -7488,7 +7502,7 @@ module Google
7488
7502
  # @return [Google::Apis::ApigeeV1::GoogleTypeExpr]
7489
7503
  attr_accessor :condition
7490
7504
 
7491
- # Specifies the identities requesting access for a Cloud Platform resource. `
7505
+ # Specifies the principals requesting access for a Cloud Platform resource. `
7492
7506
  # members` can have the following values: * `allUsers`: A special identifier
7493
7507
  # that represents anyone who is on the internet; with or without a Google
7494
7508
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -7518,8 +7532,8 @@ module Google
7518
7532
  # @return [Array<String>]
7519
7533
  attr_accessor :members
7520
7534
 
7521
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
7522
- # , or `roles/owner`.
7535
+ # Role that is assigned to the list of `members`, or principals. For example, `
7536
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
7523
7537
  # Corresponds to the JSON property `role`
7524
7538
  # @return [String]
7525
7539
  attr_accessor :role
@@ -7538,31 +7552,31 @@ module Google
7538
7552
 
7539
7553
  # An Identity and Access Management (IAM) policy, which specifies access
7540
7554
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
7541
- # A `binding` binds one or more `members` to a single `role`. Members can be
7542
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
7543
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
7544
- # role or a user-created custom role. For some types of Google Cloud resources,
7545
- # a `binding` can also specify a `condition`, which is a logical expression that
7546
- # allows access to a resource only if the expression evaluates to `true`. A
7547
- # condition can add constraints based on attributes of the request, the resource,
7548
- # or both. To learn which resources support conditions in their IAM policies,
7549
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
7550
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
7551
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
7552
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
7553
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
7554
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
7555
- # title": "expirable access", "description": "Does not grant access after Sep
7556
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
7557
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
7558
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
7559
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
7560
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
7561
- # roles/resourcemanager.organizationViewer condition: title: expirable access
7562
- # description: Does not grant access after Sep 2020 expression: request.time <
7563
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
7564
- # description of IAM and its features, see the [IAM documentation](https://cloud.
7565
- # google.com/iam/docs/).
7555
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
7556
+ # Principals can be user accounts, service accounts, Google groups, and domains (
7557
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
7558
+ # an IAM predefined role or a user-created custom role. For some types of Google
7559
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
7560
+ # logical expression that allows access to a resource only if the expression
7561
+ # evaluates to `true`. A condition can add constraints based on attributes of
7562
+ # the request, the resource, or both. To learn which resources support
7563
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
7564
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
7565
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
7566
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
7567
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
7568
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
7569
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
7570
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
7571
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
7572
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
7573
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
7574
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
7575
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
7576
+ # access description: Does not grant access after Sep 2020 expression: request.
7577
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
7578
+ # a description of IAM and its features, see the [IAM documentation](https://
7579
+ # cloud.google.com/iam/docs/).
7566
7580
  class GoogleIamV1Policy
7567
7581
  include Google::Apis::Core::Hashable
7568
7582
 
@@ -7571,9 +7585,14 @@ module Google
7571
7585
  # @return [Array<Google::Apis::ApigeeV1::GoogleIamV1AuditConfig>]
7572
7586
  attr_accessor :audit_configs
7573
7587
 
7574
- # Associates a list of `members` to a `role`. Optionally, may specify a `
7575
- # condition` that determines how and when the `bindings` are applied. Each of
7576
- # the `bindings` must contain at least one member.
7588
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
7589
+ # specify a `condition` that determines how and when the `bindings` are applied.
7590
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
7591
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
7592
+ # can be Google groups. Each occurrence of a principal counts towards these
7593
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
7594
+ # example.com`, and not to any other principal, then you can add another 1,450
7595
+ # principals to the `bindings` in the `Policy`.
7577
7596
  # Corresponds to the JSON property `bindings`
7578
7597
  # @return [Array<Google::Apis::ApigeeV1::GoogleIamV1Binding>]
7579
7598
  attr_accessor :bindings
@@ -7632,31 +7651,31 @@ module Google
7632
7651
 
7633
7652
  # An Identity and Access Management (IAM) policy, which specifies access
7634
7653
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
7635
- # A `binding` binds one or more `members` to a single `role`. Members can be
7636
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
7637
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
7638
- # role or a user-created custom role. For some types of Google Cloud resources,
7639
- # a `binding` can also specify a `condition`, which is a logical expression that
7640
- # allows access to a resource only if the expression evaluates to `true`. A
7641
- # condition can add constraints based on attributes of the request, the resource,
7642
- # or both. To learn which resources support conditions in their IAM policies,
7643
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
7644
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
7645
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
7646
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
7647
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
7648
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
7649
- # title": "expirable access", "description": "Does not grant access after Sep
7650
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
7651
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
7652
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
7653
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
7654
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
7655
- # roles/resourcemanager.organizationViewer condition: title: expirable access
7656
- # description: Does not grant access after Sep 2020 expression: request.time <
7657
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
7658
- # description of IAM and its features, see the [IAM documentation](https://cloud.
7659
- # google.com/iam/docs/).
7654
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
7655
+ # Principals can be user accounts, service accounts, Google groups, and domains (
7656
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
7657
+ # an IAM predefined role or a user-created custom role. For some types of Google
7658
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
7659
+ # logical expression that allows access to a resource only if the expression
7660
+ # evaluates to `true`. A condition can add constraints based on attributes of
7661
+ # the request, the resource, or both. To learn which resources support
7662
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
7663
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
7664
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
7665
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
7666
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
7667
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
7668
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
7669
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
7670
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
7671
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
7672
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
7673
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
7674
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
7675
+ # access description: Does not grant access after Sep 2020 expression: request.
7676
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
7677
+ # a description of IAM and its features, see the [IAM documentation](https://
7678
+ # cloud.google.com/iam/docs/).
7660
7679
  # Corresponds to the JSON property `policy`
7661
7680
  # @return [Google::Apis::ApigeeV1::GoogleIamV1Policy]
7662
7681
  attr_accessor :policy
@@ -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.23.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210924"
25
+ REVISION = "20211108"
26
26
  end
27
27
  end
28
28
  end
@@ -1384,6 +1384,7 @@ module Google
1384
1384
  property :description, as: 'description'
1385
1385
  property :display_name, as: 'displayName'
1386
1386
  hash :entity_meta_data_as_properties, as: 'entityMetaDataAsProperties'
1387
+ collection :integration_endpoints, as: 'integrationEndpoints'
1387
1388
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
1388
1389
  property :name, as: 'name'
1389
1390
  collection :policies, as: 'policies'
@@ -2582,6 +2583,7 @@ module Google
2582
2583
  property :expires_at, :numeric_string => true, as: 'expiresAt'
2583
2584
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2584
2585
  property :name, as: 'name'
2586
+ property :portal_disabled, as: 'portalDisabled'
2585
2587
  property :project_id, as: 'projectId'
2586
2588
  property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
2587
2589
 
@@ -1767,7 +1767,8 @@ module Google
1767
1767
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollector] google_cloud_apigee_v1_data_collector_object
1768
1768
  # @param [String] data_collector_id
1769
1769
  # ID of the data collector. Overrides any ID in the data collector resource.
1770
- # Must begin with `dc_`.
1770
+ # Must be a string beginning with `dc_` that contains only letters, numbers, and
1771
+ # underscores.
1771
1772
  # @param [String] fields
1772
1773
  # Selector specifying which fields to include in a partial response.
1773
1774
  # @param [String] quota_user
@@ -3915,13 +3916,16 @@ module Google
3915
3916
  # REQUIRED: The resource for which the policy is being requested. See the
3916
3917
  # operation documentation for the appropriate value for this field.
3917
3918
  # @param [Fixnum] options_requested_policy_version
3918
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
3919
- # 3. Requests specifying an invalid value will be rejected. Requests for
3920
- # policies with any conditional bindings must specify version 3. Policies
3921
- # without any conditional bindings may specify any valid value or leave the
3922
- # field unset. To learn which resources support conditions in their IAM policies,
3923
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3924
- # resource-policies).
3919
+ # Optional. The maximum policy version that will be used to format the policy.
3920
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
3921
+ # rejected. Requests for policies with any conditional role bindings must
3922
+ # specify version 3. Policies with no conditional role bindings may specify any
3923
+ # valid value or leave the field unset. The policy in the response might use the
3924
+ # policy version that you specified, or it might use a lower policy version. For
3925
+ # example, if you specify version 3, but the policy has no conditional role
3926
+ # bindings, the response uses version 1. To learn which resources support
3927
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3928
+ # google.com/iam/help/conditions/resource-policies).
3925
3929
  # @param [String] fields
3926
3930
  # Selector specifying which fields to include in a partial response.
3927
3931
  # @param [String] quota_user
@@ -5685,58 +5689,55 @@ module Google
5685
5689
  execute_or_queue_command(command, &block)
5686
5690
  end
5687
5691
 
5688
- # This api is similar to GetStats except that the response is less verbose. In
5689
- # the current scheme, a query parameter _optimized instructs Edge Analytics to
5690
- # change the response but since this behavior is not possible with protocol
5691
- # buffer and since this parameter is predominantly used by Edge UI, we are
5692
- # introducing a separate api.
5692
+ # Similar to GetStats except that the response is less verbose.
5693
5693
  # @param [String] name
5694
- # Required. The resource name for which the interactive query will be executed.
5695
- # Must be of the form `organizations/`organization_id`/environments/`
5696
- # environment_id/optimizedStats/`dimensions`` Dimensions let you view metrics in
5697
- # meaningful groupings. E.g. apiproxy, target_host. The value of dimensions
5698
- # should be comma separated list as shown below `organizations/`org`/
5699
- # environments/`env`/optimizedStats/apiproxy,request_verb`
5694
+ # Required. Resource name for which the interactive query will be executed. Use
5695
+ # the following format in your request: `organizations/`org`/environments/`env`/
5696
+ # optimizedStats/`dimensions`` Dimensions let you view metrics in meaningful
5697
+ # groupings, such as `apiproxy`, `target_host`. The value of `dimensions` should
5698
+ # be a comma-separated list as shown below: `organizations/`org`/environments/`
5699
+ # env`/optimizedStats/apiproxy,request_verb`
5700
5700
  # @param [String] accuracy
5701
- # Legacy field: not used anymore.
5701
+ # No longer used by Apigee. Supported for backwards compatibility.
5702
5702
  # @param [String] agg_table
5703
- # If customers want to query custom aggregate tables, then this parameter can be
5704
- # used to specify the table name. If this parameter is skipped, then Edge Query
5705
- # will try to retrieve the data from fact tables which will be expensive.
5703
+ # Table name used to query custom aggregate tables. If this parameter is skipped,
5704
+ # then Apigee will try to retrieve the data from fact tables which will be
5705
+ # expensive.
5706
5706
  # @param [String] filter
5707
- # Enables drill-down on specific dimension values.
5707
+ # Filter that enables you to drill-down on specific dimension values.
5708
5708
  # @param [String] limit
5709
- # This parameter is used to limit the number of result items. Default and the
5710
- # max value is 14400.
5709
+ # Maximum number of result items to return. The default and maximum value that
5710
+ # can be returned is 14400.
5711
5711
  # @param [String] offset
5712
- # Use offset with limit to enable pagination of results. For example, to display
5713
- # results 11-20, set limit to '10' and offset to '10'.
5712
+ # Offset value. Use `offset` with `limit` to enable pagination of results. For
5713
+ # example, to display results 11-20, set limit to `10` and offset to `10`.
5714
5714
  # @param [Boolean] realtime
5715
- # Legacy field: not used anymore.
5715
+ # No longer used by Apigee. Supported for backwards compatibility.
5716
5716
  # @param [String] select
5717
- # Required. The select parameter contains a comma separated list of metrics. E.g.
5718
- # sum(message_count),sum(error_count)
5717
+ # Required. Comma-separated list of metrics. For example: `sum(message_count),
5718
+ # sum(error_count)`
5719
5719
  # @param [Boolean] sonar
5720
- # This parameter routes the query to api monitoring service for last hour.
5720
+ # Routes the query to API Monitoring for the last hour.
5721
5721
  # @param [String] sort
5722
- # This parameter specifies if the sort order should be ascending or descending
5723
- # Supported values are DESC and ASC.
5722
+ # Flag that specifies whether the sort order should be ascending or descending.
5723
+ # Valid values include `DESC` and `ASC`.
5724
5724
  # @param [String] sortby
5725
- # Comma separated list of columns to sort the final result.
5725
+ # Comma-separated list of columns to sort the final result.
5726
5726
  # @param [String] time_range
5727
- # Required. Time interval for the interactive query. Time range is specified as
5728
- # start~end E.g. 04/15/2017 00:00~05/15/2017 23:59
5727
+ # Required. Time interval for the interactive query. Time range is specified in
5728
+ # GMT as `start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`
5729
5729
  # @param [String] time_unit
5730
- # A value of second, minute, hour, day, week, month. Time Unit specifies the
5731
- # granularity of metrics returned.
5730
+ # Granularity of metrics returned. Valid values include: `second`, `minute`, `
5731
+ # hour`, `day`, `week`, or `month`.
5732
5732
  # @param [String] topk
5733
- # Take 'top k' results from results, for example, to return the top 5 results '
5734
- # topk=5'.
5733
+ # Top number of results to return. For example, to return the top 5 results, set
5734
+ # `topk=5`.
5735
5735
  # @param [Boolean] ts_ascending
5736
- # Lists timestamps in ascending order if set to true. Recommend setting this
5737
- # value to true if you are using sortby with sort=DESC.
5736
+ # Flag that specifies whether to list timestamps in ascending (`true`) or
5737
+ # descending (`false`) order. Apigee recommends setting this value to `true` if
5738
+ # you are using `sortby` with `sort=DESC`.
5738
5739
  # @param [String] tzo
5739
- # This parameters contains the timezone offset value.
5740
+ # Timezone offset value.
5740
5741
  # @param [String] fields
5741
5742
  # Selector specifying which fields to include in a partial response.
5742
5743
  # @param [String] quota_user
@@ -6464,58 +6465,58 @@ module Google
6464
6465
 
6465
6466
  # Retrieve metrics grouped by dimensions. The types of metrics you can retrieve
6466
6467
  # include traffic, message counts, API call latency, response size, and cache
6467
- # hits and counts. Dimensions let you view metrics in meaningful groups. The
6468
- # stats api does accept dimensions as path params. The dimensions are optional
6469
- # in which case the metrics are computed on the entire data for the given
6470
- # timerange.
6471
- # @param [String] name
6472
- # Required. The resource name for which the interactive query will be executed.
6473
- # Must be of the form `organizations/`organization_id`/environments/`
6474
- # environment_id/stats/`dimensions`` Dimensions let you view metrics in
6475
- # meaningful groupings. E.g. apiproxy, target_host. The value of dimensions
6476
- # should be comma separated list as shown below `organizations/`org`/
6477
- # environments/`env`/stats/apiproxy,request_verb`
6468
+ # hits and counts. Dimensions let you view metrics in meaningful groups. You can
6469
+ # optionally pass dimensions as path parameters to the `stats` API. If
6470
+ # dimensions are not specified, the metrics are computed on the entire set of
6471
+ # data for the given time range.
6472
+ # @param [String] name
6473
+ # Required. Resource name for which the interactive query will be executed. Use
6474
+ # the following format in your request: `organizations/`org`/environments/`env`/
6475
+ # stats/`dimensions`` Dimensions let you view metrics in meaningful groupings,
6476
+ # such as `apiproxy` or `target_host`. The value of dimensions should be a comma-
6477
+ # separated list, as shown below: `organizations/`org`/environments/`env`/stats/
6478
+ # apiproxy,request_verb`
6478
6479
  # @param [String] accuracy
6479
- # Legacy field: not used anymore. This field is present to support UI calls
6480
- # which still use this parameter.
6480
+ # No longer used by Apigee. Supported for backwards compatibility.
6481
6481
  # @param [String] agg_table
6482
- # If customers want to query custom aggregate tables, then this parameter can be
6483
- # used to specify the table name. If this parameter is skipped, then Edge Query
6484
- # will try to retrieve the data from fact tables which will be expensive.
6482
+ # Table name used to query custom aggregate tables. If this parameter is skipped,
6483
+ # then Apigee will try to retrieve the data from fact tables which will be
6484
+ # expensive.
6485
6485
  # @param [String] filter
6486
- # Enables drill-down on specific dimension values
6486
+ # Filter that enables you to drill down on specific dimension values.
6487
6487
  # @param [String] limit
6488
- # This parameter is used to limit the number of result items. Default and the
6489
- # max value is 14400.
6488
+ # Maximum number of result items to return. The default and maximum value that
6489
+ # can be returned is 14400.
6490
6490
  # @param [String] offset
6491
- # Use offset with limit to enable pagination of results. For example, to display
6492
- # results 11-20, set limit to '10' and offset to '10'.
6491
+ # Offset value. Use `offset` with `limit` to enable pagination of results. For
6492
+ # example, to display results 11-20, set limit to `10` and offset to `10`.
6493
6493
  # @param [Boolean] realtime
6494
- # Legacy field: not used anymore.
6494
+ # No longer used by Apigee. Supported for backwards compatibility.
6495
6495
  # @param [String] select
6496
- # The select parameter contains a comma separated list of metrics. E.g. sum(
6497
- # message_count),sum(error_count)
6496
+ # Comma-separated list of metrics. For example: `sum(message_count),sum(
6497
+ # error_count)`
6498
6498
  # @param [Boolean] sonar
6499
- # This parameter routes the query to api monitoring service for last hour.
6499
+ # Routes the query to API Monitoring for the last hour.
6500
6500
  # @param [String] sort
6501
- # This parameter specifies if the sort order should be ascending or descending
6502
- # Supported values are DESC and ASC.
6501
+ # Flag that specifies whether the sort order should be ascending or descending.
6502
+ # Valid values include: `DESC` and `ASC`.
6503
6503
  # @param [String] sortby
6504
- # Comma separated list of columns to sort the final result.
6504
+ # Comma-separated list of columns to sort the final result.
6505
6505
  # @param [String] time_range
6506
- # Time interval for the interactive query. Time range is specified as start~end
6507
- # E.g. 04/15/2017 00:00~05/15/2017 23:59
6506
+ # Time interval for the interactive query. Time range is specified in GMT as `
6507
+ # start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`
6508
6508
  # @param [String] time_unit
6509
- # A value of second, minute, hour, day, week, month. Time Unit specifies the
6510
- # granularity of metrics returned.
6509
+ # Granularity of metrics returned. Valid values include: `second`, `minute`, `
6510
+ # hour`, `day`, `week`, or` month`.
6511
6511
  # @param [String] topk
6512
- # Take 'top k' results from results, for example, to return the top 5 results '
6513
- # topk=5'.
6512
+ # Top number of results to return. For example, to return the top 5 results, set
6513
+ # `topk=5`.
6514
6514
  # @param [Boolean] ts_ascending
6515
- # Lists timestamps in ascending order if set to true. Recommend setting this
6516
- # value to true if you are using sortby with sort=DESC.
6515
+ # Flag that specifies whether to list timestamps in ascending (`true`) or
6516
+ # descending (`false`) order. Apigee recommends that you set this value to `true`
6517
+ # if you are using `sortby` with `sort=DESC`.
6517
6518
  # @param [String] tzo
6518
- # This parameters contains the timezone offset value.
6519
+ # Timezone offset value.
6519
6520
  # @param [String] fields
6520
6521
  # Selector specifying which fields to include in a partial response.
6521
6522
  # @param [String] quota_user
@@ -7070,51 +7071,52 @@ module Google
7070
7071
  # Retrieve metrics grouped by dimensions in host level. The types of metrics you
7071
7072
  # can retrieve include traffic, message counts, API call latency, response size,
7072
7073
  # and cache hits and counts. Dimensions let you view metrics in meaningful
7073
- # groups. The stats api does accept dimensions as path params. The dimensions
7074
- # are optional in which case the metrics are computed on the entire data for the
7075
- # given timerange.
7076
- # @param [String] name
7077
- # Required. The resource name for which the interactive query will be executed.
7078
- # Must be of the form `organizations/`organization_id`/hostStats/`dimensions``.
7079
- # Dimensions let you view metrics in meaningful groupings. E.g. apiproxy,
7080
- # target_host. The value of dimensions should be comma separated list as shown
7081
- # below `organizations/`org`/hostStats/apiproxy,request_verb`
7074
+ # groups. You can optionally pass dimensions as path parameters to the `stats`
7075
+ # API. If dimensions are not specified, the metrics are computed on the entire
7076
+ # set of data for the given time range.
7077
+ # @param [String] name
7078
+ # Required. Resource name for which the interactive query will be executed. Use
7079
+ # the following format in your request: `organizations/`org`/hostStats/`
7080
+ # dimensions`` Dimensions let you view metrics in meaningful groupings, such as `
7081
+ # apiproxy`, `target_host`. The value of dimensions should be a comma-separated
7082
+ # list as shown below `organizations/`org`/hostStats/apiproxy,request_verb`
7082
7083
  # @param [String] accuracy
7083
- # Legacy field: not used anymore.
7084
+ # No longer used by Apigee. Supported for backwards compatibility.
7084
7085
  # @param [String] envgroup_hostname
7085
- # Required. The hostname for which the interactive query will be executed.
7086
+ # Required. Hostname for which the interactive query will be executed.
7086
7087
  # @param [String] filter
7087
- # Enables drill-down on specific dimension values.
7088
+ # Flag that enables drill-down on specific dimension values.
7088
7089
  # @param [String] limit
7089
- # This parameter is used to limit the number of result items. Default and the
7090
- # max value is 14400.
7090
+ # Maximum number of result items to return. The default and maximum value that
7091
+ # can be returned is 14400.
7091
7092
  # @param [String] offset
7092
- # Use offset with limit to enable pagination of results. For example, to display
7093
- # results 11-20, set limit to '10' and offset to '10'.
7093
+ # Offset value. Use `offset` with `limit` to enable pagination of results. For
7094
+ # example, to display results 11-20, set limit to `10` and offset to `10`.
7094
7095
  # @param [Boolean] realtime
7095
- # Legacy field: not used anymore.
7096
+ # No longer used by Apigee. Supported for backwards compatibility.
7096
7097
  # @param [String] select
7097
- # The select parameter contains a comma separated list of metrics. E.g. sum(
7098
- # message_count),sum(error_count)
7098
+ # Comma-separated list of metrics. For example: `sum(message_count),sum(
7099
+ # error_count)`
7099
7100
  # @param [String] sort
7100
- # This parameter specifies if the sort order should be ascending or descending
7101
- # Supported values are DESC and ASC.
7101
+ # Flag that specifies if the sort order should be ascending or descending. Valid
7102
+ # values are `DESC` and `ASC`.
7102
7103
  # @param [String] sortby
7103
- # Comma separated list of columns to sort the final result.
7104
+ # Comma-separated list of columns to sort the final result.
7104
7105
  # @param [String] time_range
7105
- # Time interval for the interactive query. Time range is specified as start~end
7106
- # E.g. 04/15/2017 00:00~05/15/2017 23:59
7106
+ # Time interval for the interactive query. Time range is specified in GMT as `
7107
+ # start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`
7107
7108
  # @param [String] time_unit
7108
- # A value of second, minute, hour, day, week, month. Time Unit specifies the
7109
- # granularity of metrics returned.
7109
+ # Granularity of metrics returned. Valid values include: `second`, `minute`, `
7110
+ # hour`, `day`, `week`, or `month`.
7110
7111
  # @param [String] topk
7111
- # Take 'top k' results from results, for example, to return the top 5 results '
7112
- # topk=5'.
7112
+ # Top number of results to return. For example, to return the top 5 results, set
7113
+ # `topk=5`.
7113
7114
  # @param [Boolean] ts_ascending
7114
- # Lists timestamps in ascending order if set to true. Recommend setting this
7115
- # value to true if you are using sortby with sort=DESC.
7115
+ # Flag that specifies whether to list timestamps in ascending (`true`) or
7116
+ # descending (`false`) order. Apigee recommends that you set this value to `true`
7117
+ # if you are using `sortby` with `sort=DESC`.
7116
7118
  # @param [String] tzo
7117
- # This parameters contains the timezone offset value.
7119
+ # Timezone offset value.
7118
7120
  # @param [String] fields
7119
7121
  # Selector specifying which fields to include in a partial response.
7120
7122
  # @param [String] quota_user
@@ -7887,49 +7889,51 @@ module Google
7887
7889
  execute_or_queue_command(command, &block)
7888
7890
  end
7889
7891
 
7890
- # This api is similar to GetHostStats except that the response is less verbose.
7892
+ # Similar to GetHostStats except that the response is less verbose.
7891
7893
  # @param [String] name
7892
- # Required. The resource name for which the interactive query will be executed.
7893
- # Must be of the form `organizations/`organization_id`/optimizedHostStats/`
7894
- # dimensions``. Dimensions let you view metrics in meaningful groupings. E.g.
7895
- # apiproxy, target_host. The value of dimensions should be comma separated list
7896
- # as shown below `organizations/`org`/optimizedHostStats/apiproxy,request_verb`
7894
+ # Required. Resource name for which the interactive query will be executed. Use
7895
+ # the following format in your request: `organizations/`organization_id`/
7896
+ # optimizedHostStats/`dimensions`` Dimensions let you view metrics in meaningful
7897
+ # groupings, such as `apiproxy`, `target_host`. The value of dimensions should
7898
+ # be a comma-separated list as shown below: `organizations/`org`/
7899
+ # optimizedHostStats/apiproxy,request_verb`
7897
7900
  # @param [String] accuracy
7898
- # Legacy field: not used anymore.
7901
+ # No longer used by Apigee. Supported for backwards compatibility.
7899
7902
  # @param [String] envgroup_hostname
7900
- # Required. The hostname for which the interactive query will be executed.
7903
+ # Required. Hostname for which the interactive query will be executed.
7901
7904
  # @param [String] filter
7902
- # Enables drill-down on specific dimension values.
7905
+ # Filter that enables you to drill-down on specific dimension values.
7903
7906
  # @param [String] limit
7904
- # This parameter is used to limit the number of result items. Default and the
7905
- # max value is 14400.
7907
+ # Maximum number of result items to return. The default and maximum value that
7908
+ # can be returned is 14400.
7906
7909
  # @param [String] offset
7907
- # Use offset with limit to enable pagination of results. For example, to display
7908
- # results 11-20, set limit to '10' and offset to '10'.
7910
+ # Offset value. Use `offset` with `limit` to enable pagination of results. For
7911
+ # example, to display results 11-20, set limit to `10` and offset to `10`.
7909
7912
  # @param [Boolean] realtime
7910
- # Legacy field: not used anymore.
7913
+ # No longer used by Apigee. Supported for backwards compatibility.
7911
7914
  # @param [String] select
7912
- # Required. The select parameter contains a comma separated list of metrics. E.g.
7913
- # sum(message_count),sum(error_count)
7915
+ # Required. Comma-separated list of metrics. For example: `sum(message_count),
7916
+ # sum(error_count)`
7914
7917
  # @param [String] sort
7915
- # This parameter specifies if the sort order should be ascending or descending
7916
- # Supported values are DESC and ASC.
7918
+ # Flag that specifies whether the sort order should be ascending or descending.
7919
+ # Valid values include `DESC` and `ASC`.
7917
7920
  # @param [String] sortby
7918
- # Comma separated list of columns to sort the final result.
7921
+ # Comma-separated list of columns used to sort the final result.
7919
7922
  # @param [String] time_range
7920
- # Required. Time interval for the interactive query. Time range is specified as
7921
- # start~end. E.g 04/15/2017 00:00~05/15/2017 23:59.
7923
+ # Required. Time interval for the interactive query. Time range is specified in
7924
+ # GMT as `start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`.
7922
7925
  # @param [String] time_unit
7923
- # A value of second, minute, hour, day, week, month. Time Unit specifies the
7924
- # granularity of metrics returned.
7926
+ # Granularity of metrics returned. Valid values include: `second`, `minute`, `
7927
+ # hour`, `day`, `week`, or `month`.
7925
7928
  # @param [String] topk
7926
- # Take 'top k' results from results, for example, to return the top 5 results '
7927
- # topk=5'.
7929
+ # Top number of results to return. For example, to return the top 5 results, set
7930
+ # `topk=5`.
7928
7931
  # @param [Boolean] ts_ascending
7929
- # Lists timestamps in ascending order if set to true. Recommend setting this
7930
- # value to true if you are using sortby with sort=DESC.
7932
+ # Flag that specifies whether to list timestamps in ascending (`true`) or
7933
+ # descending (`false`) order. Apigee recommends that you set this value to `true`
7934
+ # if you are using `sortby` with `sort=DESC`.
7931
7935
  # @param [String] tzo
7932
- # This parameters contains the timezone offset value.
7936
+ # Timezone offset value.
7933
7937
  # @param [String] fields
7934
7938
  # Selector specifying which fields to include in a partial response.
7935
7939
  # @param [String] quota_user
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.23.0
4
+ version: 0.27.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-10-04 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.23.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
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.27.0
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: []
65
65
  require_paths: