Storage Control V2 API - Class Google::Cloud::Storage::Control::V2::StorageControl::Client::Configuration::Rpcs (v0.1.1)

Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::StorageControl::Client::Configuration::Rpcs.

Configuration RPC class for the StorageControl 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 gRPC 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.

Inherits

  • Object

Methods

#create_folder

defcreate_folder()->::Gapic::Config::Method

RPC-specific configuration for create_folder

Returns
  • (::Gapic::Config::Method)

#create_managed_folder

defcreate_managed_folder()->::Gapic::Config::Method

RPC-specific configuration for create_managed_folder

Returns
  • (::Gapic::Config::Method)

#delete_folder

defdelete_folder()->::Gapic::Config::Method

RPC-specific configuration for delete_folder

Returns
  • (::Gapic::Config::Method)

#delete_managed_folder

defdelete_managed_folder()->::Gapic::Config::Method

RPC-specific configuration for delete_managed_folder

Returns
  • (::Gapic::Config::Method)

#get_folder

defget_folder()->::Gapic::Config::Method

RPC-specific configuration for get_folder

Returns
  • (::Gapic::Config::Method)

#get_managed_folder

defget_managed_folder()->::Gapic::Config::Method

RPC-specific configuration for get_managed_folder

Returns
  • (::Gapic::Config::Method)

#get_storage_layout

defget_storage_layout()->::Gapic::Config::Method

RPC-specific configuration for get_storage_layout

Returns
  • (::Gapic::Config::Method)

#list_folders

deflist_folders()->::Gapic::Config::Method

RPC-specific configuration for list_folders

Returns
  • (::Gapic::Config::Method)

#list_managed_folders

deflist_managed_folders()->::Gapic::Config::Method

RPC-specific configuration for list_managed_folders

Returns
  • (::Gapic::Config::Method)

#rename_folder

defrename_folder()->::Gapic::Config::Method

RPC-specific configuration for rename_folder

Returns
  • (::Gapic::Config::Method)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.