Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::Firewalls::Rest::Client::Configuration::Rpcs.
Configuration RPC class for the Firewalls 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
there is one other field (retry_policy
) that can be set
but is currently not supported for REST Gapic libraries.
Inherits
- Object
Methods
#delete
def delete() -> ::Gapic::Config::Method
RPC-specific configuration for delete
- (::Gapic::Config::Method)
#get
def get() -> ::Gapic::Config::Method
RPC-specific configuration for get
- (::Gapic::Config::Method)
#insert
def insert() -> ::Gapic::Config::Method
RPC-specific configuration for insert
- (::Gapic::Config::Method)
#list
def list() -> ::Gapic::Config::Method
RPC-specific configuration for list
- (::Gapic::Config::Method)
#patch
def patch() -> ::Gapic::Config::Method
RPC-specific configuration for patch
- (::Gapic::Config::Method)
#update
def update() -> ::Gapic::Config::Method
RPC-specific configuration for update
- (::Gapic::Config::Method)