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



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

def create_backup
  @create_backup
end

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

RPC-specific configuration for create_backup_plan



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

def create_backup_plan
  @create_backup_plan
end

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

RPC-specific configuration for create_restore



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

def create_restore
  @create_restore
end

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

RPC-specific configuration for create_restore_plan



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

def create_restore_plan
  @create_restore_plan
end

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

RPC-specific configuration for delete_backup



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

def delete_backup
  @delete_backup
end

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

RPC-specific configuration for delete_backup_plan



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

def delete_backup_plan
  @delete_backup_plan
end

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

RPC-specific configuration for delete_restore



2961
2962
2963
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2961

def delete_restore
  @delete_restore
end

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

RPC-specific configuration for delete_restore_plan



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

def delete_restore_plan
  @delete_restore_plan
end

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

RPC-specific configuration for get_backup



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

def get_backup
  @get_backup
end

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

RPC-specific configuration for get_backup_plan



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

def get_backup_plan
  @get_backup_plan
end

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

RPC-specific configuration for get_restore



2951
2952
2953
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2951

def get_restore
  @get_restore
end

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

RPC-specific configuration for get_restore_plan



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

def get_restore_plan
  @get_restore_plan
end

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

RPC-specific configuration for get_volume_backup



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

def get_volume_backup
  @get_volume_backup
end

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

RPC-specific configuration for get_volume_restore



2971
2972
2973
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2971

def get_volume_restore
  @get_volume_restore
end

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

RPC-specific configuration for list_backup_plans



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

def list_backup_plans
  @list_backup_plans
end

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

RPC-specific configuration for list_backups



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

def list_backups
  @list_backups
end

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

RPC-specific configuration for list_restore_plans



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

def list_restore_plans
  @list_restore_plans
end

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

RPC-specific configuration for list_restores



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

def list_restores
  @list_restores
end

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

RPC-specific configuration for list_volume_backups



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

def list_volume_backups
  @list_volume_backups
end

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

RPC-specific configuration for list_volume_restores



2966
2967
2968
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2966

def list_volume_restores
  @list_volume_restores
end

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

RPC-specific configuration for update_backup



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

def update_backup
  @update_backup
end

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

RPC-specific configuration for update_backup_plan



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

def update_backup_plan
  @update_backup_plan
end

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

RPC-specific configuration for update_restore



2956
2957
2958
# File 'lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb', line 2956

def update_restore
  @update_restore
end

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

RPC-specific configuration for update_restore_plan



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

def update_restore_plan
  @update_restore_plan
end