Class: Google::Cloud::Retail::V2::ProductService::Rest::Client::Configuration
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ProductService::Rest::Client::Configuration
- Extended by:
- Gapic::Config
- Defined in:
- lib/google/cloud/retail/v2/product_service/rest/client.rb
Overview
Configuration class for the ProductService REST API.
This class represents the configuration for ProductService REST, providing control over timeouts, retry behavior, logging, transport parameters, and other low-level controls. Certain parameters can also be applied individually to specific RPCs. See Rpcs for a list of RPCs that can be configured independently.
Configuration can be applied globally to all clients, or to a single client on construction.
Defined Under Namespace
Classes: Rpcs
Instance Attribute Summary collapse
-
#credentials ⇒ ::Object
Credentials to send with calls.
-
#endpoint ⇒ ::String?
A custom service endpoint, as a hostname or hostname:port.
-
#lib_name ⇒ ::String
The library name as recorded in instrumentation and logging.
-
#lib_version ⇒ ::String
The library version as recorded in instrumentation and logging.
-
#logger ⇒ ::Logger, ...
A custom logger to use for request/response debug logging, or the value
:default
(the default) to construct a default logger, ornil
to explicitly disable logging. -
#metadata ⇒ ::Hash{::Symbol=>::String}
Additional headers to be sent with the call.
-
#quota_project ⇒ ::String
A separate project against which to charge quota.
-
#retry_policy ⇒ ::Hash
The retry policy.
-
#scope ⇒ ::Array<::String>
The OAuth scopes.
-
#timeout ⇒ ::Numeric
The call timeout in seconds.
-
#universe_domain ⇒ ::String?
The universe domain within which to make requests.
Instance Method Summary collapse
-
#rpcs ⇒ Rpcs
Configurations for individual RPCs.
Instance Attribute Details
#credentials ⇒ ::Object
Credentials to send with calls. You may provide any of the following types:
- (
String
) The path to a service account key file in JSON format - (
Hash
) A service account key as a Hash - (
Google::Auth::Credentials
) A googleauth credentials object (see the googleauth docs) - (
Signet::OAuth2::Client
) A signet oauth2 client object (see the signet docs) - (
nil
) indicating no credentials
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#endpoint ⇒ ::String?
A custom service endpoint, as a hostname or hostname:port. The default is nil, indicating to use the default endpoint in the current universe domain.
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#lib_name ⇒ ::String
The library name as recorded in instrumentation and logging
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#lib_version ⇒ ::String
The library version as recorded in instrumentation and logging
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#logger ⇒ ::Logger, ...
A custom logger to use for request/response debug logging, or the value
:default
(the default) to construct a default logger, or nil
to
explicitly disable logging.
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#metadata ⇒ ::Hash{::Symbol=>::String}
Additional headers to be sent with the call.
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#quota_project ⇒ ::String
A separate project against which to charge quota.
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#retry_policy ⇒ ::Hash
The retry policy. The value is a hash with the following keys:
-
: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. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#scope ⇒ ::Array<::String>
The OAuth scopes
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#timeout ⇒ ::Numeric
The call timeout in seconds.
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
#universe_domain ⇒ ::String?
The universe domain within which to make requests. This determines the default endpoint URL. The default value of nil uses the environment universe (usually the default "googleapis.com" universe).
1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1946 class Configuration extend ::Gapic::Config # @private # The endpoint specific to the default "googleapis.com" universe. Deprecated. DEFAULT_ENDPOINT = "retail.googleapis.com" config_attr :endpoint, nil, ::String, nil config_attr :credentials, nil do |value| allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil] allowed.any? { |klass| klass === value } end config_attr :scope, nil, ::String, ::Array, nil config_attr :lib_name, nil, ::String, nil config_attr :lib_version, nil, ::String, nil config_attr :timeout, nil, ::Numeric, nil config_attr :metadata, nil, ::Hash, nil config_attr :retry_policy, nil, ::Hash, ::Proc, nil config_attr :quota_project, nil, ::String, nil config_attr :universe_domain, nil, ::String, nil config_attr :logger, :default, ::Logger, nil, :default # @private def initialize parent_config = nil @parent_config = parent_config unless parent_config.nil? yield self if block_given? end ## # Configurations for individual RPCs # @return [Rpcs] # def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end ## # Configuration RPC class for the ProductService API. # # Includes fields providing the configuration for each RPC in this service. # Each configuration object is of type `Gapic::Config::Method` and includes # the following configuration fields: # # * `timeout` (*type:* `Numeric`) - The call timeout in seconds # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional headers # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields # include the following keys: # * `: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. # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should # trigger a retry. # class Rpcs ## # RPC-specific configuration for `create_product` # @return [::Gapic::Config::Method] # attr_reader :create_product ## # RPC-specific configuration for `get_product` # @return [::Gapic::Config::Method] # attr_reader :get_product ## # RPC-specific configuration for `list_products` # @return [::Gapic::Config::Method] # attr_reader :list_products ## # RPC-specific configuration for `update_product` # @return [::Gapic::Config::Method] # attr_reader :update_product ## # RPC-specific configuration for `delete_product` # @return [::Gapic::Config::Method] # attr_reader :delete_product ## # RPC-specific configuration for `purge_products` # @return [::Gapic::Config::Method] # attr_reader :purge_products ## # RPC-specific configuration for `import_products` # @return [::Gapic::Config::Method] # attr_reader :import_products ## # RPC-specific configuration for `set_inventory` # @return [::Gapic::Config::Method] # attr_reader :set_inventory ## # RPC-specific configuration for `add_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :add_fulfillment_places ## # RPC-specific configuration for `remove_fulfillment_places` # @return [::Gapic::Config::Method] # attr_reader :remove_fulfillment_places ## # RPC-specific configuration for `add_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :add_local_inventories ## # RPC-specific configuration for `remove_local_inventories` # @return [::Gapic::Config::Method] # attr_reader :remove_local_inventories # @private def initialize parent_rpcs = nil create_product_config = parent_rpcs.create_product if parent_rpcs.respond_to? :create_product @create_product = ::Gapic::Config::Method.new create_product_config get_product_config = parent_rpcs.get_product if parent_rpcs.respond_to? :get_product @get_product = ::Gapic::Config::Method.new get_product_config list_products_config = parent_rpcs.list_products if parent_rpcs.respond_to? :list_products @list_products = ::Gapic::Config::Method.new list_products_config update_product_config = parent_rpcs.update_product if parent_rpcs.respond_to? :update_product @update_product = ::Gapic::Config::Method.new update_product_config delete_product_config = parent_rpcs.delete_product if parent_rpcs.respond_to? :delete_product @delete_product = ::Gapic::Config::Method.new delete_product_config purge_products_config = parent_rpcs.purge_products if parent_rpcs.respond_to? :purge_products @purge_products = ::Gapic::Config::Method.new purge_products_config import_products_config = parent_rpcs.import_products if parent_rpcs.respond_to? :import_products @import_products = ::Gapic::Config::Method.new import_products_config set_inventory_config = parent_rpcs.set_inventory if parent_rpcs.respond_to? :set_inventory @set_inventory = ::Gapic::Config::Method.new set_inventory_config add_fulfillment_places_config = parent_rpcs.add_fulfillment_places if parent_rpcs.respond_to? :add_fulfillment_places @add_fulfillment_places = ::Gapic::Config::Method.new add_fulfillment_places_config remove_fulfillment_places_config = parent_rpcs.remove_fulfillment_places if parent_rpcs.respond_to? :remove_fulfillment_places @remove_fulfillment_places = ::Gapic::Config::Method.new remove_fulfillment_places_config add_local_inventories_config = parent_rpcs.add_local_inventories if parent_rpcs.respond_to? :add_local_inventories @add_local_inventories = ::Gapic::Config::Method.new add_local_inventories_config remove_local_inventories_config = parent_rpcs.remove_local_inventories if parent_rpcs.respond_to? :remove_local_inventories @remove_local_inventories = ::Gapic::Config::Method.new remove_local_inventories_config yield self if block_given? end end end |
Instance Method Details
#rpcs ⇒ Rpcs
Configurations for individual RPCs
1979 1980 1981 1982 1983 1984 1985 |
# File 'lib/google/cloud/retail/v2/product_service/rest/client.rb', line 1979 def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end |