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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/service_directory/v1/registration_service/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 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.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_endpoint

Returns:

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


2212
2213
2214
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2212

def create_endpoint
  @create_endpoint
end

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

RPC-specific configuration for create_namespace

Returns:

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


2162
2163
2164
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2162

def create_namespace
  @create_namespace
end

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

RPC-specific configuration for create_service

Returns:

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


2187
2188
2189
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2187

def create_service
  @create_service
end

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

RPC-specific configuration for delete_endpoint

Returns:

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


2232
2233
2234
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2232

def delete_endpoint
  @delete_endpoint
end

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

RPC-specific configuration for delete_namespace

Returns:

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


2182
2183
2184
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2182

def delete_namespace
  @delete_namespace
end

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

RPC-specific configuration for delete_service

Returns:

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


2207
2208
2209
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2207

def delete_service
  @delete_service
end

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

RPC-specific configuration for get_endpoint

Returns:

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


2222
2223
2224
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2222

def get_endpoint
  @get_endpoint
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


2237
2238
2239
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2237

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_namespace

Returns:

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


2172
2173
2174
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2172

def get_namespace
  @get_namespace
end

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

RPC-specific configuration for get_service

Returns:

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


2197
2198
2199
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2197

def get_service
  @get_service
end

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

RPC-specific configuration for list_endpoints

Returns:

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


2217
2218
2219
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2217

def list_endpoints
  @list_endpoints
end

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

RPC-specific configuration for list_namespaces

Returns:

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


2167
2168
2169
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2167

def list_namespaces
  @list_namespaces
end

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

RPC-specific configuration for list_services

Returns:

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


2192
2193
2194
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2192

def list_services
  @list_services
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


2242
2243
2244
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2242

def set_iam_policy
  @set_iam_policy
end

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

RPC-specific configuration for test_iam_permissions

Returns:

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


2247
2248
2249
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2247

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_endpoint

Returns:

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


2227
2228
2229
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2227

def update_endpoint
  @update_endpoint
end

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

RPC-specific configuration for update_namespace

Returns:

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


2177
2178
2179
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2177

def update_namespace
  @update_namespace
end

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

RPC-specific configuration for update_service

Returns:

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


2202
2203
2204
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 2202

def update_service
  @update_service
end