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
3882 3883 3884 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3882 def copy_log_entries @copy_log_entries end |
#create_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_bucket
3747 3748 3749 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3747 def create_bucket @create_bucket end |
#create_bucket_async ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_bucket_async
3737 3738 3739 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3737 def create_bucket_async @create_bucket_async end |
#create_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_exclusion
3847 3848 3849 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3847 def create_exclusion @create_exclusion end |
#create_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_link
3817 3818 3819 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3817 def create_link @create_link end |
#create_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_sink
3802 3803 3804 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3802 def create_sink @create_sink end |
#create_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_view
3777 3778 3779 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3777 def create_view @create_view end |
#delete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_bucket
3757 3758 3759 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3757 def delete_bucket @delete_bucket end |
#delete_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_exclusion
3857 3858 3859 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3857 def delete_exclusion @delete_exclusion end |
#delete_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_link
3822 3823 3824 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3822 def delete_link @delete_link end |
#delete_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_sink
3812 3813 3814 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3812 def delete_sink @delete_sink end |
#delete_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_view
3787 3788 3789 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3787 def delete_view @delete_view end |
#get_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_bucket
3732 3733 3734 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3732 def get_bucket @get_bucket end |
#get_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cmek_settings
3862 3863 3864 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3862 def get_cmek_settings @get_cmek_settings end |
#get_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_exclusion
3842 3843 3844 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3842 def get_exclusion @get_exclusion end |
#get_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_link
3832 3833 3834 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3832 def get_link @get_link end |
#get_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_settings
3872 3873 3874 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3872 def get_settings @get_settings end |
#get_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_sink
3797 3798 3799 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3797 def get_sink @get_sink end |
#get_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_view
3772 3773 3774 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3772 def get_view @get_view end |
#list_buckets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_buckets
3727 3728 3729 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3727 def list_buckets @list_buckets end |
#list_exclusions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_exclusions
3837 3838 3839 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3837 def list_exclusions @list_exclusions end |
#list_links ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_links
3827 3828 3829 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3827 def list_links @list_links end |
#list_sinks ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_sinks
3792 3793 3794 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3792 def list_sinks @list_sinks end |
#list_views ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_views
3767 3768 3769 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3767 def list_views @list_views end |
#undelete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_bucket
3762 3763 3764 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3762 def undelete_bucket @undelete_bucket end |
#update_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket
3752 3753 3754 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3752 def update_bucket @update_bucket end |
#update_bucket_async ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket_async
3742 3743 3744 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3742 def update_bucket_async @update_bucket_async end |
#update_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cmek_settings
3867 3868 3869 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3867 def update_cmek_settings @update_cmek_settings end |
#update_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_exclusion
3852 3853 3854 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3852 def update_exclusion @update_exclusion end |
#update_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_settings
3877 3878 3879 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3877 def update_settings @update_settings end |
#update_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_sink
3807 3808 3809 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3807 def update_sink @update_sink end |
#update_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_view
3782 3783 3784 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3782 def update_view @update_view end |