google-cloud-app_optimize-v1beta 0.1.0 → 0.2.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: c9781ef32decef98460df4d22b2bdd255b1f8c25678d240fb48b4926cba93733
4
- data.tar.gz: e05d416da44e32b761310daf315b74221bf6277e001bcf925e00daf1528962fc
3
+ metadata.gz: b816a8f5f3d33d9694294bd05959f2be019e4b3007cd677cbf02b08566bf8812
4
+ data.tar.gz: ed62c17916b12f49bf129a6f782594ed9593cbab7a283742689d371fa6324fa1
5
5
  SHA512:
6
- metadata.gz: fbbf0711995b3bad093e7face16f01fad50749872188700865f09ea81499c9e460b0fd5ab04811a6fe8af46973bfe78c551d84fdafbddc4637459be5f05cf411
7
- data.tar.gz: 54fbe7cea5d86a883d5fb5682d53f07d4155717bd6d440b3bbb0653e7151de51527f9ea41dd51db547e86ad2db905fc410d2a5147bf714294800d31d4c114175
6
+ metadata.gz: ed4b611d9db4d6913da678477c2d13a439d6bba3488ec6b4a0a3dc5ed2be5273456d141b47a73395a8a58c17ed4ce74390c7c3f0213a673afe48080d18038d96
7
+ data.tar.gz: 53030cf95d09e04d4e6e23c8e1981927c1ef8198dfd57824a6906bcdd756b621eaba8ed9a3188eb2fe6ed86a92e985dc1dc00f3d4c52ff5b58e78ad377c4d09b
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AppOptimize
23
23
  module V1beta
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -821,6 +821,7 @@ module Google
821
821
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
822
822
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
823
823
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
824
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
824
825
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
825
826
  # trigger a retry.
826
827
  # @return [::Hash]
@@ -904,6 +905,7 @@ module Google
904
905
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
905
906
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
906
907
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
908
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
907
909
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
908
910
  # trigger a retry.
909
911
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -754,6 +754,7 @@ module Google
754
754
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
755
755
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
756
756
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
757
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
757
758
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
758
759
  # trigger a retry.
759
760
  # @return [::Hash]
@@ -833,6 +834,7 @@ module Google
833
834
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
834
835
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
835
836
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
837
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
836
838
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
837
839
  # trigger a retry.
838
840
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -14,7 +14,7 @@ require 'google/protobuf/struct_pb'
14
14
  require 'google/protobuf/timestamp_pb'
15
15
 
16
16
 
