cirq_google.serialization.arg_func_langs.internal_gate_arg_to_proto

Writes an InternalGate object into an InternalGate proto.

value The gate to encode.
arg_function_language The language to use when encoding functions. If this is set to None, it will be set to the minimal language necessary to support the features that were actually used.
out The proto to write the result into. Defaults to a new instance.

The proto that was written into.