ApiConfigGrpcService

data class ApiConfigGrpcService(val fileDescriptorSet: ApiConfigGrpcServiceFileDescriptorSet, val sources: List<ApiConfigGrpcServiceSource>? = null)

Constructors

Link copied to clipboard
constructor(fileDescriptorSet: ApiConfigGrpcServiceFileDescriptorSet, sources: List<ApiConfigGrpcServiceSource>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input only. File descriptor set, generated by protoc. To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb. $ protoc --include_imports --include_source_info test.proto -o out.pb Structure is documented below.

Link copied to clipboard

Uncompiled proto files associated with the descriptor set, used for display purposes (server-side compilation is not supported). These should match the inputs to 'protoc' command used to generate fileDescriptorSet. Structure is documented below.