Class: Google::Cloud::Logging::V2::ConfigService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ConfigService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/logging/v2/config_service/client.rb
Overview
Configuration RPC class for the ConfigService 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
-
#copy_log_entries ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
copy_log_entries. -
#create_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_bucket. -
#create_bucket_async ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_bucket_async. -
#create_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_exclusion. -
#create_link ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_link. -
#create_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_sink. -
#create_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_view. -
#delete_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_bucket. -
#delete_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_exclusion. -
#delete_link ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_link. -
#delete_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_sink. -
#delete_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_view. -
#get_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_bucket. -
#get_cmek_settings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_cmek_settings. -
#get_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_exclusion. -
#get_link ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_link. -
#get_settings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_settings. -
#get_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_sink. -
#get_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_view. -
#list_buckets ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_buckets. -
#list_exclusions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_exclusions. -
#list_links ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_links. -
#list_sinks ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_sinks. -
#list_views ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_views. -
#undelete_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
undelete_bucket. -
#update_bucket ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_bucket. -
#update_bucket_async ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_bucket_async. -
#update_cmek_settings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_cmek_settings. -
#update_exclusion ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_exclusion. -
#update_settings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_settings. -
#update_sink ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_sink. -
#update_view ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_view.
Instance Attribute Details
#copy_log_entries ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for copy_log_entries
3910 3911 3912 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3910 def copy_log_entries @copy_log_entries end |
#create_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_bucket
3775 3776 3777 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3775 def create_bucket @create_bucket end |
#create_bucket_async ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_bucket_async
3765 3766 3767 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3765 def create_bucket_async @create_bucket_async end |
#create_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_exclusion
3875 3876 3877 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3875 def create_exclusion @create_exclusion end |
#create_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_link
3845 3846 3847 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3845 def create_link @create_link end |
#create_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_sink
3830 3831 3832 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3830 def create_sink @create_sink end |
#create_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_view
3805 3806 3807 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3805 def create_view @create_view end |
#delete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_bucket
3785 3786 3787 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3785 def delete_bucket @delete_bucket end |
#delete_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_exclusion
3885 3886 3887 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3885 def delete_exclusion @delete_exclusion end |
#delete_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_link
3850 3851 3852 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3850 def delete_link @delete_link end |
#delete_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_sink
3840 3841 3842 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3840 def delete_sink @delete_sink end |
#delete_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_view
3815 3816 3817 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3815 def delete_view @delete_view end |
#get_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_bucket
3760 3761 3762 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3760 def get_bucket @get_bucket end |
#get_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cmek_settings
3890 3891 3892 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3890 def get_cmek_settings @get_cmek_settings end |
#get_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_exclusion
3870 3871 3872 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3870 def get_exclusion @get_exclusion end |
#get_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_link
3860 3861 3862 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3860 def get_link @get_link end |
#get_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_settings
3900 3901 3902 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3900 def get_settings @get_settings end |
#get_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_sink
3825 3826 3827 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3825 def get_sink @get_sink end |
#get_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_view
3800 3801 3802 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3800 def get_view @get_view end |
#list_buckets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_buckets
3755 3756 3757 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3755 def list_buckets @list_buckets end |
#list_exclusions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_exclusions
3865 3866 3867 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3865 def list_exclusions @list_exclusions end |
#list_links ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_links
3855 3856 3857 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3855 def list_links @list_links end |
#list_sinks ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_sinks
3820 3821 3822 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3820 def list_sinks @list_sinks end |
#list_views ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_views
3795 3796 3797 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3795 def list_views @list_views end |
#undelete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_bucket
3790 3791 3792 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3790 def undelete_bucket @undelete_bucket end |
#update_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket
3780 3781 3782 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3780 def update_bucket @update_bucket end |
#update_bucket_async ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket_async
3770 3771 3772 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3770 def update_bucket_async @update_bucket_async end |
#update_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cmek_settings
3895 3896 3897 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3895 def update_cmek_settings @update_cmek_settings end |
#update_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_exclusion
3880 3881 3882 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3880 def update_exclusion @update_exclusion end |
#update_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_settings
3905 3906 3907 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3905 def update_settings @update_settings end |
#update_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_sink
3835 3836 3837 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3835 def update_sink @update_sink end |
#update_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_view
3810 3811 3812 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3810 def update_view @update_view end |