17
- descriptor_data = "\n2google/cloud/appoptimize/v1beta/app_optimize.proto\x12\x1fgoogle.cloud.appoptimize.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa6\x01\n\x13\x43reateReportRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!appoptimize.googleapis.com/Report\x12\x16\n\treport_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12<\n\x06report\x18\x03 \x01(\x0b\x32\'.google.cloud.appoptimize.v1beta.ReportB\x03\xe0\x41\x02\"\xd5\x02\n\x06Report\x12\x36\n\x0b\x65xpire_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03H\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x17\n\ndimensions\x18\x02 \x03(\tB\x03\xe0\x41\x02\x12\x14\n\x07metrics\x18\x07 \x03(\tB\x03\xe0\x41\x02\x12;\n\x06scopes\x18\x03 \x03(\x0b\x32&.google.cloud.appoptimize.v1beta.ScopeB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01:q\xea\x41n\n!appoptimize.googleapis.com/Report\x12\x38projects/{project}/locations/{location}/reports/{report}*\x07reports2\x06reportB\x0c\n\nexpiration\"\x9a\x01\n\x05Scope\x12\x46\n\x07project\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+cloudresourcemanager.googleapis.com/ProjectH\x00\x12@\n\x0b\x61pplication\x18\x02 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!apphub.googleapis.com/ApplicationH\x00\x42\x07\n\x05scope\"K\n\x10GetReportRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!appoptimize.googleapis.com/Report\"\x80\x01\n\x12ListReportsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!appoptimize.googleapis.com/Report\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"h\n\x13ListReportsResponse\x12\x38\n\x07reports\x18\x01 \x03(\x0b\x32\'.google.cloud.appoptimize.v1beta.Report\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"j\n\x13\x44\x65leteReportRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!appoptimize.googleapis.com/Report\x12\x1a\n\rallow_missing\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"}\n\x11ReadReportRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!appoptimize.googleapis.com/Report\x12\x16\n\tpage_size\x18\x04 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x91\x01\n\x12ReadReportResponse\x12(\n\x04rows\x18\x01 \x03(\x0b\x32\x1a.google.protobuf.ListValue\x12\x38\n\x07\x63olumns\x18\x05 \x03(\x0b\x32\'.google.cloud.appoptimize.v1beta.Column\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\"l\n\x06\x43olumn\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x0c\n\x04mode\x18\x03 \x01(\t\x12\x38\n\x07\x63olumns\x18\x04 \x03(\x0b\x32\'.google.cloud.appoptimize.v1beta.Column\"\x13\n\x11OperationMetadata2\x82\x08\n\x0b\x41ppOptimize\x12\xdc\x01\n\x0c\x43reateReport\x12\x34.google.cloud.appoptimize.v1beta.CreateReportRequest\x1a\x1d.google.longrunning.Operation\"w\xca\x41\x1b\n\x06Report\x12\x11OperationMetadata\xda\x41\x17parent,report,report_id\x82\xd3\xe4\x93\x02\x39\"//v1beta/{parent=projects/*/locations/*}/reports:\x06report\x12\xa7\x01\n\tGetReport\x12\x31.google.cloud.appoptimize.v1beta.GetReportRequest\x1a\'.google.cloud.appoptimize.v1beta.Report\">\xda\x41\x04name\x82\xd3\xe4\x93\x02\x31\x12//v1beta/{name=projects/*/locations/*/reports/*}\x12\xba\x01\n\x0bListReports\x12\x33.google.cloud.appoptimize.v1beta.ListReportsRequest\x1a\x34.google.cloud.appoptimize.v1beta.ListReportsResponse\"@\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x31\x12//v1beta/{parent=projects/*/locations/*}/reports\x12\x9c\x01\n\x0c\x44\x65leteReport\x12\x34.google.cloud.appoptimize.v1beta.DeleteReportRequest\x1a\x16.google.protobuf.Empty\">\xda\x41\x04name\x82\xd3\xe4\x93\x02\x31*//v1beta/{name=projects/*/locations/*/reports/*}\x12\xbd\x01\n\nReadReport\x12\x32.google.cloud.appoptimize.v1beta.ReadReportRequest\x1a\x33.google.cloud.appoptimize.v1beta.ReadReportResponse\"F\xda\x41\x04name\x82\xd3\xe4\x93\x02\x39\"4/v1beta/{name=projects/*/locations/*/reports/*}:read:\x01*\x1aN\xca\x41\x1a\x61ppoptimize.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x8c\x02\n#com.google.cloud.appoptimize.v1betaB\x10\x41ppOptimizeProtoP\x01ZEcloud.google.com/go/appoptimize/apiv1beta/appoptimizepb;appoptimizepb\xaa\x02\x1fGoogle.Cloud.AppOptimize.V1Beta\xea\x41g\n!apphub.googleapis.com/Application\x12\x42projects/{project}/locations/{location}/applications/{application}b\x06proto3"
17
+ descriptor_data = "\n2google/cloud/appoptimize/v1beta/app_optimize.proto\x12\x1fgoogle.cloud.appoptimize.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa6\x01\n\x13\x43reateReportRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!appoptimize.googleapis.com/Report\x12\x16\n\treport_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12<\n\x06report\x18\x03 \x01(\x0b\x32\'.google.cloud.appoptimize.v1beta.ReportB\x03\xe0\x41\x02\"\xd5\x02\n\x06Report\x12\x36\n\x0b\x65xpire_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03H\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x17\n\ndimensions\x18\x02 \x03(\tB\x03\xe0\x41\x02\x12\x14\n\x07metrics\x18\x07 \x03(\tB\x03\xe0\x41\x02\x12;\n\x06scopes\x18\x03 \x03(\x0b\x32&.google.cloud.appoptimize.v1beta.ScopeB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01:q\xea\x41n\n!appoptimize.googleapis.com/Report\x12\x38projects/{project}/locations/{location}/reports/{report}*\x07reports2\x06reportB\x0c\n\nexpiration\"\x9a\x01\n\x05Scope\x12\x46\n\x07project\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+cloudresourcemanager.googleapis.com/ProjectH\x00\x12@\n\x0b\x61pplication\x18\x02 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!apphub.googleapis.com/ApplicationH\x00\x42\x07\n\x05scope\"K\n\x10GetReportRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!appoptimize.googleapis.com/Report\"\x80\x01\n\x12ListReportsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!appoptimize.googleapis.com/Report\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"h\n\x13ListReportsResponse\x12\x38\n\x07reports\x18\x01 \x03(\x0b\x32\'.google.cloud.appoptimize.v1beta.Report\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"j\n\x13\x44\x65leteReportRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!appoptimize.googleapis.com/Report\x12\x1a\n\rallow_missing\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"}\n\x11ReadReportRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!appoptimize.googleapis.com/Report\x12\x16\n\tpage_size\x18\x04 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x91\x01\n\x12ReadReportResponse\x12(\n\x04rows\x18\x01 \x03(\x0b\x32\x1a.google.protobuf.ListValue\x12\x38\n\x07\x63olumns\x18\x05 \x03(\x0b\x32\'.google.cloud.appoptimize.v1beta.Column\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\"l\n\x06\x43olumn\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x0c\n\x04mode\x18\x03 \x01(\t\x12\x38\n\x07\x63olumns\x18\x04 \x03(\x0b\x32\'.google.cloud.appoptimize.v1beta.Column\"\x13\n\x11OperationMetadata2\x82\x08\n\x0b\x41ppOptimize\x12\xdc\x01\n\x0c\x43reateReport\x12\x34.google.cloud.appoptimize.v1beta.CreateReportRequest\x1a\x1d.google.longrunning.Operation\"w\xca\x41\x1b\n\x06Report\x12\x11OperationMetadata\xda\x41\x17parent,report,report_id\x82\xd3\xe4\x93\x02\x39\"//v1beta/{parent=projects/*/locations/*}/reports:\x06report\x12\xa7\x01\n\tGetReport\x12\x31.google.cloud.appoptimize.v1beta.GetReportRequest\x1a\'.google.cloud.appoptimize.v1beta.Report\">\xda\x41\x04name\x82\xd3\xe4\x93\x02\x31\x12//v1beta/{name=projects/*/locations/*/reports/*}\x12\xba\x01\n\x0bListReports\x12\x33.google.cloud.appoptimize.v1beta.ListReportsRequest\x1a\x34.google.cloud.appoptimize.v1beta.ListReportsResponse\"@\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x31\x12//v1beta/{parent=projects/*/locations/*}/reports\x12\x9c\x01\n\x0c\x44\x65leteReport\x12\x34.google.cloud.appoptimize.v1beta.DeleteReportRequest\x1a\x16.google.protobuf.Empty\">\xda\x41\x04name\x82\xd3\xe4\x93\x02\x31*//v1beta/{name=projects/*/locations/*/reports/*}\x12\xbd\x01\n\nReadReport\x12\x32.google.cloud.appoptimize.v1beta.ReadReportRequest\x1a\x33.google.cloud.appoptimize.v1beta.ReadReportResponse\"F\xda\x41\x04name\x82\xd3\xe4\x93\x02\x39\"4/v1beta/{name=projects/*/locations/*/reports/*}:read:\x01*\x1aN\xca\x41\x1a\x61ppoptimize.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xae\x02\n#com.google.cloud.appoptimize.v1betaB\x10\x41ppOptimizeProtoP\x01ZEcloud.google.com/go/appoptimize/apiv1beta/appoptimizepb;appoptimizepb\xaa\x02\x1fGoogle.Cloud.AppOptimize.V1Beta\xca\x02\x1fGoogle\\Cloud\\AppOptimize\\V1beta\xea\x41g\n!apphub.googleapis.com/Application\x12\x42projects/{project}/locations/{location}/applications/{application}b\x06proto3"
18
18
 
19
19
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
20
20
  pool.add_serialized_file(descriptor_data)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-app_optimize-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement