Api Config Grpc Service Args
data class ApiConfigGrpcServiceArgs(val fileDescriptorSet: Output<ApiConfigGrpcServiceFileDescriptorSetArgs>, val sources: Output<List<ApiConfigGrpcServiceSourceArgs>>? = null) : ConvertibleToJava<ApiConfigGrpcServiceArgs>
Constructors
Link copied to clipboard
fun ApiConfigGrpcServiceArgs(fileDescriptorSet: Output<ApiConfigGrpcServiceFileDescriptorSetArgs>, sources: Output<List<ApiConfigGrpcServiceSourceArgs>>? = null)
Functions
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.