Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ end
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) -
# The error codes that should trigger a retry.
#
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator/lib/gapic/presenters/gem_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def extra_files

def dependencies
@dependencies ||= begin
deps = { "gapic-common" => "~> 1.2" }
deps = { "gapic-common" => "~> 1.3" }
deps["grpc-google-iam-v1"] = "~> 1.11" if iam_dependency?
extra_deps = gem_config_dependencies
deps.merge! mixins_model.dependencies if mixins_model.mixins?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -181,6 +182,7 @@ class Configuration
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -153,6 +154,7 @@ class Configuration
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ def enable_p_max_brand_guidelines request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -595,6 +596,7 @@ def channel_pool
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ def list request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -813,6 +814,7 @@ def rpcs
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def get request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -476,6 +477,7 @@ def rpcs
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def remove_peering request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -536,6 +537,7 @@ def rpcs
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def resize request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -435,6 +436,7 @@ def rpcs
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ def wait request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -668,6 +669,7 @@ def rpcs
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ def self.global_operations_available? version: :v1
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) -
# The error codes that should trigger a retry.
#
Expand Down
2 changes: 1 addition & 1 deletion shared/output/cloud/grafeas_v1/grafeas-v1.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "gapic-common", "~> 1.3"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,7 @@ def list_note_occurrences request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -1628,6 +1629,7 @@ def channel_pool
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "gapic-common", "~> 1.3"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,7 @@ def annotate_text request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -1423,6 +1424,7 @@ def channel_pool
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ def annotate_text request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -916,6 +917,7 @@ def rpcs
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "gapic-common", "~> 1.3"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ def annotate_text request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -685,6 +686,7 @@ def channel_pool
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "gapic-common", "~> 1.3"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ def annotate_text request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -924,6 +925,7 @@ def channel_pool
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def self.language_service_available? version: :v1, transport: :grpc
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) -
# The error codes that should trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "gapic-common", "~> 1.3"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ def get_location request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -543,6 +544,7 @@ def channel_pool
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ def get_location request, options = nil
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
# @return [::Hash]
Expand Down Expand Up @@ -496,6 +497,7 @@ def rpcs
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
# trigger a retry.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "gapic-common", "~> 1.3"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "gapic-common", "~> 1.3"
gem.add_dependency "google-cloud-errors", "~> 1.0"
gem.add_dependency "grpc-google-iam-v1", "~> 1.11"
end
Loading
Loading