Class: Google::Cloud::AlloyDB::V1::AlloyDBAdmin::Rest::Client::Configuration::Rpcs

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

Overview

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

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

RPC-specific configuration for batch_create_instances

Returns:

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


2006
2007
2008
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2006

def batch_create_instances
  @batch_create_instances
end

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

RPC-specific configuration for create_backup

Returns:

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


2041
2042
2043
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2041

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_cluster

Returns:

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


1971
1972
1973
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1971

def create_cluster
  @create_cluster
end

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

RPC-specific configuration for create_instance

Returns:

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


2001
2002
2003
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2001

def create_instance
  @create_instance
end

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

RPC-specific configuration for delete_backup

Returns:

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


2051
2052
2053
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2051

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_cluster

Returns:

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


1981
1982
1983
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1981

def delete_cluster
  @delete_cluster
end

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

RPC-specific configuration for delete_instance

Returns:

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


2016
2017
2018
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2016

def delete_instance
  @delete_instance
end

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

RPC-specific configuration for failover_instance

Returns:

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


2021
2022
2023
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2021

def failover_instance
  @failover_instance
end

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

RPC-specific configuration for get_backup

Returns:

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


2036
2037
2038
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2036

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_cluster

Returns:

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


1966
1967
1968
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1966

def get_cluster
  @get_cluster
end

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

RPC-specific configuration for get_instance

Returns:

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


1996
1997
1998
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1996

def get_instance
  @get_instance
end

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

RPC-specific configuration for list_backups

Returns:

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


2031
2032
2033
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2031

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_clusters

Returns:

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


1961
1962
1963
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1961

def list_clusters
  @list_clusters
end

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

RPC-specific configuration for list_instances

Returns:

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


1991
1992
1993
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1991

def list_instances
  @list_instances
end

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

RPC-specific configuration for list_supported_database_flags

Returns:

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


2056
2057
2058
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2056

def list_supported_database_flags
  @list_supported_database_flags
end

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

RPC-specific configuration for restart_instance

Returns:

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


2026
2027
2028
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2026

def restart_instance
  @restart_instance
end

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

RPC-specific configuration for restore_cluster

Returns:

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


1986
1987
1988
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1986

def restore_cluster
  @restore_cluster
end

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

RPC-specific configuration for update_backup

Returns:

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


2046
2047
2048
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2046

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_cluster

Returns:

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


1976
1977
1978
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 1976

def update_cluster
  @update_cluster
end

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

RPC-specific configuration for update_instance

Returns:

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


2011
2012
2013
# File 'lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb', line 2011

def update_instance
  @update_instance
end