google-apis-apigee_v1 0.25.0 → 0.26.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/apigee_v1/classes.rb +58 -59
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/service.rb +133 -133
- 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: d5df0c3830c56bebf4f19e70ccd3b789acfbfe3356992cb6ac79469315af800d
|
4
|
+
data.tar.gz: 3a6468bb3d87b35f80bc73fa8d88a71719c93f7edd5af09671ea3270d9e917fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '06298b0173f747cb598817a3be4b2567295c5fe2bfd40bb61d766e439dfdc823e7088268fbebc379af78a6bbedb484e1286f8d4cbc9c7cad5b9789d3a51bf15b'
|
7
|
+
data.tar.gz: 5a7bdc9dd72588e591b0c9f0401c9ecf55dc026a675cb81ee08b6e9af6fb5cb603f1828309a2fe5152d496b3d5284948b06f2ddb8365a8a2fe0ebd9ac254c804
|
data/CHANGELOG.md
CHANGED
@@ -2859,16 +2859,16 @@ module Google
|
|
2859
2859
|
end
|
2860
2860
|
end
|
2861
2861
|
|
2862
|
-
#
|
2862
|
+
# Encapsulates a metric grouped by dimension.
|
2863
2863
|
class GoogleCloudApigeeV1DimensionMetric
|
2864
2864
|
include Google::Apis::Core::Hashable
|
2865
2865
|
|
2866
|
-
#
|
2866
|
+
# List of metrics.
|
2867
2867
|
# Corresponds to the JSON property `metrics`
|
2868
2868
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric>]
|
2869
2869
|
attr_accessor :metrics
|
2870
2870
|
|
2871
|
-
#
|
2871
|
+
# Name of the dimension.
|
2872
2872
|
# Corresponds to the JSON property `name`
|
2873
2873
|
# @return [String]
|
2874
2874
|
attr_accessor :name
|
@@ -4647,7 +4647,7 @@ module Google
|
|
4647
4647
|
end
|
4648
4648
|
end
|
4649
4649
|
|
4650
|
-
#
|
4650
|
+
# Encapsulates additional information about query execution.
|
4651
4651
|
class GoogleCloudApigeeV1Metadata
|
4652
4652
|
include Google::Apis::Core::Hashable
|
4653
4653
|
|
@@ -4656,10 +4656,10 @@ module Google
|
|
4656
4656
|
# @return [Array<String>]
|
4657
4657
|
attr_accessor :errors
|
4658
4658
|
|
4659
|
-
# List of additional information such as data source, if result was truncated
|
4660
|
-
#
|
4661
|
-
# query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table
|
4662
|
-
# 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" ]```
|
4663
4663
|
# Corresponds to the JSON property `notices`
|
4664
4664
|
# @return [Array<String>]
|
4665
4665
|
attr_accessor :notices
|
@@ -4675,20 +4675,20 @@ module Google
|
|
4675
4675
|
end
|
4676
4676
|
end
|
4677
4677
|
|
4678
|
-
#
|
4678
|
+
# Encapsulates the metric data point. For example: ```` "name": "sum(
|
4679
4679
|
# message_count)", "values" : [ ` "timestamp": 1549004400000, "value": "39.0" `,
|
4680
|
-
# ` "timestamp" : 1548997200000, "value" : "0.0" ` ]
|
4681
|
-
# message_count)", "values" : ["39.0"]
|
4680
|
+
# ` "timestamp" : 1548997200000, "value" : "0.0" ` ] ```` or ```` "name": "sum(
|
4681
|
+
# message_count)", "values" : ["39.0"] ````
|
4682
4682
|
class GoogleCloudApigeeV1Metric
|
4683
4683
|
include Google::Apis::Core::Hashable
|
4684
4684
|
|
4685
|
-
#
|
4685
|
+
# Metric name.
|
4686
4686
|
# Corresponds to the JSON property `name`
|
4687
4687
|
# @return [String]
|
4688
4688
|
attr_accessor :name
|
4689
4689
|
|
4690
|
-
# List of metric values. Possible value
|
4691
|
-
# "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` ]`
|
4692
4692
|
# Corresponds to the JSON property `values`
|
4693
4693
|
# @return [Array<Object>]
|
4694
4694
|
attr_accessor :values
|
@@ -4937,7 +4937,7 @@ module Google
|
|
4937
4937
|
class GoogleCloudApigeeV1OptimizedStats
|
4938
4938
|
include Google::Apis::Core::Hashable
|
4939
4939
|
|
4940
|
-
#
|
4940
|
+
# Encapsulates a response format for JavaScript Optimized Scenario.
|
4941
4941
|
# Corresponds to the JSON property `Response`
|
4942
4942
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsResponse]
|
4943
4943
|
attr_accessor :response
|
@@ -4952,11 +4952,11 @@ module Google
|
|
4952
4952
|
end
|
4953
4953
|
end
|
4954
4954
|
|
4955
|
-
#
|
4956
|
-
#
|
4957
|
-
#
|
4958
|
-
#
|
4959
|
-
#
|
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
|
4960
4960
|
# metric value or dimension identifier with list of metrics.
|
4961
4961
|
class GoogleCloudApigeeV1OptimizedStatsNode
|
4962
4962
|
include Google::Apis::Core::Hashable
|
@@ -4976,33 +4976,32 @@ module Google
|
|
4976
4976
|
end
|
4977
4977
|
end
|
4978
4978
|
|
4979
|
-
#
|
4979
|
+
# Encapsulates a response format for JavaScript Optimized Scenario.
|
4980
4980
|
class GoogleCloudApigeeV1OptimizedStatsResponse
|
4981
4981
|
include Google::Apis::Core::Hashable
|
4982
4982
|
|
4983
|
-
#
|
4984
|
-
# timestamp value.
|
4983
|
+
# List of time unit values. Time unit refers to an epoch timestamp value.
|
4985
4984
|
# Corresponds to the JSON property `TimeUnit`
|
4986
4985
|
# @return [Array<Fixnum>]
|
4987
4986
|
attr_accessor :time_unit
|
4988
4987
|
|
4989
|
-
#
|
4988
|
+
# Encapsulates additional information about query execution.
|
4990
4989
|
# Corresponds to the JSON property `metaData`
|
4991
4990
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metadata]
|
4992
4991
|
attr_accessor :meta_data
|
4993
4992
|
|
4994
|
-
#
|
4993
|
+
# Boolean flag that indicates whether the results were truncated based on the
|
4995
4994
|
# limit parameter.
|
4996
4995
|
# Corresponds to the JSON property `resultTruncated`
|
4997
4996
|
# @return [Boolean]
|
4998
4997
|
attr_accessor :result_truncated
|
4999
4998
|
alias_method :result_truncated?, :result_truncated
|
5000
4999
|
|
5001
|
-
#
|
5002
|
-
#
|
5003
|
-
#
|
5004
|
-
#
|
5005
|
-
#
|
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
|
5006
5005
|
# metric value or dimension identifier with list of metrics.
|
5007
5006
|
# Corresponds to the JSON property `stats`
|
5008
5007
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1OptimizedStatsNode]
|
@@ -6777,21 +6776,21 @@ module Google
|
|
6777
6776
|
end
|
6778
6777
|
end
|
6779
6778
|
|
6780
|
-
#
|
6779
|
+
# Encapsulates a `stats` response.
|
6781
6780
|
class GoogleCloudApigeeV1Stats
|
6782
6781
|
include Google::Apis::Core::Hashable
|
6783
6782
|
|
6784
|
-
#
|
6783
|
+
# List of query results on the environment level.
|
6785
6784
|
# Corresponds to the JSON property `environments`
|
6786
6785
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsEnvironmentStats>]
|
6787
6786
|
attr_accessor :environments
|
6788
6787
|
|
6789
|
-
#
|
6788
|
+
# List of query results grouped by host.
|
6790
6789
|
# Corresponds to the JSON property `hosts`
|
6791
6790
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1StatsHostStats>]
|
6792
6791
|
attr_accessor :hosts
|
6793
6792
|
|
6794
|
-
#
|
6793
|
+
# Encapsulates additional information about query execution.
|
6795
6794
|
# Corresponds to the JSON property `metaData`
|
6796
6795
|
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metadata]
|
6797
6796
|
attr_accessor :meta_data
|
@@ -6808,31 +6807,31 @@ module Google
|
|
6808
6807
|
end
|
6809
6808
|
end
|
6810
6809
|
|
6811
|
-
#
|
6812
|
-
#
|
6813
|
-
#
|
6810
|
+
# Encapsulates the environment wrapper: ``` "environments": [ ` "metrics": [ ` "
|
6811
|
+
# name": "sum(message_count)", "values": [ "2.52056245E8" ] ` ], "name": "prod" `
|
6812
|
+
# ]```
|
6814
6813
|
class GoogleCloudApigeeV1StatsEnvironmentStats
|
6815
6814
|
include Google::Apis::Core::Hashable
|
6816
6815
|
|
6817
|
-
#
|
6816
|
+
# List of metrics grouped under dimensions.
|
6818
6817
|
# Corresponds to the JSON property `dimensions`
|
6819
6818
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DimensionMetric>]
|
6820
6819
|
attr_accessor :dimensions
|
6821
6820
|
|
6822
6821
|
# In the final response, only one of the following fields will be present based
|
6823
|
-
# on the dimensions provided. If no dimensions are provided, then only
|
6824
|
-
#
|
6825
|
-
#
|
6826
|
-
#
|
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": [ ` "
|
6827
6826
|
# metrics": [ ` "name": "sum(message_count)", "values": [ "2.14049521E8" ] ` ], "
|
6828
|
-
# name": "nit_proxy" ` ], "name": "prod" ` ]
|
6829
|
-
# ` "name": "sum(message_count)", "values": [ "2.19026331E8" ] ` ], "
|
6830
|
-
# prod" ` ]
|
6827
|
+
# name": "nit_proxy" ` ], "name": "prod" ` ]``` or ```"environments": [ ` "
|
6828
|
+
# metrics": [ ` "name": "sum(message_count)", "values": [ "2.19026331E8" ] ` ], "
|
6829
|
+
# name": "prod" ` ]``` List of metric values.
|
6831
6830
|
# Corresponds to the JSON property `metrics`
|
6832
6831
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric>]
|
6833
6832
|
attr_accessor :metrics
|
6834
6833
|
|
6835
|
-
#
|
6834
|
+
# Name of the environment.
|
6836
6835
|
# Corresponds to the JSON property `name`
|
6837
6836
|
# @return [String]
|
6838
6837
|
attr_accessor :name
|
@@ -6849,31 +6848,31 @@ module Google
|
|
6849
6848
|
end
|
6850
6849
|
end
|
6851
6850
|
|
6852
|
-
#
|
6853
|
-
#
|
6854
|
-
#
|
6851
|
+
# Encapsulates the hostname wrapper: ``` "hosts": [ ` "metrics": [ ` "name": "
|
6852
|
+
# sum(message_count)", "values": [ "2.52056245E8" ] ` ], "name": "example.com" `
|
6853
|
+
# ]```
|
6855
6854
|
class GoogleCloudApigeeV1StatsHostStats
|
6856
6855
|
include Google::Apis::Core::Hashable
|
6857
6856
|
|
6858
|
-
#
|
6857
|
+
# List of metrics grouped under dimensions.
|
6859
6858
|
# Corresponds to the JSON property `dimensions`
|
6860
6859
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DimensionMetric>]
|
6861
6860
|
attr_accessor :dimensions
|
6862
6861
|
|
6863
6862
|
# In the final response, only one of the following fields will be present based
|
6864
|
-
# on the dimensions provided. If no dimensions are provided, then only
|
6865
|
-
# level metrics
|
6866
|
-
# top
|
6867
|
-
# and the dimension name. Example: "hosts": [ ` "dimensions": [ ` "metrics":
|
6868
|
-
# "name": "sum(message_count)", "values": [ "2.14049521E8" ] ` ], "name": "
|
6869
|
-
# nit_proxy" ` ], "name": "example.com" ` ] OR "hosts": [ ` "metrics": [ `
|
6870
|
-
# : "sum(message_count)", "values": [ "2.19026331E8" ] ` ], "name": "
|
6871
|
-
# ` ]
|
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.
|
6872
6871
|
# Corresponds to the JSON property `metrics`
|
6873
6872
|
# @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric>]
|
6874
6873
|
attr_accessor :metrics
|
6875
6874
|
|
6876
|
-
#
|
6875
|
+
# Hostname used in query.
|
6877
6876
|
# Corresponds to the JSON property `name`
|
6878
6877
|
# @return [String]
|
6879
6878
|
attr_accessor :name
|
@@ -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.26.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 = "
|
25
|
+
REVISION = "20211101"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5685,58 +5685,55 @@ module Google
|
|
5685
5685
|
execute_or_queue_command(command, &block)
|
5686
5686
|
end
|
5687
5687
|
|
5688
|
-
#
|
5689
|
-
#
|
5690
|
-
#
|
5691
|
-
#
|
5692
|
-
#
|
5693
|
-
#
|
5694
|
-
#
|
5695
|
-
#
|
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`
|
5688
|
+
# Similar to GetStats except that the response is less verbose.
|
5689
|
+
# @param [String] name
|
5690
|
+
# Required. Resource name for which the interactive query will be executed. Use
|
5691
|
+
# the following format in your request: `organizations/`org`/environments/`env`/
|
5692
|
+
# optimizedStats/`dimensions`` Dimensions let you view metrics in meaningful
|
5693
|
+
# groupings, such as `apiproxy`, `target_host`. The value of `dimensions` should
|
5694
|
+
# be a comma-separated list as shown below: `organizations/`org`/environments/`
|
5695
|
+
# env`/optimizedStats/apiproxy,request_verb`
|
5700
5696
|
# @param [String] accuracy
|
5701
|
-
#
|
5697
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
5702
5698
|
# @param [String] agg_table
|
5703
|
-
#
|
5704
|
-
#
|
5705
|
-
#
|
5699
|
+
# Table name used to query custom aggregate tables. If this parameter is skipped,
|
5700
|
+
# then Apigee will try to retrieve the data from fact tables which will be
|
5701
|
+
# expensive.
|
5706
5702
|
# @param [String] filter
|
5707
|
-
#
|
5703
|
+
# Filter that enables you to drill-down on specific dimension values.
|
5708
5704
|
# @param [String] limit
|
5709
|
-
#
|
5710
|
-
#
|
5705
|
+
# Maximum number of result items to return. The default and maximum value that
|
5706
|
+
# can be returned is 14400.
|
5711
5707
|
# @param [String] offset
|
5712
|
-
# Use offset with limit to enable pagination of results. For
|
5713
|
-
# results 11-20, set limit to
|
5708
|
+
# Offset value. Use `offset` with `limit` to enable pagination of results. For
|
5709
|
+
# example, to display results 11-20, set limit to `10` and offset to `10`.
|
5714
5710
|
# @param [Boolean] realtime
|
5715
|
-
#
|
5711
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
5716
5712
|
# @param [String] select
|
5717
|
-
# Required.
|
5718
|
-
# sum(
|
5713
|
+
# Required. Comma-separated list of metrics. For example: `sum(message_count),
|
5714
|
+
# sum(error_count)`
|
5719
5715
|
# @param [Boolean] sonar
|
5720
|
-
#
|
5716
|
+
# Routes the query to API Monitoring for the last hour.
|
5721
5717
|
# @param [String] sort
|
5722
|
-
#
|
5723
|
-
#
|
5718
|
+
# Flag that specifies whether the sort order should be ascending or descending.
|
5719
|
+
# Valid values include `DESC` and `ASC`.
|
5724
5720
|
# @param [String] sortby
|
5725
|
-
# Comma
|
5721
|
+
# Comma-separated list of columns to sort the final result.
|
5726
5722
|
# @param [String] time_range
|
5727
|
-
# Required. Time interval for the interactive query. Time range is specified
|
5728
|
-
# start~end
|
5723
|
+
# Required. Time interval for the interactive query. Time range is specified in
|
5724
|
+
# GMT as `start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`
|
5729
5725
|
# @param [String] time_unit
|
5730
|
-
#
|
5731
|
-
#
|
5726
|
+
# Granularity of metrics returned. Valid values include: `second`, `minute`, `
|
5727
|
+
# hour`, `day`, `week`, or `month`.
|
5732
5728
|
# @param [String] topk
|
5733
|
-
#
|
5734
|
-
# topk=5
|
5729
|
+
# Top number of results to return. For example, to return the top 5 results, set
|
5730
|
+
# `topk=5`.
|
5735
5731
|
# @param [Boolean] ts_ascending
|
5736
|
-
#
|
5737
|
-
#
|
5732
|
+
# Flag that specifies whether to list timestamps in ascending (`true`) or
|
5733
|
+
# descending (`false`) order. Apigee recommends setting this value to `true` if
|
5734
|
+
# you are using `sortby` with `sort=DESC`.
|
5738
5735
|
# @param [String] tzo
|
5739
|
-
#
|
5736
|
+
# Timezone offset value.
|
5740
5737
|
# @param [String] fields
|
5741
5738
|
# Selector specifying which fields to include in a partial response.
|
5742
5739
|
# @param [String] quota_user
|
@@ -6464,58 +6461,58 @@ module Google
|
|
6464
6461
|
|
6465
6462
|
# Retrieve metrics grouped by dimensions. The types of metrics you can retrieve
|
6466
6463
|
# include traffic, message counts, API call latency, response size, and cache
|
6467
|
-
# hits and counts. Dimensions let you view metrics in meaningful groups.
|
6468
|
-
#
|
6469
|
-
#
|
6470
|
-
#
|
6471
|
-
# @param [String] name
|
6472
|
-
# Required.
|
6473
|
-
#
|
6474
|
-
#
|
6475
|
-
#
|
6476
|
-
#
|
6477
|
-
#
|
6464
|
+
# hits and counts. Dimensions let you view metrics in meaningful groups. You can
|
6465
|
+
# optionally pass dimensions as path parameters to the `stats` API. If
|
6466
|
+
# dimensions are not specified, the metrics are computed on the entire set of
|
6467
|
+
# data for the given time range.
|
6468
|
+
# @param [String] name
|
6469
|
+
# Required. Resource name for which the interactive query will be executed. Use
|
6470
|
+
# the following format in your request: `organizations/`org`/environments/`env`/
|
6471
|
+
# stats/`dimensions`` Dimensions let you view metrics in meaningful groupings,
|
6472
|
+
# such as `apiproxy` or `target_host`. The value of dimensions should be a comma-
|
6473
|
+
# separated list, as shown below: `organizations/`org`/environments/`env`/stats/
|
6474
|
+
# apiproxy,request_verb`
|
6478
6475
|
# @param [String] accuracy
|
6479
|
-
#
|
6480
|
-
# which still use this parameter.
|
6476
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
6481
6477
|
# @param [String] agg_table
|
6482
|
-
#
|
6483
|
-
#
|
6484
|
-
#
|
6478
|
+
# Table name used to query custom aggregate tables. If this parameter is skipped,
|
6479
|
+
# then Apigee will try to retrieve the data from fact tables which will be
|
6480
|
+
# expensive.
|
6485
6481
|
# @param [String] filter
|
6486
|
-
#
|
6482
|
+
# Filter that enables you to drill down on specific dimension values.
|
6487
6483
|
# @param [String] limit
|
6488
|
-
#
|
6489
|
-
#
|
6484
|
+
# Maximum number of result items to return. The default and maximum value that
|
6485
|
+
# can be returned is 14400.
|
6490
6486
|
# @param [String] offset
|
6491
|
-
# Use offset with limit to enable pagination of results. For
|
6492
|
-
# results 11-20, set limit to
|
6487
|
+
# Offset value. Use `offset` with `limit` to enable pagination of results. For
|
6488
|
+
# example, to display results 11-20, set limit to `10` and offset to `10`.
|
6493
6489
|
# @param [Boolean] realtime
|
6494
|
-
#
|
6490
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
6495
6491
|
# @param [String] select
|
6496
|
-
#
|
6497
|
-
#
|
6492
|
+
# Comma-separated list of metrics. For example: `sum(message_count),sum(
|
6493
|
+
# error_count)`
|
6498
6494
|
# @param [Boolean] sonar
|
6499
|
-
#
|
6495
|
+
# Routes the query to API Monitoring for the last hour.
|
6500
6496
|
# @param [String] sort
|
6501
|
-
#
|
6502
|
-
#
|
6497
|
+
# Flag that specifies whether the sort order should be ascending or descending.
|
6498
|
+
# Valid values include: `DESC` and `ASC`.
|
6503
6499
|
# @param [String] sortby
|
6504
|
-
# Comma
|
6500
|
+
# Comma-separated list of columns to sort the final result.
|
6505
6501
|
# @param [String] time_range
|
6506
|
-
# Time interval for the interactive query. Time range is specified as
|
6507
|
-
#
|
6502
|
+
# Time interval for the interactive query. Time range is specified in GMT as `
|
6503
|
+
# start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`
|
6508
6504
|
# @param [String] time_unit
|
6509
|
-
#
|
6510
|
-
#
|
6505
|
+
# Granularity of metrics returned. Valid values include: `second`, `minute`, `
|
6506
|
+
# hour`, `day`, `week`, or` month`.
|
6511
6507
|
# @param [String] topk
|
6512
|
-
#
|
6513
|
-
# topk=5
|
6508
|
+
# Top number of results to return. For example, to return the top 5 results, set
|
6509
|
+
# `topk=5`.
|
6514
6510
|
# @param [Boolean] ts_ascending
|
6515
|
-
#
|
6516
|
-
#
|
6511
|
+
# Flag that specifies whether to list timestamps in ascending (`true`) or
|
6512
|
+
# descending (`false`) order. Apigee recommends that you set this value to `true`
|
6513
|
+
# if you are using `sortby` with `sort=DESC`.
|
6517
6514
|
# @param [String] tzo
|
6518
|
-
#
|
6515
|
+
# Timezone offset value.
|
6519
6516
|
# @param [String] fields
|
6520
6517
|
# Selector specifying which fields to include in a partial response.
|
6521
6518
|
# @param [String] quota_user
|
@@ -7070,51 +7067,52 @@ module Google
|
|
7070
7067
|
# Retrieve metrics grouped by dimensions in host level. The types of metrics you
|
7071
7068
|
# can retrieve include traffic, message counts, API call latency, response size,
|
7072
7069
|
# and cache hits and counts. Dimensions let you view metrics in meaningful
|
7073
|
-
# groups.
|
7074
|
-
#
|
7075
|
-
# given
|
7076
|
-
# @param [String] name
|
7077
|
-
# Required.
|
7078
|
-
#
|
7079
|
-
# Dimensions let you view metrics in meaningful groupings
|
7080
|
-
# target_host
|
7081
|
-
# below `organizations/`org`/hostStats/apiproxy,request_verb`
|
7070
|
+
# groups. You can optionally pass dimensions as path parameters to the `stats`
|
7071
|
+
# API. If dimensions are not specified, the metrics are computed on the entire
|
7072
|
+
# set of data for the given time range.
|
7073
|
+
# @param [String] name
|
7074
|
+
# Required. Resource name for which the interactive query will be executed. Use
|
7075
|
+
# the following format in your request: `organizations/`org`/hostStats/`
|
7076
|
+
# dimensions`` Dimensions let you view metrics in meaningful groupings, such as `
|
7077
|
+
# apiproxy`, `target_host`. The value of dimensions should be a comma-separated
|
7078
|
+
# list as shown below `organizations/`org`/hostStats/apiproxy,request_verb`
|
7082
7079
|
# @param [String] accuracy
|
7083
|
-
#
|
7080
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
7084
7081
|
# @param [String] envgroup_hostname
|
7085
|
-
# Required.
|
7082
|
+
# Required. Hostname for which the interactive query will be executed.
|
7086
7083
|
# @param [String] filter
|
7087
|
-
#
|
7084
|
+
# Flag that enables drill-down on specific dimension values.
|
7088
7085
|
# @param [String] limit
|
7089
|
-
#
|
7090
|
-
#
|
7086
|
+
# Maximum number of result items to return. The default and maximum value that
|
7087
|
+
# can be returned is 14400.
|
7091
7088
|
# @param [String] offset
|
7092
|
-
# Use offset with limit to enable pagination of results. For
|
7093
|
-
# results 11-20, set limit to
|
7089
|
+
# Offset value. Use `offset` with `limit` to enable pagination of results. For
|
7090
|
+
# example, to display results 11-20, set limit to `10` and offset to `10`.
|
7094
7091
|
# @param [Boolean] realtime
|
7095
|
-
#
|
7092
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
7096
7093
|
# @param [String] select
|
7097
|
-
#
|
7098
|
-
#
|
7094
|
+
# Comma-separated list of metrics. For example: `sum(message_count),sum(
|
7095
|
+
# error_count)`
|
7099
7096
|
# @param [String] sort
|
7100
|
-
#
|
7101
|
-
#
|
7097
|
+
# Flag that specifies if the sort order should be ascending or descending. Valid
|
7098
|
+
# values are `DESC` and `ASC`.
|
7102
7099
|
# @param [String] sortby
|
7103
|
-
# Comma
|
7100
|
+
# Comma-separated list of columns to sort the final result.
|
7104
7101
|
# @param [String] time_range
|
7105
|
-
# Time interval for the interactive query. Time range is specified as
|
7106
|
-
#
|
7102
|
+
# Time interval for the interactive query. Time range is specified in GMT as `
|
7103
|
+
# start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`
|
7107
7104
|
# @param [String] time_unit
|
7108
|
-
#
|
7109
|
-
#
|
7105
|
+
# Granularity of metrics returned. Valid values include: `second`, `minute`, `
|
7106
|
+
# hour`, `day`, `week`, or `month`.
|
7110
7107
|
# @param [String] topk
|
7111
|
-
#
|
7112
|
-
# topk=5
|
7108
|
+
# Top number of results to return. For example, to return the top 5 results, set
|
7109
|
+
# `topk=5`.
|
7113
7110
|
# @param [Boolean] ts_ascending
|
7114
|
-
#
|
7115
|
-
#
|
7111
|
+
# Flag that specifies whether to list timestamps in ascending (`true`) or
|
7112
|
+
# descending (`false`) order. Apigee recommends that you set this value to `true`
|
7113
|
+
# if you are using `sortby` with `sort=DESC`.
|
7116
7114
|
# @param [String] tzo
|
7117
|
-
#
|
7115
|
+
# Timezone offset value.
|
7118
7116
|
# @param [String] fields
|
7119
7117
|
# Selector specifying which fields to include in a partial response.
|
7120
7118
|
# @param [String] quota_user
|
@@ -7887,49 +7885,51 @@ module Google
|
|
7887
7885
|
execute_or_queue_command(command, &block)
|
7888
7886
|
end
|
7889
7887
|
|
7890
|
-
#
|
7888
|
+
# Similar to GetHostStats except that the response is less verbose.
|
7891
7889
|
# @param [String] name
|
7892
|
-
# Required.
|
7893
|
-
#
|
7894
|
-
# dimensions
|
7895
|
-
#
|
7896
|
-
# as shown below `organizations/`org`/
|
7890
|
+
# Required. Resource name for which the interactive query will be executed. Use
|
7891
|
+
# the following format in your request: `organizations/`organization_id`/
|
7892
|
+
# optimizedHostStats/`dimensions`` Dimensions let you view metrics in meaningful
|
7893
|
+
# groupings, such as `apiproxy`, `target_host`. The value of dimensions should
|
7894
|
+
# be a comma-separated list as shown below: `organizations/`org`/
|
7895
|
+
# optimizedHostStats/apiproxy,request_verb`
|
7897
7896
|
# @param [String] accuracy
|
7898
|
-
#
|
7897
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
7899
7898
|
# @param [String] envgroup_hostname
|
7900
|
-
# Required.
|
7899
|
+
# Required. Hostname for which the interactive query will be executed.
|
7901
7900
|
# @param [String] filter
|
7902
|
-
#
|
7901
|
+
# Filter that enables you to drill-down on specific dimension values.
|
7903
7902
|
# @param [String] limit
|
7904
|
-
#
|
7905
|
-
#
|
7903
|
+
# Maximum number of result items to return. The default and maximum value that
|
7904
|
+
# can be returned is 14400.
|
7906
7905
|
# @param [String] offset
|
7907
|
-
# Use offset with limit to enable pagination of results. For
|
7908
|
-
# results 11-20, set limit to
|
7906
|
+
# Offset value. Use `offset` with `limit` to enable pagination of results. For
|
7907
|
+
# example, to display results 11-20, set limit to `10` and offset to `10`.
|
7909
7908
|
# @param [Boolean] realtime
|
7910
|
-
#
|
7909
|
+
# No longer used by Apigee. Supported for backwards compatibility.
|
7911
7910
|
# @param [String] select
|
7912
|
-
# Required.
|
7913
|
-
# sum(
|
7911
|
+
# Required. Comma-separated list of metrics. For example: `sum(message_count),
|
7912
|
+
# sum(error_count)`
|
7914
7913
|
# @param [String] sort
|
7915
|
-
#
|
7916
|
-
#
|
7914
|
+
# Flag that specifies whether the sort order should be ascending or descending.
|
7915
|
+
# Valid values include `DESC` and `ASC`.
|
7917
7916
|
# @param [String] sortby
|
7918
|
-
# Comma
|
7917
|
+
# Comma-separated list of columns used to sort the final result.
|
7919
7918
|
# @param [String] time_range
|
7920
|
-
# Required. Time interval for the interactive query. Time range is specified
|
7921
|
-
# start~end
|
7919
|
+
# Required. Time interval for the interactive query. Time range is specified in
|
7920
|
+
# GMT as `start~end`. For example: `04/15/2017 00:00~05/15/2017 23:59`.
|
7922
7921
|
# @param [String] time_unit
|
7923
|
-
#
|
7924
|
-
#
|
7922
|
+
# Granularity of metrics returned. Valid values include: `second`, `minute`, `
|
7923
|
+
# hour`, `day`, `week`, or `month`.
|
7925
7924
|
# @param [String] topk
|
7926
|
-
#
|
7927
|
-
# topk=5
|
7925
|
+
# Top number of results to return. For example, to return the top 5 results, set
|
7926
|
+
# `topk=5`.
|
7928
7927
|
# @param [Boolean] ts_ascending
|
7929
|
-
#
|
7930
|
-
#
|
7928
|
+
# Flag that specifies whether to list timestamps in ascending (`true`) or
|
7929
|
+
# descending (`false`) order. Apigee recommends that you set this value to `true`
|
7930
|
+
# if you are using `sortby` with `sort=DESC`.
|
7931
7931
|
# @param [String] tzo
|
7932
|
-
#
|
7932
|
+
# Timezone offset value.
|
7933
7933
|
# @param [String] fields
|
7934
7934
|
# Selector specifying which fields to include in a partial response.
|
7935
7935
|
# @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.
|
4
|
+
version: 0.26.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-
|
11
|
+
date: 2021-11-08 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.26.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: []
|