Class: Google::Cloud::GkeBackup::V1::BackupForGKE::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb

Overview

Configuration RPC class for the BackupForGKE 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_backup::Gapic::Config::Method (readonly)

RPC-specific configuration for create_backup

Returns:

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


2828
2829
2830
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2828

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_backup_plan

Returns:

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


2803
2804
2805
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2803

def create_backup_plan
  @create_backup_plan
end

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

RPC-specific configuration for create_restore

Returns:

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


2888
2889
2890
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2888

def create_restore
  @create_restore
end

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

RPC-specific configuration for create_restore_plan

Returns:

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


2863
2864
2865
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2863

def create_restore_plan
  @create_restore_plan
end

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

RPC-specific configuration for delete_backup

Returns:

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


2848
2849
2850
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2848

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_backup_plan

Returns:

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


2823
2824
2825
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2823

def delete_backup_plan
  @delete_backup_plan
end

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

RPC-specific configuration for delete_restore

Returns:

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


2908
2909
2910
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2908

def delete_restore
  @delete_restore
end

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

RPC-specific configuration for delete_restore_plan

Returns:

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


2883
2884
2885
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2883

def delete_restore_plan
  @delete_restore_plan
end

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

RPC-specific configuration for get_backup

Returns:

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


2838
2839
2840
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2838

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_backup_plan

Returns:

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


2813
2814
2815
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2813

def get_backup_plan
  @get_backup_plan
end

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

RPC-specific configuration for get_restore

Returns:

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


2898
2899
2900
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2898

def get_restore
  @get_restore
end

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

RPC-specific configuration for get_restore_plan

Returns:

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


2873
2874
2875
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2873

def get_restore_plan
  @get_restore_plan
end

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

RPC-specific configuration for get_volume_backup

Returns:

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


2858
2859
2860
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2858

def get_volume_backup
  @get_volume_backup
end

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

RPC-specific configuration for get_volume_restore

Returns:

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


2918
2919
2920
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2918

def get_volume_restore
  @get_volume_restore
end

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

RPC-specific configuration for list_backup_plans

Returns:

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


2808
2809
2810
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2808

def list_backup_plans
  @list_backup_plans
end

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

RPC-specific configuration for list_backups

Returns:

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


2833
2834
2835
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2833

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_restore_plans

Returns:

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


2868
2869
2870
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2868

def list_restore_plans
  @list_restore_plans
end

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

RPC-specific configuration for list_restores

Returns:

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


2893
2894
2895
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2893

def list_restores
  @list_restores
end

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

RPC-specific configuration for list_volume_backups

Returns:

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


2853
2854
2855
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2853

def list_volume_backups
  @list_volume_backups
end

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

RPC-specific configuration for list_volume_restores

Returns:

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


2913
2914
2915
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2913

def list_volume_restores
  @list_volume_restores
end

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

RPC-specific configuration for update_backup

Returns:

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


2843
2844
2845
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2843

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_backup_plan

Returns:

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


2818
2819
2820
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2818

def update_backup_plan
  @update_backup_plan
end

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

RPC-specific configuration for update_restore

Returns:

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


2903
2904
2905
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2903

def update_restore
  @update_restore
end

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

RPC-specific configuration for update_restore_plan

Returns:

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


2878
2879
2880
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2878

def update_restore_plan
  @update_restore_plan
end