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)


1711
1712
1713
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1711

def create_endpoint
  @create_endpoint
end

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

RPC-specific configuration for create_namespace

Returns:

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


1661
1662
1663
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1661

def create_namespace
  @create_namespace
end

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

RPC-specific configuration for create_service

Returns:

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


1686
1687
1688
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1686

def create_service
  @create_service
end

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

RPC-specific configuration for delete_endpoint

Returns:

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


1731
1732
1733
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1731

def delete_endpoint
  @delete_endpoint
end

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

RPC-specific configuration for delete_namespace

Returns:

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


1681
1682
1683
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1681

def delete_namespace
  @delete_namespace
end

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

RPC-specific configuration for delete_service

Returns:

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


1706
1707
1708
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1706

def delete_service
  @delete_service
end

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

RPC-specific configuration for get_endpoint

Returns:

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


1721
1722
1723
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1721

def get_endpoint
  @get_endpoint
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


1736
1737
1738
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1736

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_namespace

Returns:

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


1671
1672
1673
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1671

def get_namespace
  @get_namespace
end

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

RPC-specific configuration for get_service

Returns:

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


1696
1697
1698
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1696

def get_service
  @get_service
end

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

RPC-specific configuration for list_endpoints

Returns:

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


1716
1717
1718
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1716

def list_endpoints
  @list_endpoints
end

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

RPC-specific configuration for list_namespaces

Returns:

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


1666
1667
1668
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1666

def list_namespaces
  @list_namespaces
end

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

RPC-specific configuration for list_services

Returns:

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


1691
1692
1693
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1691

def list_services
  @list_services
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


1741
1742
1743
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1741

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)


1746
1747
1748
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1746

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_endpoint

Returns:

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


1726
1727
1728
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1726

def update_endpoint
  @update_endpoint
end

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

RPC-specific configuration for update_namespace

Returns:

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


1676
1677
1678
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1676

def update_namespace
  @update_namespace
end

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

RPC-specific configuration for update_service

Returns:

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


1701
1702
1703
# File 'lib/google/cloud/service_directory/v1/registration_service/client.rb', line 1701

def update_service
  @update_service
end