Home
last modified time | relevance | path

Searched refs:Ruby (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/external/grpc-grpc/examples/ruby/
DREADME.md1 gRPC in 3 minutes (Ruby)
11 - Ruby 2.x
12 This requires Ruby 2.x, as the gRPC API surface uses keyword args.
13 … installed locally, you can use [RVM][] to use Ruby 2.x for testing without upgrading the version …
14 RVM is also useful if you don't have the necessary privileges to update your system's Ruby.
21 $ # follow the instructions to ensure that your're using the latest stable version of Ruby
28 - [Install gRPC Ruby][]
58 You can find a more detailed tutorial in [gRPC Basics: Ruby][]
63 [gRPC Basics: Ruby]:https://grpc.io/docs/languages/ruby/basics
/external/cronet/tot/third_party/protobuf/ruby/
DREADME.md1 This directory contains the Ruby extension that implements Protocol Buffers
2 functionality in Ruby.
4 The Ruby extension makes use of generated Ruby code that defines message and
5 enum types in a Ruby DSL. You may write definitions in this DSL directly, but
6 we recommend using protoc's Ruby generation support with .proto files. The
8 install protoc as well to have Ruby code generation functionality.
21 message type descriptions directly in the Ruby DSL, you do not need it.
22 However, if you wish to generate the Ruby DSL from a `.proto` file, you will
25 supports the `--ruby_out` option to generate Ruby code.
27 A simple example of using the Ruby extension follows. More extensive
[all …]
/external/protobuf/ruby/
DREADME.md1 This directory contains the Ruby extension that implements Protocol Buffers
2 functionality in Ruby.
4 The Ruby extension makes use of generated Ruby code that defines message and
5 enum types in a Ruby DSL. You may write definitions in this DSL directly, but
6 we recommend using protoc's Ruby generation support with .proto files. The
8 install protoc as well to have Ruby code generation functionality.
21 message type descriptions directly in the Ruby DSL, you do not need it.
22 However, if you wish to generate the Ruby DSL from a `.proto` file, you will
25 supports the `--ruby_out` option to generate Ruby code.
27 A simple example of using the Ruby extension follows. More extensive
[all …]
/external/cronet/stable/third_party/protobuf/ruby/
DREADME.md1 This directory contains the Ruby extension that implements Protocol Buffers
2 functionality in Ruby.
4 The Ruby extension makes use of generated Ruby code that defines message and
5 enum types in a Ruby DSL. You may write definitions in this DSL directly, but
6 we recommend using protoc's Ruby generation support with .proto files. The
8 install protoc as well to have Ruby code generation functionality.
21 message type descriptions directly in the Ruby DSL, you do not need it.
22 However, if you wish to generate the Ruby DSL from a `.proto` file, you will
25 supports the `--ruby_out` option to generate Ruby code.
27 A simple example of using the Ruby extension follows. More extensive
[all …]
/external/grpc-grpc/examples/ruby/route_guide/
DREADME.md1 # gRPC Basics: Ruby sample code
3 The files in this folder are the samples used in [gRPC Basics: Ruby][],
4 a detailed tutorial for using gRPC in Ruby.
6 [gRPC Basics: Ruby]:https://grpc.io/docs/languages/ruby/basics
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnumDescriptor.java39 import org.jruby.Ruby;
53 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor()
61 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyEnumDescriptor()
69 public RubyEnumDescriptor(Ruby runtime, RubyClass klazz) { in RubyEnumDescriptor()
93 Ruby runtime = context.runtime; in each()
159 Ruby runtime = context.runtime; in buildModuleFromDescriptor()
DRubyDescriptor.java51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor()
59 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyDescriptor()
69 public RubyDescriptor(Ruby runtime, RubyClass klazz) { in RubyDescriptor()
167 Ruby runtime = context.runtime; in setDescriptor()
199 Ruby runtime = context.runtime; in buildClassFromDescriptor()
204 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in buildClassFromDescriptor()
DRubyOneofDescriptor.java9 import org.jruby.Ruby;
23 public static void createRubyOneofDescriptor(Ruby runtime) { in createRubyOneofDescriptor()
31 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) { in createRubyOneofDescriptor()
39 public RubyOneofDescriptor(Ruby ruby, RubyClass rubyClass) { in RubyOneofDescriptor()
/external/grpc-grpc/src/ruby/
DREADME.md2 gRPC Ruby
5 A Ruby implementation of gRPC.
10 - Ruby 2.x. The gRPC API uses keyword args.
36 - Install Ruby 2.x. Consider doing this with [RVM](http://rvm.io), it's a nice way of controlling
42 $ # follow the instructions to ensure that your're using the latest stable version of Ruby
62 - the gRPC Ruby reference documentation is available online at [grpc.io][]
/external/cronet/tot/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnumDescriptor.java39 import org.jruby.Ruby;
53 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor()
61 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyEnumDescriptor()
69 public RubyEnumDescriptor(Ruby runtime, RubyClass klazz) { in RubyEnumDescriptor()
93 Ruby runtime = context.runtime; in each()
159 Ruby runtime = context.runtime; in buildModuleFromDescriptor()
DRubyDescriptor.java51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor()
59 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyDescriptor()
69 public RubyDescriptor(Ruby runtime, RubyClass klazz) { in RubyDescriptor()
167 Ruby runtime = context.runtime; in setDescriptor()
199 Ruby runtime = context.runtime; in buildClassFromDescriptor()
204 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in buildClassFromDescriptor()
DRubyOneofDescriptor.java9 import org.jruby.Ruby;
23 public static void createRubyOneofDescriptor(Ruby runtime) { in createRubyOneofDescriptor()
31 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) { in createRubyOneofDescriptor()
39 public RubyOneofDescriptor(Ruby ruby, RubyClass rubyClass) { in RubyOneofDescriptor()
/external/cronet/stable/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnumDescriptor.java39 import org.jruby.Ruby;
53 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor()
61 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyEnumDescriptor()
69 public RubyEnumDescriptor(Ruby runtime, RubyClass klazz) { in RubyEnumDescriptor()
93 Ruby runtime = context.runtime; in each()
159 Ruby runtime = context.runtime; in buildModuleFromDescriptor()
DRubyDescriptor.java51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor()
59 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyDescriptor()
69 public RubyDescriptor(Ruby runtime, RubyClass klazz) { in RubyDescriptor()
167 Ruby runtime = context.runtime; in setDescriptor()
199 Ruby runtime = context.runtime; in buildClassFromDescriptor()
204 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in buildClassFromDescriptor()
DRubyOneofDescriptor.java9 import org.jruby.Ruby;
23 public static void createRubyOneofDescriptor(Ruby runtime) { in createRubyOneofDescriptor()
31 public IRubyObject allocate(Ruby ruby, RubyClass rubyClass) { in createRubyOneofDescriptor()
39 public RubyOneofDescriptor(Ruby ruby, RubyClass rubyClass) { in RubyOneofDescriptor()
/external/googleapis/google/cloud/support/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for support.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/chat/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for chat.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/cloud/confidentialcomputing/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for confidentialcomputing.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/cloud/storageinsights/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for storageinsights.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/cloud/servicehealth/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for servicehealth.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/cloud/policysimulator/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for policysimulator.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/apps/meet/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for meet.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/cloud/parallelstore/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for google-cloud-parallelstore.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/cloud/cloudcontrolspartner/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for cloudcontrolspartner.
17 # Ruby wrapper clients are versionless, but are generated from source protos
/external/googleapis/google/api/cloudquotas/
DBUILD.bazel1 # This build file includes a target for the Ruby wrapper library for
16 # Generates a Ruby wrapper client for cloudquotas.
17 # Ruby wrapper clients are versionless, but are generated from source protos

12345678910>>...33