Class: Google::Cloud::ServiceDirectory::V1::RegistrationService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/service_directory/v1/registration_service/rest/client.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#create_endpoint::Gapic::Config::Method (readonly)

RPC-specific configuration for create_endpoint



2050
2051
2052
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2050

def create_endpoint
  @create_endpoint
end

#create_namespace::Gapic::Config::Method (readonly)

RPC-specific configuration for create_namespace



2000
2001
2002
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2000

def create_namespace
  @create_namespace
end

#create_service::Gapic::Config::Method (readonly)

RPC-specific configuration for create_service



2025
2026
2027
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2025

def create_service
  @create_service
end

#delete_endpoint::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_endpoint



2070
2071
2072
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2070

def delete_endpoint
  @delete_endpoint
end

#delete_namespace::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_namespace



2020
2021
2022
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2020

def delete_namespace
  @delete_namespace
end

#delete_service::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_service



2045
2046
2047
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2045

def delete_service
  @delete_service
end

#get_endpoint::Gapic::Config::Method (readonly)

RPC-specific configuration for get_endpoint



2060
2061
2062
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2060

def get_endpoint
  @get_endpoint
end

#get_iam_policy::Gapic::Config::Method (readonly)

RPC-specific configuration for get_iam_policy



2075
2076
2077
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2075

def get_iam_policy
  @get_iam_policy
end

#get_namespace::Gapic::Config::Method (readonly)

RPC-specific configuration for get_namespace



2010
2011
2012
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2010

def get_namespace
  @get_namespace
end

#get_service::Gapic::Config::Method (readonly)

RPC-specific configuration for get_service



2035
2036
2037
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2035

def get_service
  @get_service
end

#list_endpoints::Gapic::Config::Method (readonly)

RPC-specific configuration for list_endpoints



2055
2056
2057
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2055

def list_endpoints
  @list_endpoints
end

#list_namespaces::Gapic::Config::Method (readonly)

RPC-specific configuration for list_namespaces



2005
2006
2007
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2005

def list_namespaces
  @list_namespaces
end

#list_services::Gapic::Config::Method (readonly)

RPC-specific configuration for list_services



2030
2031
2032
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2030

def list_services
  @list_services
end

#set_iam_policy::Gapic::Config::Method (readonly)

RPC-specific configuration for set_iam_policy



2080
2081
2082
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2080

def set_iam_policy
  @set_iam_policy
end

#test_iam_permissions::Gapic::Config::Method (readonly)

RPC-specific configuration for test_iam_permissions



2085
2086
2087
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2085

def test_iam_permissions
  @test_iam_permissions
end

#update_endpoint::Gapic::Config::Method (readonly)

RPC-specific configuration for update_endpoint



2065
2066
2067
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2065

def update_endpoint
  @update_endpoint
end

#update_namespace::Gapic::Config::Method (readonly)

RPC-specific configuration for update_namespace



2015
2016
2017
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2015

def update_namespace
  @update_namespace
end

#update_service::Gapic::Config::Method (readonly)

RPC-specific configuration for update_service



2040
2041
2042
# File 'lib/google/cloud/service_directory/v1/registration_service/rest/client.rb', line 2040

def update_service
  @update_service
end