Class: Args
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb,
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#default_service_account ⇒ Object
Returns the value of attribute default_service_account
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 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 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/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 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/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 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/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
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 def oauth_scope @oauth_scope end |
#qps ⇒ Object
Returns the value of attribute qps
300 301 302 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/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 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/xds_client.rb', line 300 def rpc @rpc end |
#secure ⇒ Object
Returns the value of attribute secure
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 def secure @secure end |
#server ⇒ Object
Returns the value of attribute server
300 301 302 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/xds_client.rb', line 300 def server @server end |
#server_host ⇒ Object
Returns the value of attribute server_host
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 def server_host @server_host end |
#server_host_override ⇒ Object
Returns the value of attribute server_host_override
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 def server_host_override @server_host_override end |
#server_port ⇒ Object
Returns the value of attribute server_port
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 def server_port @server_port end |
#stats_port ⇒ Object
Returns the value of attribute stats_port
300 301 302 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/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
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 def test_case @test_case end |
#use_test_ca ⇒ Object
Returns the value of attribute use_test_ca
709 710 711 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/src/ruby/pb/test/client.rb', line 709 def use_test_ca @use_test_ca end |