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
3893 3894 3895 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3893 def copy_log_entries @copy_log_entries end |
#create_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_bucket
3758 3759 3760 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3758 def create_bucket @create_bucket end |
#create_bucket_async ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_bucket_async
3748 3749 3750 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3748 def create_bucket_async @create_bucket_async end |
#create_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_exclusion
3858 3859 3860 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3858 def create_exclusion @create_exclusion end |
#create_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_link
3828 3829 3830 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3828 def create_link @create_link end |
#create_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_sink
3813 3814 3815 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3813 def create_sink @create_sink end |
#create_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_view
3788 3789 3790 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3788 def create_view @create_view end |
#delete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_bucket
3768 3769 3770 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3768 def delete_bucket @delete_bucket end |
#delete_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_exclusion
3868 3869 3870 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3868 def delete_exclusion @delete_exclusion end |
#delete_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_link
3833 3834 3835 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3833 def delete_link @delete_link end |
#delete_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_sink
3823 3824 3825 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3823 def delete_sink @delete_sink end |
#delete_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_view
3798 3799 3800 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3798 def delete_view @delete_view end |
#get_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_bucket
3743 3744 3745 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3743 def get_bucket @get_bucket end |
#get_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cmek_settings
3873 3874 3875 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3873 def get_cmek_settings @get_cmek_settings end |
#get_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_exclusion
3853 3854 3855 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3853 def get_exclusion @get_exclusion end |
#get_link ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_link
3843 3844 3845 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3843 def get_link @get_link end |
#get_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_settings
3883 3884 3885 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3883 def get_settings @get_settings end |
#get_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_sink
3808 3809 3810 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3808 def get_sink @get_sink end |
#get_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_view
3783 3784 3785 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3783 def get_view @get_view end |
#list_buckets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_buckets
3738 3739 3740 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3738 def list_buckets @list_buckets end |
#list_exclusions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_exclusions
3848 3849 3850 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3848 def list_exclusions @list_exclusions end |
#list_links ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_links
3838 3839 3840 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3838 def list_links @list_links end |
#list_sinks ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_sinks
3803 3804 3805 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3803 def list_sinks @list_sinks end |
#list_views ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_views
3778 3779 3780 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3778 def list_views @list_views end |
#undelete_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_bucket
3773 3774 3775 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3773 def undelete_bucket @undelete_bucket end |
#update_bucket ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket
3763 3764 3765 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3763 def update_bucket @update_bucket end |
#update_bucket_async ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bucket_async
3753 3754 3755 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3753 def update_bucket_async @update_bucket_async end |
#update_cmek_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cmek_settings
3878 3879 3880 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3878 def update_cmek_settings @update_cmek_settings end |
#update_exclusion ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_exclusion
3863 3864 3865 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3863 def update_exclusion @update_exclusion end |
#update_settings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_settings
3888 3889 3890 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3888 def update_settings @update_settings end |
#update_sink ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_sink
3818 3819 3820 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3818 def update_sink @update_sink end |
#update_view ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_view
3793 3794 3795 |
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3793 def update_view @update_view end |