Class: Google::Cloud::Logging::V2::ConfigService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

RPC-specific configuration for copy_log_entries

Returns:

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


3167
3168
3169
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3167

def copy_log_entries
  @copy_log_entries
end

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

RPC-specific configuration for create_bucket

Returns:

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


3052
3053
3054
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3052

def create_bucket
  @create_bucket
end

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

RPC-specific configuration for create_exclusion

Returns:

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


3132
3133
3134
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3132

def create_exclusion
  @create_exclusion
end

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

RPC-specific configuration for create_sink

Returns:

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


3107
3108
3109
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3107

def create_sink
  @create_sink
end

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

RPC-specific configuration for create_view

Returns:

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


3082
3083
3084
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3082

def create_view
  @create_view
end

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

RPC-specific configuration for delete_bucket

Returns:

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


3062
3063
3064
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3062

def delete_bucket
  @delete_bucket
end

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

RPC-specific configuration for delete_exclusion

Returns:

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


3142
3143
3144
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3142

def delete_exclusion
  @delete_exclusion
end

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

RPC-specific configuration for delete_sink

Returns:

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


3117
3118
3119
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3117

def delete_sink
  @delete_sink
end

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

RPC-specific configuration for delete_view

Returns:

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


3092
3093
3094
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3092

def delete_view
  @delete_view
end

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

RPC-specific configuration for get_bucket

Returns:

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


3047
3048
3049
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3047

def get_bucket
  @get_bucket
end

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

RPC-specific configuration for get_cmek_settings

Returns:

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


3147
3148
3149
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3147

def get_cmek_settings
  @get_cmek_settings
end

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

RPC-specific configuration for get_exclusion

Returns:

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


3127
3128
3129
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3127

def get_exclusion
  @get_exclusion
end

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

RPC-specific configuration for get_settings

Returns:

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


3157
3158
3159
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3157

def get_settings
  @get_settings
end

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

RPC-specific configuration for get_sink

Returns:

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


3102
3103
3104
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3102

def get_sink
  @get_sink
end

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

RPC-specific configuration for get_view

Returns:

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


3077
3078
3079
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3077

def get_view
  @get_view
end

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

RPC-specific configuration for list_buckets

Returns:

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


3042
3043
3044
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3042

def list_buckets
  @list_buckets
end

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

RPC-specific configuration for list_exclusions

Returns:

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


3122
3123
3124
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3122

def list_exclusions
  @list_exclusions
end

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

RPC-specific configuration for list_sinks

Returns:

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


3097
3098
3099
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3097

def list_sinks
  @list_sinks
end

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

RPC-specific configuration for list_views

Returns:

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


3072
3073
3074
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3072

def list_views
  @list_views
end

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

RPC-specific configuration for undelete_bucket

Returns:

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


3067
3068
3069
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3067

def undelete_bucket
  @undelete_bucket
end

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

RPC-specific configuration for update_bucket

Returns:

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


3057
3058
3059
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3057

def update_bucket
  @update_bucket
end

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

RPC-specific configuration for update_cmek_settings

Returns:

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


3152
3153
3154
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3152

def update_cmek_settings
  @update_cmek_settings
end

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

RPC-specific configuration for update_exclusion

Returns:

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


3137
3138
3139
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3137

def update_exclusion
  @update_exclusion
end

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

RPC-specific configuration for update_settings

Returns:

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


3162
3163
3164
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3162

def update_settings
  @update_settings
end

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

RPC-specific configuration for update_sink

Returns:

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


3112
3113
3114
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3112

def update_sink
  @update_sink
end

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

RPC-specific configuration for update_view

Returns:

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


3087
3088
3089
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 3087

def update_view
  @update_view
end