getRProtoBufDefaultObject: Returns a protocol buffer Message object from 'RProtoBuf'.

Description Usage Arguments Value Examples

View source: R/grpc.R

Description

Needs gRPC support at package build time and the RProtoBuf package. See package README for instructions on installing gRPC.

Usage

1
getRProtoBufDefaultObject(fullyQualifiedName)

Arguments

fullyQualifiedName

Type of the message object to return.

Value

Default instance of the Message.

Examples

1
2
3
if (isGRPCAvailable()) {
  getRProtoBufDefaultObject("google.genomics.v1.SearchReadsRequest")
}

GoogleGenomics documentation built on May 2, 2019, 12:54 a.m.