Class: Args
- Defined in:
- src/ruby/pb/test/client.rb,
src/ruby/pb/test/xds_client.rb
Overview
Args is used to hold the command line info.
Instance Attribute Summary collapse
-
#default_service_account ⇒ Object
Returns the value of attribute default_service_account.
-
#fail_on_failed_rpcs ⇒ Object
Returns the value of attribute fail_on_failed_rpcs.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#num_channels ⇒ Object
Returns the value of attribute num_channels.
-
#oauth_scope ⇒ Object
Returns the value of attribute oauth_scope.
-
#qps ⇒ Object
Returns the value of attribute qps.
-
#rpc ⇒ Object
Returns the value of attribute rpc.
-
#secure ⇒ Object
Returns the value of attribute secure.
-
#server ⇒ Object
Returns the value of attribute server.
-
#server_host ⇒ Object
Returns the value of attribute server_host.
-
#server_host_override ⇒ Object
Returns the value of attribute server_host_override.
-
#server_port ⇒ Object
Returns the value of attribute server_port.
-
#stats_port ⇒ Object
Returns the value of attribute stats_port.
-
#test_case ⇒ Object
Returns the value of attribute test_case.
-
#use_test_ca ⇒ Object
Returns the value of attribute use_test_ca.
Instance Attribute Details
#default_service_account ⇒ Object
Returns the value of attribute default_service_account
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def default_service_account @default_service_account end |
#fail_on_failed_rpcs ⇒ Object
Returns the value of attribute fail_on_failed_rpcs
300 301 302 |
# File 'src/ruby/pb/test/xds_client.rb', line 300 def fail_on_failed_rpcs @fail_on_failed_rpcs end |
#metadata ⇒ Object
Returns the value of attribute metadata
300 301 302 |
# File 'src/ruby/pb/test/xds_client.rb', line 300 def @metadata end |
#num_channels ⇒ Object
Returns the value of attribute num_channels
300 301 302 |
# File 'src/ruby/pb/test/xds_client.rb', line 300 def num_channels @num_channels end |
#oauth_scope ⇒ Object
Returns the value of attribute oauth_scope
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def oauth_scope @oauth_scope end |
#qps ⇒ Object
Returns the value of attribute qps
300 301 302 |
# File 'src/ruby/pb/test/xds_client.rb', line 300 def qps @qps end |
#rpc ⇒ Object
Returns the value of attribute rpc
300 301 302 |
# File 'src/ruby/pb/test/xds_client.rb', line 300 def rpc @rpc end |
#secure ⇒ Object
Returns the value of attribute secure
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def secure @secure end |
#server ⇒ Object
Returns the value of attribute server
300 301 302 |
# File 'src/ruby/pb/test/xds_client.rb', line 300 def server @server end |
#server_host ⇒ Object
Returns the value of attribute server_host
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def server_host @server_host end |
#server_host_override ⇒ Object
Returns the value of attribute server_host_override
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def server_host_override @server_host_override end |
#server_port ⇒ Object
Returns the value of attribute server_port
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def server_port @server_port end |
#stats_port ⇒ Object
Returns the value of attribute stats_port
300 301 302 |
# File 'src/ruby/pb/test/xds_client.rb', line 300 def stats_port @stats_port end |
#test_case ⇒ Object
Returns the value of attribute test_case
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def test_case @test_case end |
#use_test_ca ⇒ Object
Returns the value of attribute use_test_ca
725 726 727 |
# File 'src/ruby/pb/test/client.rb', line 725 def use_test_ca @use_test_ca end |