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)


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

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_backup_plan

Returns:

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


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

def create_backup_plan
  @create_backup_plan
end

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

RPC-specific configuration for create_restore

Returns:

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


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

def create_restore
  @create_restore
end

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

RPC-specific configuration for create_restore_plan

Returns:

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


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

def create_restore_plan
  @create_restore_plan
end

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

RPC-specific configuration for delete_backup

Returns:

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


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

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_backup_plan

Returns:

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


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

def delete_backup_plan
  @delete_backup_plan
end

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

RPC-specific configuration for delete_restore

Returns:

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


2935
2936
2937
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2935

def delete_restore
  @delete_restore
end

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

RPC-specific configuration for delete_restore_plan

Returns:

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


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

def delete_restore_plan
  @delete_restore_plan
end

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

RPC-specific configuration for get_backup

Returns:

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


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

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_backup_plan

Returns:

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


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

def get_backup_plan
  @get_backup_plan
end

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

RPC-specific configuration for get_restore

Returns:

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


2925
2926
2927
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2925

def get_restore
  @get_restore
end

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

RPC-specific configuration for get_restore_plan

Returns:

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


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

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)


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

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)


2945
2946
2947
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2945

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)


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

def list_backup_plans
  @list_backup_plans
end

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

RPC-specific configuration for list_backups

Returns:

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


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

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_restore_plans

Returns:

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


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

def list_restore_plans
  @list_restore_plans
end

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

RPC-specific configuration for list_restores

Returns:

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


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

def list_restores
  @list_restores
end

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

RPC-specific configuration for list_volume_backups

Returns:

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


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

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)


2940
2941
2942
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2940

def list_volume_restores
  @list_volume_restores
end

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

RPC-specific configuration for update_backup

Returns:

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


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

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_backup_plan

Returns:

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


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

def update_backup_plan
  @update_backup_plan
end

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

RPC-specific configuration for update_restore

Returns:

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


2930
2931
2932
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2930

def update_restore
  @update_restore
end

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

RPC-specific configuration for update_restore_plan

Returns:

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


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

def update_restore_plan
  @update_restore_plan
end